]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Handle sizeof(type) in Rust
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-07-14 Tom Tromey <tom@tromey.com>
2
3 PR rust/21764:
4 * gdb.rust/simple.exp: Add tests.
5
6 2017-07-14 Tom Tromey <tom@tromey.com>
7
8 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9
10 2017-07-14 Pedro Alves <palves@redhat.com>
11
12 * gdb.linespec/base/one/thefile.cc (z1): New function.
13 * gdb.linespec/base/two/thefile.cc (z2): New function.
14 * gdb.linespec/linespec.exp: Add tests.
15
16 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
19 to mi_create_breakpoint.
20
21 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
24 mi_create_breakpoint.
25
26 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
27
28 * gdb.dlang/demangle.exp: Update for demangling changes.
29
30 2017-07-09 Tom Tromey <tom@tromey.com>
31
32 * gdb.dwarf2/shortpiece.exp: New file.
33
34 2017-07-06 David Blaikie <dblaikie@gmail.com>
35
36 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
37 built from fissiont-multi-cu{1,2}.c.
38 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
39 except putting 'main' and 'func' in separate CUs in the same DWO file.
40 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
41 test.
42 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
43 test.
44
45 2017-07-06 Pedro Alves <palves@redhat.com>
46
47 * gdb.python/py-unwind.exp: Test flushregs.
48
49 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
50
51 PR cli/21688
52 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
53 tests for alias commands and trailing whitespace.
54
55 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
56
57 PR cli/21688
58 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
59 procedure. Call it.
60
61 2017-06-29 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/printcmds.exp: Add tests.
64
65 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
66
67 PR gdb/21337
68 * gdb.base/reread-readsym.exp: New file.
69 * gdb.base/reread-readsym.c: New file.
70
71 2017-06-21 Kevin Buettner <kevinb@redhat.com>
72
73 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
74 subpattern.
75
76 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
77
78 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
79 extended mnemonic.
80 * gdb.arch/powerpc-power9.s: Likewise.
81
82 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
83
84 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
85 on 32-bit x86 targets. Exploit is_*_target macros where
86 appropriate.
87
88 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
89
90 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
91 register pieces.
92
93 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
94
95 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
96 located in one or more DWARF pieces.
97
98 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
99
100 * lib/gdb.exp (get_endianness): New proc.
101 * gdb.arch/aarch64-fp.exp: Use it.
102 * gdb.arch/altivec-regs.exp: Likewise.
103 * gdb.arch/e500-regs.exp: Likewise.
104 * gdb.arch/vsx-regs.exp: Likewise.
105 * gdb.base/dump.exp: Likewise.
106 * gdb.base/funcargs.exp: Likewise.
107 * gdb.base/gnu_vector.exp: Likewise.
108 * gdb.dwarf2/formdata16.exp: Likewise.
109 * gdb.dwarf2/implptrpiece.exp: Likewise.
110 * gdb.dwarf2/nonvar-access.exp: Likewise.
111 * gdb.python/py-inferior.exp: Likewise.
112 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
113
114 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
115
116 PR gdb/21226
117 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
118 stack value pieces are taken from the LSB end.
119
120 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
121
122 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
123 variable at nonzero offset.
124
125 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
126
127 * gdb.dwarf2/var-access.c: New file.
128 * gdb.dwarf2/var-access.exp: New test.
129 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
130
131 2017-06-12 Tom Tromey <tom@tromey.com>
132
133 * gdb.dwarf2/formdata16.exp: Add tests.
134
135 2017-06-12 Tom Tromey <tom@tromey.com>
136
137 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
138
139 2017-06-12 Tom Tromey <tom@tromey.com>
140
141 PR exp/16225:
142 * gdb.reverse/i386-sse-reverse.exp: Update tests.
143 * gdb.arch/vsx-regs.exp: Update tests.
144 * gdb.arch/s390-vregs.exp (hex128): New proc.
145 Update test.
146 * gdb.arch/altivec-regs.exp: Update tests.
147
148 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
149
150 * gdb.base/startup-with-shell.c: New file.
151 * gdb.base/startup-with-shell.exp: Likewise.
152
153 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
154
155 * gdb.server/non-existing-program.exp: Update regex in order to
156 reflect the fact that gdbserver is now using fork_inferior (with a
157 shell) to startup the inferior.
158
159 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
160
161 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
162 support function calls from GDB.
163
164 2017-05-21 Tom Tromey <tom@tromey.com>
165
166 PR rust/21466:
167 * gdb.rust/unsized.exp: New file.
168 * gdb.rust/unsized.rs: New file.
169
170 2017-05-19 Tom Tromey <tom@tromey.com>
171
172 PR rust/21484:
173 * gdb.rust/watch.exp: New file.
174 * gdb.rust/watch.rs: New file.
175
176 2017-05-18 Tom Tromey <tom@tromey.com>
177
178 * gdb.rust/simple.exp: Allow Box to be qualified.
179
180 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
181
182 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
183
184 2017-05-18 Pedro Alves <palves@redhat.com>
185
186 * gdb.base/fileio.c (test_write, test_read, test_close)
187 (test_fstat): Don't print 'ret' in the fail path.
188
189 2017-05-18 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
192 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
193 (test_system, test_rename, test_unlink, test_time): Change
194 prototypes.
195 * gdb.base/fileio.exp (stop_msg): Adjust.
196
197 2017-05-18 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/fileio.c (null_str): New global.
200 (test_stat): Use it.
201 * gdb.base/fileio.exp: Remove nowarnings.
202
203 2017-05-17 Yao Qi <yao.qi@linaro.org>
204
205 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
206
207 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
208
209 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
210 argument command.
211 (top-level): Invoke test_set_inferior_tty.
212
213 2017-05-04 Pedro Alves <palves@redhat.com>
214
215 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
216 Add parens to print call for Python 3.
217
218 2017-05-03 Keith Seitz <keiths@redhat.com>
219
220 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
221 (main): Call it.
222
223 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
224
225 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
226 to prev and next.
227
228 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
229
230 * gdb.python/py-record-btrace.exp: Remove test for
231 gdb.BtraceInstruction.error.
232
233 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
234
235 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
236
237 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
238
239 * gdb.python/py-record-btrace-threads.c: New file.
240 * gdb.python/py-record-btrace-threads.exp: New file.
241
242 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
243
244 PR testsuite/8595
245 * gdb.base/environ.exp: Make test available in all architectures.
246 Move bits related to "info program" testing to
247 gdb.base/info-program.exp. Rewrite tests to use the two new
248 procedures mentione below.
249 (test_set_show_env_var) New procedure.
250 (test_set_show_env_var_equal): Likewise.
251 * gdb.base/info-program.exp: New file.
252
253 2017-04-27 Keith Seitz <keiths@redhat.com>
254
255 * gdb.cp/oranking.cc (test15): New function.
256 (main): Call test15 and declare additional variables for testing.
257 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
258 "p foo101('abc')" tests.
259 Add tests for cv qualifier overloads.
260 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
261 "lvalue reference overload" test.
262 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
263 "print value of f1 on Child&& in f2" test.
264
265 2017-04-19 Pedro Alves <palves@redhat.com>
266
267 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
268 procedure.
269 (top level): Call it.
270 * lib/gdb.exp (gdb_define_cmd): New procedure.
271
272 2017-04-12 Pedro Alves <palves@redhat.com>
273
274 PR gdb/21323
275 * gdb.cp/wide_char_types.c: Include <wchar.h>.
276 (wchar): New global.
277 * gdb.cp/wide_char_types.exp (wide_char_types_program)
278 (do_test_wide_char, wide_char_types_no_program, top level): Add
279 wchar_t testing.
280
281 2017-04-12 Pedro Alves <palves@redhat.com>
282
283 PR c++/21323
284 * gdb.cp/wide_char_types.c: New file.
285 * gdb.cp/wide_char_types.exp: New file.
286
287 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
288
289 PR gdb/21352
290 * gdb.trace/tsv.exp: Add test for "tsave -r".
291
292 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
293
294 * gdb.dlang/watch-loc.c: New file.
295 * gdb.dlang/watch-loc.exp: New file.
296
297 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
298
299 * gdb.python/py-section-script.exp (sepdebug): New testcases.
300
301 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
302
303 * gdb.arch/arc-analyze-prologue.S: New file.
304 * gdb.arch/arc-analyze-prologue.exp: Likewise.
305
306 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
307
308 * gdb.arch/arc-decode-insn.S: New file.
309 * gdb.arch/arc-decode-insn.exp: Likewise.
310
311 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
312
313 PR tdep/20928
314 * gdb.arch/sparc64-regs.exp: New file.
315 * gdb.arch/sparc64-regs.S: Likewise.
316
317 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
318
319 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
320 and memory view on Python 3.
321
322 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
323 Keith Seitz <keiths@redhat.com>
324
325 PR gdb/14441
326 * gdb.cp/demangle.exp: Add rvalue reference tests.
327 * gdb.cp/rvalue-ref-casts.cc: New file.
328 * gdb.cp/rvalue-ref-casts.exp: New file.
329 * gdb.cp/rvalue-ref-overload.cc: New file.
330 * gdb.cp/rvalue-ref-overload.exp: New file.
331 * gdb.cp/rvalue-ref-params.cc: New file.
332 * gdb.cp/rvalue-ref-params.exp: New file.
333 * gdb.cp/rvalue-ref-sizeof.cc: New file.
334 * gdb.cp/rvalue-ref-sizeof.exp: New file.
335 * gdb.cp/rvalue-ref-types.cc: New file.
336 * gdb.cp/rvalue-ref-types.exp: New file.
337 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
338 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
339
340 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
341
342 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
343 New procedure.
344
345 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
346
347 * lib/mi-support.exp (mi_gdb_test): Add additional message
348 for unexpected output.
349
350 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
351
352 * gdb.base/examine-backward.c (Barrier): New character array
353 constant, to ensure that TestStrings is preceded by a string
354 terminator.
355
356 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
357
358 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
359 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
360 and implicit pointer into such a location.
361
362 2017-03-16 Doug Evans <dje@google.com>
363
364 * gdb.python/py-lazy-string (pointer): Really add new typedef.
365
366 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
367
368 * gdb.cp/m-static.exp: Fix expectation for prototype of
369 test5.single_constructor and single_constructor::single_constructor.
370
371 2017-03-16 Doug Evans <dje@google.com>
372
373 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
374 * gdb.guile/scm-lazy-string.c: New file.
375 * gdb.guile/scm-value.exp: Move lazy string tests to ...
376 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
377 for pointer, array, typedef lazy strings.
378
379 2017-03-16 Doug Evans <dje@google.com>
380
381 PR python/17728, python/18439, python/18779
382 * gdb.python/py-value.c (main) Delete locals sptr, sn.
383 * gdb.python/py-lazy-string.c (pointer): New typedef.
384 (main): New locals ptr, array, typedef_ptr.
385 * gdb.python/py-value.exp: Move lazy string tests to ...
386 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
387 array, typedef lazy strings.
388
389 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
390
391 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
392 Add optional 'test' parameter.
393
394 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
395
396 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
397 Skip for versions of DejaGnu < 1.5.
398
399 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
400
401 * lib/gdb.exp (dejagnu_version): New proc.
402 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
403 Use dejagnu_version.
404
405 2017-03-10 Keith Seitz <keiths@redhat.com>
406
407 PR c++/8128
408 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
409 type from destructor regexps.
410 Add a branch which actually passes the test.
411 Adjust "ptype t5i" test names.
412
413 2017-03-08 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/step-over-exit.exp: Add explicit test message.
416
417 2017-03-08 Pedro Alves <palves@redhat.com>
418
419 PR gdb/18360
420 * gdb.threads/interrupt-while-step-over.c: New file.
421 * gdb.threads/interrupt-while-step-over.exp: New file.
422
423 2017-03-08 Pedro Alves <palves@redhat.com>
424
425 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
426 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
427
428 2017-03-08 Pedro Alves <palves@redhat.com>
429
430 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
431 PKRU as not supported as a PASS.
432
433 2017-03-08 Pedro Alves <palves@redhat.com>
434
435 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
436 prefix instead of $binfile1/$binfile2.
437 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
438 in test message.
439 * gdb.python/py-completion.exp: Use "load python file" as test
440 messages instead of unstable path names.
441
442 2017-03-08 Pedro Alves <palves@redhat.com>
443 Jan Kratochvil <jan.kratochvil@redhat.com>
444
445 PR cli/21218
446 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
447 New proc.
448 (top level): Call it.
449
450 2017-03-08 Pedro Alves <palves@redhat.com>
451
452 PR tui/21216
453 * gdb.tui/tui-nl-filtered-output.exp: New file.
454
455 2017-03-08 Pedro Alves <palves@redhat.com>
456
457 * gdb.base/completion.exp: Move TUI completion tests to ...
458 * gdb.tui/completion.exp: ... this new file.
459
460 2017-03-08 Pedro Alves <palves@redhat.com>
461
462 * gdb.base/tui-disasm-long-lines.c,
463 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
464 gdb.base/tui-layout.exp: Move to ...
465 * gdb.tui/: ... this new directory.
466
467 2017-03-07 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/tui-layout.c: New file.
470 * gdb.base/tui-layout.exp: New file.
471
472 2017-03-07 Pedro Alves <palves@redhat.com>
473
474 * gdb.base/tui-layout.c: Rename to ...
475 * gdb.base/tui-disasm-long-lines.c: ... this.
476 * gdb.base/tui-layout.exp: Rename to ...
477 * gdb.base/tui-disasm-long-lines.exp: ... this.
478
479 2017-03-07 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
482
483 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
484
485 * i386-mpx-call.c: New file.
486 * i386-mpx-call.exp: New file.
487
488 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
489
490 * gdb.arch/powerpc-power.exp: Delete test.
491 * gdb.arch/powerpc-power.s: Likewise.
492 * gdb.disasm/disassembler-options.exp: New test.
493 * gdb.arch/powerpc-altivec.exp: Likewise.
494 * gdb.arch/powerpc-altivec.s: Likewise.
495 * gdb.arch/powerpc-altivec2.exp: Likewise.
496 * gdb.arch/powerpc-altivec2.s: Likewise.
497 * gdb.arch/powerpc-altivec3.exp: Likewise.
498 * gdb.arch/powerpc-altivec3.s: Likewise.
499 * gdb.arch/powerpc-power7.exp: Likewise.
500 * gdb.arch/powerpc-power7.s: Likewise.
501 * gdb.arch/powerpc-power8.exp: Likewise.
502 * gdb.arch/powerpc-power8.s: Likewise.
503 * gdb.arch/powerpc-power9.exp: Likewise.
504 * gdb.arch/powerpc-power9.s: Likewise.
505 * gdb.arch/powerpc-vsx.exp: Likewise.
506 * gdb.arch/powerpc-vsx.s: Likewise.
507 * gdb.arch/powerpc-vsx2.exp: Likewise.
508 * gdb.arch/powerpc-vsx2.s: Likewise.
509 * gdb.arch/powerpc-vsx3.exp: Likewise.
510 * gdb.arch/powerpc-vsx3.s: Likewise.
511 * gdb.arch/arm-disassembler-options.exp: Likewise.
512 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
513 * gdb.arch/s390-disassembler-options.exp: Likewise.
514
515 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
516
517 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
518 (check_supported_features): ... this. Changed return type to void.
519 (supports_rdseed): New static global.
520 (rdseed): Check supports_rdseed.
521 (initialize): Call check_supported_features.
522
523 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
524
525 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
526 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
527 and lqarx/stqcx.
528 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
529 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
530
531 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
532
533 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
534 uppercase.
535
536 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
537
538 * gdb.dwarf2/formdata16.c: New file.
539 * gdb.dwarf2/formdata16.exp: New file.
540 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
541
542 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
543
544 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
545 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
546 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
547 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
548 DW_AT_GNU_*.
549
550 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
553
554 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
555
556 PR gdb/21164
557 * gdb.base/maint.exp: Add testcases for when the commands do
558 not have arguments.
559
560 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
561
562 * gdb.cp/chained-calls.exp: Use p instead of P.
563
564 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
565
566 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
567 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
568
569 2017-02-14 Tom Tromey <tom@tromey.com>
570
571 PR python/13598:
572 * gdb.python/py-events.exp: Add before_prompt event tests.
573
574 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
575
576 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
577
578 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
579
580 * gdb.linespec/explicit.c (my_unique_function_name): New function.
581 (main): Call my_unique_function_name.
582 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
583 completion of patterns with a single match.
584 Add missing -re switches to gdb_test_multiple calls.
585
586 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
587
588 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
589 return if core file is not recognized.
590
591 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
592
593 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
594 and extra UIs.
595
596 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
597
598 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
599 proc_with_prefix.
600
601 2017-02-10 Tom Tromey <tom@tromey.com>
602
603 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
604
605 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
606
607 PR gdb/21122
608 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
609
610 2017-02-08 Jerome Guitton <guitton@adacore.com>
611
612 * gdb.base/define.exp: Add test for command abbreviations
613 in define.
614
615 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
616
617 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
618 * gdb.reverse/insn-reverse-x86.c: New file.
619
620 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
621
622 PR tdep/20936
623 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
624
625 2017-02-03 Tom Tromey <tom@tromey.com>
626
627 PR rust/21097:
628 * gdb.rust/simple.exp: Add new tests.
629
630 2017-02-02 Pedro Alves <palves@redhat.com>
631
632 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
633 tests.
634
635 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
636
637 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
638 taking a 2-byte value out of a 4-byte DWARF implicit value on
639 big-endian targets.
640 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
641 logic. Add test cases for DW_OP_implicit.
642
643 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
644
645 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
646
647 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
648
649 * gdb.btrace/enable.exp: Call gdb_exit before
650 skip_gdbserver_tests.
651
652 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
653
654 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
655 GDBFLAGS.
656
657 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
658
659 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
660 the test is skipped.
661 * gdb.btrace/data.exp: Likewise.
662 * gdb.btrace/delta.exp: Likewise.
663 * gdb.btrace/dlopen.exp: Likewise.
664 * gdb.btrace/enable-running.exp: Likewise.
665 * gdb.btrace/enable.exp: Likewise.
666 * gdb.btrace/exception.exp: Likewise.
667 * gdb.btrace/function_call_history.exp: Likewise.
668 * gdb.btrace/gcore.exp: Likewise.
669 * gdb.btrace/instruction_history.exp: Likewise.
670 * gdb.btrace/multi-thread-step.exp: Likewise.
671 * gdb.btrace/nohist.exp: Likewise.
672 * gdb.btrace/non-stop.exp: Likewise.
673 * gdb.btrace/reconnect.exp: Likewise.
674 * gdb.btrace/record_goto-step.exp: Likewise.
675 * gdb.btrace/record_goto.exp: Likewise.
676 * gdb.btrace/rn-dl-bind.exp: Likewise.
677 * gdb.btrace/segv.exp: Likewise.
678 * gdb.btrace/step.exp: Likewise.
679 * gdb.btrace/stepi.exp: Likewise.
680 * gdb.btrace/tailcall-only.exp: Likewise.
681 * gdb.btrace/tailcall.exp: Likewise.
682 * gdb.btrace/tsx.exp: Likewise.
683 * gdb.btrace/unknown_functions.exp: Likewise.
684 * gdb.btrace/vdso.exp: Likewise.
685
686 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
687
688 * gdb.btrace/enable-running.c: New.
689 * gdb.btrace/enable-running.exp: New.
690
691 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
692
693 * gdb.arch/amd64-gs_base.c: New file.
694 * gdb.arch/amd64-gs_base.exp: New file.
695
696 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
697
698 * lib/memory.exp: Remove spurious empty newlines.
699
700 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
701
702 * gdb.python/py-bad-printers.exp: Load python file using "source".
703 * gdb.python/py-events.exp: Likewise.
704 * gdb.python/py-evsignal.exp: Likewise.
705 * gdb.python/py-evthreads.exp: Likewise.
706 * gdb.python/py-frame-args.exp: Likewise.
707 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
708 * gdb.python/py-framefilter-mi.exp: Likewise.
709 * gdb.python/py-framefilter.exp: Likewise.
710 * gdb.python/py-mi.exp: Likewise.
711 * gdb.python/py-pp-maint.exp: Likewise.
712 * gdb.python/py-pp-registration.exp: Likewise.
713 * gdb.python/py-prettyprint.exp: Likewise.
714 (run_lang_tests): Likewise.
715 * gdb.python/py-typeprint.exp: Likewise.
716
717 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
718
719 * lib/memory.exp: New file.
720 * lib/gdb.exp: Load memory.exp.
721 * gdb.base/memattr.exp (delete_memory): Move proc to
722 lib/memory.exp and rename to delete_memory_regions.
723 Replace delete_memory with delete_memory_regions.
724 Cleanup memory regions before tests.
725 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
726 before tests.
727
728 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
729
730 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
731 files.
732 (initialize): New function conditionally defined.
733 (testcases): Move within conditional block.
734 (main): Call initialize.
735 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
736 of gdb.reverse/insn-reverse.c.
737 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
738 gdb.reverse/insn-reverse.c.
739
740 2017-01-26 Yao Qi <yao.qi@linaro.org>
741
742 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
743 disassemble on address 0.
744
745 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
746 Yao Qi <yao.qi@linaro.org>
747
748 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
749 * gdb.dwarf2/implptr-64bit.S: Remove.
750 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
751 variables in caller's context. Add DW_OP_implicit_value.
752
753 2017-01-25 Yao Qi <yao.qi@linaro.org>
754
755 * lib/dwarf.exp (Dwarf::_location): Handle
756 DW_OP_GNU_implicit_pointer with proper size.
757
758 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
759
760 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
761 and add untested calls.
762
763 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
764
765 * gdb.python/python.exp: Check line number against what GDB thinks
766 the line number is for func1.
767
768 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
769
770 * gdb.dlang/debug-expr.exp: New file.
771
772 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
773
774 Fix test names for the following files:
775
776 * gdb.ada/exec_changed.exp
777 * gdb.ada/info_types.exp
778 * gdb.arch/aarch64-atomic-inst.exp
779 * gdb.arch/aarch64-fp.exp
780 * gdb.arch/altivec-abi.exp
781 * gdb.arch/altivec-regs.exp
782 * gdb.arch/amd64-byte.exp
783 * gdb.arch/amd64-disp-step.exp
784 * gdb.arch/amd64-dword.exp
785 * gdb.arch/amd64-entry-value-inline.exp
786 * gdb.arch/amd64-entry-value-param.exp
787 * gdb.arch/amd64-entry-value-paramref.exp
788 * gdb.arch/amd64-entry-value.exp
789 * gdb.arch/amd64-i386-address.exp
790 * gdb.arch/amd64-invalid-stack-middle.exp
791 * gdb.arch/amd64-invalid-stack-top.exp
792 * gdb.arch/amd64-optimout-repeat.exp
793 * gdb.arch/amd64-prologue-skip.exp
794 * gdb.arch/amd64-prologue-xmm.exp
795 * gdb.arch/amd64-stap-special-operands.exp
796 * gdb.arch/amd64-stap-wrong-subexp.exp
797 * gdb.arch/amd64-tailcall-cxx.exp
798 * gdb.arch/amd64-tailcall-noret.exp
799 * gdb.arch/amd64-tailcall-ret.exp
800 * gdb.arch/amd64-tailcall-self.exp
801 * gdb.arch/amd64-word.exp
802 * gdb.arch/arm-bl-branch-dest.exp
803 * gdb.arch/arm-disp-step.exp
804 * gdb.arch/arm-neon.exp
805 * gdb.arch/arm-single-step-kernel-helper.exp
806 * gdb.arch/avr-flash-qualifier.exp
807 * gdb.arch/disp-step-insn-reloc.exp
808 * gdb.arch/e500-abi.exp
809 * gdb.arch/e500-regs.exp
810 * gdb.arch/ftrace-insn-reloc.exp
811 * gdb.arch/i386-avx512.exp
812 * gdb.arch/i386-bp_permanent.exp
813 * gdb.arch/i386-byte.exp
814 * gdb.arch/i386-cfi-notcurrent.exp
815 * gdb.arch/i386-disp-step.exp
816 * gdb.arch/i386-dr3-watch.exp
817 * gdb.arch/i386-float.exp
818 * gdb.arch/i386-gnu-cfi.exp
819 * gdb.arch/i386-mpx-map.exp
820 * gdb.arch/i386-mpx-sigsegv.exp
821 * gdb.arch/i386-mpx-simple_segv.exp
822 * gdb.arch/i386-mpx.exp
823 * gdb.arch/i386-permbkpt.exp
824 * gdb.arch/i386-prologue.exp
825 * gdb.arch/i386-signal.exp
826 * gdb.arch/i386-size-overlap.exp
827 * gdb.arch/i386-unwind.exp
828 * gdb.arch/i386-word.exp
829 * gdb.arch/mips-fcr.exp
830 * gdb.arch/powerpc-d128-regs.exp
831 * gdb.arch/powerpc-stackless.exp
832 * gdb.arch/ppc64-atomic-inst.exp
833 * gdb.arch/s390-stackless.exp
834 * gdb.arch/s390-tdbregs.exp
835 * gdb.arch/s390-vregs.exp
836 * gdb.arch/sparc-sysstep.exp
837 * gdb.arch/thumb-bx-pc.exp
838 * gdb.arch/thumb-singlestep.exp
839 * gdb.arch/thumb2-it.exp
840 * gdb.arch/vsx-regs.exp
841 * gdb.asm/asm-source.exp
842 * gdb.base/a2-run.exp
843 * gdb.base/advance.exp
844 * gdb.base/all-bin.exp
845 * gdb.base/anon.exp
846 * gdb.base/args.exp
847 * gdb.base/arithmet.exp
848 * gdb.base/async-shell.exp
849 * gdb.base/async.exp
850 * gdb.base/attach-pie-noexec.exp
851 * gdb.base/attach-twice.exp
852 * gdb.base/auto-load.exp
853 * gdb.base/bang.exp
854 * gdb.base/bitfields.exp
855 * gdb.base/break-always.exp
856 * gdb.base/break-caller-line.exp
857 * gdb.base/break-entry.exp
858 * gdb.base/break-inline.exp
859 * gdb.base/break-on-linker-gcd-function.exp
860 * gdb.base/break-probes.exp
861 * gdb.base/break.exp
862 * gdb.base/breakpoint-shadow.exp
863 * gdb.base/call-ar-st.exp
864 * gdb.base/call-sc.exp
865 * gdb.base/call-signal-resume.exp
866 * gdb.base/call-strs.exp
867 * gdb.base/callfuncs.exp
868 * gdb.base/catch-fork-static.exp
869 * gdb.base/catch-gdb-caused-signals.exp
870 * gdb.base/catch-load.exp
871 * gdb.base/catch-signal-fork.exp
872 * gdb.base/catch-signal.exp
873 * gdb.base/catch-syscall.exp
874 * gdb.base/charset.exp
875 * gdb.base/checkpoint.exp
876 * gdb.base/chng-syms.exp
877 * gdb.base/code-expr.exp
878 * gdb.base/code_elim.exp
879 * gdb.base/commands.exp
880 * gdb.base/completion.exp
881 * gdb.base/complex.exp
882 * gdb.base/cond-expr.exp
883 * gdb.base/condbreak.exp
884 * gdb.base/consecutive.exp
885 * gdb.base/continue-all-already-running.exp
886 * gdb.base/coredump-filter.exp
887 * gdb.base/corefile.exp
888 * gdb.base/dbx.exp
889 * gdb.base/debug-expr.exp
890 * gdb.base/define.exp
891 * gdb.base/del.exp
892 * gdb.base/disabled-location.exp
893 * gdb.base/disasm-end-cu.exp
894 * gdb.base/disasm-optim.exp
895 * gdb.base/display.exp
896 * gdb.base/duplicate-bp.exp
897 * gdb.base/ena-dis-br.exp
898 * gdb.base/ending-run.exp
899 * gdb.base/enumval.exp
900 * gdb.base/environ.exp
901 * gdb.base/eu-strip-infcall.exp
902 * gdb.base/eval-avoid-side-effects.exp
903 * gdb.base/eval-skip.exp
904 * gdb.base/exitsignal.exp
905 * gdb.base/expand-psymtabs.exp
906 * gdb.base/filesym.exp
907 * gdb.base/find-unmapped.exp
908 * gdb.base/finish.exp
909 * gdb.base/float.exp
910 * gdb.base/foll-exec-mode.exp
911 * gdb.base/foll-exec.exp
912 * gdb.base/foll-fork.exp
913 * gdb.base/fortran-sym-case.exp
914 * gdb.base/freebpcmd.exp
915 * gdb.base/func-ptr.exp
916 * gdb.base/func-ptrs.exp
917 * gdb.base/funcargs.exp
918 * gdb.base/gcore-buffer-overflow.exp
919 * gdb.base/gcore-relro-pie.exp
920 * gdb.base/gcore-relro.exp
921 * gdb.base/gcore.exp
922 * gdb.base/gdb1090.exp
923 * gdb.base/gdb11530.exp
924 * gdb.base/gdb11531.exp
925 * gdb.base/gdb1821.exp
926 * gdb.base/gdbindex-stabs.exp
927 * gdb.base/gdbvars.exp
928 * gdb.base/hbreak.exp
929 * gdb.base/hbreak2.exp
930 * gdb.base/included.exp
931 * gdb.base/infcall-input.exp
932 * gdb.base/inferior-died.exp
933 * gdb.base/infnan.exp
934 * gdb.base/info-macros.exp
935 * gdb.base/info-os.exp
936 * gdb.base/info-proc.exp
937 * gdb.base/info-shared.exp
938 * gdb.base/info-target.exp
939 * gdb.base/infoline.exp
940 * gdb.base/interp.exp
941 * gdb.base/interrupt.exp
942 * gdb.base/jit-reader.exp
943 * gdb.base/jit-simple.exp
944 * gdb.base/kill-after-signal.exp
945 * gdb.base/kill-detach-inferiors-cmd.exp
946 * gdb.base/label.exp
947 * gdb.base/langs.exp
948 * gdb.base/ldbl_e308.exp
949 * gdb.base/line-symtabs.exp
950 * gdb.base/linespecs.exp
951 * gdb.base/list.exp
952 * gdb.base/long_long.exp
953 * gdb.base/longest-types.exp
954 * gdb.base/maint.exp
955 * gdb.base/max-value-size.exp
956 * gdb.base/memattr.exp
957 * gdb.base/mips_pro.exp
958 * gdb.base/morestack.exp
959 * gdb.base/moribund-step.exp
960 * gdb.base/multi-forks.exp
961 * gdb.base/nested-addr.exp
962 * gdb.base/nextoverexit.exp
963 * gdb.base/noreturn-finish.exp
964 * gdb.base/noreturn-return.exp
965 * gdb.base/nostdlib.exp
966 * gdb.base/offsets.exp
967 * gdb.base/opaque.exp
968 * gdb.base/pc-fp.exp
969 * gdb.base/permissions.exp
970 * gdb.base/print-symbol-loading.exp
971 * gdb.base/prologue-include.exp
972 * gdb.base/psymtab.exp
973 * gdb.base/ptype.exp
974 * gdb.base/random-signal.exp
975 * gdb.base/randomize.exp
976 * gdb.base/range-stepping.exp
977 * gdb.base/readline-ask.exp
978 * gdb.base/recpar.exp
979 * gdb.base/recurse.exp
980 * gdb.base/relational.exp
981 * gdb.base/restore.exp
982 * gdb.base/return-nodebug.exp
983 * gdb.base/return.exp
984 * gdb.base/run-after-attach.exp
985 * gdb.base/save-bp.exp
986 * gdb.base/scope.exp
987 * gdb.base/sect-cmd.exp
988 * gdb.base/set-lang-auto.exp
989 * gdb.base/set-noassign.exp
990 * gdb.base/setvar.exp
991 * gdb.base/sigall.exp
992 * gdb.base/sigbpt.exp
993 * gdb.base/siginfo-addr.exp
994 * gdb.base/siginfo-infcall.exp
995 * gdb.base/siginfo-obj.exp
996 * gdb.base/siginfo.exp
997 * gdb.base/signals-state-child.exp
998 * gdb.base/signest.exp
999 * gdb.base/sigstep.exp
1000 * gdb.base/sizeof.exp
1001 * gdb.base/skip.exp
1002 * gdb.base/solib-corrupted.exp
1003 * gdb.base/solib-nodir.exp
1004 * gdb.base/solib-search.exp
1005 * gdb.base/stack-checking.exp
1006 * gdb.base/stale-infcall.exp
1007 * gdb.base/stap-probe.exp
1008 * gdb.base/start.exp
1009 * gdb.base/step-break.exp
1010 * gdb.base/step-bt.exp
1011 * gdb.base/step-line.exp
1012 * gdb.base/step-over-exit.exp
1013 * gdb.base/step-over-syscall.exp
1014 * gdb.base/step-resume-infcall.exp
1015 * gdb.base/step-test.exp
1016 * gdb.base/store.exp
1017 * gdb.base/structs3.exp
1018 * gdb.base/sym-file.exp
1019 * gdb.base/symbol-without-target_section.exp
1020 * gdb.base/term.exp
1021 * gdb.base/testenv.exp
1022 * gdb.base/ui-redirect.exp
1023 * gdb.base/until.exp
1024 * gdb.base/unwindonsignal.exp
1025 * gdb.base/value-double-free.exp
1026 * gdb.base/vla-datatypes.exp
1027 * gdb.base/vla-ptr.exp
1028 * gdb.base/vla-sideeffect.exp
1029 * gdb.base/volatile.exp
1030 * gdb.base/watch-cond-infcall.exp
1031 * gdb.base/watch-cond.exp
1032 * gdb.base/watch-non-mem.exp
1033 * gdb.base/watch-read.exp
1034 * gdb.base/watch-vfork.exp
1035 * gdb.base/watchpoint-cond-gone.exp
1036 * gdb.base/watchpoint-delete.exp
1037 * gdb.base/watchpoint-hw-hit-once.exp
1038 * gdb.base/watchpoint-hw.exp
1039 * gdb.base/watchpoint-stops-at-right-insn.exp
1040 * gdb.base/watchpoints.exp
1041 * gdb.base/wchar.exp
1042 * gdb.base/whatis-exp.exp
1043 * gdb.btrace/buffer-size.exp
1044 * gdb.btrace/data.exp
1045 * gdb.btrace/delta.exp
1046 * gdb.btrace/dlopen.exp
1047 * gdb.btrace/enable.exp
1048 * gdb.btrace/exception.exp
1049 * gdb.btrace/function_call_history.exp
1050 * gdb.btrace/gcore.exp
1051 * gdb.btrace/instruction_history.exp
1052 * gdb.btrace/nohist.exp
1053 * gdb.btrace/reconnect.exp
1054 * gdb.btrace/record_goto-step.exp
1055 * gdb.btrace/record_goto.exp
1056 * gdb.btrace/rn-dl-bind.exp
1057 * gdb.btrace/segv.exp
1058 * gdb.btrace/step.exp
1059 * gdb.btrace/stepi.exp
1060 * gdb.btrace/tailcall-only.exp
1061 * gdb.btrace/tailcall.exp
1062 * gdb.btrace/tsx.exp
1063 * gdb.btrace/unknown_functions.exp
1064 * gdb.btrace/vdso.exp
1065 * gdb.compile/compile-ifunc.exp
1066 * gdb.compile/compile-ops.exp
1067 * gdb.compile/compile-print.exp
1068 * gdb.compile/compile-setjmp.exp
1069 * gdb.cp/abstract-origin.exp
1070 * gdb.cp/ambiguous.exp
1071 * gdb.cp/annota2.exp
1072 * gdb.cp/annota3.exp
1073 * gdb.cp/anon-ns.exp
1074 * gdb.cp/anon-struct.exp
1075 * gdb.cp/anon-union.exp
1076 * gdb.cp/arg-reference.exp
1077 * gdb.cp/baseenum.exp
1078 * gdb.cp/bool.exp
1079 * gdb.cp/breakpoint.exp
1080 * gdb.cp/bs15503.exp
1081 * gdb.cp/call-c.exp
1082 * gdb.cp/casts.exp
1083 * gdb.cp/chained-calls.exp
1084 * gdb.cp/class2.exp
1085 * gdb.cp/classes.exp
1086 * gdb.cp/cmpd-minsyms.exp
1087 * gdb.cp/converts.exp
1088 * gdb.cp/cp-relocate.exp
1089 * gdb.cp/cpcompletion.exp
1090 * gdb.cp/cpexprs.exp
1091 * gdb.cp/cplabel.exp
1092 * gdb.cp/cplusfuncs.exp
1093 * gdb.cp/cpsizeof.exp
1094 * gdb.cp/ctti.exp
1095 * gdb.cp/derivation.exp
1096 * gdb.cp/destrprint.exp
1097 * gdb.cp/dispcxx.exp
1098 * gdb.cp/enum-class.exp
1099 * gdb.cp/exception.exp
1100 * gdb.cp/exceptprint.exp
1101 * gdb.cp/expand-psymtabs-cxx.exp
1102 * gdb.cp/expand-sals.exp
1103 * gdb.cp/extern-c.exp
1104 * gdb.cp/filename.exp
1105 * gdb.cp/formatted-ref.exp
1106 * gdb.cp/fpointer.exp
1107 * gdb.cp/gdb1355.exp
1108 * gdb.cp/gdb2495.exp
1109 * gdb.cp/hang.exp
1110 * gdb.cp/impl-this.exp
1111 * gdb.cp/infcall-dlopen.exp
1112 * gdb.cp/inherit.exp
1113 * gdb.cp/iostream.exp
1114 * gdb.cp/koenig.exp
1115 * gdb.cp/local.exp
1116 * gdb.cp/m-data.exp
1117 * gdb.cp/m-static.exp
1118 * gdb.cp/mb-ctor.exp
1119 * gdb.cp/mb-inline.exp
1120 * gdb.cp/mb-templates.exp
1121 * gdb.cp/member-name.exp
1122 * gdb.cp/member-ptr.exp
1123 * gdb.cp/meth-typedefs.exp
1124 * gdb.cp/method.exp
1125 * gdb.cp/method2.exp
1126 * gdb.cp/minsym-fallback.exp
1127 * gdb.cp/misc.exp
1128 * gdb.cp/namelessclass.exp
1129 * gdb.cp/namespace-enum.exp
1130 * gdb.cp/namespace-nested-import.exp
1131 * gdb.cp/namespace.exp
1132 * gdb.cp/nextoverthrow.exp
1133 * gdb.cp/no-dmgl-verbose.exp
1134 * gdb.cp/non-trivial-retval.exp
1135 * gdb.cp/noparam.exp
1136 * gdb.cp/nsdecl.exp
1137 * gdb.cp/nsimport.exp
1138 * gdb.cp/nsnested.exp
1139 * gdb.cp/nsnoimports.exp
1140 * gdb.cp/nsrecurs.exp
1141 * gdb.cp/nsstress.exp
1142 * gdb.cp/nsusing.exp
1143 * gdb.cp/operator.exp
1144 * gdb.cp/oranking.exp
1145 * gdb.cp/overload-const.exp
1146 * gdb.cp/overload.exp
1147 * gdb.cp/ovldbreak.exp
1148 * gdb.cp/ovsrch.exp
1149 * gdb.cp/paren-type.exp
1150 * gdb.cp/parse-lang.exp
1151 * gdb.cp/pass-by-ref.exp
1152 * gdb.cp/pr-1023.exp
1153 * gdb.cp/pr-1210.exp
1154 * gdb.cp/pr-574.exp
1155 * gdb.cp/pr10687.exp
1156 * gdb.cp/pr12028.exp
1157 * gdb.cp/pr17132.exp
1158 * gdb.cp/pr17494.exp
1159 * gdb.cp/pr9067.exp
1160 * gdb.cp/pr9167.exp
1161 * gdb.cp/pr9631.exp
1162 * gdb.cp/printmethod.exp
1163 * gdb.cp/psmang.exp
1164 * gdb.cp/psymtab-parameter.exp
1165 * gdb.cp/ptype-cv-cp.exp
1166 * gdb.cp/ptype-flags.exp
1167 * gdb.cp/re-set-overloaded.exp
1168 * gdb.cp/ref-types.exp
1169 * gdb.cp/rtti.exp
1170 * gdb.cp/scope-err.exp
1171 * gdb.cp/shadow.exp
1172 * gdb.cp/smartp.exp
1173 * gdb.cp/static-method.exp
1174 * gdb.cp/static-print-quit.exp
1175 * gdb.cp/temargs.exp
1176 * gdb.cp/templates.exp
1177 * gdb.cp/try_catch.exp
1178 * gdb.cp/typedef-operator.exp
1179 * gdb.cp/typeid.exp
1180 * gdb.cp/userdef.exp
1181 * gdb.cp/using-crash.exp
1182 * gdb.cp/var-tag.exp
1183 * gdb.cp/virtbase.exp
1184 * gdb.cp/virtfunc.exp
1185 * gdb.cp/virtfunc2.exp
1186 * gdb.cp/vla-cxx.exp
1187 * gdb.disasm/t01_mov.exp
1188 * gdb.disasm/t02_mova.exp
1189 * gdb.disasm/t03_add.exp
1190 * gdb.disasm/t04_sub.exp
1191 * gdb.disasm/t05_cmp.exp
1192 * gdb.disasm/t06_ari2.exp
1193 * gdb.disasm/t07_ari3.exp
1194 * gdb.disasm/t08_or.exp
1195 * gdb.disasm/t09_xor.exp
1196 * gdb.disasm/t10_and.exp
1197 * gdb.disasm/t11_logs.exp
1198 * gdb.disasm/t12_bit.exp
1199 * gdb.disasm/t13_otr.exp
1200 * gdb.dlang/circular.exp
1201 * gdb.dwarf2/arr-stride.exp
1202 * gdb.dwarf2/arr-subrange.exp
1203 * gdb.dwarf2/atomic-type.exp
1204 * gdb.dwarf2/bad-regnum.exp
1205 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1206 * gdb.dwarf2/callframecfa.exp
1207 * gdb.dwarf2/clztest.exp
1208 * gdb.dwarf2/corrupt.exp
1209 * gdb.dwarf2/data-loc.exp
1210 * gdb.dwarf2/dup-psym.exp
1211 * gdb.dwarf2/dw2-anon-mptr.exp
1212 * gdb.dwarf2/dw2-anonymous-func.exp
1213 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1214 * gdb.dwarf2/dw2-bad-unresolved.exp
1215 * gdb.dwarf2/dw2-basic.exp
1216 * gdb.dwarf2/dw2-canonicalize-type.exp
1217 * gdb.dwarf2/dw2-case-insensitive.exp
1218 * gdb.dwarf2/dw2-common-block.exp
1219 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1220 * gdb.dwarf2/dw2-compressed.exp
1221 * gdb.dwarf2/dw2-const.exp
1222 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1223 * gdb.dwarf2/dw2-cu-size.exp
1224 * gdb.dwarf2/dw2-dup-frame.exp
1225 * gdb.dwarf2/dw2-entry-value.exp
1226 * gdb.dwarf2/dw2-icycle.exp
1227 * gdb.dwarf2/dw2-ifort-parameter.exp
1228 * gdb.dwarf2/dw2-inline-break.exp
1229 * gdb.dwarf2/dw2-inline-param.exp
1230 * gdb.dwarf2/dw2-intercu.exp
1231 * gdb.dwarf2/dw2-intermix.exp
1232 * gdb.dwarf2/dw2-lexical-block-bare.exp
1233 * gdb.dwarf2/dw2-linkage-name-trust.exp
1234 * gdb.dwarf2/dw2-minsym-in-cu.exp
1235 * gdb.dwarf2/dw2-noloc.exp
1236 * gdb.dwarf2/dw2-op-call.exp
1237 * gdb.dwarf2/dw2-op-out-param.exp
1238 * gdb.dwarf2/dw2-opt-structptr.exp
1239 * gdb.dwarf2/dw2-param-error.exp
1240 * gdb.dwarf2/dw2-producer.exp
1241 * gdb.dwarf2/dw2-ranges-base.exp
1242 * gdb.dwarf2/dw2-ref-missing-frame.exp
1243 * gdb.dwarf2/dw2-reg-undefined.exp
1244 * gdb.dwarf2/dw2-regno-invalid.exp
1245 * gdb.dwarf2/dw2-restore.exp
1246 * gdb.dwarf2/dw2-restrict.exp
1247 * gdb.dwarf2/dw2-single-line-discriminators.exp
1248 * gdb.dwarf2/dw2-strp.exp
1249 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1250 * gdb.dwarf2/dw2-unresolved.exp
1251 * gdb.dwarf2/dw2-var-zero-addr.exp
1252 * gdb.dwarf2/dw4-sig-types.exp
1253 * gdb.dwarf2/dwz.exp
1254 * gdb.dwarf2/dynarr-ptr.exp
1255 * gdb.dwarf2/enum-type.exp
1256 * gdb.dwarf2/gdb-index.exp
1257 * gdb.dwarf2/implptr-64bit.exp
1258 * gdb.dwarf2/implptr-optimized-out.exp
1259 * gdb.dwarf2/implptr.exp
1260 * gdb.dwarf2/implref-array.exp
1261 * gdb.dwarf2/implref-const.exp
1262 * gdb.dwarf2/implref-global.exp
1263 * gdb.dwarf2/implref-struct.exp
1264 * gdb.dwarf2/mac-fileno.exp
1265 * gdb.dwarf2/main-subprogram.exp
1266 * gdb.dwarf2/member-ptr-forwardref.exp
1267 * gdb.dwarf2/method-ptr.exp
1268 * gdb.dwarf2/missing-sig-type.exp
1269 * gdb.dwarf2/nonvar-access.exp
1270 * gdb.dwarf2/opaque-type-lookup.exp
1271 * gdb.dwarf2/pieces-optimized-out.exp
1272 * gdb.dwarf2/pieces.exp
1273 * gdb.dwarf2/pr10770.exp
1274 * gdb.dwarf2/pr13961.exp
1275 * gdb.dwarf2/staticvirtual.exp
1276 * gdb.dwarf2/subrange.exp
1277 * gdb.dwarf2/symtab-producer.exp
1278 * gdb.dwarf2/trace-crash.exp
1279 * gdb.dwarf2/typeddwarf.exp
1280 * gdb.dwarf2/valop.exp
1281 * gdb.dwarf2/watch-notconst.exp
1282 * gdb.fortran/array-element.exp
1283 * gdb.fortran/charset.exp
1284 * gdb.fortran/common-block.exp
1285 * gdb.fortran/complex.exp
1286 * gdb.fortran/derived-type-function.exp
1287 * gdb.fortran/derived-type.exp
1288 * gdb.fortran/logical.exp
1289 * gdb.fortran/module.exp
1290 * gdb.fortran/multi-dim.exp
1291 * gdb.fortran/nested-funcs.exp
1292 * gdb.fortran/print-formatted.exp
1293 * gdb.fortran/subarray.exp
1294 * gdb.fortran/vla-alloc-assoc.exp
1295 * gdb.fortran/vla-datatypes.exp
1296 * gdb.fortran/vla-history.exp
1297 * gdb.fortran/vla-ptr-info.exp
1298 * gdb.fortran/vla-ptype-sub.exp
1299 * gdb.fortran/vla-ptype.exp
1300 * gdb.fortran/vla-sizeof.exp
1301 * gdb.fortran/vla-type.exp
1302 * gdb.fortran/vla-value-sub-arbitrary.exp
1303 * gdb.fortran/vla-value-sub-finish.exp
1304 * gdb.fortran/vla-value-sub.exp
1305 * gdb.fortran/vla-value.exp
1306 * gdb.fortran/whatis_type.exp
1307 * gdb.go/chan.exp
1308 * gdb.go/handcall.exp
1309 * gdb.go/hello.exp
1310 * gdb.go/integers.exp
1311 * gdb.go/methods.exp
1312 * gdb.go/package.exp
1313 * gdb.go/strings.exp
1314 * gdb.go/types.exp
1315 * gdb.go/unsafe.exp
1316 * gdb.guile/scm-arch.exp
1317 * gdb.guile/scm-block.exp
1318 * gdb.guile/scm-breakpoint.exp
1319 * gdb.guile/scm-cmd.exp
1320 * gdb.guile/scm-disasm.exp
1321 * gdb.guile/scm-equal.exp
1322 * gdb.guile/scm-frame-args.exp
1323 * gdb.guile/scm-frame-inline.exp
1324 * gdb.guile/scm-frame.exp
1325 * gdb.guile/scm-iterator.exp
1326 * gdb.guile/scm-math.exp
1327 * gdb.guile/scm-objfile.exp
1328 * gdb.guile/scm-ports.exp
1329 * gdb.guile/scm-symbol.exp
1330 * gdb.guile/scm-symtab.exp
1331 * gdb.guile/scm-value-cc.exp
1332 * gdb.guile/types-module.exp
1333 * gdb.linespec/break-ask.exp
1334 * gdb.linespec/cpexplicit.exp
1335 * gdb.linespec/explicit.exp
1336 * gdb.linespec/keywords.exp
1337 * gdb.linespec/linespec.exp
1338 * gdb.linespec/ls-dollar.exp
1339 * gdb.linespec/ls-errs.exp
1340 * gdb.linespec/skip-two.exp
1341 * gdb.linespec/thread.exp
1342 * gdb.mi/mi-async.exp
1343 * gdb.mi/mi-basics.exp
1344 * gdb.mi/mi-break.exp
1345 * gdb.mi/mi-catch-load.exp
1346 * gdb.mi/mi-cli.exp
1347 * gdb.mi/mi-cmd-param-changed.exp
1348 * gdb.mi/mi-console.exp
1349 * gdb.mi/mi-detach.exp
1350 * gdb.mi/mi-disassemble.exp
1351 * gdb.mi/mi-eval.exp
1352 * gdb.mi/mi-file-transfer.exp
1353 * gdb.mi/mi-file.exp
1354 * gdb.mi/mi-fill-memory.exp
1355 * gdb.mi/mi-inheritance-syntax-error.exp
1356 * gdb.mi/mi-linespec-err-cp.exp
1357 * gdb.mi/mi-logging.exp
1358 * gdb.mi/mi-memory-changed.exp
1359 * gdb.mi/mi-read-memory.exp
1360 * gdb.mi/mi-record-changed.exp
1361 * gdb.mi/mi-reg-undefined.exp
1362 * gdb.mi/mi-regs.exp
1363 * gdb.mi/mi-return.exp
1364 * gdb.mi/mi-reverse.exp
1365 * gdb.mi/mi-simplerun.exp
1366 * gdb.mi/mi-solib.exp
1367 * gdb.mi/mi-stack.exp
1368 * gdb.mi/mi-stepi.exp
1369 * gdb.mi/mi-syn-frame.exp
1370 * gdb.mi/mi-until.exp
1371 * gdb.mi/mi-var-block.exp
1372 * gdb.mi/mi-var-child.exp
1373 * gdb.mi/mi-var-cmd.exp
1374 * gdb.mi/mi-var-cp.exp
1375 * gdb.mi/mi-var-display.exp
1376 * gdb.mi/mi-var-invalidate.exp
1377 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1378 * gdb.mi/mi-vla-fortran.exp
1379 * gdb.mi/mi-watch.exp
1380 * gdb.mi/mi2-var-child.exp
1381 * gdb.mi/user-selected-context-sync.exp
1382 * gdb.modula2/unbounded-array.exp
1383 * gdb.multi/dummy-frame-restore.exp
1384 * gdb.multi/multi-arch-exec.exp
1385 * gdb.multi/multi-arch.exp
1386 * gdb.multi/tids.exp
1387 * gdb.multi/watchpoint-multi.exp
1388 * gdb.opencl/callfuncs.exp
1389 * gdb.opencl/convs_casts.exp
1390 * gdb.opencl/datatypes.exp
1391 * gdb.opencl/operators.exp
1392 * gdb.opencl/vec_comps.exp
1393 * gdb.opt/clobbered-registers-O2.exp
1394 * gdb.opt/inline-break.exp
1395 * gdb.opt/inline-bt.exp
1396 * gdb.opt/inline-cmds.exp
1397 * gdb.opt/inline-locals.exp
1398 * gdb.pascal/case-insensitive-symbols.exp
1399 * gdb.pascal/floats.exp
1400 * gdb.pascal/gdb11492.exp
1401 * gdb.python/lib-types.exp
1402 * gdb.python/py-arch.exp
1403 * gdb.python/py-as-string.exp
1404 * gdb.python/py-bad-printers.exp
1405 * gdb.python/py-block.exp
1406 * gdb.python/py-breakpoint-create-fail.exp
1407 * gdb.python/py-breakpoint.exp
1408 * gdb.python/py-caller-is.exp
1409 * gdb.python/py-cmd.exp
1410 * gdb.python/py-explore-cc.exp
1411 * gdb.python/py-explore.exp
1412 * gdb.python/py-finish-breakpoint.exp
1413 * gdb.python/py-finish-breakpoint2.exp
1414 * gdb.python/py-frame-args.exp
1415 * gdb.python/py-frame-inline.exp
1416 * gdb.python/py-frame.exp
1417 * gdb.python/py-framefilter-mi.exp
1418 * gdb.python/py-infthread.exp
1419 * gdb.python/py-lazy-string.exp
1420 * gdb.python/py-linetable.exp
1421 * gdb.python/py-mi-events.exp
1422 * gdb.python/py-mi-objfile.exp
1423 * gdb.python/py-mi.exp
1424 * gdb.python/py-objfile.exp
1425 * gdb.python/py-pp-integral.exp
1426 * gdb.python/py-pp-maint.exp
1427 * gdb.python/py-pp-re-notag.exp
1428 * gdb.python/py-pp-registration.exp
1429 * gdb.python/py-recurse-unwind.exp
1430 * gdb.python/py-strfns.exp
1431 * gdb.python/py-symbol.exp
1432 * gdb.python/py-symtab.exp
1433 * gdb.python/py-sync-interp.exp
1434 * gdb.python/py-typeprint.exp
1435 * gdb.python/py-unwind-maint.exp
1436 * gdb.python/py-unwind.exp
1437 * gdb.python/py-value-cc.exp
1438 * gdb.python/py-xmethods.exp
1439 * gdb.reverse/amd64-tailcall-reverse.exp
1440 * gdb.reverse/break-precsave.exp
1441 * gdb.reverse/break-reverse.exp
1442 * gdb.reverse/consecutive-precsave.exp
1443 * gdb.reverse/consecutive-reverse.exp
1444 * gdb.reverse/finish-precsave.exp
1445 * gdb.reverse/finish-reverse-bkpt.exp
1446 * gdb.reverse/finish-reverse.exp
1447 * gdb.reverse/fstatat-reverse.exp
1448 * gdb.reverse/getresuid-reverse.exp
1449 * gdb.reverse/i386-precsave.exp
1450 * gdb.reverse/i386-reverse.exp
1451 * gdb.reverse/i386-sse-reverse.exp
1452 * gdb.reverse/i387-env-reverse.exp
1453 * gdb.reverse/i387-stack-reverse.exp
1454 * gdb.reverse/insn-reverse.exp
1455 * gdb.reverse/machinestate-precsave.exp
1456 * gdb.reverse/machinestate.exp
1457 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1458 * gdb.reverse/pipe-reverse.exp
1459 * gdb.reverse/readv-reverse.exp
1460 * gdb.reverse/recvmsg-reverse.exp
1461 * gdb.reverse/rerun-prec.exp
1462 * gdb.reverse/s390-mvcle.exp
1463 * gdb.reverse/step-precsave.exp
1464 * gdb.reverse/step-reverse.exp
1465 * gdb.reverse/time-reverse.exp
1466 * gdb.reverse/until-precsave.exp
1467 * gdb.reverse/until-reverse.exp
1468 * gdb.reverse/waitpid-reverse.exp
1469 * gdb.reverse/watch-precsave.exp
1470 * gdb.reverse/watch-reverse.exp
1471 * gdb.rust/generics.exp
1472 * gdb.rust/methods.exp
1473 * gdb.rust/modules.exp
1474 * gdb.rust/simple.exp
1475 * gdb.server/connect-with-no-symbol-file.exp
1476 * gdb.server/ext-attach.exp
1477 * gdb.server/ext-restart.exp
1478 * gdb.server/ext-wrapper.exp
1479 * gdb.server/file-transfer.exp
1480 * gdb.server/server-exec-info.exp
1481 * gdb.server/server-kill.exp
1482 * gdb.server/server-mon.exp
1483 * gdb.server/wrapper.exp
1484 * gdb.stabs/exclfwd.exp
1485 * gdb.stabs/gdb11479.exp
1486 * gdb.threads/clone-new-thread-event.exp
1487 * gdb.threads/corethreads.exp
1488 * gdb.threads/current-lwp-dead.exp
1489 * gdb.threads/dlopen-libpthread.exp
1490 * gdb.threads/gcore-thread.exp
1491 * gdb.threads/sigstep-threads.exp
1492 * gdb.threads/watchpoint-fork.exp
1493 * gdb.trace/actions-changed.exp
1494 * gdb.trace/backtrace.exp
1495 * gdb.trace/change-loc.exp
1496 * gdb.trace/circ.exp
1497 * gdb.trace/collection.exp
1498 * gdb.trace/disconnected-tracing.exp
1499 * gdb.trace/ftrace.exp
1500 * gdb.trace/mi-trace-frame-collected.exp
1501 * gdb.trace/mi-trace-unavailable.exp
1502 * gdb.trace/mi-traceframe-changed.exp
1503 * gdb.trace/mi-tsv-changed.exp
1504 * gdb.trace/no-attach-trace.exp
1505 * gdb.trace/passc-dyn.exp
1506 * gdb.trace/qtro.exp
1507 * gdb.trace/range-stepping.exp
1508 * gdb.trace/read-memory.exp
1509 * gdb.trace/save-trace.exp
1510 * gdb.trace/signal.exp
1511 * gdb.trace/status-stop.exp
1512 * gdb.trace/tfile.exp
1513 * gdb.trace/trace-break.exp
1514 * gdb.trace/trace-buffer-size.exp
1515 * gdb.trace/trace-condition.exp
1516 * gdb.trace/tracefile-pseudo-reg.exp
1517 * gdb.trace/tstatus.exp
1518 * gdb.trace/unavailable.exp
1519 * gdb.trace/while-dyn.exp
1520 * gdb.trace/while-stepping.exp
1521
1522 2016-12-22 Doug Evans <xdje42@gmail.com>
1523
1524 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1525 and msymbols.
1526
1527 2016-12-19 Yao Qi <yao.qi@linaro.org>
1528
1529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1530 (test_with_self): Don't call do_steps_and_nexts, and remove
1531 code about stepping into xmalloc.
1532
1533 2016-12-09 Yao Qi <yao.qi@linaro.org>
1534
1535 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1536
1537 2016-12-09 Yao Qi <yao.qi@linaro.org>
1538
1539 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1540
1541 2016-12-09 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.base/all-architectures-0.exp: New file.
1544 * gdb.base/all-architectures-1.exp: New file.
1545 * gdb.base/all-architectures-2.exp: New file.
1546 * gdb.base/all-architectures-3.exp: New file.
1547 * gdb.base/all-architectures-4.exp: New file.
1548 * gdb.base/all-architectures-5.exp: New file.
1549 * gdb.base/all-architectures-6.exp: New file.
1550 * gdb.base/all-architectures-7.exp: New file.
1551 * gdb.base/all-architectures.exp.in: New file.
1552
1553 2016-12-09 Yao Qi <yao.qi@linaro.org>
1554
1555 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1556
1557 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1558
1559 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1560 possible.
1561 Remove useless pattern-matching code.
1562
1563 2016-12-02 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1566 procedure.
1567 (top level): Call it.
1568
1569 2016-12-02 Pedro Alves <palves@redhat.com>
1570
1571 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1572 New procedure.
1573 (top level): Call it.
1574
1575 2016-12-02 Pedro Alves <palves@redhat.com>
1576
1577 PR cli/20559
1578 * gdb.base/commands.exp (user_defined_command_args_eval): New
1579 procedure.
1580 (top level): Call it.
1581
1582 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1583
1584 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1585 timeout handling.
1586
1587 2016-12-02 Tom Tromey <tom@tromey.com>
1588
1589 * gdb.dwarf2/main-subprogram.c: New file.
1590 * gdb.dwarf2/main-subprogram.exp: New file.
1591
1592 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1593
1594 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1595 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1596 gdb_test_no_output for a couple of cases.
1597 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1598
1599 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1600
1601 Fix test names and standardize compilation error messages throughout
1602 the following files:
1603
1604 * gdb.ada/start.exp
1605 * gdb.arch/alpha-step.exp
1606 * gdb.arch/e500-prologue.exp
1607 * gdb.arch/ftrace-insn-reloc.exp
1608 * gdb.arch/gdb1291.exp
1609 * gdb.arch/gdb1431.exp
1610 * gdb.arch/gdb1558.exp
1611 * gdb.arch/i386-dr3-watch.exp
1612 * gdb.arch/i386-sse-stack-align.exp
1613 * gdb.arch/ia64-breakpoint-shadow.exp
1614 * gdb.arch/pa-nullify.exp
1615 * gdb.arch/powerpc-aix-prologue.exp
1616 * gdb.arch/thumb-bx-pc.exp
1617 * gdb.base/annota1.exp
1618 * gdb.base/annota3.exp
1619 * gdb.base/arrayidx.exp
1620 * gdb.base/assign.exp
1621 * gdb.base/attach.exp
1622 * gdb.base/auxv.exp
1623 * gdb.base/bang.exp
1624 * gdb.base/bfp-test.exp
1625 * gdb.base/bigcore.exp
1626 * gdb.base/bitfields2.exp
1627 * gdb.base/break-fun-addr.exp
1628 * gdb.base/break-probes.exp
1629 * gdb.base/call-rt-st.exp
1630 * gdb.base/callexit.exp
1631 * gdb.base/catch-fork-kill.exp
1632 * gdb.base/charset.exp
1633 * gdb.base/checkpoint.exp
1634 * gdb.base/comprdebug.exp
1635 * gdb.base/constvars.exp
1636 * gdb.base/coredump-filter.exp
1637 * gdb.base/cursal.exp
1638 * gdb.base/cvexpr.exp
1639 * gdb.base/detach.exp
1640 * gdb.base/display.exp
1641 * gdb.base/dmsym.exp
1642 * gdb.base/dprintf-pending.exp
1643 * gdb.base/dso2dso.exp
1644 * gdb.base/dtrace-probe.exp
1645 * gdb.base/dump.exp
1646 * gdb.base/enum_cond.exp
1647 * gdb.base/exe-lock.exp
1648 * gdb.base/exec-invalid-sysroot.exp
1649 * gdb.base/execl-update-breakpoints.exp
1650 * gdb.base/exprs.exp
1651 * gdb.base/fileio.exp
1652 * gdb.base/find.exp
1653 * gdb.base/finish.exp
1654 * gdb.base/fixsection.exp
1655 * gdb.base/foll-vfork.exp
1656 * gdb.base/frame-args.exp
1657 * gdb.base/gcore.exp
1658 * gdb.base/gdb1250.exp
1659 * gdb.base/global-var-nested-by-dso.exp
1660 * gdb.base/gnu-ifunc.exp
1661 * gdb.base/hashline1.exp
1662 * gdb.base/hashline2.exp
1663 * gdb.base/hashline3.exp
1664 * gdb.base/hbreak-in-shr-unsupported.exp
1665 * gdb.base/huge.exp
1666 * gdb.base/infcall-input.exp
1667 * gdb.base/info-fun.exp
1668 * gdb.base/info-shared.exp
1669 * gdb.base/jit-simple.exp
1670 * gdb.base/jit-so.exp
1671 * gdb.base/jit.exp
1672 * gdb.base/jump.exp
1673 * gdb.base/label.exp
1674 * gdb.base/lineinc.exp
1675 * gdb.base/logical.exp
1676 * gdb.base/longjmp.exp
1677 * gdb.base/macscp.exp
1678 * gdb.base/miscexprs.exp
1679 * gdb.base/new-ui-echo.exp
1680 * gdb.base/new-ui-pending-input.exp
1681 * gdb.base/new-ui.exp
1682 * gdb.base/nodebug.exp
1683 * gdb.base/nofield.exp
1684 * gdb.base/offsets.exp
1685 * gdb.base/overlays.exp
1686 * gdb.base/pending.exp
1687 * gdb.base/pointers.exp
1688 * gdb.base/pr11022.exp
1689 * gdb.base/printcmds.exp
1690 * gdb.base/prologue.exp
1691 * gdb.base/ptr-typedef.exp
1692 * gdb.base/realname-expand.exp
1693 * gdb.base/relativedebug.exp
1694 * gdb.base/relocate.exp
1695 * gdb.base/remote.exp
1696 * gdb.base/reread.exp
1697 * gdb.base/return2.exp
1698 * gdb.base/savedregs.exp
1699 * gdb.base/sep.exp
1700 * gdb.base/sepdebug.exp
1701 * gdb.base/sepsymtab.exp
1702 * gdb.base/set-inferior-tty.exp
1703 * gdb.base/setshow.exp
1704 * gdb.base/shlib-call.exp
1705 * gdb.base/sigaltstack.exp
1706 * gdb.base/siginfo-addr.exp
1707 * gdb.base/signals.exp
1708 * gdb.base/signull.exp
1709 * gdb.base/sigrepeat.exp
1710 * gdb.base/so-impl-ld.exp
1711 * gdb.base/solib-display.exp
1712 * gdb.base/solib-overlap.exp
1713 * gdb.base/solib-search.exp
1714 * gdb.base/solib-symbol.exp
1715 * gdb.base/structs.exp
1716 * gdb.base/structs2.exp
1717 * gdb.base/symtab-search-order.exp
1718 * gdb.base/twice.exp
1719 * gdb.base/unload.exp
1720 * gdb.base/varargs.exp
1721 * gdb.base/watchpoint-solib.exp
1722 * gdb.base/watchpoint.exp
1723 * gdb.base/whatis.exp
1724 * gdb.base/wrong_frame_bt_full.exp
1725 * gdb.btrace/dlopen.exp
1726 * gdb.cell/ea-standalone.exp
1727 * gdb.cell/ea-test.exp
1728 * gdb.cp/dispcxx.exp
1729 * gdb.cp/gdb2384.exp
1730 * gdb.cp/method2.exp
1731 * gdb.cp/nextoverthrow.exp
1732 * gdb.cp/pr10728.exp
1733 * gdb.disasm/am33.exp
1734 * gdb.disasm/h8300s.exp
1735 * gdb.disasm/mn10300.exp
1736 * gdb.disasm/sh3.exp
1737 * gdb.dwarf2/dw2-dir-file-name.exp
1738 * gdb.fortran/complex.exp
1739 * gdb.fortran/library-module.exp
1740 * gdb.guile/scm-pretty-print.exp
1741 * gdb.guile/scm-symbol.exp
1742 * gdb.guile/scm-type.exp
1743 * gdb.guile/scm-value.exp
1744 * gdb.linespec/linespec.exp
1745 * gdb.mi/gdb701.exp
1746 * gdb.mi/gdb792.exp
1747 * gdb.mi/mi-breakpoint-changed.exp
1748 * gdb.mi/mi-dprintf-pending.exp
1749 * gdb.mi/mi-dprintf.exp
1750 * gdb.mi/mi-exit-code.exp
1751 * gdb.mi/mi-pending.exp
1752 * gdb.mi/mi-solib.exp
1753 * gdb.mi/new-ui-mi-sync.exp
1754 * gdb.mi/pr11022.exp
1755 * gdb.mi/user-selected-context-sync.exp
1756 * gdb.opt/solib-intra-step.exp
1757 * gdb.python/py-events.exp
1758 * gdb.python/py-finish-breakpoint.exp
1759 * gdb.python/py-mi.exp
1760 * gdb.python/py-prettyprint.exp
1761 * gdb.python/py-shared.exp
1762 * gdb.python/py-symbol.exp
1763 * gdb.python/py-template.exp
1764 * gdb.python/py-type.exp
1765 * gdb.python/py-value.exp
1766 * gdb.reverse/solib-precsave.exp
1767 * gdb.reverse/solib-reverse.exp
1768 * gdb.server/solib-list.exp
1769 * gdb.stabs/weird.exp
1770 * gdb.threads/reconnect-signal.exp
1771 * gdb.threads/stepi-random-signal.exp
1772 * gdb.trace/actions.exp
1773 * gdb.trace/ax.exp
1774 * gdb.trace/backtrace.exp
1775 * gdb.trace/change-loc.exp
1776 * gdb.trace/deltrace.exp
1777 * gdb.trace/ftrace-lock.exp
1778 * gdb.trace/ftrace.exp
1779 * gdb.trace/infotrace.exp
1780 * gdb.trace/mi-tracepoint-changed.exp
1781 * gdb.trace/packetlen.exp
1782 * gdb.trace/passcount.exp
1783 * gdb.trace/pending.exp
1784 * gdb.trace/range-stepping.exp
1785 * gdb.trace/report.exp
1786 * gdb.trace/stap-trace.exp
1787 * gdb.trace/tfind.exp
1788 * gdb.trace/trace-break.exp
1789 * gdb.trace/trace-condition.exp
1790 * gdb.trace/trace-enable-disable.exp
1791 * gdb.trace/trace-mt.exp
1792 * gdb.trace/tracecmd.exp
1793 * gdb.trace/tspeed.exp
1794 * gdb.trace/tsv.exp
1795 * lib/perftest.exp
1796
1797 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1798
1799 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1800 with gdb_test_no_output.
1801 Use command as test name.
1802
1803 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1804
1805 Fix test names starting with uppercase throughout the files.
1806
1807 * gdb.ada/assign_1.exp
1808 * gdb.ada/boolean_expr.exp
1809 * gdb.base/arrayidx.exp
1810 * gdb.base/del.exp
1811 * gdb.base/gcore-buffer-overflow.exp
1812 * gdb.base/testenv.exp
1813 * gdb.compile/compile.exp
1814 * gdb.python/py-framefilter-invalidarg.exp
1815 * gdb.python/py-framefilter.exp
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/array_return.exp
1822 * gdb.ada/expr_delims.exp
1823 * gdb.ada/mi_dyn_arr.exp
1824 * gdb.ada/mi_interface.exp
1825 * gdb.ada/mi_var_array.exp
1826 * gdb.ada/watch_arg.exp
1827 * gdb.arch/alpha-step.exp
1828 * gdb.arch/altivec-regs.exp
1829 * gdb.arch/e500-regs.exp
1830 * gdb.arch/powerpc-d128-regs.exp
1831 * gdb.base/arrayidx.exp
1832 * gdb.base/break.exp
1833 * gdb.base/checkpoint.exp
1834 * gdb.base/debug-expr.exp
1835 * gdb.base/dmsym.exp
1836 * gdb.base/radix.exp
1837 * gdb.base/sepdebug.exp
1838 * gdb.base/testenv.exp
1839 * gdb.base/watch_thread_num.exp
1840 * gdb.base/watchpoint-cond-gone.exp
1841 * gdb.cell/break.exp
1842 * gdb.cell/ea-cache.exp
1843 * gdb.compile/compile.exp
1844 * gdb.cp/gdb2495.exp
1845 * gdb.gdb/selftest.exp
1846 * gdb.gdb/xfullpath.exp
1847 * gdb.go/hello.exp
1848 * gdb.go/integers.exp
1849 * gdb.objc/basicclass.exp
1850 * gdb.pascal/hello.exp
1851 * gdb.pascal/integers.exp
1852 * gdb.python/py-breakpoint.exp
1853 * gdb.python/py-cmd.exp
1854 * gdb.python/py-linetable.exp
1855 * gdb.python/py-xmethods.exp
1856 * gdb.python/python.exp
1857 * gdb.reverse/consecutive-precsave.exp
1858 * gdb.reverse/finish-precsave.exp
1859 * gdb.reverse/i386-precsave.exp
1860 * gdb.reverse/machinestate-precsave.exp
1861 * gdb.reverse/sigall-precsave.exp
1862 * gdb.reverse/solib-precsave.exp
1863 * gdb.reverse/step-precsave.exp
1864 * gdb.reverse/until-precsave.exp
1865 * gdb.reverse/watch-precsave.exp
1866 * gdb.threads/leader-exit.exp
1867 * gdb.threads/pthreads.exp
1868 * gdb.threads/wp-replication.exp
1869 * gdb.trace/actions.exp
1870 * gdb.trace/mi-tsv-changed.exp
1871 * gdb.trace/tsv.exp
1872
1873 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1874
1875 Fix test names starting with uppercase throughout the files.
1876
1877 * gdb.arch/i386-bp_permanent.exp
1878 * gdb.arch/i386-gnu-cfi.exp
1879 * gdb.base/disasm-end-cu.exp
1880 * gdb.base/macscp.exp
1881 * gdb.base/pending.exp
1882 * gdb.base/watch_thread_num.exp
1883 * gdb.cp/exception.exp
1884 * gdb.cp/gdb2495.exp
1885 * gdb.cp/local.exp
1886 * gdb.python/py-evsignal.exp
1887 * gdb.python/python.exp
1888 * gdb.trace/tracecmd.exp
1889
1890 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1891
1892 Fix test names starting with uppercase throughout the files.
1893
1894 * gdb.base/charset.exp
1895 * gdb.base/eval.exp
1896 * gdb.base/multi-forks.exp
1897 * gdb.guile/scm-progspace.exp
1898 * gdb.opencl/datatypes.exp
1899 * gdb.python/py-block.exp
1900 * gdb.python/py-function.exp
1901 * gdb.python/py-symbol.exp
1902 * gdb.python/py-symtab.exp
1903 * gdb.python/py-xmethods.exp
1904 * gdb.reverse/break-precsave.exp
1905 * gdb.reverse/break-reverse.exp
1906 * gdb.reverse/consecutive-precsave.exp
1907 * gdb.reverse/consecutive-reverse.exp
1908 * gdb.reverse/finish-precsave.exp
1909 * gdb.reverse/finish-reverse-bkpt.exp
1910 * gdb.reverse/finish-reverse.exp
1911 * gdb.reverse/fstatat-reverse.exp
1912 * gdb.reverse/getresuid-reverse.exp
1913 * gdb.reverse/i386-precsave.exp
1914 * gdb.reverse/i386-reverse.exp
1915 * gdb.reverse/i386-sse-reverse.exp
1916 * gdb.reverse/i387-stack-reverse.exp
1917 * gdb.reverse/insn-reverse.exp
1918 * gdb.reverse/machinestate-precsave.exp
1919 * gdb.reverse/machinestate.exp
1920 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1921 * gdb.reverse/pipe-reverse.exp
1922 * gdb.reverse/readv-reverse.exp
1923 * gdb.reverse/recvmsg-reverse.exp
1924 * gdb.reverse/rerun-prec.exp
1925 * gdb.reverse/s390-mvcle.exp
1926 * gdb.reverse/sigall-precsave.exp
1927 * gdb.reverse/sigall-reverse.exp
1928 * gdb.reverse/solib-precsave.exp
1929 * gdb.reverse/solib-reverse.exp
1930 * gdb.reverse/step-precsave.exp
1931 * gdb.reverse/step-reverse.exp
1932 * gdb.reverse/time-reverse.exp
1933 * gdb.reverse/until-precsave.exp
1934 * gdb.reverse/until-reverse.exp
1935 * gdb.reverse/waitpid-reverse.exp
1936 * gdb.reverse/watch-precsave.exp
1937 * gdb.reverse/watch-reverse.exp
1938
1939 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1940
1941 Fix test names starting with uppercase throughout the files.
1942
1943 * gdb.arch/i386-mpx-simple_segv.exp
1944 * gdb.arch/i386-mpx.exp
1945 * gdb.arch/i386-permbkpt.exp
1946 * gdb.arch/pa-nullify.exp
1947 * gdb.arch/powerpc-d128-regs.exp
1948 * gdb.arch/vsx-regs.exp
1949 * gdb.base/bfp-test.exp
1950 * gdb.base/break.exp
1951 * gdb.base/breakpoint-shadow.exp
1952 * gdb.base/callfuncs.exp
1953 * gdb.base/charset.exp
1954 * gdb.base/commands.exp
1955 * gdb.base/completion.exp
1956 * gdb.base/dfp-test.exp
1957 * gdb.base/echo.exp
1958 * gdb.base/ending-run.exp
1959 * gdb.base/eval.exp
1960 * gdb.base/expand-psymtabs.exp
1961 * gdb.base/float128.exp
1962 * gdb.base/floatn.exp
1963 * gdb.base/foll-exec-mode.exp
1964 * gdb.base/gdb1056.exp
1965 * gdb.base/gdb11531.exp
1966 * gdb.base/kill-after-signal.exp
1967 * gdb.base/multi-forks.exp
1968 * gdb.base/overlays.exp
1969 * gdb.base/pending.exp
1970 * gdb.base/sepdebug.exp
1971 * gdb.base/testenv.exp
1972 * gdb.base/valgrind-db-attach.exp
1973 * gdb.base/watch_thread_num.exp
1974 * gdb.base/watchpoint-cond-gone.exp
1975 * gdb.base/watchpoint.exp
1976 * gdb.base/watchpoints.exp
1977 * gdb.cp/arg-reference.exp
1978 * gdb.cp/baseenum.exp
1979 * gdb.cp/operator.exp
1980 * gdb.cp/shadow.exp
1981 * gdb.dwarf2/dw2-op-out-param.exp
1982 * gdb.dwarf2/dw2-reg-undefined.exp
1983 * gdb.go/chan.exp
1984 * gdb.go/hello.exp
1985 * gdb.go/integers.exp
1986 * gdb.go/methods.exp
1987 * gdb.go/package.exp
1988 * gdb.guile/scm-parameter.exp
1989 * gdb.guile/scm-progspace.exp
1990 * gdb.guile/scm-value.exp
1991 * gdb.mi/mi-pending.exp
1992 * gdb.mi/user-selected-context-sync.exp
1993 * gdb.multi/multi-attach.exp
1994 * gdb.multi/tids.exp
1995 * gdb.opt/clobbered-registers-O2.exp
1996 * gdb.pascal/floats.exp
1997 * gdb.pascal/integers.exp
1998 * gdb.python/py-block.exp
1999 * gdb.python/py-events.exp
2000 * gdb.python/py-parameter.exp
2001 * gdb.python/py-symbol.exp
2002 * gdb.python/py-symtab.exp
2003 * gdb.python/py-type.exp
2004 * gdb.python/py-value.exp
2005 * gdb.python/py-xmethods.exp
2006 * gdb.python/python.exp
2007 * gdb.reverse/break-precsave.exp
2008 * gdb.reverse/consecutive-precsave.exp
2009 * gdb.reverse/finish-precsave.exp
2010 * gdb.reverse/i386-precsave.exp
2011 * gdb.reverse/machinestate-precsave.exp
2012 * gdb.reverse/sigall-precsave.exp
2013 * gdb.reverse/solib-precsave.exp
2014 * gdb.reverse/step-precsave.exp
2015 * gdb.reverse/until-precsave.exp
2016 * gdb.reverse/watch-precsave.exp
2017 * gdb.server/ext-attach.exp
2018 * gdb.server/ext-restart.exp
2019 * gdb.server/ext-run.exp
2020 * gdb.server/ext-wrapper.exp
2021 * gdb.stabs/gdb11479.exp
2022 * gdb.stabs/weird.exp
2023 * gdb.threads/attach-many-short-lived-threads.exp
2024 * gdb.threads/kill.exp
2025 * gdb.threads/watchpoint-fork.exp
2026
2027 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2028
2029 Fix test names starting with uppercase throughout all the files below.
2030
2031 * gdb.ada/array_return.exp
2032 * gdb.ada/catch_ex.exp
2033 * gdb.ada/info_exc.exp
2034 * gdb.ada/mi_catch_ex.exp
2035 * gdb.ada/mi_dyn_arr.exp
2036 * gdb.ada/mi_ex_cond.exp
2037 * gdb.ada/mi_exc_info.exp
2038 * gdb.ada/mi_interface.exp
2039 * gdb.ada/mi_task_arg.exp
2040 * gdb.ada/mi_task_info.exp
2041 * gdb.ada/mi_var_array.exp
2042 * gdb.arch/alpha-step.exp
2043 * gdb.arch/amd64-disp-step.exp
2044 * gdb.arch/arm-disp-step.exp
2045 * gdb.arch/disp-step-insn-reloc.exp
2046 * gdb.arch/e500-prologue.exp
2047 * gdb.arch/ftrace-insn-reloc.exp
2048 * gdb.arch/gdb1558.exp
2049 * gdb.arch/i386-bp_permanent.exp
2050 * gdb.arch/i386-disp-step.exp
2051 * gdb.arch/i386-float.exp
2052 * gdb.arch/i386-gnu-cfi.exp
2053 * gdb.arch/ia64-breakpoint-shadow.exp
2054 * gdb.arch/mips16-thunks.exp
2055 * gdb.arch/pa-nullify.exp
2056 * gdb.arch/powerpc-aix-prologue.exp
2057 * gdb.arch/powerpc-power.exp
2058 * gdb.arch/ppc-dfp.exp
2059 * gdb.arch/s390-tdbregs.exp
2060 * gdb.arch/spu-info.exp
2061 * gdb.arch/spu-ls.exp
2062 * gdb.arch/thumb-bx-pc.exp
2063 * gdb.base/advance.exp
2064 * gdb.base/annota-input-while-running.exp
2065 * gdb.base/arrayidx.exp
2066 * gdb.base/asmlabel.exp
2067 * gdb.base/async.exp
2068 * gdb.base/attach-wait-input.exp
2069 * gdb.base/auto-connect-native-target.exp
2070 * gdb.base/batch-preserve-term-settings.exp
2071 * gdb.base/bfp-test.exp
2072 * gdb.base/bigcore.exp
2073 * gdb.base/bp-permanent.exp
2074 * gdb.base/break-always.exp
2075 * gdb.base/break-fun-addr.exp
2076 * gdb.base/break-idempotent.exp
2077 * gdb.base/break-main-file-remove-fail.exp
2078 * gdb.base/break-probes.exp
2079 * gdb.base/break-unload-file.exp
2080 * gdb.base/break.exp
2081 * gdb.base/call-ar-st.exp
2082 * gdb.base/call-rt-st.exp
2083 * gdb.base/call-sc.exp
2084 * gdb.base/call-signal-resume.exp
2085 * gdb.base/call-strs.exp
2086 * gdb.base/callexit.exp
2087 * gdb.base/callfuncs.exp
2088 * gdb.base/catch-gdb-caused-signals.exp
2089 * gdb.base/catch-signal-siginfo-cond.exp
2090 * gdb.base/catch-syscall.exp
2091 * gdb.base/compare-sections.exp
2092 * gdb.base/cond-eval-mode.exp
2093 * gdb.base/condbreak-call-false.exp
2094 * gdb.base/consecutive-step-over.exp
2095 * gdb.base/cursal.exp
2096 * gdb.base/disabled-location.exp
2097 * gdb.base/disasm-end-cu.exp
2098 * gdb.base/display.exp
2099 * gdb.base/double-prompt-target-event-error.exp
2100 * gdb.base/dprintf-bp-same-addr.exp
2101 * gdb.base/dprintf-detach.exp
2102 * gdb.base/dprintf-next.exp
2103 * gdb.base/dprintf-non-stop.exp
2104 * gdb.base/dprintf-pending.exp
2105 * gdb.base/dso2dso.exp
2106 * gdb.base/ending-run.exp
2107 * gdb.base/enum_cond.exp
2108 * gdb.base/examine-backward.exp
2109 * gdb.base/exe-lock.exp
2110 * gdb.base/exec-invalid-sysroot.exp
2111 * gdb.base/execl-update-breakpoints.exp
2112 * gdb.base/execution-termios.exp
2113 * gdb.base/fileio.exp
2114 * gdb.base/fixsection.exp
2115 * gdb.base/foll-exec-mode.exp
2116 * gdb.base/foll-exec.exp
2117 * gdb.base/fork-running-state.exp
2118 * gdb.base/frame-args.exp
2119 * gdb.base/fullpath-expand.exp
2120 * gdb.base/func-ptr.exp
2121 * gdb.base/gcore-relro-pie.exp
2122 * gdb.base/gdb1090.exp
2123 * gdb.base/gdb1555.exp
2124 * gdb.base/global-var-nested-by-dso.exp
2125 * gdb.base/gnu-ifunc.exp
2126 * gdb.base/hbreak-in-shr-unsupported.exp
2127 * gdb.base/hbreak-unmapped.exp
2128 * gdb.base/hook-stop.exp
2129 * gdb.base/infcall-input.exp
2130 * gdb.base/info-fun.exp
2131 * gdb.base/info-shared.exp
2132 * gdb.base/interrupt-noterm.exp
2133 * gdb.base/jit-so.exp
2134 * gdb.base/jit.exp
2135 * gdb.base/line-symtabs.exp
2136 * gdb.base/list.exp
2137 * gdb.base/longjmp.exp
2138 * gdb.base/macscp.exp
2139 * gdb.base/max-value-size.exp
2140 * gdb.base/nodebug.exp
2141 * gdb.base/nofield.exp
2142 * gdb.base/overlays.exp
2143 * gdb.base/paginate-after-ctrl-c-running.exp
2144 * gdb.base/paginate-bg-execution.exp
2145 * gdb.base/paginate-inferior-exit.exp
2146 * gdb.base/pending.exp
2147 * gdb.base/pr11022.exp
2148 * gdb.base/printcmds.exp
2149 * gdb.base/ptr-typedef.exp
2150 * gdb.base/ptype.exp
2151 * gdb.base/randomize.exp
2152 * gdb.base/range-stepping.exp
2153 * gdb.base/realname-expand.exp
2154 * gdb.base/relativedebug.exp
2155 * gdb.base/remote.exp
2156 * gdb.base/savedregs.exp
2157 * gdb.base/sepdebug.exp
2158 * gdb.base/set-noassign.exp
2159 * gdb.base/shlib-call.exp
2160 * gdb.base/shreloc.exp
2161 * gdb.base/sigaltstack.exp
2162 * gdb.base/sigbpt.exp
2163 * gdb.base/siginfo-addr.exp
2164 * gdb.base/siginfo-obj.exp
2165 * gdb.base/siginfo-thread.exp
2166 * gdb.base/signest.exp
2167 * gdb.base/signull.exp
2168 * gdb.base/sigrepeat.exp
2169 * gdb.base/skip.exp
2170 * gdb.base/so-impl-ld.exp
2171 * gdb.base/solib-corrupted.exp
2172 * gdb.base/solib-disc.exp
2173 * gdb.base/solib-display.exp
2174 * gdb.base/solib-overlap.exp
2175 * gdb.base/solib-search.exp
2176 * gdb.base/solib-symbol.exp
2177 * gdb.base/source-execution.exp
2178 * gdb.base/sss-bp-on-user-bp-2.exp
2179 * gdb.base/sss-bp-on-user-bp.exp
2180 * gdb.base/stack-checking.exp
2181 * gdb.base/stale-infcall.exp
2182 * gdb.base/step-break.exp
2183 * gdb.base/step-line.exp
2184 * gdb.base/step-over-exit.exp
2185 * gdb.base/step-test.exp
2186 * gdb.base/structs.exp
2187 * gdb.base/sym-file.exp
2188 * gdb.base/symtab-search-order.exp
2189 * gdb.base/term.exp
2190 * gdb.base/type-opaque.exp
2191 * gdb.base/unload.exp
2192 * gdb.base/until-nodebug.exp
2193 * gdb.base/until.exp
2194 * gdb.base/unwindonsignal.exp
2195 * gdb.base/watch-cond.exp
2196 * gdb.base/watch-non-mem.exp
2197 * gdb.base/watch_thread_num.exp
2198 * gdb.base/watchpoint-reuse-slot.exp
2199 * gdb.base/watchpoint-solib.exp
2200 * gdb.base/watchpoint.exp
2201 * gdb.btrace/dlopen.exp
2202 * gdb.cell/arch.exp
2203 * gdb.cell/break.exp
2204 * gdb.cell/bt.exp
2205 * gdb.cell/core.exp
2206 * gdb.cell/data.exp
2207 * gdb.cell/dwarfaddr.exp
2208 * gdb.cell/ea-cache.exp
2209 * gdb.cell/ea-standalone.exp
2210 * gdb.cell/ea-test.exp
2211 * gdb.cell/f-regs.exp
2212 * gdb.cell/fork.exp
2213 * gdb.cell/gcore.exp
2214 * gdb.cell/mem-access.exp
2215 * gdb.cell/ptype.exp
2216 * gdb.cell/registers.exp
2217 * gdb.cell/sizeof.exp
2218 * gdb.cell/solib-symbol.exp
2219 * gdb.cell/solib.exp
2220 * gdb.compile/compile-tls.exp
2221 * gdb.cp/exception.exp
2222 * gdb.cp/gdb2495.exp
2223 * gdb.cp/local.exp
2224 * gdb.cp/mb-inline.exp
2225 * gdb.cp/mb-templates.exp
2226 * gdb.cp/pr10687.exp
2227 * gdb.cp/pr9167.exp
2228 * gdb.cp/scope-err.exp
2229 * gdb.cp/templates.exp
2230 * gdb.cp/virtfunc.exp
2231 * gdb.dwarf2/dw2-dir-file-name.exp
2232 * gdb.dwarf2/dw2-single-line-discriminators.exp
2233 * gdb.fortran/complex.exp
2234 * gdb.fortran/library-module.exp
2235 * gdb.guile/guile.exp
2236 * gdb.guile/scm-cmd.exp
2237 * gdb.guile/scm-frame-inline.exp
2238 * gdb.guile/scm-objfile.exp
2239 * gdb.guile/scm-pretty-print.exp
2240 * gdb.guile/scm-symbol.exp
2241 * gdb.guile/scm-type.exp
2242 * gdb.guile/scm-value.exp
2243 * gdb.linespec/keywords.exp
2244 * gdb.linespec/ls-errs.exp
2245 * gdb.linespec/macro-relative.exp
2246 * gdb.linespec/thread.exp
2247 * gdb.mi/mi-breakpoint-changed.exp
2248 * gdb.mi/mi-dprintf-pending.exp
2249 * gdb.mi/mi-fullname-deleted.exp
2250 * gdb.mi/mi-logging.exp
2251 * gdb.mi/mi-pending.exp
2252 * gdb.mi/mi-solib.exp
2253 * gdb.mi/new-ui-mi-sync.exp
2254 * gdb.mi/user-selected-context-sync.exp
2255 * gdb.multi/dummy-frame-restore.exp
2256 * gdb.multi/multi-arch-exec.exp
2257 * gdb.multi/remove-inferiors.exp
2258 * gdb.multi/watchpoint-multi-exit.exp
2259 * gdb.opt/solib-intra-step.exp
2260 * gdb.perf/backtrace.exp
2261 * gdb.perf/single-step.exp
2262 * gdb.perf/skip-command.exp
2263 * gdb.perf/skip-prologue.exp
2264 * gdb.perf/solib.exp
2265 * gdb.python/lib-types.exp
2266 * gdb.python/py-as-string.exp
2267 * gdb.python/py-bad-printers.exp
2268 * gdb.python/py-block.exp
2269 * gdb.python/py-breakpoint.exp
2270 * gdb.python/py-cmd.exp
2271 * gdb.python/py-events.exp
2272 * gdb.python/py-evthreads.exp
2273 * gdb.python/py-finish-breakpoint.exp
2274 * gdb.python/py-finish-breakpoint2.exp
2275 * gdb.python/py-frame-inline.exp
2276 * gdb.python/py-frame.exp
2277 * gdb.python/py-inferior.exp
2278 * gdb.python/py-infthread.exp
2279 * gdb.python/py-mi.exp
2280 * gdb.python/py-objfile.exp
2281 * gdb.python/py-pp-maint.exp
2282 * gdb.python/py-pp-registration.exp
2283 * gdb.python/py-prettyprint.exp
2284 * gdb.python/py-recurse-unwind.exp
2285 * gdb.python/py-shared.exp
2286 * gdb.python/py-symbol.exp
2287 * gdb.python/py-symtab.exp
2288 * gdb.python/py-template.exp
2289 * gdb.python/py-type.exp
2290 * gdb.python/py-unwind-maint.exp
2291 * gdb.python/py-unwind.exp
2292 * gdb.python/py-value.exp
2293 * gdb.python/python.exp
2294 * gdb.reverse/finish-reverse-bkpt.exp
2295 * gdb.reverse/insn-reverse.exp
2296 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2297 * gdb.reverse/solib-precsave.exp
2298 * gdb.reverse/solib-reverse.exp
2299 * gdb.stabs/gdb11479.exp
2300 * gdb.stabs/weird.exp
2301 * gdb.threads/fork-child-threads.exp
2302 * gdb.threads/fork-plus-threads.exp
2303 * gdb.threads/fork-thread-pending.exp
2304 * gdb.threads/forking-threads-plus-breakpoint.exp
2305 * gdb.threads/hand-call-in-threads.exp
2306 * gdb.threads/interrupted-hand-call.exp
2307 * gdb.threads/linux-dp.exp
2308 * gdb.threads/local-watch-wrong-thread.exp
2309 * gdb.threads/next-while-other-thread-longjmps.exp
2310 * gdb.threads/non-ldr-exit.exp
2311 * gdb.threads/pending-step.exp
2312 * gdb.threads/print-threads.exp
2313 * gdb.threads/process-dies-while-detaching.exp
2314 * gdb.threads/process-dies-while-handling-bp.exp
2315 * gdb.threads/pthreads.exp
2316 * gdb.threads/queue-signal.exp
2317 * gdb.threads/reconnect-signal.exp
2318 * gdb.threads/signal-command-handle-nopass.exp
2319 * gdb.threads/signal-command-multiple-signals-pending.exp
2320 * gdb.threads/signal-delivered-right-thread.exp
2321 * gdb.threads/signal-sigtrap.exp
2322 * gdb.threads/sigthread.exp
2323 * gdb.threads/staticthreads.exp
2324 * gdb.threads/stepi-random-signal.exp
2325 * gdb.threads/thread-unwindonsignal.exp
2326 * gdb.threads/thread_check.exp
2327 * gdb.threads/thread_events.exp
2328 * gdb.threads/tid-reuse.exp
2329 * gdb.threads/tls-nodebug.exp
2330 * gdb.threads/tls-shared.exp
2331 * gdb.threads/tls-so_extern.exp
2332 * gdb.threads/tls.exp
2333 * gdb.threads/wp-replication.exp
2334 * gdb.trace/actions-changed.exp
2335 * gdb.trace/actions.exp
2336 * gdb.trace/backtrace.exp
2337 * gdb.trace/change-loc.exp
2338 * gdb.trace/collection.exp
2339 * gdb.trace/deltrace.exp
2340 * gdb.trace/disconnected-tracing.exp
2341 * gdb.trace/entry-values.exp
2342 * gdb.trace/ftrace-lock.exp
2343 * gdb.trace/ftrace.exp
2344 * gdb.trace/infotrace.exp
2345 * gdb.trace/mi-trace-frame-collected.exp
2346 * gdb.trace/mi-trace-unavailable.exp
2347 * gdb.trace/mi-traceframe-changed.exp
2348 * gdb.trace/mi-tracepoint-changed.exp
2349 * gdb.trace/mi-tsv-changed.exp
2350 * gdb.trace/no-attach-trace.exp
2351 * gdb.trace/packetlen.exp
2352 * gdb.trace/passc-dyn.exp
2353 * gdb.trace/passcount.exp
2354 * gdb.trace/pending.exp
2355 * gdb.trace/pr16508.exp
2356 * gdb.trace/qtro.exp
2357 * gdb.trace/range-stepping.exp
2358 * gdb.trace/read-memory.exp
2359 * gdb.trace/report.exp
2360 * gdb.trace/save-trace.exp
2361 * gdb.trace/signal.exp
2362 * gdb.trace/stap-trace.exp
2363 * gdb.trace/status-stop.exp
2364 * gdb.trace/strace.exp
2365 * gdb.trace/tfile.exp
2366 * gdb.trace/tfind.exp
2367 * gdb.trace/trace-break.exp
2368 * gdb.trace/trace-condition.exp
2369 * gdb.trace/trace-enable-disable.exp
2370 * gdb.trace/trace-mt.exp
2371 * gdb.trace/tracecmd.exp
2372 * gdb.trace/tracefile-pseudo-reg.exp
2373 * gdb.trace/tspeed.exp
2374 * gdb.trace/tstatus.exp
2375 * gdb.trace/tsv.exp
2376 * gdb.trace/unavailable.exp
2377 * gdb.trace/while-dyn.exp
2378 * gdb.trace/while-stepping.exp
2379 * lib/gdb-guile.exp
2380 * lib/gdb.exp
2381 * lib/mi-support.exp
2382 * lib/pascal.exp
2383 * lib/perftest.exp
2384 * lib/prelink-support.exp
2385 * lib/selftest-support.exp
2386
2387 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2388
2389 * Makefile.in: Include disable-implicit-rules.mk.
2390
2391 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2392
2393 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2394 non-byte-aligned bit fields.
2395
2396 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2397
2398 PR gdb/12616
2399 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2400 respects the DW_AT_data_bit_offset attribute.
2401
2402 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2403
2404 * gdb.base/default.exp: Fix output of "set language".
2405
2406 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2407
2408 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2409 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2410 make.
2411 * configure.ac: Remove checks for the make program.
2412 * configure: Re-generate.
2413
2414 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2415
2416 * gdb.python/py-recurse-unwind.c (main): Add loop.
2417 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2418 to read_register() and gdb.parse_and_eval(). Make each code
2419 call a separate case that can be individually tested.
2420 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2421 proc. Call cont_and_backtrace for each of the code paths that
2422 we want to test in the unwinder.
2423
2424 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2425
2426 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2427 the definition of struct S.
2428
2429 2016-11-11 Catherine Moore <clm@codesourcery.com>
2430
2431 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2432
2433 2016-11-09 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/commands.exp (runto_or_return): New procedure.
2436 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2437 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2438 (progvar_simple_while_test, progvar_complex_if_while_test)
2439 (if_while_breakpoint_command_test)
2440 (infrun_breakpoint_command_test, breakpoint_command_test)
2441 (user_defined_command_test, watchpoint_command_test)
2442 (test_command_prompt_position, redefine_hook_test)
2443 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2444 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2445 multi_line_input and multi_line. Remove gdb_expect and
2446 gdb_stop_suppressing_tests uses.
2447 * lib/gdb.exp (valnum_re): New global.
2448 (multi_line_input): New procedure.
2449
2450 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2451
2452 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2453 Remove.
2454 (test_setup): Define with proc_with_prefix.
2455 (test_cli_inferior): Likewise.
2456 (test_cli_thread): Likewise.
2457 (test_cli_frame): Likewise.
2458 (test_cli_select_frame): Likewise.
2459 (test_cli_up_down): Likewise.
2460 (test_mi_thread_select): Likewise.
2461 (test_mi_stack_select_frame): Likewise.
2462 (test_cli_in_mi_inferior): Likewise.
2463 (test_cli_in_mi_thread): Likewise.
2464 (test_cli_in_mi_frame): Likewise.
2465 (top level): Do not use with_test_prefix_procname.
2466
2467 2016-11-09 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/commands.exp (gdbvar_simple_if_test)
2470 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2471 (progvar_simple_if_test, progvar_simple_while_test)
2472 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2473 (infrun_breakpoint_command_test, breakpoint_command_test)
2474 (user_defined_command_test, watchpoint_command_test)
2475 (test_command_prompt_position, deprecated_command_test)
2476 (bp_deleted_in_command, temporary_breakpoint_commands)
2477 (stray_arg0_test, source_file_with_indented_comment)
2478 (recursive_source_test, if_commands_test)
2479 (error_clears_commands_left, redefine_hook_test)
2480 (redefine_backtrace_test): Use proc_with_prefix.
2481 * lib/gdb.exp (proc_with_prefix): New proc.
2482
2483 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2484
2485 * gdb.base/tui-layout.c: New file.
2486 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2487 disassembly window contains very long lines.
2488
2489 2016-11-08 Tom Tromey <tom@tromey.com>
2490
2491 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2492 depend on Python 2.
2493
2494 2016-11-08 Tom Tromey <tom@tromey.com>
2495
2496 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2497 New method.
2498
2499 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2500
2501 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2502
2503 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2504
2505 * gdb.rust/simple.rs: Add test for univariant enums without
2506 discriminants and for encoded struct-like enums.
2507
2508 2016-10-28 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2511 gdb_test_multiple, tighten regexps and match symtabs and line
2512 tables incrementally.
2513
2514 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2515
2516 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2517 general.
2518
2519 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2520
2521 * gdb.base/exec-invalid-sysroot.exp: New file.
2522
2523 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2526
2527 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2530
2531 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2532
2533 * gdb.base/killed-outside.exp: Remove $options from a call to
2534 `prepare_for_testing'.
2535
2536 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2537
2538 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2539 Change test message.
2540
2541 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2542
2543 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2544 Update comment.
2545
2546 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2547
2548 * gdb.trace/mi-trace-save.exp: New file.
2549
2550 2016-10-13 Yao Qi <yao.qi@linaro.org>
2551
2552 * gdb.base/code_elim.exp (get_var_address): Remove.
2553 * gdb.base/relocate.exp: Likewise.
2554 * gdb.base/shreloc.exp: Likewise.
2555 * lib/gdb.exp (get_var_address): New.
2556
2557 2016-10-13 Yao Qi <yao.qi@linaro.org>
2558
2559 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2560 floating point tests if $skip_float_test is false.
2561
2562 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2563
2564 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2565 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2566 argc values.
2567 Add 1 to argc so we guarantee distinct initial/modified argc values.
2568
2569 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2570
2571 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2572
2573 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2574
2575 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2576 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2577 * gdb.arch/vsx-regs.exp: Likewise.
2578
2579 2016-10-07 Yao Qi <yao.qi@linaro.org>
2580
2581 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2582
2583 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2584
2585 * gdb.python/python.exp: Test decode_line("*0").
2586
2587 2016-10-06 Doug Evans <dje@google.com>
2588
2589 * gdb.python/py-value.exp (test_value_creation): Add test for large
2590 unsigned 64-bit value.
2591
2592 2016-10-06 Tom Tromey <tom@tromey.com>
2593
2594 * gdb.compile/compile.exp: Change java tests to rust.
2595 * gdb.base/setshow.exp: Change java tests to rust.
2596 * gdb.base/default.exp: Remove java from language list.
2597 * README (Examples): Update language example.
2598 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2599 test.
2600 * lib/gdb.exp (skip_java_tests): Remove.
2601 * lib/java.exp: Remove.
2602 * gdb.java: Remove.
2603
2604 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2605
2606 * gdb.arch/mips-fcr.exp: New test.
2607 * gdb.arch/mips-fcr.c: Source for the new test.
2608
2609 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2610
2611 * gdb.base/solib-disc.exp: Use `standard_output_file'
2612 throughout.
2613
2614 2016-10-06 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.base/jit-simple-dl.c: New file.
2617 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2618 * gdb.base/jit-simple.c: ... this.
2619 * gdb.base/jit-simple.exp (jit_run): Delete.
2620 (build_jit): New proc.
2621 (jit_test_reread): Recompile either the main program or the shared
2622 library, depending on what is being tested. Skip changing address
2623 if caller wants to. Compare before/after addresses. If testing
2624 standalone, explicitly load the binary. Test "maint info
2625 breakpoints".
2626 (top level): Add "standalone vs shared lib" and "change address"
2627 vs "same address" axes.
2628
2629 2016-10-06 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2632 call.
2633 (jit_run): Delete.
2634 (jit_test_reread): Use with_test_prefix. Reload the main binary
2635 explicitly. Compare the before/after addresses of the JIT
2636 descriptor.
2637
2638 2016-08-15 Doug Evans <dje@google.com>
2639
2640 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2641 for single bitfields is bool.
2642 * gdb.xml/tdesc-regs.exp: Ditto.
2643
2644 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2645
2646 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2647
2648 2016-10-05 Yao Qi <yao.qi@linaro.org>
2649
2650 * lib/gdb.exp (support_complex_tests): Return zero if
2651 gdb_skip_float_test return true.
2652
2653 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2654 Simon Marchi <simon.marchi@ericsson.com>
2655
2656 PR gdb/20487
2657 * gdb.mi/user-selected-context-sync.exp: New file.
2658 * gdb.mi/user-selected-context-sync.c: New file.
2659
2660 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2661 Simon Marchi <simon.marchi@ericsson.com>
2662
2663 PR gdb/20487
2664 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2665 =thread-select-event check.
2666
2667 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2668
2669 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2670 the compulsory L operand changes.
2671 * gdb.arch/powerpc-power.s: Likewise.
2672
2673 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2674
2675 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2676 * gdb.base/jit-attach-pie.c: New file.
2677 * gdb.base/jit-attach-pie.exp: New file.
2678
2679 2016-09-28 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.base/infcall-input.c: New file.
2682 * gdb.base/infcall-input.exp: New file.
2683
2684 2016-09-22 Yao Qi <yao.qi@linaro.org>
2685
2686 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2687 (gdb_exit): Rename it to ...
2688 (gdbserver_gdb_exit): ... Close GDBserver.
2689 (gdb_exit): New proc, call gdbserver_gdb_exit.
2690 (mi_gdb_exit): Likewise.
2691
2692 2016-09-22 Yao Qi <yao.qi@linaro.org>
2693
2694 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2695 path.
2696 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2697 Remove duplication.
2698
2699 2016-09-22 Yao Qi <yao.qi@linaro.org>
2700
2701 * lib/gdbserver-support.exp: Check the existence of
2702 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2703
2704 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2705
2706 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2707
2708 2016-09-21 Tom Tromey <tom@tromey.com>
2709
2710 PR gdb/20604:
2711 * gdb.base/quit.exp: New file.
2712
2713 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2714
2715 * .gitignore: New file.
2716
2717 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2718
2719 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2720 throughout.
2721
2722 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2723
2724 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2725
2726 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * gdb.cp/casts.cc (decltype): Move it ...
2729 (main): ... with its call to ...
2730 * gdb.cp/casts03.cc: ... a new file.
2731 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2732
2733 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2736
2737 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2738
2739 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2740 and sync up the test with tests in gas/testsuite/gas/ppc.
2741 * gdb.arch/powerpc-power.exp: Likewise.
2742
2743 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2744
2745 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2746
2747 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2748 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2751 make m1's definition to be different from m2's. Use 'dummy' as an
2752 argument for probe 'two'.
2753
2754 2016-09-10 Jon Beniston <jon@beniston.com>
2755
2756 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2757 for sim target.
2758
2759 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2760
2761 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2762 variable declaration.
2763 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2764 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2765 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2766 received HWCAP as its argument.
2767
2768 2016-09-06 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.base/new-ui-pending-input.c: New file.
2771 * gdb.base/new-ui-pending-input.exp: New file.
2772 * gdb.exp (clear_gdb_spawn_id): New procedure.
2773 (with_spawn_id): Check whether gdb_spawn_id exists before
2774 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2775 on exit.
2776
2777 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2778
2779 * gdb.base/float128.c: New file.
2780 * gdb.base/float128.exp: Likewise.
2781 * gdb.base/floatn.c: Likewise.
2782 * gdb.base/floatn.exp: Likewise.
2783
2784 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2785
2786 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2787
2788 2016-09-05 Pedro Alves <palves@redhat.com>
2789
2790 PR backtrace/19927
2791 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2792 unwinders are immediately called as side effect of "source" or
2793 "disable unwinder" commands.
2794 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2795
2796 2016-09-02 Yao Qi <yao.qi@linaro.org>
2797
2798 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2799 is true and $type is "float" or "double".
2800
2801 2016-09-02 Yao Qi <yao.qi@linaro.org>
2802
2803 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2804 true.
2805 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2806 * gdb.base/call-rt-st.exp: Likewise.
2807 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2808 return value instead of gdb,skip_float_test.
2809 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2810 (do_function_calls): Use its return value instead of
2811 gdb,skip_float_test.
2812 * gdb.base/finish.exp: Likewise.
2813 * gdb.base/funcargs.exp: Likewise.
2814 * gdb.base/return.exp: Likewise.
2815 * gdb.base/return2.exp: Likewise.
2816 * gdb.base/varargs.exp: Likewise.
2817 * lib/gdb.exp (gdb_skip_float_test): Change it to
2818 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2819
2820 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2821
2822 * gdb.multi/tids.exp: Test "thread apply all".
2823
2824 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 * gdb.base/default.exp (tty): Remove.
2827
2828 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2829
2830 * gdb.python/py-recurse-unwind.c: New file.
2831 * gdb.python/py-recurse-unwind.py: New file.
2832 * gdb.python/py-recurse-unwind.exp: New file.
2833
2834 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2835
2836 * gdb.base/set-inferior-tty.exp: New file.
2837 * gdb.base/set-inferior-tty.c: New file.
2838
2839 2016-08-23 Pedro Alves <palves@redhat.com>
2840
2841 PR gdb/20494
2842 * gdb.base/new-ui-echo.c: New file.
2843 * gdb.base/new-ui-echo.exp: New file.
2844
2845 2016-08-23 Yao Qi <yao.qi@linaro.org>
2846
2847 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2848 gdbserver_spawn.
2849 * gdb.server/connect-without-multi-process.exp (do_test):
2850 Likewise.
2851
2852 2016-08-23 Yao Qi <yao.qi@linaro.org>
2853
2854 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2855 standalone_txt. Delete gdb_txt and standalone_txt on host
2856 and target. Spawn the binary on target. Copy files from
2857 target to host.
2858
2859 2016-08-22 Pedro Alves <palves@redhat.com>
2860
2861 PR gdb/20505
2862 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2863 with_test_prefix. Factor out bits to ...
2864 (test_no_vdso): ... this new procedure.
2865
2866 2016-08-19 Carl Love <cel@us.ibm.com>
2867
2868 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2869 maintaining separate logic for constructing the output path.
2870 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2871 * gdb.arch/ppc-dfp.exp: Likewise.
2872 * gdb.arch/ppc-fp.exp: Likewise.
2873 * gdb.arch/vsx-regs.exp: Likewise.
2874 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2875 binprefix for generating the additional binary files.
2876
2877 2016-08-19 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.trace/mi-trace-frame-collected.exp
2880 (test_trace_frame_collected): On x32, expect two registers.
2881
2882 2016-08-18 Carl Love <cel@us.ibm.com>
2883
2884 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2885 and sync up the test with tests in gas/testsuite/gas/ppc.
2886 * gdb.arch/powerpc-power.exp: Likewise.
2887
2888 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2889
2890 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2891 expected error message.
2892
2893 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * gdb.multi/remove-inferiors.exp: New file.
2896 * gdb.multi/remove-inferiors.c: New file.
2897
2898 2016-08-12 Yao Qi <yao.qi@linaro.org>
2899
2900 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2901 argument list.
2902
2903 2016-08-10 Pedro Alves <palves@redhat.com>
2904
2905 PR gdb/19187
2906 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2907 setup_kfails.
2908
2909 2016-08-09 Pedro Alves <palves@redhat.com>
2910 Simon Marchi <simon.marchi@ericsson.com>
2911
2912 PR gdb/20418
2913 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2914 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2915
2916 2016-08-09 Pedro Alves <palves@redhat.com>
2917
2918 PR mi/20431
2919 * gdb.mi/mi-cmd-error.exp: New file.
2920
2921 2016-08-09 Pedro Alves <palves@redhat.com>
2922
2923 PR gdb/18653
2924 * gdb.base/signals-state-child.c: New file.
2925 * gdb.base/signals-state-child.exp: New file.
2926 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2927
2928 2016-08-09 Pedro Alves <palves@redhat.com>
2929
2930 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2931
2932 2016-08-03 Tom Tromey <tom@tromey.com>
2933
2934 PR python/18565:
2935 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2936
2937 2016-08-01 Yao Qi <yao.qi@linaro.org>
2938
2939 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2940 variable mode to "multi-process" if $multi_process is 1, otherwise
2941 set it to "single-process".
2942
2943 2016-08-01 Yao Qi <yao.qi@linaro.org>
2944
2945 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2946 * gdb.cp/cpexprs.exp: Likewise.
2947 * gdb.cp/m-static.exp: Likewise.
2948
2949 2016-07-26 Tom Tromey <tom@tromey.com>
2950
2951 PR python/20190:
2952 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2953 test.
2954
2955 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2956
2957 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2958 selecting assembly source files.
2959 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2960 assembly source files.
2961 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2962 assembly source files.
2963 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2964 selecting assembly source files.
2965
2966 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2967
2968 * gdb.base/new-ui.exp (do_test_invalid_args): New
2969 procedure.
2970
2971 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2972
2973 * gdb.btrace/reconnect.c: New file.
2974 * gdb.btrace/reconnect.exp: New file.
2975
2976 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2977
2978 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2979 to test_catch_syscall_group.
2980 (test_catch_syscall_group): New.
2981
2982 2016-07-21 Tom Tromey <tom@tromey.com>
2983
2984 * gdb.rust/simple.rs (main): Use empty struct expression.
2985 * gdb.rust/simple.exp: Add tests for empty struct expression.
2986
2987 2016-07-21 Yao Qi <yao.qi@linaro.org>
2988
2989 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2990 if gdb_skip_xml_test is true on some targets.
2991
2992 2016-07-21 Yao Qi <yao.qi@linaro.org>
2993
2994 * gdb.server/solib-list.exp: Unset last_loaded_file.
2995
2996 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2997
2998 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2999 "step into captured_main (args)".
3000
3001 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3004
3005 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3008
3009 2016-07-19 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3012 * gdb.opt/inline-bt.exp: Likewise.
3013 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3014 additional_flags=-Winline.
3015 * gdb.opt/inline-locals.exp: Likewise.
3016 * gdb.opt/inline-markers.c (ATTR): Define.
3017 (inlined_fn): Use it.
3018
3019 2016-07-19 Yao Qi <yao.qi@linaro.org>
3020
3021 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3022 (test_with_self): Remove some code. Remove argument executable.
3023 (top-level): Use do_self_tests.
3024
3025 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3026 Don Breazeal <donb@codesourcery.com>
3027
3028 * gdb.base/maint.exp: Escape paths used in regular expressions.
3029 * gdb.stabs/weird.exp: Likewise.
3030
3031 2016-07-13 Tom Tromey <tom@tromey.com>
3032
3033 PR python/15620, PR python/18620:
3034 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3035 (test_bkpt_events): New procs.
3036
3037 2016-07-13 Tom Tromey <tom@tromey.com>
3038
3039 PR python/17698:
3040 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3041 test.
3042 (test_watchpoints): Likewise.
3043 (test_bkpt_pending): New proc.
3044
3045 2016-07-13 Tom Tromey <tom@tromey.com>
3046
3047 PR cli/18053:
3048 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3049 completion test.
3050
3051 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3054 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3055 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3056 f_label.
3057 (g): Rename g_end_lbl to g_label.
3058 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3059 low_pc and high_pc.
3060 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3061
3062 2016-07-12 Tom Tromey <tom@tromey.com>
3063
3064 PR python/19293:
3065 * gdb.python/py-unwind-maint.exp: Update tests.
3066
3067 2016-07-12 Yao Qi <yao.qi@linaro.org>
3068
3069 * lib/selftest-support.exp (selftest_setup): Match the output
3070 when captured_main is inlined.
3071
3072 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3073
3074 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3075 New variables.
3076 (print this%a, print this%b, print this): New tests.
3077 * gdb.fortran/derived-types.f90 (this): New object and
3078 initialization.
3079
3080 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3081
3082 * gdb.ada/arraydim.exp: Remove extra directory level in build
3083 directory.
3084
3085 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3086
3087 * lib/ada.exp: Remove extra directory level in build directory.
3088 * gdb.ada/cond_lang.exp: Likewise.
3089 * gdb.ada/exec_changed.exp: Likewise.
3090 * gdb.ada/lang_switch.exp: Likewise.
3091
3092 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3093
3094 * simple.rs: Add test for raw pointer subscripting.
3095 * simple.exp: Add test expectations.
3096
3097 2016-07-05 Yao Qi <yao.qi@linaro.org>
3098
3099 * gdb.mi/mi-reverse.exp: Match =record-started output.
3100
3101 2016-07-01 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3104 procedure.
3105 (jit_reader_test): Test the jit reader's unwinder.
3106 * gdb.base/jithost.c (jit_function_00_code): New global.
3107 (main): Use memcpy to fill in the mmapped code, instead of poking
3108 bytes manually here.
3109 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3110 value.
3111 (read_debug_info): Save the function's range.
3112 (read_sp): New function.
3113 (unwind_frame): Use it. Also unwind RBP.
3114 (get_frame_id): Use read_sp.
3115 (gdb_init_reader): Use calloc instead of malloc.
3116 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3117 parameter. Use gdb_test_multiple.
3118
3119 2016-07-01 Pedro Alves <palves@redhat.com>
3120 Antoine Tremblay <antoine.tremblay@ericsson.com>
3121
3122 * gdb.threads/process-dies-while-detaching.c: New file.
3123 * gdb.threads/process-dies-while-detaching.exp: New file.
3124
3125 2016-07-01 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.multi/watchpoint-multi-exit.c: New file.
3128 * gdb.multi/watchpoint-multi-exit.exp: New file.
3129
3130 2016-06-30 Pedro Alves <palves@redhat.com>
3131
3132 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3133 unset inferior_spawn_id.
3134
3135 2016-06-30 Pedro Alves <palves@redhat.com>
3136
3137 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3138 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3139
3140 2016-06-29 Yao Qi <yao.qi@linaro.org>
3141
3142 * gdb.base/return.c: Add copyright header.
3143
3144 2016-06-29 Tom Tromey <tom@tromey.com>
3145
3146 PR python/20129:
3147 * gdb.python/py-framefilter.exp: Add tests for setting priority
3148 and disabling of non-existent frame filter.
3149
3150 2016-06-29 Yao Qi <yao.qi@linaro.org>
3151
3152 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3153 0x0f07ff.
3154
3155 2016-06-28 Yao Qi <yao.qi@linaro.org>
3156
3157 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3158 triplets. Start gdb, execute catch syscall, and continue. Check
3159 gdb's output to determine catch syscall is supported.
3160
3161 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3162
3163 * gdb.rust/simple.rs: Add test for returning unit in a function.
3164 * gdb.rust/simple.exp: Add expectation for functions returning
3165 unit.
3166
3167 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3168
3169 * gdb.python/py-breakpoint-create-fail.c,
3170 gdb.python/py-breakpoint-create-fail.exp,
3171 gdb.python/py-breakpoint-create-fail.py: New testcase.
3172
3173 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3174
3175 PR gdb/20239
3176 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3177 * gdb.rust/simple.exp: Add test expectations for new NonZero
3178 tests.
3179
3180 2016-06-24 David Taylor <dtaylor@emc.com>
3181
3182 * gdb.base/offsets.exp: New file.
3183 * gdb.base/offsets.c: New file.
3184
3185 2016-06-23 Tom Tromey <tom@tromey.com>
3186
3187 PR gdb/16483:
3188 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3189 before any filters are loaded.
3190
3191 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3192
3193 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3194 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3195 structs.
3196 * gdb.fortran/derived-type-function.exp: New file.
3197 * gdb.fortran/derived-type-function.f90: New file.
3198
3199
3200 2016-06-21 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.base/new-ui.exp: New file.
3203 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3204 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3205 (with_spawn_id): New procedure.
3206
3207 2016-06-21 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.mi/mi-exec-run.exp: New file.
3210
3211 2016-06-21 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3214 breakpoint command's output on the main UI.
3215 (test_break): New procedure, factored out from calls in the top
3216 level.
3217 (top level): Use foreach_with_prefix to test MI as main UI and as
3218 separate UI.
3219
3220 2016-06-21 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3223 (test_awatch_creation_and_listing)
3224 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3225 Remove 'type' parameter.
3226 (test_watchpoint_all): New parameter mi_mode. Remove
3227 with_test_prefix.
3228 (top level): Use foreach_with_prefix, and add main/separate UI MI
3229 testing axis.
3230
3231 2016-06-21 Pedro Alves <palves@redhat.com>
3232
3233 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3234 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3235 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3236 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3237 (gdb_main_spawn_id, mi_spawn_id): Declare and
3238 comment.
3239 (mi_create_inferior_pty): New procedure,
3240 factored out from default_mi_gdb_start.
3241 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3242 procedures.
3243 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3244 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3245 Use mi_create_inferior_pty.
3246 (mi_gdb_start): Use eval to pass down args list.
3247
3248 2016-06-21 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3251 * gdb.opt/inline-cmds.exp: Add MI tests.
3252
3253 2016-06-21 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3256
3257 2016-06-21 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3260 (top level): Use it instead of mi_execute_to.
3261
3262 2016-06-21 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3265 (cont_handler_str): New.
3266 (signal_stop_handler): Set stop_handler_str instead of printing to
3267 stdout.
3268 (continue_handler): Set cont_handler_str instead of printing to
3269 stdout.
3270 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3271 mi_send_resuming_command. Print stop_handler_str and
3272 cont_handler_str instead of expecting the python events print
3273 directly.
3274
3275 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3276
3277 * gdb.base/jit-reader.exp: New file.
3278 * gdb.base/jithost.c: New file.
3279 * gdb.base/jithost.h: New file.
3280 * gdb.base/jitreader.c : New file.
3281 * gdb.base/jit-protocol.h: New file.
3282
3283 2016-06-17 Yao Qi <yao.qi@linaro.org>
3284
3285 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3286 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3287 and detach-on-fork. Adjust tests.
3288 (top level): Invoke break_cond_on_syscall with combinations of
3289 syscall, follow-fork-mode and detach-on-fork.
3290
3291 2016-06-17 Yao Qi <yao.qi@linaro.org>
3292
3293 * gdb.base/step-over-exit.c: New.
3294 * gdb.base/step-over-exit.exp: New.
3295
3296 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3297
3298 * gdb.base/float.exp: Add target check for nds32*-*-*.
3299 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3300
3301 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3302
3303 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3304 for unsupported target features.
3305 * gdb.base/call-rt-st.exp: Likewise.
3306 * gdb.base/call-sc.exp: Likewise.
3307 * gdb.base/call-signal-resume.exp: Likewise.
3308 * gdb.base/call-strs.exp: Likewise.
3309 * gdb.base/callexit.exp: Likewise.
3310 * gdb.base/callfuncs.exp: Likewise.
3311 * gdb.base/nodebug.exp: Likewise.
3312 * gdb.base/printcmds.exp: Likewise.
3313 * gdb.base/ptype.exp: Likewise.
3314 * gdb.base/structs.exp: Likewise.
3315 * gdb.base/unwindonsignal.exp: Likewise.
3316 * gdb.cp/gdb2495.exp: Likewise.
3317 * gdb.cp/templates.exp: Likewise.
3318 * gdb.cp/virtfunc.exp: Likewise.
3319 * gdb.threads/hand-call-in-threads.exp: Likewise.
3320 * gdb.threads/interrupted-hand-call.exp: Likewise.
3321 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3322
3323 2016-06-10 Tom Tromey <tom@tromey.com>
3324
3325 PR rust/20110:
3326 * gdb.rust/expr.exp: Add test for integer constant larger than
3327 i32.
3328
3329 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3330
3331 * gdb.fortran/nested-funcs.exp: New.
3332 * gdb.fortran/nested-funcs.f90: New.
3333
3334 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3335
3336 * gdb.base/examine-backward.c: New file.
3337 * gdb.base/examine-backward.exp: New file.
3338
3339 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3340
3341 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3342 matching.
3343
3344 2016-06-02 Tom Tromey <tom@tromey.com>
3345
3346 PR python/18984:
3347 * gdb.python/py-shared.exp: Add solib_name test.
3348
3349 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3352
3353 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3354
3355 PR c++/19893
3356 * gdb.dwarf2/implref.exp: Rename to...
3357 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3358 * gdb.dwarf2/implref-array.c: New file.
3359 * gdb.dwarf2/implref-array.exp: Likewise.
3360 * gdb.dwarf2/implref-global.c: Likewise.
3361 * gdb.dwarf2/implref-global.exp: Likewise.
3362 * gdb.dwarf2/implref-struct.c: Likewise.
3363 * gdb.dwarf2/implref-struct.exp: Likewise.
3364
3365 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3366
3367 * gdb.trace/trace-condition.exp: Add 64bit tests.
3368
3369 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3370
3371 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3372 bits types.
3373 (main): Adapt to 8 to 64 bits types.
3374 * gdb.trace/trace-condition.exp: Add new tests.
3375
3376 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3377
3378 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3379
3380 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3381
3382 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3383 Move condition tests...
3384 * gdb.trace/trace-condition.exp: Here.
3385
3386 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3387
3388 * gdb.trace/trace-condition.exp: Add counter-case tests.
3389
3390 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 PR c++/15231
3393 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3394 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3395
3396 2016-05-27 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3399 New procedure.
3400 (top level): Call it, and bail out of DejaGnu is known to be bad.
3401
3402 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3403
3404 * gdb.base/whatis.c: Extend the test case.
3405 * gdb.base/whatis.exp: Add additional tests.
3406
3407 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3408
3409 * gdb.fortran/type.f90: Add pointer variable.
3410 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3411
3412 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3413
3414 * gdb.fortran/vla-type.exp: Fix testcase name.
3415
3416 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3417
3418 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3419
3420 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3421
3422 * gdb.fortran/type.f90: Add nested structures.
3423 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3424 * gdb.fortran/derived-type.exp: Adapt expected output.
3425 * gdb.fortran/vla-type.exp: Adapt expected output.
3426
3427 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3428
3429 * gdb.fortran/whatis_type.exp: Adapt expected output.
3430
3431 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3432
3433 * gdb.fortran/print_type.exp: Fix expected output.
3434 * gdb.fortran/whatis_type.exp: Fix expected output.
3435
3436 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3437
3438 * gdb.fortran/whatis_type.exp: Use multi_line.
3439
3440 2016-05-24 Tom Tromey <tom@tromey.com>
3441
3442 PR python/17386:
3443 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3444 use value as an index.
3445
3446 2016-05-23 Tom Tromey <tom@tromey.com>
3447
3448 PR python/17981:
3449 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3450 no-breakpoint case.
3451
3452 2016-05-24 Pedro Alves <palves@redhat.com>
3453
3454 PR gdb/19828
3455 * gdb.threads/clone-attach-detach.c: New file.
3456 * gdb.threads/clone-attach-detach.exp: New file.
3457
3458 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3459
3460 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3461
3462 2016-05-23 Tom Tromey <tom@tromey.com>
3463
3464 PR python/19438, PR python/18393:
3465 * gdb.python/py-progspace.exp: Add "dir" test.
3466 * gdb.python/py-objfile.exp: Add "dir" test.
3467
3468 2016-05-23 Yao Qi <yao.qi@linaro.org>
3469
3470 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3471 * gdb.arch/thumb2-it.exp: Likewise.
3472
3473 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3474
3475 * gdb.mi/mi-threads-interrupt.c: New file.
3476 * gdb.mi/mi-threads-interrupt.exp: New file.
3477
3478 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3479
3480 PR gdb/18077
3481 * gdb.mi/mi-async-run.exp: New file.
3482 * gdb.mi/mi-async-run.c: New file.
3483
3484 2016-05-17 Tom Tromey <tom@tromey.com>
3485 Manish Goregaokar <manishsmail@gmail.com>
3486
3487 * lib/rust-support.exp: New file.
3488 * lib/gdb.exp (skip_rust_tests): New proc.
3489 (build_executable_from_specs): Handle rust.
3490 * lib/future.exp (gdb_find_rustc): New proc.
3491 (gdb_default_target_compile): Handle rust.
3492 * gdb.rust/expr.exp: New file.
3493 * gdb.rust/generics.exp: New file.
3494 * gdb.rust/generics.rs: New file.
3495 * gdb.rust/methods.exp: New file.
3496 * gdb.rust/methods.rs: New file.
3497 * gdb.rust/modules.exp: New file.
3498 * gdb.rust/modules.rs: New file.
3499 * gdb.rust/simple.exp: New file.
3500 * gdb.rust/simple.rs: New file.
3501
3502 2016-05-17 Tom Tromey <tom@tromey.com>
3503
3504 * gdb.base/default.exp (set language): Add rust.
3505
3506 2016-05-17 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.gdb/unittest.exp: New file.
3509
3510 2016-05-16 Yao Qi <yao.qi@linaro.org>
3511
3512 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3513 shell_prompt. Update shell_prompt_re.
3514
3515 2016-05-12 Doug Evans <dje@google.com>
3516
3517 PR symtab/19999
3518 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3519 $options when building executable.
3520 * gdb.dwarf2/fission-loclists-pie.S: New file.
3521 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3522
3523 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3524
3525 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3526 of [is_remote target],
3527
3528 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3529
3530 * lib/gdb.exp (use_gdb_stub): New procedure.
3531
3532 2016-05-03 Yunlian Jiang <yunlian@google.com>
3533 Doug Evans <dje@google.com>
3534
3535 PR symtab/19914
3536 * gdb.dwarf2/dwp-sepdebug.c: New file.
3537 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3538
3539 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3540
3541 * gdb.base/detach.exp: Remove is_remote check.
3542
3543 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * gdb.base/annota-input-while-running.exp: Don't check for
3546 [is_remote target]. Enable annotations after running to main.
3547 Remove unused "set test..." line.
3548
3549 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3550
3551 * gdb.trace/trace-enable-disable.exp: New file.
3552 * gdb.trace/trace-enable-disable.c: New file.
3553
3554 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3557 use it in info sharedlibrary test.
3558 * gdb.trace/ftrace-lock.exp: Likewise.
3559 * gdb.trace/ftrace.exp: Likewise.
3560 * gdb.trace/range-stepping.exp: Likewise.
3561 * gdb.trace/trace-break.exp: Likewise.
3562 * gdb.trace/trace-condition.exp: Likewise.
3563 * gdb.trace/trace-mt.exp: Likewise.
3564
3565 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3566
3567 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3568 (gdb_load_shlib): ... this.
3569 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3570 gdb_load_shlib.
3571 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3572 * gdb.base/ctxobj.exp: Likewise.
3573 * gdb.base/dprintf-pending.exp: Likewise.
3574 * gdb.base/dso2dso.exp: Likewise.
3575 * gdb.base/fixsection.exp: Likewise.
3576 * gdb.base/gcore-relro.exp: Likewise.
3577 * gdb.base/gdb1555.exp: Likewise.
3578 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3579 * gdb.base/gnu-ifunc.exp: Likewise.
3580 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3581 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3582 * gdb.base/pending.exp: Likewise.
3583 * gdb.base/print-file-var.exp: Likewise.
3584 * gdb.base/print-symbol-loading.exp: Likewise.
3585 * gdb.base/shlib-call.exp: Likewise.
3586 * gdb.base/shreloc.exp: Likewise.
3587 * gdb.base/so-impl-ld.exp: Likewise.
3588 * gdb.base/solib-disc.exp: Likewise.
3589 * gdb.base/solib-nodir.exp: Likewise.
3590 * gdb.base/solib-overlap.exp: Likewise.
3591 * gdb.base/solib-symbol.exp: Likewise.
3592 * gdb.base/solib-weak.exp (do_test): Likewise.
3593 * gdb.base/sym-file.exp: Likewise.
3594 * gdb.base/symtab-search-order.exp: Likewise.
3595 * gdb.base/type-opaque.exp: Likewise.
3596 * gdb.base/unload.exp: Likewise.
3597 * gdb.base/watchpoint-solib.exp: Likewise.
3598 * gdb.compile/compile.exp: Likewise.
3599 * gdb.cp/gdb2384.exp: Likewise.
3600 * gdb.cp/infcall-dlopen.exp: Likewise.
3601 * gdb.cp/re-set-overloaded.exp: Likewise.
3602 * gdb.fortran/library-module.exp: Likewise.
3603 * gdb.opt/solib-intra-step.exp: Likewise.
3604 * gdb.python/py-finish-breakpoint.exp: Likewise.
3605 * gdb.python/py-shared.exp: Likewise.
3606 * gdb.reverse/solib-precsave.exp: Likewise.
3607 * gdb.reverse/solib-reverse.exp: Likewise.
3608 * gdb.server/solib-list.exp: Likewise.
3609 * gdb.threads/dlopen-libpthread.exp: Likewise.
3610 * gdb.threads/tls-shared.exp: Likewise.
3611 * gdb.threads/tls-so_extern.exp: Likewise.
3612 * gdb.trace/change-loc.exp: Likewise.
3613 * gdb.trace/ftrace-lock.exp: Likewise.
3614 * gdb.trace/ftrace.exp: Likewise.
3615 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3616 * gdb.trace/pending.exp: Likewise.
3617 * gdb.trace/range-stepping.exp: Likewise.
3618 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3619 (strace_info_marker): Likewise.
3620 (strace_probe_marker): Likewise.
3621 (strace_trace_on_same_addr): Likewise.
3622 (strace_trace_on_diff_addr): Likewise.
3623 * gdb.trace/trace-break.exp: Likewise.
3624 * gdb.trace/trace-condition.exp: Likewise.
3625 * gdb.trace/trace-mt.exp: Likewise.
3626
3627 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3628
3629 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3630 result of gdb_remote_download.
3631 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3632 * gdb.base/dso2dso.exp: Likewise.
3633 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3634 * gdb.base/print-file-var.exp: Likewise.
3635 * gdb.base/shlib-call.exp: Likewise.
3636 * gdb.base/shreloc.exp: Likewise.
3637 * gdb.base/solib-overlap.exp: Likewise.
3638 * gdb.base/solib-weak.exp (do_test): Likewise.
3639 * gdb.base/unload.exp: Likewise.
3640
3641 2016-04-27 Yao Qi <yao.qi@linaro.org>
3642
3643 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3644 exists.
3645
3646 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3647
3648 * vla-type.exp: Print structure from toplevel.
3649
3650 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3651
3652 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3653 of dynamic types.
3654 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3655 of dynamic types.
3656
3657 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3658
3659 * gdb.fortran/vla-type.f90: New file.
3660 * gdb.fortran/vla-type.exp: New file.
3661
3662 2016-04-25 Yao Qi <yao.qi@linaro.org>
3663
3664 * gdb.base/branch-to-self.c: New file.
3665 * gdb.base/branch-to-self.exp: New file.
3666
3667 2016-04-22 Yao Qi <yao.qi@linaro.org>
3668
3669 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3670 more after $hex.
3671
3672 2016-04-22 Yao Qi <yao.qi@linaro.org>
3673
3674 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3675 * gdb.base/annota3.exp: Likewise.
3676
3677 2016-04-22 Yao Qi <yao.qi@linaro.org>
3678
3679 * gdb.reverse/step-precsave.exp: Do one step and test program
3680 stops in "callee" and do multiple steps until program goes out
3681 of "callee".
3682 * gdb.reverse/step-reverse.exp: Likewise.
3683
3684 2016-04-22 Yao Qi <yao.qi@linaro.org>
3685
3686 * gdb.trace/signal.exp: Also pass if
3687 $tracepoint_hits($i) > $iterations.
3688
3689 2016-04-22 Yao Qi <yao.qi@linaro.org>
3690
3691 * gdb.trace/signal.c: New file.
3692 * gdb.trace/signal.exp: New file.
3693
3694 2016-04-19 Doug Evans <xdje42@gmail.com>
3695
3696 * gdb.base/bad-file.exp: New file.
3697
3698 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3699
3700 * gdb.dwarf2/implref.exp: New file.
3701
3702 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3703
3704 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3705 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3706 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3707 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3708 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3709 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3710 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3711 * lib/fortran.exp (fortran_int4): New procedure.
3712 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3713 (fortran_logical4): Likewise.
3714
3715 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3716
3717 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3718
3719 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3720
3721 * lib/compiler.c: Add Intel specific preprocessor macros.
3722 * lib/compiler.cc: Likewise.
3723
3724 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3725
3726 * gdb.server/connect-with-no-symbol-file.c: New file.
3727 * gdb.server/connect-with-no-symbol-file.exp: New file.
3728
3729 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3730
3731 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3732
3733 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3734
3735 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3736 standard output directory.
3737
3738 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3739
3740 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3741
3742 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3743
3744 * gdb.btrace/instruction_history.c (loop): Add declaration.
3745
3746 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3747
3748 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3749
3750 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3751
3752 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3753 parentheses to print.
3754 (continue_handler): Likewise.
3755
3756 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3757
3758 * gdb.server/solib-list.exp: Remove is_remote check.
3759 Pass shlib= to gdb_compile. Don't link shared library with
3760 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3761 Run binary filename through "readlink -f" on the target.
3762
3763 2016-04-08 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3766 interpreter filename as argument to gdbserver_spawn.
3767 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3768 Return empty if $last_loaded_file does not exist.
3769
3770 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3773 * gdb.base/jit-main.c: Use exit after usage.
3774
3775 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3776
3777 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3778 GDBHISTSIZE prior to the tests.
3779 * gdb.base/gdbinit-history.exp: Likewise.
3780
3781 2016-04-07 Pedro Alves <palves@redhat.com>
3782
3783 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3784 instead of build_executable. Use gdb_load_shlibs.
3785
3786 2016-04-07 Yao Qi <yao.qi@linaro.org>
3787
3788 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3789 Execute "si" command.
3790
3791 2016-04-07 Yao Qi <yao.qi@linaro.org>
3792
3793 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3794 number instead of the comments on some line.
3795
3796 2016-04-06 Don Breazeal <donb@codesourcery.com>
3797
3798 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3799 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3800
3801 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3802
3803 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3804 standard_output_file. Remove unused binfile variable.
3805
3806 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3807
3808 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3809 * gdb.python/py-mi-objfile.exp: Match "list main" output
3810 in console format.
3811
3812 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3813
3814 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3815 absolute.
3816
3817 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3818
3819 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3820 absolute.
3821 * gdb.trace/ftrace.exp: Likewise.
3822 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3823 targets as well.
3824 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3825 (gdb_load_shlibs): Copy libraries to test directory when testing
3826 natively. Only set solib-search-path if testing remotely.
3827 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3828
3829 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3830
3831 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3832 gdb_download. Use it even if the target is not remote.
3833 * gdb.base/jit.exp (compile_jit_test): Likewise.
3834 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3835 output directory if the destination board is local, otherwise use
3836 the standard remote_download from DejaGnu.
3837 (gdb_download): Remove.
3838 (gdb_load_shlibs): Use gdb_remote_download instead of
3839 gdb_download.
3840 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3841 Use gdb_remote_download instead of gdb_download. Use it even if
3842 the target is not remote.
3843 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3844 instead of gdb_download.
3845
3846 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3847
3848 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3849 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3850 run.
3851
3852 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3853
3854 PR gdb/19820
3855 * gdb.base/printcmds.exp: Add artificial arrays tests.
3856
3857 2016-03-31 Pedro Alves <palves@redhat.com>
3858
3859 PR gdb/19858
3860 * gdb.base/jit-main.c: Include unistd.h.
3861 (ATTACH): Define to 0 if not already defined.
3862 (wait_for_gdb, mypid): New globals.
3863 (WAIT_FOR_GDB): New macro.
3864 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3865 some breakpoint locations.
3866 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3867 New procedures.
3868 (one_jit_test): Add REATTACH parameter, and handle it. Use
3869 continue_to_test_location.
3870 (top level): Test attach, and adjusts calls to one_jit_test.
3871
3872 2016-03-31 Pedro Alves <palves@redhat.com>
3873
3874 PR gdb/19858
3875 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3876 BINSUFFIX parameter, and handle it.
3877 (top level): Adjust calls compile_jit_test.
3878
3879 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3880
3881 PR python/19743
3882 * gdb.python/py-mi-events-gdb.py: New file.
3883 * gdb.python/py-mi-events.c: New file.
3884 * gdb.python/py-mi-events.exp: New file.
3885
3886 2016-03-30 Yao Qi <yao.qi@linaro.org>
3887
3888 * gdb.reverse/until-precsave.exp: Match function name only.
3889 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3890 Move malloc to a condition block.
3891 * gdb.reverse/until-reverse.exp: Match function name only.
3892
3893 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3894
3895 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3896 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3897 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3898 variable for GPR 0 instead of assuming it is register 0.
3899 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3900 * lib/trace-support.exp: Add s390 registers.
3901
3902 2016-03-29 Yao Qi <yao.qi@linaro.org>
3903
3904 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3905
3906 2016-03-24 Yao Qi <yao.qi@linaro.org>
3907
3908 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3909 test message.
3910
3911 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3912
3913 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3914 maintaining separate logic for constructing the output path.
3915
3916 2016-03-16 Don Breazeal <donb@codesourcery.com>
3917
3918 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3919 Retry fork and waitpid on interrupted system call errors.
3920 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3921 Use with_timeout_factor to increase timeout by factor of 10.
3922
3923 2016-03-15 Don Breazeal <donb@codesourcery.com>
3924
3925 * gdb.cp/scope-err.cc: New test program.
3926 * gdb.cp/scope-err.exp: New test script.
3927 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3928 lines and "set breakpoint here" comment.
3929 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3930 Fixed some whitespace and format issues.
3931 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3932 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3933
3934 2016-03-15 Doug Evans <dje@google.com>
3935
3936 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3937 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3938 All callers updated. Add tests for enums, mixed flags register.
3939
3940 2016-03-15 Doug Evans <dje@google.com>
3941
3942 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3943 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3944
3945 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3946
3947 * gdb.base/default.exp: Add $_as_string to the list of expected
3948 convenience functions.
3949
3950 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3951
3952 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3953
3954 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3955
3956 * gdb.python/py-as-string.exp: New file.
3957 * gdb.python/py-as-string.c: New file.
3958
3959 2016-03-09 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3962 signal" -> "Thread NN received signal" output change.
3963 * gdb.threads/ia64-sigill.exp: Likewise.
3964 * gdb.threads/linux-dp.exp: Likewise.
3965 * gdb.threads/manythreads.exp: Likewise.
3966 * gdb.threads/pending-step.exp: Likewise.
3967 * gdb.threads/print-threads.exp: Likewise.
3968 * gdb.threads/sigstep-threads.exp: Likewise.
3969 * gdb.threads/staticthreads.exp: Likewise.
3970 * gdb.threads/tls.exp: Likewise.
3971
3972 2016-03-09 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/command-line-input.exp: New file.
3975
3976 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3977
3978 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3979 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3980 * gdb.trace/pending.exp: Accept leading dot before function name.
3981 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3982 * lib/trace-support.exp: Set registers for ppc.
3983
3984 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3985
3986 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3987 use it for disassembly; accept .main in addition to main in backtrace.
3988
3989 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3990 Marcin Kościelnicki <koriakin@0x04.net>
3991
3992 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3993 (gdb_recursion_test_ptr): New global variable.
3994 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3995 gdb_recursion_test.
3996 (gdb_c_test): Ditto.
3997
3998 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3999
4000 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4001 ordering.
4002
4003 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4004
4005 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4006 (bar): Add bar_start_lbl label.
4007 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4008 of foo/bar for emitting DWARF and tracing.
4009
4010 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4011
4012 * analyze-racy-logs.py: Set executable bit.
4013
4014 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4015
4016 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4017 (CHECK_TARGET_TMP): Likewise.
4018 (check-single-racy): New rule.
4019 (check-parallel-racy): Likewise.
4020 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4021 (do-check-parallel-racy): New rule.
4022 (check-racy/%.exp): Likewise.
4023 * README (Racy testcases): New section.
4024 * analyze-racy-logs.py: New file.
4025
4026 2016-03-03 Doug Evans <dje@google.com>
4027
4028 * gdb.base/skip.exp: Use with_test_prefix.
4029
4030 2016-03-03 Yao Qi <yao.qi@linaro.org>
4031
4032 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4033 Invoke step_over_syscall "clone" and break_cond_on_syscall
4034 "clone".
4035 * gdb.base/step-over-clone.c: New file.
4036
4037 2016-03-03 Yao Qi <yao.qi@linaro.org>
4038
4039 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4040 code format.
4041
4042 2016-03-03 Yao Qi <yao.qi@linaro.org>
4043
4044 * gdb.base/disp-step-fork.c: Rename to ...
4045 * gdb.base/step-over-fork.c: ... it. New file.
4046 * gdb.base/disp-step-vfork.c: Rename to ...
4047 * gdb.base/step-over-vfork.c: ... it. New file.
4048 * gdb.base/disp-step-syscall.exp: Rename to ...
4049 * gdb.base/step-over-syscall.exp: ... it. New file.
4050 (disp_step_cross_syscall): Rename to ...
4051 (step_over_syscall): ... it.
4052
4053 2016-03-03 Yao Qi <yao.qi@linaro.org>
4054
4055 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4056 If target supports condition evaluation on target, invoke
4057 break_cond_on_syscall for fork and vfork.
4058
4059 2016-03-03 Yao Qi <yao.qi@linaro.org>
4060
4061 * gdb.base/disp-step-syscall.exp: Don't invoke
4062 support_displaced_stepping.
4063 (disp_step_cross_syscall): Test with displaced stepping off and
4064 on if supported.
4065
4066 2016-03-03 Yao Qi <yao.qi@linaro.org>
4067
4068 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4069 proc.
4070 (setup): New proc.
4071 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4072 and setup.
4073
4074 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4075
4076 * gdb.fortran/vla-history.exp: Remove breakpoint.
4077
4078 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4079
4080 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4081 exceeds timeout.
4082
4083 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4084
4085 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4086 breakpoint.
4087
4088 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4089
4090 * gdb.mi/vla.f90: Nullify pointer after declaration.
4091
4092 2016-03-01 Pedro Alves <palves@redhat.com>
4093
4094 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4095
4096 2016-03-01 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4099 before anything else.
4100 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4101 _GNU_SOURCE here.
4102 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4103 before anything else.
4104 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4105
4106 2016-03-01 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4109
4110 2016-03-01 Yao Qi <yao.qi@linaro.org>
4111
4112 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4113 prepare_for_testing.
4114
4115 2016-03-01 Yao Qi <yao.qi@linaro.org>
4116
4117 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4118
4119 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4120
4121 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4122 manually constructing the output path.
4123
4124 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4125
4126 * gdb.arch/s390-stackless.S: New.
4127 * gdb.arch/s390-stackless.exp: New.
4128
4129 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4130
4131 * gdb.dlang/circular.c: New file.
4132 * gdb.dlang/circular.exp: New file.
4133
4134 2016-02-26 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4137 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4138 (testcases): Update.
4139
4140 2016-02-26 Yao Qi <yao.qi@linaro.org>
4141
4142 * gdb.reverse/aarch64.c: Rename to ...
4143 * gdb.reverse/insn-reverse.c: ... it.
4144 * gdb.reverse/aarch64.exp: Rename to ...
4145 * gdb.reverse/insn-reverse.exp: ... it.
4146
4147 2016-02-26 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4150 (testcase_ftype): New.
4151 (testcases): New array.
4152 (n_testcases): New.
4153 (main): Call each element in testcases.
4154 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4155 (read_testcase): New.
4156 Do the tests in a loop.
4157
4158 2016-02-25 Yao Qi <yao.qi@linaro.org>
4159
4160 * gdb.base/branches.c: Remove.
4161
4162 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4163
4164 PR gdb/13808
4165 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4166
4167 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4168
4169 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4170
4171 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4172
4173 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4174 change x86_64 call_insn to 'callq'.
4175
4176 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4177
4178 * gdb.trace/tfile-avx.c: Move to...
4179 * gdb.trace/tracefile-pseudo-reg.c: Here.
4180 * gdb.trace/tfile-avx.exp: Move to...
4181 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4182
4183 2016-02-24 Gary Benson <gbenson@redhat.com>
4184
4185 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4186 message on attach.
4187
4188 2016-02-23 Doug Evans <dje@google.com>
4189
4190 * gdb.base/skip.c (test_skip): New function.
4191 (end_test_skip_file_and_function): New function.
4192 (test_skip_file_and_function): New function.
4193 * gdb.base/skip1.c (test_skip): New function.
4194 (skip1_test_skip_file_and_function): New function.
4195 * gdb.base/skip.exp: Add tests for new skip options.
4196 * gdb.base/skip-solib.exp: Update expected output.
4197 * gdb.perf/skip-command.cc: New file.
4198 * gdb.perf/skip-command.exp: New file.
4199 * gdb.perf/skip-command.py: New file.
4200
4201 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4202
4203 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4204 info registers pattern.
4205
4206 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4207
4208 * lib/future.exp: Add D support.
4209 (gdb_find_gdc): New proc.
4210 (gdb_default_target_compile): Add D support.
4211
4212 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4213
4214 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4215 user+system time.
4216 (trace_speed_test): Determine the iteration count for a time
4217 between 15..30 seconds.
4218
4219 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4220
4221 * gdb.arch/i386-mpx-sigsegv.c: New file.
4222 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4223 * gdb.arch/i386-mpx-simple_segv.c: New file.
4224 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4225
4226 2016-02-18 Yao Qi <yao.qi@linaro.org>
4227
4228 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4229 Don't call setup_kfail.
4230
4231 2016-02-18 Yao Qi <yao.qi@linaro.org>
4232
4233 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4234 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4235
4236 2016-02-16 Doug Evans <dje@google.com>
4237
4238 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4239 * gdb.base/skip1.c: Ditto.
4240 * gdb.base/skip.exp: Whitespace cleanup.
4241
4242 2016-02-16 Don Breazeal <donb@codesourcery.com>
4243
4244 PR remote/19496
4245 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4246 Remove kfail for PR remote/19496.
4247
4248 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4249
4250 * lib/gdb.exp (standard_temp_file): Return a path specific to
4251 the runtest invocation.
4252
4253 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4254
4255 * gdb.trace/save-trace.exp: Change relative path to be in the
4256 standard output directory.
4257
4258 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4259
4260 * gdb.arch/i386-prologue.c: Add missing prototypes.
4261
4262 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4263
4264 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4265 * gdb.arch/i386-prologue.exp: Likewise.
4266 * gdb.arch/i386-size.exp: Likewise.
4267
4268 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4269
4270 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4271 define object file path.
4272 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4273 file path.
4274 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4275 standard_output_file to define binfile.
4276
4277 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 Fix compatibility with recent gfortran-5.3.1.
4280 * gdb.fortran/vla-history.exp (print vla1 allocated)
4281 (print vla2 allocated, print $2, print $3): Remove
4282 (print $4): Rename to ...
4283 (print $2): ... here.
4284 (print $9): Rename to ...
4285 (print $5): ... here.
4286 (print $10): Rename to ...
4287 (print $6): ... here.
4288 * gdb.fortran/vla.f90: Add pvla initialization.
4289
4290 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4291
4292 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4293 New test.
4294 * gdb.fortran/vla-value-sub.exp: Likewise.
4295
4296 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4297
4298 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4299
4300 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 * i386-biarch-core.exp: Define corefile using
4303 standard_output_file.
4304
4305 2016-02-12 Yao Qi <yao.qi@linaro.org>
4306
4307 * gdb.arch/arm-single-step-kernel-helper.c: New.
4308 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4309
4310 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4311
4312 * gdb.btrace/tailcall-only.exp: New.
4313 * gdb.btrace/tailcall-only.c: New.
4314 * gdb.btrace/x86_64-tailcall-only.S: New.
4315 * gdb.btrace/i686-tailcall-only.S: New.
4316
4317 2016-02-11 Pedro Alves <palves@redhat.com>
4318
4319 * README (Parallel testing): Add missing double quotes.
4320
4321 2016-02-11 Pedro Alves <palves@redhat.com>
4322
4323 * README (Parallel testing): New section.
4324 (GDB_PARALLEL): Rewrite.
4325 (FORCE_PARALLEL): Document.
4326
4327 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4328
4329 * gdb.trace/tfile-avx.c: New test.
4330 * gdb.trace/tfile-avx.exp: New test.
4331
4332 2016-02-09 Keith Seitz <keiths@redhat.com>
4333
4334 PR breakpoints/19546
4335 * gdb.base/infcall-exec.c: New file.
4336 * gdb.base/infcall-exec2.c: New file.
4337 * gdb.base/infcall-exec.exp: New file.
4338
4339 2016-02-09 Keith Seitz <keiths@redhat.com>
4340
4341 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4342 (toplevel): Call test_bkpt_address.
4343
4344 2016-02-09 Keith Seitz <keiths@redhat.com>
4345
4346 PR python/19506
4347 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4348 (toplevel): Call test_bkpt_address.
4349
4350 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4351
4352 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4353 to AC_OUTPUT.
4354 * configure: Regenerate.
4355
4356 2016-02-09 Pedro Alves <palves@redhat.com>
4357
4358 PR breakpoints/19548
4359 * gdb.base/execl-update-breakpoints.c (some_function): New
4360 function.
4361 (main): Call it.
4362 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4363 Tighten expected GDB output.
4364
4365 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4366
4367 * Makefile.in (ALL_SUBDIRS): Remove.
4368 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4369 (distclean maintainer-clean realclean): Likewise.
4370 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4371 * configure: Regenerate.
4372 * gdb.ada/Makefile.in: Delete.
4373 * gdb.arch/Makefile.in: Likewise.
4374 * gdb.asm/Makefile.in: Likewise.
4375 * gdb.base/Makefile.in: Likewise.
4376 * gdb.btrace/Makefile.in: Likewise.
4377 * gdb.cell/Makefile.in: Likewise.
4378 * gdb.compile/Makefile.in: Likewise.
4379 * gdb.cp/Makefile.in: Likewise.
4380 * gdb.disasm/Makefile.in: Likewise.
4381 * gdb.dlang/Makefile.in: Likewise.
4382 * gdb.dwarf2/Makefile.in: Likewise.
4383 * gdb.fortran/Makefile.in: Likewise.
4384 * gdb.gdb/Makefile.in: Likewise.
4385 * gdb.go/Makefile.in: Likewise.
4386 * gdb.guile/Makefile.in: Likewise.
4387 * gdb.java/Makefile.in: Likewise.
4388 * gdb.linespec/Makefile.in: Likewise.
4389 * gdb.mi/Makefile.in: Likewise.
4390 * gdb.modula2/Makefile.in: Likewise.
4391 * gdb.multi/Makefile.in: Likewise.
4392 * gdb.objc/Makefile.in: Likewise.
4393 * gdb.opencl/Makefile.in: Likewise.
4394 * gdb.opt/Makefile.in: Likewise.
4395 * gdb.pascal/Makefile.in: Likewise.
4396 * gdb.perf/Makefile.in: Likewise.
4397 * gdb.python/Makefile.in: Likewise.
4398 * gdb.reverse/Makefile.in: Likewise.
4399 * gdb.server/Makefile.in: Likewise.
4400 * gdb.stabs/Makefile.in: Likewise.
4401 * gdb.threads/Makefile.in: Likewise.
4402 * gdb.trace/Makefile.in: Likewise.
4403 * gdb.xml/Makefile.in: Likewise.
4404 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4405 GDB_PARALLEL.
4406 (standard_output_file): Remove check for GDB_PARALLEL, always
4407 return path in outputs/$subdir/$testname.
4408
4409 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4410
4411 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4412 (site.exp): Assign abs_srcdir to tcl's srcdir.
4413
4414 2016-02-04 Yao Qi <yao.qi@linaro.org>
4415
4416 * gdb.base/foll-exec-mode.c: Include limits.h.
4417 (main): Add parameters argc and argv. Get directory from
4418 argv[0].
4419 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4420 compilation.
4421 * gdb.base/foll-exec.c: Include limits.h.
4422 (main): Add parameters argc and argv.
4423 Get directory from argv[0].
4424 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4425 Adjust tests on the number of lines as source code changed.
4426 * gdb.base/foll-vfork-exit.c: Include limits.h.
4427 (main): Add one line of statement before vfork.
4428 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4429 (main): Add parameters argc and argv. Get directory from
4430 argv[0].
4431 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4432 (setup_gdb): Set tbreak to skip some source lines.
4433 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4434 (main): Add parameters argc and argv. Get directory from
4435 argv[0].
4436 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4437 compilation.
4438 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4439 (main): Add parameters argc and argv. Get directory from
4440 argv[0].
4441 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4442 compilation.
4443
4444 2016-02-01 Doug Evans <dje@google.com>
4445
4446 * gdb.base/skip.exp: Clean up multiple references to same test name.
4447
4448 2016-02-01 Pedro Alves <palves@redhat.com>
4449
4450 PR remote/19496
4451 * gdb.threads/forking-threads-plus-breakpoint.exp
4452 (displaced_stepping_supported): New global.
4453 (probe_displaced_stepping_support): New procedure.
4454 (do_test): Add 'displaced' parameter, and use it.
4455 (top level): Check for displaced stepping support. Add displaced
4456 stepping on/off testing axis.
4457
4458 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4459
4460 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4461 pointer. Don't perform further tests on the unassociated pointer
4462 if the first test fails.
4463
4464 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/max-value-size.c: New file.
4467 * gdb.base/max-value-size.exp: New file.
4468 * gdb.base/huge.exp: Disable max-value-size for this test.
4469
4470 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4471
4472 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4473
4474 2016-01-28 Yao Qi <yao.qi@linaro.org>
4475
4476 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4477
4478 2016-01-25 Pedro Alves <palves@redhat.com>
4479
4480 PR threads/19461
4481 * gdb.base/fork-running-state.c: New file.
4482 * gdb.base/fork-running-state.exp: New file.
4483
4484 2016-01-25 Pedro Alves <palves@redhat.com>
4485
4486 PR gdb/19494
4487 * gdb.base/catch-fork-kill.c: New file.
4488 * gdb.base/catch-fork-kill.exp: New file.
4489
4490 2016-01-25 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4493 Delete, moved to lib/gdb.exp.
4494 * gdb.threads/forking-threads-plus-breakpoint.exp
4495 (foreach_with_prefix): Likewise.
4496 * gdb.threads/process-dies-while-handling-bp.exp
4497 (foreach_with_prefix): Likewise.
4498 * lib/gdb.exp (foreach_with_prefix): New procedure.
4499
4500 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4501
4502 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4503 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4504
4505 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4506
4507 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4508 endian targets.
4509
4510 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4511 Pedro Alves <palves@redhat.com>
4512
4513 Fix testsuite compatibility with Guile.
4514 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4515 number.
4516
4517 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4518
4519 Fix testsuite compatibility with Guile.
4520 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4521 (thread 1): New test for backtrace through signal handler.
4522
4523 2016-01-22 Yao Qi <yao.qi@linaro.org>
4524
4525 PR testsuite/19491
4526 * gdb.base/multi-forks.c: Include
4527 ../lib/unbuffer_output.c
4528 (main): Call gdb_unbuffer_output.
4529
4530 2016-01-21 Doug Evans <dje@google.com>
4531
4532 * lib/ada.exp (gdb_compile_ada): Fix typo.
4533
4534 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4535
4536 * gdb.base/break-fun-addr.exp: New file.
4537 * gdb.base/break-fun-addr1.c: New file.
4538 * gdb.base/break-fun-addr2.c: New file.
4539
4540 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4541
4542 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4543 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4544 enum flag values.
4545
4546 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4547
4548 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4549 when GDB can not set the vector return value. Add more comments
4550 for clarification.
4551
4552 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4553
4554 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4555 command.
4556
4557 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4558
4559 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4560
4561 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4562
4563 * Makefile.in (check-single): Pass --status to runtest.
4564 (check/%.exp): Likewise.
4565
4566 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4567
4568 * Makefile.in (check-parallel): Propagate return code from make
4569 do-check-parallel.
4570
4571 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4572
4573 * gdb.trace/ftrace.exp: Fix expected message on continue.
4574 * gdb.trace/pending.exp: Fix expected message on continue.
4575 * gdb.trace/trace-break.exp: Fix expected message on continue.
4576
4577 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4578
4579 * lib/gdb.exp (gdb_test): Remove unused global references.
4580
4581 2016-01-18 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/async-shell.exp: Adjust expected output.
4584 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4585 * gdb.base/siginfo-thread.exp: Adjust expected output.
4586 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4587 * gdb.java/jnpe.exp: Adjust expected output.
4588 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4589 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4590 * gdb.threads/leader-exit.exp: Adjust expected output.
4591 * gdb.threads/manythreads.exp: Adjust expected output.
4592 * gdb.threads/pthreads.exp: Adjust expected output.
4593 * gdb.threads/schedlock.exp: Adjust expected output.
4594 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4595 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4596 expected output.
4597 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4598 output.
4599 * gdb.threads/sigthread.exp: Adjust expected output.
4600 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4601
4602 2016-01-18 Yao Qi <yao.qi@linaro.org>
4603
4604 * gdb.guile/scm-section-script.c: Replace @progbits with
4605 %progbits.
4606 * gdb.python/py-section-script.c: Likewise.
4607
4608 2016-01-15 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.multi/tids.exp: Test star wildcard ranges.
4611
4612 2016-01-15 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4615 command from "thread apply" invocation.
4616 (thr_apply_info_thr_invalid): Default the expected output to the
4617 input tid list.
4618 (top level): Add tests that use convenience variables. Add tests
4619 for "thread apply" with a valid TID list, but missing the command.
4620
4621 2016-01-13 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/default.exp: Expect $_gthread as well.
4624 * gdb.multi/tids.exp: Test $_gthread.
4625 * gdb.threads/thread-specific.exp: Test $_gthread.
4626
4627 2016-01-13 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.multi/tids.exp: Test "info threads -gid".
4630
4631 2016-01-13 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4634 Breakpoint.thread.
4635 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4636
4637 2016-01-07 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/break.exp: Adjust to output changes.
4640 * gdb.base/hbreak2.exp: Likewise.
4641 * gdb.base/sepdebug.exp: Likewise.
4642 * gdb.base/watch_thread_num.exp: Likewise.
4643 * gdb.linespec/keywords.exp: Likewise.
4644 * gdb.multi/info-threads.exp: Likewise.
4645 * gdb.threads/thread-find.exp: Likewise.
4646 * gdb.multi/tids.c: New file.
4647 * gdb.multi/tids.exp: New file.
4648
4649 2016-01-13 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4652
4653 2016-01-13 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/default.exp: Expect $_inferior as well.
4656 * gdb.multi/base.exp: Test $_inferior.
4657
4658 2016-01-13 Pedro Alves <palves@redhat.com>
4659
4660 PR breakpoints/19388
4661 * gdb.base/catch-signal-siginfo-cond.c: New file.
4662 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4663
4664 2016-01-12 Josh Stone <jistone@redhat.com>
4665 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4666
4667 * gdb.base/catch-syscall.c (do_execve): New variable.
4668 (main): Conditionally trigger an execve.
4669 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4670 (test_catch_syscall_execve): New, check entry/return across execve.
4671 (do_syscall_tests): Call test_catch_syscall_execve.
4672
4673 2016-01-12 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/random-signal.exp (do_test): New procedure, with body
4676 of testcase moved in.
4677
4678 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4679 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/funcargs.exp (finish from indirectly called function):
4682 Reintroduce the case for 'First'.
4683
4684 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4685 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4688 (tcatch_vfork_then_child_follow_exec)
4689 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4690 identification.
4691
4692 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4695 and repeats to unlimited.
4696 * gdb.python/py-value.exp: Likewise.
4697 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4698 and repeats to unlimited.
4699
4700 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4703 and reordering the functions.
4704 * gdb.multi/hangout.c: Likewise.
4705 * gdb.multi/hello.c: Likewise.
4706
4707 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4708
4709 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4710 absolute.
4711 (SingleStatisticTestResult.report): Use dict.keys instead of
4712 dict.iterkeys.
4713
4714 2016-01-06 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4717
4718 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4719
4720 * gdb.btrace/dlopen.exp: New.
4721 * gdb.btrace/dlopen.c: New.
4722 * gdb.btrace/dlopen-dso.c: New.
4723
4724 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4725
4726 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4727 PATTERN argument is optional.
4728
4729 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4730
4731 * lib/ada.exp (target_compile_ada_from_dir): New function.
4732 (gdb_compile_ada): Reimplement avoiding the use of project files.
4733 * gdb.ada/gnat_ada.gpr: Delete.
4734 * gdb.ada/cond_lang.exp: Adjust test to make path before
4735 filename optional.
4736 * gdb.ada/small_reg_param.exp: Likewise.
4737
4738 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4739
4740 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4741
4742 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4743
4744 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4745 case.
4746
4747 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4748
4749 * gdb.base/break.exp: Remove dead code.
4750 * gdb.base/sepdebug.exp: Likewise.
4751
4752 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4753
4754 * gdb.asm/asm-source.exp: Remove HP-UX references.
4755 * gdb.base/annota1.exp: Likewise.
4756 * gdb.base/annota3.exp: Likewise.
4757 * gdb.base/attach.exp: Likewise.
4758 * gdb.base/bigcore.exp: Likewise.
4759 * gdb.base/break.exp: Likewise.
4760 * gdb.base/call-ar-st.exp: Likewise.
4761 * gdb.base/callfuncs.exp: Likewise.
4762 * gdb.base/catch-fork-static.exp: Likewise.
4763 * gdb.base/display.exp: Likewise.
4764 * gdb.base/foll-exec-mode.exp: Likewise.
4765 * gdb.base/foll-exec.exp: Likewise.
4766 * gdb.base/foll-fork.exp: Likewise.
4767 * gdb.base/foll-vfork.exp: Likewise.
4768 * gdb.base/funcargs.exp: Likewise.
4769 * gdb.base/hbreak2.exp: Likewise.
4770 * gdb.base/inferior-died.exp: Likewise.
4771 * gdb.base/interrupt.exp: Likewise.
4772 * gdb.base/multi-forks.exp: Likewise.
4773 * gdb.base/nodebug.exp: Likewise.
4774 * gdb.base/sepdebug.exp: Likewise.
4775 * gdb.base/solib1.c: Likewise.
4776 * gdb.base/step-test.exp: Likewise.
4777 * gdb.mi/non-stop.c: Likewise.
4778 * gdb.mi/pthreads.c: Likewise.
4779 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4780 * gdb.threads/pthreads.c: Likewise.
4781 * gdb.threads/staticthreads.exp: Likewise.
4782 * lib/future.exp: Likewise.
4783 * lib/gdb.exp: Likewise.
4784 * gdb.base/so-indr-cl.c: Remove.
4785 * gdb.base/so-indr-cl.exp: Likewise.
4786 * gdb.base/solib.c: Likewise.
4787 * gdb.base/solib.exp: Likewise.
4788 * gdb.base/solib2.c: Likewise.
4789
4790 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4791
4792 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4793 * gdb.base/call-ar-st.exp: Likewise.
4794 * gdb.base/callfuncs.exp: Likewise.
4795 * gdb.base/condbreak.exp: Likewise.
4796 * gdb.base/constvars.exp: Likewise.
4797 * gdb.base/hbreak2.exp: Likewise.
4798 * gdb.base/langs.exp: Likewise.
4799 * gdb.base/list.exp: Likewise.
4800 * gdb.base/long_long.exp: Likewise.
4801 * gdb.base/ptype.exp: Likewise.
4802 * gdb.base/scope.exp: Likewise.
4803 * gdb.base/signals.exp: Likewise.
4804 * gdb.base/so-impl-ld.exp: Likewise.
4805 * gdb.base/varargs.exp: Likewise.
4806 * gdb.base/volatile.exp: Likewise.
4807 * gdb.base/whatis.exp: Likewise.
4808 * gdb.cp/cplusfuncs.exp: Likewise.
4809 * gdb.cp/inherit.exp: Likewise.
4810 * gdb.cp/local.exp: Likewise.
4811 * gdb.cp/member-ptr.exp: Likewise.
4812 * gdb.cp/method.exp: Likewise.
4813 * gdb.cp/overload.exp: Likewise.
4814 * gdb.cp/templates.exp: Likewise.
4815 * gdb.stabs/weird.exp: Likewise.
4816 * lib/compiler.c: Likewise.
4817 * lib/compiler.cc: Likewise.
4818 * lib/cp-support.exp: Likewise.
4819 * lib/gdb.exp: Likewise.
4820
4821 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4822
4823 * configure.ac: Remove HP-UX case.
4824 * configure: Regenerate.
4825
4826 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4827
4828 * lib/gdb.exp (gdb_compile): Add function doc.
4829
4830 2015-12-17 Pedro Alves <palves@redhat.com>
4831
4832 PR threads/19354
4833 * gdb.multi/info-threads.exp: New file.
4834
4835 2015-12-15 Yao Qi <yao.qi@linaro.org>
4836
4837 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4838 is aarch64*-*-*.
4839
4840 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4841
4842 * gdb.base/history-duplicates.exp: Skip if no readline support.
4843
4844 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4845
4846 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4847
4848 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4849
4850 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4851
4852 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4853
4854 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4855 ctrl-C if nointerrupts target property is set.
4856 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4857 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4858 * gdb.base/paginate-bg-execution.exp: Likewise.
4859 * gdb.base/paginate-execution-startup.exp: Likewise.
4860 * gdb.base/random-signal.exp: Likewise.
4861 * gdb.base/range-stepping.exp: Likewise.
4862 * gdb.cp/annota2.exp: Likewise.
4863 * gdb.cp/annota3.exp: Likewise.
4864 * gdb.gdb/selftest.exp: Likewise.
4865 * gdb.threads/continue-pending-status.exp: Likewise.
4866 * gdb.threads/leader-exit.exp: Likewise.
4867 * gdb.threads/manythreads.exp: Likewise.
4868 * gdb.threads/pthreads.exp: Likewise.
4869 * gdb.threads/schedlock.exp: Likewise.
4870 * gdb.threads/sigthread.exp: Likewise.
4871
4872 2015-12-11 Don Breazeal <donb@codesourcery.com>
4873
4874 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4875 remote.
4876 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4877 * gdb.base/foll-exec.exp (main): Enable for target remote.
4878 * gdb.base/foll-fork.exp (main): Likewise.
4879 * gdb.base/foll-vfork.exp (main): Likewise.
4880 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4881 (proc continue_to_exit_bp_loc): Use clean_restart.
4882 * gdb.base/pie-execl.exp (main): Disable for target remote.
4883 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4884 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4885 * gdb.threads/execl.exp (main): Likewise.
4886 * gdb.threads/fork-child-threads.exp (main): Likewise.
4887 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4888 remote.
4889 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4890 remote.
4891 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4892 pid.tid style ptids, instead of just tid.
4893 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4894 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4895 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4896 ptids, instead of just tid.
4897
4898 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4899
4900 * gdb.base/list.exp (test_list_forward): Add end of file error
4901 test.
4902 (test_repeat_list_command): Add end of file error test.
4903 (test_list_backwards): Add beginning of file error test.
4904
4905 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4906
4907 * gdb.base/list.exp (test_list_invalid_args): New function,
4908 defined, and called.
4909
4910 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4911
4912 * gdb.base/list.exp (test_list): Make test names unique.
4913
4914 2015-12-11 Yao Qi <yao.qi@linaro.org>
4915
4916 * gdb.base/coremaker2.c: Remove.
4917
4918 2015-12-10 Pedro Alves <palves@redhat.com>
4919
4920 * gdb.multi/base.exp: Remove stale "spaces" references.
4921
4922 2015-12-10 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.multi/base.exp: Don't use nowarnings.
4925 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4926 * gdb.multi/hangout.c: Include stdio.h.
4927 * gdb.multi/hello.c: Include stdlib.h.
4928 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4929 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4930 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4931
4932 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.dwarf2/dw2-ranges-base.c: New file.
4935 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4936 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4937 support additional line table, and debug ranges generation.
4938 (Dwarf::ranges): New function, generate .debug_ranges.
4939 (Dwarf::lines): Support generating simple line table programs.
4940 (Dwarf::assemble): Initialise new namespace variables.
4941
4942 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4943
4944 * gdb.base/async.exp (proc test_background): Add case for
4945 asynchronous execution not supported.
4946
4947 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4948
4949 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4950 format and change test names to make them unique.
4951
4952 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4953 Pedro Alves <pedro@redhat.com>
4954
4955 PR gdb/18702
4956 Add checking of floatformats setup on x86_64 hosts.
4957 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4958 (smallval, bigval): New labels/constants.
4959 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4960 float" after loading bigval and smallval.
4961
4962 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4963
4964 * gdb.ada/fun_overload_menu.exp: New testcase.
4965 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4966
4967 2015-12-04 Josh Stone <jistone@redhat.com>
4968
4969 * gdb.base/catch-fork-static.exp: New.
4970
4971 2015-12-03 Yao Qi <yao.qi@linaro.org>
4972
4973 * gdb.base/sizeof.c: Don't include stdio.h and
4974 ../lib/unbuffer_output.c.
4975 (main): New variable 'size' and 'value'. Remove printf and
4976 gdb_unbuffer_output. Assign return value to size and value.
4977 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4978 at the beginning.
4979 (check_sizeof): Check the result by printing variable 'size'.
4980 (check_valueof): Check the result by printing variable 'value'.
4981
4982 2015-12-01 Yao Qi <yao.qi@linaro.org>
4983
4984 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4985 for aarch64*-*-linux* target.
4986
4987 2015-11-30 Pedro Alves <palves@redhat.com>
4988
4989 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4990
4991 2015-11-30 Pedro Alves <palves@redhat.com>
4992
4993 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4994 Handle non-stop mode vCont replies.
4995
4996 2015-11-30 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4999 prepare_for_testing. Start gdb with "set non-stop on" appended to
5000 GDBFLAGS. Lax expected stop output.
5001
5002 2015-11-27 Yao Qi <yao.qi@linaro.org>
5003
5004 * gdb.arch/arm-neon.exp: New.
5005 * gdb.arch/arm-neon.c: New.
5006
5007 2015-11-27 Yao Qi <yao.qi@linaro.org>
5008
5009 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5010
5011 2015-11-27 Yao Qi <yao.qi@linaro.org>
5012
5013 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5014 frames-invalid annotation.
5015
5016 2015-11-27 Yao Qi <yao.qi@linaro.org>
5017
5018 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5019
5020 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 * gdb.threads/names.exp: New file.
5023 * gdb.threads/names.c: New file.
5024 * README: Mention gdb,no_thread_names.
5025
5026 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5027
5028 PR 19297
5029 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5030 support" error.
5031
5032 2015-11-24 Pedro Alves <palves@redhat.com>
5033
5034 PR 17539
5035 * gdb.base/display.exp: Expect displays to be sorted in ascending
5036 order. Use multi_line.
5037 * gdb.base/solib-display.exp: Likewise.
5038
5039 2015-11-24 Pedro Alves <palves@redhat.com>
5040
5041 PR 17539
5042 * gdb.base/display.exp: Expect displays to be sorted in ascending
5043 order. Use multi_line.
5044 * gdb.base/solib-display.exp: Likewise.
5045
5046 2015-11-24 Pedro Alves <palves@redhat.com>
5047
5048 PR 17539
5049 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5050 threads in ascending order.
5051 * gdb.base/foll-fork.exp: Likewise.
5052 * gdb.base/foll-vfork.exp: Likewise.
5053 * gdb.base/multi-forks.exp: Likewise.
5054 * gdb.mi/mi-nonstop.exp: Likewise.
5055 * gdb.mi/mi-nsintrall.exp: Likewise.
5056 * gdb.multi/base.exp: Likewise.
5057 * gdb.multi/multi-arch.exp: Likewise.
5058 * gdb.python/py-inferior.exp: Likewise.
5059 * gdb.threads/break-while-running.exp: Likewise.
5060 * gdb.threads/execl.exp: Likewise.
5061 * gdb.threads/gcore-thread.exp: Likewise.
5062 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5063 * gdb.threads/kill.exp: Likewise.
5064 * gdb.threads/linux-dp.exp: Likewise.
5065 * gdb.threads/multiple-step-overs.exp: Likewise.
5066 * gdb.threads/next-bp-other-thread.exp: Likewise.
5067 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5068 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5069 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5070 * gdb.threads/thread-find.exp: Likewise.
5071 * gdb.threads/tls.exp: Likewise.
5072 * lib/mi-support.exp (mi_reverse_list): Delete.
5073 (mi_check_thread_states): No longer reverse list.
5074
5075 2015-11-24 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5078 use lowercase.
5079
5080 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.trace/actions.c: Include trace-common.h.
5083 (main): Add a location for a fast tracepoint.
5084 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5085 the normal tracepoints.
5086 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5087
5088 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5089
5090 * save-trace.exp: Factor out code to these...
5091 (gdb_save_tracepoints): New.
5092 (gdb_load_tracepoints): New.
5093 (do_save_load_test): New.
5094
5095 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5096
5097 * gdb.base/asmlabel.exp: New test.
5098 * gdb.base/asmlabel.c: New test case.
5099
5100 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5101
5102 * gdb.base/wrong_frame_bt_full-main.c: New file.
5103 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5104 * gdb.base/wrong_frame_bt_full.exp: New file.
5105
5106 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5107
5108 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5109
5110 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5111
5112 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5113 pstate register when comparing registers values in
5114 sparc64-*-linux-gnu targets to avoid spurious differences.
5115
5116 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5117
5118 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5119
5120 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5121
5122 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5123 as type argument to gdb_compile.
5124 * gdb.base/nested-subp2.exp: Likewise.
5125 * gdb.base/nested-subp3.exp: Likewise.
5126
5127 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5128
5129 * lib/dwarf.exp (_note): Fix left shift of negative value.
5130 * gdb.trace/trace-condition.exp: Likewise.
5131
5132 2015-11-13 Yao Qi <yao.qi@linaro.org>
5133
5134 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5135 comments about d10v.
5136 (test_scalar_returns): Likewise.
5137 * gdb.base/d10v.ld: Remove.
5138 * gdb.base/overlays.exp: Remove the target triplet checking for
5139 d10v-*-*.
5140 * gdb.base/structs.exp (test_struct_returns): Remove the
5141 comments about d10v.
5142 (test_struct_calls): Likewise.
5143
5144 2015-11-13 Yao Qi <yao.qi@linaro.org>
5145
5146 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5147 * gdb.base/gnu_vector.c: Don't include stdio.h.
5148 (main): Don't print res and call add_some_intvecs.
5149
5150 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5151
5152 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5153 macro.
5154 (func5): Removed.
5155 (func4): Use FAST_TRACEPOINT_LABEL.
5156 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5157 macro.
5158 (func): Removed.
5159 (thread_function): Use FAST_TRACEPOINT_LABEL.
5160 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5161 (func): Remove.
5162 (marker): Use FAST_TRACEPOINT_LABEL.
5163 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5164 (pendfunc1): Remove.
5165 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5166 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5167 (foo): Remove.
5168 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5169 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5170 macro.
5171 (func): Remove.
5172 (marker): Use FAST_TRACEPOINT_LABEL.
5173 * gdb.trace/trace-common.h: New header.
5174 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5175 macro.
5176 (func): Remove.
5177 (marker): Use FAST_TRACEPOINT_LABEL.
5178 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5179 (func): Remove.
5180 (thread_function): Use FAST_TRACEPOINT_LABEL.
5181
5182 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5183
5184 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5185 in front.
5186 * gdb.trace/change-loc.exp: Use global pcreg definition.
5187 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5188 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5189 in front.
5190 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5191 * gdb.trace/pending.exp: Likewise.
5192 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5193 * gdb.trace/trace-break.exp: Likewise.
5194 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5195 in front.
5196 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5197 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5198 in front.
5199 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5200
5201 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5202
5203 * gdb.ada/fin_fun_out: New testcase.
5204
5205 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5206
5207 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5208 value associated with DW_AT_byte_size.
5209 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5210 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5211 DW_AT_upper_bound.
5212
5213 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5214
5215 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5216 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5217 version.
5218 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5219 gdb.dwarf2/dw2-canonicalize-type.exp,
5220 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5221 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5222 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5223 provided by gdb_target_symbol_prefix_flags_asm.
5224 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5225 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5226 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5227 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5228 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5229 macros where needed). Use this macro for symbols which require
5230 the prefix provided by SYMBOL_PREFIX.
5231
5232 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5233
5234 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5235 New procs.
5236 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5237 representing expressions, of more than one list element.
5238 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5239 to prepend linker symbol prefix to f.
5240 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5241 table_1 and table_2.
5242 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5243 Likewise, for f and g.
5244 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5245 for ptr.
5246 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5247 for main.
5248 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5249 table_1_ptr and table_2_ptr.
5250
5251 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5252 Joel Brobecker <brobecker@adacore.com>
5253
5254 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5255
5256 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5257
5258 * gdb.reverse/s390-mvcle.c: New test.
5259 * gdb.reverse/s390-mvcle.exp: New file.
5260 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5261
5262 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5263
5264 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5265
5266 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5267
5268 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5269 reaching marker2.
5270 * gdb.reverse/getresuid-reverse.exp: Likewise.
5271 * gdb.reverse/pipe-reverse.exp: Likewise.
5272 * gdb.reverse/readv-reverse.exp: Likewise.
5273 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5274 * gdb.reverse/time-reverse.exp: Likewise.
5275 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5276
5277 2015-10-30 Yao Qi <yao.qi@linaro.org>
5278
5279 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5280 (empty_cycle): Remove.
5281 (main): Don't call empty_cycle. Don't use watch_count_done.
5282 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5283 empty_cycle. Rewrite the code counting HW watchpoints.
5284
5285 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5286
5287 * gdb.reverse/fstatat-reverse.c: New test.
5288 * gdb.reverse/fstatat-reverse.exp: New file.
5289 * gdb.reverse/getresuid-reverse.c: New test.
5290 * gdb.reverse/getresuid-reverse.exp: New file.
5291 * gdb.reverse/pipe-reverse.c: New test.
5292 * gdb.reverse/pipe-reverse.exp: New file.
5293 * gdb.reverse/readv-reverse.c: New test.
5294 * gdb.reverse/readv-reverse.exp: New file.
5295 * gdb.reverse/recvmsg-reverse.c: New test.
5296 * gdb.reverse/recvmsg-reverse.exp: New file.
5297 * gdb.reverse/time-reverse.c: New test.
5298 * gdb.reverse/time-reverse.exp: New file.
5299 * gdb.reverse/waitpid-reverse.c: New test.
5300 * gdb.reverse/waitpid-reverse.exp: New file.
5301
5302 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5305
5306 2015-10-26 Doug Evans <dje@google.com>
5307
5308 PR symtab/17391
5309 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5310 * gdb.dwarf2/bad-regnum.c: New file.
5311 * gdb.dwarf2/bad-regnum.exp: New file.
5312
5313 2015-10-26 Doug Evans <dje@google.com>
5314
5315 PR python/18938
5316 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5317 file.
5318
5319 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5320
5321 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5322 for a change by "Mention language in compile error message".
5323
5324 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5325
5326 PR python/18073
5327 * gdb.python/py-type.c (C::a_method): New.
5328 (C::a_const_method): New.
5329 (C::a_static_method): New.
5330 (a_function): New.
5331 * gdb.python/py-type.exp (test_fields): Test getting fields
5332 from function and method.
5333
5334 2015-10-21 Keven Boell <keven.boell@intel.com>
5335
5336 * gdb.fortran/vla-alloc-assoc.exp: New file.
5337 * gdb.fortran/vla-datatypes.exp: New file.
5338 * gdb.fortran/vla-datatypes.f90: New file.
5339 * gdb.fortran/vla-history.exp: New file.
5340 * gdb.fortran/vla-ptype-sub.exp: New file.
5341 * gdb.fortran/vla-ptype.exp: New file.
5342 * gdb.fortran/vla-sizeof.exp: New file.
5343 * gdb.fortran/vla-sub.f90: New file.
5344 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5345 * gdb.fortran/vla-value-sub-finish.exp: New file.
5346 * gdb.fortran/vla-value-sub.exp: New file.
5347 * gdb.fortran/vla-value.exp: New file.
5348 * gdb.fortran/vla-ptr-info.exp: New file.
5349 * gdb.mi/mi-vla-fortran.exp: New file.
5350 * gdb.mi/vla.f90: New file.
5351
5352 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5353
5354 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5355 of hardwired timeout value.
5356
5357 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5358 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5361 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5362
5363 2015-10-19 Josh Stone <jistone@redhat.com>
5364
5365 * gdb.base/catch-syscall.c: Include <sched.h>.
5366 (unknown_syscall): New variable.
5367 (main): Trigger a vfork and an unknown syscall.
5368 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5369 (unknown_syscall_number): Likewise.
5370 (check_call_to_syscall): Accept an optional syscall pattern.
5371 (check_return_from_syscall): Likewise.
5372 (check_continue): Likewise.
5373 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5374 (test_catch_syscall_skipping_return): New test toggling off 'catch
5375 syscall' to step over the syscall return, then toggling back on.
5376 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5377 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5378 (do_syscall_tests): Call test_catch_syscall_without_args and
5379 test_catch_syscall_mid_vfork.
5380 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5381 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5382
5383 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5384
5385 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5386 print g_vE): Add new pass patterns.
5387 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5388 print various symbol names for vptr fields.
5389
5390 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5391
5392 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5393 results.
5394
5395 2015-10-12 Yao Qi <yao.qi@linaro.org>
5396
5397 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5398
5399 2015-10-12 Yao Qi <yao.qi@linaro.org>
5400
5401 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5402 is aarch64*-*-linux*.
5403
5404 2015-10-12 Yao Qi <yao.qi@linaro.org>
5405
5406 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5407 (can_relocate_bcond_true): ... it.
5408 (can_relocate_bcond_false): New function.
5409 (foo): Likewise.
5410 (can_relocate_bl): Likewise.
5411 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5412 can_relocate_bl.
5413
5414 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5415
5416 * gdb.base/nested-addr.c: New file.
5417 * gdb.base/nested-addr.exp: New testcase.
5418
5419 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5420
5421 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5422 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5423 its output. Ignore the output of "record goto begin" and instead
5424 check that GDB is replaying.
5425
5426 2015-10-09 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5429 (top level): Use it in the run with no args test.
5430
5431 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5432
5433 * gdb.dlang/properties.exp: New file.
5434
5435 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5436
5437 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5438 whether or not address 0x1000 is mapped on the target.
5439
5440 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5441
5442 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5443 build.
5444
5445 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5446
5447 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5448 instruction-history test.
5449
5450 2015-09-28 Doug Evans <dje@google.com>
5451
5452 * gdb.base/gcore.c (array_func): Add reference to static_array.
5453
5454 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5455
5456 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5457 source line.
5458
5459 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5460
5461 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5462 short or char as base type.
5463
5464 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5465
5466 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5467 to allow any size enum.
5468
5469 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5470
5471 * gdb.ada/array_ptr_renaming.exp: New testcase.
5472 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5473 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5474
5475 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5476
5477 * gdb.trace/ftrace-lock.c: New file.
5478 * gdb.trace/ftrace-lock.exp: New file.
5479
5480 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5481
5482 * gdb.arch/insn-reloc.c: New file.
5483 * gdb.arch/ftrace-insn-reloc.exp: New file.
5484
5485 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5486
5487 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5488 instruction.
5489 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5490 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5491 * gdb.trace/range-stepping.c: Likewise.
5492 * gdb.trace/trace-break.c: Likewise.
5493 * gdb.trace/trace-mt.c (thread_function): Likewise.
5494 * gdb.trace/ftrace.c (marker): Likewise.
5495 * gdb.trace/trace-condition.c (marker): Likewise.
5496 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5497 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5498 is_aarch64_target.
5499
5500 2015-09-18 Doug Evans <xdje42@gmail.com>
5501
5502 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5503 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5504
5505 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5506
5507 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5508 the breakpoint.
5509
5510 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5511
5512 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5513 the pending breakpoint. Remove timeout override for "Run till
5514 MI pending breakpoint on pendfunc3 on thread 2" test.
5515
5516 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5517
5518 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5519 filename pattern.
5520
5521 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5522
5523 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5524 in breakpoint filename pattern.
5525
5526 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5527
5528 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5529
5530 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5531
5532 * gdb.linespec/explicit.exp: Check for readline support for
5533 tab-completion tests. Fix obvious typo.
5534
5535 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5536
5537 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5538 and replay.
5539
5540 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5541
5542 * gdb.btrace/non-stop.c: New.
5543 * gdb.btrace/non-stop.exp: New.
5544
5545 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5546 Yao Qi <yao.qi@linaro.org>
5547
5548 * gdb.trace/trace-condition.c: New file.
5549 * gdb.trace/trace-condition.exp: New file.
5550
5551 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5552
5553 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5554 for testing bytecode compilation.
5555
5556 2015-09-16 Pedro Alves <palves@redhat.com>
5557 Sandra Loosemore <sandra@codesourcery.com>
5558
5559 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5560 (SECONDS): Redefine.
5561 (main): Call pthread_kill and alarm early.
5562 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5563 support.
5564 (test): If the target can't hardware step and doesn't support
5565 displaced stepping, increase the timeout.
5566
5567 2015-09-16 Pedro Alves <palves@redhat.com>
5568
5569 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5570 (enable_debug): New procedures.
5571 (test): Use them. Bail out if waiting for threads fails.
5572 (top level): Bail out if a test fails.
5573
5574 2015-09-16 Yao Qi <yao.qi@linaro.org>
5575
5576 * gdb.asm/asm-source.exp: Set asm-arch for
5577 aarch64*-*-* target.
5578 * gdb.asm/aarch64.inc: New file.
5579
5580 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5581
5582 * gdb.ada/array_of_variable_length.exp: New testcase.
5583 * gdb.ada/array_of_variable_length/foo.adb: New file.
5584 * gdb.ada/array_of_variable_length/pck.adb: New file.
5585 * gdb.ada/array_of_variable_length/pck.ads: New file.
5586
5587 2015-09-15 Doug Evans <dje@google.com>
5588
5589 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5590 of function static local variable.
5591
5592 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5593
5594 * gdb.threads/tls-so_extern.exp: New test file.
5595 * gdb.threads/tls-so_extern.c: New test file.
5596 * gdb.threads/tls-so_extern_main.c: New test file.
5597
5598 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5599
5600 * gdb.opt/solib-intra-step-lib.c: New file.
5601 * gdb.opt/solib-intra-step-main.c: New file.
5602 * gdb.opt/solib-intra-step.exp: New file.
5603
5604 2015-09-15 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5607 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5608
5609 2015-09-14 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.base/hook-stop-continue.c: Delete.
5612 * gdb.base/hook-stop-continue.exp: Delete.
5613 * gdb.base/hook-stop-frame.c: Delete.
5614 * gdb.base/hook-stop-frame.exp: Delete.
5615 * gdb.base/hook-stop.c: New file.
5616 * gdb.base/hook-stop.exp: New file.
5617
5618 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5619
5620 * gdb.ada/access_to_packed_array.exp: New testcase.
5621 * gdb.ada/access_to_packed_array/foo.adb: New file.
5622 * gdb.ada/access_to_packed_array/pack.adb: New file.
5623 * gdb.ada/access_to_packed_array/pack.ads: New file.
5624
5625 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5626
5627 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5628 buffer size test.
5629
5630 2015-09-11 Don Breazeal <donb@codesourcery.com>
5631
5632 * gdb.base/foll-exec.c: Add copyright header. Fix
5633 formatting issues.
5634 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5635 (do_exec_tests): Use clean_restart in place of zap_session,
5636 and for test initialization. Fix formatting issues. Use
5637 fail in place of perror.
5638 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5639 an expect statement to match an expression with output from
5640 the program under debug.
5641 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5642 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5643 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5644 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5645 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5646
5647 2015-09-09 Doug Evans <dje@google.com>
5648
5649 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5650
5651 2015-09-09 Doug Evans <dje@google.com>
5652
5653 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5654
5655 2015-09-09 Doug Evans <dje@google.com>
5656
5657 * gdb.base/savedregs.exp: Fix typo.
5658
5659 2015-09-09 Pedro Alves <palves@redhat.com>
5660
5661 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5662
5663 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5664
5665 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5666 command actually switches threads. Give up on remaining
5667 tests if target fails to stop at breakpoint.
5668
5669 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5670
5671 * gdb.ada/funcall_char.exp: New testcase.
5672 * gdb.ada/funcall_char/foo.adb: New file.
5673
5674 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5675
5676 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5677 expected outputs. Add two testcases for completing ambiguous
5678 functions.
5679 * gdb.ada/complete/aux_pck.adb: New file.
5680 * gdb.ada/complete/aux_pck.ads: New file.
5681 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5682 Ambiguous_Func functions.
5683 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5684 * gdb.ada/complete/pck.adb: Likewise.
5685
5686 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5687
5688 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5689 failures to run the test program under GDB.
5690
5691 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5692
5693 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5694 to C.
5695
5696 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5697
5698 * gdb.base/run-after-attach.exp: New test file.
5699 * gdb.base/run-after-attach.c: New test file.
5700
5701 2015-08-26 Don Breazeal <donb@codesourcery.com>
5702
5703 * gdb.base/foll-exec-2.c: New test program.
5704 * gdb.base/foll-exec-2.exp: New test.
5705
5706 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5707
5708 * gdb.base/nested-subp1.exp: New file.
5709 * gdb.base/nested-subp1.c: New file.
5710 * gdb.base/nested-subp2.exp: New file.
5711 * gdb.base/nested-subp2.c: New file.
5712 * gdb.base/nested-subp3.exp: New file.
5713 * gdb.base/nested-subp3.c: New file.
5714
5715 2015-08-24 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.server/connect-without-multi-process.c: New file.
5718 * gdb.server/connect-without-multi-process.exp: New file.
5719
5720 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5721
5722 * gdb.opt/inline-markers.c: Make z int.
5723
5724 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5725
5726 * gdb.opt/inline-markers.c: Make z volatile.
5727
5728 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5729
5730 * gdb.opt/inline-bt.c: New volatile global z.
5731 * gdb.opt/inline-cmds.c: Likewise.
5732 * gdb.opt/inline-locals.c: Likewise.
5733 * gdb.opt/inline-markers.c: New extern global z.
5734 (marker): Use z.
5735 (inline_fn): Likewise.
5736
5737 2015-08-24 Pedro Alves <palves@redhat.com>
5738
5739 * config/m32r-stub.exp: Remove file.
5740 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5741 * gdb.base/call-rt-st.exp: Likewise.
5742 * gdb.base/call-strs.exp: Likewise.
5743 * gdb.base/default.exp: Remove references to h8300-*-hms and
5744 *-*-udi*.
5745 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5746
5747 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5748
5749 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5750 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5751 and "return" use KFAIL when GDB can not read/write the vector
5752 return value.
5753
5754 2015-08-21 Gary Benson <gbenson@redhat.com>
5755
5756 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5757
5758 2015-08-20 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.server/solib-list.exp: No longer expect an interior stop in
5761 non-stop mode.
5762
5763 2015-08-20 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.server/connect-stopped-target.c: New file.
5766 * gdb.server/connect-stopped-target.exp: New file.
5767
5768 2015-08-20 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.dwarf2/comp-unit-lang.exp: New file.
5771 * gdb.dwarf2/comp-unit-lang.c: New file.
5772
5773 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5774
5775 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5776 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5777
5778 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5779
5780 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5781 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5782
5783 2015-08-18 Doug Evans <dje@google.com>
5784 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5785
5786 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5787 skip_python_tests. New arg prompt_regexp.
5788 (skip_python_tests): New function.
5789 * lib/mi-support.exp (mi_skip_python_tests): New function.
5790 * gdb.python/py-mi-objfile-gdb.py: New file.
5791 * gdb.python/py-mi-objfile.c: New file.
5792 * gdb.python/py-mi-objfile.exp: New file.
5793
5794 2015-08-17 Keith Seitz <keiths@redhat.com>
5795
5796 * gdb.linespec/explicit.exp: Move strace test from here ...
5797 * gdb.trace/strace.exp: ... to here.
5798
5799 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5800
5801 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5802 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5803
5804 2015-08-14 Doug Evans <xdje42@gmail.com>
5805
5806 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5807 inferior before selecting a new file.
5808
5809 2015-08-14 Doug Evans <xdje42@gmail.com>
5810
5811 * gdb.mi/mi-disassemble.exp: Update.
5812 * gdb.base/disasm-optim.S: New file.
5813 * gdb.base/disasm-optim.c: New file.
5814 * gdb.base/disasm-optim.h: New file.
5815 * gdb.base/disasm-optim.exp: New file.
5816
5817 2015-08-14 Keith Seitz <keiths@redhat.com>
5818
5819 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5820 "evaluated-by".
5821
5822 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5823
5824 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5825
5826 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5827
5828 * gdb.ada/fun_renaming.exp: New testcase.
5829 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5830 * gdb.ada/fun_renaming/pack.adb: New file.
5831 * gdb.ada/fun_renaming/pack.ads: New file.
5832
5833 2015-08-12 Keith Seitz <keiths@redhat.com>
5834
5835 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5836 gdb_get_line_number.
5837
5838 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5839
5840 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5841 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5842 gdb.base/dso2dso.exp: New files.
5843
5844 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5845 Pedro Alves <palves@redhat.com>
5846 Keith Seitz <keiths@redhat.com>
5847
5848 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5849 GDBFLAGS.
5850
5851 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5852
5853 * gdb.base/gdbhistsize-history.exp
5854 (test_histsize_history_setting): Use save_vars.
5855 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5856 Use save_vars.
5857 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5858 * gdb.base/readline.exp: Use save_vars.
5859
5860 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5861
5862 * lib/gdb.exp (save_vars): New proc.
5863
5864 2015-08-11 Keith Seitz <keiths@redhat.com>
5865
5866 * gdb.base/help.exp: Update help_breakpoint_text.
5867
5868 2015-08-11 Keith Seitz <keiths@redhat.com>
5869
5870 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5871 (at toplevel): Call test_explicit_breakpoints.
5872 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5873 breakpoints.
5874 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5875 breakpoint conditions, "-cond".
5876
5877 2015-08-11 Keith Seitz <keiths@redhat.com>
5878
5879 * gdb.linespec/3explicit.c: New file.
5880 * gdb.linespec/cpexplicit.cc: New file.
5881 * gdb.linespec/cpexplicit.exp: New file.
5882 * gdb.linespec/explicit.c: New file.
5883 * gdb.linespec/explicit.exp: New file.
5884 * gdb.linespec/explicit2.c: New file.
5885 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5886 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5887 before using in the matching pattern.
5888 Clarify that `prefix' is a regular expression.
5889
5890 2015-08-11 Keith Seitz <keiths@redhat.com>
5891
5892 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5893 test.
5894 Add tests for missing ",FMT" and ",".
5895
5896 2015-08-10 Doug Evans <dje@google.com>
5897 Keith Seitz <keiths@redhat.com>
5898
5899 PR gdb/17960
5900 * gdb.base/completion.exp: Add location completer tests.
5901
5902 2015-08-07 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5905 tests here.
5906 (top level): Run do_test with and without displaced stepping.
5907
5908 2015-08-07 Pedro Alves <palves@redhat.com>
5909
5910 * gdb.base/valgrind-disp-step.c: New file.
5911 * gdb.base/valgrind-disp-step.exp: New file.
5912
5913 2015-08-07 Pedro Alves <palves@redhat.com>
5914
5915 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5916 Delete function.
5917 (main): Add alarm. Run an infinite loop instead of calling
5918 wait_threads.
5919 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5920 comment.
5921 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5922 Delete function.
5923 (main): Add alarm. Run an infinite loop instead of calling
5924 wait_threads.
5925 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5926 comment.
5927
5928 2015-08-07 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.base/checkpoint-ns.exp: New file.
5931 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5932 standard_testfile.
5933
5934 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5935
5936 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5937 * gdb.btrace/instruction_history.exp: Update.
5938 * gdb.btrace/tsx.exp: New.
5939 * gdb.btrace/tsx.c: New.
5940
5941 2015-08-06 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5944 increase timeout.
5945 * gdb.reverse/until-precsave.exp: Bump timeouts.
5946
5947 2015-08-06 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5950
5951 2015-08-06 Pedro Alves <palves@redhat.com>
5952
5953 PR gdb/18749
5954 * gdb.threads/process-dies-while-handling-bp.c: New file.
5955 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5956
5957 2015-08-06 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5960 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5961
5962 2015-08-05 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5965 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5966
5967 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5968
5969 * gdb.base/bp-permanent.exp: Report test as unsupported if
5970 the target cannot stop at the permanent breakpoint.
5971
5972 2015-08-03 Doug Evans <dje@google.com>
5973
5974 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5975 10000.
5976
5977 2015-08-03 Doug Evans <dje@google.com>
5978
5979 * Makefile.in (workers/%.worker, build-perf): New rule.
5980 (GDB_PERFTEST_MODE): New variable.
5981 (check-perf): Use it.
5982 (clean): Clean up gdb.perf parallel build subdirs.
5983 * lib/build-piece.exp: New file.
5984 * lib/gdb.exp (make_gdb_parallel_path): New function
5985 (standard_output_file, standard_temp_file): Call it.
5986 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5987 of $GDB_PARALLEL.
5988 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5989
5990 2015-08-03 Doug Evans <dje@google.com>
5991
5992 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5993 (LOG_FILE_NAME): New global.
5994 (TextReporter.__init__): Initialize self.txt_sum.
5995 (TextReporter.report): Add support for multiple data-points.
5996 Move report to perftest.sum, put raw data in perftest.log.
5997 (TextReporter.start): Open sum and log files.
5998 (TextReporter.end): Close sum and log files.
5999 * gdb.perf/lib/perftest/testresult.py
6000 (SingleStatisticTestResult.record): Handle multiple data-points.
6001
6002 2015-07-31 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6005 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6006 kill_wait_spawned_process instead of explicit "kill -9".
6007 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6008 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6009 kill_wait_spawned_process.
6010 * gdb.base/attach-twice.exp: Likewise.
6011 * gdb.base/attach.exp: Likewise.
6012 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6013 gdb_test_multiple.
6014 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6015 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6016 kill_wait_spawned_process.
6017 * gdb.base/valgrind-infcall.exp: Likewise.
6018 * gdb.multi/multi-attach.exp: Likewise.
6019 * gdb.python/py-prompt.exp: Likewise.
6020 * gdb.python/py-sync-interp.exp: Likewise.
6021 * gdb.server/ext-attach.exp: Likewise.
6022 * gdb.threads/attach-into-signal.exp (corefunc): Use
6023 spawn_wait_for_attach, spawn_id_get_pid and
6024 kill_wait_spawned_process.
6025 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6026 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6027 spawn_id_get_pid and kill_wait_spawned_process.
6028 * gdb.threads/attach-stopped.exp (corefunc): Use
6029 spawn_wait_for_attach, spawn_id_get_pid and
6030 kill_wait_spawned_process.
6031 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6032 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6033 kill_wait_spawned_process instead of explicit "kill -9".
6034 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6035 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6036 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6037 processes. Don't map cygwin/windows pids here. Now returns a
6038 spawn id list.
6039
6040 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6041
6042 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6043 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6044 correct patch.
6045
6046 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6047
6048 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6049
6050 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6051
6052 Reapply:
6053 2014-05-21 Mark Wielaard <mjw@redhat.com>
6054
6055 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6056
6057 2015-07-30 Pedro Alves <palves@redhat.com>
6058
6059 * linux-low.c (handle_extended_wait): Set the child's last
6060 reported status to TARGET_WAITKIND_STOPPED.
6061
6062 2015-07-30 Pedro Alves <palves@redhat.com>
6063
6064 PR threads/18600
6065 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6066 only shows inferior 1.
6067
6068 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6069 Pedro Alves <palves@redhat.com>
6070
6071 PR threads/18600
6072 * gdb.threads/fork-plus-threads.c: New file.
6073 * gdb.threads/fork-plus-threads.exp: New file.
6074
6075 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6076
6077 * gdb.base/batch-preserve-term-settings.exp
6078 (test_terminal_settings_preserved_after_cli_exit): Use
6079 send_quit_command.
6080
6081 2015-07-29 Pedro Alves <palves@redhat.com>
6082 Don Breazeal <donb@codesourcery.com>
6083
6084 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6085 output from both inferior_spawn_id and gdb_spawn_id.
6086
6087 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6088
6089 * gdb.threads/attach-into-signal.exp (corefunc): Use
6090 with_test_prefix on nested loops, uniquefying the test messages.
6091
6092 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6093
6094 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6095 commit.
6096
6097 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6098
6099 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6100 New proc.
6101 (test_terminal_settings_preserved_after_sigterm): New test.
6102
6103 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6104
6105 * gdb.base/batch-preserve-term-settings.exp
6106 (test_terminal_settings_preserved_after_cli_exit): New test.
6107
6108 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6109
6110 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6111 manipulation of saved_gdbflags.
6112 (test_terminal_settings_preserved): Remove global declaration of
6113 the unused variable pagination_prompt. Remove manipulation of
6114 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6115 GDBFLAGS.
6116
6117 2015-07-29 Pedro Alves <palves@redhat.com>
6118
6119 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6120
6121 2015-07-29 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6124 at the top.
6125
6126 2015-07-29 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6129 (main): Call gdb_unbuffer_output.
6130 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6131 (main): Call gdb_unbuffer_output.
6132 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6133 (main): Call gdb_unbuffer_output.
6134 * gdb.base/call-strs.exp: Adjust to step over the
6135 gdb_unbuffer_output call.
6136 * gdb.base/catch-gdb-caused-signals.c: Include
6137 "../lib/unbuffer_output.c".
6138 (main): Call gdb_unbuffer_output.
6139 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6140 (main): Call gdb_unbuffer_output.
6141 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6142 (main): Call gdb_unbuffer_output.
6143 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6144 (main): Call gdb_unbuffer_output.
6145 * gdb.base/shlib-call.exp: Adjust to step over the
6146 gdb_unbuffer_output call.
6147 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6148 (main): Call gdb_unbuffer_output.
6149 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6150 (main): Call gdb_unbuffer_output.
6151 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6152 (main): Rename to ...
6153 (test): ... this.
6154 (main): Reimplement.
6155 * gdb.base/varargs.exp: Run to test instead of to main.
6156 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6157 (main): Call gdb_unbuffer_output.
6158
6159 2015-07-29 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6162 factore out from mi_continue_dprintf. For call-style dprintfs,
6163 expect dprintf output out of $inferior_spawn_id.
6164 (mi_continue_dprintf): Use mi_expect_dprintf.
6165 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6166 (main): Call gdb_unbuffer_output.
6167
6168 2015-07-29 Pedro Alves <palves@redhat.com>
6169
6170 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6171 (default_mi_gdb_start): Set inferior_spawn_id instead of
6172 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6173 gdb_spawn_id.
6174 (mi_gdb_test): Always expect inferior output from both
6175 $inferior_spawn_id and $gdb_spawn_id.
6176
6177 2015-07-29 Pedro Alves <palves@redhat.com>
6178
6179 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6180 send_inferior and $inferior_spawn_id.
6181
6182 2015-07-29 Pedro Alves <palves@redhat.com>
6183
6184 * gdb.gdb/complaints.exp (test_initial_complaints)
6185 (test_serial_complaints, test_short_complaints): Use
6186 gdb_test_stdio.
6187 (test_empty_complaint): Handle $inferior_spawn_id !=
6188 $gdb_spawn_id.
6189
6190 2015-07-29 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/varargs.exp: Use gdb_test_stdio.
6193
6194 2015-07-29 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6197
6198 2015-07-29 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6201
6202 2015-07-29 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6205 parameter into two new parameters, "inf_result" and "gdb_result".
6206 Expect inferior output and gdb output from $inferior_spawn_id and
6207 $gdb_spawn_id, respectively. Adjust all callers.
6208
6209 2015-07-29 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6212 of gdb_test_sequence.
6213
6214 2015-07-29 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6217 (saw_spurious_output): Expect inferior output from
6218 $inferior_spawn_id. Use gdb_test_stdio.
6219
6220 2015-07-29 Pedro Alves <palves@redhat.com>
6221
6222 * gdb.base/dprintf.exp: Use standard_testfile. Change
6223 prepare_for_testing call.
6224 (srcfile): Don't set.
6225 (restart): New procedure.
6226 (test_dprintf): New procecure, use to continue over dprintfs.
6227 (test_call, test_agent): New procedures, tests moved here.
6228 Restart gdb and recreate dprintfs. Adjust expected output.
6229
6230 2015-07-29 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6233
6234 2015-07-29 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6237
6238 2015-07-29 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6241 gdb_test_stdio.
6242
6243 2015-07-29 Pedro Alves <palves@redhat.com>
6244
6245 * lib/gdb.exp (gdb_test_stdio): New procedure.
6246
6247 2015-07-29 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6250
6251 2015-07-29 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/call-signal-resume.exp: Remove check for
6254 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6255 * gdb.base/unwindonsignal.exp: Likewise.
6256 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6257 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6258
6259 2015-07-29 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.base/siginfo-addr.c (pass): New function.
6262 (handler): Call it iff si_addr is correct.
6263 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6264 Set a breakpoint at "pass" and continue to it.
6265
6266 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6267
6268 * gdb.python/py-objfile.exp: Make some tests have unique names.
6269 * gdb.python/py-pp-registration.exp: Likewise.
6270
6271 2015-07-28 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6274
6275 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6276
6277 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6278
6279 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6280
6281 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6282
6283 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6284
6285 * gdb.base/gdb-sigterm-2.exp: New test.
6286
6287 2015-07-25 Doug Evans <xdje42@gmail.com>
6288
6289 Revert:
6290 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6291 (workers/%.worker, build-perf): New rule.
6292 (GDB_PERFTEST_MODE): New variable.
6293 (check-perf): Use it.
6294 (clean): Clean up gdb.perf parallel build subdirs.
6295 * lib/build-piece.exp: New file.
6296 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6297 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6298 name.
6299 (standard_temp_file): Ditto.
6300 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6301 of $GDB_PARALLEL.
6302
6303 2015-07-24 Doug Evans <dje@google.com>
6304
6305 * gdb.perf/lib/perftest/utils.py: New file.
6306 * gdb.perf/gm-hello.cc: New file.
6307 * gdb.perf/gm-pervasive-typedef.cc: New file.
6308 * gdb.perf/gm-pervasive-typedef.h: New file.
6309 * gdb.perf/gm-std.cc: New file.
6310 * gdb.perf/gm-std.h: New file.
6311 * gdb.perf/gm-use-cerr.cc: New file.
6312 * gdb.perf/gm-utils.h: New file.
6313 * gdb.perf/gmonster-null-lookup.py: New file.
6314 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6315 * gdb.perf/gmonster-print-cerr.py: New file.
6316 * gdb.perf/gmonster-ptype-string.py: New file.
6317 * gdb.perf/gmonster-runto-main.py: New file.
6318 * gdb.perf/gmonster-select-file.py: New file.
6319 * gdb.perf/gmonster1-null-lookup.exp: New file.
6320 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6321 * gdb.perf/gmonster1-print-cerr.exp: New file.
6322 * gdb.perf/gmonster1-ptype-string.exp: New file.
6323 * gdb.perf/gmonster1-runto-main.exp: New file.
6324 * gdb.perf/gmonster1-select-file.exp: New file.
6325 * gdb.perf/gmonster1.cc: New file.
6326 * gdb.perf/gmonster1.exp: New file.
6327 * gdb.perf/gmonster2-null-lookup.exp: New file.
6328 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6329 * gdb.perf/gmonster2-print-cerr.exp: New file.
6330 * gdb.perf/gmonster2-ptype-string.exp: New file.
6331 * gdb.perf/gmonster2-runto-main.exp: New file.
6332 * gdb.perf/gmonster2-select-file.exp: New file.
6333 * gdb.perf/gmonster2.cc: New file.
6334 * gdb.perf/gmonster2.exp: New file.
6335
6336 2015-07-24 Doug Evans <dje@google.com>
6337
6338 * gdb.perf/README: New file.
6339 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6340 * lib/gen-perf-test.exp: New file.
6341
6342 2015-07-24 Doug Evans <dje@google.com>
6343
6344 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6345 (PerfTest::startup): New function.
6346 (PerfTest::run): Return result of calling body.
6347 (PerfTest::assemble): Rewrite.
6348 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6349 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6350 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6351 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6352 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6353
6354 2015-07-24 Doug Evans <dje@google.com>
6355
6356 * lib/gdb.exp (clean_restart): Make executable optional.
6357
6358 2015-07-24 Doug Evans <dje@google.com>
6359
6360 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6361 compiler_info references.
6362 * gdb.cp/temargs.exp: Ditto.
6363 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6364 (get_compiler_info): Early exit if already computed. Set compiler_info
6365 to "unknown" if there was a problem.
6366 (test_compiler_info): Add function comment. Call get_compiler_info.
6367
6368 2015-07-24 Doug Evans <dje@google.com>
6369
6370 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6371 (workers/%.worker, build-perf): New rule.
6372 (GDB_PERFTEST_MODE): New variable.
6373 (check-perf): Use it.
6374 (clean): Clean up gdb.perf parallel build subdirs.
6375 * lib/build-piece.exp: New file.
6376 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6377 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6378 name.
6379 (standard_temp_file): Ditto.
6380 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6381 of $GDB_PARALLEL.
6382
6383 2015-07-24 Doug Evans <dje@google.com>
6384
6385 * lib/future.exp (gdb_default_target_compile): New option
6386 "early_flags".
6387 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6388 --as-needed.
6389
6390 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6391
6392 * gdb.base/catch-syscall.exp: Call gdb_exit before
6393 gdb_skip_xml_test.
6394
6395 2015-07-24 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.python/py-events.exp: Accept output between the stop event
6398 and the prompt.
6399 * gdb.python/py-evsignal.exp: Likewise.
6400 * gdb.python/py-evthreads.exp: Likewise.
6401
6402 2015-07-24 Pedro Alves <palves@redhat.com>
6403
6404 PR gdb/18717
6405 * gdb.threads/non-ldr-exit.c: New file.
6406 * gdb.threads/non-ldr-exit.exp: New file.
6407
6408 2015-07-24 Yao Qi <yao.qi@linaro.org>
6409
6410 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6411 restarting process.
6412
6413 2015-07-24 Yao Qi <yao.qi@linaro.org>
6414
6415 * gdb.server/ext-restart.exp: New file.
6416
6417 2015-07-24 Yao Qi <yao.qi@linaro.org>
6418
6419 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6420 argument options.
6421 * gdb.server/ext-wrapper.exp: New file.
6422
6423 2015-07-23 Doug Evans <dje@google.com>
6424
6425 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6426 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6427
6428 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6429
6430 * gdb.ada/var_arr_typedef.exp: New testcase.
6431 * gdb.ada/var_arr_typedef/pack.adb: New file.
6432 * gdb.ada/var_arr_typedef/pack.ads: New file.
6433 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6434
6435 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6436
6437 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6438
6439 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6440
6441 * gdb.arch/i386-biarch-core.exp: Replace istarget
6442 by "complete set gnutarget". Remove expectation for the "core-file"
6443 command.
6444
6445 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 Revert the previous commit:
6448 Tests for validate symbol file using build-id.
6449
6450 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6451
6452 Tests for validate symbol file using build-id.
6453 * gdb.base/solib-mismatch-lib.c: New file.
6454 * gdb.base/solib-mismatch-libmod.c: New file.
6455 * gdb.base/solib-mismatch.c: New file.
6456 * gdb.base/solib-mismatch.exp: New file.
6457
6458 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6459
6460 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6461 nios2-*-linux*.
6462 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6463 * gdb.base/siginfo.exp: Likewise.
6464 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6465
6466 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6467
6468 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6469 Move it to ...
6470 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6471 ... here.
6472 * gdb.trace/range-stepping.exp: Check that the target supports
6473 range stepping.
6474
6475 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6476
6477 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6478
6479 2015-07-14 Pedro Alves <palves@redhat.com>
6480
6481 * gdb.base/killed-outside.exp: New file.
6482 * gdb.base/killed-outside.c: New file.
6483
6484 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6485
6486 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6487 (n at main): New.
6488 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6489
6490 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6491
6492 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6493 infcall tests instead of setting up for KFAIL.
6494
6495 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6496
6497 * gdb.btrace/record_goto-step.exp: New.
6498
6499 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 PR compile/18484
6502 * gdb.compile/compile.c (struct struct_type): Add volatile to
6503 selffield's type.
6504 * gdb.compile/compile.exp
6505 (compile code struct_object.selffield = &struct_object): Skip further
6506 struct_object tests if this one xfails.
6507
6508 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6509
6510 PR exp/18617
6511 * gdb.trace/ax.exp: Add test.
6512
6513 2015-07-07 Yao Qi <yao.qi@linaro.org>
6514
6515 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6516 instead of istarget "aarch64*-*-*".
6517 * gdb.arch/aarch64-fp.exp: Likewise.
6518 * gdb.base/float.exp: Likewise.
6519 * gdb.reverse/aarch64.exp: Likewise.
6520 * lib/gdb.exp (is_aarch64_target): New proc.
6521
6522 2015-07-07 Yao Qi <yao.qi@linaro.org>
6523
6524 * lib/gdb.exp (is_aarch32_target): New proc.
6525 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6526 instead of "istarget "arm*-*-*"".
6527 * gdb.arch/arm-disp-step.exp: Likewise.
6528 * gdb.arch/thumb-bx-pc.exp: Likewise.
6529 * gdb.arch/thumb-prologue.exp: Likewise.
6530 * gdb.arch/thumb-singlestep.exp: Likewise.
6531 * gdb.base/disp-step-syscall.exp: Likewise.
6532 * gdb.base/float.exp: Likewise.
6533
6534 2015-07-07 Yao Qi <yao.qi@linaro.org>
6535
6536 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6537 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6538
6539 2015-07-07 Yao Qi <yao.qi@linaro.org>
6540
6541 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6542 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6543 if it exists.
6544 * gdb.multi/multi-arch.exp: Likewise.
6545
6546 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6547
6548 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6549 print.
6550
6551 2015-07-07 Yao Qi <yao.qi@linaro.org>
6552
6553 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6554
6555 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6556
6557 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6558 '[' and ']' characters.
6559
6560 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6561
6562 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6563
6564 2015-06-29 Pedro Alves <palves@redhat.com>
6565
6566 PR threads/18127
6567 * gdb.threads/hand-call-new-thread.c: New file.
6568 * gdb.threads/hand-call-new-thread.c: New file.
6569
6570 2015-06-26 Keith Seitz <keiths@redhat.com>
6571 Doug Evans <dje@google.com>
6572
6573 PR 16253
6574 * gdb.cp/var-tag-2.cc: New file.
6575 * gdb.cp/var-tag-3.cc: New file.
6576 * gdb.cp/var-tag-4.cc: New file.
6577 * gdb.cp/var-tag.cc: New file.
6578 * gdb.cp/var-tag.exp: New file.
6579
6580 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6581
6582 * gdb.base/history-duplicates.exp: New test.
6583
6584 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6585
6586 * gdb.base/completion.exp: Test the completion of the "focus"
6587 command.
6588
6589 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * gdb.arch/amd64-prologue-skip.S: New file.
6592 * gdb.arch/amd64-prologue-skip.exp: New file.
6593
6594 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6595
6596 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6597 is_address_zero_readable check.
6598
6599 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6600
6601 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6602 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6603
6604 2015-06-24 Yao Qi <yao.qi@linaro.org>
6605
6606 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6607 linux targets.
6608
6609 2015-06-24 Yao Qi <yao.qi@linaro.org>
6610
6611 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6612 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6613 * gdb.base/siginfo-thread.exp: Likewise.
6614
6615 2015-06-22 Yao Qi <yao.qi@linaro.org>
6616
6617 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6618
6619 2015-06-22 Yao Qi <yao.qi@linaro.org>
6620
6621 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6622 aarch64*-*-*.
6623 (skip_hw_watchpoint_tests): Likewise.
6624
6625 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6626
6627 * gdb.base/gdbinit-history.exp: Test the interaction between
6628 setting GDBHISTSIZE and setting the history size via .gdbinit.
6629
6630 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6631
6632 PR gdb/16999
6633 * gdb.base/gdbhistsize-history.exp: New test.
6634
6635 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6636
6637 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6638 with GDBHISTSIZE.
6639 * gdb.base/readline.exp: Likewise.
6640
6641 2015-06-17 Yao Qi <yao.qi@linaro.org>
6642
6643 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6644 line.
6645
6646 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6647
6648 * gdb.base/gdbinit-history.exp: Add test case to check that
6649 an unlimited history file does not get truncated on exit.
6650
6651 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6652
6653 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6654 (VECTOR): New macro. Use it...
6655 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6656 ...for these typedefs.
6657 (int8, char1, int1, double1): New typedefs.
6658 (struct just_int2, struct two_int2): New structures.
6659 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6660 (add_structvecs, add_singlevecs): New functions.
6661 (main): Call add_some_intvecs twice.
6662 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6663 the compile and exit upon failure. Try compiling for the "native"
6664 architecture. Test inferior function calls with vector arguments
6665 and vector return value handling with "finish" and "return".
6666
6667 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6668
6669 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6670 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6671 PE file.
6672 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6673
6674 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6675
6676 PR breakpoints/16465
6677 * gdb.mi/mi-dprintf-pending.c: New file.
6678 * gdb.mi/mi-dprintf-pending.exp: New test.
6679 * gdb.mi/mi-dprintf-pendshr.c: New file.
6680
6681 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6682 Mircea Gherzan <mircea.gherzan@intel.com>
6683
6684 * gdb.arch/i386-mpx-map.c: New file.
6685 * gdb.arch/i386-mpx-map.exp: New File.
6686
6687 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6688
6689 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6690 * gdb.arch/i386-mpx.exp: Indentation fixed.
6691
6692 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6693
6694 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6695 function and improved indentation.
6696 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6697 gdb_test_multiple. Added additional tests to skip the test.
6698
6699 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6700
6701 * gdb.arch/i386-avx512.c: Change path in include file.
6702 * gdb.arch/i386-avx512.exp: Change include dir path
6703 compilation flag.
6704 * gdb.arch/i386-mpx.c: Change path in include file.
6705 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6706 flag.
6707
6708 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6709
6710 * gdb.compile/compile-print.exp (compile print *vararray@3)
6711 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6712
6713 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6714
6715 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6716 (do not keep jit in memory): ... this.
6717 (expect 5): Change it to ...
6718 (expect no 5): ... this.
6719
6720 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6721
6722 PR gdb/15564
6723 * gdb.mi/mi-detach.exp: New file.
6724
6725 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6726
6727 PR symtab/18392
6728 * gdb.arch/amd64-tailcall-self.S: New file.
6729 * gdb.arch/amd64-tailcall-self.c: New file.
6730 * gdb.arch/amd64-tailcall-self.exp: New file.
6731
6732 2015-05-28 Don Breazeal <donb@codesourcery.com>
6733
6734 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6735 tests for remote targets by checking is_target_gdbserver.
6736
6737 2015-05-27 Doug Evans <dje@google.com>
6738
6739 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6740 * gdb.dwarf2/opaque-type-lookup.c: New file.
6741 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6742
6743 2015-05-26 Doug Evans <dje@google.com>
6744
6745 * gdb.cp/iostream.cc: New file.
6746 * gdb.cp/iostream.exp: New file.
6747
6748 2015-05-26 Doug Evans <dje@google.com>
6749
6750 * gdb.dwarf2/dw2-op-call.exp: Update.
6751 * gdb.dwarf2/dw4-sig-types.exp: Update.
6752 * gdb.dwarf2/implptr.exp: Update.
6753 * gdb.mi/mi-cmd-param-changed.exp: Update.
6754
6755 2015-05-26 Doug Evans <dje@google.com>
6756
6757 * gdb.python/py-lazy-string.c: New file.
6758 * gdb.python/py-lazy-string.exp: New file.
6759 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6760 (main): Update. Add estring3.
6761 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6762 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6763
6764 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6765 Yao Qi <yao.qi@linaro.org>
6766
6767 * gdb.reverse/aarch64.c: New.
6768 * gdb.reverse/aarch64.exp: New.
6769
6770 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6771
6772 * lib/gdb.exp (supports_process_record): Return true for
6773 aarch64*-linux*.
6774 (supports_reverse): Likewise.
6775
6776 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6777
6778 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6779 Use with_test_prefix.
6780
6781 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6782
6783 * gdb.base/completion.exp: Add test for completion of layout
6784 names.
6785
6786 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6787
6788 * lib/gdb.exp (skip_tui_tests): New proc.
6789 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6790
6791 2015-05-19 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6794 Save the whole env array instead of just HOME. Unset HISTSIZE in
6795 the environment while testing. Restore whole environment
6796 afterwards.
6797
6798 2015-05-16 Doug Evans <xdje42@gmail.com>
6799
6800 * gdb.guile/scm-ports.c: New file.
6801 * gdb.guile/scm-ports.exp: Add memory port tests.
6802
6803 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6804
6805 * gdb.compile/compile-print.c: New file.
6806 * gdb.compile/compile-print.exp: New file.
6807
6808 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6809
6810 * gdb.compile/compile-ops.exp: Cast param to void.
6811 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6812 (compile code struct_object.selffield = &struct_object): Add xfail.
6813
6814 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6815
6816 * gdb.ada/arr_enum_with_gap: New testcase.
6817
6818 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6819
6820 * gdb.ada/byte_packed_arr: New testcase.
6821
6822 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6823
6824 * gdb.ada/pckd_neg: New testcase.
6825
6826 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6827
6828 PR gdb/17820
6829 * gdb.base/gdbinit-history.exp: New test.
6830 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6831 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6832
6833 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6834
6835 * gdb.python/py-xmethods.cc: Enhance test case.
6836 * gdb.python/py-xmethods.exp: New tests.
6837 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6838 function.
6839 (B_indexoper): Likewise.
6840 (global_dm_list) : Add new xmethod worker functions.
6841
6842 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6843
6844 * gdb.base/coredump-filter.exp: Correctly unset
6845 "coredump_var_addr" array.
6846
6847 2015-05-08 Pedro Alves <palves@redhat.com>
6848
6849 * gdb.server/non-existing-program.exp: Unset spawn_id.
6850
6851 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6852
6853 PR python/18291
6854 * gdb.python/py-xmethods.exp: Add tests.
6855
6856 2015-05-08 Yao Qi <yao.qi@linaro.org>
6857
6858 PR gdb/18208
6859 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6860 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6861 function set_coredump_filter, and remove remote_exec call.
6862 Remove argument ipid. Callers update.
6863 (top level): Don't get inferior's PID.
6864
6865 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 * gdb.base/watch_thread_num.exp: Skip test on targets without
6868 access watchpoints.
6869
6870 2015-05-06 Pedro Alves <palves@redhat.com>
6871
6872 PR server/18081
6873 * gdb.server/non-existing-program.exp: New file.
6874
6875 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6878
6879 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6880
6881 * gdb.ada/out_of_line_in_inlined: New testcase.
6882
6883 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6884
6885 * gdb.ada/var_rec_arr: New testcase.
6886
6887 2015-04-30 Yao Qi <yao.qi@linaro.org>
6888
6889 * gdb.base/break-idempotent.exp: If
6890 skip_hw_watchpoint_multi_tests returns true, skip the tests
6891 on "rwatch" and "awatch".
6892
6893 2015-04-30 Yao Qi <yao.qi@linaro.org>
6894
6895 * gdb.base/relativedebug.exp: Invoke gdb command
6896 "info sharedlibrary", and if libc.so doesn't have debug info,
6897 skip the test.
6898
6899 2015-04-29 Doug Evans <dje@google.com>
6900
6901 * gdb.python/py-xmethods.exp: Add ptype tests.
6902 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6903 get_result_type method.
6904
6905 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6906
6907 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6908 the target does not support hardware watchpoints.
6909
6910 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6911
6912 * gdb.base/break-always.exp: Abort testing if writing to memory
6913 causes an error.
6914
6915 2015-04-28 Doug Evans <dje@google.com>
6916
6917 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6918 * gdb.python/py-pp-registration.exp: ... here. New file.
6919 * gdb.python/py-pp-registration.c: New file.
6920 * gdb.python/py-pp-registration.py: New file.
6921
6922 2015-04-28 Doug Evans <dje@google.com>
6923
6924 * gdb.python/py-bad-printers.c: New file.
6925 * gdb.python/py-bad-printers.py: New file.
6926 * gdb.python/py-bad-printers.exp: New file.
6927
6928 2015-04-28 Sasha Smundak <asmundak@google.com>
6929
6930 * gdb.python/py-type.exp: New test.
6931
6932 2015-04-28 Andy Wingo <wingo@igalia.com>
6933
6934 * gdb.python/py-parameter.exp:
6935 * gdb.guile/scm-parameter.exp: Escape the path that we are
6936 matching against, as it might contain characters that are special
6937 to regular expressions.
6938
6939 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6940
6941 * gdb.ada/rec_comp: New testcase.
6942
6943 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6944
6945 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6946 before using it.
6947
6948 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6949
6950 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6951 new tests for verilog output.
6952
6953 2015-04-24 Yao Qi <yao.qi@linaro.org>
6954
6955 * boards/remote-gdbserver-on-localhost.exp: New file.
6956
6957 2015-04-23 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6960 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6961 "end of file", remove $inferior_spawn_id from the indirect list.
6962
6963 2015-04-23 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6966
6967 2015-04-23 Pedro Alves <palves@redhat.com>
6968
6969 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6970 on $any_spawn_id instead of only on $gdb_spawn_id.
6971
6972 2015-04-21 Pierre Muller <muller@sourceware.org>
6973
6974 PR pascal/17815
6975 * lib/pascal.exp (gpc_compile): Add new option "class".
6976 (fpc_compile): Likewise.
6977 * gdb.pascal/case-insensitive-symbols.pas: New file.
6978 * gdb.pascal/case-insensitive-symbols.exp: New file.
6979
6980 2015-04-20 Gary Benson <gbenson@redhat.com>
6981
6982 * gdb.base/attach.exp: Fix three extended remote failures.
6983
6984 2015-04-17 Gary Benson <gbenson@redhat.com>
6985
6986 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6987 the main executable over the remote protocol.
6988
6989 2015-04-16 Pedro Alves <palves@redhat.com>
6990
6991 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6992 a new gdbserver if gdbserver_reconnect_p is set.
6993
6994 2015-04-16 Pedro Alves <palves@redhat.com>
6995
6996 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6997 is set, don't exit gdbserver.
6998
6999 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7000
7001 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7002 appropriate .insn, such that an older assembler can be used.
7003 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7004 the z/Architecture instruction set on 31-bit targets as well.
7005
7006 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7007
7008 * gdb.go/handcall.exp: Remove all logic related to the first
7009 breakpoint and rely on go_runto_main instead.
7010 * gdb.go/strings.exp: Likewise.
7011 * gdb.go/unsafe.exp: Likewise.
7012 * gdb.go/hello.exp: Likewise. Also rename the remaining
7013 breakpoint marker to "breakpoint 1".
7014 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7015 * gdb.go/strings.go: Likewise.
7016 * gdb.go/unsafe.go: Likewise.
7017 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7018 "set breakpoint 2 here" and rename the remaining breakpoint marker
7019 to "breakpoint 1".
7020
7021 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7022
7023 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7024 if itertools.imap is not present.
7025 * gdb.python/py-objfile.exp: Add parentheses.
7026 * gdb.python/py-type.exp: Same.
7027 * gdb.python/py-unwind-maint.py: Same.
7028
7029 2015-04-15 Yao Qi <yao.qi@linaro.org>
7030
7031 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7032 of ":$ptr_size" and set its form explicitly.
7033
7034 2015-04-15 Pedro Alves <palves@redhat.com>
7035 Yao Qi <yao.qi@linaro.org>
7036
7037 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7038 timeout by factor of 4.
7039 (test_regular_watch): Likewise.
7040 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7041 * gdb.reverse/sigall-reverse.exp: Likewise.
7042 * gdb.reverse/until-precsave.exp: Likewise.
7043 * lib/gdb.exp (with_timeout_factor): New proc.
7044 (gdb_expect): Move some code to ...
7045 (get_largest_timeout): ... here. New procedure.
7046
7047 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7048
7049 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7050
7051 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7052
7053 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7054 to write to the .text section.
7055
7056 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7057
7058 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7059 Handle the case of targets that do not provide PID information.
7060
7061 2015-04-13 Yao Qi <yao.qi@linaro.org>
7062
7063 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7064 and use expect instead of gdb_expect.
7065
7066 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7067
7068 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7069 "coredump_var_addr" to avoid naming conflict with other testcases.
7070
7071 2015-04-10 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7074 gdb_test_sequence and gdb_assert.
7075
7076 2015-04-10 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7079 test messages that don't include the breakpoint address.
7080
7081 2015-04-10 Yao Qi <yao.qi@linaro.org>
7082
7083 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7084 false for some offset and width combinations which aren't
7085 supported by linux kernel.
7086
7087 2015-04-10 Pedro Alves <palves@redhat.com>
7088
7089 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7090 procedure, factored out from ...
7091 (top level): ... here. Add "set displaced-stepping" testing axis.
7092 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7093 parameter "displaced". Use it.
7094 (top level): Use foreach and add "set displaced-stepping" testing
7095 axis.
7096
7097 2015-04-10 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7100 Remove comment.
7101 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7102 both the address of the instruction that triggers the watchpoint
7103 and the address of the instruction immediately after, and use
7104 those addresses for the test. Fix comment.
7105
7106 2015-04-10 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.base/sigstep.exp (breakpoint_to_handler)
7109 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7110 Test "backtrace" in handler.
7111 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7112 (top level): Add new "displaced" test axis to
7113 breakpoint_to_handler, breakpoint_to_handler_entry and
7114 breakpoint_over_handler.
7115
7116 2015-04-10 Pedro Alves <palves@redhat.com>
7117
7118 PR gdb/18216
7119 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7120
7121 2015-04-10 Yao Qi <yao.qi@linaro.org>
7122
7123 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7124 (test_add_rn_pc): New function.
7125 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7126 (top level): Invoke test_add_rn_pc.
7127
7128 2015-04-10 Pedro Alves <palves@redhat.com>
7129
7130 PR gdb/13858
7131 * gdb.base/step-over-no-symbols.exp: New file.
7132
7133 2015-04-09 Andy Wingo <wingo@igalia.com>
7134
7135 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7136 after the Python tests.
7137
7138 2015-04-08 Keith Seitz <keiths@redhat.com>
7139
7140 PR python/16699
7141 * gdb.python/py-completion.exp: New tests for completion.
7142 * gdb.python/py-completion.py (CompleteLimit1): New class.
7143 (CompleteLimit2): Likewise.
7144 (CompleteLimit3): Likewise.
7145 (CompleteLimit4): Likewise.
7146 (CompleteLimit5): Likewise.
7147 (CompleteLimit6): Likewise.
7148 (CompleteLimit7): Likewise.
7149
7150 2015-04-08 Pedro Alves <palves@redhat.com>
7151
7152 PR gdb/18214
7153 PR gdb/18216
7154 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7155 function.
7156 (main): Install it as SIGUSR1 handler.
7157 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7158 parameter. Always use "setup" as prefix. Toggle "set
7159 displaced-stepping" off/on depending on global. Don't switch to
7160 thread 1 here.
7161 (top level): Add displaced stepping "off/on" test axis. Update
7162 "setup" calls. Wrap each subtest with with_test_prefix. Test
7163 continuing with a queued signal in each thread.
7164
7165 2015-04-08 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7168 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7169 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7170 Return early if running to main fails.
7171 * gdb.trace/while-stepping.exp: Likewise.
7172
7173 2015-04-07 Pedro Alves <palves@redhat.com>
7174
7175 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7176 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7177 interact with inferior program.
7178
7179 2015-04-07 Pedro Alves <palves@redhat.com>
7180
7181 * lib/gdb.exp (inferior_spawn_id): New global.
7182 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7183 spawn id after processing the user code.
7184 (default_gdb_start): Set inferior_spawn_id.
7185 (send_inferior): New procedure.
7186 * lib/gdbserver-support.exp (gdbserver_start): Set
7187 inferior_spawn_id.
7188 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7189
7190 2015-04-07 Pedro Alves <palves@redhat.com>
7191
7192 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7193 * lib/gdbserver-support.exp (gdbserver_start): Make
7194 $server_spawn_id global.
7195 (gdbserver_start): Don't wait for gdbserver's spawn id with
7196 expect_background.
7197 (close_gdbserver): New procedure.
7198 (gdb_exit): Rename the default version and reimplement.
7199
7200 2015-04-07 Pedro Alves <palves@redhat.com>
7201
7202 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7203 append the substituted item, not the original item.
7204
7205 2015-04-07 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7208 gdb_expect.
7209
7210 2015-04-07 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7213 output appearing once only.
7214
7215 2015-04-07 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7218 that doesn't expect anything. Return early if running to main
7219 fails.
7220
7221 2015-04-07 Yao Qi <yao.qi@linaro.org>
7222
7223 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7224 (child_function): Call alarm.
7225 (main): Move call to alarm into the loop.
7226 * gdb.threads/non-stop-fair-events.exp: Build program with
7227 -DTIMEOUT=$timeout.
7228
7229 2015-04-06 Doug Evans <xdje42@gmail.com>
7230
7231 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7232 Fix dest parameter to board_info.
7233 (fpc_compile): Ditto.
7234 (gdb_compile_pascal): Rename dest arg to destfile.
7235
7236 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7237
7238 * gdb.ada/funcall_ref.exp: New file.
7239 * gdb.ada/funcall_ref/foo.adb: New file.
7240
7241 2015-04-02 Yao Qi <yao.qi@linaro.org>
7242
7243 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7244 is remote.
7245
7246 2015-04-02 Gary Benson <gbenson@redhat.com>
7247
7248 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7249
7250 2015-04-01 Sasha Smundak <asmundak@google.com>
7251
7252 * gdb.python/py-unwind-maint.c: New file.
7253 * gdb.python/py-unwind-maint.exp: New test.
7254 * gdb.python/py-unwind-maint.py: New file.
7255 * gdb.python/py-unwind.c: New file.
7256 * gdb.python/py-unwind.exp: New test.
7257 * gdb.python/py-unwind.py: New test.
7258
7259 2015-04-01 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7262 to fail instead of non-existent $test.
7263
7264 2015-04-01 Pedro Alves <palves@redhat.com>
7265
7266 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7267 GDBFLAGS if not empty.
7268
7269 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7270
7271 * gdb.ada/complete.exp: Remove "multi_line".
7272 * gdb.ada/info_exc.exp: Remove "multi_line".
7273 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7274 * gdb.ada/ptype_field.exp: Remove "multi_line".
7275 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7276 * gdb.ada/tagged.exp: Remove "multi_line".
7277 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7278 [multi_line ...]
7279 * gdb.btrace/delta.exp: Likewise.
7280 * gdb.btrace/exception.exp: Likewise.
7281 * gdb.btrace/function_call_history.exp: Likewise.
7282 * gdb.btrace/instruction_history.exp: Likewise.
7283 * gdb.btrace/nohist.exp: Likewise.
7284 * gdb.btrace/record_goto.exp: Likewise.
7285 * gdb.btrace/segv.exp: Likewise.
7286 * gdb.btrace/stepi.exp: Likewise.
7287 * gdb.btrace/tailcall.exp: Likewise.
7288 * gdb.btrace/unknown_functions.exp: Likewise.
7289 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7290 * lib/gdb.exp: Add the "multi_line" helper.
7291
7292 2015-04-01 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.threads/tid-reuse.c: New file.
7295 * gdb.threads/tid-reuse.exp: New file.
7296
7297 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7298
7299 PR corefiles/16092
7300 * gdb.base/coredump-filter.c: New file.
7301 * gdb.base/coredump-filter.exp: Likewise.
7302
7303 2015-03-27 Petr Machata <pmachata@redhat.com>
7304
7305 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7306 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7307 (Dwarf::assemble): Initialize them.
7308 (Dwarf::lines): New function.
7309
7310 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7311
7312 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7313 SYMBOL_PREFIX for x86_64-*-cygwin.
7314
7315 2015-03-26 Andy Wingo <wingo@igalia.com>
7316
7317 PR symtab/18148
7318 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7319 const_value but not a location.
7320 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7321 location defined in non-main CUs are visible.
7322
7323 2015-03-26 Yao Qi <yao.qi@linaro.org>
7324
7325 PR testsuite/18139
7326 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7327 Add a line number entry for the same line.
7328 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7329 Add a line number entry for the same line.
7330
7331 2015-03-26 Yao Qi <yao.qi@linaro.org>
7332
7333 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7334 .int 0.
7335 (func): Likewise. Add .Lfunc_1 label.
7336 Use .Lfunc_1 label.
7337 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7338 .int 0.
7339 (func): Likewise.
7340 Use .Lfunc_1 label.
7341
7342 2015-03-26 Yao Qi <yao.qi@linaro.org>
7343
7344 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7345 Call gdb_compile instead to compile each .s files without debug
7346 information.
7347
7348 2015-03-26 Yao Qi <yao.qi@linaro.org>
7349
7350 * gdb.base/savedregs.exp (process_saved_regs): Make
7351 "Saved registers:" optional in the pattern.
7352
7353 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7354
7355 * gdb.btrace/next.exp: Merged into step.exp.
7356 * gdb.btrace/finish.exp: Merged into step.exp.
7357 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7358 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7359 "record goto" and checking the exact replay position.
7360 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7361 check for "Recording format" in "info record" output.
7362 * gdb.btrace/record_goto.exp: Choose test file based on target.
7363 * gdb.btrace/x86-record_goto.S: Renamed into ...
7364 * gdb.btrace/x86_64-record_goto.S: ... this.
7365 * gdb.btrace/i686-record_goto.S: New.
7366 * gdb.btrace/x86-tailcall.S: Renamed into ...
7367 * gdb.btrace/x86_64-tailcall.S: ... this.
7368 * gdb.btrace/i686-tailcall.S: New.
7369 * gdb.btrace/x86-tailcall.c: Renamed into ...
7370 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7371 separate statements. Update test.
7372 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7373 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7374 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7375 * gdb.btrace/tailcall.exp: Choose test file based on target.
7376 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7377
7378 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7379
7380 * gdb.btrace/exception.exp: Increase BTS buffer size.
7381
7382 2015-03-24 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7385
7386 2015-03-24 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.threads/schedlock.exp (test_step): No longer expect that
7389 "set scheduler-locking step" with "next" over a function call runs
7390 threads unlocked.
7391
7392 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7393
7394 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7395
7396 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7397
7398 PR breakpoints/16466
7399 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7400 * gdb.mi/mi-pending.c (thread_func): New function.
7401 (int main): Add threading support required.
7402 * gdb.mi/mi-pending.exp: Add tests for this issue.
7403 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7404 (pendfunc2): Remove stdio dependency.
7405 * gdb.mi/mi-pendshr2.c: New file.
7406
7407 2015-03-23 Keith Seitz <keiths@redhat.com>
7408
7409 * gdb.linespec/keywords.c: New file.
7410 * gdb.linespec/keywords.exp: New file.
7411
7412 2015-03-23 Keith Seitz <keiths@redhat.com>
7413
7414 PR gdb/18021
7415 * gdb.dwarf2/staticvirtual.exp: New test.
7416
7417 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7418
7419 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7420 * README: Remove HP-UX and gdb.hp.
7421 (configuration):
7422 * configure: Regenerate.
7423 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7424 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7425 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7426 gdb.hp/gdb.defects/Makefile.
7427 * gdb.hp/Makefile.in: File deleted.
7428 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7429 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7430 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7431 * gdb.hp/gdb.aCC/run.c: File deleted.
7432 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7433 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7434 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7435 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7436 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7437 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7438 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7439 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7440 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7441 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7442 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7443 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7444 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7445 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7446 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7447 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7448 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7449 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7450 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7451 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7452 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7453 * gdb.hp/gdb.compat/average.c: File deleted.
7454 * gdb.hp/gdb.compat/sum.c: File deleted.
7455 * gdb.hp/gdb.compat/xdb.c: File deleted.
7456 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7457 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7458 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7459 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7460 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7461 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7462 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7463 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7464 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7465 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7466 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7467 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7468 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7469 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7470 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7471 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7472 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7473 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7474 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7475 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7476 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7477 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7478 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7479 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7480 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7481 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7482 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7483 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7484 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7485 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7486 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7487 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7488 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7489 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7490 * gdb.hp/tools/odump: File deleted.
7491
7492 2015-03-19 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7495 (saw_thread_3): New globals.
7496 (top level): Increment them when an event for the corresponding
7497 thread is seen.
7498 (no thread starvation): New test.
7499
7500 2015-03-19 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.threads/continue-pending-status.c: New file.
7503 * gdb.threads/continue-pending-status.exp: New file.
7504
7505 2015-03-18 Pedro Alves <palves@redhat.com>
7506
7507 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7508 Use gdb_is_target_remote instead of is_remote. Use
7509 gdb_test_multiple instead of gdb_expect. Exit early if
7510 gdb_test_multiple hits its internal matches. Tighten stepi tests
7511 expected output. Fail on exit with any signal, instead of just
7512 SIGILL.
7513
7514 2015-03-18 Yao Qi <yao.qi@linaro.org>
7515
7516 PR tdep/18107
7517 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7518 variable.
7519 * gdb.base/catch-syscall.exp: Don't skip it on
7520 aarch64*-*-linux* target. Remove elements in all_syscalls.
7521 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7522 target.
7523 (setup_all_syscalls): New proc.
7524
7525 2015-03-16 Yao Qi <yao.qi@linaro.org>
7526
7527 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7528 (top level): Skip tests if valid_addr_p returns false for
7529 $cmd1 or $cmd2.
7530
7531 2015-03-11 Andy Wingo <wingo@igalia.com>
7532
7533 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7534
7535 2015-03-11 Yao Qi <yao.qi@linaro.org>
7536
7537 * gdb.base/catch-syscall.exp: Fix typo in comments.
7538
7539 2015-03-11 Yao Qi <yao.qi@linaro.org>
7540
7541 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7542
7543 2015-03-09 Pedro Alves <palves@redhat.com>
7544
7545 * dg-extract-results.py: Delete.
7546
7547 2015-03-09 Pedro Alves <palves@redhat.com>
7548
7549 Merge dg-extract-results.sh from GCC upstream (r218843).
7550
7551 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7552 * dg-extract-results.sh: Use --text with grep to avoid issues with
7553 binary files. Fall back to cat -v, if that doesn't work.
7554
7555 2015-03-05 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7558
7559 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7560
7561 * lib/mi-support.exp (mi_expect_interrupt): Accept
7562 alternative event for when in all-stop mode.
7563
7564 2015-03-04 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7567
7568 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7569
7570 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7571
7572 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7573
7574 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7575 regexps for GDB's current line display, accept a hex address
7576 preceding the line number.
7577
7578 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7579
7580 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7581 the 'arch1' variable for "s390*-linux*" targets.
7582
7583 2015-03-04 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7586 (main): Pass missing retval argument to pthread_join call.
7587
7588 2015-03-02 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7591 (top level): Call do_test with non-stop as well.
7592
7593 2015-03-02 Pedro Alves <palves@redhat.com>
7594
7595 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7596 -1.
7597
7598 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7599
7600 * gdb.arch/s390-vregs.exp: New test.
7601 * gdb.arch/s390-vregs.S: New file.
7602
7603 2015-02-27 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7606 call to catch_command_errors.
7607 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7608 catch_command_errors.
7609
7610 2015-02-27 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7613 "true" for boolean result.
7614 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7615 prototype of main.
7616
7617 2015-02-27 Pedro Alves <palves@redhat.com>
7618
7619 * lib/unbuffer_output.c: New file.
7620 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7621 (main): Call gdb_unbuffer_output.
7622
7623 2015-02-27 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7626 target.
7627
7628 2015-02-26 Doug Evans <dje@google.com>
7629
7630 * gdb.cp/class2.cc (Dbase, D): New classes.
7631 (main): New local delta.
7632 * gdb.cp/class2.exp: Test printing delta.
7633 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7634 (dynbar): New global.
7635 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7636
7637 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7638
7639 * gdb.compile/compile-ifunc.c: New file.
7640 * gdb.compile/compile-ifunc.exp: New file.
7641
7642 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7643
7644 * gdb.base/structs.exp: Check for correct struct on finish.
7645
7646 2015-02-26 Yao Qi <yao.qi@linaro.org>
7647
7648 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7649 is zero.
7650
7651 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.arch/cordic.ko.bz2: New file.
7654 * gdb.arch/cordic.ko.debug.bz2: New file.
7655 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7656
7657 2015-02-25 Yao Qi <yao.qi@linaro.org>
7658
7659 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7660 aarch64*-*-* target.
7661
7662 2015-02-23 Pedro Alves <palves@redhat.com>
7663
7664 * lib/gdb.exp (delete_breakpoints): Rewrite using
7665 gdb_test_multiple.
7666
7667 2015-02-23 Pedro Alves <palves@redhat.com>
7668
7669 * gdb.base/info-os.c: Include stdlib.h.
7670
7671 2015-02-22 Doug Evans <xdje42@gmail.com>
7672
7673 PR symtab/17855
7674 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7675 is read after symbols have been re-read.
7676 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7677 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7678
7679 2015-02-21 Doug Evans <dje@google.com>
7680
7681 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7682
7683 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7684
7685 PR corefiles/17808
7686 * gdb.arch/i386-biarch-core.core.bz2: New file.
7687 * gdb.arch/i386-biarch-core.exp: New file.
7688
7689 2015-02-21 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7692 runto_main fails.
7693
7694 2015-02-20 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7697 info probes.
7698
7699 2015-02-20 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7702
7703 2015-02-20 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7706 clean_restart before gdb_target_supports_trace.
7707
7708 2015-02-20 Pedro Alves <palves@redhat.com>
7709
7710 PR threads/18006
7711 * gdb.threads/clone-thread_db.c: New file.
7712 * gdb.threads/clone-thread_db.exp: New file.
7713
7714 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7715
7716 PR breakpoints/16812
7717 * gdb.base/catch-gdb-caused-signals.c: New file.
7718 * gdb.base/catch-gdb-caused-signals.exp: New file.
7719
7720 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7721
7722 * configure: Regenerated.
7723 * configure.ac: Use GDB_AC_TRANSFORM.
7724 * aclocal.m4: sinclude ../transform.m4.
7725
7726 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7727
7728 * lib/dtrace.exp: New file.
7729 * gdb.base/dtrace-probe.exp: Likewise.
7730 * gdb.base/dtrace-probe.d: Likewise.
7731 * gdb.base/dtrace-probe.c: Likewise.
7732 * lib/pdtrace.in: Likewise.
7733 * configure.ac: Output variables with the transformed names of
7734 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7735 * configure: Regenerated.
7736
7737 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7738
7739 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7740 expected message when trying to access $_probe_* convenience
7741 variables while not on a probe.
7742
7743 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7744
7745 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7746
7747 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7748
7749 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7750 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7751
7752 2015-02-10 Doug Evans <xdje42@gmail.com>
7753
7754 * lib/gdb.exp (gdb_load): Always return a result.
7755
7756 2015-02-10 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.threads/signal-sigtrap.c: New file.
7759 * gdb.threads/signal-sigtrap.exp: New file.
7760
7761 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7762
7763 * gdb.trace/no-attach-trace.c: New file.
7764 * gdb.trace/no-attach-trace.exp: New file.
7765
7766 2015-02-09 Mark Wielaard <mjw@redhat.com>
7767
7768 * gdb.dwarf2/atomic.c: New file.
7769 * gdb.dwarf2/atomic-type.exp: Likewise.
7770
7771 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7772
7773 * gdb.btrace/buffer-size.exp: Update "info record" output.
7774 * gdb.btrace/delta.exp: Update "info record" output.
7775 * gdb.btrace/enable.exp: Update "info record" output.
7776 * gdb.btrace/finish.exp: Update "info record" output.
7777 * gdb.btrace/instruction_history.exp: Update "info record" output.
7778 * gdb.btrace/next.exp: Update "info record" output.
7779 * gdb.btrace/nexti.exp: Update "info record" output.
7780 * gdb.btrace/step.exp: Update "info record" output.
7781 * gdb.btrace/stepi.exp: Update "info record" output.
7782 * gdb.btrace/nohist.exp: Update "info record" output.
7783
7784 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7785
7786 * gdb.btrace/buffer-size: New.
7787
7788 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7789
7790 * gdb.btrace/delta.exp: Update "info record" output.
7791 * gdb.btrace/enable.exp: Update "info record" output.
7792 * gdb.btrace/finish.exp: Update "info record" output.
7793 * gdb.btrace/instruction_history.exp: Update "info record" output.
7794 * gdb.btrace/next.exp: Update "info record" output.
7795 * gdb.btrace/nexti.exp: Update "info record" output.
7796 * gdb.btrace/step.exp: Update "info record" output.
7797 * gdb.btrace/stepi.exp: Update "info record" output.
7798 * gdb.btrace/nohist.exp: Update "info record" output.
7799
7800 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7801
7802 PR gdb/15678
7803 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7804
7805 2015-02-06 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7808 macro.
7809 (seconds_left, again): New globals.
7810 (main): Wait seconds_left in a 1-second sleep loop instead of
7811 sleeping 180 seconds. If 'again' is set, reset the seconds
7812 counter.
7813 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7814 'again' in the inferior before detaching. Print the seconds left.
7815 (options): New global.
7816 (top level): Build program with -DTIMEOUT=$timeout.
7817
7818 2015-02-06 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7821 determine how many seconds to pass to 'alarm'.
7822 * gdb.base/gdb-sigterm.exp (top level): Build program with
7823 -DTIMEOUT=$timeout.
7824 (do_test): Return success/failure indication. Add more verbose
7825 logging. Don't fail if 200 single steps are seen. Instead, fail
7826 when the test times out.
7827 (passes): New global.
7828 (top level): Break the testing loop if testing fails on any
7829 iteration. Use gdb_assert.
7830
7831 2015-02-04 Don Breazeal <donb@codesourcery.com>
7832
7833 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7834 and initialize them.
7835 (ipc_cleanup): New function.
7836 (main): Don't declare shmid, semid, and msqid. Add a call to
7837 atexit so that we call ipc_cleanup on exit.
7838
7839 2015-02-04 Pedro Alves <palves@redhat.com>
7840
7841 * boards/native-extended-gdbserver.exp: Remove any target variant
7842 specifications from the board name before clearing the isremote
7843 flag from board_info.
7844
7845 2015-01-31 Doug Evans <xdje42@gmail.com>
7846
7847 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7848
7849 2015-01-31 Gary Benson <gbenson@redhat.com>
7850
7851 * gdb.base/completion.exp: Disable completion limiting for
7852 existing tests. Add new tests to check completion limiting.
7853 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7854
7855 2015-01-31 Doug Evans <xdje42@gmail.com>
7856
7857 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7858
7859 2015-01-31 Doug Evans <xdje42@gmail.com>
7860
7861 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7862 entries. Duplicate file section script entries.
7863 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7864 inlined entries. Add test for safe-path rejection.
7865 * gdb.python/py-section-script.c: Add duplicate inlined section script
7866 entries. Duplicate file section script entries.
7867 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7868 inlined entries. Add test for safe-path rejection.
7869
7870 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7871
7872 * gdb.ada/disc_arr_bound: New testcase.
7873
7874 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7875
7876 * gdb.ada/mi_var_array: New testcase.
7877
7878 2015-01-27 Doug Evans <dje@google.com>
7879
7880 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7881 Add test for objfile.filename, objfile.username after objfile
7882 has been unloaded.
7883
7884 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7885
7886 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7887 the second test to print the name attribute of value
7888 returned by the call to gdb.lookup_type, and adjust
7889 the expected output accordingly.
7890
7891 2015-01-25 Mark Wielaard <mjw@redhat.com>
7892
7893 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7894 * gdb.base/disp-step-fork.c: Include unistd.h.
7895 * gdb.base/siginfo-obj.c: Include stdio.h.
7896 * gdb.base/siginfo-thread.c: Likewise.
7897 * gdb.mi/non-stop.c: Include unistd.h.
7898 * gdb.mi/nsthrexec.c: Include stdio.h.
7899 * gdb.mi/pthreads.c: Include unistd.h.
7900 * gdb.modula2/unbounded1.c (main): Declare returns int.
7901 * gdb.reverse/consecutive-reverse.c: Likewise.
7902 * gdb.threads/create-fail.c: Include unistd.h.
7903 * gdb.threads/killed.c: Likewise.
7904 * gdb.threads/linux-dp.c: Likewise.
7905 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7906 * gdb.threads/non-ldr-exc-2.c: Likewise.
7907 * gdb.threads/non-ldr-exc-3.c: Likewise.
7908 * gdb.threads/non-ldr-exc-4.c: Likewise.
7909 * gdb.threads/pthreads.c: Include unistd.h.
7910 (main): Declare returns int.
7911 * gdb.threads/tls-main.c (foo): New declaration.
7912 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7913
7914 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7915
7916 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7917 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7918
7919 2015-01-15 Mark Wielaard <mjw@redhat.com>
7920
7921 * gdb.base/noreturn-return.c: New file.
7922 * gdb.base/noreturn-return.exp: New file.
7923 * gdb.base/noreturn-finish.c: New file.
7924 * gdb.base/noreturn-finish.exp: New file.
7925
7926 2015-01-23 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.threads/continue-pending-after-query.c: New file.
7929 * gdb.threads/continue-pending-after-query.exp: New file.
7930
7931 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7932 Simon Marchi <simon.marchi@ericsson.com>
7933
7934 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7935 * gdb.base/valgrind-db-attach.exp: Same.
7936 * gdb.base/valgrind-infcall.exp: Same.
7937 * lib/mi-support.exp (default_mi_gdb_start): Same.
7938 * lib/prompt.exp (default_prompt_gdb_start): Same.
7939 * lib/gdb.exp (default_gdb_spawn): Same.
7940 (gdb_interact): New.
7941
7942
7943 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7944
7945 * gdb.compile/compile.exp (pointer to jit function): New test.
7946
7947 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7948
7949 * lib/gdb.exp (supports_process_record): Return true for
7950 powerpc*-*-linux*.
7951 (supports_reverse): Likewise.
7952
7953 2015-01-15 Don Breazeal <donb@codesourcery.com>
7954
7955 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7956 instead of checking whether the target board is remote and
7957 use spawn_wait_for_attach instead of exec/sleep.
7958 * gdb.base/attach-twice.exp: Likewise.
7959
7960 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7961
7962 * gdb.ada/var_arr_attrs: New testcase.
7963
7964 2015-01-14 Pedro Alves <palves@redhat.com>
7965 Joel Brobecker <brobecker@adacore.com>
7966
7967 PR gdb/17525
7968 * gdb.base/bp-cmds-execution-x-script.c: New file.
7969 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7970 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7971
7972 2015-01-14 Pedro Alves <palves@redhat.com>
7973
7974 PR cli/17828
7975 * gdb.base/batch-preserve-term-settings.c: New file.
7976 * gdb.base/batch-preserve-term-settings.exp: New file.
7977
7978 2015-01-13 Doug Evans <dje@google.com>
7979
7980 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7981 binary.
7982
7983 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7984
7985 * Makefile.in (clean mostlyclean): Do not delete *.py.
7986
7987 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7988
7989 * gdb.python/py-lookup-type.exp: New file.
7990
7991 2015-01-12 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7994 restore GDBFLAGS before returning.
7995
7996 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7997
7998 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7999 is_amd64_regs_target and is_x86_like_target.
8000
8001 2015-01-11 Doug Evans <xdje42@gmail.com>
8002
8003 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8004 is given without an explicit form.
8005 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8006 attributes.
8007 * gdb.dwarf/corrupt.exp: Ditto.
8008 * gdb.dwarf2/enum-type.exp: Ditto.
8009 * gdb.trace/entry-values.exp: Ditto.
8010 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8011
8012 2015-01-11 Doug Evans <xdje42@gmail.com>
8013
8014 PR gdb/15830
8015 * gdb.base/maint.exp: Remove references to "maint demangle".
8016 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8017 Add tests for explicitly specifying language to demangle.
8018 * gdb.dlang/demangle.exp: Ditto.
8019
8020 2015-01-09 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.threads/non-stop-fair-events.c: New file.
8023 * gdb.threads/non-stop-fair-events.exp: New file.
8024
8025 2015-01-09 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8028 the global scope. Set a breakpoint after all threads are started
8029 rather than stepping over two source lines. Expect the prompt.
8030 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8031 global.
8032 (NUM): Now 15.
8033 (main): Use threads_started_barrier to wait for all threads to
8034 start. Main thread no longer calls thread_function. Exit after
8035 180 seconds.
8036 (loop): New function.
8037 (thread_function): Wait on threads_started_barrier barrier. Call
8038 'loop' at each iteration.
8039 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8040 threads have started, instead of hardcoding number of "next"
8041 steps. Use an access watchpoint instead of a write watchpoint.
8042
8043 2015-01-09 Pedro Alves <palves@redhat.com>
8044
8045 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8046 (thread_func): Wait on barrier.
8047 (main): Wait for all threads to start before stopping GDB.
8048 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8049 global.
8050 (thread1_func, thread2_func): Wait on barrier.
8051 (main): Wait for all threads to start before stopping GDB.
8052 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8053 New global.
8054 (thread1_func, thread2_func): Wait on barrier.
8055 (main): Wait for all threads to start before stopping GDB.
8056
8057 2015-01-09 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.threads/attach-many-short-lived-threads.c: New file.
8060 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8061
8062 2014-01-09 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8065 instead of to thread 2.
8066 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8067 Add barrier around each pthread_create call instead of around all
8068 calls.
8069 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8070 Set a break on thread_function and have the child threads hit it
8071 one at at a time.
8072
8073 2015-01-09 Pedro Alves <palves@redhat.com>
8074
8075 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8076 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8077 false.
8078 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8079 checking whether the target board is remote.
8080 * gdb.multi/multi-attach.exp: Likewise.
8081 * gdb.python/py-sync-interp.exp: Likewise.
8082 * gdb.server/ext-attach.exp: Likewise.
8083 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8084 tests that need to attach, instead of checking whether the target
8085 board is remote at the top of the file.
8086
8087 2015-01-08 Yao Qi <yao@codesourcery.com>
8088
8089 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8090
8091 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 Fix testcase compilation.
8094 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8095
8096 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8097
8098 * gdb.python/py-type.exp: Add a couple test about empty
8099 array creation, and negative-length array creation.
8100
8101 2015-01-02 Doug Evans <xdje42@gmail.com>
8102
8103 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8104
8105 2015-01-02 Doug Evans <dje@google.com>
8106
8107 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8108
8109 2014-12-29 Yao Qi <yao@codesourcery.com>
8110
8111 * gdb.trace/entry-values.exp: Update comments. Rename variable
8112 bar_call_foo to returned_from_foo.
8113
8114 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8115
8116 PR gdb/17394
8117 * gdb.linespec/break-asm-file.c: New file.
8118 * gdb.linespec/break-asm-file.exp: New file.
8119 * gdb.linespec/break-asm-file0.s: New file.
8120 * gdb.linespec/break-asm-file1.s: New file.
8121
8122 2014-12-18 Nigel Stephens <nigel@mips.com>
8123 Maciej W. Rozycki <macro@codesourcery.com>
8124
8125 * gdb.base/float.exp: Handle the new output from "info float" on
8126 MIPS targets.
8127
8128 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8129
8130 Fix MinGW compilation.
8131 * gdb.compile/compile-ops.exp: Update untested message if
8132 !skip_compile_feature_tests.
8133 * gdb.compile/compile-setjmp.exp: Likewise.
8134 * gdb.compile/compile-tls.exp: Likewise.
8135 * gdb.compile/compile.exp: Likewise.
8136 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8137 supported on this host".
8138
8139 2014-12-16 Doug Evans <xdje42@gmail.com>
8140
8141 * boards/stabs.exp: New file.
8142
8143 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8144
8145 * gdb.base/completion.exp: Adjust to format changes of "maint
8146 print user-registers".
8147
8148 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8149
8150 PR server/17457
8151 * gdb.arch/aarch64-fp.c: New file.
8152 * gdb.arch/aarch64-fp.exp: New file.
8153
8154 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8155
8156 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8157 r210637, r210913, r211666, r215400, r215817).
8158
8159 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8160 * dg-extract-results.py: New file.
8161 * dg-extract-results.sh: Use it if the environment seems
8162 suitable.
8163
8164 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8165
8166 * dg-extract-results.py (parse_run): Handle warnings that
8167 are printed before a test harness is run.
8168
8169 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8170
8171 * dg-extract-results.py (Named): Remove __cmp__ method.
8172 (output_variation): Use a key to sort variation.harnesses.
8173
8174 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8175
8176 * dg-extract-results.py: For Python 3, force sys.stdout to
8177 handle surrogate escape sequences.
8178 (safe_open): New function.
8179 (output_segment, main): Use it.
8180
8181 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8182
8183 * dg-extract-results.py (Prog.result_re): Include options
8184 in test name.
8185
8186 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8187
8188 * dg-extract-results.py (output_variation): Always sort if
8189 do_sum.
8190
8191 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8194 as long as we get pagination notifications.
8195
8196 2014-12-15 Jason Merrill <jason@redhat.com>
8197
8198 * Makefile.in (check-gdb.%): Restore.
8199 * README: Mention it.
8200
8201 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8202
8203 * gdb.ada/str_uninit: New testcase.
8204
8205 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8206
8207 PR symtab/17642
8208 * gdb.base/vla-stub-define.c: New file.
8209 * gdb.base/vla-stub.c: New file.
8210 * gdb.base/vla-stub.exp: New file.
8211
8212 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8213 Jan Kratochvil <jan.kratochvil@redhat.com>
8214 Tom Tromey <tromey@redhat.com>
8215
8216 * configure.ac: Add gdb.compile/.
8217 * configure: Regenerate.
8218 * gdb.compile/Makefile.in: New file.
8219 * gdb.compile/compile-ops.exp: New file.
8220 * gdb.compile/compile-ops.c: New file.
8221 * gdb.compile/compile-tls.c: New file.
8222 * gdb.compile/compile-tls.exp: New file.
8223 * gdb.compile/compile-constvar.S: New file.
8224 * gdb.compile/compile-constvar.c: New file.
8225 * gdb.compile/compile-mod.c: New file.
8226 * gdb.compile/compile-nodebug.c: New file.
8227 * gdb.compile/compile-setjmp-mod.c: New file.
8228 * gdb.compile/compile-setjmp.c: New file.
8229 * gdb.compile/compile-setjmp.exp: New file.
8230 * gdb.compile/compile-shlib.c: New file.
8231 * gdb.compile/compile.c: New file.
8232 * gdb.compile/compile.exp: New file.
8233 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8234
8235 2014-12-12 Tom Tromey <tromey@redhat.com>
8236
8237 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8238 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8239
8240 2014-12-12 Doug Evans <dje@google.com>
8241
8242 * lib/gdb-python.exp (get_python_valueof): New function.
8243 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8244
8245 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8246
8247 * gdb.base/completion.exp: Add test for completion of "info
8248 registers ".
8249
8250 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8251
8252 * gdb.base/func-ptrs.c: New file.
8253 * gdb.base/func-ptrs.exp: New file.
8254
8255 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8256
8257 PR breakpoints/17012
8258 * gdb.base/dprintf-detach.c: New file.
8259 * gdb.base/dprintf-detach.exp: New file.
8260
8261 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8262
8263 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8264 * lib/gdb.exp (target_is_gdbserver): New procedure.
8265
8266 2014-12-08 Doug Evans <dje@google.com>
8267
8268 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8269
8270 2014-12-05 Yao Qi <yao@codesourcery.com>
8271
8272 * gdb.guile/scm-error.exp: Remove the third argument to
8273 gdb_remote_download.
8274 * gdb.guile/scm-frame-args.exp: Likewise.
8275 * gdb.guile/scm-section-script.exp: Likewise.
8276
8277 2014-12-05 Yao Qi <yao@codesourcery.com>
8278
8279 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8280
8281 2014-12-04 Doug Evans <dje@google.com>
8282
8283 * gdb.python/py-objfile.exp: Add tests for
8284 objfile.add_separate_debug_file.
8285
8286 2014-12-04 Doug Evans <dje@google.com>
8287
8288 * lib/gdb.exp (get_build_id): New function.
8289 (build_id_debug_filename_get): Rewrite to use it.
8290 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8291
8292 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8293
8294 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8295 `method(long)', not just 0x0.
8296 * gdb.cp/nsalias.exp: Align code labels to 4.
8297 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8298 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8299 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8300 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8301 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8302 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8303
8304 2014-12-02 Doug Evans <dje@google.com>
8305
8306 PR symtab/17602
8307 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8308 * gdb.cp/anon-ns2.cc: ... here. New file.
8309 * gdb.cp/anon-ns.exp: Update.
8310
8311 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8312
8313 * gdb.python/py-events.py (inferior_call_handler): New.
8314 (register_changed_handler, memory_changed_handler): New.
8315 (test_events.invoke): Register new handlers.
8316 * gdb.python/py-events.exp: Add tests for inferior call,
8317 memory_changed and register_changed events.
8318
8319 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8320
8321 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8322 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8323 if the linker doesn't understand this.
8324
8325 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8326
8327 * gdb.python/python.exp: Change expected reply to help().
8328
8329 2014-12-01 Yao Qi <yao@codesourcery.com>
8330
8331 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8332 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8333 * configure: Re-generated.
8334
8335 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8336
8337 * gdb.cp/chained-calls.cc: New file.
8338 * gdb.cp/chained-calls.exp: New file.
8339 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8340
8341 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8342
8343 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8344 * gdb.dwarf2/symtab-producer.exp: Same.
8345 * gdb.gdb/python-interrupts.exp: Same.
8346 * gdb.gdb/python-selftest.exp: Same.
8347 * gdb.python/py-linetable.exp: Same.
8348 * gdb.python/py-type.exp: Same.
8349 * gdb.python/py-value-cc.exp: Same.
8350 * gdb.python/py-value.exp: Same.
8351
8352 2014-11-28 Yao Qi <yao@codesourcery.com>
8353
8354 * gdb.base/break-probes.exp: Match library name prefixed with
8355 sysroot.
8356
8357 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8358
8359 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8360 test expected output. Add parentheses for the call to print.
8361 Remove L suffix from integers.
8362
8363 2014-11-26 Doug Evans <dje@google.com>
8364
8365 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8366
8367 2014-11-22 Yao Qi <yao@codesourcery.com>
8368
8369 * gdb.trace/entry-values.c: Remove asms.
8370 (foo): Add foo_label.
8371 (bar): Add bar_label.
8372 * gdb.trace/entry-values.exp: Remove code computing foo's
8373 length and bar's length.
8374 (Dwarf::assemble): Invoke function_range for bar and use
8375 MACRO_AT_func for foo.
8376
8377 2014-11-22 Yao Qi <yao@codesourcery.com>
8378
8379 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8380 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8381 Use .Lgcc43_procstart instead of gcc43.
8382
8383 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/n_arr_bound: New testcase.
8386
8387 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8388
8389 PR breakpoints/10737
8390 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8391 test_catch_syscall_multi_arch.
8392 (test_catch_syscall_multi_arch): New function.
8393
8394 2014-11-20 Doug Evans <xdje42@gmail.com>
8395
8396 * gdb.base/maint.exp: Update expected output.
8397
8398 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8399
8400 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8401 4-byte instruction on S390.
8402
8403 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8404
8405 * gdb.ada/arr_arr: New testcase.
8406
8407 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.ada/pkd_arr_elem: New Testcase.
8410
8411 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8412
8413 * gdb.reverse/break-precsave: Expect completion message for
8414 core file reads.
8415 * gdb.reverse/consecutive-precsave.exp: Likewise.
8416 * gdb.reverse/finish-precsave.exp: Likewise.
8417 * gdb.reverse/i386-precsave.exp: Likewise.
8418 * gdb.reverse/machinestate-precsave.exp: Likewise.
8419 * gdb.reverse/sigall-precsave.exp: Likewise.
8420 * gdb.reverse/solib-precsave.exp: Likewise.
8421 * gdb.reverse/step-precsave.exp: Likewise.
8422 * gdb.reverse/until-precsave.exp: Likewise.
8423 * gdb.reverse/watch-precsave.exp: Likewise.
8424
8425 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8426
8427 * gdb.base/bp-permanent.c: Include unistd.h.
8428 * gdb.python/py-framefilter-mi.c (main): Add return type.
8429 * gdb.python/py-framefilter.c (main): Likewise.
8430 * gdb.trace/actions-changed.c (main): Likewise.
8431
8432 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8433
8434 * gdb.mi/until.c: Add eye-catchers.
8435 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8436 line numbers.
8437
8438 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8439
8440 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8441 function header variants in break1.c.
8442 * gdb.base/ena-dis-br.exp: Likewise.
8443 * gdb.base/hbreak2.exp: Likewise.
8444 * gdb.reverse/until-precsave.exp: Drop references to removed
8445 non-prototype function header variants in ur1.c.
8446 * gdb.reverse/until-reverse.exp: Likewise.
8447
8448 2014-11-17 Petr Machata <pmachata@redhat.com>
8449
8450 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8451 ${_cu_offset_size} bytes abbrev offset.
8452
8453 2014-11-15 Doug Evans <xdje42@gmail.com>
8454
8455 PR symtab/17559
8456 * gdb.base/line-symtabs.exp: New file.
8457 * gdb.base/line-symtabs.c: New file.
8458 * gdb.base/line-symtabs.h: New file.
8459
8460 2014-11-14 Yao Qi <yao@codesourcery.com>
8461
8462 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8463 (func): Add label func_label.
8464 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8465 Replace low_pc and high_pc with MACRO_AT_range.
8466 Replace name, low_pc and high_pc with MACRO_AT_func.
8467
8468 2014-11-14 Yao Qi <yao@codesourcery.com>
8469
8470 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8471 Replace name, low_pc and high_pc with MACRO_AT_func.
8472
8473 2014-11-14 Yao Qi <yao@codesourcery.com>
8474
8475 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8476 produce debug information.
8477 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8478
8479 2014-11-14 Yao Qi <yao@codesourcery.com>
8480
8481 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8482 object and get function length.
8483 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8484 with MACRO_AT_func.
8485 (top-level): Replace gdb_compile and clean_restart with
8486 prepare_for_testing.
8487 * gdb.dwarf2/main.c (main): Add label main_label.
8488
8489 2014-11-14 Yao Qi <yao@codesourcery.com>
8490
8491 * lib/dwarf.exp (function_range): New procedure.
8492 (Dwarf::_handle_macro_at_func): New procedure.
8493 (Dwarf::_handle_macro_at_range): New procedure.
8494 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8495
8496 2014-11-14 Yao Qi <yao@codesourcery.com>
8497
8498 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8499 (_handle_attribute): New procedure.
8500
8501 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8502
8503 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8504 * gdb.base/call-sc.c (zed): Likewise.
8505 * gdb.base/checkpoint.c (main): Likewise.
8506 * gdb.base/dump.c (main): Likewise.
8507 * gdb.base/gcore.c (main): Likewise.
8508 * gdb.base/huge.c (main): Likewise.
8509 * gdb.base/multi-forks.c (main): Likewise.
8510 * gdb.base/pr10179-a.c (main): Likewise.
8511 * gdb.base/savedregs.c (main): Likewise.
8512 * gdb.base/sigaltstack.c (main): Likewise.
8513 * gdb.base/siginfo.c (main): Likewise.
8514 * gdb.base/structs.c (zed): Likewise.
8515 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8516 * gdb.mi/mi-syn-frame.c (main): Likewise.
8517 * gdb.mi/until.c (foo, main): Likewise.
8518 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8519 * gdb.base/solib-weak.c (foo): Declare.
8520 * gdb.base/attach-twice.c: Include stdio.h.
8521 * gdb.base/weaklib1.c: Likewise.
8522 * gdb.base/weaklib2.c: Likewise.
8523 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8524 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8525 unistd.h.
8526 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8527 * gdb.mi/mi-exit-code.c: Likewise.
8528 * gdb.base/break-interp-lib.c: Include string.h.
8529 * gdb.base/coremaker.c: Likewise.
8530 * gdb.base/testenv.c: Likewise.
8531 * gdb.python/py-finish-breakpoint.c: Likewise.
8532 * gdb.base/inferior-died.c: Include sys/wait.h.
8533 * gdb.base/fileio.c: Include time.h.
8534 * gdb.base/async-shell.c: Include unistd.h.
8535 * gdb.base/dprintf-non-stop.c: Likewise.
8536 * gdb.base/info-os.c: Likewise.
8537 * gdb.mi/mi-console.c: Likewise.
8538 * gdb.mi/watch-nonstop.c: Likewise.
8539 * gdb.python/py-events.c: Likewise.
8540 * gdb.base/async.c (baz): Move up before its invocation.
8541 * gdb.base/code_elim2.c (my_global_func): Likewise.
8542 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8543 * gdb.base/advance.c (func2): Likewise.
8544
8545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8546
8547 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8548 variant.
8549 * gdb.base/annota3.c: Likewise.
8550 * gdb.base/async.c: Likewise.
8551 * gdb.base/average.c: Likewise.
8552 * gdb.base/call-ar-st.c: Likewise.
8553 * gdb.base/call-rt-st.c: Likewise.
8554 * gdb.base/call-sc.c: Likewise.
8555 * gdb.base/call-strs.c: Likewise.
8556 * gdb.base/ending-run.c: Likewise.
8557 * gdb.base/execd-prog.c: Likewise.
8558 * gdb.base/exprs.c: Likewise.
8559 * gdb.base/foll-exec.c: Likewise.
8560 * gdb.base/foll-fork.c: Likewise.
8561 * gdb.base/foll-vfork.c: Likewise.
8562 * gdb.base/funcargs.c: Likewise.
8563 * gdb.base/gcore.c: Likewise.
8564 * gdb.base/jump.c: Likewise.
8565 * gdb.base/langs0.c: Likewise.
8566 * gdb.base/langs1.c: Likewise.
8567 * gdb.base/langs2.c: Likewise.
8568 * gdb.base/mips_pro.c: Likewise.
8569 * gdb.base/nodebug.c: Likewise.
8570 * gdb.base/opaque0.c: Likewise.
8571 * gdb.base/opaque1.c: Likewise.
8572 * gdb.base/recurse.c: Likewise.
8573 * gdb.base/run.c: Likewise.
8574 * gdb.base/scope0.c: Likewise.
8575 * gdb.base/scope1.c: Likewise.
8576 * gdb.base/setshow.c: Likewise.
8577 * gdb.base/setvar.c: Likewise.
8578 * gdb.base/shmain.c: Likewise.
8579 * gdb.base/shr1.c: Likewise.
8580 * gdb.base/shr2.c: Likewise.
8581 * gdb.base/sigall.c: Likewise.
8582 * gdb.base/signals.c: Likewise.
8583 * gdb.base/so-indr-cl.c: Likewise.
8584 * gdb.base/solib2.c: Likewise.
8585 * gdb.base/structs.c: Likewise.
8586 * gdb.base/sum.c: Likewise.
8587 * gdb.base/vforked-prog.c: Likewise.
8588 * gdb.base/watchpoint.c: Likewise.
8589 * gdb.reverse/shr2.c: Likewise.
8590 * gdb.reverse/until-reverse.c: Likewise.
8591 * gdb.reverse/ur1.c: Likewise.
8592 * gdb.reverse/watch-reverse.c: Likewise.
8593
8594 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8595
8596 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8597 variant.
8598 * gdb.base/sepdebug.exp: Drop references to removed code.
8599
8600 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8601
8602 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8603 variant. Preserve original line numbering.
8604 * gdb.base/list1.c: Likewise.
8605
8606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8607
8608 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8609 variant.
8610 * gdb.base/break1.c: Likewise.
8611 * gdb.base/break.exp: Drop references to removed code.
8612
8613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8614
8615 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8616 variant.
8617
8618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8619
8620 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8621
8622 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8623
8624 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8625 logic into perform_all_tests() and invoke it with and without
8626 function header prototypes.
8627 (do_function_calls): Remove conditional XFAIL for PR 5318.
8628 (rerun_and_prepare): Remove duplicate code.
8629 (perform_all_tests): New. Main logic moved here.
8630
8631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8632
8633 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8634 code guarded by #ifdef NO_PROTOTYPES.
8635 (t_double_many_args): Likewise.
8636 (DEF_FUNC_MANY_ARGS_1): Likewise.
8637 (DEF_FUNC_VALUES_1): Likewise.
8638 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8639 guarded by #ifdef PROTOTYPES.
8640
8641 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8642
8643 * gdb.mi/mi-console.c: Add eye-catcher.
8644 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8645 instead of literal line number.
8646
8647 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8648
8649 * gdb.base/shr2.c: Add eye-catcher.
8650 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8651 line number.
8652
8653 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8654
8655 * gdb.base/jump.c: Add eye-catchers.
8656 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8657 numbers.
8658
8659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8660
8661 * gdb.base/execd-prog.c: Add eye-catchers.
8662 * gdb.base/foll-exec.c: Likewise.
8663 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8664 line numbers.
8665
8666 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8667
8668 * gdb.base/ending-run.c: Add eye-catchers.
8669 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8670 literal line numbers.
8671
8672 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8673
8674 * gdb.base/call-rt-st.c: Add eye-catchers.
8675 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8676 literal line numbers.
8677
8678 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8679
8680 * gdb.base/call-ar-st.c: Add eye-catchers.
8681 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8682 literal line numbers.
8683
8684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8685
8686 * gdb.base/average.c: Add eye-catchers.
8687 * gdb.base/sum.c: Likewise.
8688 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8689 regexps dynamically.
8690
8691 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8692
8693 * gdb.base/solib1.c: Add eye-catchers.
8694 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8695 literal line numbers.
8696
8697 2014-11-12 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8700 leader has exited.
8701
8702 2014-11-12 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.arch/i386-bp_permanent.c: New file.
8705 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8706 (srcfile): Set to i386-bp_permanent.c.
8707 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8708 that stepi does not execute the 'leave' instruction, instead of
8709 testing it does execute.
8710 * gdb.base/bp-permanent.c: New file.
8711 * gdb.base/bp-permanent.exp: New file.
8712
8713 2014-11-10 Doug Evans <xdje42@gmail.com>
8714
8715 PR symtab/17564
8716 * gdb.base/symtab-search-order.exp: New file.
8717 * gdb.base/symtab-search-order.c: New file.
8718 * gdb.base/symtab-search-order-1.c: New file.
8719 * gdb.base/symtab-search-order-shlib-1.c: New file.
8720
8721 2014-11-07 Pedro Alves <palves@redhat.com>
8722
8723 PR gdb/17511
8724 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8725 i?86-*-linux*.
8726
8727 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8728
8729 PR c++/17494
8730 * gdb.cp/pr17494.cc: New file.
8731 * gdb.cp/pr17494.exp: New file.
8732
8733 2014-11-02 Yao Qi <yao@codesourcery.com>
8734
8735 * gdb.python/python.exp: Get working directory and match the
8736 output of "set extended-prompt \\w " with it.
8737
8738 2014-10-30 Doug Evans <dje@google.com>
8739
8740 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8741 in objfiles.
8742 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8743 in progspaces.
8744
8745 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8746
8747 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8748 * gdb.base/realname-expand.exp: Likewise.
8749 * gdb.linespec/macro-relative.exp: Likewise.
8750
8751 2014-10-29 Pedro Alves <palves@redhat.com>
8752
8753 PR gdb/17408
8754 * gdb.threads/schedlock.c (some_function): New function.
8755 (call_function): New global.
8756 (MAYBE_CALL_SOME_FUNCTION): New macro.
8757 (thread_function): Call it.
8758 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8759 and use it instead of a global counter. Adjust all callers.
8760 (get_current_thread): Use "find current thread" for test message
8761 here rather than having all callers pass down the same string.
8762 (goto_loop): New procedure, factored out from ...
8763 (my_continue): ... this.
8764 (step_ten_loops): Change parameter from test message to command to
8765 use. Adjust.
8766 (list_count): Delete global.
8767 (check_result): New procedure, factored out from duplicate top
8768 level code.
8769 (continue tests): Wrap in with_test_prefix.
8770 (test_step): New procedure, factored out from duplicate top level
8771 code.
8772 (top level): Test "step" in combination with all scheduler-locking
8773 modes. Test "next" in combination with all scheduler-locking
8774 modes, and in combination with stepping over a function call or
8775 not.
8776 * gdb.threads/next-bp-other-thread.c: New file.
8777 * gdb.threads/next-bp-other-thread.exp: New file.
8778
8779 2014-10-29 Pedro Alves <palves@redhat.com>
8780
8781 PR python/17372
8782 * gdb.python/python.exp: Test a multi-line command that spawns
8783 interactive Python.
8784 * gdb.base/multi-line-starts-subshell.exp: New file.
8785
8786 2014-10-29 Yao Qi <yao@codesourcery.com>
8787
8788 * gdb.base/fileio.exp: Make directories on host.
8789
8790 2014-10-29 Yao Qi <yao@codesourcery.com>
8791
8792 * gdb.base/fileio.c (test_write): Close the file.
8793
8794 2014-10-28 Pedro Alves <palves@redhat.com>
8795
8796 PR gdb/12623
8797 * gdb.base/sigstep.c (no_handler): New global.
8798 (main): If 'no_handler is true, set the signal handlers to
8799 SIG_IGN.
8800 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8801 with_sw_watch and no_handler parameters. Handle them.
8802 (top level) <stepping over handler when stopped at a breakpoint
8803 test>: Add a test axis for testing with a software watchpoint, and
8804 another for testing with the signal handler set to SIG_IGN.
8805 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8806 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8807
8808 2014-10-28 Pedro Alves <palves@redhat.com>
8809
8810 PR gdb/17511
8811 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8812 * gdb.base/sigstep.exp (other_handler_location): New global.
8813 (advance): Support stepping into the signal handler, and running
8814 commands while in the handler.
8815 (in_handler_map): New global.
8816 (top level): In the advance test, add combinations for getting
8817 into the handler with stepping commands, and for running commands
8818 in the handler. Add comment descripting the advancei tests.
8819
8820 2014-10-28 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.base/sigstep.exp: Use build_executable instead of
8823 prepare_for_testing.
8824 (top level): Move code that starts GDB, runs to main and creates a
8825 display to ...
8826 (restart): ... this new procedure.
8827 (top level): Move backtrace from signal handler test to ...
8828 (validate_backtrace): ... this new procedure.
8829 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8830 with_test_prefix. Always restart GDB.
8831 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8832 with_test_prefix. Always restart GDB. No need to delete
8833 breakpoints after the test.
8834 (test_skip_handler): Remove prefix parameter.
8835 (skip_over_handler, breakpoint_to_handler)
8836 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8837 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8838 restart GDB. No need to delete breakpoints after the test.
8839 (top level): Use foreach to call the test procedures with
8840 different commands.
8841
8842 2014-10-28 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8845 instead of GNATS numbers.
8846 * gdb.base/sigbpt.exp: Likewise.
8847 * gdb.base/siginfo.exp: Likewise.
8848 * gdb.base/sigstep.exp: Likewise.
8849
8850 2014-10-27 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/sigstep.c (dummy): New global.
8853 (main): Issue a couple writes to the new global.
8854 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8855 procedures.
8856 (skip_over_handler): Use test_skip_handler.
8857 (top level): Call skip_over_handler for stepi and nexti too.
8858 (breakpoint_over_handler): Use test_skip_handler.
8859 (top level): Call breakpoint_over_handler for stepi and nexti too.
8860
8861 2014-10-27 Yao Qi <yao@codesourcery.com>
8862
8863 * gdb.trace/tfile.c (adjust_function_address)
8864 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8865 function descriptor.
8866
8867 2014-10-24 Don Breazeal <donb@codesourcery.com>
8868
8869 * gdb.base/foll-fork.exp (test_follow_fork,
8870 catch_fork_child_follow): Check for updated fork messages emitted
8871 from infrun.c.
8872 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8873 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8874 vfork_and_exec_child_follow_through_step): Check for updated vfork
8875 messages emitted from infrun.c.
8876
8877 2014-10-24 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/corefile.exp: Remove references to ultrix.
8880 * gdb.base/interrupt.exp: Likewise.
8881 * gdb.base/whatis.exp: Likewise.
8882 * gdb.gdb/selftest.exp: Likewise.
8883 * gdb.threads/manythreads.exp: Likewise.
8884 * gdb.threads/print-threads.exp: Likewise.
8885 * gdb.threads/pthreads.exp:: Likewise.
8886 * gdb.threads/schedlock.exp: Likewise.
8887
8888 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8889
8890 * gdb.cp/non-trivial-retval.cc: Add a test case.
8891 * gdb.cp/non-trivial-retval.exp: Add a test.
8892
8893 2014-10-20 Yao Qi <yao@codesourcery.com>
8894
8895 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8896 * gdb.python/py-objfile-script-gdb.py: New file.
8897 * gdb.python/py-objfile-script.exp: Update reference to
8898 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8899 of remote_download. Remove the dest file.
8900
8901 2014-10-20 Yao Qi <yao@codesourcery.com>
8902
8903 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8904 * gdb.base/step-line.exp: Likewise.
8905 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8906 * gdb.dwarf2/dw2-basic.exp: Likewise.
8907 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8908 * gdb.dwarf2/dw2-filename.exp: Likewise.
8909 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8910 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8911 * gdb.dwarf2/dw2-producer.exp: Likewise.
8912 * gdb.dwarf2/mac-fileno.exp: Likewise.
8913 * gdb.python/py-frame-args.exp: Likewise.
8914 * gdb.python/py-framefilter.exp: Likewise.
8915 * gdb.python/py-mi.exp: Likewise.
8916 * gdb.python/py-objfile-script.exp: Likewise
8917 * gdb.python/py-pp-integral.exp: Likewise.
8918 * gdb.python/py-pp-re-notag.exp: Likewise.
8919 * gdb.python/py-prettyprint.exp: Likewise.
8920 * gdb.python/py-section-script.exp: Likewise.
8921 * gdb.python/py-typeprint.exp: Likewise.
8922 * gdb.python/py-xmethods.exp: Likewise.
8923 * gdb.stabs/weird.exp: Likewise.
8924 * gdb.xml/tdesc-regs.exp: Likewise.
8925
8926 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8927
8928 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8929 (out_cu): Use addr_len for the size of addresses.
8930 (out_line): Likewise. Size DW_LNE_set_address instruction
8931 according to addr_len.
8932 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8933 (FUNC): Add START_INSNS to definition.
8934
8935 2014-10-18 Yao Qi <yao@codesourcery.com>
8936
8937 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8938 gdb_has_argv0 return true.
8939 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8940 check [target_info exists noargs], check [gdb_has_argv0]
8941 instead.
8942 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8943 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8944 procedures.
8945
8946 2014-10-17 Doug Evans <dje@google.com>
8947
8948 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8949 event.
8950 * gdb.python/py-events.py: Add clear_objfiles event.
8951
8952 2014-10-17 Doug Evans <dje@google.com>
8953
8954 * gdb.python/py-objfile.exp: Test progspace attribute.
8955
8956 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8957
8958 * gdb.guile/scm-breakpoint.exp: Do not assume any
8959 directory separators when matching source file paths.
8960 * gdb.python/py-breakpoint.exp: Likewise.
8961 * gdb.reverse/break-precsave.exp: Likewise.
8962 * gdb.reverse/break-reverse.exp: Likewise.
8963 * gdb.reverse/consecutive-precsave.exp: Likewise.
8964 * gdb.reverse/finish-precsave.exp: Likewise.
8965 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8966 * gdb.reverse/finish-reverse.exp: Likewise.
8967 * gdb.reverse/i386-precsave.exp: Likewise.
8968 * gdb.reverse/i387-env-reverse.exp: Likewise.
8969 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8970 * gdb.reverse/machinestate-precsave.exp: Likewise.
8971 * gdb.reverse/machinestate.exp: Likewise.
8972 * gdb.reverse/sigall-precsave.exp: Likewise.
8973 * gdb.reverse/solib-precsave.exp: Likewise.
8974 * gdb.reverse/step-precsave.exp: Likewise.
8975 * gdb.reverse/until-precsave.exp: Likewise.
8976 * gdb.reverse/watch-precsave.exp: Likewise.
8977 * gdb.reverse/watch-reverse.exp: Likewise.
8978
8979 2014-10-17 Yao Qi <yao@codesourcery.com>
8980
8981 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8982 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8983
8984 2014-10-17 Pedro Alves <palves@redhat.com>
8985
8986 PR gdb/17471
8987 * gdb.base/bg-execution-repeat.c: New file.
8988 * gdb.base/bg-execution-repeat.exp: New file.
8989
8990 2014-10-17 Pedro Alves <palves@redhat.com>
8991
8992 PR gdb/17300
8993 * gdb.base/continue-all-already-running.c: New file.
8994 * gdb.base/continue-all-already-running.exp: New file.
8995
8996 2014-10-17 Pedro Alves <palves@redhat.com>
8997
8998 PR gdb/17472
8999 * gdb.base/annota-input-while-running.c: New file.
9000 * gdb.base/annota-input-while-running.exp: New file.
9001
9002 2014-10-17 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.base/callfuncs.exp: emove references to osf.
9005 * gdb.base/sigall.exp: Likewise.
9006 * gdb.gdb/selftest.exp: Likewise.
9007 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9008 * gdb.mi/non-stop.c: Likewise.
9009 * gdb.mi/pthreads.c: Likewise.
9010 * gdb.reverse/sigall-precsave.exp: Likewise.
9011 * gdb.reverse/sigall-reverse.exp: Likewise.
9012 * gdb.threads/pthreads.c: Likewise.
9013 * gdb.threads/pthreads.exp: Likewise.
9014
9015 2014-10-17 Yao Qi <yao@codesourcery.com>
9016
9017 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9018 check 'target_info exists noargs'.
9019 (test_command_prompt_position): Likewise.
9020 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9021 Remove "set args".
9022 (progvar_simple_while_test): Likewise.
9023 (progvar_complex_if_while_test): Likewise.
9024 (if_while_breakpoint_command_test): Likewise.
9025 (infrun_breakpoint_command_test): Likewise.
9026 (breakpoint_command_test): Likewise.
9027 (watchpoint_command_test): Likewise.
9028 (bp_deleted_in_command_test): Likewise.
9029 (temporary_breakpoint_commands): Likewise.
9030
9031 2014-10-16 Yao Qi <yao@codesourcery.com>
9032
9033 * gdb.base/remotetimeout.exp: Remove noargs checking.
9034
9035 2014-10-15 Pedro Alves <palves@redhat.com>
9036
9037 PR breakpoints/9649
9038 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9039 * gdb.base/breakpoint-in-ro-region.exp
9040 (probe_target_hardware_step): New procedure.
9041 (top level): Probe hardware stepping and hardware breakpoint
9042 support. Test stepping through a read-only region, with both
9043 "breakpoint auto-hw" on and off and both "always-inserted" on and
9044 off.
9045
9046 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9047
9048 * gdb.dlang/demangle.exp: Update for demangling changes.
9049
9050 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9051
9052 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9053 * gdb.cp/non-trivial-retval.exp: Add new tests.
9054
9055 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9056
9057 PR c++/13403
9058 PR c++/15154
9059 * gdb.cp/non-trivial-retval.cc: New file.
9060 * gdb.cp/non-trivial-retval.exp: New file.
9061
9062 2014-10-15 Yao Qi <yao@codesourcery.com>
9063
9064 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9065 remote host.
9066
9067 2014-10-15 Yao Qi <yao@codesourcery.com>
9068
9069 * gdb.python/py-symbol.exp: Match file base name if host is
9070 remote, otherwise match file name with dir name.
9071 * gdb.python/py-symtab.exp: Likewise.
9072 * gdb.python/python.exp: Likewise.
9073
9074 2014-10-15 Yao Qi <yao@codesourcery.com>
9075
9076 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9077 pattern.
9078 * gdb.python/py-symtab.exp: Likewise.
9079 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9080 locationn.
9081
9082 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9083
9084 * gdb.ada/addr_arith: New testcase.
9085
9086 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9087
9088 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9089 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9090 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9091 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9092
9093 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9094
9095 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9096 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9097 * gdb.arch/stap-eval-lang-ada.exp: New file.
9098
9099 2014-10-14 Yao Qi <yao@codesourcery.com>
9100
9101 * gdb.mi/mi-var-child.c (nothing1): New function.
9102 (nothing2): New function.
9103 (do_children_tests): Set function pointers by nothing1 and
9104 nothing2.
9105 * gdb.mi/mi-var-child.exp: Step over new added statements.
9106 Update test to match the new output.
9107 * gdb.mi/var-cmd.c (nothing1): New function.
9108 (nothing2): New function.
9109 (do_children_tests): Set function pointers by nothing1 and
9110 nothing2.
9111 * gdb.mi/mi-var-display.exp: Update test to match output.
9112 Step to the line specified by $line_dct_nothing.
9113 Increase the number of lines to step.
9114
9115 2014-10-14 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9118 tests.
9119 * gdb.mi/mi2-var-child.exp: Likewise.
9120
9121 2014-10-13 Doug Evans <dje@google.com>
9122
9123 * gdb.python/py-objfile.exp: Change name of file name test.
9124
9125 2014-10-13 Doug Evans <dje@google.com>
9126
9127 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9128 from the start of the CU.
9129
9130 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9131 Yao Qi <yao@codesourcery.com>
9132
9133 Fix "save breakpoints" for "catch" command.
9134 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9135 Remove -nonewline. Match also the added "main" line.
9136
9137 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9138
9139 Fix "save breakpoints" for "disable $bpnum" command.
9140 * gdb.base/save-bp.c (main): Add label.
9141 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9142
9143 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9144
9145 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9146
9147 2014-10-11 Yao Qi <yao@codesourcery.com>
9148
9149 * gdb.server/server-kill.exp: Execute command
9150 "set remote trace-status-packet on" before "tstatus".
9151
9152 2014-10-11 Yao Qi <yao@codesourcery.com>
9153
9154 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9155 (main): Call getppid.
9156 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9157 and continue to it. Read variable "server_pid".
9158
9159 2014-10-11 Yao Qi <yao@codesourcery.com>
9160
9161 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9162
9163 2014-10-11 Yao Qi <yao@codesourcery.com>
9164
9165 * gdb.threads/thread-find.exp: Don't execute command
9166 "info threads".
9167 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9168 * gdb.threads/linux-dp.exp: Don't check the condition
9169 $threads_created equals to zero.
9170
9171 2014-10-10 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.base/bigcore.exp: Remove references to IRIX.
9174 * gdb.base/funcargs.exp: Likewise.
9175 * gdb.base/interrupt.exp: Likewise.
9176 * gdb.base/mips_pro.exp: Likewise.
9177 * gdb.base/nodebug.exp: Likewise.
9178 * gdb.base/setvar.exp: Likewise.
9179 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9180
9181 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9182 Pedro Alves <palves@redhat.com>
9183
9184 PR symtab/14466
9185 * gdb.base/vdso-warning.c: New file.
9186 * gdb.base/vdso-warning.exp: New file.
9187
9188 2014-10-02 Doug Evans <dje@google.com>
9189
9190 * gdb.base/structs.c (main): Don't run forever.
9191
9192 2014-10-02 Pedro Alves <palves@redhat.com>
9193
9194 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9195 (top level) <stop threads 1, stop threads 2>: Use it.
9196
9197 2014-10-02 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.threads/break-while-running.exp (test): Add new
9200 'update_thread_list' argument. Skip "info threads" if false.
9201 (top level): Add new 'update_thread_list' axis.
9202
9203 2014-10-02 Pedro Alves <palves@redhat.com>
9204
9205 PR breakpoints/17431
9206 * gdb.base/execl-update-breakpoints.c: New file.
9207 * gdb.base/execl-update-breakpoints.exp: New file.
9208
9209 2014-10-01 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/breakpoint-in-ro-region.c: New file.
9212 * gdb.base/breakpoint-in-ro-region.exp: New file.
9213
9214 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9215
9216 * gdb.mi/mi-exit-code.exp: New file.
9217 * gdb.mi/mi-exit-code.c: New file.
9218
9219 2014-09-30 Yao Qi <yao@codesourcery.com>
9220
9221 * lib/prelink-support.exp (build_executable_own_libs): Error if
9222 the target isn't native.
9223
9224 2014-09-30 Yao Qi <yao@codesourcery.com>
9225
9226 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9227 false.
9228
9229 2014-09-22 Pedro Alves <palves@redhat.com>
9230
9231 * gdb.threads/break-while-running.exp: New file.
9232 * gdb.threads/break-while-running.c: New file.
9233
9234 2014-09-19 Yao Qi <yao@codesourcery.com>
9235
9236 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9237 Invoke test. Restart GDB with --readnow and invoke test again.
9238
9239 2014-09-19 Yao Qi <yao@codesourcery.com>
9240
9241 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9242 proc set_breakpoint_on_gcd_function. Invoke
9243 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9244 invoke set_breakpoint_on_gcd_function again.
9245
9246 2014-09-18 Doug Evans <dje@google.com>
9247
9248 * gdb.dwarf2/symtab-producer.exp: New file.
9249
9250 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9251
9252 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9253 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9254 * gdb.base/global-var-nested-by-dso.c: Likewise.
9255 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9256
9257 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9258 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.base/watch-bitfields.exp: Pass string other than test file
9261 name to prepare_for_testing.
9262 (watch): New procedure.
9263 (expect_watchpoint): Use with_test_prefix.
9264 (top level): Factor out tests to ...
9265 (test_watch_location, test_regular_watch): ... these new
9266 procedures, and use with_test_prefix and gdb_continue_to_end.
9267
9268 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9269
9270 PR breakpoints/12526
9271 * gdb.base/watch-bitfields.exp: New file.
9272 * gdb.base/watch-bitfields.c: New file.
9273
9274 2014-09-16 Pedro Alves <palves@redhat.com>
9275
9276 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9277 software and hardware addresses, not software address against
9278 itself.
9279
9280 2014-09-16 Pedro Alves <palves@redhat.com>
9281
9282 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9283 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9284
9285 2014-09-16 Pedro Alves <palves@redhat.com>
9286
9287 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9288 files.
9289 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9290 "*-*-vxworks*" throughout.
9291 * gdb.base/break.exp: Likewise.
9292 * gdb.base/default.exp: Likewise.
9293 * gdb.base/scope.exp: Likewise.
9294 * gdb.base/sepdebug.exp: Likewise.
9295 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9296 throughout.
9297 * gdb.base/run.c: Likewise.
9298 * gdb.base/sepdebug.c: Likewise.
9299 * gdb.hp/gdb.aCC/run.c: Likewise.
9300 * gdb.reverse/until-reverse.c: Likewise.
9301 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9302
9303 2014-09-16 Yao Qi <yao@codesourcery.com>
9304
9305 * boards/local-remote-host-native.exp: New file.
9306
9307 2014-09-14 Doug Evans <xdje42@gmail.com>
9308
9309 * gdb.threads/queue-signal.c (thread_count): New variable.
9310 (thread_count_mutex, thread_count_condvar): New variables.
9311 (incr_thread_count, wait_all_threads_running): New functions.
9312 (main): Wait for all threads to be in their thread functions.
9313
9314 2014-09-13 Doug Evans <xdje42@gmail.com>
9315
9316 * gdb.threads/queue-signal.c: New file.
9317 * gdb.threads/queue-signal.exp: New file.
9318
9319 2014-09-13 Doug Evans <xdje42@gmail.com>
9320
9321 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9322 be consistent with what default_gdb_init uses.
9323 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9324 the plain text of the prompt. Add some logging printfs.
9325 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9326
9327 2014-09-12 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9330 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9331 * gdb.arch/i386-size-overlap.exp: Likewise.
9332 * gdb.arch/i386-size.exp: Likewise.
9333 * gdb.arch/i386-unwind.exp: Likewise.
9334 * gdb.base/a2-run.exp: Likewise.
9335 * gdb.base/break.exp: Likewise.
9336 * gdb.base/charset.exp: Likewise.
9337 * gdb.base/chng-syms.exp: Likewise.
9338 * gdb.base/commands.exp: Likewise.
9339 * gdb.base/dbx.exp: Likewise.
9340 * gdb.base/find.exp: Likewise.
9341 * gdb.base/funcargs.exp: Likewise.
9342 * gdb.base/jit-simple.exp: Likewise.
9343 * gdb.base/reread.exp: Likewise.
9344 * gdb.base/sepdebug.exp: Likewise.
9345 * gdb.base/step-bt.exp: Likewise.
9346 * gdb.cp/mb-inline.exp: Likewise.
9347 * gdb.cp/mb-templates.exp: Likewise.
9348 * gdb.objc/basicclass.exp: Likewise.
9349 * gdb.threads/killed.exp: Likewise.
9350
9351 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9352
9353 PR tdep/17379
9354 * gdb.arch/powerpc-stackless.S: New file.
9355 * gdb.arch/powerpc-stackless.exp: New file.
9356
9357 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9358
9359 * gdb.base/attach.c: Include unistd.h.
9360 (main): Call alarm. Add label postloop.
9361 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9362 gdb_breakpoint, gdb_continue_to_breakpoint.
9363 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9364
9365 2014-09-11 Pedro Alves <palves@redhat.com>
9366
9367 PR gdb/17347
9368 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9369 * gdb.base/attach.exp (test_command_line_attach_run): New
9370 procedure.
9371 (top level): Call it.
9372
9373 2014-09-11 Pedro Alves <palves@redhat.com>
9374
9375 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9376 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9377 (do_command_attach_tests): Use spawn_wait_for_attach.
9378 * gdb.base/solib-overlap.exp: Likewise.
9379 * gdb.multi/multi-attach.exp: Likewise.
9380 * gdb.python/py-prompt.exp: Likewise.
9381 * gdb.python/py-sync-interp.exp: Likewise.
9382 * gdb.server/ext-attach.exp: Likewise.
9383
9384 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9385
9386 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9387 command in testcase. Simplify testcase.
9388
9389 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9390
9391 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9392
9393 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9394
9395 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9396
9397 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9398
9399 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9400
9401 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9402
9403 * gdb.dwarf2/dynarr-ptr.c: New file.
9404 * gdb.dwarf2/dynarr-ptr.exp: New file.
9405
9406 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9407
9408 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9409 of 30 rather than hardcoding 120 for a slow test case. Take the
9410 `gdb,timeout' target setting into account for this calculation.
9411 Don't extend the timeout for the test cases that don't need it.
9412
9413 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9414
9415 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9416 a factor of 2 for a slow test case. Take the `gdb,timeout'
9417 target setting into account for this calculation.
9418 * gdb.reverse/until-precsave.exp: Increase the timeout by
9419 a factor of 15 and 3 respectively rather than adding 120
9420 for a pair of slow test cases. Take the `gdb,timeout'
9421 target setting into account for this calculation.
9422
9423 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9424
9425 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9426 timeout, don't pass one down to gdb_expect.
9427 (gdb_expect): Rework timeout selection.
9428
9429 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9430
9431 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9432 exception on timeout.
9433 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9434 (gdbserver_start_extended): Catch any `gdbserver_start' error
9435 exceptions.
9436 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9437 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9438 `gdbserver_gdb_load' error exceptions.
9439
9440 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9441
9442 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9443 120 on waiting for the TCP socket to open.
9444
9445 2014-09-09 Doug Evans <xdje42@gmail.com>
9446
9447 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9448 _caller_matches, _any_caller_is, _any_caller_matches.
9449
9450 2014-09-09 Doug Evans <xdje42@gmail.com>
9451
9452 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9453
9454 2014-09-09 Yao Qi <yao@codesourcery.com>
9455
9456 * gdb.mi/mi-var-display.exp: Set print symbol off.
9457
9458 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9459
9460 PR gdb/17035
9461 * gdb.base/commands.exp: Add tests to verify user-defined
9462 commands with empty bodies.
9463 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9464 python commands in `show user command`.
9465 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9466 scheme commands in `show user command`.
9467
9468 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9469
9470 PR python/17355
9471 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9472 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9473 * gdb.python/py-framefilter-invalidarg.exp: New file.
9474 * gdb.python/py-framefilter-invalidarg.py: New file.
9475
9476 2014-09-06 Doug Evans <xdje42@gmail.com>
9477
9478 PR 15276
9479 * gdb.python/py-caller-is.c: New file.
9480 * gdb.python/py-caller-is.exp: New file.
9481
9482 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9483
9484 PR gdb/17235
9485 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9486 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9487
9488 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9489
9490 PR fortran/17237
9491 * gdb.fortran/print-formatted.exp: New file.
9492 * gdb.fortran/print-formatted.f90: Likewise.
9493
9494 2014-09-03 Sasha Smundak <asmundak@google.com>
9495
9496 * gdb.python/py-frame.exp: Test Frame.read_register.
9497
9498 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9499
9500 PR python/16699
9501 * gdb.python/py-completion.exp: New file.
9502 * gdb.python/py-completion.py: Likewise.
9503
9504 2014-08-28 Doug Evans <dje@google.com>
9505
9506 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9507 eax,etc. are live with values set by gdb and thus the compiler can't
9508 use them.
9509 * gdb.arch/i386-pseudo.c (main): Ditto.
9510
9511 2014-08-27 Doug Evans <dje@google.com>
9512
9513 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9514
9515 2014-08-25 Doug Evans <dje@google.com>
9516
9517 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9518 (main): Ditto.
9519
9520 2014-08-25 Doug Evans <dje@google.com>
9521
9522 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9523
9524 2014-08-24 Yao Qi <yao@codesourcery.com>
9525
9526 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9527 symbol off.
9528 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9529
9530 2014-08-22 Doug Evans <dje@google.com>
9531
9532 PR 17276
9533 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9534 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9535 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9536
9537 2014-08-22 Yao Qi <yao@codesourcery.com>
9538
9539 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9540 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9541 * gdb.python/python.exp: Likewise. Use .py file on the host
9542 instead of the build.
9543
9544 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 * gdb.threads/gcore-stale-thread.c: New file.
9547 * gdb.threads/gcore-stale-thread.exp: New file.
9548
9549 2014-08-21 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9552 * gdb.base/gcore-relro-pie.exp: Likewise.
9553 * gdb.base/gcore-relro.exp: Likewise.
9554 * gdb.base/gcore.exp: Likewise.
9555 * gdb.base/print-symbol-loading.exp: Likewise.
9556 * gdb.threads/gcore-thread.exp: Likewise.
9557 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9558
9559 2014-08-20 Pedro Alves <palves@redhat.com>
9560 Jan Kratochvil <jan.kratochvil@redhat.com>
9561
9562 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9563 configure.
9564 (EXPECT): Handle READ1 being set.
9565 (all): Depend on EXTRA_RULES.
9566 (check-read1, expect-read1, read1.so, read1): New rules.
9567 * README (Testsuite Parameters): Document the READ1 make variable.
9568 (Race detection): New section.
9569 * configure: Regenerate.
9570 * configure.ac: If build==host==target, and running under a
9571 GNU/glibc system, add read1 to the extra Makefile rules.
9572 (EXTRA_RULES): AC_SUBST it.
9573 * lib/read1.c: New file.
9574
9575 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9576
9577 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9578 the handling of variables declared as a typedef to an array
9579 which a DW_AT_data_location attribute.
9580
9581 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9582 Pedro Alves <palves@redhat.com>
9583
9584 PR symtab/14604
9585 PR symtab/14605
9586 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9587 gdb_test.
9588
9589 2014-08-19 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9592
9593 2014-08-19 Yao Qi <yao@codesourcery.com>
9594
9595 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9596 right line.
9597
9598 2014-08-18 David Blaikie <dblaikie@gmail.com>
9599
9600 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9601
9602 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9603
9604 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9605 attribute in array range.
9606
9607 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9608
9609 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9610
9611 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9612
9613 PR c++/17132
9614 * gdb.cp/pr17132.cc: New file.
9615 * gdb.cp/pr17132.exp: New file.
9616
9617 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9618
9619 * gdb.python/py-xmethods.py (A_getarrayind)
9620 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9621 Use 'print' with function call syntax.
9622 (E_method_matcher.match): Fix tab vs space indentation mixup.
9623
9624 2014-08-15 Yao Qi <yao@codesourcery.com>
9625
9626 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9627 false.
9628
9629 2014-08-15 Yao Qi <yao@codesourcery.com>
9630
9631 * gdb.cp/casts.exp: Set print symbol off.
9632 * gdb.cp/class2.exp: Likewise.
9633 * gdb.cp/overload.exp: Likewise.
9634 * gdb.cp/templates.exp: Likewise.
9635
9636 2014-08-11 Doug Evans <dje@google.com>
9637
9638 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9639 (test_load_shlib): Update.
9640
9641 2014-08-09 Yao Qi <yao@codesourcery.com>
9642
9643 * gdb.base/display.exp: Invoke is_address_zero_readable.
9644 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9645 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9646 * gdb.base/hbreak-unmapped.exp: Return if
9647 is_address_zero_readable returns true.
9648 * gdb.base/signest.exp: Likewise.
9649 * gdb.base/signull.exp: Likewise.
9650 * gdb.base/sigbpt.exp: Likewise.
9651 * gdb.guile/scm-disasm.exp: Do the test if
9652 is_address_zero_readable returns false.
9653 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9654 * gdb.python/py-arch.exp: Likewise.
9655 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9656 * lib/gdb.exp (is_address_zero_readable): New proc.
9657
9658 2014-08-09 Yao Qi <yao@codesourcery.com>
9659
9660 PR testsuite/13443
9661 * gdb.mi/mi-var-display.exp: Make test messages unique.
9662
9663 2014-08-04 Tom Tromey <tromey@redhat.com>
9664
9665 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9666 target 0".
9667
9668 2014-08-04 Tom Tromey <tromey@redhat.com>
9669
9670 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9671 "target_resume".
9672
9673 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9674
9675 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9676 inner_vla_struct_object_size.
9677 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9678 as xfail.
9679
9680 2014-07-30 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9683 comment.
9684
9685 2014-07-29 Yao Qi <yao@codesourcery.com>
9686
9687 PR gdb/17206
9688 * gdb.base/until-nodebug.exp: New.
9689
9690 2014-07-28 Doug Evans <xdje42@gmail.com>
9691
9692 PR guile/17203
9693 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9694 previously existing parameter, and previously ambiguously spelled
9695 parameter.
9696
9697 2014-07-28 Will Newton <will.newton@linaro.org>
9698
9699 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9700
9701 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9702 Doug Evans <xdje42@gmail.com>
9703
9704 PR guile/17146
9705 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9706
9707 2014-07-25 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.threads/signal-command-handle-nopass.c: New file.
9710 * gdb.threads/signal-command-handle-nopass.exp: New file.
9711 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9712 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9713 * gdb.threads/signal-delivered-right-thread.c: New file.
9714 * gdb.threads/signal-delivered-right-thread.exp: New file.
9715
9716 2014-07-25 Pedro Alves <palves@redhat.com>
9717
9718 * gdb.base/double-prompt-target-event-error.exp
9719 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9720 match.
9721 (cancel_pagination_in_target_event): Rework double prompt
9722 detection.
9723 * gdb.base/paginate-after-ctrl-c-running.exp
9724 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9725 <return>' match.
9726 * gdb.base/paginate-bg-execution.exp
9727 (test_bg_execution_pagination_return)
9728 (test_bg_execution_pagination_cancel): Remove '-notransfer
9729 <return>' matches.
9730 * gdb.base/paginate-execution-startup.exp
9731 (test_fg_execution_pagination_return)
9732 (test_fg_execution_pagination_cancel): Remove '-notransfer
9733 <return>' matches.
9734 * gdb.base/paginate-inferior-exit.exp
9735 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9736 match.
9737 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9738 * lib/gdb.exp (pagination_prompt): Run text through
9739 string_to_regexp.
9740 (gdb_test_multiple): Match $pagination_prompt instead of
9741 "<return>".
9742 (string_to_regexp): Move to lib/gdb-utils.exp.
9743
9744 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9745
9746 * gdb.arch/amd64-entry-value-paramref.S: New file.
9747 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9748 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9749 * gdb.arch/amd64-optimout-repeat.S: New file.
9750 * gdb.arch/amd64-optimout-repeat.c: New file.
9751 * gdb.arch/amd64-optimout-repeat.exp: New file.
9752
9753 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9754
9755 PR gdb/17170
9756 * gdb.base/statistics.exp: New file.
9757
9758 2014-07-17 Doug Evans <dje@google.com>
9759
9760 PR gdb/17170
9761 * gdb.base/maint.exp: Update testing of per-command stats.
9762
9763 2014-07-16 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9766 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9767 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9768 (tfile_write_buf): New functions.
9769 (add_memory_block): Rewrite using the above.
9770 (adjust_function_address): New function.
9771 (FUNCTION_ADDRESS): New macro.
9772 (write_basic_trace_file): Remove short_x local, and use
9773 tfile_write_16. Change type of func_addr local to unsigned long
9774 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9775 here. Cast argument of add_memory_block to char pointer.
9776 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9777 (main): Remove parameters.
9778 * gdb.trace/tfile.exp: Remove nowarnings.
9779
9780 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9781
9782 * gdb.base/debug-expr.exp: Test string evaluation with
9783 "debug expression" on.
9784
9785 2014-07-15 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/reread.exp: Use clean_restart.
9788
9789 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9790
9791 * gdb.arch/avr-flash-qualifer.c: New.
9792 * gdb.arch/avr-flash-qualifer.exp: New.
9793
9794 2014-07-14 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9797 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9798
9799 2014-07-14 Pedro Alves <palves@redhat.com>
9800
9801 * gdb.base/double-prompt-target-event-error.c: New file.
9802 * gdb.base/double-prompt-target-event-error.exp: New file.
9803
9804 2014-07-14 Pedro Alves <palves@redhat.com>
9805
9806 PR gdb/17072
9807 * gdb.base/paginate-inferior-exit.c: New file.
9808 * gdb.base/paginate-inferior-exit.exp: New file.
9809
9810 2014-07-14 Pedro Alves <palves@redhat.com>
9811
9812 PR gdb/17072
9813 * gdb.base/paginate-bg-execution.c: New file.
9814 * gdb.base/paginate-bg-execution.exp: New file.
9815
9816 2014-07-14 Pedro Alves <palves@redhat.com>
9817
9818 PR gdb/17072
9819 * gdb.base/paginate-execution-startup.c: New file.
9820 * gdb.base/paginate-execution-startup.exp: New file.
9821 * lib/gdb.exp (pagination_prompt): New global.
9822 (default_gdb_spawn): New procedure, factored out from
9823 default_gdb_spawn.
9824 (default_gdb_start): Adjust to call default_gdb_spawn.
9825 (gdb_spawn): New procedure.
9826
9827 2014-07-14 Pedro Alves <palves@redhat.com>
9828
9829 * lib/gdb.exp (gdb_assert): New procedure.
9830 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9831
9832 2014-07-14 Pedro Alves <palves@redhat.com>
9833
9834 * gdb.base/execution-termios.c: New file.
9835 * gdb.base/execution-termios.exp: New file.
9836
9837 2014-07-14 Tom Tromey <tromey@redhat.com>
9838
9839 * gdb.cp/vla-cxx.cc: New file.
9840 * gdb.cp/vla-cxx.exp: New file.
9841
9842 2014-07-14 Tom Tromey <tromey@redhat.com>
9843
9844 * gdb.reverse/rerun-prec.c: New file.
9845 * gdb.reverse/rerun-prec.exp: New file.
9846
9847 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9848 Maciej W. Rozycki <macro@codesourcery.com>
9849
9850 * lib/gdb-utils.exp: New file.
9851 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9852 inline `gdb_init_command' processing.
9853 (gdb_start_cmd): Likewise.
9854 * lib/mi-support.exp (mi_run_cmd): Likewise.
9855 * README: Document `gdb_init_command' and `gdb_init_commands'.
9856
9857 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9858
9859 Fix false FAIL running under a very long directory name.
9860 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9861 and "set print elements 10000". Twice.
9862
9863 2014-07-11 Yao Qi <yao@codesourcery.com>
9864
9865 * gdb.base/exprs.exp: "set print symbol off".
9866
9867 2014-07-11 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.threads/kill.c: New file.
9870 * gdb.threads/kill.exp: New file.
9871
9872 2014-07-10 Yao Qi <yao@codesourcery.com>
9873
9874 * gdb.trace/tfile.c (write_basic_trace_file)
9875 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9876 address written to trace file.
9877
9878 2014-07-09 Pedro Alves <palves@redhat.com>
9879
9880 * gdb.base/attach-wait-input.exp: New file.
9881 * gdb.base/attach-wait-input.c: New file.
9882
9883 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9884
9885 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9886 setting up test structures.
9887 (main): Call new test function.
9888 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9889 test function, continue into test function and walk test
9890 structures.
9891
9892 2014-07-02 Yao Qi <yao@codesourcery.com>
9893
9894 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9895 'bar_start' at the beginning of functions 'foo' and 'bar'
9896 respectively.
9897 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9898 instead of 'foo' and 'bar'.
9899
9900 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9901
9902 * gdb.btrace/segv.exp: New.
9903 * gdb.btrace/segv.c: New.
9904
9905 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9906
9907 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9908 instruction.
9909
9910 2014-06-30 Mark Wielaard <mjw@redhat.com>
9911
9912 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9913 vulture, vilify, villar): New volatile array constants.
9914 (vindictive, vegetation): New const volatile array constants.
9915 * gdb.base/volatile.exp: Test volatile and const volatile array
9916 types.
9917
9918 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9919
9920 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9921 target lacks support for awatch, rwatch, or hbreak.
9922
9923 2014-06-27 Yao Qi <yao@codesourcery.com>
9924
9925 * gdb.multi/dummy-frame-restore.exp: New.
9926 * gdb.multi/dummy-frame-restore.c: New.
9927
9928 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9929
9930 * gdb.btrace/gcore.exp: New.
9931
9932 2014-06-23 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/watchpoint-reuse-slot.c: New file.
9935 * gdb.base/watchpoint-reuse-slot.exp: New file.
9936
9937 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9938
9939 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9940 progspace's filename in 'info', 'enable' and 'disable' command
9941 tests.
9942
9943 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9944
9945 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9946 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9947 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9948
9949 2014-06-20 Gary Benson <gbenson@redhat.com>
9950
9951 * gdb.arch/i386-avx.exp: Fix include file location.
9952 * gdb.arch/i386-sse.exp: Likewise.
9953
9954 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9955
9956 * gdb.dlang/expression.exp: New file.
9957
9958 2014-06-19 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9961 out from ...
9962 (top level): ... here. Iterate running tests under different
9963 scheduler-locking settings.
9964
9965 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9966
9967 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9968 to DW_FORM_addr and use non-zero addresses.
9969
9970 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9971
9972 PR gdb/17017
9973 * gdb.python/py-xmethods.cc: Add global function call counters and
9974 increment them in their respective functions. Remove "cout"
9975 statements.
9976 * gdb.python/py-xmethods.exp: Make tests check the global function
9977 call counters instead of depending on inferior IO.
9978
9979 2014-06-18 Don Breazeal <donb@codesourcery.com>
9980
9981 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9982 Deleted procedure.
9983 (explicit_fork_parent_follow): Deleted procedure.
9984 (explicit_fork_child_follow): Deleted procedure.
9985 (test_follow_fork): New procedure.
9986 (do_fork_tests): Replace calls to deleted procedures with
9987 calls to test_follow_fork and reset GDB for subsequent
9988 procedure calls.
9989
9990 2014-06-17 Yao Qi <yao@codesourcery.com>
9991
9992 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9993 CP1252.
9994
9995 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9996
9997 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9998 Initialize ptr and S explicitly.
9999 (skip_type_update_when_not_use_rtti_test): Likewise.
10000
10001 2014-06-16 Keith Seitz <keiths@redhat.com>
10002
10003 PR mi/15863
10004 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10005 the inferior is started.
10006
10007 2014-06-16 Pedro Alves <palves@redhat.com>
10008
10009 * gdb.base/break-main-file-remove-fail.c: New file.
10010 * gdb.base/break-main-file-remove-fail.exp: New file.
10011 * gdb.base/break-unload-file.exp: Use build_executable instead of
10012 prepare_for_testing.
10013 (test_break): New parameter "initial_load". Handle it.
10014 (top level): Add initial_load cmdline/file axis.
10015
10016 2014-06-12 Tom Tromey <tromey@redhat.com>
10017
10018 * gdb.base/completion.exp: Don't use directory name in test.
10019
10020 2014-06-09 Gary Benson <gbenson@redhat.com>
10021
10022 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10023 separate the always-available ANSI-standard signals from the
10024 signals that require checking.
10025 (main): Likewise.
10026 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10027 Likewise.
10028 (main): Likewise.
10029
10030 2014-06-07 Keith Seitz <keiths@redhat.com>
10031
10032 Revert:
10033 PR c++/16253
10034 * gdb.cp/var-tag.cc: New file.
10035 * gdb.cp/var-tag.exp: New file.
10036 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10037 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10038 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10039 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10040
10041 2014-06-06 Doug Evans <xdje42@gmail.com>
10042
10043 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10044
10045 2014-06-06 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10048 in target debug output instead of looking at RSP packets,
10049 disabling the test on any target that uses hardware stepping.
10050 Update comments.
10051
10052 2014-06-06 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.base/break-unload-file.exp: Fix typo.
10055
10056 2014-06-06 Yao Qi <yao@codesourcery.com>
10057
10058 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10059 from "jit_function" to "^jit_function".
10060
10061 2014-06-06 Yao Qi <yao@codesourcery.com>
10062
10063 * gdb.base/async.c (foo): Add one statement.
10064 * gdb.base/async.exp: Get the next instruction address and
10065 match the output of "nexti" by instruction address. Match
10066 the hex address in the output of "finish".
10067
10068 2014-06-06 Gary Benson <gbenson@redhat.com>
10069
10070 * gdb.base/call-signals.c: Remove preprocessor conditionals
10071 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10072 SIGSEGV and SIGTERM.
10073 * gdb.base/sigall.c: Likewise.
10074 * gdb.base/unwindonsignal.c: Likewise.
10075 * gdb.reverse/sigall-reverse.c: Likewise.
10076
10077 2014-06-06 Yao Qi <yao@codesourcery.com>
10078
10079 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10080 readable, skip the test.
10081
10082 2014-06-06 Yao Qi <yao@codesourcery.com>
10083
10084 * gdb.threads/staticthreads.c (thread_function): Move the line
10085 setting breakpoint on forward.
10086 * gdb.threads/staticthreads.exp: Update comments.
10087
10088 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10089
10090 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10091 "history-append! type error".
10092
10093 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10094
10095 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10096 erroneous dprintf expected input.
10097
10098 2014-06-04 Doug Evans <xdje42@gmail.com>
10099
10100 * gdb.guile/scm-generics.exp: Delete.
10101
10102 2014-06-04 Doug Evans <xdje42@gmail.com>
10103
10104 * gdb.guile/scm-breakpoint.exp: Update.
10105 Add tests for breakpoint registration.
10106
10107 2014-06-04 Tom Tromey <tromey@redhat.com>
10108
10109 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10110 VLA-in-union.
10111 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10112 inner_vla_struct, vla_union types. Initialize objects of those
10113 types and compute their sizes.
10114
10115 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10116 Hui Zhu <hui@codesourcery.com>
10117
10118 * gdb.base/fileio.exp: Add test for shell not available as well as
10119 available.
10120 * gdb.base/fileio.c (test_system): Check for shell twice.
10121
10122 2014-06-04 Yao Qi <yao@codesourcery.com>
10123
10124 * gdb.base/auto-connect-native-target.exp: Remove redundant
10125 space from the regexp pattern.
10126
10127 2014-06-04 Yao Qi <yao@codesourcery.com>
10128
10129 * gdb.base/default.exp: Replace "child" with "native" in
10130 regexp pattern.
10131
10132 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10133
10134 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10135 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10136 * gdb.python/py-xmethods.py: Python script supporting the
10137 new testcase and tests.
10138
10139 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10140 Pedro Alves <palves@redhat.com>
10141
10142 PR breakpoints/17000
10143 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10144 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10145
10146 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10147
10148 * gdb.base/subst.exp: Add tests to verify partial path matching
10149 output.
10150
10151 2014-06-03 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10154 target that doesn't use software single-stepping.
10155
10156 2014-06-03 Pedro Alves <palves@redhat.com>
10157
10158 PR breakpoints/17000
10159 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10160 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10161
10162 2014-06-02 Doug Evans <xdje42@gmail.com>
10163
10164 * gdb.guile/scm-parameter.exp: New file.
10165
10166 2014-06-02 Doug Evans <xdje42@gmail.com>
10167
10168 * gdb.guile/scm-cmd.c: New file.
10169 * gdb.guile/scm-cmd.exp: New file.
10170
10171 2014-06-02 Doug Evans <xdje42@gmail.com>
10172
10173 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10174 pretty-printer lookup.
10175 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10176 (make-pp_s-printer): Call it.
10177 (make-pretty-printer-from-dict): New function.
10178 (lookup-pretty-printer-maker-from-dict): New function.
10179 (*pretty-printer*): Simplify.
10180 (make-objfile-pp_s-printer): New function.
10181 (install-objfile-pretty-printers!): New function.
10182 (make-progspace-pp_s-printer): New function.
10183 (install-progspace-pretty-printers!): New function.
10184 * gdb.guile/scm-progspace.c: New file.
10185 * gdb.guile/scm-progspace.exp: New file.
10186
10187 2014-06-02 Pedro Alves <palves@redhat.com>
10188
10189 * gdb.base/dprintf-bp-same-addr.c: New file.
10190 * gdb.base/dprintf-bp-same-addr.exp: New file.
10191
10192 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10193
10194 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10195 * gdb.arch/powerpc-power.s: Likewise.
10196
10197 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10198
10199 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10200
10201 2014-06-01 Yao Qi <yao@codesourcery.com>
10202
10203 * gdb.base/watchpoint.exp (test_watch_location): Check null
10204 pointer can be dereferenced. If not, do the test, otherwise
10205 skip it.
10206
10207 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10208
10209 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10210 results.
10211 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10212
10213 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10214
10215 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10216 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10217 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10218 * gdb.arch/amd64-invalid-stack-top.c: New file.
10219 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10220
10221 2014-05-30 Pedro Alves <palves@redhat.com>
10222
10223 PR breakpoints/17000
10224 * gdb.base/sss-bp-on-user-bp.c: New file.
10225 * gdb.base/sss-bp-on-user-bp.exp: New file.
10226
10227 2014-05-30 David Blaikie <dblaikie@gmail.com>
10228
10229 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10230 gnu_inline semantics via attribute.
10231 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10232 source explicitly specifies the required semantics.
10233
10234 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10235
10236 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10237
10238 2014-05-29 Pedro Alves <palves@redhat.com>
10239 Tom Tromey <tromey@redhat.com>
10240
10241 * gdb.base/async-shell.exp: Don't enable target-async.
10242 * gdb.base/async.exp
10243 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10244 parameter. Adjust.
10245 (top level): Don't test with "target-async".
10246 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10247 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10248 * gdb.base/inferior-died.exp: Don't enable target-async.
10249 * gdb.base/interrupt-noterm.exp: Likewise.
10250 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10251 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10252 * gdb.mi/mi-nonstop.exp: Likewise.
10253 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10254 * gdb.mi/mi-nsintrall.exp: Likewise.
10255 * gdb.mi/mi-nsmoribund.exp: Likewise.
10256 * gdb.mi/mi-nsthrexec.exp: Likewise.
10257 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10258 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10259 * gdb.python/py-evsignal.exp: Don't enable target-async.
10260 * gdb.python/py-evthreads.exp: Likewise.
10261 * gdb.python/py-prompt.exp: Likewise.
10262 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10263 * gdb.server/solib-list.exp: Don't enable target-async.
10264 * gdb.threads/thread-specific-bp.exp: Likewise.
10265 * lib/mi-support.exp: Adjust to use mi-async.
10266
10267 2014-05-29 Pedro Alves <palves@redhat.com>
10268
10269 PR gdb/13860
10270 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10271 reason, even in sync mode.
10272
10273 2014-05-29 Pedro Alves <palves@redhat.com>
10274 Hui Zhu <hui@codesourcery.com>
10275
10276 PR PR15693
10277 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10278 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10279 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10280 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10281
10282 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10283
10284 * config/monitor.exp (gdb_target_monitor): Replace use of
10285 "set remotebaud" by "set serial baud".
10286
10287 2014-05-26 Andy Wingo <wingo@igalia.com>
10288
10289 * gdb.guile/scm-breakpoint.exp:
10290 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10291 properties instead of gdb-object-properties.
10292
10293 2014-05-26 Yao Qi <yao@codesourcery.com>
10294
10295 * gdb.server/no-thread-db.exp: Specify source file name
10296 explicitly when setting a breakpoint.
10297
10298 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10299
10300 * gdb.btrace/vdso.c: New.
10301 * gdb.btrace/vdso.exp: New.
10302
10303 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10304
10305 * gdb.base/gcore.exp (capture_command_output): Move ...
10306 * lib/gdb.exp (capture_command_output): ... here.
10307
10308 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10309
10310 * gdb.btrace/data.exp: Test memory access during btrace replay.
10311
10312 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10315
10316 2014-05-21 Pedro Alves <palves@redhat.com>
10317
10318 PR gdb/13860
10319 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10320 (top level): Test that output related to execution commands is
10321 sent to the console with CLI commands, but not with MI commands.
10322 Test that breakpoint events are always mirrored to the console.
10323 Also expect the new source line to be output after a "next" in
10324 async mode too. Make it a pass/fail test.
10325 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10326 output.
10327 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10328
10329 2014-05-21 Pedro Alves <palves@redhat.com>
10330
10331 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10332 Use them to test variations of "list" after reaching a breakpoint.
10333 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10334 Test "list" with listsize 10 after reaching a breakpoint.
10335 * gdb.python/python.exp (decode_line current location line
10336 number): Adjust expected line number.
10337
10338 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10339
10340 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10341 behavior for $args, pass it directly to "run".
10342
10343 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10344
10345 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10346 30000 to 65536.
10347
10348 2014-05-21 Pedro Alves <palves@redhat.com>
10349
10350 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10351 auto-connect-native-target off".
10352 * gdb.base/auto-connect-native-target.c: New file.
10353 * gdb.base/auto-connect-native-target.exp: New file.
10354
10355 2014-05-21 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.base/default.exp: Test "target native" instead of "target
10358 child".
10359
10360 2014-05-21 Mark Wielaard <mjw@redhat.com>
10361
10362 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10363
10364 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10365
10366 Fix TLS access for -static -pthread.
10367 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10368 <HAVE_TLS> (thread_function, main): Initialize it.
10369 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10370 Add clean_restart.
10371 <$have_tls != "">: Check TLSVAR.
10372
10373 2014-05-21 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.base/dcache-line-read-error.c: New.
10376 * gdb.base/dcache-line-read-error.exp: New.
10377
10378 2014-05-20 Pedro Alves <palves@redhat.com>
10379
10380 * gdb.base/compare-sections.c: New file.
10381 * gdb.base/compare-sections.exp: New file.
10382
10383 2014-05-20 Pedro Alves <palves@redhat.com>
10384
10385 * gdb.base/break-idempotent.c: New file.
10386 * gdb.base/break-idempotent.exp: New file.
10387
10388 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10389
10390 * gdb.btrace/nohist.exp: New.
10391
10392 2014-05-20 Yao Qi <yao@codesourcery.com>
10393
10394 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10395 gdb.reverse directory and gdb_reverse_timeout exists in board
10396 setting.
10397 * README: Document gdb_reverse_timeout.
10398
10399 2014-05-20 Yao Qi <yao@codesourcery.com>
10400
10401 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10402 'test_file_name'. Treat args as a string instead of a list.
10403 (gdb_init): Rename argument 'args' by 'test_file_name'.
10404
10405 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 * gdb.arch/powerpc-power.exp: New file.
10408 * gdb.arch/powerpc-power.s: New file.
10409
10410 2014-05-16 Doug Evans <dje@google.com>
10411
10412 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10413 * gdb.base/completion.exp: Check that all expected files exist
10414 before doing file completion.
10415
10416 2014-05-16 Doug Evans <dje@google.com>
10417
10418 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10419 Update.
10420 (do_syscall_tests_without_xml): Update.
10421
10422 2014-05-16 Pedro Alves <palves@redhat.com>
10423
10424 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10425 instead of "unknown output after running".
10426
10427 2014-05-16 Yao Qi <yao@codesourcery.com>
10428
10429 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10430 file1.txt from host at the end.
10431 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10432
10433 2014-05-15 Doug Evans <dje@google.com>
10434
10435 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10436 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10437 loading file. Add test for TU lookup.
10438
10439 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10442 calling "-exec-arguments" or "set args" before running the
10443 inferior.
10444
10445 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10446
10447 * lib/mi-support.exp (mi_expect_stop): Expect message for
10448 inferiors that exit with non-zero exit code.
10449
10450 2014-05-14 Yao Qi <yao@codesourcery.com>
10451
10452 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10453 match absolute path on remote host.
10454 (test_file_list_exec_source_files): Remove "/" from the
10455 pattern.
10456
10457 2014-05-14 Yao Qi <yao@codesourcery.com>
10458
10459 * boards/local-remote-host-notty.exp (${board}_file): New
10460 proc.
10461
10462 2014-05-07 Kyle McMartin <kyle@redhat.com>
10463
10464 Pushed by Joel Brobecker <brobecker@adacore.com>.
10465 * gdb.arch/aarch64-atomic-inst.c: New file.
10466 * gdb.arch/aarch64-atomic-inst.exp: New file.
10467
10468 2014-05-07 Yao Qi <yao@codesourcery.com>
10469
10470 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10471 in current context" too.
10472
10473 2014-05-05 Keith Seitz <keiths@redhat.com>
10474
10475 * gdb.linespec/ls-dollar.exp: Add test for linespec
10476 file:convenience_variable.
10477
10478 2014-05-05 Yao Qi <yao@codesourcery.com>
10479
10480 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10481 traceframes into tfile and ctf trace files. Read data from
10482 trace file and test collected data.
10483 (gdb_collect_locals_test): Likewise.
10484 (gdb_unavailable_registers_test): Likewise.
10485 (gdb_unavailable_floats): Likewise.
10486 (gdb_collect_globals_test): Likewise.
10487 (top-level): Append "ctf" to trace_file_targets if GDB
10488 supports.
10489
10490 2014-05-05 Yao Qi <yao@codesourcery.com>
10491
10492 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10493 code to ...
10494 (gdb_collect_args_test_1): ... it. New proc.
10495 (gdb_collect_locals_test): Move some code to ...
10496 (gdb_collect_locals_test_1): ... it. New proc.
10497 (gdb_unavailable_registers_test): Move some code to ...
10498 (gdb_unavailable_registers_test_1): ... it. New proc.
10499 (gdb_unavailable_floats): Move some code to ...
10500 (gdb_unavailable_floats_1): ... it. New proc.
10501
10502 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10503
10504 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10505 probes to test for bitness recognition.
10506 * gdb.arch/amd64-stap-optional-prefix.exp
10507 (test_probe_value_without_reg): New procedure.
10508 Add code to test for different kinds of bitness.
10509
10510 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10511
10512 PR breakpoints/16889
10513 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10514 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10515
10516 2014-05-01 Pedro Alves <palves@redhat.com>
10517
10518 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10519 gdb_file_cmd if no file is specified.
10520 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10521 last_loaded_file to set the remote exec-file.
10522
10523 2014-05-01 Pedro Alves <palves@redhat.com>
10524
10525 * boards/local-remote-host.exp: New file.
10526
10527 2014-05-01 Pedro Alves <palves@redhat.com>
10528
10529 * boards/local-remote-host.exp: Rename to ...
10530 * boards/local-remote-host-notty.exp: ... this.
10531
10532 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10533
10534 * gdb.ada/dyn_arrayidx: New testcase.
10535
10536 2014-04-26 Yao Qi <yao@codesourcery.com>
10537
10538 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10539 and compute the length of function main. Save it in
10540 $main_length.
10541 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10542 (top-level): Use gdb_compile to compile objects into
10543 executable and restart GDB. Remove invocation to
10544 prepare_for_testing.
10545
10546 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10547 Pedro Alves <palves@redhat.com>
10548
10549 PR server/16255
10550 * gdb.multi/multi-attach.c: New file.
10551 * gdb.multi/multi-attach.exp: New file.
10552
10553 2014-04-25 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10556 user.
10557 (top level): Test that "set remote conditional-breakpoints-packet
10558 off" works as intended.
10559 * gdb.base/dprintf.exp: Test that "set remote
10560 breakpoint-commands-packet off" works as intended.
10561 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10562 New function.
10563 (top level): Call it.
10564 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10565 remote fast-tracepoints-packet off" works as intended.
10566 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10567 * lib/gdb.exp (gdb_is_target_remote): ... here.
10568
10569 2014-04-24 David Blaikie <dblaikie@gmail.com>
10570
10571 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10572 ensure clang would not discard them.
10573 * gdb.base/gdbvars.c: Ditto.
10574 * gdb.base/memattr.c: Ditto.
10575 * gdb.base/whatis.c: Ditto.
10576 * gdb.python/py-prettyprint.c: Ditto.
10577 * gdb.trace/actions.c: Ditto.
10578 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10579 ensure clang would not discard it.
10580
10581 2014-04-24 David Blaikie <dblaikie@gmail.com>
10582
10583 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10584 clang to emit the full definition of type required by the test
10585 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10586
10587 2014-04-24 David Blaikie <dblaikie@gmail.com>
10588
10589 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10590 coax Clang into emitting the definition of the type.
10591 * gdb.cp/pr10728-x.h (y): Ditto.
10592 * gdb.cp/pr10728-y.cc (y): Ditto.
10593
10594 2014-04-24 David Blaikie <dblaikie@gmail.com>
10595
10596 * gdb.base/label.exp: XFAIL label related tests under Clang.
10597 * gdb.cp/cplabel.exp: Ditto.
10598 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10599 under Clang those using labels.
10600
10601 2014-04-25 Yao Qi <yao@codesourcery.com>
10602
10603 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10604 double_label.
10605 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10606 partial_label and double_label.
10607
10608 2014-04-24 David Blaikie <dblaikie@gmail.com>
10609
10610 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10611
10612 2014-04-24 David Blaikie <dblaikie@gmail.com>
10613
10614 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10615 of the function to work across GCC and Clang.
10616 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10617 pointer types (const void ** const V void **).
10618
10619 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10620 Walfred Tedeschi <walfred.tedeschi@intel.com>
10621
10622 * Makefile.in (EXECUTABLES): Added i386-avx512.
10623 * gdb.arch/i386-avx512.c: New file.
10624 * gdb.arch/i386-avx512.exp: Likewise.
10625
10626 2014-04-23 Keith Seitz <keiths@redhat.com>
10627
10628 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10629 (mi_make_breakpoint_table): New procedure.
10630 (mi_create_breakpoint): Use mi_make_breakpoint
10631 and return the result.
10632 (mi_make_breakpoint): New procedure.
10633 (mi_build_kv_pairs): New procedure.
10634
10635 * gdb.mi/mi-break.exp: Remove unused globals,
10636 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10637 All callers updated.
10638 * gdb.mi/mi-dprintf.exp: Use variable to track command
10639 number.
10640 Update all callers of mi_create_breakpoint and use
10641 mi_make_breakpoint_table.
10642 Remove any unused global variables.
10643 * gdb.mi/mi-nonstop.exp: Likewise.
10644 * gdb.mi/mi-nsintrall.exp: Likewise.
10645 * gdb.mi/mi-nsmoribund.exp: Likewise.
10646 * gdb.mi/mi-nsthrexec.exp: Likewise.
10647 * gdb.mi/mi-reverse.exp: Likewise.
10648 * gdb.mi/mi-simplerun.exp: Likewise.
10649 * gdb.mi/mi-stepn.exp: Likewise.
10650 * gdb.mi/mi-syn-frame.exp: Likewise.
10651 * gdb.mi/mi-until.exp: Likewise.
10652 * gdb.mi/mi-var-cp.exp: Likewise.
10653 * gdb.mi/mi-var-display.exp: Likewise.
10654 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10655 * gdb.mi/mi2-var-child.exp: Likewise.
10656 * gdb.mi/mi-vla-c99.exp: Likewise.
10657 * lib/mi-support.exp: Likewise.
10658
10659 From Ian Lance Taylor <iant@cygnus.com>:
10660 * lib/gdb.exp (parse_args): New procedure.
10661
10662 2014-04-23 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.base/break-unload-file.c: New file.
10665 * gdb.base/break-unload-file.exp: New file.
10666 * gdb.base/sym-file-lib.c (baz): New function.
10667 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10668 field.
10669 (load): Store the segment's mapped size.
10670 (unload): New function.
10671 (unload_shlib): New function.
10672 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10673 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10674 set a breakpoint at baz, and call it.
10675 * gdb.base/sym-file.exp: New tests for stale breakpoint
10676 instructions.
10677
10678 2014-04-23 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10681 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10682 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10683 * gdb.base/hbreak-unmapped.c: New file.
10684 * gdb.base/hbreak-unmapped.exp: New file.
10685 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10686 * lib/gdb.exp (gdb_is_target_remote): ... here.
10687
10688 2014-04-22 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/consecutive-step-over.c: New file.
10691 * gdb.base/consecutive-step-over.exp: New file.
10692
10693 2014-04-22 Pedro Alves <palves@redhat.com>
10694
10695 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10696 instead of send_gdb/gdb_expect.
10697
10698 2014-04-22 Yao Qi <yao@codesourcery.com>
10699
10700 * lib/trace-support.exp (generate_tracefile): New procedure.
10701 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10702 return 0.
10703 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10704 if generate_tracefile returns 1.
10705
10706 2014-04-18 Tom Tromey <palves@redhat.com>
10707 Pedro alves <tromey@redhat.com>
10708
10709 PR backtrace/15558
10710 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10711 with a backtrace limit.
10712 * gdb.python/py-frame-inline.exp: Test running to an inline
10713 function with a backtrace limit, and printing the newest frame.
10714 * gdb.python/py-frame-inline.c (main): Call f.
10715
10716 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10717
10718 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10719
10720 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10721
10722 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10723 Drop prefix from unsupported source file path.
10724
10725 2014-04-17 Yao Qi <yao@codesourcery.com>
10726
10727 * lib/gdb.exp (with_target_charset): New proc.
10728 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10729 with_target_charset.
10730 (test_print_strings): Likewise.
10731 (test_repeat_bytes): Likewise.
10732 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10733 for some tests.
10734
10735 2014-04-16 Keith Seitz <keiths@redhat.com>
10736
10737 PR gdb/15827
10738 * gdb.dwarf2/corrupt.c: New file.
10739 * gdb.dwarf2/corrupt.exp: New file.
10740
10741 2014-04-16 Keith Seitz <keiths@redhat.com>
10742
10743 PR c++/16597
10744 * gdb.cp/namelessclass.cc: New file.
10745 * gdb.cp/namelessclass.exp: New file.
10746 * gdb.cp/namelessclass.S: New file.
10747
10748 2014-04-16 Doug Evans <dje@google.com>
10749
10750 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10751 Add comment.
10752 (gdbserver_default_get_comm_port): New function.
10753 (gdbserver_start): Check if board file provided
10754 "gdbserver,get_comm_port" and use it if so.
10755 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10756 (gdb,socketport): Set to "stdio".
10757 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10758 (stdio_gdbserver_template): Delete.
10759 (${board}_get_remote_address): Update.
10760 (${board}_build_remote_cmd): Delete.
10761 (${board}_get_comm_port): New function.
10762 (${board}_spawn): Update.
10763 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10764 Delete.
10765 (${board}_get_remote_address): Update.
10766 (${board}_get_comm_port): New function.
10767
10768 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10769
10770 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10771 appearing in any order.
10772
10773 2014-04-15 Doug Evans <dje@google.com>
10774
10775 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10776 uninitialized value of "description".
10777
10778 2014-04-15 Keith Seitz <keiths@redhat.com>
10779
10780 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10781 Remove unused globals.
10782 (test_running_the_program): Likewise.
10783 (test_controlled_execution): Likewise.
10784 (test_controlling_breakpoints): Likewise.
10785 (test_program_termination): Likewise.
10786
10787 2014-04-15 Keith Seitz <keiths@redhat.com>
10788
10789 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10790 unused globals.
10791 (test_rbreak_creation_and_listing): Likewise.
10792 (test_ignore_count): Likewise.
10793 (test_error): Likewise.
10794
10795 2014-04-15 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10798 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10799 sym-file-loader.c.
10800 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10801 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10802 to sym-file-loader.c.
10803 (struct library): Forward declare.
10804 (load_shlib, lookup_function): Change prototypes.
10805 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10806 (translate_offset): Remove declarations.
10807 (get_text_addr): New declaration.
10808 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10809 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10810 sym-file-loader.h.
10811 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10812 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10813 here from sym-file-loader.h.
10814 (struct library): New structure.
10815 (load_shlib, lookup_function): Change prototypes and adjust to
10816 work with a struct library.
10817 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10818 (translate_offset): Make static.
10819 (get_text_addr): New function.
10820 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10821
10822 2014-04-15 Pedro Alves <palves@redhat.com>
10823
10824 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10825
10826 2014-04-15 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.base/sym-file-loader.c: Include <limits.h>.
10829 (SELF_LINK): New define.
10830 (get_origin): New function.
10831 (load_shlib): Use it.
10832 * gdb.base/sym-file.exp: Don't early return if the target is
10833 remote. Use runto_main, and issue fail is that fails. Use
10834 gdb_load_shlibs.
10835 (shlib_name): Delete.
10836 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10837
10838 2014-04-15 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.base/sym-file.exp: Remove regex characters from test
10841 message. Don't refer to breakpoint numbers in test messages.
10842
10843 2014-04-14 Keith Seitz <keiths@redhat.com>
10844
10845 PR c++/16253
10846 * gdb.cp/var-tag.cc: New file.
10847 * gdb.cp/var-tag.exp: New file.
10848 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10849 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10850 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10851 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10852
10853 2014-04-14 Tom Tromey <tromey@redhat.com>
10854
10855 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10856 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10857 type.
10858 * gdb.cp/enum-class.exp: New file.
10859 * gdb.cp/enum-class.cc: New file.
10860
10861 2014-04-14 Tom Tromey <tromey@redhat.com>
10862
10863 * gdb.dwarf2/enum-type.exp: New file.
10864
10865 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10866
10867 * gdb.mi/mi-vla-c99.exp: New file.
10868 * gdb.mi/vla.c: New file.
10869
10870 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10871
10872 * gdb.base/vla-datatypes.c: New file.
10873 * gdb.base/vla-datatypes.exp: New file.
10874
10875 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10876
10877 * gdb.base/vla-ptr.c: New file.
10878 * gdb.base/vla-ptr.exp: New file.
10879
10880 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10881
10882 * gdb.dwarf2/count.exp: New file.
10883
10884 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10885
10886 * gdb.base/vla-sideeffect.c: New file.
10887 * gdb.base/vla-sideeffect.exp: New file.
10888
10889 2014-04-14 David Blaikie <dblaikie@gmail.com>
10890
10891 * gdb.mi/non-stop.c: Add return value for non-void function return
10892 statement.
10893 * gdb.threads/staticthreads.c: Ditto.
10894
10895 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10896 Doug Evans <xdje42@gmail.com>
10897
10898 * gdb.guile/scm-value.c: Improve test case.
10899 * gdb.guile/scm-value.exp: Add new test.
10900
10901 2014-04-11 David Blaikie <dblaikie@gmail.com>
10902
10903 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10904 override Clang's default.
10905
10906 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10907
10908 Revert the following changes (regressions):
10909
10910 * gdb.base/vla-sideeffect.c: New file.
10911 * gdb.base/vla-sideeffect.exp: New file.
10912
10913 * gdb.dwarf2/count.exp: New file.
10914
10915 * gdb.base/vla-multi.c: New file.
10916 * gdb.base/vla-multi.exp: New file.
10917
10918 * gdb.base/vla-ptr.c: New file.
10919 * gdb.base/vla-ptr.exp: New file.
10920
10921 * gdb.base/vla-datatypes.c: New file.
10922 * gdb.base/vla-datatypes.exp: New file.
10923
10924 * gdb.mi/mi-vla-c99.exp: New file.
10925 * gdb.mi/vla.c: New file.
10926
10927 2014-04-11 Keith Seitz <keiths@redhat.com>
10928
10929 PR c++/16675
10930 * gdb.cp/cpsizeof.exp: New file.
10931 * gdb.cp/cpsizeof.cc: New file.
10932
10933 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10934
10935 * gdb.mi/mi-vla-c99.exp: New file.
10936 * gdb.mi/vla.c: New file.
10937
10938 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10939
10940 * gdb.base/vla-datatypes.c: New file.
10941 * gdb.base/vla-datatypes.exp: New file.
10942
10943 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10944
10945 * gdb.base/vla-ptr.c: New file.
10946 * gdb.base/vla-ptr.exp: New file.
10947
10948 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10949
10950 * gdb.base/vla-multi.c: New file.
10951 * gdb.base/vla-multi.exp: New file.
10952
10953 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10954
10955 * gdb.dwarf2/count.exp: New file.
10956
10957 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10958
10959 * gdb.base/vla-sideeffect.c: New file.
10960 * gdb.base/vla-sideeffect.exp: New file.
10961
10962 2014-04-11 Yao Qi <yao@codesourcery.com>
10963
10964 * gdb.base/completion.exp: Check file exists before running tests
10965 on file completion.
10966
10967 2014-04-10 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.base/cond-eval-mode.c: New file.
10970 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10971 prepare_for_testing to build the new file. Check result of
10972 runto_main.
10973 (test_break, test_watch): New procedures.
10974 (top level): Use them.
10975
10976 2014-04-08 Pierre Muller <muller@sourceware.org>
10977
10978 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10979 Ctrl-V use for mingw hosts.
10980
10981 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10982
10983 * gdb.python/py-value.c: Improve test case.
10984 * gdb.python/py-value.exp: Add new test.
10985
10986 2014-04-07 David Blaikie <dblaikie@gmail.com>
10987
10988 * lib/compiler.c: Identify the clang compiler.
10989 * lib/compiler.cc: Ditto.
10990
10991 2014-04-03 Yao Qi <yao@codesourcery.com>
10992
10993 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10994
10995 2014-04-01 Anton Blanchard <anton@samba.org>
10996
10997 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10998 messages unique.
10999
11000 2014-04-01 Anton Blanchard <anton@samba.org>
11001
11002 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11003 prepare_for_testing.
11004
11005 2014-04-01 Anton Blanchard <anton@samba.org>
11006
11007 * gdb.arch/ppc64-atomic-inst.c: Remove.
11008 * gdb.arch/ppc64-atomic-inst.S: New file.
11009 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11010
11011 2014-03-31 Doug Evans <dje@google.com>
11012
11013 * gdb.base/print-symbol-loading-lib.c: New file.
11014 * gdb.base/print-symbol-loading-main.c: New file.
11015 * gdb.base/print-symbol-loading.exp: New file.
11016
11017 2014-03-31 Yao Qi <yao@codesourcery.com>
11018
11019 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11020
11021 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11022
11023 * gdb.ada/mi_dyn_arr: New testcase.
11024
11025 2014-03-27 Doug Evans <dje@google.com>
11026
11027 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11028
11029 2014-03-27 Yao Qi <yao@codesourcery.com>
11030
11031 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11032 if target is nios2-*-*.
11033
11034 2014-03-26 Yao Qi <yao@codesourcery.com>
11035
11036 * lib/gdb.exp (readline_is_used): New proc.
11037 * gdb.base/completion.exp: Move tests on command complete up.
11038 Skip the rest of tests if readline is not used.
11039 * gdb.ada/complete.exp: Skp the test if readline is not
11040 used.
11041 * gdb.base/filesym.exp: Likewise.
11042 * gdb.base/macscp.exp: Likewise.
11043 * gdb.base/readline-ask.exp: Likewise.
11044 * gdb.base/readline.exp: Likewise.
11045 * gdb.python/py-cmd.exp: Likewise.
11046 * gdb.trace/tfile.exp: Likewise.
11047
11048 2014-03-26 Yao Qi <yao@codesourcery.com>
11049
11050 * gdb.base/macscp.exp: Fix code format issues.
11051
11052 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11053
11054 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11055 * gdb.asm/powerpc64le.inc: New file.
11056
11057 2014-03-25 Pedro Alves <palves@redhat.com>
11058 Doug Evans <dje@google.com>
11059
11060 * gdb.base/source-execution.c: New file.
11061 * gdb.base/source-execution.exp: New file.
11062 * gdb.base/source-execution.gdb: New file.
11063
11064 2014-03-24 Doug Evans <dje@google.com>
11065
11066 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11067 using fission.
11068
11069 2014-03-24 Hui Zhu <hui@codesourcery.com>
11070 Pedro Alves <palves@redhat.com>
11071
11072 PR breakpoints/16101
11073 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11074 test pass/fail messages. Detect missing support for dprintf when
11075 breakpoints are actually inserted.
11076 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11077 breakpoints are actually inserted.
11078 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11079 fails.
11080
11081 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11082
11083 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11084
11085 2014-03-22 Doug Evans <xdje42@gmail.com>
11086
11087 * gdb.python/python.exp (python not supported): Verify multi-line
11088 python command issues an error.
11089 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11090 guile command issues an error.
11091
11092 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11093
11094 * gdb.threads/thread-specific.exp: Handle the lack of usable
11095 $this_breakpoint and $this_thread.
11096
11097 2014-03-21 Hui Zhu <hui@codesourcery.com>
11098
11099 * gdb.base/attach.exp (do_command_attach_tests): New.
11100
11101 2014-03-20 Tom Tromey <tromey@redhat.com>
11102 Pedro Alves <palves@redhat.com>
11103
11104 PR cli/15718
11105 * gdb.base/condbreak-call-false.c: New file.
11106 * gdb.base/condbreak-call-false.exp: New file.
11107
11108 2014-03-20 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11111 Delete.
11112 (block_signals, unblock_signals): Delete.
11113 (child_function_2, main): Remove references to deleted variable
11114 and functions.
11115
11116 2014-03-20 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11119 Use pthread_kill to signal thread 2.
11120 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11121 Adjust to make the test send itself a signal rather than using the
11122 host's "kill" command.
11123
11124 2014-03-20 Pedro Alves <palves@redhat.com>
11125
11126 * gdb.threads/multiple-step-overs.c: New file.
11127 * gdb.threads/multiple-step-overs.exp: New file.
11128 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11129 Adjust expected infrun debug output.
11130
11131 2014-03-20 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11134 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11135
11136 2014-03-20 Pedro Alves <palves@redhat.com>
11137
11138 PR breakpoints/7143
11139 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11140 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11141 of gdb_test_multiple.
11142 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11143 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11144
11145 2014-03-20 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11148 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11149
11150 2014-03-19 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.base/async.exp: Remove early return.
11153
11154 2014-03-19 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11157
11158 2014-03-19 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.base/async.exp (test_background): Expect \r\n after
11161 "completed." in the fail pattern.
11162
11163 2014-03-19 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.base/async.exp (test_background): New procedure.
11166 Use it for all background execution command tests.
11167
11168 2014-03-19 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/async.exp: Use prepare_for_testing.
11171
11172 2014-03-19 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11175 the same line.
11176
11177 2014-03-19 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.base/async.c (main): Add "jump here" and "until here" line
11180 marker comments.
11181 * gdb.base/async.exp (jump_here): New global.
11182 (jump& test): Use it.
11183 (until_here): New global.
11184 (until& test): Use it.
11185
11186 2014-03-19 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.base/async.exp: Don't frob gdb_protocol.
11189
11190 2014-03-18 Doug Evans <xdje42@gmail.com>
11191
11192 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11193 Fix spelling of exec-done-display.
11194
11195 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11196
11197 PR gdb/15358
11198 * gdb.base/gdb-sigterm.c: New file.
11199 * gdb.base/gdb-sigterm.exp: New file.
11200
11201 2014-03-18 Pedro Alves <palves@redhat.com>
11202
11203 PR gdb/13860
11204 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11205 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11206 solib-event.
11207
11208 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11209
11210 * gdb.ada/pckd_arr_ren: New testcase.
11211
11212 2014-03-13 Doug Evans <xdje42@gmail.com>
11213
11214 PR guile/16612
11215 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11216 collect after discarding symbols.
11217
11218 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11219 Doug Evans <xdje42@gmail.com>
11220
11221 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11222 to history survives a gc.
11223
11224 2014-03-13 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.base/default.exp: Don't test "target procfs".
11227
11228 2014-03-13 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.base/default.exp: Update "target child" and "target procfs"
11231 tests to not expect "Unix".
11232
11233 2014-03-12 Tom Tromey <tromey@redhat.com>
11234
11235 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11236 New procs. Add target-async tests.
11237 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11238 Add target-async tests.
11239
11240 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11243 'func_start' and 'func_end' for the beginning and end of the
11244 function code, respectively.
11245 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11246 'func_end' instead of 'func' and 'main'.
11247
11248 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11249
11250 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11251 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11252 generate the debug info assembler source.
11253
11254 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11255
11256 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11257 * gdb.dwarf2/arr-subrange.exp: Likewise.
11258 * gdb.dwarf2/dwz.exp: Likewise.
11259 * gdb.dwarf2/method-ptr.exp: Likewise.
11260 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11261 * gdb.dwarf2/subrange.exp: Likewise.
11262 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11263 * gdb.dwarf2/implptrpiece.exp: Likewise.
11264 * gdb.dwarf2/nostaticblock.exp: Likewise.
11265
11266 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11267
11268 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11269 directory to absolute path name arguments.
11270
11271 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11272
11273 * gdb.ada/tagged_access: New testcase.
11274
11275 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11276
11277 * gdb.btrace/data.exp: Update expected output.
11278
11279 2014-03-06 Yao Qi <yao@codesourcery.com>
11280
11281 * gdb.trace/pr16508.exp: New file.
11282
11283 2014-03-05 Pedro Alves <palves@redhat.com>
11284
11285 PR gdb/16575
11286 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11287 procedure.
11288 (top level): Adjust to use it. Add tests that exercise breakpoint
11289 interaction with the code-cache.
11290
11291 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11292
11293 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11294 test for 'history-append!'.
11295
11296 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11299 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11300 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11301 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11302 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11303 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11304
11305 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11306
11307 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11308 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11309 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11310
11311 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11312
11313 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11314
11315 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11316
11317 * gdb.dwarf2/arr-stride.c: New file.
11318 * gdb.dwarf2/arr-stride.exp: New file.
11319
11320 2014-02-26 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11323 that won't ever trigger. Make sure that GDB reports the correct
11324 breakpoint that caused the stop.
11325
11326 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11327
11328 PR gdb/16626
11329 * gdb.base/auto-load-script: New file.
11330 * gdb.base/auto-load.c: New file.
11331 * gdb.base/auto-load.exp: New file.
11332
11333 PR gdb/16626
11334 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11335
11336 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11339 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11340
11341 2014-02-24 Doug Evans <dje@google.com>
11342
11343 * lib/gdb.exp (run_on_host): Log error output if program fails.
11344
11345 2014-02-21 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.threads/step-after-sr-lock.c: Rename to ...
11348 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11349 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11350 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11351 ... this.
11352
11353 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11354
11355 PR tdep/16397
11356 * gdb.arch/amd64-stap-special-operands.exp: New file.
11357 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11358 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11359 * gdb.arch/amd64-stap-triplet.S: Likewise.
11360 * gdb.arch/amd64-stap-triplet.c: Likewise.
11361
11362 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11363
11364 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11365 in .section pseudo-op.
11366
11367 2014-02-20 lin zuojian <manjian2006@gmail.com>
11368 Joel Brobecker <brobecker@adacore.com>
11369 Doug Evans <xdje42@gmail.com>
11370
11371 PR symtab/16581
11372 * gdb.dwarf2/dw2-icycle.S: New file.
11373 * gdb.dwarf2/dw2-icycle.c: New file.
11374 * gdb.dwarf2/dw2-icycle.exp: New file.
11375
11376 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11377
11378 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11379 operations on gdb.Value objects.
11380 * gdb.python/py-value-cc.exp: Add new test to test operations on
11381 gdb.Value objects.
11382
11383 2014-02-18 Doug Evans <dje@google.com>
11384
11385 * Makefile.in (TESTS): New variable.
11386 (expanded_tests, expanded_tests_or_none): New variables
11387 (check-single): Pass $(expanded_tests_or_none) to runtest.
11388 (check-parallel): Only run tests in $(TESTS) if non-empty.
11389 (check/no-matching-tests-found): New rule.
11390 * README: Document TESTS makefile variable.
11391
11392 2014-02-18 Doug Evans <dje@google.com>
11393
11394 * Makefile.in (check-parallel): rm -rf outputs temp.
11395
11396 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 Fix "ERROR: no fileid for" in the testsuite.
11399 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11400
11401 2014-02-12 Doug Evans <dje@google.com>
11402
11403 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11404 (MISCELLANEOUS): New variable.
11405 (clean): rm -rf $(MISCELLANEOUS).
11406 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11407 dwp live in the same directory as symlinks, with each symlink pointed
11408 to a differently named file in a different directory.
11409
11410 2014-02-11 Doug Evans <dje@google.com>
11411
11412 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11413 of Tcl file commands.
11414
11415 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11416
11417 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11418 "kill -SIGUSR1 -1".
11419
11420 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11421
11422 * gdb.ada/tick_length_array_enum_idx: New testcase.
11423
11424 2014-02-10 Doug Evans <xdje42@gmail.com>
11425
11426 * configure.ac (AC_OUTPUT): Add gdb.guile.
11427 * configure: Regenerate.
11428 * lib/gdb-guile.exp: New file.
11429 * lib/gdb.exp (get_target_charset): New function.
11430 * gdb.base/help.exp: Update expected output from "apropos apropos".
11431 * gdb.guile/Makefile.in: New file.
11432 * gdb.guile/guile.exp: New file.
11433 * gdb.guile/scm-arch.c: New file.
11434 * gdb.guile/scm-arch.exp: New file.
11435 * gdb.guile/scm-block.c: New file.
11436 * gdb.guile/scm-block.exp: New file.
11437 * gdb.guile/scm-breakpoint.c: New file.
11438 * gdb.guile/scm-breakpoint.exp: New file.
11439 * gdb.guile/scm-disasm.c: New file.
11440 * gdb.guile/scm-disasm.exp: New file.
11441 * gdb.guile/scm-equal.c: New file.
11442 * gdb.guile/scm-equal.exp: New file.
11443 * gdb.guile/scm-error.exp: New file.
11444 * gdb.guile/scm-error.scm: New file.
11445 * gdb.guile/scm-frame-args.c: New file.
11446 * gdb.guile/scm-frame-args.exp: New file.
11447 * gdb.guile/scm-frame-args.scm: New file.
11448 * gdb.guile/scm-frame-inline.c: New file.
11449 * gdb.guile/scm-frame-inline.exp: New file.
11450 * gdb.guile/scm-frame.c: New file.
11451 * gdb.guile/scm-frame.exp: New file.
11452 * gdb.guile/scm-generics.exp: New file.
11453 * gdb.guile/scm-gsmob.exp: New file.
11454 * gdb.guile/scm-iterator.c: New file.
11455 * gdb.guile/scm-iterator.exp: New file.
11456 * gdb.guile/scm-math.c: New file.
11457 * gdb.guile/scm-math.exp: New file.
11458 * gdb.guile/scm-objfile-script-gdb.in: New file.
11459 * gdb.guile/scm-objfile-script.c: New file.
11460 * gdb.guile/scm-objfile-script.exp: New file.
11461 * gdb.guile/scm-objfile.c: New file.
11462 * gdb.guile/scm-objfile.exp: New file.
11463 * gdb.guile/scm-ports.exp: New file.
11464 * gdb.guile/scm-pretty-print.c: New file.
11465 * gdb.guile/scm-pretty-print.exp: New file.
11466 * gdb.guile/scm-pretty-print.scm: New file.
11467 * gdb.guile/scm-section-script.c: New file.
11468 * gdb.guile/scm-section-script.exp: New file.
11469 * gdb.guile/scm-section-script.scm: New file.
11470 * gdb.guile/scm-symbol.c: New file.
11471 * gdb.guile/scm-symbol.exp: New file.
11472 * gdb.guile/scm-symtab-2.c: New file.
11473 * gdb.guile/scm-symtab.c: New file.
11474 * gdb.guile/scm-symtab.exp: New file.
11475 * gdb.guile/scm-type.c: New file.
11476 * gdb.guile/scm-type.exp: New file.
11477 * gdb.guile/scm-value-cc.cc: New file.
11478 * gdb.guile/scm-value-cc.exp: New file.
11479 * gdb.guile/scm-value.c: New file.
11480 * gdb.guile/scm-value.exp: New file.
11481 * gdb.guile/source2.scm: New file.
11482 * gdb.guile/types-module.cc: New file.
11483 * gdb.guile/types-module.exp: New file.
11484
11485 2014-02-10 Yao Qi <yao@codesourcery.com>
11486
11487 PR testsuite/16543
11488 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11489 * configure: Regenerated.
11490 * Makefile.in: New file.
11491
11492 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11493
11494 * gdb.python/py-framefilter.exp: Fix typo.
11495
11496 2014-02-08 Yao Qi <yao@codesourcery.com>
11497
11498 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11499 that no =breakpoint-modified is emitted when breakpoints are
11500 modified through MI commands.
11501
11502 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11503 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.threads/step-after-sr-lock.c: New file.
11506 * gdb.threads/step-after-sr-lock.exp: New file.
11507
11508 2014-02-07 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11511
11512 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11513
11514 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11515 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11516
11517 2014-02-06 Doug Evans <xdje42@gmail.com>
11518
11519 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11520 output.
11521
11522 * gdb.gdb/python-interrupts.exp: New file.
11523
11524 2014-02-05 Yao Qi <yao@codesourcery.com>
11525
11526 * gdb.trace/report.exp (use_collected_data): Test the output
11527 of "info threads" and "info inferiors".
11528
11529 2014-02-05 Yao Qi <yao@codesourcery.com>
11530
11531 Revert this patch:
11532
11533 2013-05-24 Yao Qi <yao@codesourcery.com>
11534
11535 * gdb.trace/tfile.exp: Test inferior and thread.
11536
11537 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11538
11539 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11540 on a function.
11541 * gdb.base/step-bt.c: Call hello via function pointer to make
11542 sure its first instruction is executed on powerpc64le-linux.
11543
11544 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11545
11546 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11547
11548 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11549
11550 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11551 of the test patterns for use on little-endian systems.
11552
11553 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11554
11555 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11556 (decimal_vector): Fix for little-endian.
11557
11558 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11559
11560 * gdb.arch/sparc-sysstep.exp: New file.
11561 * gdb.arch/sparc-sysstep.c: Likewise.
11562
11563 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11564
11565 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11566
11567 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11568
11569 2014-01-23 Tom Tromey <tromey@redhat.com>
11570
11571 * gdb.ada/array_char_idx: New testcase.
11572
11573 2014-01-23 Tom Tromey <tromey@redhat.com>
11574
11575 PR python/16487:
11576 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11577 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11578 classes.
11579
11580 2014-01-23 Tom Tromey <tromey@redhat.com>
11581
11582 PR python/16491:
11583 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11584 string from an inferior frame.
11585 * gdb.python/py-framefilter-mi.exp: Update.
11586
11587 2014-01-22 Doug Evans <dje@google.com>
11588
11589 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11590
11591 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11592
11593 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11594
11595 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11596
11597 * gdb.trace/entry-values.exp: Remove excess space character from
11598 regex patterns. Handle s390 call instruction.
11599
11600 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11601
11602 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11603 define "*_start" label. Make "name" static.
11604 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11605 ${name} by references to ${name}_start.
11606
11607 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11608
11609 * gdb.base/info-macros.exp: Remove "debug" from the compile
11610 options.
11611
11612 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11613
11614 * gdb.dlang/demangle.exp: New file.
11615
11616 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11617
11618 * gdb.dlang/primitive-types.exp: New file.
11619
11620 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11621
11622 * configure.ac: Create gdb.dlang/Makefile.
11623 * configure: Regenerate.
11624 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11625 * gdb.dlang/Makefile.in: New file.
11626 * lib/d-support.exp: New file.
11627 * lib/gdb.exp (skip_d_tests): New proc.
11628
11629 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11630
11631 * gdb.btrace/delta.exp: Check reverse stepi.
11632 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11633 * gdb.btrace/finish.exp: New.
11634 * gdb.btrace/next.exp: New.
11635 * gdb.btrace/nexti.exp: New.
11636 * gdb.btrace/record_goto.c: Add comments.
11637 * gdb.btrace/step.exp: New.
11638 * gdb.btrace/stepi.exp: New.
11639 * gdb.btrace/multi-thread-step.c: New.
11640 * gdb.btrace/multi-thread-step.exp: New.
11641 * gdb.btrace/rn-dl-bind.c: New.
11642 * gdb.btrace/rn-dl-bind.exp: New.
11643 * gdb.btrace/data.c: New.
11644 * gdb.btrace/data.exp: New.
11645 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11646
11647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11648
11649 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11650 * gdb.btrace/exception.exp: Update.
11651 * gdb.btrace/instruction_history.exp: Update.
11652 * gdb.btrace/record_goto.exp: Update.
11653 * gdb.btrace/tailcall.exp: Update.
11654 * gdb.btrace/unknown_functions.exp: Update.
11655 * gdb.btrace/delta.exp: New.
11656
11657 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11658
11659 * gdb.btrace/record_goto.exp: Add backtrace test.
11660 * gdb.btrace/tailcall.exp: Add backtrace test.
11661
11662 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11663
11664 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11665 * gdb.btrace/record_goto.c: New.
11666 * gdb.btrace/record_goto.exp: New.
11667 * gdb.btrace/x86-record_goto.S: New.
11668
11669 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11670
11671 * gdb.btrace/function_call_history.exp: Update tests.
11672 * gdb.btrace/instruction_history.exp: Update tests.
11673
11674 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11675
11676 * gdb.btrace/function_call_history.exp: Fix expected field
11677 order for "record function-call-history".
11678 Add new tests for "record function-call-history /c".
11679 * gdb.btrace/exception.cc: New.
11680 * gdb.btrace/exception.exp: New.
11681 * gdb.btrace/tailcall.exp: New.
11682 * gdb.btrace/x86-tailcall.S: New.
11683 * gdb.btrace/x86-tailcall.c: New.
11684 * gdb.btrace/unknown_functions.c: New.
11685 * gdb.btrace/unknown_functions.exp: New.
11686 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11687
11688 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11689
11690 * gdb.btrace/instruction_history.exp: Update.
11691 * gdb.btrace/function_call_history.exp: Update.
11692
11693 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11694
11695 * gdb.btrace/function_call_history.exp: Fix expected function
11696 trace.
11697 * gdb.btrace/instruction_history.exp: Initialize traced.
11698 Remove traced_functions.
11699
11700 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11701
11702 * gdb.btrace/function_call_history.exp: Update
11703 * gdb.btrace/instruction_history.exp: Update.
11704
11705 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11706
11707 * gdb.btrace/enable.exp: Update expected text.
11708
11709 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11710
11711 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11712 bytes.
11713
11714 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11715
11716 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11717
11718 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11719
11720 * lib/gdb.exp (supports_process_record): Return true for
11721 arm*-linux*. (supports_reverse): Likewise.
11722
11723 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11724
11725 PR python/15464
11726 PR python/16113
11727 * gdb.python/py-type.c: Enhance test case.
11728 * gdb.python/py-value-cc.cc: Likewise
11729 * gdb.python/py-type.exp: Add new tests.
11730 * gdb.python/py-value-cc.exp: Likewise
11731
11732 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11733 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11736 Make "name" extern.
11737 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11738 references to ${name}_start by references to ${name}.
11739
11740 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11741
11742 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11743
11744 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11745
11746 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11747
11748 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11749 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.mi/mi-info-os.exp: Connect to the target with
11752 mi_gdb_target_load.
11753
11754 2014-01-08 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.threads/reconnect-signal.c: New file.
11757 * gdb.threads/reconnect-signal.exp: New file.
11758
11759 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11760
11761 * gdb.base/source-dir.exp: New file.
11762
11763 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11764
11765 * gdb.ada/mi_interface: New testcase.
11766
11767 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11768
11769 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11770 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11771 gdb.ada/pp-rec-component/pck.ads: New files.
11772
11773 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11774
11775 * gdb.python/py-pp-integral.c: New file.
11776 * gdb.python/py-pp-integral.py: New file.
11777 * gdb.python/py-pp-integral.exp: New file.
11778
11779 For older changes see ChangeLog-1993-2013.
11780 \f
11781 ;; Local Variables:
11782 ;; mode: change-log
11783 ;; left-margin: 8
11784 ;; fill-column: 74
11785 ;; version-control: never
11786 ;; End:
11787
11788 Copyright 2014-2017 Free Software Foundation, Inc.
11789 Copying and distribution of this file, with or without modification,
11790 are permitted provided the copyright notice and this notice are preserved.