]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
write_pieced_value: Fix size capping logic
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4 variable at nonzero offset.
5
6 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * gdb.dwarf2/var-access.c: New file.
9 * gdb.dwarf2/var-access.exp: New test.
10 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11
12 2017-06-12 Tom Tromey <tom@tromey.com>
13
14 * gdb.dwarf2/formdata16.exp: Add tests.
15
16 2017-06-12 Tom Tromey <tom@tromey.com>
17
18 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
19
20 2017-06-12 Tom Tromey <tom@tromey.com>
21
22 PR exp/16225:
23 * gdb.reverse/i386-sse-reverse.exp: Update tests.
24 * gdb.arch/vsx-regs.exp: Update tests.
25 * gdb.arch/s390-vregs.exp (hex128): New proc.
26 Update test.
27 * gdb.arch/altivec-regs.exp: Update tests.
28
29 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
30
31 * gdb.base/startup-with-shell.c: New file.
32 * gdb.base/startup-with-shell.exp: Likewise.
33
34 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
35
36 * gdb.server/non-existing-program.exp: Update regex in order to
37 reflect the fact that gdbserver is now using fork_inferior (with a
38 shell) to startup the inferior.
39
40 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
41
42 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
43 support function calls from GDB.
44
45 2017-05-21 Tom Tromey <tom@tromey.com>
46
47 PR rust/21466:
48 * gdb.rust/unsized.exp: New file.
49 * gdb.rust/unsized.rs: New file.
50
51 2017-05-19 Tom Tromey <tom@tromey.com>
52
53 PR rust/21484:
54 * gdb.rust/watch.exp: New file.
55 * gdb.rust/watch.rs: New file.
56
57 2017-05-18 Tom Tromey <tom@tromey.com>
58
59 * gdb.rust/simple.exp: Allow Box to be qualified.
60
61 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
62
63 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
64
65 2017-05-18 Pedro Alves <palves@redhat.com>
66
67 * gdb.base/fileio.c (test_write, test_read, test_close)
68 (test_fstat): Don't print 'ret' in the fail path.
69
70 2017-05-18 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
73 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
74 (test_system, test_rename, test_unlink, test_time): Change
75 prototypes.
76 * gdb.base/fileio.exp (stop_msg): Adjust.
77
78 2017-05-18 Pedro Alves <palves@redhat.com>
79
80 * gdb.base/fileio.c (null_str): New global.
81 (test_stat): Use it.
82 * gdb.base/fileio.exp: Remove nowarnings.
83
84 2017-05-17 Yao Qi <yao.qi@linaro.org>
85
86 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
87
88 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
89
90 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
91 argument command.
92 (top-level): Invoke test_set_inferior_tty.
93
94 2017-05-04 Pedro Alves <palves@redhat.com>
95
96 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
97 Add parens to print call for Python 3.
98
99 2017-05-03 Keith Seitz <keiths@redhat.com>
100
101 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
102 (main): Call it.
103
104 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
105
106 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
107 to prev and next.
108
109 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
110
111 * gdb.python/py-record-btrace.exp: Remove test for
112 gdb.BtraceInstruction.error.
113
114 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
115
116 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
117
118 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
119
120 * gdb.python/py-record-btrace-threads.c: New file.
121 * gdb.python/py-record-btrace-threads.exp: New file.
122
123 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
124
125 PR testsuite/8595
126 * gdb.base/environ.exp: Make test available in all architectures.
127 Move bits related to "info program" testing to
128 gdb.base/info-program.exp. Rewrite tests to use the two new
129 procedures mentione below.
130 (test_set_show_env_var) New procedure.
131 (test_set_show_env_var_equal): Likewise.
132 * gdb.base/info-program.exp: New file.
133
134 2017-04-27 Keith Seitz <keiths@redhat.com>
135
136 * gdb.cp/oranking.cc (test15): New function.
137 (main): Call test15 and declare additional variables for testing.
138 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
139 "p foo101('abc')" tests.
140 Add tests for cv qualifier overloads.
141 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
142 "lvalue reference overload" test.
143 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
144 "print value of f1 on Child&& in f2" test.
145
146 2017-04-19 Pedro Alves <palves@redhat.com>
147
148 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
149 procedure.
150 (top level): Call it.
151 * lib/gdb.exp (gdb_define_cmd): New procedure.
152
153 2017-04-12 Pedro Alves <palves@redhat.com>
154
155 PR gdb/21323
156 * gdb.cp/wide_char_types.c: Include <wchar.h>.
157 (wchar): New global.
158 * gdb.cp/wide_char_types.exp (wide_char_types_program)
159 (do_test_wide_char, wide_char_types_no_program, top level): Add
160 wchar_t testing.
161
162 2017-04-12 Pedro Alves <palves@redhat.com>
163
164 PR c++/21323
165 * gdb.cp/wide_char_types.c: New file.
166 * gdb.cp/wide_char_types.exp: New file.
167
168 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
169
170 PR gdb/21352
171 * gdb.trace/tsv.exp: Add test for "tsave -r".
172
173 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
174
175 * gdb.dlang/watch-loc.c: New file.
176 * gdb.dlang/watch-loc.exp: New file.
177
178 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 * gdb.python/py-section-script.exp (sepdebug): New testcases.
181
182 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
183
184 * gdb.arch/arc-analyze-prologue.S: New file.
185 * gdb.arch/arc-analyze-prologue.exp: Likewise.
186
187 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
188
189 * gdb.arch/arc-decode-insn.S: New file.
190 * gdb.arch/arc-decode-insn.exp: Likewise.
191
192 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
193
194 PR tdep/20928
195 * gdb.arch/sparc64-regs.exp: New file.
196 * gdb.arch/sparc64-regs.S: Likewise.
197
198 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
199
200 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
201 and memory view on Python 3.
202
203 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
204 Keith Seitz <keiths@redhat.com>
205
206 PR gdb/14441
207 * gdb.cp/demangle.exp: Add rvalue reference tests.
208 * gdb.cp/rvalue-ref-casts.cc: New file.
209 * gdb.cp/rvalue-ref-casts.exp: New file.
210 * gdb.cp/rvalue-ref-overload.cc: New file.
211 * gdb.cp/rvalue-ref-overload.exp: New file.
212 * gdb.cp/rvalue-ref-params.cc: New file.
213 * gdb.cp/rvalue-ref-params.exp: New file.
214 * gdb.cp/rvalue-ref-sizeof.cc: New file.
215 * gdb.cp/rvalue-ref-sizeof.exp: New file.
216 * gdb.cp/rvalue-ref-types.cc: New file.
217 * gdb.cp/rvalue-ref-types.exp: New file.
218 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
219 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
220
221 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
222
223 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
224 New procedure.
225
226 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
227
228 * lib/mi-support.exp (mi_gdb_test): Add additional message
229 for unexpected output.
230
231 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
232
233 * gdb.base/examine-backward.c (Barrier): New character array
234 constant, to ensure that TestStrings is preceded by a string
235 terminator.
236
237 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
238
239 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
240 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
241 and implicit pointer into such a location.
242
243 2017-03-16 Doug Evans <dje@google.com>
244
245 * gdb.python/py-lazy-string (pointer): Really add new typedef.
246
247 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
248
249 * gdb.cp/m-static.exp: Fix expectation for prototype of
250 test5.single_constructor and single_constructor::single_constructor.
251
252 2017-03-16 Doug Evans <dje@google.com>
253
254 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
255 * gdb.guile/scm-lazy-string.c: New file.
256 * gdb.guile/scm-value.exp: Move lazy string tests to ...
257 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
258 for pointer, array, typedef lazy strings.
259
260 2017-03-16 Doug Evans <dje@google.com>
261
262 PR python/17728, python/18439, python/18779
263 * gdb.python/py-value.c (main) Delete locals sptr, sn.
264 * gdb.python/py-lazy-string.c (pointer): New typedef.
265 (main): New locals ptr, array, typedef_ptr.
266 * gdb.python/py-value.exp: Move lazy string tests to ...
267 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
268 array, typedef lazy strings.
269
270 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
271
272 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
273 Add optional 'test' parameter.
274
275 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
276
277 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
278 Skip for versions of DejaGnu < 1.5.
279
280 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
281
282 * lib/gdb.exp (dejagnu_version): New proc.
283 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
284 Use dejagnu_version.
285
286 2017-03-10 Keith Seitz <keiths@redhat.com>
287
288 PR c++/8128
289 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
290 type from destructor regexps.
291 Add a branch which actually passes the test.
292 Adjust "ptype t5i" test names.
293
294 2017-03-08 Pedro Alves <palves@redhat.com>
295
296 * gdb.base/step-over-exit.exp: Add explicit test message.
297
298 2017-03-08 Pedro Alves <palves@redhat.com>
299
300 PR gdb/18360
301 * gdb.threads/interrupt-while-step-over.c: New file.
302 * gdb.threads/interrupt-while-step-over.exp: New file.
303
304 2017-03-08 Pedro Alves <palves@redhat.com>
305
306 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
307 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
308
309 2017-03-08 Pedro Alves <palves@redhat.com>
310
311 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
312 PKRU as not supported as a PASS.
313
314 2017-03-08 Pedro Alves <palves@redhat.com>
315
316 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
317 prefix instead of $binfile1/$binfile2.
318 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
319 in test message.
320 * gdb.python/py-completion.exp: Use "load python file" as test
321 messages instead of unstable path names.
322
323 2017-03-08 Pedro Alves <palves@redhat.com>
324 Jan Kratochvil <jan.kratochvil@redhat.com>
325
326 PR cli/21218
327 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
328 New proc.
329 (top level): Call it.
330
331 2017-03-08 Pedro Alves <palves@redhat.com>
332
333 PR tui/21216
334 * gdb.tui/tui-nl-filtered-output.exp: New file.
335
336 2017-03-08 Pedro Alves <palves@redhat.com>
337
338 * gdb.base/completion.exp: Move TUI completion tests to ...
339 * gdb.tui/completion.exp: ... this new file.
340
341 2017-03-08 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/tui-disasm-long-lines.c,
344 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
345 gdb.base/tui-layout.exp: Move to ...
346 * gdb.tui/: ... this new directory.
347
348 2017-03-07 Pedro Alves <palves@redhat.com>
349
350 * gdb.base/tui-layout.c: New file.
351 * gdb.base/tui-layout.exp: New file.
352
353 2017-03-07 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/tui-layout.c: Rename to ...
356 * gdb.base/tui-disasm-long-lines.c: ... this.
357 * gdb.base/tui-layout.exp: Rename to ...
358 * gdb.base/tui-disasm-long-lines.exp: ... this.
359
360 2017-03-07 Pedro Alves <palves@redhat.com>
361
362 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
363
364 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
365
366 * i386-mpx-call.c: New file.
367 * i386-mpx-call.exp: New file.
368
369 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
370
371 * gdb.arch/powerpc-power.exp: Delete test.
372 * gdb.arch/powerpc-power.s: Likewise.
373 * gdb.disasm/disassembler-options.exp: New test.
374 * gdb.arch/powerpc-altivec.exp: Likewise.
375 * gdb.arch/powerpc-altivec.s: Likewise.
376 * gdb.arch/powerpc-altivec2.exp: Likewise.
377 * gdb.arch/powerpc-altivec2.s: Likewise.
378 * gdb.arch/powerpc-altivec3.exp: Likewise.
379 * gdb.arch/powerpc-altivec3.s: Likewise.
380 * gdb.arch/powerpc-power7.exp: Likewise.
381 * gdb.arch/powerpc-power7.s: Likewise.
382 * gdb.arch/powerpc-power8.exp: Likewise.
383 * gdb.arch/powerpc-power8.s: Likewise.
384 * gdb.arch/powerpc-power9.exp: Likewise.
385 * gdb.arch/powerpc-power9.s: Likewise.
386 * gdb.arch/powerpc-vsx.exp: Likewise.
387 * gdb.arch/powerpc-vsx.s: Likewise.
388 * gdb.arch/powerpc-vsx2.exp: Likewise.
389 * gdb.arch/powerpc-vsx2.s: Likewise.
390 * gdb.arch/powerpc-vsx3.exp: Likewise.
391 * gdb.arch/powerpc-vsx3.s: Likewise.
392 * gdb.arch/arm-disassembler-options.exp: Likewise.
393 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
394 * gdb.arch/s390-disassembler-options.exp: Likewise.
395
396 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
397
398 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
399 (check_supported_features): ... this. Changed return type to void.
400 (supports_rdseed): New static global.
401 (rdseed): Check supports_rdseed.
402 (initialize): Call check_supported_features.
403
404 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
405
406 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
407 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
408 and lqarx/stqcx.
409 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
410 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
411
412 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
413
414 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
415 uppercase.
416
417 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
418
419 * gdb.dwarf2/formdata16.c: New file.
420 * gdb.dwarf2/formdata16.exp: New file.
421 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
422
423 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
426 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
427 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
428 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
429 DW_AT_GNU_*.
430
431 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
434
435 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
436
437 PR gdb/21164
438 * gdb.base/maint.exp: Add testcases for when the commands do
439 not have arguments.
440
441 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
442
443 * gdb.cp/chained-calls.exp: Use p instead of P.
444
445 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
446
447 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
448 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
449
450 2017-02-14 Tom Tromey <tom@tromey.com>
451
452 PR python/13598:
453 * gdb.python/py-events.exp: Add before_prompt event tests.
454
455 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
456
457 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
458
459 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
460
461 * gdb.linespec/explicit.c (my_unique_function_name): New function.
462 (main): Call my_unique_function_name.
463 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
464 completion of patterns with a single match.
465 Add missing -re switches to gdb_test_multiple calls.
466
467 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
468
469 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
470 return if core file is not recognized.
471
472 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
473
474 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
475 and extra UIs.
476
477 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
478
479 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
480 proc_with_prefix.
481
482 2017-02-10 Tom Tromey <tom@tromey.com>
483
484 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
485
486 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
487
488 PR gdb/21122
489 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
490
491 2017-02-08 Jerome Guitton <guitton@adacore.com>
492
493 * gdb.base/define.exp: Add test for command abbreviations
494 in define.
495
496 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
497
498 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
499 * gdb.reverse/insn-reverse-x86.c: New file.
500
501 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
502
503 PR tdep/20936
504 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
505
506 2017-02-03 Tom Tromey <tom@tromey.com>
507
508 PR rust/21097:
509 * gdb.rust/simple.exp: Add new tests.
510
511 2017-02-02 Pedro Alves <palves@redhat.com>
512
513 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
514 tests.
515
516 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
517
518 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
519 taking a 2-byte value out of a 4-byte DWARF implicit value on
520 big-endian targets.
521 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
522 logic. Add test cases for DW_OP_implicit.
523
524 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
525
526 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
527
528 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
529
530 * gdb.btrace/enable.exp: Call gdb_exit before
531 skip_gdbserver_tests.
532
533 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
534
535 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
536 GDBFLAGS.
537
538 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
539
540 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
541 the test is skipped.
542 * gdb.btrace/data.exp: Likewise.
543 * gdb.btrace/delta.exp: Likewise.
544 * gdb.btrace/dlopen.exp: Likewise.
545 * gdb.btrace/enable-running.exp: Likewise.
546 * gdb.btrace/enable.exp: Likewise.
547 * gdb.btrace/exception.exp: Likewise.
548 * gdb.btrace/function_call_history.exp: Likewise.
549 * gdb.btrace/gcore.exp: Likewise.
550 * gdb.btrace/instruction_history.exp: Likewise.
551 * gdb.btrace/multi-thread-step.exp: Likewise.
552 * gdb.btrace/nohist.exp: Likewise.
553 * gdb.btrace/non-stop.exp: Likewise.
554 * gdb.btrace/reconnect.exp: Likewise.
555 * gdb.btrace/record_goto-step.exp: Likewise.
556 * gdb.btrace/record_goto.exp: Likewise.
557 * gdb.btrace/rn-dl-bind.exp: Likewise.
558 * gdb.btrace/segv.exp: Likewise.
559 * gdb.btrace/step.exp: Likewise.
560 * gdb.btrace/stepi.exp: Likewise.
561 * gdb.btrace/tailcall-only.exp: Likewise.
562 * gdb.btrace/tailcall.exp: Likewise.
563 * gdb.btrace/tsx.exp: Likewise.
564 * gdb.btrace/unknown_functions.exp: Likewise.
565 * gdb.btrace/vdso.exp: Likewise.
566
567 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
568
569 * gdb.btrace/enable-running.c: New.
570 * gdb.btrace/enable-running.exp: New.
571
572 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
573
574 * gdb.arch/amd64-gs_base.c: New file.
575 * gdb.arch/amd64-gs_base.exp: New file.
576
577 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
578
579 * lib/memory.exp: Remove spurious empty newlines.
580
581 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
582
583 * gdb.python/py-bad-printers.exp: Load python file using "source".
584 * gdb.python/py-events.exp: Likewise.
585 * gdb.python/py-evsignal.exp: Likewise.
586 * gdb.python/py-evthreads.exp: Likewise.
587 * gdb.python/py-frame-args.exp: Likewise.
588 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
589 * gdb.python/py-framefilter-mi.exp: Likewise.
590 * gdb.python/py-framefilter.exp: Likewise.
591 * gdb.python/py-mi.exp: Likewise.
592 * gdb.python/py-pp-maint.exp: Likewise.
593 * gdb.python/py-pp-registration.exp: Likewise.
594 * gdb.python/py-prettyprint.exp: Likewise.
595 (run_lang_tests): Likewise.
596 * gdb.python/py-typeprint.exp: Likewise.
597
598 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
599
600 * lib/memory.exp: New file.
601 * lib/gdb.exp: Load memory.exp.
602 * gdb.base/memattr.exp (delete_memory): Move proc to
603 lib/memory.exp and rename to delete_memory_regions.
604 Replace delete_memory with delete_memory_regions.
605 Cleanup memory regions before tests.
606 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
607 before tests.
608
609 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
610
611 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
612 files.
613 (initialize): New function conditionally defined.
614 (testcases): Move within conditional block.
615 (main): Call initialize.
616 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
617 of gdb.reverse/insn-reverse.c.
618 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
619 gdb.reverse/insn-reverse.c.
620
621 2017-01-26 Yao Qi <yao.qi@linaro.org>
622
623 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
624 disassemble on address 0.
625
626 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
627 Yao Qi <yao.qi@linaro.org>
628
629 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
630 * gdb.dwarf2/implptr-64bit.S: Remove.
631 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
632 variables in caller's context. Add DW_OP_implicit_value.
633
634 2017-01-25 Yao Qi <yao.qi@linaro.org>
635
636 * lib/dwarf.exp (Dwarf::_location): Handle
637 DW_OP_GNU_implicit_pointer with proper size.
638
639 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
640
641 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
642 and add untested calls.
643
644 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
645
646 * gdb.python/python.exp: Check line number against what GDB thinks
647 the line number is for func1.
648
649 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
650
651 * gdb.dlang/debug-expr.exp: New file.
652
653 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
654
655 Fix test names for the following files:
656
657 * gdb.ada/exec_changed.exp
658 * gdb.ada/info_types.exp
659 * gdb.arch/aarch64-atomic-inst.exp
660 * gdb.arch/aarch64-fp.exp
661 * gdb.arch/altivec-abi.exp
662 * gdb.arch/altivec-regs.exp
663 * gdb.arch/amd64-byte.exp
664 * gdb.arch/amd64-disp-step.exp
665 * gdb.arch/amd64-dword.exp
666 * gdb.arch/amd64-entry-value-inline.exp
667 * gdb.arch/amd64-entry-value-param.exp
668 * gdb.arch/amd64-entry-value-paramref.exp
669 * gdb.arch/amd64-entry-value.exp
670 * gdb.arch/amd64-i386-address.exp
671 * gdb.arch/amd64-invalid-stack-middle.exp
672 * gdb.arch/amd64-invalid-stack-top.exp
673 * gdb.arch/amd64-optimout-repeat.exp
674 * gdb.arch/amd64-prologue-skip.exp
675 * gdb.arch/amd64-prologue-xmm.exp
676 * gdb.arch/amd64-stap-special-operands.exp
677 * gdb.arch/amd64-stap-wrong-subexp.exp
678 * gdb.arch/amd64-tailcall-cxx.exp
679 * gdb.arch/amd64-tailcall-noret.exp
680 * gdb.arch/amd64-tailcall-ret.exp
681 * gdb.arch/amd64-tailcall-self.exp
682 * gdb.arch/amd64-word.exp
683 * gdb.arch/arm-bl-branch-dest.exp
684 * gdb.arch/arm-disp-step.exp
685 * gdb.arch/arm-neon.exp
686 * gdb.arch/arm-single-step-kernel-helper.exp
687 * gdb.arch/avr-flash-qualifier.exp
688 * gdb.arch/disp-step-insn-reloc.exp
689 * gdb.arch/e500-abi.exp
690 * gdb.arch/e500-regs.exp
691 * gdb.arch/ftrace-insn-reloc.exp
692 * gdb.arch/i386-avx512.exp
693 * gdb.arch/i386-bp_permanent.exp
694 * gdb.arch/i386-byte.exp
695 * gdb.arch/i386-cfi-notcurrent.exp
696 * gdb.arch/i386-disp-step.exp
697 * gdb.arch/i386-dr3-watch.exp
698 * gdb.arch/i386-float.exp
699 * gdb.arch/i386-gnu-cfi.exp
700 * gdb.arch/i386-mpx-map.exp
701 * gdb.arch/i386-mpx-sigsegv.exp
702 * gdb.arch/i386-mpx-simple_segv.exp
703 * gdb.arch/i386-mpx.exp
704 * gdb.arch/i386-permbkpt.exp
705 * gdb.arch/i386-prologue.exp
706 * gdb.arch/i386-signal.exp
707 * gdb.arch/i386-size-overlap.exp
708 * gdb.arch/i386-unwind.exp
709 * gdb.arch/i386-word.exp
710 * gdb.arch/mips-fcr.exp
711 * gdb.arch/powerpc-d128-regs.exp
712 * gdb.arch/powerpc-stackless.exp
713 * gdb.arch/ppc64-atomic-inst.exp
714 * gdb.arch/s390-stackless.exp
715 * gdb.arch/s390-tdbregs.exp
716 * gdb.arch/s390-vregs.exp
717 * gdb.arch/sparc-sysstep.exp
718 * gdb.arch/thumb-bx-pc.exp
719 * gdb.arch/thumb-singlestep.exp
720 * gdb.arch/thumb2-it.exp
721 * gdb.arch/vsx-regs.exp
722 * gdb.asm/asm-source.exp
723 * gdb.base/a2-run.exp
724 * gdb.base/advance.exp
725 * gdb.base/all-bin.exp
726 * gdb.base/anon.exp
727 * gdb.base/args.exp
728 * gdb.base/arithmet.exp
729 * gdb.base/async-shell.exp
730 * gdb.base/async.exp
731 * gdb.base/attach-pie-noexec.exp
732 * gdb.base/attach-twice.exp
733 * gdb.base/auto-load.exp
734 * gdb.base/bang.exp
735 * gdb.base/bitfields.exp
736 * gdb.base/break-always.exp
737 * gdb.base/break-caller-line.exp
738 * gdb.base/break-entry.exp
739 * gdb.base/break-inline.exp
740 * gdb.base/break-on-linker-gcd-function.exp
741 * gdb.base/break-probes.exp
742 * gdb.base/break.exp
743 * gdb.base/breakpoint-shadow.exp
744 * gdb.base/call-ar-st.exp
745 * gdb.base/call-sc.exp
746 * gdb.base/call-signal-resume.exp
747 * gdb.base/call-strs.exp
748 * gdb.base/callfuncs.exp
749 * gdb.base/catch-fork-static.exp
750 * gdb.base/catch-gdb-caused-signals.exp
751 * gdb.base/catch-load.exp
752 * gdb.base/catch-signal-fork.exp
753 * gdb.base/catch-signal.exp
754 * gdb.base/catch-syscall.exp
755 * gdb.base/charset.exp
756 * gdb.base/checkpoint.exp
757 * gdb.base/chng-syms.exp
758 * gdb.base/code-expr.exp
759 * gdb.base/code_elim.exp
760 * gdb.base/commands.exp
761 * gdb.base/completion.exp
762 * gdb.base/complex.exp
763 * gdb.base/cond-expr.exp
764 * gdb.base/condbreak.exp
765 * gdb.base/consecutive.exp
766 * gdb.base/continue-all-already-running.exp
767 * gdb.base/coredump-filter.exp
768 * gdb.base/corefile.exp
769 * gdb.base/dbx.exp
770 * gdb.base/debug-expr.exp
771 * gdb.base/define.exp
772 * gdb.base/del.exp
773 * gdb.base/disabled-location.exp
774 * gdb.base/disasm-end-cu.exp
775 * gdb.base/disasm-optim.exp
776 * gdb.base/display.exp
777 * gdb.base/duplicate-bp.exp
778 * gdb.base/ena-dis-br.exp
779 * gdb.base/ending-run.exp
780 * gdb.base/enumval.exp
781 * gdb.base/environ.exp
782 * gdb.base/eu-strip-infcall.exp
783 * gdb.base/eval-avoid-side-effects.exp
784 * gdb.base/eval-skip.exp
785 * gdb.base/exitsignal.exp
786 * gdb.base/expand-psymtabs.exp
787 * gdb.base/filesym.exp
788 * gdb.base/find-unmapped.exp
789 * gdb.base/finish.exp
790 * gdb.base/float.exp
791 * gdb.base/foll-exec-mode.exp
792 * gdb.base/foll-exec.exp
793 * gdb.base/foll-fork.exp
794 * gdb.base/fortran-sym-case.exp
795 * gdb.base/freebpcmd.exp
796 * gdb.base/func-ptr.exp
797 * gdb.base/func-ptrs.exp
798 * gdb.base/funcargs.exp
799 * gdb.base/gcore-buffer-overflow.exp
800 * gdb.base/gcore-relro-pie.exp
801 * gdb.base/gcore-relro.exp
802 * gdb.base/gcore.exp
803 * gdb.base/gdb1090.exp
804 * gdb.base/gdb11530.exp
805 * gdb.base/gdb11531.exp
806 * gdb.base/gdb1821.exp
807 * gdb.base/gdbindex-stabs.exp
808 * gdb.base/gdbvars.exp
809 * gdb.base/hbreak.exp
810 * gdb.base/hbreak2.exp
811 * gdb.base/included.exp
812 * gdb.base/infcall-input.exp
813 * gdb.base/inferior-died.exp
814 * gdb.base/infnan.exp
815 * gdb.base/info-macros.exp
816 * gdb.base/info-os.exp
817 * gdb.base/info-proc.exp
818 * gdb.base/info-shared.exp
819 * gdb.base/info-target.exp
820 * gdb.base/infoline.exp
821 * gdb.base/interp.exp
822 * gdb.base/interrupt.exp
823 * gdb.base/jit-reader.exp
824 * gdb.base/jit-simple.exp
825 * gdb.base/kill-after-signal.exp
826 * gdb.base/kill-detach-inferiors-cmd.exp
827 * gdb.base/label.exp
828 * gdb.base/langs.exp
829 * gdb.base/ldbl_e308.exp
830 * gdb.base/line-symtabs.exp
831 * gdb.base/linespecs.exp
832 * gdb.base/list.exp
833 * gdb.base/long_long.exp
834 * gdb.base/longest-types.exp
835 * gdb.base/maint.exp
836 * gdb.base/max-value-size.exp
837 * gdb.base/memattr.exp
838 * gdb.base/mips_pro.exp
839 * gdb.base/morestack.exp
840 * gdb.base/moribund-step.exp
841 * gdb.base/multi-forks.exp
842 * gdb.base/nested-addr.exp
843 * gdb.base/nextoverexit.exp
844 * gdb.base/noreturn-finish.exp
845 * gdb.base/noreturn-return.exp
846 * gdb.base/nostdlib.exp
847 * gdb.base/offsets.exp
848 * gdb.base/opaque.exp
849 * gdb.base/pc-fp.exp
850 * gdb.base/permissions.exp
851 * gdb.base/print-symbol-loading.exp
852 * gdb.base/prologue-include.exp
853 * gdb.base/psymtab.exp
854 * gdb.base/ptype.exp
855 * gdb.base/random-signal.exp
856 * gdb.base/randomize.exp
857 * gdb.base/range-stepping.exp
858 * gdb.base/readline-ask.exp
859 * gdb.base/recpar.exp
860 * gdb.base/recurse.exp
861 * gdb.base/relational.exp
862 * gdb.base/restore.exp
863 * gdb.base/return-nodebug.exp
864 * gdb.base/return.exp
865 * gdb.base/run-after-attach.exp
866 * gdb.base/save-bp.exp
867 * gdb.base/scope.exp
868 * gdb.base/sect-cmd.exp
869 * gdb.base/set-lang-auto.exp
870 * gdb.base/set-noassign.exp
871 * gdb.base/setvar.exp
872 * gdb.base/sigall.exp
873 * gdb.base/sigbpt.exp
874 * gdb.base/siginfo-addr.exp
875 * gdb.base/siginfo-infcall.exp
876 * gdb.base/siginfo-obj.exp
877 * gdb.base/siginfo.exp
878 * gdb.base/signals-state-child.exp
879 * gdb.base/signest.exp
880 * gdb.base/sigstep.exp
881 * gdb.base/sizeof.exp
882 * gdb.base/skip.exp
883 * gdb.base/solib-corrupted.exp
884 * gdb.base/solib-nodir.exp
885 * gdb.base/solib-search.exp
886 * gdb.base/stack-checking.exp
887 * gdb.base/stale-infcall.exp
888 * gdb.base/stap-probe.exp
889 * gdb.base/start.exp
890 * gdb.base/step-break.exp
891 * gdb.base/step-bt.exp
892 * gdb.base/step-line.exp
893 * gdb.base/step-over-exit.exp
894 * gdb.base/step-over-syscall.exp
895 * gdb.base/step-resume-infcall.exp
896 * gdb.base/step-test.exp
897 * gdb.base/store.exp
898 * gdb.base/structs3.exp
899 * gdb.base/sym-file.exp
900 * gdb.base/symbol-without-target_section.exp
901 * gdb.base/term.exp
902 * gdb.base/testenv.exp
903 * gdb.base/ui-redirect.exp
904 * gdb.base/until.exp
905 * gdb.base/unwindonsignal.exp
906 * gdb.base/value-double-free.exp
907 * gdb.base/vla-datatypes.exp
908 * gdb.base/vla-ptr.exp
909 * gdb.base/vla-sideeffect.exp
910 * gdb.base/volatile.exp
911 * gdb.base/watch-cond-infcall.exp
912 * gdb.base/watch-cond.exp
913 * gdb.base/watch-non-mem.exp
914 * gdb.base/watch-read.exp
915 * gdb.base/watch-vfork.exp
916 * gdb.base/watchpoint-cond-gone.exp
917 * gdb.base/watchpoint-delete.exp
918 * gdb.base/watchpoint-hw-hit-once.exp
919 * gdb.base/watchpoint-hw.exp
920 * gdb.base/watchpoint-stops-at-right-insn.exp
921 * gdb.base/watchpoints.exp
922 * gdb.base/wchar.exp
923 * gdb.base/whatis-exp.exp
924 * gdb.btrace/buffer-size.exp
925 * gdb.btrace/data.exp
926 * gdb.btrace/delta.exp
927 * gdb.btrace/dlopen.exp
928 * gdb.btrace/enable.exp
929 * gdb.btrace/exception.exp
930 * gdb.btrace/function_call_history.exp
931 * gdb.btrace/gcore.exp
932 * gdb.btrace/instruction_history.exp
933 * gdb.btrace/nohist.exp
934 * gdb.btrace/reconnect.exp
935 * gdb.btrace/record_goto-step.exp
936 * gdb.btrace/record_goto.exp
937 * gdb.btrace/rn-dl-bind.exp
938 * gdb.btrace/segv.exp
939 * gdb.btrace/step.exp
940 * gdb.btrace/stepi.exp
941 * gdb.btrace/tailcall-only.exp
942 * gdb.btrace/tailcall.exp
943 * gdb.btrace/tsx.exp
944 * gdb.btrace/unknown_functions.exp
945 * gdb.btrace/vdso.exp
946 * gdb.compile/compile-ifunc.exp
947 * gdb.compile/compile-ops.exp
948 * gdb.compile/compile-print.exp
949 * gdb.compile/compile-setjmp.exp
950 * gdb.cp/abstract-origin.exp
951 * gdb.cp/ambiguous.exp
952 * gdb.cp/annota2.exp
953 * gdb.cp/annota3.exp
954 * gdb.cp/anon-ns.exp
955 * gdb.cp/anon-struct.exp
956 * gdb.cp/anon-union.exp
957 * gdb.cp/arg-reference.exp
958 * gdb.cp/baseenum.exp
959 * gdb.cp/bool.exp
960 * gdb.cp/breakpoint.exp
961 * gdb.cp/bs15503.exp
962 * gdb.cp/call-c.exp
963 * gdb.cp/casts.exp
964 * gdb.cp/chained-calls.exp
965 * gdb.cp/class2.exp
966 * gdb.cp/classes.exp
967 * gdb.cp/cmpd-minsyms.exp
968 * gdb.cp/converts.exp
969 * gdb.cp/cp-relocate.exp
970 * gdb.cp/cpcompletion.exp
971 * gdb.cp/cpexprs.exp
972 * gdb.cp/cplabel.exp
973 * gdb.cp/cplusfuncs.exp
974 * gdb.cp/cpsizeof.exp
975 * gdb.cp/ctti.exp
976 * gdb.cp/derivation.exp
977 * gdb.cp/destrprint.exp
978 * gdb.cp/dispcxx.exp
979 * gdb.cp/enum-class.exp
980 * gdb.cp/exception.exp
981 * gdb.cp/exceptprint.exp
982 * gdb.cp/expand-psymtabs-cxx.exp
983 * gdb.cp/expand-sals.exp
984 * gdb.cp/extern-c.exp
985 * gdb.cp/filename.exp
986 * gdb.cp/formatted-ref.exp
987 * gdb.cp/fpointer.exp
988 * gdb.cp/gdb1355.exp
989 * gdb.cp/gdb2495.exp
990 * gdb.cp/hang.exp
991 * gdb.cp/impl-this.exp
992 * gdb.cp/infcall-dlopen.exp
993 * gdb.cp/inherit.exp
994 * gdb.cp/iostream.exp
995 * gdb.cp/koenig.exp
996 * gdb.cp/local.exp
997 * gdb.cp/m-data.exp
998 * gdb.cp/m-static.exp
999 * gdb.cp/mb-ctor.exp
1000 * gdb.cp/mb-inline.exp
1001 * gdb.cp/mb-templates.exp
1002 * gdb.cp/member-name.exp
1003 * gdb.cp/member-ptr.exp
1004 * gdb.cp/meth-typedefs.exp
1005 * gdb.cp/method.exp
1006 * gdb.cp/method2.exp
1007 * gdb.cp/minsym-fallback.exp
1008 * gdb.cp/misc.exp
1009 * gdb.cp/namelessclass.exp
1010 * gdb.cp/namespace-enum.exp
1011 * gdb.cp/namespace-nested-import.exp
1012 * gdb.cp/namespace.exp
1013 * gdb.cp/nextoverthrow.exp
1014 * gdb.cp/no-dmgl-verbose.exp
1015 * gdb.cp/non-trivial-retval.exp
1016 * gdb.cp/noparam.exp
1017 * gdb.cp/nsdecl.exp
1018 * gdb.cp/nsimport.exp
1019 * gdb.cp/nsnested.exp
1020 * gdb.cp/nsnoimports.exp
1021 * gdb.cp/nsrecurs.exp
1022 * gdb.cp/nsstress.exp
1023 * gdb.cp/nsusing.exp
1024 * gdb.cp/operator.exp
1025 * gdb.cp/oranking.exp
1026 * gdb.cp/overload-const.exp
1027 * gdb.cp/overload.exp
1028 * gdb.cp/ovldbreak.exp
1029 * gdb.cp/ovsrch.exp
1030 * gdb.cp/paren-type.exp
1031 * gdb.cp/parse-lang.exp
1032 * gdb.cp/pass-by-ref.exp
1033 * gdb.cp/pr-1023.exp
1034 * gdb.cp/pr-1210.exp
1035 * gdb.cp/pr-574.exp
1036 * gdb.cp/pr10687.exp
1037 * gdb.cp/pr12028.exp
1038 * gdb.cp/pr17132.exp
1039 * gdb.cp/pr17494.exp
1040 * gdb.cp/pr9067.exp
1041 * gdb.cp/pr9167.exp
1042 * gdb.cp/pr9631.exp
1043 * gdb.cp/printmethod.exp
1044 * gdb.cp/psmang.exp
1045 * gdb.cp/psymtab-parameter.exp
1046 * gdb.cp/ptype-cv-cp.exp
1047 * gdb.cp/ptype-flags.exp
1048 * gdb.cp/re-set-overloaded.exp
1049 * gdb.cp/ref-types.exp
1050 * gdb.cp/rtti.exp
1051 * gdb.cp/scope-err.exp
1052 * gdb.cp/shadow.exp
1053 * gdb.cp/smartp.exp
1054 * gdb.cp/static-method.exp
1055 * gdb.cp/static-print-quit.exp
1056 * gdb.cp/temargs.exp
1057 * gdb.cp/templates.exp
1058 * gdb.cp/try_catch.exp
1059 * gdb.cp/typedef-operator.exp
1060 * gdb.cp/typeid.exp
1061 * gdb.cp/userdef.exp
1062 * gdb.cp/using-crash.exp
1063 * gdb.cp/var-tag.exp
1064 * gdb.cp/virtbase.exp
1065 * gdb.cp/virtfunc.exp
1066 * gdb.cp/virtfunc2.exp
1067 * gdb.cp/vla-cxx.exp
1068 * gdb.disasm/t01_mov.exp
1069 * gdb.disasm/t02_mova.exp
1070 * gdb.disasm/t03_add.exp
1071 * gdb.disasm/t04_sub.exp
1072 * gdb.disasm/t05_cmp.exp
1073 * gdb.disasm/t06_ari2.exp
1074 * gdb.disasm/t07_ari3.exp
1075 * gdb.disasm/t08_or.exp
1076 * gdb.disasm/t09_xor.exp
1077 * gdb.disasm/t10_and.exp
1078 * gdb.disasm/t11_logs.exp
1079 * gdb.disasm/t12_bit.exp
1080 * gdb.disasm/t13_otr.exp
1081 * gdb.dlang/circular.exp
1082 * gdb.dwarf2/arr-stride.exp
1083 * gdb.dwarf2/arr-subrange.exp
1084 * gdb.dwarf2/atomic-type.exp
1085 * gdb.dwarf2/bad-regnum.exp
1086 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1087 * gdb.dwarf2/callframecfa.exp
1088 * gdb.dwarf2/clztest.exp
1089 * gdb.dwarf2/corrupt.exp
1090 * gdb.dwarf2/data-loc.exp
1091 * gdb.dwarf2/dup-psym.exp
1092 * gdb.dwarf2/dw2-anon-mptr.exp
1093 * gdb.dwarf2/dw2-anonymous-func.exp
1094 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1095 * gdb.dwarf2/dw2-bad-unresolved.exp
1096 * gdb.dwarf2/dw2-basic.exp
1097 * gdb.dwarf2/dw2-canonicalize-type.exp
1098 * gdb.dwarf2/dw2-case-insensitive.exp
1099 * gdb.dwarf2/dw2-common-block.exp
1100 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1101 * gdb.dwarf2/dw2-compressed.exp
1102 * gdb.dwarf2/dw2-const.exp
1103 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1104 * gdb.dwarf2/dw2-cu-size.exp
1105 * gdb.dwarf2/dw2-dup-frame.exp
1106 * gdb.dwarf2/dw2-entry-value.exp
1107 * gdb.dwarf2/dw2-icycle.exp
1108 * gdb.dwarf2/dw2-ifort-parameter.exp
1109 * gdb.dwarf2/dw2-inline-break.exp
1110 * gdb.dwarf2/dw2-inline-param.exp
1111 * gdb.dwarf2/dw2-intercu.exp
1112 * gdb.dwarf2/dw2-intermix.exp
1113 * gdb.dwarf2/dw2-lexical-block-bare.exp
1114 * gdb.dwarf2/dw2-linkage-name-trust.exp
1115 * gdb.dwarf2/dw2-minsym-in-cu.exp
1116 * gdb.dwarf2/dw2-noloc.exp
1117 * gdb.dwarf2/dw2-op-call.exp
1118 * gdb.dwarf2/dw2-op-out-param.exp
1119 * gdb.dwarf2/dw2-opt-structptr.exp
1120 * gdb.dwarf2/dw2-param-error.exp
1121 * gdb.dwarf2/dw2-producer.exp
1122 * gdb.dwarf2/dw2-ranges-base.exp
1123 * gdb.dwarf2/dw2-ref-missing-frame.exp
1124 * gdb.dwarf2/dw2-reg-undefined.exp
1125 * gdb.dwarf2/dw2-regno-invalid.exp
1126 * gdb.dwarf2/dw2-restore.exp
1127 * gdb.dwarf2/dw2-restrict.exp
1128 * gdb.dwarf2/dw2-single-line-discriminators.exp
1129 * gdb.dwarf2/dw2-strp.exp
1130 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1131 * gdb.dwarf2/dw2-unresolved.exp
1132 * gdb.dwarf2/dw2-var-zero-addr.exp
1133 * gdb.dwarf2/dw4-sig-types.exp
1134 * gdb.dwarf2/dwz.exp
1135 * gdb.dwarf2/dynarr-ptr.exp
1136 * gdb.dwarf2/enum-type.exp
1137 * gdb.dwarf2/gdb-index.exp
1138 * gdb.dwarf2/implptr-64bit.exp
1139 * gdb.dwarf2/implptr-optimized-out.exp
1140 * gdb.dwarf2/implptr.exp
1141 * gdb.dwarf2/implref-array.exp
1142 * gdb.dwarf2/implref-const.exp
1143 * gdb.dwarf2/implref-global.exp
1144 * gdb.dwarf2/implref-struct.exp
1145 * gdb.dwarf2/mac-fileno.exp
1146 * gdb.dwarf2/main-subprogram.exp
1147 * gdb.dwarf2/member-ptr-forwardref.exp
1148 * gdb.dwarf2/method-ptr.exp
1149 * gdb.dwarf2/missing-sig-type.exp
1150 * gdb.dwarf2/nonvar-access.exp
1151 * gdb.dwarf2/opaque-type-lookup.exp
1152 * gdb.dwarf2/pieces-optimized-out.exp
1153 * gdb.dwarf2/pieces.exp
1154 * gdb.dwarf2/pr10770.exp
1155 * gdb.dwarf2/pr13961.exp
1156 * gdb.dwarf2/staticvirtual.exp
1157 * gdb.dwarf2/subrange.exp
1158 * gdb.dwarf2/symtab-producer.exp
1159 * gdb.dwarf2/trace-crash.exp
1160 * gdb.dwarf2/typeddwarf.exp
1161 * gdb.dwarf2/valop.exp
1162 * gdb.dwarf2/watch-notconst.exp
1163 * gdb.fortran/array-element.exp
1164 * gdb.fortran/charset.exp
1165 * gdb.fortran/common-block.exp
1166 * gdb.fortran/complex.exp
1167 * gdb.fortran/derived-type-function.exp
1168 * gdb.fortran/derived-type.exp
1169 * gdb.fortran/logical.exp
1170 * gdb.fortran/module.exp
1171 * gdb.fortran/multi-dim.exp
1172 * gdb.fortran/nested-funcs.exp
1173 * gdb.fortran/print-formatted.exp
1174 * gdb.fortran/subarray.exp
1175 * gdb.fortran/vla-alloc-assoc.exp
1176 * gdb.fortran/vla-datatypes.exp
1177 * gdb.fortran/vla-history.exp
1178 * gdb.fortran/vla-ptr-info.exp
1179 * gdb.fortran/vla-ptype-sub.exp
1180 * gdb.fortran/vla-ptype.exp
1181 * gdb.fortran/vla-sizeof.exp
1182 * gdb.fortran/vla-type.exp
1183 * gdb.fortran/vla-value-sub-arbitrary.exp
1184 * gdb.fortran/vla-value-sub-finish.exp
1185 * gdb.fortran/vla-value-sub.exp
1186 * gdb.fortran/vla-value.exp
1187 * gdb.fortran/whatis_type.exp
1188 * gdb.go/chan.exp
1189 * gdb.go/handcall.exp
1190 * gdb.go/hello.exp
1191 * gdb.go/integers.exp
1192 * gdb.go/methods.exp
1193 * gdb.go/package.exp
1194 * gdb.go/strings.exp
1195 * gdb.go/types.exp
1196 * gdb.go/unsafe.exp
1197 * gdb.guile/scm-arch.exp
1198 * gdb.guile/scm-block.exp
1199 * gdb.guile/scm-breakpoint.exp
1200 * gdb.guile/scm-cmd.exp
1201 * gdb.guile/scm-disasm.exp
1202 * gdb.guile/scm-equal.exp
1203 * gdb.guile/scm-frame-args.exp
1204 * gdb.guile/scm-frame-inline.exp
1205 * gdb.guile/scm-frame.exp
1206 * gdb.guile/scm-iterator.exp
1207 * gdb.guile/scm-math.exp
1208 * gdb.guile/scm-objfile.exp
1209 * gdb.guile/scm-ports.exp
1210 * gdb.guile/scm-symbol.exp
1211 * gdb.guile/scm-symtab.exp
1212 * gdb.guile/scm-value-cc.exp
1213 * gdb.guile/types-module.exp
1214 * gdb.linespec/break-ask.exp
1215 * gdb.linespec/cpexplicit.exp
1216 * gdb.linespec/explicit.exp
1217 * gdb.linespec/keywords.exp
1218 * gdb.linespec/linespec.exp
1219 * gdb.linespec/ls-dollar.exp
1220 * gdb.linespec/ls-errs.exp
1221 * gdb.linespec/skip-two.exp
1222 * gdb.linespec/thread.exp
1223 * gdb.mi/mi-async.exp
1224 * gdb.mi/mi-basics.exp
1225 * gdb.mi/mi-break.exp
1226 * gdb.mi/mi-catch-load.exp
1227 * gdb.mi/mi-cli.exp
1228 * gdb.mi/mi-cmd-param-changed.exp
1229 * gdb.mi/mi-console.exp
1230 * gdb.mi/mi-detach.exp
1231 * gdb.mi/mi-disassemble.exp
1232 * gdb.mi/mi-eval.exp
1233 * gdb.mi/mi-file-transfer.exp
1234 * gdb.mi/mi-file.exp
1235 * gdb.mi/mi-fill-memory.exp
1236 * gdb.mi/mi-inheritance-syntax-error.exp
1237 * gdb.mi/mi-linespec-err-cp.exp
1238 * gdb.mi/mi-logging.exp
1239 * gdb.mi/mi-memory-changed.exp
1240 * gdb.mi/mi-read-memory.exp
1241 * gdb.mi/mi-record-changed.exp
1242 * gdb.mi/mi-reg-undefined.exp
1243 * gdb.mi/mi-regs.exp
1244 * gdb.mi/mi-return.exp
1245 * gdb.mi/mi-reverse.exp
1246 * gdb.mi/mi-simplerun.exp
1247 * gdb.mi/mi-solib.exp
1248 * gdb.mi/mi-stack.exp
1249 * gdb.mi/mi-stepi.exp
1250 * gdb.mi/mi-syn-frame.exp
1251 * gdb.mi/mi-until.exp
1252 * gdb.mi/mi-var-block.exp
1253 * gdb.mi/mi-var-child.exp
1254 * gdb.mi/mi-var-cmd.exp
1255 * gdb.mi/mi-var-cp.exp
1256 * gdb.mi/mi-var-display.exp
1257 * gdb.mi/mi-var-invalidate.exp
1258 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1259 * gdb.mi/mi-vla-fortran.exp
1260 * gdb.mi/mi-watch.exp
1261 * gdb.mi/mi2-var-child.exp
1262 * gdb.mi/user-selected-context-sync.exp
1263 * gdb.modula2/unbounded-array.exp
1264 * gdb.multi/dummy-frame-restore.exp
1265 * gdb.multi/multi-arch-exec.exp
1266 * gdb.multi/multi-arch.exp
1267 * gdb.multi/tids.exp
1268 * gdb.multi/watchpoint-multi.exp
1269 * gdb.opencl/callfuncs.exp
1270 * gdb.opencl/convs_casts.exp
1271 * gdb.opencl/datatypes.exp
1272 * gdb.opencl/operators.exp
1273 * gdb.opencl/vec_comps.exp
1274 * gdb.opt/clobbered-registers-O2.exp
1275 * gdb.opt/inline-break.exp
1276 * gdb.opt/inline-bt.exp
1277 * gdb.opt/inline-cmds.exp
1278 * gdb.opt/inline-locals.exp
1279 * gdb.pascal/case-insensitive-symbols.exp
1280 * gdb.pascal/floats.exp
1281 * gdb.pascal/gdb11492.exp
1282 * gdb.python/lib-types.exp
1283 * gdb.python/py-arch.exp
1284 * gdb.python/py-as-string.exp
1285 * gdb.python/py-bad-printers.exp
1286 * gdb.python/py-block.exp
1287 * gdb.python/py-breakpoint-create-fail.exp
1288 * gdb.python/py-breakpoint.exp
1289 * gdb.python/py-caller-is.exp
1290 * gdb.python/py-cmd.exp
1291 * gdb.python/py-explore-cc.exp
1292 * gdb.python/py-explore.exp
1293 * gdb.python/py-finish-breakpoint.exp
1294 * gdb.python/py-finish-breakpoint2.exp
1295 * gdb.python/py-frame-args.exp
1296 * gdb.python/py-frame-inline.exp
1297 * gdb.python/py-frame.exp
1298 * gdb.python/py-framefilter-mi.exp
1299 * gdb.python/py-infthread.exp
1300 * gdb.python/py-lazy-string.exp
1301 * gdb.python/py-linetable.exp
1302 * gdb.python/py-mi-events.exp
1303 * gdb.python/py-mi-objfile.exp
1304 * gdb.python/py-mi.exp
1305 * gdb.python/py-objfile.exp
1306 * gdb.python/py-pp-integral.exp
1307 * gdb.python/py-pp-maint.exp
1308 * gdb.python/py-pp-re-notag.exp
1309 * gdb.python/py-pp-registration.exp
1310 * gdb.python/py-recurse-unwind.exp
1311 * gdb.python/py-strfns.exp
1312 * gdb.python/py-symbol.exp
1313 * gdb.python/py-symtab.exp
1314 * gdb.python/py-sync-interp.exp
1315 * gdb.python/py-typeprint.exp
1316 * gdb.python/py-unwind-maint.exp
1317 * gdb.python/py-unwind.exp
1318 * gdb.python/py-value-cc.exp
1319 * gdb.python/py-xmethods.exp
1320 * gdb.reverse/amd64-tailcall-reverse.exp
1321 * gdb.reverse/break-precsave.exp
1322 * gdb.reverse/break-reverse.exp
1323 * gdb.reverse/consecutive-precsave.exp
1324 * gdb.reverse/consecutive-reverse.exp
1325 * gdb.reverse/finish-precsave.exp
1326 * gdb.reverse/finish-reverse-bkpt.exp
1327 * gdb.reverse/finish-reverse.exp
1328 * gdb.reverse/fstatat-reverse.exp
1329 * gdb.reverse/getresuid-reverse.exp
1330 * gdb.reverse/i386-precsave.exp
1331 * gdb.reverse/i386-reverse.exp
1332 * gdb.reverse/i386-sse-reverse.exp
1333 * gdb.reverse/i387-env-reverse.exp
1334 * gdb.reverse/i387-stack-reverse.exp
1335 * gdb.reverse/insn-reverse.exp
1336 * gdb.reverse/machinestate-precsave.exp
1337 * gdb.reverse/machinestate.exp
1338 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1339 * gdb.reverse/pipe-reverse.exp
1340 * gdb.reverse/readv-reverse.exp
1341 * gdb.reverse/recvmsg-reverse.exp
1342 * gdb.reverse/rerun-prec.exp
1343 * gdb.reverse/s390-mvcle.exp
1344 * gdb.reverse/step-precsave.exp
1345 * gdb.reverse/step-reverse.exp
1346 * gdb.reverse/time-reverse.exp
1347 * gdb.reverse/until-precsave.exp
1348 * gdb.reverse/until-reverse.exp
1349 * gdb.reverse/waitpid-reverse.exp
1350 * gdb.reverse/watch-precsave.exp
1351 * gdb.reverse/watch-reverse.exp
1352 * gdb.rust/generics.exp
1353 * gdb.rust/methods.exp
1354 * gdb.rust/modules.exp
1355 * gdb.rust/simple.exp
1356 * gdb.server/connect-with-no-symbol-file.exp
1357 * gdb.server/ext-attach.exp
1358 * gdb.server/ext-restart.exp
1359 * gdb.server/ext-wrapper.exp
1360 * gdb.server/file-transfer.exp
1361 * gdb.server/server-exec-info.exp
1362 * gdb.server/server-kill.exp
1363 * gdb.server/server-mon.exp
1364 * gdb.server/wrapper.exp
1365 * gdb.stabs/exclfwd.exp
1366 * gdb.stabs/gdb11479.exp
1367 * gdb.threads/clone-new-thread-event.exp
1368 * gdb.threads/corethreads.exp
1369 * gdb.threads/current-lwp-dead.exp
1370 * gdb.threads/dlopen-libpthread.exp
1371 * gdb.threads/gcore-thread.exp
1372 * gdb.threads/sigstep-threads.exp
1373 * gdb.threads/watchpoint-fork.exp
1374 * gdb.trace/actions-changed.exp
1375 * gdb.trace/backtrace.exp
1376 * gdb.trace/change-loc.exp
1377 * gdb.trace/circ.exp
1378 * gdb.trace/collection.exp
1379 * gdb.trace/disconnected-tracing.exp
1380 * gdb.trace/ftrace.exp
1381 * gdb.trace/mi-trace-frame-collected.exp
1382 * gdb.trace/mi-trace-unavailable.exp
1383 * gdb.trace/mi-traceframe-changed.exp
1384 * gdb.trace/mi-tsv-changed.exp
1385 * gdb.trace/no-attach-trace.exp
1386 * gdb.trace/passc-dyn.exp
1387 * gdb.trace/qtro.exp
1388 * gdb.trace/range-stepping.exp
1389 * gdb.trace/read-memory.exp
1390 * gdb.trace/save-trace.exp
1391 * gdb.trace/signal.exp
1392 * gdb.trace/status-stop.exp
1393 * gdb.trace/tfile.exp
1394 * gdb.trace/trace-break.exp
1395 * gdb.trace/trace-buffer-size.exp
1396 * gdb.trace/trace-condition.exp
1397 * gdb.trace/tracefile-pseudo-reg.exp
1398 * gdb.trace/tstatus.exp
1399 * gdb.trace/unavailable.exp
1400 * gdb.trace/while-dyn.exp
1401 * gdb.trace/while-stepping.exp
1402
1403 2016-12-22 Doug Evans <xdje42@gmail.com>
1404
1405 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1406 and msymbols.
1407
1408 2016-12-19 Yao Qi <yao.qi@linaro.org>
1409
1410 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1411 (test_with_self): Don't call do_steps_and_nexts, and remove
1412 code about stepping into xmalloc.
1413
1414 2016-12-09 Yao Qi <yao.qi@linaro.org>
1415
1416 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1417
1418 2016-12-09 Yao Qi <yao.qi@linaro.org>
1419
1420 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1421
1422 2016-12-09 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/all-architectures-0.exp: New file.
1425 * gdb.base/all-architectures-1.exp: New file.
1426 * gdb.base/all-architectures-2.exp: New file.
1427 * gdb.base/all-architectures-3.exp: New file.
1428 * gdb.base/all-architectures-4.exp: New file.
1429 * gdb.base/all-architectures-5.exp: New file.
1430 * gdb.base/all-architectures-6.exp: New file.
1431 * gdb.base/all-architectures-7.exp: New file.
1432 * gdb.base/all-architectures.exp.in: New file.
1433
1434 2016-12-09 Yao Qi <yao.qi@linaro.org>
1435
1436 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1437
1438 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1439
1440 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1441 possible.
1442 Remove useless pattern-matching code.
1443
1444 2016-12-02 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1447 procedure.
1448 (top level): Call it.
1449
1450 2016-12-02 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1453 New procedure.
1454 (top level): Call it.
1455
1456 2016-12-02 Pedro Alves <palves@redhat.com>
1457
1458 PR cli/20559
1459 * gdb.base/commands.exp (user_defined_command_args_eval): New
1460 procedure.
1461 (top level): Call it.
1462
1463 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1464
1465 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1466 timeout handling.
1467
1468 2016-12-02 Tom Tromey <tom@tromey.com>
1469
1470 * gdb.dwarf2/main-subprogram.c: New file.
1471 * gdb.dwarf2/main-subprogram.exp: New file.
1472
1473 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1474
1475 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1476 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1477 gdb_test_no_output for a couple of cases.
1478 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1479
1480 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1481
1482 Fix test names and standardize compilation error messages throughout
1483 the following files:
1484
1485 * gdb.ada/start.exp
1486 * gdb.arch/alpha-step.exp
1487 * gdb.arch/e500-prologue.exp
1488 * gdb.arch/ftrace-insn-reloc.exp
1489 * gdb.arch/gdb1291.exp
1490 * gdb.arch/gdb1431.exp
1491 * gdb.arch/gdb1558.exp
1492 * gdb.arch/i386-dr3-watch.exp
1493 * gdb.arch/i386-sse-stack-align.exp
1494 * gdb.arch/ia64-breakpoint-shadow.exp
1495 * gdb.arch/pa-nullify.exp
1496 * gdb.arch/powerpc-aix-prologue.exp
1497 * gdb.arch/thumb-bx-pc.exp
1498 * gdb.base/annota1.exp
1499 * gdb.base/annota3.exp
1500 * gdb.base/arrayidx.exp
1501 * gdb.base/assign.exp
1502 * gdb.base/attach.exp
1503 * gdb.base/auxv.exp
1504 * gdb.base/bang.exp
1505 * gdb.base/bfp-test.exp
1506 * gdb.base/bigcore.exp
1507 * gdb.base/bitfields2.exp
1508 * gdb.base/break-fun-addr.exp
1509 * gdb.base/break-probes.exp
1510 * gdb.base/call-rt-st.exp
1511 * gdb.base/callexit.exp
1512 * gdb.base/catch-fork-kill.exp
1513 * gdb.base/charset.exp
1514 * gdb.base/checkpoint.exp
1515 * gdb.base/comprdebug.exp
1516 * gdb.base/constvars.exp
1517 * gdb.base/coredump-filter.exp
1518 * gdb.base/cursal.exp
1519 * gdb.base/cvexpr.exp
1520 * gdb.base/detach.exp
1521 * gdb.base/display.exp
1522 * gdb.base/dmsym.exp
1523 * gdb.base/dprintf-pending.exp
1524 * gdb.base/dso2dso.exp
1525 * gdb.base/dtrace-probe.exp
1526 * gdb.base/dump.exp
1527 * gdb.base/enum_cond.exp
1528 * gdb.base/exe-lock.exp
1529 * gdb.base/exec-invalid-sysroot.exp
1530 * gdb.base/execl-update-breakpoints.exp
1531 * gdb.base/exprs.exp
1532 * gdb.base/fileio.exp
1533 * gdb.base/find.exp
1534 * gdb.base/finish.exp
1535 * gdb.base/fixsection.exp
1536 * gdb.base/foll-vfork.exp
1537 * gdb.base/frame-args.exp
1538 * gdb.base/gcore.exp
1539 * gdb.base/gdb1250.exp
1540 * gdb.base/global-var-nested-by-dso.exp
1541 * gdb.base/gnu-ifunc.exp
1542 * gdb.base/hashline1.exp
1543 * gdb.base/hashline2.exp
1544 * gdb.base/hashline3.exp
1545 * gdb.base/hbreak-in-shr-unsupported.exp
1546 * gdb.base/huge.exp
1547 * gdb.base/infcall-input.exp
1548 * gdb.base/info-fun.exp
1549 * gdb.base/info-shared.exp
1550 * gdb.base/jit-simple.exp
1551 * gdb.base/jit-so.exp
1552 * gdb.base/jit.exp
1553 * gdb.base/jump.exp
1554 * gdb.base/label.exp
1555 * gdb.base/lineinc.exp
1556 * gdb.base/logical.exp
1557 * gdb.base/longjmp.exp
1558 * gdb.base/macscp.exp
1559 * gdb.base/miscexprs.exp
1560 * gdb.base/new-ui-echo.exp
1561 * gdb.base/new-ui-pending-input.exp
1562 * gdb.base/new-ui.exp
1563 * gdb.base/nodebug.exp
1564 * gdb.base/nofield.exp
1565 * gdb.base/offsets.exp
1566 * gdb.base/overlays.exp
1567 * gdb.base/pending.exp
1568 * gdb.base/pointers.exp
1569 * gdb.base/pr11022.exp
1570 * gdb.base/printcmds.exp
1571 * gdb.base/prologue.exp
1572 * gdb.base/ptr-typedef.exp
1573 * gdb.base/realname-expand.exp
1574 * gdb.base/relativedebug.exp
1575 * gdb.base/relocate.exp
1576 * gdb.base/remote.exp
1577 * gdb.base/reread.exp
1578 * gdb.base/return2.exp
1579 * gdb.base/savedregs.exp
1580 * gdb.base/sep.exp
1581 * gdb.base/sepdebug.exp
1582 * gdb.base/sepsymtab.exp
1583 * gdb.base/set-inferior-tty.exp
1584 * gdb.base/setshow.exp
1585 * gdb.base/shlib-call.exp
1586 * gdb.base/sigaltstack.exp
1587 * gdb.base/siginfo-addr.exp
1588 * gdb.base/signals.exp
1589 * gdb.base/signull.exp
1590 * gdb.base/sigrepeat.exp
1591 * gdb.base/so-impl-ld.exp
1592 * gdb.base/solib-display.exp
1593 * gdb.base/solib-overlap.exp
1594 * gdb.base/solib-search.exp
1595 * gdb.base/solib-symbol.exp
1596 * gdb.base/structs.exp
1597 * gdb.base/structs2.exp
1598 * gdb.base/symtab-search-order.exp
1599 * gdb.base/twice.exp
1600 * gdb.base/unload.exp
1601 * gdb.base/varargs.exp
1602 * gdb.base/watchpoint-solib.exp
1603 * gdb.base/watchpoint.exp
1604 * gdb.base/whatis.exp
1605 * gdb.base/wrong_frame_bt_full.exp
1606 * gdb.btrace/dlopen.exp
1607 * gdb.cell/ea-standalone.exp
1608 * gdb.cell/ea-test.exp
1609 * gdb.cp/dispcxx.exp
1610 * gdb.cp/gdb2384.exp
1611 * gdb.cp/method2.exp
1612 * gdb.cp/nextoverthrow.exp
1613 * gdb.cp/pr10728.exp
1614 * gdb.disasm/am33.exp
1615 * gdb.disasm/h8300s.exp
1616 * gdb.disasm/mn10300.exp
1617 * gdb.disasm/sh3.exp
1618 * gdb.dwarf2/dw2-dir-file-name.exp
1619 * gdb.fortran/complex.exp
1620 * gdb.fortran/library-module.exp
1621 * gdb.guile/scm-pretty-print.exp
1622 * gdb.guile/scm-symbol.exp
1623 * gdb.guile/scm-type.exp
1624 * gdb.guile/scm-value.exp
1625 * gdb.linespec/linespec.exp
1626 * gdb.mi/gdb701.exp
1627 * gdb.mi/gdb792.exp
1628 * gdb.mi/mi-breakpoint-changed.exp
1629 * gdb.mi/mi-dprintf-pending.exp
1630 * gdb.mi/mi-dprintf.exp
1631 * gdb.mi/mi-exit-code.exp
1632 * gdb.mi/mi-pending.exp
1633 * gdb.mi/mi-solib.exp
1634 * gdb.mi/new-ui-mi-sync.exp
1635 * gdb.mi/pr11022.exp
1636 * gdb.mi/user-selected-context-sync.exp
1637 * gdb.opt/solib-intra-step.exp
1638 * gdb.python/py-events.exp
1639 * gdb.python/py-finish-breakpoint.exp
1640 * gdb.python/py-mi.exp
1641 * gdb.python/py-prettyprint.exp
1642 * gdb.python/py-shared.exp
1643 * gdb.python/py-symbol.exp
1644 * gdb.python/py-template.exp
1645 * gdb.python/py-type.exp
1646 * gdb.python/py-value.exp
1647 * gdb.reverse/solib-precsave.exp
1648 * gdb.reverse/solib-reverse.exp
1649 * gdb.server/solib-list.exp
1650 * gdb.stabs/weird.exp
1651 * gdb.threads/reconnect-signal.exp
1652 * gdb.threads/stepi-random-signal.exp
1653 * gdb.trace/actions.exp
1654 * gdb.trace/ax.exp
1655 * gdb.trace/backtrace.exp
1656 * gdb.trace/change-loc.exp
1657 * gdb.trace/deltrace.exp
1658 * gdb.trace/ftrace-lock.exp
1659 * gdb.trace/ftrace.exp
1660 * gdb.trace/infotrace.exp
1661 * gdb.trace/mi-tracepoint-changed.exp
1662 * gdb.trace/packetlen.exp
1663 * gdb.trace/passcount.exp
1664 * gdb.trace/pending.exp
1665 * gdb.trace/range-stepping.exp
1666 * gdb.trace/report.exp
1667 * gdb.trace/stap-trace.exp
1668 * gdb.trace/tfind.exp
1669 * gdb.trace/trace-break.exp
1670 * gdb.trace/trace-condition.exp
1671 * gdb.trace/trace-enable-disable.exp
1672 * gdb.trace/trace-mt.exp
1673 * gdb.trace/tracecmd.exp
1674 * gdb.trace/tspeed.exp
1675 * gdb.trace/tsv.exp
1676 * lib/perftest.exp
1677
1678 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1679
1680 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1681 with gdb_test_no_output.
1682 Use command as test name.
1683
1684 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1685
1686 Fix test names starting with uppercase throughout the files.
1687
1688 * gdb.ada/assign_1.exp
1689 * gdb.ada/boolean_expr.exp
1690 * gdb.base/arrayidx.exp
1691 * gdb.base/del.exp
1692 * gdb.base/gcore-buffer-overflow.exp
1693 * gdb.base/testenv.exp
1694 * gdb.compile/compile.exp
1695 * gdb.python/py-framefilter-invalidarg.exp
1696 * gdb.python/py-framefilter.exp
1697
1698 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1699
1700 Fix test names starting with uppercase throughout the files.
1701
1702 * gdb.ada/array_return.exp
1703 * gdb.ada/expr_delims.exp
1704 * gdb.ada/mi_dyn_arr.exp
1705 * gdb.ada/mi_interface.exp
1706 * gdb.ada/mi_var_array.exp
1707 * gdb.ada/watch_arg.exp
1708 * gdb.arch/alpha-step.exp
1709 * gdb.arch/altivec-regs.exp
1710 * gdb.arch/e500-regs.exp
1711 * gdb.arch/powerpc-d128-regs.exp
1712 * gdb.base/arrayidx.exp
1713 * gdb.base/break.exp
1714 * gdb.base/checkpoint.exp
1715 * gdb.base/debug-expr.exp
1716 * gdb.base/dmsym.exp
1717 * gdb.base/radix.exp
1718 * gdb.base/sepdebug.exp
1719 * gdb.base/testenv.exp
1720 * gdb.base/watch_thread_num.exp
1721 * gdb.base/watchpoint-cond-gone.exp
1722 * gdb.cell/break.exp
1723 * gdb.cell/ea-cache.exp
1724 * gdb.compile/compile.exp
1725 * gdb.cp/gdb2495.exp
1726 * gdb.gdb/selftest.exp
1727 * gdb.gdb/xfullpath.exp
1728 * gdb.go/hello.exp
1729 * gdb.go/integers.exp
1730 * gdb.objc/basicclass.exp
1731 * gdb.pascal/hello.exp
1732 * gdb.pascal/integers.exp
1733 * gdb.python/py-breakpoint.exp
1734 * gdb.python/py-cmd.exp
1735 * gdb.python/py-linetable.exp
1736 * gdb.python/py-xmethods.exp
1737 * gdb.python/python.exp
1738 * gdb.reverse/consecutive-precsave.exp
1739 * gdb.reverse/finish-precsave.exp
1740 * gdb.reverse/i386-precsave.exp
1741 * gdb.reverse/machinestate-precsave.exp
1742 * gdb.reverse/sigall-precsave.exp
1743 * gdb.reverse/solib-precsave.exp
1744 * gdb.reverse/step-precsave.exp
1745 * gdb.reverse/until-precsave.exp
1746 * gdb.reverse/watch-precsave.exp
1747 * gdb.threads/leader-exit.exp
1748 * gdb.threads/pthreads.exp
1749 * gdb.threads/wp-replication.exp
1750 * gdb.trace/actions.exp
1751 * gdb.trace/mi-tsv-changed.exp
1752 * gdb.trace/tsv.exp
1753
1754 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1755
1756 Fix test names starting with uppercase throughout the files.
1757
1758 * gdb.arch/i386-bp_permanent.exp
1759 * gdb.arch/i386-gnu-cfi.exp
1760 * gdb.base/disasm-end-cu.exp
1761 * gdb.base/macscp.exp
1762 * gdb.base/pending.exp
1763 * gdb.base/watch_thread_num.exp
1764 * gdb.cp/exception.exp
1765 * gdb.cp/gdb2495.exp
1766 * gdb.cp/local.exp
1767 * gdb.python/py-evsignal.exp
1768 * gdb.python/python.exp
1769 * gdb.trace/tracecmd.exp
1770
1771 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1772
1773 Fix test names starting with uppercase throughout the files.
1774
1775 * gdb.base/charset.exp
1776 * gdb.base/eval.exp
1777 * gdb.base/multi-forks.exp
1778 * gdb.guile/scm-progspace.exp
1779 * gdb.opencl/datatypes.exp
1780 * gdb.python/py-block.exp
1781 * gdb.python/py-function.exp
1782 * gdb.python/py-symbol.exp
1783 * gdb.python/py-symtab.exp
1784 * gdb.python/py-xmethods.exp
1785 * gdb.reverse/break-precsave.exp
1786 * gdb.reverse/break-reverse.exp
1787 * gdb.reverse/consecutive-precsave.exp
1788 * gdb.reverse/consecutive-reverse.exp
1789 * gdb.reverse/finish-precsave.exp
1790 * gdb.reverse/finish-reverse-bkpt.exp
1791 * gdb.reverse/finish-reverse.exp
1792 * gdb.reverse/fstatat-reverse.exp
1793 * gdb.reverse/getresuid-reverse.exp
1794 * gdb.reverse/i386-precsave.exp
1795 * gdb.reverse/i386-reverse.exp
1796 * gdb.reverse/i386-sse-reverse.exp
1797 * gdb.reverse/i387-stack-reverse.exp
1798 * gdb.reverse/insn-reverse.exp
1799 * gdb.reverse/machinestate-precsave.exp
1800 * gdb.reverse/machinestate.exp
1801 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1802 * gdb.reverse/pipe-reverse.exp
1803 * gdb.reverse/readv-reverse.exp
1804 * gdb.reverse/recvmsg-reverse.exp
1805 * gdb.reverse/rerun-prec.exp
1806 * gdb.reverse/s390-mvcle.exp
1807 * gdb.reverse/sigall-precsave.exp
1808 * gdb.reverse/sigall-reverse.exp
1809 * gdb.reverse/solib-precsave.exp
1810 * gdb.reverse/solib-reverse.exp
1811 * gdb.reverse/step-precsave.exp
1812 * gdb.reverse/step-reverse.exp
1813 * gdb.reverse/time-reverse.exp
1814 * gdb.reverse/until-precsave.exp
1815 * gdb.reverse/until-reverse.exp
1816 * gdb.reverse/waitpid-reverse.exp
1817 * gdb.reverse/watch-precsave.exp
1818 * gdb.reverse/watch-reverse.exp
1819
1820 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1821
1822 Fix test names starting with uppercase throughout the files.
1823
1824 * gdb.arch/i386-mpx-simple_segv.exp
1825 * gdb.arch/i386-mpx.exp
1826 * gdb.arch/i386-permbkpt.exp
1827 * gdb.arch/pa-nullify.exp
1828 * gdb.arch/powerpc-d128-regs.exp
1829 * gdb.arch/vsx-regs.exp
1830 * gdb.base/bfp-test.exp
1831 * gdb.base/break.exp
1832 * gdb.base/breakpoint-shadow.exp
1833 * gdb.base/callfuncs.exp
1834 * gdb.base/charset.exp
1835 * gdb.base/commands.exp
1836 * gdb.base/completion.exp
1837 * gdb.base/dfp-test.exp
1838 * gdb.base/echo.exp
1839 * gdb.base/ending-run.exp
1840 * gdb.base/eval.exp
1841 * gdb.base/expand-psymtabs.exp
1842 * gdb.base/float128.exp
1843 * gdb.base/floatn.exp
1844 * gdb.base/foll-exec-mode.exp
1845 * gdb.base/gdb1056.exp
1846 * gdb.base/gdb11531.exp
1847 * gdb.base/kill-after-signal.exp
1848 * gdb.base/multi-forks.exp
1849 * gdb.base/overlays.exp
1850 * gdb.base/pending.exp
1851 * gdb.base/sepdebug.exp
1852 * gdb.base/testenv.exp
1853 * gdb.base/valgrind-db-attach.exp
1854 * gdb.base/watch_thread_num.exp
1855 * gdb.base/watchpoint-cond-gone.exp
1856 * gdb.base/watchpoint.exp
1857 * gdb.base/watchpoints.exp
1858 * gdb.cp/arg-reference.exp
1859 * gdb.cp/baseenum.exp
1860 * gdb.cp/operator.exp
1861 * gdb.cp/shadow.exp
1862 * gdb.dwarf2/dw2-op-out-param.exp
1863 * gdb.dwarf2/dw2-reg-undefined.exp
1864 * gdb.go/chan.exp
1865 * gdb.go/hello.exp
1866 * gdb.go/integers.exp
1867 * gdb.go/methods.exp
1868 * gdb.go/package.exp
1869 * gdb.guile/scm-parameter.exp
1870 * gdb.guile/scm-progspace.exp
1871 * gdb.guile/scm-value.exp
1872 * gdb.mi/mi-pending.exp
1873 * gdb.mi/user-selected-context-sync.exp
1874 * gdb.multi/multi-attach.exp
1875 * gdb.multi/tids.exp
1876 * gdb.opt/clobbered-registers-O2.exp
1877 * gdb.pascal/floats.exp
1878 * gdb.pascal/integers.exp
1879 * gdb.python/py-block.exp
1880 * gdb.python/py-events.exp
1881 * gdb.python/py-parameter.exp
1882 * gdb.python/py-symbol.exp
1883 * gdb.python/py-symtab.exp
1884 * gdb.python/py-type.exp
1885 * gdb.python/py-value.exp
1886 * gdb.python/py-xmethods.exp
1887 * gdb.python/python.exp
1888 * gdb.reverse/break-precsave.exp
1889 * gdb.reverse/consecutive-precsave.exp
1890 * gdb.reverse/finish-precsave.exp
1891 * gdb.reverse/i386-precsave.exp
1892 * gdb.reverse/machinestate-precsave.exp
1893 * gdb.reverse/sigall-precsave.exp
1894 * gdb.reverse/solib-precsave.exp
1895 * gdb.reverse/step-precsave.exp
1896 * gdb.reverse/until-precsave.exp
1897 * gdb.reverse/watch-precsave.exp
1898 * gdb.server/ext-attach.exp
1899 * gdb.server/ext-restart.exp
1900 * gdb.server/ext-run.exp
1901 * gdb.server/ext-wrapper.exp
1902 * gdb.stabs/gdb11479.exp
1903 * gdb.stabs/weird.exp
1904 * gdb.threads/attach-many-short-lived-threads.exp
1905 * gdb.threads/kill.exp
1906 * gdb.threads/watchpoint-fork.exp
1907
1908 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1909
1910 Fix test names starting with uppercase throughout all the files below.
1911
1912 * gdb.ada/array_return.exp
1913 * gdb.ada/catch_ex.exp
1914 * gdb.ada/info_exc.exp
1915 * gdb.ada/mi_catch_ex.exp
1916 * gdb.ada/mi_dyn_arr.exp
1917 * gdb.ada/mi_ex_cond.exp
1918 * gdb.ada/mi_exc_info.exp
1919 * gdb.ada/mi_interface.exp
1920 * gdb.ada/mi_task_arg.exp
1921 * gdb.ada/mi_task_info.exp
1922 * gdb.ada/mi_var_array.exp
1923 * gdb.arch/alpha-step.exp
1924 * gdb.arch/amd64-disp-step.exp
1925 * gdb.arch/arm-disp-step.exp
1926 * gdb.arch/disp-step-insn-reloc.exp
1927 * gdb.arch/e500-prologue.exp
1928 * gdb.arch/ftrace-insn-reloc.exp
1929 * gdb.arch/gdb1558.exp
1930 * gdb.arch/i386-bp_permanent.exp
1931 * gdb.arch/i386-disp-step.exp
1932 * gdb.arch/i386-float.exp
1933 * gdb.arch/i386-gnu-cfi.exp
1934 * gdb.arch/ia64-breakpoint-shadow.exp
1935 * gdb.arch/mips16-thunks.exp
1936 * gdb.arch/pa-nullify.exp
1937 * gdb.arch/powerpc-aix-prologue.exp
1938 * gdb.arch/powerpc-power.exp
1939 * gdb.arch/ppc-dfp.exp
1940 * gdb.arch/s390-tdbregs.exp
1941 * gdb.arch/spu-info.exp
1942 * gdb.arch/spu-ls.exp
1943 * gdb.arch/thumb-bx-pc.exp
1944 * gdb.base/advance.exp
1945 * gdb.base/annota-input-while-running.exp
1946 * gdb.base/arrayidx.exp
1947 * gdb.base/asmlabel.exp
1948 * gdb.base/async.exp
1949 * gdb.base/attach-wait-input.exp
1950 * gdb.base/auto-connect-native-target.exp
1951 * gdb.base/batch-preserve-term-settings.exp
1952 * gdb.base/bfp-test.exp
1953 * gdb.base/bigcore.exp
1954 * gdb.base/bp-permanent.exp
1955 * gdb.base/break-always.exp
1956 * gdb.base/break-fun-addr.exp
1957 * gdb.base/break-idempotent.exp
1958 * gdb.base/break-main-file-remove-fail.exp
1959 * gdb.base/break-probes.exp
1960 * gdb.base/break-unload-file.exp
1961 * gdb.base/break.exp
1962 * gdb.base/call-ar-st.exp
1963 * gdb.base/call-rt-st.exp
1964 * gdb.base/call-sc.exp
1965 * gdb.base/call-signal-resume.exp
1966 * gdb.base/call-strs.exp
1967 * gdb.base/callexit.exp
1968 * gdb.base/callfuncs.exp
1969 * gdb.base/catch-gdb-caused-signals.exp
1970 * gdb.base/catch-signal-siginfo-cond.exp
1971 * gdb.base/catch-syscall.exp
1972 * gdb.base/compare-sections.exp
1973 * gdb.base/cond-eval-mode.exp
1974 * gdb.base/condbreak-call-false.exp
1975 * gdb.base/consecutive-step-over.exp
1976 * gdb.base/cursal.exp
1977 * gdb.base/disabled-location.exp
1978 * gdb.base/disasm-end-cu.exp
1979 * gdb.base/display.exp
1980 * gdb.base/double-prompt-target-event-error.exp
1981 * gdb.base/dprintf-bp-same-addr.exp
1982 * gdb.base/dprintf-detach.exp
1983 * gdb.base/dprintf-next.exp
1984 * gdb.base/dprintf-non-stop.exp
1985 * gdb.base/dprintf-pending.exp
1986 * gdb.base/dso2dso.exp
1987 * gdb.base/ending-run.exp
1988 * gdb.base/enum_cond.exp
1989 * gdb.base/examine-backward.exp
1990 * gdb.base/exe-lock.exp
1991 * gdb.base/exec-invalid-sysroot.exp
1992 * gdb.base/execl-update-breakpoints.exp
1993 * gdb.base/execution-termios.exp
1994 * gdb.base/fileio.exp
1995 * gdb.base/fixsection.exp
1996 * gdb.base/foll-exec-mode.exp
1997 * gdb.base/foll-exec.exp
1998 * gdb.base/fork-running-state.exp
1999 * gdb.base/frame-args.exp
2000 * gdb.base/fullpath-expand.exp
2001 * gdb.base/func-ptr.exp
2002 * gdb.base/gcore-relro-pie.exp
2003 * gdb.base/gdb1090.exp
2004 * gdb.base/gdb1555.exp
2005 * gdb.base/global-var-nested-by-dso.exp
2006 * gdb.base/gnu-ifunc.exp
2007 * gdb.base/hbreak-in-shr-unsupported.exp
2008 * gdb.base/hbreak-unmapped.exp
2009 * gdb.base/hook-stop.exp
2010 * gdb.base/infcall-input.exp
2011 * gdb.base/info-fun.exp
2012 * gdb.base/info-shared.exp
2013 * gdb.base/interrupt-noterm.exp
2014 * gdb.base/jit-so.exp
2015 * gdb.base/jit.exp
2016 * gdb.base/line-symtabs.exp
2017 * gdb.base/list.exp
2018 * gdb.base/longjmp.exp
2019 * gdb.base/macscp.exp
2020 * gdb.base/max-value-size.exp
2021 * gdb.base/nodebug.exp
2022 * gdb.base/nofield.exp
2023 * gdb.base/overlays.exp
2024 * gdb.base/paginate-after-ctrl-c-running.exp
2025 * gdb.base/paginate-bg-execution.exp
2026 * gdb.base/paginate-inferior-exit.exp
2027 * gdb.base/pending.exp
2028 * gdb.base/pr11022.exp
2029 * gdb.base/printcmds.exp
2030 * gdb.base/ptr-typedef.exp
2031 * gdb.base/ptype.exp
2032 * gdb.base/randomize.exp
2033 * gdb.base/range-stepping.exp
2034 * gdb.base/realname-expand.exp
2035 * gdb.base/relativedebug.exp
2036 * gdb.base/remote.exp
2037 * gdb.base/savedregs.exp
2038 * gdb.base/sepdebug.exp
2039 * gdb.base/set-noassign.exp
2040 * gdb.base/shlib-call.exp
2041 * gdb.base/shreloc.exp
2042 * gdb.base/sigaltstack.exp
2043 * gdb.base/sigbpt.exp
2044 * gdb.base/siginfo-addr.exp
2045 * gdb.base/siginfo-obj.exp
2046 * gdb.base/siginfo-thread.exp
2047 * gdb.base/signest.exp
2048 * gdb.base/signull.exp
2049 * gdb.base/sigrepeat.exp
2050 * gdb.base/skip.exp
2051 * gdb.base/so-impl-ld.exp
2052 * gdb.base/solib-corrupted.exp
2053 * gdb.base/solib-disc.exp
2054 * gdb.base/solib-display.exp
2055 * gdb.base/solib-overlap.exp
2056 * gdb.base/solib-search.exp
2057 * gdb.base/solib-symbol.exp
2058 * gdb.base/source-execution.exp
2059 * gdb.base/sss-bp-on-user-bp-2.exp
2060 * gdb.base/sss-bp-on-user-bp.exp
2061 * gdb.base/stack-checking.exp
2062 * gdb.base/stale-infcall.exp
2063 * gdb.base/step-break.exp
2064 * gdb.base/step-line.exp
2065 * gdb.base/step-over-exit.exp
2066 * gdb.base/step-test.exp
2067 * gdb.base/structs.exp
2068 * gdb.base/sym-file.exp
2069 * gdb.base/symtab-search-order.exp
2070 * gdb.base/term.exp
2071 * gdb.base/type-opaque.exp
2072 * gdb.base/unload.exp
2073 * gdb.base/until-nodebug.exp
2074 * gdb.base/until.exp
2075 * gdb.base/unwindonsignal.exp
2076 * gdb.base/watch-cond.exp
2077 * gdb.base/watch-non-mem.exp
2078 * gdb.base/watch_thread_num.exp
2079 * gdb.base/watchpoint-reuse-slot.exp
2080 * gdb.base/watchpoint-solib.exp
2081 * gdb.base/watchpoint.exp
2082 * gdb.btrace/dlopen.exp
2083 * gdb.cell/arch.exp
2084 * gdb.cell/break.exp
2085 * gdb.cell/bt.exp
2086 * gdb.cell/core.exp
2087 * gdb.cell/data.exp
2088 * gdb.cell/dwarfaddr.exp
2089 * gdb.cell/ea-cache.exp
2090 * gdb.cell/ea-standalone.exp
2091 * gdb.cell/ea-test.exp
2092 * gdb.cell/f-regs.exp
2093 * gdb.cell/fork.exp
2094 * gdb.cell/gcore.exp
2095 * gdb.cell/mem-access.exp
2096 * gdb.cell/ptype.exp
2097 * gdb.cell/registers.exp
2098 * gdb.cell/sizeof.exp
2099 * gdb.cell/solib-symbol.exp
2100 * gdb.cell/solib.exp
2101 * gdb.compile/compile-tls.exp
2102 * gdb.cp/exception.exp
2103 * gdb.cp/gdb2495.exp
2104 * gdb.cp/local.exp
2105 * gdb.cp/mb-inline.exp
2106 * gdb.cp/mb-templates.exp
2107 * gdb.cp/pr10687.exp
2108 * gdb.cp/pr9167.exp
2109 * gdb.cp/scope-err.exp
2110 * gdb.cp/templates.exp
2111 * gdb.cp/virtfunc.exp
2112 * gdb.dwarf2/dw2-dir-file-name.exp
2113 * gdb.dwarf2/dw2-single-line-discriminators.exp
2114 * gdb.fortran/complex.exp
2115 * gdb.fortran/library-module.exp
2116 * gdb.guile/guile.exp
2117 * gdb.guile/scm-cmd.exp
2118 * gdb.guile/scm-frame-inline.exp
2119 * gdb.guile/scm-objfile.exp
2120 * gdb.guile/scm-pretty-print.exp
2121 * gdb.guile/scm-symbol.exp
2122 * gdb.guile/scm-type.exp
2123 * gdb.guile/scm-value.exp
2124 * gdb.linespec/keywords.exp
2125 * gdb.linespec/ls-errs.exp
2126 * gdb.linespec/macro-relative.exp
2127 * gdb.linespec/thread.exp
2128 * gdb.mi/mi-breakpoint-changed.exp
2129 * gdb.mi/mi-dprintf-pending.exp
2130 * gdb.mi/mi-fullname-deleted.exp
2131 * gdb.mi/mi-logging.exp
2132 * gdb.mi/mi-pending.exp
2133 * gdb.mi/mi-solib.exp
2134 * gdb.mi/new-ui-mi-sync.exp
2135 * gdb.mi/user-selected-context-sync.exp
2136 * gdb.multi/dummy-frame-restore.exp
2137 * gdb.multi/multi-arch-exec.exp
2138 * gdb.multi/remove-inferiors.exp
2139 * gdb.multi/watchpoint-multi-exit.exp
2140 * gdb.opt/solib-intra-step.exp
2141 * gdb.perf/backtrace.exp
2142 * gdb.perf/single-step.exp
2143 * gdb.perf/skip-command.exp
2144 * gdb.perf/skip-prologue.exp
2145 * gdb.perf/solib.exp
2146 * gdb.python/lib-types.exp
2147 * gdb.python/py-as-string.exp
2148 * gdb.python/py-bad-printers.exp
2149 * gdb.python/py-block.exp
2150 * gdb.python/py-breakpoint.exp
2151 * gdb.python/py-cmd.exp
2152 * gdb.python/py-events.exp
2153 * gdb.python/py-evthreads.exp
2154 * gdb.python/py-finish-breakpoint.exp
2155 * gdb.python/py-finish-breakpoint2.exp
2156 * gdb.python/py-frame-inline.exp
2157 * gdb.python/py-frame.exp
2158 * gdb.python/py-inferior.exp
2159 * gdb.python/py-infthread.exp
2160 * gdb.python/py-mi.exp
2161 * gdb.python/py-objfile.exp
2162 * gdb.python/py-pp-maint.exp
2163 * gdb.python/py-pp-registration.exp
2164 * gdb.python/py-prettyprint.exp
2165 * gdb.python/py-recurse-unwind.exp
2166 * gdb.python/py-shared.exp
2167 * gdb.python/py-symbol.exp
2168 * gdb.python/py-symtab.exp
2169 * gdb.python/py-template.exp
2170 * gdb.python/py-type.exp
2171 * gdb.python/py-unwind-maint.exp
2172 * gdb.python/py-unwind.exp
2173 * gdb.python/py-value.exp
2174 * gdb.python/python.exp
2175 * gdb.reverse/finish-reverse-bkpt.exp
2176 * gdb.reverse/insn-reverse.exp
2177 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2178 * gdb.reverse/solib-precsave.exp
2179 * gdb.reverse/solib-reverse.exp
2180 * gdb.stabs/gdb11479.exp
2181 * gdb.stabs/weird.exp
2182 * gdb.threads/fork-child-threads.exp
2183 * gdb.threads/fork-plus-threads.exp
2184 * gdb.threads/fork-thread-pending.exp
2185 * gdb.threads/forking-threads-plus-breakpoint.exp
2186 * gdb.threads/hand-call-in-threads.exp
2187 * gdb.threads/interrupted-hand-call.exp
2188 * gdb.threads/linux-dp.exp
2189 * gdb.threads/local-watch-wrong-thread.exp
2190 * gdb.threads/next-while-other-thread-longjmps.exp
2191 * gdb.threads/non-ldr-exit.exp
2192 * gdb.threads/pending-step.exp
2193 * gdb.threads/print-threads.exp
2194 * gdb.threads/process-dies-while-detaching.exp
2195 * gdb.threads/process-dies-while-handling-bp.exp
2196 * gdb.threads/pthreads.exp
2197 * gdb.threads/queue-signal.exp
2198 * gdb.threads/reconnect-signal.exp
2199 * gdb.threads/signal-command-handle-nopass.exp
2200 * gdb.threads/signal-command-multiple-signals-pending.exp
2201 * gdb.threads/signal-delivered-right-thread.exp
2202 * gdb.threads/signal-sigtrap.exp
2203 * gdb.threads/sigthread.exp
2204 * gdb.threads/staticthreads.exp
2205 * gdb.threads/stepi-random-signal.exp
2206 * gdb.threads/thread-unwindonsignal.exp
2207 * gdb.threads/thread_check.exp
2208 * gdb.threads/thread_events.exp
2209 * gdb.threads/tid-reuse.exp
2210 * gdb.threads/tls-nodebug.exp
2211 * gdb.threads/tls-shared.exp
2212 * gdb.threads/tls-so_extern.exp
2213 * gdb.threads/tls.exp
2214 * gdb.threads/wp-replication.exp
2215 * gdb.trace/actions-changed.exp
2216 * gdb.trace/actions.exp
2217 * gdb.trace/backtrace.exp
2218 * gdb.trace/change-loc.exp
2219 * gdb.trace/collection.exp
2220 * gdb.trace/deltrace.exp
2221 * gdb.trace/disconnected-tracing.exp
2222 * gdb.trace/entry-values.exp
2223 * gdb.trace/ftrace-lock.exp
2224 * gdb.trace/ftrace.exp
2225 * gdb.trace/infotrace.exp
2226 * gdb.trace/mi-trace-frame-collected.exp
2227 * gdb.trace/mi-trace-unavailable.exp
2228 * gdb.trace/mi-traceframe-changed.exp
2229 * gdb.trace/mi-tracepoint-changed.exp
2230 * gdb.trace/mi-tsv-changed.exp
2231 * gdb.trace/no-attach-trace.exp
2232 * gdb.trace/packetlen.exp
2233 * gdb.trace/passc-dyn.exp
2234 * gdb.trace/passcount.exp
2235 * gdb.trace/pending.exp
2236 * gdb.trace/pr16508.exp
2237 * gdb.trace/qtro.exp
2238 * gdb.trace/range-stepping.exp
2239 * gdb.trace/read-memory.exp
2240 * gdb.trace/report.exp
2241 * gdb.trace/save-trace.exp
2242 * gdb.trace/signal.exp
2243 * gdb.trace/stap-trace.exp
2244 * gdb.trace/status-stop.exp
2245 * gdb.trace/strace.exp
2246 * gdb.trace/tfile.exp
2247 * gdb.trace/tfind.exp
2248 * gdb.trace/trace-break.exp
2249 * gdb.trace/trace-condition.exp
2250 * gdb.trace/trace-enable-disable.exp
2251 * gdb.trace/trace-mt.exp
2252 * gdb.trace/tracecmd.exp
2253 * gdb.trace/tracefile-pseudo-reg.exp
2254 * gdb.trace/tspeed.exp
2255 * gdb.trace/tstatus.exp
2256 * gdb.trace/tsv.exp
2257 * gdb.trace/unavailable.exp
2258 * gdb.trace/while-dyn.exp
2259 * gdb.trace/while-stepping.exp
2260 * lib/gdb-guile.exp
2261 * lib/gdb.exp
2262 * lib/mi-support.exp
2263 * lib/pascal.exp
2264 * lib/perftest.exp
2265 * lib/prelink-support.exp
2266 * lib/selftest-support.exp
2267
2268 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2269
2270 * Makefile.in: Include disable-implicit-rules.mk.
2271
2272 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2273
2274 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2275 non-byte-aligned bit fields.
2276
2277 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2278
2279 PR gdb/12616
2280 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2281 respects the DW_AT_data_bit_offset attribute.
2282
2283 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2284
2285 * gdb.base/default.exp: Fix output of "set language".
2286
2287 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2288
2289 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2290 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2291 make.
2292 * configure.ac: Remove checks for the make program.
2293 * configure: Re-generate.
2294
2295 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2296
2297 * gdb.python/py-recurse-unwind.c (main): Add loop.
2298 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2299 to read_register() and gdb.parse_and_eval(). Make each code
2300 call a separate case that can be individually tested.
2301 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2302 proc. Call cont_and_backtrace for each of the code paths that
2303 we want to test in the unwinder.
2304
2305 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2306
2307 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2308 the definition of struct S.
2309
2310 2016-11-11 Catherine Moore <clm@codesourcery.com>
2311
2312 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2313
2314 2016-11-09 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/commands.exp (runto_or_return): New procedure.
2317 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2318 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2319 (progvar_simple_while_test, progvar_complex_if_while_test)
2320 (if_while_breakpoint_command_test)
2321 (infrun_breakpoint_command_test, breakpoint_command_test)
2322 (user_defined_command_test, watchpoint_command_test)
2323 (test_command_prompt_position, redefine_hook_test)
2324 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2325 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2326 multi_line_input and multi_line. Remove gdb_expect and
2327 gdb_stop_suppressing_tests uses.
2328 * lib/gdb.exp (valnum_re): New global.
2329 (multi_line_input): New procedure.
2330
2331 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2332
2333 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2334 Remove.
2335 (test_setup): Define with proc_with_prefix.
2336 (test_cli_inferior): Likewise.
2337 (test_cli_thread): Likewise.
2338 (test_cli_frame): Likewise.
2339 (test_cli_select_frame): Likewise.
2340 (test_cli_up_down): Likewise.
2341 (test_mi_thread_select): Likewise.
2342 (test_mi_stack_select_frame): Likewise.
2343 (test_cli_in_mi_inferior): Likewise.
2344 (test_cli_in_mi_thread): Likewise.
2345 (test_cli_in_mi_frame): Likewise.
2346 (top level): Do not use with_test_prefix_procname.
2347
2348 2016-11-09 Pedro Alves <palves@redhat.com>
2349
2350 * gdb.base/commands.exp (gdbvar_simple_if_test)
2351 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2352 (progvar_simple_if_test, progvar_simple_while_test)
2353 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2354 (infrun_breakpoint_command_test, breakpoint_command_test)
2355 (user_defined_command_test, watchpoint_command_test)
2356 (test_command_prompt_position, deprecated_command_test)
2357 (bp_deleted_in_command, temporary_breakpoint_commands)
2358 (stray_arg0_test, source_file_with_indented_comment)
2359 (recursive_source_test, if_commands_test)
2360 (error_clears_commands_left, redefine_hook_test)
2361 (redefine_backtrace_test): Use proc_with_prefix.
2362 * lib/gdb.exp (proc_with_prefix): New proc.
2363
2364 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2365
2366 * gdb.base/tui-layout.c: New file.
2367 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2368 disassembly window contains very long lines.
2369
2370 2016-11-08 Tom Tromey <tom@tromey.com>
2371
2372 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2373 depend on Python 2.
2374
2375 2016-11-08 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2378 New method.
2379
2380 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2381
2382 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2383
2384 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2385
2386 * gdb.rust/simple.rs: Add test for univariant enums without
2387 discriminants and for encoded struct-like enums.
2388
2389 2016-10-28 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2392 gdb_test_multiple, tighten regexps and match symtabs and line
2393 tables incrementally.
2394
2395 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2396
2397 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2398 general.
2399
2400 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2401
2402 * gdb.base/exec-invalid-sysroot.exp: New file.
2403
2404 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2407
2408 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2409
2410 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2411
2412 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2413
2414 * gdb.base/killed-outside.exp: Remove $options from a call to
2415 `prepare_for_testing'.
2416
2417 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2418
2419 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2420 Change test message.
2421
2422 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2425 Update comment.
2426
2427 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2428
2429 * gdb.trace/mi-trace-save.exp: New file.
2430
2431 2016-10-13 Yao Qi <yao.qi@linaro.org>
2432
2433 * gdb.base/code_elim.exp (get_var_address): Remove.
2434 * gdb.base/relocate.exp: Likewise.
2435 * gdb.base/shreloc.exp: Likewise.
2436 * lib/gdb.exp (get_var_address): New.
2437
2438 2016-10-13 Yao Qi <yao.qi@linaro.org>
2439
2440 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2441 floating point tests if $skip_float_test is false.
2442
2443 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2444
2445 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2446 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2447 argc values.
2448 Add 1 to argc so we guarantee distinct initial/modified argc values.
2449
2450 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2453
2454 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2457 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2458 * gdb.arch/vsx-regs.exp: Likewise.
2459
2460 2016-10-07 Yao Qi <yao.qi@linaro.org>
2461
2462 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2463
2464 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2465
2466 * gdb.python/python.exp: Test decode_line("*0").
2467
2468 2016-10-06 Doug Evans <dje@google.com>
2469
2470 * gdb.python/py-value.exp (test_value_creation): Add test for large
2471 unsigned 64-bit value.
2472
2473 2016-10-06 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.compile/compile.exp: Change java tests to rust.
2476 * gdb.base/setshow.exp: Change java tests to rust.
2477 * gdb.base/default.exp: Remove java from language list.
2478 * README (Examples): Update language example.
2479 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2480 test.
2481 * lib/gdb.exp (skip_java_tests): Remove.
2482 * lib/java.exp: Remove.
2483 * gdb.java: Remove.
2484
2485 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2486
2487 * gdb.arch/mips-fcr.exp: New test.
2488 * gdb.arch/mips-fcr.c: Source for the new test.
2489
2490 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2491
2492 * gdb.base/solib-disc.exp: Use `standard_output_file'
2493 throughout.
2494
2495 2016-10-06 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.base/jit-simple-dl.c: New file.
2498 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2499 * gdb.base/jit-simple.c: ... this.
2500 * gdb.base/jit-simple.exp (jit_run): Delete.
2501 (build_jit): New proc.
2502 (jit_test_reread): Recompile either the main program or the shared
2503 library, depending on what is being tested. Skip changing address
2504 if caller wants to. Compare before/after addresses. If testing
2505 standalone, explicitly load the binary. Test "maint info
2506 breakpoints".
2507 (top level): Add "standalone vs shared lib" and "change address"
2508 vs "same address" axes.
2509
2510 2016-10-06 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2513 call.
2514 (jit_run): Delete.
2515 (jit_test_reread): Use with_test_prefix. Reload the main binary
2516 explicitly. Compare the before/after addresses of the JIT
2517 descriptor.
2518
2519 2016-08-15 Doug Evans <dje@google.com>
2520
2521 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2522 for single bitfields is bool.
2523 * gdb.xml/tdesc-regs.exp: Ditto.
2524
2525 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2528
2529 2016-10-05 Yao Qi <yao.qi@linaro.org>
2530
2531 * lib/gdb.exp (support_complex_tests): Return zero if
2532 gdb_skip_float_test return true.
2533
2534 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2535 Simon Marchi <simon.marchi@ericsson.com>
2536
2537 PR gdb/20487
2538 * gdb.mi/user-selected-context-sync.exp: New file.
2539 * gdb.mi/user-selected-context-sync.c: New file.
2540
2541 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2542 Simon Marchi <simon.marchi@ericsson.com>
2543
2544 PR gdb/20487
2545 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2546 =thread-select-event check.
2547
2548 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2549
2550 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2551 the compulsory L operand changes.
2552 * gdb.arch/powerpc-power.s: Likewise.
2553
2554 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2557 * gdb.base/jit-attach-pie.c: New file.
2558 * gdb.base/jit-attach-pie.exp: New file.
2559
2560 2016-09-28 Pedro Alves <palves@redhat.com>
2561
2562 * gdb.base/infcall-input.c: New file.
2563 * gdb.base/infcall-input.exp: New file.
2564
2565 2016-09-22 Yao Qi <yao.qi@linaro.org>
2566
2567 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2568 (gdb_exit): Rename it to ...
2569 (gdbserver_gdb_exit): ... Close GDBserver.
2570 (gdb_exit): New proc, call gdbserver_gdb_exit.
2571 (mi_gdb_exit): Likewise.
2572
2573 2016-09-22 Yao Qi <yao.qi@linaro.org>
2574
2575 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2576 path.
2577 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2578 Remove duplication.
2579
2580 2016-09-22 Yao Qi <yao.qi@linaro.org>
2581
2582 * lib/gdbserver-support.exp: Check the existence of
2583 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2584
2585 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2586
2587 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2588
2589 2016-09-21 Tom Tromey <tom@tromey.com>
2590
2591 PR gdb/20604:
2592 * gdb.base/quit.exp: New file.
2593
2594 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 * .gitignore: New file.
2597
2598 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2599
2600 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2601 throughout.
2602
2603 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2604
2605 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2606
2607 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.cp/casts.cc (decltype): Move it ...
2610 (main): ... with its call to ...
2611 * gdb.cp/casts03.cc: ... a new file.
2612 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2613
2614 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2617
2618 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2619
2620 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2621 and sync up the test with tests in gas/testsuite/gas/ppc.
2622 * gdb.arch/powerpc-power.exp: Likewise.
2623
2624 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2627
2628 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2629 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2632 make m1's definition to be different from m2's. Use 'dummy' as an
2633 argument for probe 'two'.
2634
2635 2016-09-10 Jon Beniston <jon@beniston.com>
2636
2637 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2638 for sim target.
2639
2640 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2641
2642 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2643 variable declaration.
2644 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2645 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2646 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2647 received HWCAP as its argument.
2648
2649 2016-09-06 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.base/new-ui-pending-input.c: New file.
2652 * gdb.base/new-ui-pending-input.exp: New file.
2653 * gdb.exp (clear_gdb_spawn_id): New procedure.
2654 (with_spawn_id): Check whether gdb_spawn_id exists before
2655 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2656 on exit.
2657
2658 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2659
2660 * gdb.base/float128.c: New file.
2661 * gdb.base/float128.exp: Likewise.
2662 * gdb.base/floatn.c: Likewise.
2663 * gdb.base/floatn.exp: Likewise.
2664
2665 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2666
2667 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2668
2669 2016-09-05 Pedro Alves <palves@redhat.com>
2670
2671 PR backtrace/19927
2672 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2673 unwinders are immediately called as side effect of "source" or
2674 "disable unwinder" commands.
2675 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2676
2677 2016-09-02 Yao Qi <yao.qi@linaro.org>
2678
2679 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2680 is true and $type is "float" or "double".
2681
2682 2016-09-02 Yao Qi <yao.qi@linaro.org>
2683
2684 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2685 true.
2686 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2687 * gdb.base/call-rt-st.exp: Likewise.
2688 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2689 return value instead of gdb,skip_float_test.
2690 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2691 (do_function_calls): Use its return value instead of
2692 gdb,skip_float_test.
2693 * gdb.base/finish.exp: Likewise.
2694 * gdb.base/funcargs.exp: Likewise.
2695 * gdb.base/return.exp: Likewise.
2696 * gdb.base/return2.exp: Likewise.
2697 * gdb.base/varargs.exp: Likewise.
2698 * lib/gdb.exp (gdb_skip_float_test): Change it to
2699 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2700
2701 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2702
2703 * gdb.multi/tids.exp: Test "thread apply all".
2704
2705 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 * gdb.base/default.exp (tty): Remove.
2708
2709 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2710
2711 * gdb.python/py-recurse-unwind.c: New file.
2712 * gdb.python/py-recurse-unwind.py: New file.
2713 * gdb.python/py-recurse-unwind.exp: New file.
2714
2715 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2716
2717 * gdb.base/set-inferior-tty.exp: New file.
2718 * gdb.base/set-inferior-tty.c: New file.
2719
2720 2016-08-23 Pedro Alves <palves@redhat.com>
2721
2722 PR gdb/20494
2723 * gdb.base/new-ui-echo.c: New file.
2724 * gdb.base/new-ui-echo.exp: New file.
2725
2726 2016-08-23 Yao Qi <yao.qi@linaro.org>
2727
2728 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2729 gdbserver_spawn.
2730 * gdb.server/connect-without-multi-process.exp (do_test):
2731 Likewise.
2732
2733 2016-08-23 Yao Qi <yao.qi@linaro.org>
2734
2735 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2736 standalone_txt. Delete gdb_txt and standalone_txt on host
2737 and target. Spawn the binary on target. Copy files from
2738 target to host.
2739
2740 2016-08-22 Pedro Alves <palves@redhat.com>
2741
2742 PR gdb/20505
2743 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2744 with_test_prefix. Factor out bits to ...
2745 (test_no_vdso): ... this new procedure.
2746
2747 2016-08-19 Carl Love <cel@us.ibm.com>
2748
2749 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2750 maintaining separate logic for constructing the output path.
2751 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2752 * gdb.arch/ppc-dfp.exp: Likewise.
2753 * gdb.arch/ppc-fp.exp: Likewise.
2754 * gdb.arch/vsx-regs.exp: Likewise.
2755 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2756 binprefix for generating the additional binary files.
2757
2758 2016-08-19 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.trace/mi-trace-frame-collected.exp
2761 (test_trace_frame_collected): On x32, expect two registers.
2762
2763 2016-08-18 Carl Love <cel@us.ibm.com>
2764
2765 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2766 and sync up the test with tests in gas/testsuite/gas/ppc.
2767 * gdb.arch/powerpc-power.exp: Likewise.
2768
2769 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2770
2771 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2772 expected error message.
2773
2774 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2775
2776 * gdb.multi/remove-inferiors.exp: New file.
2777 * gdb.multi/remove-inferiors.c: New file.
2778
2779 2016-08-12 Yao Qi <yao.qi@linaro.org>
2780
2781 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2782 argument list.
2783
2784 2016-08-10 Pedro Alves <palves@redhat.com>
2785
2786 PR gdb/19187
2787 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2788 setup_kfails.
2789
2790 2016-08-09 Pedro Alves <palves@redhat.com>
2791 Simon Marchi <simon.marchi@ericsson.com>
2792
2793 PR gdb/20418
2794 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2795 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2796
2797 2016-08-09 Pedro Alves <palves@redhat.com>
2798
2799 PR mi/20431
2800 * gdb.mi/mi-cmd-error.exp: New file.
2801
2802 2016-08-09 Pedro Alves <palves@redhat.com>
2803
2804 PR gdb/18653
2805 * gdb.base/signals-state-child.c: New file.
2806 * gdb.base/signals-state-child.exp: New file.
2807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2808
2809 2016-08-09 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2812
2813 2016-08-03 Tom Tromey <tom@tromey.com>
2814
2815 PR python/18565:
2816 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2817
2818 2016-08-01 Yao Qi <yao.qi@linaro.org>
2819
2820 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2821 variable mode to "multi-process" if $multi_process is 1, otherwise
2822 set it to "single-process".
2823
2824 2016-08-01 Yao Qi <yao.qi@linaro.org>
2825
2826 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2827 * gdb.cp/cpexprs.exp: Likewise.
2828 * gdb.cp/m-static.exp: Likewise.
2829
2830 2016-07-26 Tom Tromey <tom@tromey.com>
2831
2832 PR python/20190:
2833 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2834 test.
2835
2836 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2837
2838 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2839 selecting assembly source files.
2840 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2841 assembly source files.
2842 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2843 assembly source files.
2844 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2845 selecting assembly source files.
2846
2847 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2848
2849 * gdb.base/new-ui.exp (do_test_invalid_args): New
2850 procedure.
2851
2852 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2853
2854 * gdb.btrace/reconnect.c: New file.
2855 * gdb.btrace/reconnect.exp: New file.
2856
2857 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2858
2859 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2860 to test_catch_syscall_group.
2861 (test_catch_syscall_group): New.
2862
2863 2016-07-21 Tom Tromey <tom@tromey.com>
2864
2865 * gdb.rust/simple.rs (main): Use empty struct expression.
2866 * gdb.rust/simple.exp: Add tests for empty struct expression.
2867
2868 2016-07-21 Yao Qi <yao.qi@linaro.org>
2869
2870 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2871 if gdb_skip_xml_test is true on some targets.
2872
2873 2016-07-21 Yao Qi <yao.qi@linaro.org>
2874
2875 * gdb.server/solib-list.exp: Unset last_loaded_file.
2876
2877 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2880 "step into captured_main (args)".
2881
2882 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2885
2886 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2889
2890 2016-07-19 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2893 * gdb.opt/inline-bt.exp: Likewise.
2894 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2895 additional_flags=-Winline.
2896 * gdb.opt/inline-locals.exp: Likewise.
2897 * gdb.opt/inline-markers.c (ATTR): Define.
2898 (inlined_fn): Use it.
2899
2900 2016-07-19 Yao Qi <yao.qi@linaro.org>
2901
2902 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2903 (test_with_self): Remove some code. Remove argument executable.
2904 (top-level): Use do_self_tests.
2905
2906 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2907 Don Breazeal <donb@codesourcery.com>
2908
2909 * gdb.base/maint.exp: Escape paths used in regular expressions.
2910 * gdb.stabs/weird.exp: Likewise.
2911
2912 2016-07-13 Tom Tromey <tom@tromey.com>
2913
2914 PR python/15620, PR python/18620:
2915 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2916 (test_bkpt_events): New procs.
2917
2918 2016-07-13 Tom Tromey <tom@tromey.com>
2919
2920 PR python/17698:
2921 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2922 test.
2923 (test_watchpoints): Likewise.
2924 (test_bkpt_pending): New proc.
2925
2926 2016-07-13 Tom Tromey <tom@tromey.com>
2927
2928 PR cli/18053:
2929 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2930 completion test.
2931
2932 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2935 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2936 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2937 f_label.
2938 (g): Rename g_end_lbl to g_label.
2939 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2940 low_pc and high_pc.
2941 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2942
2943 2016-07-12 Tom Tromey <tom@tromey.com>
2944
2945 PR python/19293:
2946 * gdb.python/py-unwind-maint.exp: Update tests.
2947
2948 2016-07-12 Yao Qi <yao.qi@linaro.org>
2949
2950 * lib/selftest-support.exp (selftest_setup): Match the output
2951 when captured_main is inlined.
2952
2953 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2954
2955 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2956 New variables.
2957 (print this%a, print this%b, print this): New tests.
2958 * gdb.fortran/derived-types.f90 (this): New object and
2959 initialization.
2960
2961 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2962
2963 * gdb.ada/arraydim.exp: Remove extra directory level in build
2964 directory.
2965
2966 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2967
2968 * lib/ada.exp: Remove extra directory level in build directory.
2969 * gdb.ada/cond_lang.exp: Likewise.
2970 * gdb.ada/exec_changed.exp: Likewise.
2971 * gdb.ada/lang_switch.exp: Likewise.
2972
2973 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2974
2975 * simple.rs: Add test for raw pointer subscripting.
2976 * simple.exp: Add test expectations.
2977
2978 2016-07-05 Yao Qi <yao.qi@linaro.org>
2979
2980 * gdb.mi/mi-reverse.exp: Match =record-started output.
2981
2982 2016-07-01 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2985 procedure.
2986 (jit_reader_test): Test the jit reader's unwinder.
2987 * gdb.base/jithost.c (jit_function_00_code): New global.
2988 (main): Use memcpy to fill in the mmapped code, instead of poking
2989 bytes manually here.
2990 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2991 value.
2992 (read_debug_info): Save the function's range.
2993 (read_sp): New function.
2994 (unwind_frame): Use it. Also unwind RBP.
2995 (get_frame_id): Use read_sp.
2996 (gdb_init_reader): Use calloc instead of malloc.
2997 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2998 parameter. Use gdb_test_multiple.
2999
3000 2016-07-01 Pedro Alves <palves@redhat.com>
3001 Antoine Tremblay <antoine.tremblay@ericsson.com>
3002
3003 * gdb.threads/process-dies-while-detaching.c: New file.
3004 * gdb.threads/process-dies-while-detaching.exp: New file.
3005
3006 2016-07-01 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.multi/watchpoint-multi-exit.c: New file.
3009 * gdb.multi/watchpoint-multi-exit.exp: New file.
3010
3011 2016-06-30 Pedro Alves <palves@redhat.com>
3012
3013 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3014 unset inferior_spawn_id.
3015
3016 2016-06-30 Pedro Alves <palves@redhat.com>
3017
3018 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3019 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3020
3021 2016-06-29 Yao Qi <yao.qi@linaro.org>
3022
3023 * gdb.base/return.c: Add copyright header.
3024
3025 2016-06-29 Tom Tromey <tom@tromey.com>
3026
3027 PR python/20129:
3028 * gdb.python/py-framefilter.exp: Add tests for setting priority
3029 and disabling of non-existent frame filter.
3030
3031 2016-06-29 Yao Qi <yao.qi@linaro.org>
3032
3033 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3034 0x0f07ff.
3035
3036 2016-06-28 Yao Qi <yao.qi@linaro.org>
3037
3038 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3039 triplets. Start gdb, execute catch syscall, and continue. Check
3040 gdb's output to determine catch syscall is supported.
3041
3042 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3043
3044 * gdb.rust/simple.rs: Add test for returning unit in a function.
3045 * gdb.rust/simple.exp: Add expectation for functions returning
3046 unit.
3047
3048 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3049
3050 * gdb.python/py-breakpoint-create-fail.c,
3051 gdb.python/py-breakpoint-create-fail.exp,
3052 gdb.python/py-breakpoint-create-fail.py: New testcase.
3053
3054 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3055
3056 PR gdb/20239
3057 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3058 * gdb.rust/simple.exp: Add test expectations for new NonZero
3059 tests.
3060
3061 2016-06-24 David Taylor <dtaylor@emc.com>
3062
3063 * gdb.base/offsets.exp: New file.
3064 * gdb.base/offsets.c: New file.
3065
3066 2016-06-23 Tom Tromey <tom@tromey.com>
3067
3068 PR gdb/16483:
3069 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3070 before any filters are loaded.
3071
3072 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3073
3074 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3075 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3076 structs.
3077 * gdb.fortran/derived-type-function.exp: New file.
3078 * gdb.fortran/derived-type-function.f90: New file.
3079
3080
3081 2016-06-21 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.base/new-ui.exp: New file.
3084 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3085 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3086 (with_spawn_id): New procedure.
3087
3088 2016-06-21 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.mi/mi-exec-run.exp: New file.
3091
3092 2016-06-21 Pedro Alves <palves@redhat.com>
3093
3094 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3095 breakpoint command's output on the main UI.
3096 (test_break): New procedure, factored out from calls in the top
3097 level.
3098 (top level): Use foreach_with_prefix to test MI as main UI and as
3099 separate UI.
3100
3101 2016-06-21 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3104 (test_awatch_creation_and_listing)
3105 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3106 Remove 'type' parameter.
3107 (test_watchpoint_all): New parameter mi_mode. Remove
3108 with_test_prefix.
3109 (top level): Use foreach_with_prefix, and add main/separate UI MI
3110 testing axis.
3111
3112 2016-06-21 Pedro Alves <palves@redhat.com>
3113
3114 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3115 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3116 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3117 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3118 (gdb_main_spawn_id, mi_spawn_id): Declare and
3119 comment.
3120 (mi_create_inferior_pty): New procedure,
3121 factored out from default_mi_gdb_start.
3122 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3123 procedures.
3124 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3125 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3126 Use mi_create_inferior_pty.
3127 (mi_gdb_start): Use eval to pass down args list.
3128
3129 2016-06-21 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3132 * gdb.opt/inline-cmds.exp: Add MI tests.
3133
3134 2016-06-21 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3137
3138 2016-06-21 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3141 (top level): Use it instead of mi_execute_to.
3142
3143 2016-06-21 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3146 (cont_handler_str): New.
3147 (signal_stop_handler): Set stop_handler_str instead of printing to
3148 stdout.
3149 (continue_handler): Set cont_handler_str instead of printing to
3150 stdout.
3151 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3152 mi_send_resuming_command. Print stop_handler_str and
3153 cont_handler_str instead of expecting the python events print
3154 directly.
3155
3156 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3157
3158 * gdb.base/jit-reader.exp: New file.
3159 * gdb.base/jithost.c: New file.
3160 * gdb.base/jithost.h: New file.
3161 * gdb.base/jitreader.c : New file.
3162 * gdb.base/jit-protocol.h: New file.
3163
3164 2016-06-17 Yao Qi <yao.qi@linaro.org>
3165
3166 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3167 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3168 and detach-on-fork. Adjust tests.
3169 (top level): Invoke break_cond_on_syscall with combinations of
3170 syscall, follow-fork-mode and detach-on-fork.
3171
3172 2016-06-17 Yao Qi <yao.qi@linaro.org>
3173
3174 * gdb.base/step-over-exit.c: New.
3175 * gdb.base/step-over-exit.exp: New.
3176
3177 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3178
3179 * gdb.base/float.exp: Add target check for nds32*-*-*.
3180 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3181
3182 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3185 for unsupported target features.
3186 * gdb.base/call-rt-st.exp: Likewise.
3187 * gdb.base/call-sc.exp: Likewise.
3188 * gdb.base/call-signal-resume.exp: Likewise.
3189 * gdb.base/call-strs.exp: Likewise.
3190 * gdb.base/callexit.exp: Likewise.
3191 * gdb.base/callfuncs.exp: Likewise.
3192 * gdb.base/nodebug.exp: Likewise.
3193 * gdb.base/printcmds.exp: Likewise.
3194 * gdb.base/ptype.exp: Likewise.
3195 * gdb.base/structs.exp: Likewise.
3196 * gdb.base/unwindonsignal.exp: Likewise.
3197 * gdb.cp/gdb2495.exp: Likewise.
3198 * gdb.cp/templates.exp: Likewise.
3199 * gdb.cp/virtfunc.exp: Likewise.
3200 * gdb.threads/hand-call-in-threads.exp: Likewise.
3201 * gdb.threads/interrupted-hand-call.exp: Likewise.
3202 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3203
3204 2016-06-10 Tom Tromey <tom@tromey.com>
3205
3206 PR rust/20110:
3207 * gdb.rust/expr.exp: Add test for integer constant larger than
3208 i32.
3209
3210 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3211
3212 * gdb.fortran/nested-funcs.exp: New.
3213 * gdb.fortran/nested-funcs.f90: New.
3214
3215 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3216
3217 * gdb.base/examine-backward.c: New file.
3218 * gdb.base/examine-backward.exp: New file.
3219
3220 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3221
3222 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3223 matching.
3224
3225 2016-06-02 Tom Tromey <tom@tromey.com>
3226
3227 PR python/18984:
3228 * gdb.python/py-shared.exp: Add solib_name test.
3229
3230 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3231
3232 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3233
3234 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3235
3236 PR c++/19893
3237 * gdb.dwarf2/implref.exp: Rename to...
3238 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3239 * gdb.dwarf2/implref-array.c: New file.
3240 * gdb.dwarf2/implref-array.exp: Likewise.
3241 * gdb.dwarf2/implref-global.c: Likewise.
3242 * gdb.dwarf2/implref-global.exp: Likewise.
3243 * gdb.dwarf2/implref-struct.c: Likewise.
3244 * gdb.dwarf2/implref-struct.exp: Likewise.
3245
3246 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3247
3248 * gdb.trace/trace-condition.exp: Add 64bit tests.
3249
3250 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3251
3252 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3253 bits types.
3254 (main): Adapt to 8 to 64 bits types.
3255 * gdb.trace/trace-condition.exp: Add new tests.
3256
3257 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3258
3259 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3260
3261 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3262
3263 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3264 Move condition tests...
3265 * gdb.trace/trace-condition.exp: Here.
3266
3267 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3268
3269 * gdb.trace/trace-condition.exp: Add counter-case tests.
3270
3271 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3272
3273 PR c++/15231
3274 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3275 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3276
3277 2016-05-27 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3280 New procedure.
3281 (top level): Call it, and bail out of DejaGnu is known to be bad.
3282
3283 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.base/whatis.c: Extend the test case.
3286 * gdb.base/whatis.exp: Add additional tests.
3287
3288 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3289
3290 * gdb.fortran/type.f90: Add pointer variable.
3291 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3292
3293 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3294
3295 * gdb.fortran/vla-type.exp: Fix testcase name.
3296
3297 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3298
3299 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3300
3301 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3302
3303 * gdb.fortran/type.f90: Add nested structures.
3304 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3305 * gdb.fortran/derived-type.exp: Adapt expected output.
3306 * gdb.fortran/vla-type.exp: Adapt expected output.
3307
3308 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3309
3310 * gdb.fortran/whatis_type.exp: Adapt expected output.
3311
3312 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3313
3314 * gdb.fortran/print_type.exp: Fix expected output.
3315 * gdb.fortran/whatis_type.exp: Fix expected output.
3316
3317 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3318
3319 * gdb.fortran/whatis_type.exp: Use multi_line.
3320
3321 2016-05-24 Tom Tromey <tom@tromey.com>
3322
3323 PR python/17386:
3324 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3325 use value as an index.
3326
3327 2016-05-23 Tom Tromey <tom@tromey.com>
3328
3329 PR python/17981:
3330 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3331 no-breakpoint case.
3332
3333 2016-05-24 Pedro Alves <palves@redhat.com>
3334
3335 PR gdb/19828
3336 * gdb.threads/clone-attach-detach.c: New file.
3337 * gdb.threads/clone-attach-detach.exp: New file.
3338
3339 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3340
3341 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3342
3343 2016-05-23 Tom Tromey <tom@tromey.com>
3344
3345 PR python/19438, PR python/18393:
3346 * gdb.python/py-progspace.exp: Add "dir" test.
3347 * gdb.python/py-objfile.exp: Add "dir" test.
3348
3349 2016-05-23 Yao Qi <yao.qi@linaro.org>
3350
3351 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3352 * gdb.arch/thumb2-it.exp: Likewise.
3353
3354 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3355
3356 * gdb.mi/mi-threads-interrupt.c: New file.
3357 * gdb.mi/mi-threads-interrupt.exp: New file.
3358
3359 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3360
3361 PR gdb/18077
3362 * gdb.mi/mi-async-run.exp: New file.
3363 * gdb.mi/mi-async-run.c: New file.
3364
3365 2016-05-17 Tom Tromey <tom@tromey.com>
3366 Manish Goregaokar <manishsmail@gmail.com>
3367
3368 * lib/rust-support.exp: New file.
3369 * lib/gdb.exp (skip_rust_tests): New proc.
3370 (build_executable_from_specs): Handle rust.
3371 * lib/future.exp (gdb_find_rustc): New proc.
3372 (gdb_default_target_compile): Handle rust.
3373 * gdb.rust/expr.exp: New file.
3374 * gdb.rust/generics.exp: New file.
3375 * gdb.rust/generics.rs: New file.
3376 * gdb.rust/methods.exp: New file.
3377 * gdb.rust/methods.rs: New file.
3378 * gdb.rust/modules.exp: New file.
3379 * gdb.rust/modules.rs: New file.
3380 * gdb.rust/simple.exp: New file.
3381 * gdb.rust/simple.rs: New file.
3382
3383 2016-05-17 Tom Tromey <tom@tromey.com>
3384
3385 * gdb.base/default.exp (set language): Add rust.
3386
3387 2016-05-17 Tom Tromey <tom@tromey.com>
3388
3389 * gdb.gdb/unittest.exp: New file.
3390
3391 2016-05-16 Yao Qi <yao.qi@linaro.org>
3392
3393 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3394 shell_prompt. Update shell_prompt_re.
3395
3396 2016-05-12 Doug Evans <dje@google.com>
3397
3398 PR symtab/19999
3399 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3400 $options when building executable.
3401 * gdb.dwarf2/fission-loclists-pie.S: New file.
3402 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3403
3404 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3405
3406 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3407 of [is_remote target],
3408
3409 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3410
3411 * lib/gdb.exp (use_gdb_stub): New procedure.
3412
3413 2016-05-03 Yunlian Jiang <yunlian@google.com>
3414 Doug Evans <dje@google.com>
3415
3416 PR symtab/19914
3417 * gdb.dwarf2/dwp-sepdebug.c: New file.
3418 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3419
3420 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3421
3422 * gdb.base/detach.exp: Remove is_remote check.
3423
3424 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3425
3426 * gdb.base/annota-input-while-running.exp: Don't check for
3427 [is_remote target]. Enable annotations after running to main.
3428 Remove unused "set test..." line.
3429
3430 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3431
3432 * gdb.trace/trace-enable-disable.exp: New file.
3433 * gdb.trace/trace-enable-disable.c: New file.
3434
3435 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3436
3437 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3438 use it in info sharedlibrary test.
3439 * gdb.trace/ftrace-lock.exp: Likewise.
3440 * gdb.trace/ftrace.exp: Likewise.
3441 * gdb.trace/range-stepping.exp: Likewise.
3442 * gdb.trace/trace-break.exp: Likewise.
3443 * gdb.trace/trace-condition.exp: Likewise.
3444 * gdb.trace/trace-mt.exp: Likewise.
3445
3446 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3447
3448 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3449 (gdb_load_shlib): ... this.
3450 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3451 gdb_load_shlib.
3452 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3453 * gdb.base/ctxobj.exp: Likewise.
3454 * gdb.base/dprintf-pending.exp: Likewise.
3455 * gdb.base/dso2dso.exp: Likewise.
3456 * gdb.base/fixsection.exp: Likewise.
3457 * gdb.base/gcore-relro.exp: Likewise.
3458 * gdb.base/gdb1555.exp: Likewise.
3459 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3460 * gdb.base/gnu-ifunc.exp: Likewise.
3461 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3462 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3463 * gdb.base/pending.exp: Likewise.
3464 * gdb.base/print-file-var.exp: Likewise.
3465 * gdb.base/print-symbol-loading.exp: Likewise.
3466 * gdb.base/shlib-call.exp: Likewise.
3467 * gdb.base/shreloc.exp: Likewise.
3468 * gdb.base/so-impl-ld.exp: Likewise.
3469 * gdb.base/solib-disc.exp: Likewise.
3470 * gdb.base/solib-nodir.exp: Likewise.
3471 * gdb.base/solib-overlap.exp: Likewise.
3472 * gdb.base/solib-symbol.exp: Likewise.
3473 * gdb.base/solib-weak.exp (do_test): Likewise.
3474 * gdb.base/sym-file.exp: Likewise.
3475 * gdb.base/symtab-search-order.exp: Likewise.
3476 * gdb.base/type-opaque.exp: Likewise.
3477 * gdb.base/unload.exp: Likewise.
3478 * gdb.base/watchpoint-solib.exp: Likewise.
3479 * gdb.compile/compile.exp: Likewise.
3480 * gdb.cp/gdb2384.exp: Likewise.
3481 * gdb.cp/infcall-dlopen.exp: Likewise.
3482 * gdb.cp/re-set-overloaded.exp: Likewise.
3483 * gdb.fortran/library-module.exp: Likewise.
3484 * gdb.opt/solib-intra-step.exp: Likewise.
3485 * gdb.python/py-finish-breakpoint.exp: Likewise.
3486 * gdb.python/py-shared.exp: Likewise.
3487 * gdb.reverse/solib-precsave.exp: Likewise.
3488 * gdb.reverse/solib-reverse.exp: Likewise.
3489 * gdb.server/solib-list.exp: Likewise.
3490 * gdb.threads/dlopen-libpthread.exp: Likewise.
3491 * gdb.threads/tls-shared.exp: Likewise.
3492 * gdb.threads/tls-so_extern.exp: Likewise.
3493 * gdb.trace/change-loc.exp: Likewise.
3494 * gdb.trace/ftrace-lock.exp: Likewise.
3495 * gdb.trace/ftrace.exp: Likewise.
3496 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3497 * gdb.trace/pending.exp: Likewise.
3498 * gdb.trace/range-stepping.exp: Likewise.
3499 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3500 (strace_info_marker): Likewise.
3501 (strace_probe_marker): Likewise.
3502 (strace_trace_on_same_addr): Likewise.
3503 (strace_trace_on_diff_addr): Likewise.
3504 * gdb.trace/trace-break.exp: Likewise.
3505 * gdb.trace/trace-condition.exp: Likewise.
3506 * gdb.trace/trace-mt.exp: Likewise.
3507
3508 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3509
3510 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3511 result of gdb_remote_download.
3512 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3513 * gdb.base/dso2dso.exp: Likewise.
3514 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3515 * gdb.base/print-file-var.exp: Likewise.
3516 * gdb.base/shlib-call.exp: Likewise.
3517 * gdb.base/shreloc.exp: Likewise.
3518 * gdb.base/solib-overlap.exp: Likewise.
3519 * gdb.base/solib-weak.exp (do_test): Likewise.
3520 * gdb.base/unload.exp: Likewise.
3521
3522 2016-04-27 Yao Qi <yao.qi@linaro.org>
3523
3524 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3525 exists.
3526
3527 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3528
3529 * vla-type.exp: Print structure from toplevel.
3530
3531 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3532
3533 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3534 of dynamic types.
3535 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3536 of dynamic types.
3537
3538 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3539
3540 * gdb.fortran/vla-type.f90: New file.
3541 * gdb.fortran/vla-type.exp: New file.
3542
3543 2016-04-25 Yao Qi <yao.qi@linaro.org>
3544
3545 * gdb.base/branch-to-self.c: New file.
3546 * gdb.base/branch-to-self.exp: New file.
3547
3548 2016-04-22 Yao Qi <yao.qi@linaro.org>
3549
3550 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3551 more after $hex.
3552
3553 2016-04-22 Yao Qi <yao.qi@linaro.org>
3554
3555 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3556 * gdb.base/annota3.exp: Likewise.
3557
3558 2016-04-22 Yao Qi <yao.qi@linaro.org>
3559
3560 * gdb.reverse/step-precsave.exp: Do one step and test program
3561 stops in "callee" and do multiple steps until program goes out
3562 of "callee".
3563 * gdb.reverse/step-reverse.exp: Likewise.
3564
3565 2016-04-22 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.trace/signal.exp: Also pass if
3568 $tracepoint_hits($i) > $iterations.
3569
3570 2016-04-22 Yao Qi <yao.qi@linaro.org>
3571
3572 * gdb.trace/signal.c: New file.
3573 * gdb.trace/signal.exp: New file.
3574
3575 2016-04-19 Doug Evans <xdje42@gmail.com>
3576
3577 * gdb.base/bad-file.exp: New file.
3578
3579 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3580
3581 * gdb.dwarf2/implref.exp: New file.
3582
3583 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3584
3585 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3586 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3587 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3588 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3589 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3590 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3591 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3592 * lib/fortran.exp (fortran_int4): New procedure.
3593 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3594 (fortran_logical4): Likewise.
3595
3596 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3597
3598 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3599
3600 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3601
3602 * lib/compiler.c: Add Intel specific preprocessor macros.
3603 * lib/compiler.cc: Likewise.
3604
3605 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3606
3607 * gdb.server/connect-with-no-symbol-file.c: New file.
3608 * gdb.server/connect-with-no-symbol-file.exp: New file.
3609
3610 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3611
3612 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3613
3614 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3615
3616 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3617 standard output directory.
3618
3619 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3620
3621 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3622
3623 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3624
3625 * gdb.btrace/instruction_history.c (loop): Add declaration.
3626
3627 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3628
3629 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3630
3631 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3632
3633 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3634 parentheses to print.
3635 (continue_handler): Likewise.
3636
3637 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3638
3639 * gdb.server/solib-list.exp: Remove is_remote check.
3640 Pass shlib= to gdb_compile. Don't link shared library with
3641 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3642 Run binary filename through "readlink -f" on the target.
3643
3644 2016-04-08 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3647 interpreter filename as argument to gdbserver_spawn.
3648 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3649 Return empty if $last_loaded_file does not exist.
3650
3651 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3654 * gdb.base/jit-main.c: Use exit after usage.
3655
3656 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3659 GDBHISTSIZE prior to the tests.
3660 * gdb.base/gdbinit-history.exp: Likewise.
3661
3662 2016-04-07 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3665 instead of build_executable. Use gdb_load_shlibs.
3666
3667 2016-04-07 Yao Qi <yao.qi@linaro.org>
3668
3669 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3670 Execute "si" command.
3671
3672 2016-04-07 Yao Qi <yao.qi@linaro.org>
3673
3674 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3675 number instead of the comments on some line.
3676
3677 2016-04-06 Don Breazeal <donb@codesourcery.com>
3678
3679 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3680 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3681
3682 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3683
3684 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3685 standard_output_file. Remove unused binfile variable.
3686
3687 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3688
3689 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3690 * gdb.python/py-mi-objfile.exp: Match "list main" output
3691 in console format.
3692
3693 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3694
3695 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3696 absolute.
3697
3698 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3699
3700 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3701 absolute.
3702 * gdb.trace/ftrace.exp: Likewise.
3703 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3704 targets as well.
3705 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3706 (gdb_load_shlibs): Copy libraries to test directory when testing
3707 natively. Only set solib-search-path if testing remotely.
3708 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3709
3710 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3711
3712 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3713 gdb_download. Use it even if the target is not remote.
3714 * gdb.base/jit.exp (compile_jit_test): Likewise.
3715 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3716 output directory if the destination board is local, otherwise use
3717 the standard remote_download from DejaGnu.
3718 (gdb_download): Remove.
3719 (gdb_load_shlibs): Use gdb_remote_download instead of
3720 gdb_download.
3721 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3722 Use gdb_remote_download instead of gdb_download. Use it even if
3723 the target is not remote.
3724 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3725 instead of gdb_download.
3726
3727 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3728
3729 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3730 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3731 run.
3732
3733 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3734
3735 PR gdb/19820
3736 * gdb.base/printcmds.exp: Add artificial arrays tests.
3737
3738 2016-03-31 Pedro Alves <palves@redhat.com>
3739
3740 PR gdb/19858
3741 * gdb.base/jit-main.c: Include unistd.h.
3742 (ATTACH): Define to 0 if not already defined.
3743 (wait_for_gdb, mypid): New globals.
3744 (WAIT_FOR_GDB): New macro.
3745 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3746 some breakpoint locations.
3747 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3748 New procedures.
3749 (one_jit_test): Add REATTACH parameter, and handle it. Use
3750 continue_to_test_location.
3751 (top level): Test attach, and adjusts calls to one_jit_test.
3752
3753 2016-03-31 Pedro Alves <palves@redhat.com>
3754
3755 PR gdb/19858
3756 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3757 BINSUFFIX parameter, and handle it.
3758 (top level): Adjust calls compile_jit_test.
3759
3760 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3761
3762 PR python/19743
3763 * gdb.python/py-mi-events-gdb.py: New file.
3764 * gdb.python/py-mi-events.c: New file.
3765 * gdb.python/py-mi-events.exp: New file.
3766
3767 2016-03-30 Yao Qi <yao.qi@linaro.org>
3768
3769 * gdb.reverse/until-precsave.exp: Match function name only.
3770 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3771 Move malloc to a condition block.
3772 * gdb.reverse/until-reverse.exp: Match function name only.
3773
3774 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3775
3776 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3777 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3778 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3779 variable for GPR 0 instead of assuming it is register 0.
3780 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3781 * lib/trace-support.exp: Add s390 registers.
3782
3783 2016-03-29 Yao Qi <yao.qi@linaro.org>
3784
3785 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3786
3787 2016-03-24 Yao Qi <yao.qi@linaro.org>
3788
3789 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3790 test message.
3791
3792 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3793
3794 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3795 maintaining separate logic for constructing the output path.
3796
3797 2016-03-16 Don Breazeal <donb@codesourcery.com>
3798
3799 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3800 Retry fork and waitpid on interrupted system call errors.
3801 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3802 Use with_timeout_factor to increase timeout by factor of 10.
3803
3804 2016-03-15 Don Breazeal <donb@codesourcery.com>
3805
3806 * gdb.cp/scope-err.cc: New test program.
3807 * gdb.cp/scope-err.exp: New test script.
3808 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3809 lines and "set breakpoint here" comment.
3810 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3811 Fixed some whitespace and format issues.
3812 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3813 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3814
3815 2016-03-15 Doug Evans <dje@google.com>
3816
3817 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3818 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3819 All callers updated. Add tests for enums, mixed flags register.
3820
3821 2016-03-15 Doug Evans <dje@google.com>
3822
3823 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3824 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3825
3826 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3827
3828 * gdb.base/default.exp: Add $_as_string to the list of expected
3829 convenience functions.
3830
3831 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3832
3833 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3834
3835 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3836
3837 * gdb.python/py-as-string.exp: New file.
3838 * gdb.python/py-as-string.c: New file.
3839
3840 2016-03-09 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3843 signal" -> "Thread NN received signal" output change.
3844 * gdb.threads/ia64-sigill.exp: Likewise.
3845 * gdb.threads/linux-dp.exp: Likewise.
3846 * gdb.threads/manythreads.exp: Likewise.
3847 * gdb.threads/pending-step.exp: Likewise.
3848 * gdb.threads/print-threads.exp: Likewise.
3849 * gdb.threads/sigstep-threads.exp: Likewise.
3850 * gdb.threads/staticthreads.exp: Likewise.
3851 * gdb.threads/tls.exp: Likewise.
3852
3853 2016-03-09 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/command-line-input.exp: New file.
3856
3857 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3858
3859 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3860 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3861 * gdb.trace/pending.exp: Accept leading dot before function name.
3862 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3863 * lib/trace-support.exp: Set registers for ppc.
3864
3865 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3866
3867 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3868 use it for disassembly; accept .main in addition to main in backtrace.
3869
3870 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3871 Marcin Kościelnicki <koriakin@0x04.net>
3872
3873 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3874 (gdb_recursion_test_ptr): New global variable.
3875 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3876 gdb_recursion_test.
3877 (gdb_c_test): Ditto.
3878
3879 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3880
3881 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3882 ordering.
3883
3884 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3885
3886 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3887 (bar): Add bar_start_lbl label.
3888 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3889 of foo/bar for emitting DWARF and tracing.
3890
3891 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3892
3893 * analyze-racy-logs.py: Set executable bit.
3894
3895 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3896
3897 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3898 (CHECK_TARGET_TMP): Likewise.
3899 (check-single-racy): New rule.
3900 (check-parallel-racy): Likewise.
3901 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3902 (do-check-parallel-racy): New rule.
3903 (check-racy/%.exp): Likewise.
3904 * README (Racy testcases): New section.
3905 * analyze-racy-logs.py: New file.
3906
3907 2016-03-03 Doug Evans <dje@google.com>
3908
3909 * gdb.base/skip.exp: Use with_test_prefix.
3910
3911 2016-03-03 Yao Qi <yao.qi@linaro.org>
3912
3913 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3914 Invoke step_over_syscall "clone" and break_cond_on_syscall
3915 "clone".
3916 * gdb.base/step-over-clone.c: New file.
3917
3918 2016-03-03 Yao Qi <yao.qi@linaro.org>
3919
3920 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3921 code format.
3922
3923 2016-03-03 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.base/disp-step-fork.c: Rename to ...
3926 * gdb.base/step-over-fork.c: ... it. New file.
3927 * gdb.base/disp-step-vfork.c: Rename to ...
3928 * gdb.base/step-over-vfork.c: ... it. New file.
3929 * gdb.base/disp-step-syscall.exp: Rename to ...
3930 * gdb.base/step-over-syscall.exp: ... it. New file.
3931 (disp_step_cross_syscall): Rename to ...
3932 (step_over_syscall): ... it.
3933
3934 2016-03-03 Yao Qi <yao.qi@linaro.org>
3935
3936 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3937 If target supports condition evaluation on target, invoke
3938 break_cond_on_syscall for fork and vfork.
3939
3940 2016-03-03 Yao Qi <yao.qi@linaro.org>
3941
3942 * gdb.base/disp-step-syscall.exp: Don't invoke
3943 support_displaced_stepping.
3944 (disp_step_cross_syscall): Test with displaced stepping off and
3945 on if supported.
3946
3947 2016-03-03 Yao Qi <yao.qi@linaro.org>
3948
3949 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3950 proc.
3951 (setup): New proc.
3952 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3953 and setup.
3954
3955 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3956
3957 * gdb.fortran/vla-history.exp: Remove breakpoint.
3958
3959 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3960
3961 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3962 exceeds timeout.
3963
3964 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3965
3966 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3967 breakpoint.
3968
3969 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3970
3971 * gdb.mi/vla.f90: Nullify pointer after declaration.
3972
3973 2016-03-01 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3976
3977 2016-03-01 Pedro Alves <palves@redhat.com>
3978
3979 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3980 before anything else.
3981 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3982 _GNU_SOURCE here.
3983 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3984 before anything else.
3985 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3986
3987 2016-03-01 Pedro Alves <palves@redhat.com>
3988
3989 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3990
3991 2016-03-01 Yao Qi <yao.qi@linaro.org>
3992
3993 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3994 prepare_for_testing.
3995
3996 2016-03-01 Yao Qi <yao.qi@linaro.org>
3997
3998 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3999
4000 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4001
4002 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4003 manually constructing the output path.
4004
4005 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4006
4007 * gdb.arch/s390-stackless.S: New.
4008 * gdb.arch/s390-stackless.exp: New.
4009
4010 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4011
4012 * gdb.dlang/circular.c: New file.
4013 * gdb.dlang/circular.exp: New file.
4014
4015 2016-02-26 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4018 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4019 (testcases): Update.
4020
4021 2016-02-26 Yao Qi <yao.qi@linaro.org>
4022
4023 * gdb.reverse/aarch64.c: Rename to ...
4024 * gdb.reverse/insn-reverse.c: ... it.
4025 * gdb.reverse/aarch64.exp: Rename to ...
4026 * gdb.reverse/insn-reverse.exp: ... it.
4027
4028 2016-02-26 Yao Qi <yao.qi@linaro.org>
4029
4030 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4031 (testcase_ftype): New.
4032 (testcases): New array.
4033 (n_testcases): New.
4034 (main): Call each element in testcases.
4035 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4036 (read_testcase): New.
4037 Do the tests in a loop.
4038
4039 2016-02-25 Yao Qi <yao.qi@linaro.org>
4040
4041 * gdb.base/branches.c: Remove.
4042
4043 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4044
4045 PR gdb/13808
4046 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4047
4048 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4049
4050 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4051
4052 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4053
4054 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4055 change x86_64 call_insn to 'callq'.
4056
4057 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4058
4059 * gdb.trace/tfile-avx.c: Move to...
4060 * gdb.trace/tracefile-pseudo-reg.c: Here.
4061 * gdb.trace/tfile-avx.exp: Move to...
4062 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4063
4064 2016-02-24 Gary Benson <gbenson@redhat.com>
4065
4066 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4067 message on attach.
4068
4069 2016-02-23 Doug Evans <dje@google.com>
4070
4071 * gdb.base/skip.c (test_skip): New function.
4072 (end_test_skip_file_and_function): New function.
4073 (test_skip_file_and_function): New function.
4074 * gdb.base/skip1.c (test_skip): New function.
4075 (skip1_test_skip_file_and_function): New function.
4076 * gdb.base/skip.exp: Add tests for new skip options.
4077 * gdb.base/skip-solib.exp: Update expected output.
4078 * gdb.perf/skip-command.cc: New file.
4079 * gdb.perf/skip-command.exp: New file.
4080 * gdb.perf/skip-command.py: New file.
4081
4082 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4083
4084 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4085 info registers pattern.
4086
4087 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4088
4089 * lib/future.exp: Add D support.
4090 (gdb_find_gdc): New proc.
4091 (gdb_default_target_compile): Add D support.
4092
4093 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4094
4095 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4096 user+system time.
4097 (trace_speed_test): Determine the iteration count for a time
4098 between 15..30 seconds.
4099
4100 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4101
4102 * gdb.arch/i386-mpx-sigsegv.c: New file.
4103 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4104 * gdb.arch/i386-mpx-simple_segv.c: New file.
4105 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4106
4107 2016-02-18 Yao Qi <yao.qi@linaro.org>
4108
4109 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4110 Don't call setup_kfail.
4111
4112 2016-02-18 Yao Qi <yao.qi@linaro.org>
4113
4114 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4115 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4116
4117 2016-02-16 Doug Evans <dje@google.com>
4118
4119 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4120 * gdb.base/skip1.c: Ditto.
4121 * gdb.base/skip.exp: Whitespace cleanup.
4122
4123 2016-02-16 Don Breazeal <donb@codesourcery.com>
4124
4125 PR remote/19496
4126 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4127 Remove kfail for PR remote/19496.
4128
4129 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * lib/gdb.exp (standard_temp_file): Return a path specific to
4132 the runtest invocation.
4133
4134 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * gdb.trace/save-trace.exp: Change relative path to be in the
4137 standard output directory.
4138
4139 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4140
4141 * gdb.arch/i386-prologue.c: Add missing prototypes.
4142
4143 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4146 * gdb.arch/i386-prologue.exp: Likewise.
4147 * gdb.arch/i386-size.exp: Likewise.
4148
4149 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4150
4151 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4152 define object file path.
4153 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4154 file path.
4155 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4156 standard_output_file to define binfile.
4157
4158 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
4160 Fix compatibility with recent gfortran-5.3.1.
4161 * gdb.fortran/vla-history.exp (print vla1 allocated)
4162 (print vla2 allocated, print $2, print $3): Remove
4163 (print $4): Rename to ...
4164 (print $2): ... here.
4165 (print $9): Rename to ...
4166 (print $5): ... here.
4167 (print $10): Rename to ...
4168 (print $6): ... here.
4169 * gdb.fortran/vla.f90: Add pvla initialization.
4170
4171 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4172
4173 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4174 New test.
4175 * gdb.fortran/vla-value-sub.exp: Likewise.
4176
4177 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4178
4179 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4180
4181 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4182
4183 * i386-biarch-core.exp: Define corefile using
4184 standard_output_file.
4185
4186 2016-02-12 Yao Qi <yao.qi@linaro.org>
4187
4188 * gdb.arch/arm-single-step-kernel-helper.c: New.
4189 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4190
4191 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4192
4193 * gdb.btrace/tailcall-only.exp: New.
4194 * gdb.btrace/tailcall-only.c: New.
4195 * gdb.btrace/x86_64-tailcall-only.S: New.
4196 * gdb.btrace/i686-tailcall-only.S: New.
4197
4198 2016-02-11 Pedro Alves <palves@redhat.com>
4199
4200 * README (Parallel testing): Add missing double quotes.
4201
4202 2016-02-11 Pedro Alves <palves@redhat.com>
4203
4204 * README (Parallel testing): New section.
4205 (GDB_PARALLEL): Rewrite.
4206 (FORCE_PARALLEL): Document.
4207
4208 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4209
4210 * gdb.trace/tfile-avx.c: New test.
4211 * gdb.trace/tfile-avx.exp: New test.
4212
4213 2016-02-09 Keith Seitz <keiths@redhat.com>
4214
4215 PR breakpoints/19546
4216 * gdb.base/infcall-exec.c: New file.
4217 * gdb.base/infcall-exec2.c: New file.
4218 * gdb.base/infcall-exec.exp: New file.
4219
4220 2016-02-09 Keith Seitz <keiths@redhat.com>
4221
4222 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4223 (toplevel): Call test_bkpt_address.
4224
4225 2016-02-09 Keith Seitz <keiths@redhat.com>
4226
4227 PR python/19506
4228 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4229 (toplevel): Call test_bkpt_address.
4230
4231 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4232
4233 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4234 to AC_OUTPUT.
4235 * configure: Regenerate.
4236
4237 2016-02-09 Pedro Alves <palves@redhat.com>
4238
4239 PR breakpoints/19548
4240 * gdb.base/execl-update-breakpoints.c (some_function): New
4241 function.
4242 (main): Call it.
4243 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4244 Tighten expected GDB output.
4245
4246 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4247
4248 * Makefile.in (ALL_SUBDIRS): Remove.
4249 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4250 (distclean maintainer-clean realclean): Likewise.
4251 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4252 * configure: Regenerate.
4253 * gdb.ada/Makefile.in: Delete.
4254 * gdb.arch/Makefile.in: Likewise.
4255 * gdb.asm/Makefile.in: Likewise.
4256 * gdb.base/Makefile.in: Likewise.
4257 * gdb.btrace/Makefile.in: Likewise.
4258 * gdb.cell/Makefile.in: Likewise.
4259 * gdb.compile/Makefile.in: Likewise.
4260 * gdb.cp/Makefile.in: Likewise.
4261 * gdb.disasm/Makefile.in: Likewise.
4262 * gdb.dlang/Makefile.in: Likewise.
4263 * gdb.dwarf2/Makefile.in: Likewise.
4264 * gdb.fortran/Makefile.in: Likewise.
4265 * gdb.gdb/Makefile.in: Likewise.
4266 * gdb.go/Makefile.in: Likewise.
4267 * gdb.guile/Makefile.in: Likewise.
4268 * gdb.java/Makefile.in: Likewise.
4269 * gdb.linespec/Makefile.in: Likewise.
4270 * gdb.mi/Makefile.in: Likewise.
4271 * gdb.modula2/Makefile.in: Likewise.
4272 * gdb.multi/Makefile.in: Likewise.
4273 * gdb.objc/Makefile.in: Likewise.
4274 * gdb.opencl/Makefile.in: Likewise.
4275 * gdb.opt/Makefile.in: Likewise.
4276 * gdb.pascal/Makefile.in: Likewise.
4277 * gdb.perf/Makefile.in: Likewise.
4278 * gdb.python/Makefile.in: Likewise.
4279 * gdb.reverse/Makefile.in: Likewise.
4280 * gdb.server/Makefile.in: Likewise.
4281 * gdb.stabs/Makefile.in: Likewise.
4282 * gdb.threads/Makefile.in: Likewise.
4283 * gdb.trace/Makefile.in: Likewise.
4284 * gdb.xml/Makefile.in: Likewise.
4285 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4286 GDB_PARALLEL.
4287 (standard_output_file): Remove check for GDB_PARALLEL, always
4288 return path in outputs/$subdir/$testname.
4289
4290 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4291
4292 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4293 (site.exp): Assign abs_srcdir to tcl's srcdir.
4294
4295 2016-02-04 Yao Qi <yao.qi@linaro.org>
4296
4297 * gdb.base/foll-exec-mode.c: Include limits.h.
4298 (main): Add parameters argc and argv. Get directory from
4299 argv[0].
4300 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4301 compilation.
4302 * gdb.base/foll-exec.c: Include limits.h.
4303 (main): Add parameters argc and argv.
4304 Get directory from argv[0].
4305 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4306 Adjust tests on the number of lines as source code changed.
4307 * gdb.base/foll-vfork-exit.c: Include limits.h.
4308 (main): Add one line of statement before vfork.
4309 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4310 (main): Add parameters argc and argv. Get directory from
4311 argv[0].
4312 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4313 (setup_gdb): Set tbreak to skip some source lines.
4314 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4315 (main): Add parameters argc and argv. Get directory from
4316 argv[0].
4317 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4318 compilation.
4319 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4320 (main): Add parameters argc and argv. Get directory from
4321 argv[0].
4322 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4323 compilation.
4324
4325 2016-02-01 Doug Evans <dje@google.com>
4326
4327 * gdb.base/skip.exp: Clean up multiple references to same test name.
4328
4329 2016-02-01 Pedro Alves <palves@redhat.com>
4330
4331 PR remote/19496
4332 * gdb.threads/forking-threads-plus-breakpoint.exp
4333 (displaced_stepping_supported): New global.
4334 (probe_displaced_stepping_support): New procedure.
4335 (do_test): Add 'displaced' parameter, and use it.
4336 (top level): Check for displaced stepping support. Add displaced
4337 stepping on/off testing axis.
4338
4339 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4342 pointer. Don't perform further tests on the unassociated pointer
4343 if the first test fails.
4344
4345 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4346
4347 * gdb.base/max-value-size.c: New file.
4348 * gdb.base/max-value-size.exp: New file.
4349 * gdb.base/huge.exp: Disable max-value-size for this test.
4350
4351 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4352
4353 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4354
4355 2016-01-28 Yao Qi <yao.qi@linaro.org>
4356
4357 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4358
4359 2016-01-25 Pedro Alves <palves@redhat.com>
4360
4361 PR threads/19461
4362 * gdb.base/fork-running-state.c: New file.
4363 * gdb.base/fork-running-state.exp: New file.
4364
4365 2016-01-25 Pedro Alves <palves@redhat.com>
4366
4367 PR gdb/19494
4368 * gdb.base/catch-fork-kill.c: New file.
4369 * gdb.base/catch-fork-kill.exp: New file.
4370
4371 2016-01-25 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4374 Delete, moved to lib/gdb.exp.
4375 * gdb.threads/forking-threads-plus-breakpoint.exp
4376 (foreach_with_prefix): Likewise.
4377 * gdb.threads/process-dies-while-handling-bp.exp
4378 (foreach_with_prefix): Likewise.
4379 * lib/gdb.exp (foreach_with_prefix): New procedure.
4380
4381 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4382
4383 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4384 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4385
4386 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4387
4388 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4389 endian targets.
4390
4391 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4392 Pedro Alves <palves@redhat.com>
4393
4394 Fix testsuite compatibility with Guile.
4395 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4396 number.
4397
4398 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 Fix testsuite compatibility with Guile.
4401 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4402 (thread 1): New test for backtrace through signal handler.
4403
4404 2016-01-22 Yao Qi <yao.qi@linaro.org>
4405
4406 PR testsuite/19491
4407 * gdb.base/multi-forks.c: Include
4408 ../lib/unbuffer_output.c
4409 (main): Call gdb_unbuffer_output.
4410
4411 2016-01-21 Doug Evans <dje@google.com>
4412
4413 * lib/ada.exp (gdb_compile_ada): Fix typo.
4414
4415 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4416
4417 * gdb.base/break-fun-addr.exp: New file.
4418 * gdb.base/break-fun-addr1.c: New file.
4419 * gdb.base/break-fun-addr2.c: New file.
4420
4421 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4422
4423 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4424 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4425 enum flag values.
4426
4427 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4428
4429 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4430 when GDB can not set the vector return value. Add more comments
4431 for clarification.
4432
4433 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4434
4435 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4436 command.
4437
4438 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4439
4440 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4441
4442 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4443
4444 * Makefile.in (check-single): Pass --status to runtest.
4445 (check/%.exp): Likewise.
4446
4447 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4448
4449 * Makefile.in (check-parallel): Propagate return code from make
4450 do-check-parallel.
4451
4452 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4453
4454 * gdb.trace/ftrace.exp: Fix expected message on continue.
4455 * gdb.trace/pending.exp: Fix expected message on continue.
4456 * gdb.trace/trace-break.exp: Fix expected message on continue.
4457
4458 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4459
4460 * lib/gdb.exp (gdb_test): Remove unused global references.
4461
4462 2016-01-18 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.base/async-shell.exp: Adjust expected output.
4465 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4466 * gdb.base/siginfo-thread.exp: Adjust expected output.
4467 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4468 * gdb.java/jnpe.exp: Adjust expected output.
4469 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4470 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4471 * gdb.threads/leader-exit.exp: Adjust expected output.
4472 * gdb.threads/manythreads.exp: Adjust expected output.
4473 * gdb.threads/pthreads.exp: Adjust expected output.
4474 * gdb.threads/schedlock.exp: Adjust expected output.
4475 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4476 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4477 expected output.
4478 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4479 output.
4480 * gdb.threads/sigthread.exp: Adjust expected output.
4481 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4482
4483 2016-01-18 Yao Qi <yao.qi@linaro.org>
4484
4485 * gdb.guile/scm-section-script.c: Replace @progbits with
4486 %progbits.
4487 * gdb.python/py-section-script.c: Likewise.
4488
4489 2016-01-15 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.multi/tids.exp: Test star wildcard ranges.
4492
4493 2016-01-15 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4496 command from "thread apply" invocation.
4497 (thr_apply_info_thr_invalid): Default the expected output to the
4498 input tid list.
4499 (top level): Add tests that use convenience variables. Add tests
4500 for "thread apply" with a valid TID list, but missing the command.
4501
4502 2016-01-13 Pedro Alves <palves@redhat.com>
4503
4504 * gdb.base/default.exp: Expect $_gthread as well.
4505 * gdb.multi/tids.exp: Test $_gthread.
4506 * gdb.threads/thread-specific.exp: Test $_gthread.
4507
4508 2016-01-13 Pedro Alves <palves@redhat.com>
4509
4510 * gdb.multi/tids.exp: Test "info threads -gid".
4511
4512 2016-01-13 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4515 Breakpoint.thread.
4516 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4517
4518 2016-01-07 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/break.exp: Adjust to output changes.
4521 * gdb.base/hbreak2.exp: Likewise.
4522 * gdb.base/sepdebug.exp: Likewise.
4523 * gdb.base/watch_thread_num.exp: Likewise.
4524 * gdb.linespec/keywords.exp: Likewise.
4525 * gdb.multi/info-threads.exp: Likewise.
4526 * gdb.threads/thread-find.exp: Likewise.
4527 * gdb.multi/tids.c: New file.
4528 * gdb.multi/tids.exp: New file.
4529
4530 2016-01-13 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4533
4534 2016-01-13 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/default.exp: Expect $_inferior as well.
4537 * gdb.multi/base.exp: Test $_inferior.
4538
4539 2016-01-13 Pedro Alves <palves@redhat.com>
4540
4541 PR breakpoints/19388
4542 * gdb.base/catch-signal-siginfo-cond.c: New file.
4543 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4544
4545 2016-01-12 Josh Stone <jistone@redhat.com>
4546 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4547
4548 * gdb.base/catch-syscall.c (do_execve): New variable.
4549 (main): Conditionally trigger an execve.
4550 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4551 (test_catch_syscall_execve): New, check entry/return across execve.
4552 (do_syscall_tests): Call test_catch_syscall_execve.
4553
4554 2016-01-12 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/random-signal.exp (do_test): New procedure, with body
4557 of testcase moved in.
4558
4559 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4560 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.base/funcargs.exp (finish from indirectly called function):
4563 Reintroduce the case for 'First'.
4564
4565 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4566 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4569 (tcatch_vfork_then_child_follow_exec)
4570 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4571 identification.
4572
4573 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4576 and repeats to unlimited.
4577 * gdb.python/py-value.exp: Likewise.
4578 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4579 and repeats to unlimited.
4580
4581 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4582
4583 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4584 and reordering the functions.
4585 * gdb.multi/hangout.c: Likewise.
4586 * gdb.multi/hello.c: Likewise.
4587
4588 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4589
4590 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4591 absolute.
4592 (SingleStatisticTestResult.report): Use dict.keys instead of
4593 dict.iterkeys.
4594
4595 2016-01-06 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4598
4599 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4600
4601 * gdb.btrace/dlopen.exp: New.
4602 * gdb.btrace/dlopen.c: New.
4603 * gdb.btrace/dlopen-dso.c: New.
4604
4605 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4606
4607 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4608 PATTERN argument is optional.
4609
4610 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4611
4612 * lib/ada.exp (target_compile_ada_from_dir): New function.
4613 (gdb_compile_ada): Reimplement avoiding the use of project files.
4614 * gdb.ada/gnat_ada.gpr: Delete.
4615 * gdb.ada/cond_lang.exp: Adjust test to make path before
4616 filename optional.
4617 * gdb.ada/small_reg_param.exp: Likewise.
4618
4619 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4622
4623 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4624
4625 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4626 case.
4627
4628 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4629
4630 * gdb.base/break.exp: Remove dead code.
4631 * gdb.base/sepdebug.exp: Likewise.
4632
4633 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4634
4635 * gdb.asm/asm-source.exp: Remove HP-UX references.
4636 * gdb.base/annota1.exp: Likewise.
4637 * gdb.base/annota3.exp: Likewise.
4638 * gdb.base/attach.exp: Likewise.
4639 * gdb.base/bigcore.exp: Likewise.
4640 * gdb.base/break.exp: Likewise.
4641 * gdb.base/call-ar-st.exp: Likewise.
4642 * gdb.base/callfuncs.exp: Likewise.
4643 * gdb.base/catch-fork-static.exp: Likewise.
4644 * gdb.base/display.exp: Likewise.
4645 * gdb.base/foll-exec-mode.exp: Likewise.
4646 * gdb.base/foll-exec.exp: Likewise.
4647 * gdb.base/foll-fork.exp: Likewise.
4648 * gdb.base/foll-vfork.exp: Likewise.
4649 * gdb.base/funcargs.exp: Likewise.
4650 * gdb.base/hbreak2.exp: Likewise.
4651 * gdb.base/inferior-died.exp: Likewise.
4652 * gdb.base/interrupt.exp: Likewise.
4653 * gdb.base/multi-forks.exp: Likewise.
4654 * gdb.base/nodebug.exp: Likewise.
4655 * gdb.base/sepdebug.exp: Likewise.
4656 * gdb.base/solib1.c: Likewise.
4657 * gdb.base/step-test.exp: Likewise.
4658 * gdb.mi/non-stop.c: Likewise.
4659 * gdb.mi/pthreads.c: Likewise.
4660 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4661 * gdb.threads/pthreads.c: Likewise.
4662 * gdb.threads/staticthreads.exp: Likewise.
4663 * lib/future.exp: Likewise.
4664 * lib/gdb.exp: Likewise.
4665 * gdb.base/so-indr-cl.c: Remove.
4666 * gdb.base/so-indr-cl.exp: Likewise.
4667 * gdb.base/solib.c: Likewise.
4668 * gdb.base/solib.exp: Likewise.
4669 * gdb.base/solib2.c: Likewise.
4670
4671 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4672
4673 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4674 * gdb.base/call-ar-st.exp: Likewise.
4675 * gdb.base/callfuncs.exp: Likewise.
4676 * gdb.base/condbreak.exp: Likewise.
4677 * gdb.base/constvars.exp: Likewise.
4678 * gdb.base/hbreak2.exp: Likewise.
4679 * gdb.base/langs.exp: Likewise.
4680 * gdb.base/list.exp: Likewise.
4681 * gdb.base/long_long.exp: Likewise.
4682 * gdb.base/ptype.exp: Likewise.
4683 * gdb.base/scope.exp: Likewise.
4684 * gdb.base/signals.exp: Likewise.
4685 * gdb.base/so-impl-ld.exp: Likewise.
4686 * gdb.base/varargs.exp: Likewise.
4687 * gdb.base/volatile.exp: Likewise.
4688 * gdb.base/whatis.exp: Likewise.
4689 * gdb.cp/cplusfuncs.exp: Likewise.
4690 * gdb.cp/inherit.exp: Likewise.
4691 * gdb.cp/local.exp: Likewise.
4692 * gdb.cp/member-ptr.exp: Likewise.
4693 * gdb.cp/method.exp: Likewise.
4694 * gdb.cp/overload.exp: Likewise.
4695 * gdb.cp/templates.exp: Likewise.
4696 * gdb.stabs/weird.exp: Likewise.
4697 * lib/compiler.c: Likewise.
4698 * lib/compiler.cc: Likewise.
4699 * lib/cp-support.exp: Likewise.
4700 * lib/gdb.exp: Likewise.
4701
4702 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4703
4704 * configure.ac: Remove HP-UX case.
4705 * configure: Regenerate.
4706
4707 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4708
4709 * lib/gdb.exp (gdb_compile): Add function doc.
4710
4711 2015-12-17 Pedro Alves <palves@redhat.com>
4712
4713 PR threads/19354
4714 * gdb.multi/info-threads.exp: New file.
4715
4716 2015-12-15 Yao Qi <yao.qi@linaro.org>
4717
4718 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4719 is aarch64*-*-*.
4720
4721 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4722
4723 * gdb.base/history-duplicates.exp: Skip if no readline support.
4724
4725 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4726
4727 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4728
4729 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4730
4731 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4732
4733 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4734
4735 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4736 ctrl-C if nointerrupts target property is set.
4737 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4738 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4739 * gdb.base/paginate-bg-execution.exp: Likewise.
4740 * gdb.base/paginate-execution-startup.exp: Likewise.
4741 * gdb.base/random-signal.exp: Likewise.
4742 * gdb.base/range-stepping.exp: Likewise.
4743 * gdb.cp/annota2.exp: Likewise.
4744 * gdb.cp/annota3.exp: Likewise.
4745 * gdb.gdb/selftest.exp: Likewise.
4746 * gdb.threads/continue-pending-status.exp: Likewise.
4747 * gdb.threads/leader-exit.exp: Likewise.
4748 * gdb.threads/manythreads.exp: Likewise.
4749 * gdb.threads/pthreads.exp: Likewise.
4750 * gdb.threads/schedlock.exp: Likewise.
4751 * gdb.threads/sigthread.exp: Likewise.
4752
4753 2015-12-11 Don Breazeal <donb@codesourcery.com>
4754
4755 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4756 remote.
4757 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4758 * gdb.base/foll-exec.exp (main): Enable for target remote.
4759 * gdb.base/foll-fork.exp (main): Likewise.
4760 * gdb.base/foll-vfork.exp (main): Likewise.
4761 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4762 (proc continue_to_exit_bp_loc): Use clean_restart.
4763 * gdb.base/pie-execl.exp (main): Disable for target remote.
4764 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4765 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4766 * gdb.threads/execl.exp (main): Likewise.
4767 * gdb.threads/fork-child-threads.exp (main): Likewise.
4768 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4769 remote.
4770 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4771 remote.
4772 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4773 pid.tid style ptids, instead of just tid.
4774 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4775 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4776 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4777 ptids, instead of just tid.
4778
4779 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4780
4781 * gdb.base/list.exp (test_list_forward): Add end of file error
4782 test.
4783 (test_repeat_list_command): Add end of file error test.
4784 (test_list_backwards): Add beginning of file error test.
4785
4786 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 * gdb.base/list.exp (test_list_invalid_args): New function,
4789 defined, and called.
4790
4791 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4792
4793 * gdb.base/list.exp (test_list): Make test names unique.
4794
4795 2015-12-11 Yao Qi <yao.qi@linaro.org>
4796
4797 * gdb.base/coremaker2.c: Remove.
4798
4799 2015-12-10 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.multi/base.exp: Remove stale "spaces" references.
4802
4803 2015-12-10 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.multi/base.exp: Don't use nowarnings.
4806 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4807 * gdb.multi/hangout.c: Include stdio.h.
4808 * gdb.multi/hello.c: Include stdlib.h.
4809 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4810 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4811 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4812
4813 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.dwarf2/dw2-ranges-base.c: New file.
4816 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4817 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4818 support additional line table, and debug ranges generation.
4819 (Dwarf::ranges): New function, generate .debug_ranges.
4820 (Dwarf::lines): Support generating simple line table programs.
4821 (Dwarf::assemble): Initialise new namespace variables.
4822
4823 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4824
4825 * gdb.base/async.exp (proc test_background): Add case for
4826 asynchronous execution not supported.
4827
4828 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4829
4830 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4831 format and change test names to make them unique.
4832
4833 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4834 Pedro Alves <pedro@redhat.com>
4835
4836 PR gdb/18702
4837 Add checking of floatformats setup on x86_64 hosts.
4838 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4839 (smallval, bigval): New labels/constants.
4840 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4841 float" after loading bigval and smallval.
4842
4843 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4844
4845 * gdb.ada/fun_overload_menu.exp: New testcase.
4846 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4847
4848 2015-12-04 Josh Stone <jistone@redhat.com>
4849
4850 * gdb.base/catch-fork-static.exp: New.
4851
4852 2015-12-03 Yao Qi <yao.qi@linaro.org>
4853
4854 * gdb.base/sizeof.c: Don't include stdio.h and
4855 ../lib/unbuffer_output.c.
4856 (main): New variable 'size' and 'value'. Remove printf and
4857 gdb_unbuffer_output. Assign return value to size and value.
4858 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4859 at the beginning.
4860 (check_sizeof): Check the result by printing variable 'size'.
4861 (check_valueof): Check the result by printing variable 'value'.
4862
4863 2015-12-01 Yao Qi <yao.qi@linaro.org>
4864
4865 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4866 for aarch64*-*-linux* target.
4867
4868 2015-11-30 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4871
4872 2015-11-30 Pedro Alves <palves@redhat.com>
4873
4874 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4875 Handle non-stop mode vCont replies.
4876
4877 2015-11-30 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4880 prepare_for_testing. Start gdb with "set non-stop on" appended to
4881 GDBFLAGS. Lax expected stop output.
4882
4883 2015-11-27 Yao Qi <yao.qi@linaro.org>
4884
4885 * gdb.arch/arm-neon.exp: New.
4886 * gdb.arch/arm-neon.c: New.
4887
4888 2015-11-27 Yao Qi <yao.qi@linaro.org>
4889
4890 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4891
4892 2015-11-27 Yao Qi <yao.qi@linaro.org>
4893
4894 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4895 frames-invalid annotation.
4896
4897 2015-11-27 Yao Qi <yao.qi@linaro.org>
4898
4899 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4900
4901 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4902
4903 * gdb.threads/names.exp: New file.
4904 * gdb.threads/names.c: New file.
4905 * README: Mention gdb,no_thread_names.
4906
4907 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4908
4909 PR 19297
4910 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4911 support" error.
4912
4913 2015-11-24 Pedro Alves <palves@redhat.com>
4914
4915 PR 17539
4916 * gdb.base/display.exp: Expect displays to be sorted in ascending
4917 order. Use multi_line.
4918 * gdb.base/solib-display.exp: Likewise.
4919
4920 2015-11-24 Pedro Alves <palves@redhat.com>
4921
4922 PR 17539
4923 * gdb.base/display.exp: Expect displays to be sorted in ascending
4924 order. Use multi_line.
4925 * gdb.base/solib-display.exp: Likewise.
4926
4927 2015-11-24 Pedro Alves <palves@redhat.com>
4928
4929 PR 17539
4930 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4931 threads in ascending order.
4932 * gdb.base/foll-fork.exp: Likewise.
4933 * gdb.base/foll-vfork.exp: Likewise.
4934 * gdb.base/multi-forks.exp: Likewise.
4935 * gdb.mi/mi-nonstop.exp: Likewise.
4936 * gdb.mi/mi-nsintrall.exp: Likewise.
4937 * gdb.multi/base.exp: Likewise.
4938 * gdb.multi/multi-arch.exp: Likewise.
4939 * gdb.python/py-inferior.exp: Likewise.
4940 * gdb.threads/break-while-running.exp: Likewise.
4941 * gdb.threads/execl.exp: Likewise.
4942 * gdb.threads/gcore-thread.exp: Likewise.
4943 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4944 * gdb.threads/kill.exp: Likewise.
4945 * gdb.threads/linux-dp.exp: Likewise.
4946 * gdb.threads/multiple-step-overs.exp: Likewise.
4947 * gdb.threads/next-bp-other-thread.exp: Likewise.
4948 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4949 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4950 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4951 * gdb.threads/thread-find.exp: Likewise.
4952 * gdb.threads/tls.exp: Likewise.
4953 * lib/mi-support.exp (mi_reverse_list): Delete.
4954 (mi_check_thread_states): No longer reverse list.
4955
4956 2015-11-24 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4959 use lowercase.
4960
4961 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4962
4963 * gdb.trace/actions.c: Include trace-common.h.
4964 (main): Add a location for a fast tracepoint.
4965 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4966 the normal tracepoints.
4967 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4968
4969 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4970
4971 * save-trace.exp: Factor out code to these...
4972 (gdb_save_tracepoints): New.
4973 (gdb_load_tracepoints): New.
4974 (do_save_load_test): New.
4975
4976 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4977
4978 * gdb.base/asmlabel.exp: New test.
4979 * gdb.base/asmlabel.c: New test case.
4980
4981 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4982
4983 * gdb.base/wrong_frame_bt_full-main.c: New file.
4984 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4985 * gdb.base/wrong_frame_bt_full.exp: New file.
4986
4987 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4988
4989 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4990
4991 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4992
4993 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4994 pstate register when comparing registers values in
4995 sparc64-*-linux-gnu targets to avoid spurious differences.
4996
4997 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4998
4999 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5000
5001 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5002
5003 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5004 as type argument to gdb_compile.
5005 * gdb.base/nested-subp2.exp: Likewise.
5006 * gdb.base/nested-subp3.exp: Likewise.
5007
5008 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5009
5010 * lib/dwarf.exp (_note): Fix left shift of negative value.
5011 * gdb.trace/trace-condition.exp: Likewise.
5012
5013 2015-11-13 Yao Qi <yao.qi@linaro.org>
5014
5015 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5016 comments about d10v.
5017 (test_scalar_returns): Likewise.
5018 * gdb.base/d10v.ld: Remove.
5019 * gdb.base/overlays.exp: Remove the target triplet checking for
5020 d10v-*-*.
5021 * gdb.base/structs.exp (test_struct_returns): Remove the
5022 comments about d10v.
5023 (test_struct_calls): Likewise.
5024
5025 2015-11-13 Yao Qi <yao.qi@linaro.org>
5026
5027 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5028 * gdb.base/gnu_vector.c: Don't include stdio.h.
5029 (main): Don't print res and call add_some_intvecs.
5030
5031 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5032
5033 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5034 macro.
5035 (func5): Removed.
5036 (func4): Use FAST_TRACEPOINT_LABEL.
5037 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5038 macro.
5039 (func): Removed.
5040 (thread_function): Use FAST_TRACEPOINT_LABEL.
5041 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5042 (func): Remove.
5043 (marker): Use FAST_TRACEPOINT_LABEL.
5044 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5045 (pendfunc1): Remove.
5046 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5047 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5048 (foo): Remove.
5049 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5050 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5051 macro.
5052 (func): Remove.
5053 (marker): Use FAST_TRACEPOINT_LABEL.
5054 * gdb.trace/trace-common.h: New header.
5055 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5056 macro.
5057 (func): Remove.
5058 (marker): Use FAST_TRACEPOINT_LABEL.
5059 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5060 (func): Remove.
5061 (thread_function): Use FAST_TRACEPOINT_LABEL.
5062
5063 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5064
5065 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5066 in front.
5067 * gdb.trace/change-loc.exp: Use global pcreg definition.
5068 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5069 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5070 in front.
5071 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5072 * gdb.trace/pending.exp: Likewise.
5073 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5074 * gdb.trace/trace-break.exp: Likewise.
5075 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5076 in front.
5077 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5078 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5079 in front.
5080 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5081
5082 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5083
5084 * gdb.ada/fin_fun_out: New testcase.
5085
5086 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5087
5088 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5089 value associated with DW_AT_byte_size.
5090 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5091 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5092 DW_AT_upper_bound.
5093
5094 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5095
5096 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5097 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5098 version.
5099 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5100 gdb.dwarf2/dw2-canonicalize-type.exp,
5101 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5102 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5103 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5104 provided by gdb_target_symbol_prefix_flags_asm.
5105 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5106 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5107 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5108 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5109 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5110 macros where needed). Use this macro for symbols which require
5111 the prefix provided by SYMBOL_PREFIX.
5112
5113 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5114
5115 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5116 New procs.
5117 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5118 representing expressions, of more than one list element.
5119 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5120 to prepend linker symbol prefix to f.
5121 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5122 table_1 and table_2.
5123 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5124 Likewise, for f and g.
5125 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5126 for ptr.
5127 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5128 for main.
5129 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5130 table_1_ptr and table_2_ptr.
5131
5132 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5133 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5136
5137 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5138
5139 * gdb.reverse/s390-mvcle.c: New test.
5140 * gdb.reverse/s390-mvcle.exp: New file.
5141 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5142
5143 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5144
5145 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5146
5147 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5148
5149 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5150 reaching marker2.
5151 * gdb.reverse/getresuid-reverse.exp: Likewise.
5152 * gdb.reverse/pipe-reverse.exp: Likewise.
5153 * gdb.reverse/readv-reverse.exp: Likewise.
5154 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5155 * gdb.reverse/time-reverse.exp: Likewise.
5156 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5157
5158 2015-10-30 Yao Qi <yao.qi@linaro.org>
5159
5160 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5161 (empty_cycle): Remove.
5162 (main): Don't call empty_cycle. Don't use watch_count_done.
5163 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5164 empty_cycle. Rewrite the code counting HW watchpoints.
5165
5166 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5167
5168 * gdb.reverse/fstatat-reverse.c: New test.
5169 * gdb.reverse/fstatat-reverse.exp: New file.
5170 * gdb.reverse/getresuid-reverse.c: New test.
5171 * gdb.reverse/getresuid-reverse.exp: New file.
5172 * gdb.reverse/pipe-reverse.c: New test.
5173 * gdb.reverse/pipe-reverse.exp: New file.
5174 * gdb.reverse/readv-reverse.c: New test.
5175 * gdb.reverse/readv-reverse.exp: New file.
5176 * gdb.reverse/recvmsg-reverse.c: New test.
5177 * gdb.reverse/recvmsg-reverse.exp: New file.
5178 * gdb.reverse/time-reverse.c: New test.
5179 * gdb.reverse/time-reverse.exp: New file.
5180 * gdb.reverse/waitpid-reverse.c: New test.
5181 * gdb.reverse/waitpid-reverse.exp: New file.
5182
5183 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5184
5185 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5186
5187 2015-10-26 Doug Evans <dje@google.com>
5188
5189 PR symtab/17391
5190 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5191 * gdb.dwarf2/bad-regnum.c: New file.
5192 * gdb.dwarf2/bad-regnum.exp: New file.
5193
5194 2015-10-26 Doug Evans <dje@google.com>
5195
5196 PR python/18938
5197 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5198 file.
5199
5200 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5201
5202 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5203 for a change by "Mention language in compile error message".
5204
5205 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5206
5207 PR python/18073
5208 * gdb.python/py-type.c (C::a_method): New.
5209 (C::a_const_method): New.
5210 (C::a_static_method): New.
5211 (a_function): New.
5212 * gdb.python/py-type.exp (test_fields): Test getting fields
5213 from function and method.
5214
5215 2015-10-21 Keven Boell <keven.boell@intel.com>
5216
5217 * gdb.fortran/vla-alloc-assoc.exp: New file.
5218 * gdb.fortran/vla-datatypes.exp: New file.
5219 * gdb.fortran/vla-datatypes.f90: New file.
5220 * gdb.fortran/vla-history.exp: New file.
5221 * gdb.fortran/vla-ptype-sub.exp: New file.
5222 * gdb.fortran/vla-ptype.exp: New file.
5223 * gdb.fortran/vla-sizeof.exp: New file.
5224 * gdb.fortran/vla-sub.f90: New file.
5225 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5226 * gdb.fortran/vla-value-sub-finish.exp: New file.
5227 * gdb.fortran/vla-value-sub.exp: New file.
5228 * gdb.fortran/vla-value.exp: New file.
5229 * gdb.fortran/vla-ptr-info.exp: New file.
5230 * gdb.mi/mi-vla-fortran.exp: New file.
5231 * gdb.mi/vla.f90: New file.
5232
5233 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5234
5235 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5236 of hardwired timeout value.
5237
5238 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5239 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5242 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5243
5244 2015-10-19 Josh Stone <jistone@redhat.com>
5245
5246 * gdb.base/catch-syscall.c: Include <sched.h>.
5247 (unknown_syscall): New variable.
5248 (main): Trigger a vfork and an unknown syscall.
5249 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5250 (unknown_syscall_number): Likewise.
5251 (check_call_to_syscall): Accept an optional syscall pattern.
5252 (check_return_from_syscall): Likewise.
5253 (check_continue): Likewise.
5254 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5255 (test_catch_syscall_skipping_return): New test toggling off 'catch
5256 syscall' to step over the syscall return, then toggling back on.
5257 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5258 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5259 (do_syscall_tests): Call test_catch_syscall_without_args and
5260 test_catch_syscall_mid_vfork.
5261 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5262 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5263
5264 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5265
5266 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5267 print g_vE): Add new pass patterns.
5268 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5269 print various symbol names for vptr fields.
5270
5271 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5274 results.
5275
5276 2015-10-12 Yao Qi <yao.qi@linaro.org>
5277
5278 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5279
5280 2015-10-12 Yao Qi <yao.qi@linaro.org>
5281
5282 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5283 is aarch64*-*-linux*.
5284
5285 2015-10-12 Yao Qi <yao.qi@linaro.org>
5286
5287 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5288 (can_relocate_bcond_true): ... it.
5289 (can_relocate_bcond_false): New function.
5290 (foo): Likewise.
5291 (can_relocate_bl): Likewise.
5292 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5293 can_relocate_bl.
5294
5295 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5296
5297 * gdb.base/nested-addr.c: New file.
5298 * gdb.base/nested-addr.exp: New testcase.
5299
5300 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5301
5302 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5303 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5304 its output. Ignore the output of "record goto begin" and instead
5305 check that GDB is replaying.
5306
5307 2015-10-09 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5310 (top level): Use it in the run with no args test.
5311
5312 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5313
5314 * gdb.dlang/properties.exp: New file.
5315
5316 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5317
5318 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5319 whether or not address 0x1000 is mapped on the target.
5320
5321 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5322
5323 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5324 build.
5325
5326 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5327
5328 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5329 instruction-history test.
5330
5331 2015-09-28 Doug Evans <dje@google.com>
5332
5333 * gdb.base/gcore.c (array_func): Add reference to static_array.
5334
5335 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5338 source line.
5339
5340 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5341
5342 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5343 short or char as base type.
5344
5345 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5346
5347 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5348 to allow any size enum.
5349
5350 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5351
5352 * gdb.ada/array_ptr_renaming.exp: New testcase.
5353 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5354 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5355
5356 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5357
5358 * gdb.trace/ftrace-lock.c: New file.
5359 * gdb.trace/ftrace-lock.exp: New file.
5360
5361 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5362
5363 * gdb.arch/insn-reloc.c: New file.
5364 * gdb.arch/ftrace-insn-reloc.exp: New file.
5365
5366 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5367
5368 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5369 instruction.
5370 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5371 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5372 * gdb.trace/range-stepping.c: Likewise.
5373 * gdb.trace/trace-break.c: Likewise.
5374 * gdb.trace/trace-mt.c (thread_function): Likewise.
5375 * gdb.trace/ftrace.c (marker): Likewise.
5376 * gdb.trace/trace-condition.c (marker): Likewise.
5377 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5378 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5379 is_aarch64_target.
5380
5381 2015-09-18 Doug Evans <xdje42@gmail.com>
5382
5383 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5384 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5385
5386 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5387
5388 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5389 the breakpoint.
5390
5391 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5392
5393 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5394 the pending breakpoint. Remove timeout override for "Run till
5395 MI pending breakpoint on pendfunc3 on thread 2" test.
5396
5397 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5398
5399 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5400 filename pattern.
5401
5402 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5403
5404 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5405 in breakpoint filename pattern.
5406
5407 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5408
5409 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5410
5411 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5412
5413 * gdb.linespec/explicit.exp: Check for readline support for
5414 tab-completion tests. Fix obvious typo.
5415
5416 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5417
5418 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5419 and replay.
5420
5421 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5422
5423 * gdb.btrace/non-stop.c: New.
5424 * gdb.btrace/non-stop.exp: New.
5425
5426 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5427 Yao Qi <yao.qi@linaro.org>
5428
5429 * gdb.trace/trace-condition.c: New file.
5430 * gdb.trace/trace-condition.exp: New file.
5431
5432 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5433
5434 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5435 for testing bytecode compilation.
5436
5437 2015-09-16 Pedro Alves <palves@redhat.com>
5438 Sandra Loosemore <sandra@codesourcery.com>
5439
5440 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5441 (SECONDS): Redefine.
5442 (main): Call pthread_kill and alarm early.
5443 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5444 support.
5445 (test): If the target can't hardware step and doesn't support
5446 displaced stepping, increase the timeout.
5447
5448 2015-09-16 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5451 (enable_debug): New procedures.
5452 (test): Use them. Bail out if waiting for threads fails.
5453 (top level): Bail out if a test fails.
5454
5455 2015-09-16 Yao Qi <yao.qi@linaro.org>
5456
5457 * gdb.asm/asm-source.exp: Set asm-arch for
5458 aarch64*-*-* target.
5459 * gdb.asm/aarch64.inc: New file.
5460
5461 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5462
5463 * gdb.ada/array_of_variable_length.exp: New testcase.
5464 * gdb.ada/array_of_variable_length/foo.adb: New file.
5465 * gdb.ada/array_of_variable_length/pck.adb: New file.
5466 * gdb.ada/array_of_variable_length/pck.ads: New file.
5467
5468 2015-09-15 Doug Evans <dje@google.com>
5469
5470 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5471 of function static local variable.
5472
5473 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5474
5475 * gdb.threads/tls-so_extern.exp: New test file.
5476 * gdb.threads/tls-so_extern.c: New test file.
5477 * gdb.threads/tls-so_extern_main.c: New test file.
5478
5479 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5480
5481 * gdb.opt/solib-intra-step-lib.c: New file.
5482 * gdb.opt/solib-intra-step-main.c: New file.
5483 * gdb.opt/solib-intra-step.exp: New file.
5484
5485 2015-09-15 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5488 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5489
5490 2015-09-14 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.base/hook-stop-continue.c: Delete.
5493 * gdb.base/hook-stop-continue.exp: Delete.
5494 * gdb.base/hook-stop-frame.c: Delete.
5495 * gdb.base/hook-stop-frame.exp: Delete.
5496 * gdb.base/hook-stop.c: New file.
5497 * gdb.base/hook-stop.exp: New file.
5498
5499 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5500
5501 * gdb.ada/access_to_packed_array.exp: New testcase.
5502 * gdb.ada/access_to_packed_array/foo.adb: New file.
5503 * gdb.ada/access_to_packed_array/pack.adb: New file.
5504 * gdb.ada/access_to_packed_array/pack.ads: New file.
5505
5506 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5507
5508 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5509 buffer size test.
5510
5511 2015-09-11 Don Breazeal <donb@codesourcery.com>
5512
5513 * gdb.base/foll-exec.c: Add copyright header. Fix
5514 formatting issues.
5515 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5516 (do_exec_tests): Use clean_restart in place of zap_session,
5517 and for test initialization. Fix formatting issues. Use
5518 fail in place of perror.
5519 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5520 an expect statement to match an expression with output from
5521 the program under debug.
5522 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5523 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5524 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5525 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5526 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5527
5528 2015-09-09 Doug Evans <dje@google.com>
5529
5530 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5531
5532 2015-09-09 Doug Evans <dje@google.com>
5533
5534 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5535
5536 2015-09-09 Doug Evans <dje@google.com>
5537
5538 * gdb.base/savedregs.exp: Fix typo.
5539
5540 2015-09-09 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5543
5544 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5545
5546 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5547 command actually switches threads. Give up on remaining
5548 tests if target fails to stop at breakpoint.
5549
5550 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5551
5552 * gdb.ada/funcall_char.exp: New testcase.
5553 * gdb.ada/funcall_char/foo.adb: New file.
5554
5555 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5556
5557 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5558 expected outputs. Add two testcases for completing ambiguous
5559 functions.
5560 * gdb.ada/complete/aux_pck.adb: New file.
5561 * gdb.ada/complete/aux_pck.ads: New file.
5562 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5563 Ambiguous_Func functions.
5564 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5565 * gdb.ada/complete/pck.adb: Likewise.
5566
5567 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5568
5569 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5570 failures to run the test program under GDB.
5571
5572 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5573
5574 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5575 to C.
5576
5577 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5578
5579 * gdb.base/run-after-attach.exp: New test file.
5580 * gdb.base/run-after-attach.c: New test file.
5581
5582 2015-08-26 Don Breazeal <donb@codesourcery.com>
5583
5584 * gdb.base/foll-exec-2.c: New test program.
5585 * gdb.base/foll-exec-2.exp: New test.
5586
5587 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5588
5589 * gdb.base/nested-subp1.exp: New file.
5590 * gdb.base/nested-subp1.c: New file.
5591 * gdb.base/nested-subp2.exp: New file.
5592 * gdb.base/nested-subp2.c: New file.
5593 * gdb.base/nested-subp3.exp: New file.
5594 * gdb.base/nested-subp3.c: New file.
5595
5596 2015-08-24 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.server/connect-without-multi-process.c: New file.
5599 * gdb.server/connect-without-multi-process.exp: New file.
5600
5601 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5602
5603 * gdb.opt/inline-markers.c: Make z int.
5604
5605 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5606
5607 * gdb.opt/inline-markers.c: Make z volatile.
5608
5609 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5610
5611 * gdb.opt/inline-bt.c: New volatile global z.
5612 * gdb.opt/inline-cmds.c: Likewise.
5613 * gdb.opt/inline-locals.c: Likewise.
5614 * gdb.opt/inline-markers.c: New extern global z.
5615 (marker): Use z.
5616 (inline_fn): Likewise.
5617
5618 2015-08-24 Pedro Alves <palves@redhat.com>
5619
5620 * config/m32r-stub.exp: Remove file.
5621 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5622 * gdb.base/call-rt-st.exp: Likewise.
5623 * gdb.base/call-strs.exp: Likewise.
5624 * gdb.base/default.exp: Remove references to h8300-*-hms and
5625 *-*-udi*.
5626 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5627
5628 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5629
5630 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5631 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5632 and "return" use KFAIL when GDB can not read/write the vector
5633 return value.
5634
5635 2015-08-21 Gary Benson <gbenson@redhat.com>
5636
5637 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5638
5639 2015-08-20 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.server/solib-list.exp: No longer expect an interior stop in
5642 non-stop mode.
5643
5644 2015-08-20 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.server/connect-stopped-target.c: New file.
5647 * gdb.server/connect-stopped-target.exp: New file.
5648
5649 2015-08-20 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.dwarf2/comp-unit-lang.exp: New file.
5652 * gdb.dwarf2/comp-unit-lang.c: New file.
5653
5654 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5655
5656 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5657 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5658
5659 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5660
5661 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5662 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5663
5664 2015-08-18 Doug Evans <dje@google.com>
5665 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5666
5667 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5668 skip_python_tests. New arg prompt_regexp.
5669 (skip_python_tests): New function.
5670 * lib/mi-support.exp (mi_skip_python_tests): New function.
5671 * gdb.python/py-mi-objfile-gdb.py: New file.
5672 * gdb.python/py-mi-objfile.c: New file.
5673 * gdb.python/py-mi-objfile.exp: New file.
5674
5675 2015-08-17 Keith Seitz <keiths@redhat.com>
5676
5677 * gdb.linespec/explicit.exp: Move strace test from here ...
5678 * gdb.trace/strace.exp: ... to here.
5679
5680 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5681
5682 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5683 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5684
5685 2015-08-14 Doug Evans <xdje42@gmail.com>
5686
5687 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5688 inferior before selecting a new file.
5689
5690 2015-08-14 Doug Evans <xdje42@gmail.com>
5691
5692 * gdb.mi/mi-disassemble.exp: Update.
5693 * gdb.base/disasm-optim.S: New file.
5694 * gdb.base/disasm-optim.c: New file.
5695 * gdb.base/disasm-optim.h: New file.
5696 * gdb.base/disasm-optim.exp: New file.
5697
5698 2015-08-14 Keith Seitz <keiths@redhat.com>
5699
5700 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5701 "evaluated-by".
5702
5703 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5704
5705 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5706
5707 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5708
5709 * gdb.ada/fun_renaming.exp: New testcase.
5710 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5711 * gdb.ada/fun_renaming/pack.adb: New file.
5712 * gdb.ada/fun_renaming/pack.ads: New file.
5713
5714 2015-08-12 Keith Seitz <keiths@redhat.com>
5715
5716 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5717 gdb_get_line_number.
5718
5719 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5720
5721 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5722 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5723 gdb.base/dso2dso.exp: New files.
5724
5725 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5726 Pedro Alves <palves@redhat.com>
5727 Keith Seitz <keiths@redhat.com>
5728
5729 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5730 GDBFLAGS.
5731
5732 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5733
5734 * gdb.base/gdbhistsize-history.exp
5735 (test_histsize_history_setting): Use save_vars.
5736 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5737 Use save_vars.
5738 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5739 * gdb.base/readline.exp: Use save_vars.
5740
5741 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5742
5743 * lib/gdb.exp (save_vars): New proc.
5744
5745 2015-08-11 Keith Seitz <keiths@redhat.com>
5746
5747 * gdb.base/help.exp: Update help_breakpoint_text.
5748
5749 2015-08-11 Keith Seitz <keiths@redhat.com>
5750
5751 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5752 (at toplevel): Call test_explicit_breakpoints.
5753 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5754 breakpoints.
5755 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5756 breakpoint conditions, "-cond".
5757
5758 2015-08-11 Keith Seitz <keiths@redhat.com>
5759
5760 * gdb.linespec/3explicit.c: New file.
5761 * gdb.linespec/cpexplicit.cc: New file.
5762 * gdb.linespec/cpexplicit.exp: New file.
5763 * gdb.linespec/explicit.c: New file.
5764 * gdb.linespec/explicit.exp: New file.
5765 * gdb.linespec/explicit2.c: New file.
5766 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5767 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5768 before using in the matching pattern.
5769 Clarify that `prefix' is a regular expression.
5770
5771 2015-08-11 Keith Seitz <keiths@redhat.com>
5772
5773 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5774 test.
5775 Add tests for missing ",FMT" and ",".
5776
5777 2015-08-10 Doug Evans <dje@google.com>
5778 Keith Seitz <keiths@redhat.com>
5779
5780 PR gdb/17960
5781 * gdb.base/completion.exp: Add location completer tests.
5782
5783 2015-08-07 Pedro Alves <palves@redhat.com>
5784
5785 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5786 tests here.
5787 (top level): Run do_test with and without displaced stepping.
5788
5789 2015-08-07 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/valgrind-disp-step.c: New file.
5792 * gdb.base/valgrind-disp-step.exp: New file.
5793
5794 2015-08-07 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5797 Delete function.
5798 (main): Add alarm. Run an infinite loop instead of calling
5799 wait_threads.
5800 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5801 comment.
5802 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5803 Delete function.
5804 (main): Add alarm. Run an infinite loop instead of calling
5805 wait_threads.
5806 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5807 comment.
5808
5809 2015-08-07 Pedro Alves <palves@redhat.com>
5810
5811 * gdb.base/checkpoint-ns.exp: New file.
5812 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5813 standard_testfile.
5814
5815 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5816
5817 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5818 * gdb.btrace/instruction_history.exp: Update.
5819 * gdb.btrace/tsx.exp: New.
5820 * gdb.btrace/tsx.c: New.
5821
5822 2015-08-06 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5825 increase timeout.
5826 * gdb.reverse/until-precsave.exp: Bump timeouts.
5827
5828 2015-08-06 Pedro Alves <palves@redhat.com>
5829
5830 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5831
5832 2015-08-06 Pedro Alves <palves@redhat.com>
5833
5834 PR gdb/18749
5835 * gdb.threads/process-dies-while-handling-bp.c: New file.
5836 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5837
5838 2015-08-06 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5841 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5842
5843 2015-08-05 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5846 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5847
5848 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5849
5850 * gdb.base/bp-permanent.exp: Report test as unsupported if
5851 the target cannot stop at the permanent breakpoint.
5852
5853 2015-08-03 Doug Evans <dje@google.com>
5854
5855 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5856 10000.
5857
5858 2015-08-03 Doug Evans <dje@google.com>
5859
5860 * Makefile.in (workers/%.worker, build-perf): New rule.
5861 (GDB_PERFTEST_MODE): New variable.
5862 (check-perf): Use it.
5863 (clean): Clean up gdb.perf parallel build subdirs.
5864 * lib/build-piece.exp: New file.
5865 * lib/gdb.exp (make_gdb_parallel_path): New function
5866 (standard_output_file, standard_temp_file): Call it.
5867 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5868 of $GDB_PARALLEL.
5869 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5870
5871 2015-08-03 Doug Evans <dje@google.com>
5872
5873 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5874 (LOG_FILE_NAME): New global.
5875 (TextReporter.__init__): Initialize self.txt_sum.
5876 (TextReporter.report): Add support for multiple data-points.
5877 Move report to perftest.sum, put raw data in perftest.log.
5878 (TextReporter.start): Open sum and log files.
5879 (TextReporter.end): Close sum and log files.
5880 * gdb.perf/lib/perftest/testresult.py
5881 (SingleStatisticTestResult.record): Handle multiple data-points.
5882
5883 2015-07-31 Pedro Alves <palves@redhat.com>
5884
5885 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5886 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5887 kill_wait_spawned_process instead of explicit "kill -9".
5888 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5889 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5890 kill_wait_spawned_process.
5891 * gdb.base/attach-twice.exp: Likewise.
5892 * gdb.base/attach.exp: Likewise.
5893 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5894 gdb_test_multiple.
5895 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5896 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5897 kill_wait_spawned_process.
5898 * gdb.base/valgrind-infcall.exp: Likewise.
5899 * gdb.multi/multi-attach.exp: Likewise.
5900 * gdb.python/py-prompt.exp: Likewise.
5901 * gdb.python/py-sync-interp.exp: Likewise.
5902 * gdb.server/ext-attach.exp: Likewise.
5903 * gdb.threads/attach-into-signal.exp (corefunc): Use
5904 spawn_wait_for_attach, spawn_id_get_pid and
5905 kill_wait_spawned_process.
5906 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5907 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5908 spawn_id_get_pid and kill_wait_spawned_process.
5909 * gdb.threads/attach-stopped.exp (corefunc): Use
5910 spawn_wait_for_attach, spawn_id_get_pid and
5911 kill_wait_spawned_process.
5912 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5913 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5914 kill_wait_spawned_process instead of explicit "kill -9".
5915 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5916 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5917 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5918 processes. Don't map cygwin/windows pids here. Now returns a
5919 spawn id list.
5920
5921 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5922
5923 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5924 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5925 correct patch.
5926
5927 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5928
5929 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5930
5931 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5932
5933 Reapply:
5934 2014-05-21 Mark Wielaard <mjw@redhat.com>
5935
5936 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5937
5938 2015-07-30 Pedro Alves <palves@redhat.com>
5939
5940 * linux-low.c (handle_extended_wait): Set the child's last
5941 reported status to TARGET_WAITKIND_STOPPED.
5942
5943 2015-07-30 Pedro Alves <palves@redhat.com>
5944
5945 PR threads/18600
5946 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5947 only shows inferior 1.
5948
5949 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5950 Pedro Alves <palves@redhat.com>
5951
5952 PR threads/18600
5953 * gdb.threads/fork-plus-threads.c: New file.
5954 * gdb.threads/fork-plus-threads.exp: New file.
5955
5956 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5957
5958 * gdb.base/batch-preserve-term-settings.exp
5959 (test_terminal_settings_preserved_after_cli_exit): Use
5960 send_quit_command.
5961
5962 2015-07-29 Pedro Alves <palves@redhat.com>
5963 Don Breazeal <donb@codesourcery.com>
5964
5965 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5966 output from both inferior_spawn_id and gdb_spawn_id.
5967
5968 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5969
5970 * gdb.threads/attach-into-signal.exp (corefunc): Use
5971 with_test_prefix on nested loops, uniquefying the test messages.
5972
5973 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5974
5975 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5976 commit.
5977
5978 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5979
5980 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5981 New proc.
5982 (test_terminal_settings_preserved_after_sigterm): New test.
5983
5984 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5985
5986 * gdb.base/batch-preserve-term-settings.exp
5987 (test_terminal_settings_preserved_after_cli_exit): New test.
5988
5989 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5990
5991 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5992 manipulation of saved_gdbflags.
5993 (test_terminal_settings_preserved): Remove global declaration of
5994 the unused variable pagination_prompt. Remove manipulation of
5995 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5996 GDBFLAGS.
5997
5998 2015-07-29 Pedro Alves <palves@redhat.com>
5999
6000 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6001
6002 2015-07-29 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6005 at the top.
6006
6007 2015-07-29 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6010 (main): Call gdb_unbuffer_output.
6011 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6012 (main): Call gdb_unbuffer_output.
6013 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6014 (main): Call gdb_unbuffer_output.
6015 * gdb.base/call-strs.exp: Adjust to step over the
6016 gdb_unbuffer_output call.
6017 * gdb.base/catch-gdb-caused-signals.c: Include
6018 "../lib/unbuffer_output.c".
6019 (main): Call gdb_unbuffer_output.
6020 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6021 (main): Call gdb_unbuffer_output.
6022 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6023 (main): Call gdb_unbuffer_output.
6024 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6025 (main): Call gdb_unbuffer_output.
6026 * gdb.base/shlib-call.exp: Adjust to step over the
6027 gdb_unbuffer_output call.
6028 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6029 (main): Call gdb_unbuffer_output.
6030 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6031 (main): Call gdb_unbuffer_output.
6032 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6033 (main): Rename to ...
6034 (test): ... this.
6035 (main): Reimplement.
6036 * gdb.base/varargs.exp: Run to test instead of to main.
6037 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6038 (main): Call gdb_unbuffer_output.
6039
6040 2015-07-29 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6043 factore out from mi_continue_dprintf. For call-style dprintfs,
6044 expect dprintf output out of $inferior_spawn_id.
6045 (mi_continue_dprintf): Use mi_expect_dprintf.
6046 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6047 (main): Call gdb_unbuffer_output.
6048
6049 2015-07-29 Pedro Alves <palves@redhat.com>
6050
6051 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6052 (default_mi_gdb_start): Set inferior_spawn_id instead of
6053 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6054 gdb_spawn_id.
6055 (mi_gdb_test): Always expect inferior output from both
6056 $inferior_spawn_id and $gdb_spawn_id.
6057
6058 2015-07-29 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6061 send_inferior and $inferior_spawn_id.
6062
6063 2015-07-29 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.gdb/complaints.exp (test_initial_complaints)
6066 (test_serial_complaints, test_short_complaints): Use
6067 gdb_test_stdio.
6068 (test_empty_complaint): Handle $inferior_spawn_id !=
6069 $gdb_spawn_id.
6070
6071 2015-07-29 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/varargs.exp: Use gdb_test_stdio.
6074
6075 2015-07-29 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6078
6079 2015-07-29 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6082
6083 2015-07-29 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6086 parameter into two new parameters, "inf_result" and "gdb_result".
6087 Expect inferior output and gdb output from $inferior_spawn_id and
6088 $gdb_spawn_id, respectively. Adjust all callers.
6089
6090 2015-07-29 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6093 of gdb_test_sequence.
6094
6095 2015-07-29 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6098 (saw_spurious_output): Expect inferior output from
6099 $inferior_spawn_id. Use gdb_test_stdio.
6100
6101 2015-07-29 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/dprintf.exp: Use standard_testfile. Change
6104 prepare_for_testing call.
6105 (srcfile): Don't set.
6106 (restart): New procedure.
6107 (test_dprintf): New procecure, use to continue over dprintfs.
6108 (test_call, test_agent): New procedures, tests moved here.
6109 Restart gdb and recreate dprintfs. Adjust expected output.
6110
6111 2015-07-29 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6114
6115 2015-07-29 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6118
6119 2015-07-29 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6122 gdb_test_stdio.
6123
6124 2015-07-29 Pedro Alves <palves@redhat.com>
6125
6126 * lib/gdb.exp (gdb_test_stdio): New procedure.
6127
6128 2015-07-29 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6131
6132 2015-07-29 Pedro Alves <palves@redhat.com>
6133
6134 * gdb.base/call-signal-resume.exp: Remove check for
6135 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6136 * gdb.base/unwindonsignal.exp: Likewise.
6137 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6138 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6139
6140 2015-07-29 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/siginfo-addr.c (pass): New function.
6143 (handler): Call it iff si_addr is correct.
6144 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6145 Set a breakpoint at "pass" and continue to it.
6146
6147 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6148
6149 * gdb.python/py-objfile.exp: Make some tests have unique names.
6150 * gdb.python/py-pp-registration.exp: Likewise.
6151
6152 2015-07-28 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6155
6156 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6159
6160 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6161
6162 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6163
6164 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6165
6166 * gdb.base/gdb-sigterm-2.exp: New test.
6167
6168 2015-07-25 Doug Evans <xdje42@gmail.com>
6169
6170 Revert:
6171 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6172 (workers/%.worker, build-perf): New rule.
6173 (GDB_PERFTEST_MODE): New variable.
6174 (check-perf): Use it.
6175 (clean): Clean up gdb.perf parallel build subdirs.
6176 * lib/build-piece.exp: New file.
6177 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6178 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6179 name.
6180 (standard_temp_file): Ditto.
6181 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6182 of $GDB_PARALLEL.
6183
6184 2015-07-24 Doug Evans <dje@google.com>
6185
6186 * gdb.perf/lib/perftest/utils.py: New file.
6187 * gdb.perf/gm-hello.cc: New file.
6188 * gdb.perf/gm-pervasive-typedef.cc: New file.
6189 * gdb.perf/gm-pervasive-typedef.h: New file.
6190 * gdb.perf/gm-std.cc: New file.
6191 * gdb.perf/gm-std.h: New file.
6192 * gdb.perf/gm-use-cerr.cc: New file.
6193 * gdb.perf/gm-utils.h: New file.
6194 * gdb.perf/gmonster-null-lookup.py: New file.
6195 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6196 * gdb.perf/gmonster-print-cerr.py: New file.
6197 * gdb.perf/gmonster-ptype-string.py: New file.
6198 * gdb.perf/gmonster-runto-main.py: New file.
6199 * gdb.perf/gmonster-select-file.py: New file.
6200 * gdb.perf/gmonster1-null-lookup.exp: New file.
6201 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6202 * gdb.perf/gmonster1-print-cerr.exp: New file.
6203 * gdb.perf/gmonster1-ptype-string.exp: New file.
6204 * gdb.perf/gmonster1-runto-main.exp: New file.
6205 * gdb.perf/gmonster1-select-file.exp: New file.
6206 * gdb.perf/gmonster1.cc: New file.
6207 * gdb.perf/gmonster1.exp: New file.
6208 * gdb.perf/gmonster2-null-lookup.exp: New file.
6209 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6210 * gdb.perf/gmonster2-print-cerr.exp: New file.
6211 * gdb.perf/gmonster2-ptype-string.exp: New file.
6212 * gdb.perf/gmonster2-runto-main.exp: New file.
6213 * gdb.perf/gmonster2-select-file.exp: New file.
6214 * gdb.perf/gmonster2.cc: New file.
6215 * gdb.perf/gmonster2.exp: New file.
6216
6217 2015-07-24 Doug Evans <dje@google.com>
6218
6219 * gdb.perf/README: New file.
6220 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6221 * lib/gen-perf-test.exp: New file.
6222
6223 2015-07-24 Doug Evans <dje@google.com>
6224
6225 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6226 (PerfTest::startup): New function.
6227 (PerfTest::run): Return result of calling body.
6228 (PerfTest::assemble): Rewrite.
6229 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6230 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6231 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6232 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6233 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6234
6235 2015-07-24 Doug Evans <dje@google.com>
6236
6237 * lib/gdb.exp (clean_restart): Make executable optional.
6238
6239 2015-07-24 Doug Evans <dje@google.com>
6240
6241 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6242 compiler_info references.
6243 * gdb.cp/temargs.exp: Ditto.
6244 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6245 (get_compiler_info): Early exit if already computed. Set compiler_info
6246 to "unknown" if there was a problem.
6247 (test_compiler_info): Add function comment. Call get_compiler_info.
6248
6249 2015-07-24 Doug Evans <dje@google.com>
6250
6251 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6252 (workers/%.worker, build-perf): New rule.
6253 (GDB_PERFTEST_MODE): New variable.
6254 (check-perf): Use it.
6255 (clean): Clean up gdb.perf parallel build subdirs.
6256 * lib/build-piece.exp: New file.
6257 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6258 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6259 name.
6260 (standard_temp_file): Ditto.
6261 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6262 of $GDB_PARALLEL.
6263
6264 2015-07-24 Doug Evans <dje@google.com>
6265
6266 * lib/future.exp (gdb_default_target_compile): New option
6267 "early_flags".
6268 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6269 --as-needed.
6270
6271 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6272
6273 * gdb.base/catch-syscall.exp: Call gdb_exit before
6274 gdb_skip_xml_test.
6275
6276 2015-07-24 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.python/py-events.exp: Accept output between the stop event
6279 and the prompt.
6280 * gdb.python/py-evsignal.exp: Likewise.
6281 * gdb.python/py-evthreads.exp: Likewise.
6282
6283 2015-07-24 Pedro Alves <palves@redhat.com>
6284
6285 PR gdb/18717
6286 * gdb.threads/non-ldr-exit.c: New file.
6287 * gdb.threads/non-ldr-exit.exp: New file.
6288
6289 2015-07-24 Yao Qi <yao.qi@linaro.org>
6290
6291 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6292 restarting process.
6293
6294 2015-07-24 Yao Qi <yao.qi@linaro.org>
6295
6296 * gdb.server/ext-restart.exp: New file.
6297
6298 2015-07-24 Yao Qi <yao.qi@linaro.org>
6299
6300 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6301 argument options.
6302 * gdb.server/ext-wrapper.exp: New file.
6303
6304 2015-07-23 Doug Evans <dje@google.com>
6305
6306 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6307 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6308
6309 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6310
6311 * gdb.ada/var_arr_typedef.exp: New testcase.
6312 * gdb.ada/var_arr_typedef/pack.adb: New file.
6313 * gdb.ada/var_arr_typedef/pack.ads: New file.
6314 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6315
6316 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6317
6318 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6319
6320 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 * gdb.arch/i386-biarch-core.exp: Replace istarget
6323 by "complete set gnutarget". Remove expectation for the "core-file"
6324 command.
6325
6326 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6327
6328 Revert the previous commit:
6329 Tests for validate symbol file using build-id.
6330
6331 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6332
6333 Tests for validate symbol file using build-id.
6334 * gdb.base/solib-mismatch-lib.c: New file.
6335 * gdb.base/solib-mismatch-libmod.c: New file.
6336 * gdb.base/solib-mismatch.c: New file.
6337 * gdb.base/solib-mismatch.exp: New file.
6338
6339 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6340
6341 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6342 nios2-*-linux*.
6343 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6344 * gdb.base/siginfo.exp: Likewise.
6345 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6346
6347 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6348
6349 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6350 Move it to ...
6351 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6352 ... here.
6353 * gdb.trace/range-stepping.exp: Check that the target supports
6354 range stepping.
6355
6356 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6357
6358 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6359
6360 2015-07-14 Pedro Alves <palves@redhat.com>
6361
6362 * gdb.base/killed-outside.exp: New file.
6363 * gdb.base/killed-outside.c: New file.
6364
6365 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6366
6367 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6368 (n at main): New.
6369 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6370
6371 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6372
6373 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6374 infcall tests instead of setting up for KFAIL.
6375
6376 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6377
6378 * gdb.btrace/record_goto-step.exp: New.
6379
6380 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 PR compile/18484
6383 * gdb.compile/compile.c (struct struct_type): Add volatile to
6384 selffield's type.
6385 * gdb.compile/compile.exp
6386 (compile code struct_object.selffield = &struct_object): Skip further
6387 struct_object tests if this one xfails.
6388
6389 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6390
6391 PR exp/18617
6392 * gdb.trace/ax.exp: Add test.
6393
6394 2015-07-07 Yao Qi <yao.qi@linaro.org>
6395
6396 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6397 instead of istarget "aarch64*-*-*".
6398 * gdb.arch/aarch64-fp.exp: Likewise.
6399 * gdb.base/float.exp: Likewise.
6400 * gdb.reverse/aarch64.exp: Likewise.
6401 * lib/gdb.exp (is_aarch64_target): New proc.
6402
6403 2015-07-07 Yao Qi <yao.qi@linaro.org>
6404
6405 * lib/gdb.exp (is_aarch32_target): New proc.
6406 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6407 instead of "istarget "arm*-*-*"".
6408 * gdb.arch/arm-disp-step.exp: Likewise.
6409 * gdb.arch/thumb-bx-pc.exp: Likewise.
6410 * gdb.arch/thumb-prologue.exp: Likewise.
6411 * gdb.arch/thumb-singlestep.exp: Likewise.
6412 * gdb.base/disp-step-syscall.exp: Likewise.
6413 * gdb.base/float.exp: Likewise.
6414
6415 2015-07-07 Yao Qi <yao.qi@linaro.org>
6416
6417 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6418 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6419
6420 2015-07-07 Yao Qi <yao.qi@linaro.org>
6421
6422 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6423 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6424 if it exists.
6425 * gdb.multi/multi-arch.exp: Likewise.
6426
6427 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6428
6429 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6430 print.
6431
6432 2015-07-07 Yao Qi <yao.qi@linaro.org>
6433
6434 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6435
6436 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6437
6438 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6439 '[' and ']' characters.
6440
6441 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6442
6443 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6444
6445 2015-06-29 Pedro Alves <palves@redhat.com>
6446
6447 PR threads/18127
6448 * gdb.threads/hand-call-new-thread.c: New file.
6449 * gdb.threads/hand-call-new-thread.c: New file.
6450
6451 2015-06-26 Keith Seitz <keiths@redhat.com>
6452 Doug Evans <dje@google.com>
6453
6454 PR 16253
6455 * gdb.cp/var-tag-2.cc: New file.
6456 * gdb.cp/var-tag-3.cc: New file.
6457 * gdb.cp/var-tag-4.cc: New file.
6458 * gdb.cp/var-tag.cc: New file.
6459 * gdb.cp/var-tag.exp: New file.
6460
6461 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6462
6463 * gdb.base/history-duplicates.exp: New test.
6464
6465 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6466
6467 * gdb.base/completion.exp: Test the completion of the "focus"
6468 command.
6469
6470 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6471
6472 * gdb.arch/amd64-prologue-skip.S: New file.
6473 * gdb.arch/amd64-prologue-skip.exp: New file.
6474
6475 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6478 is_address_zero_readable check.
6479
6480 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6481
6482 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6483 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6484
6485 2015-06-24 Yao Qi <yao.qi@linaro.org>
6486
6487 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6488 linux targets.
6489
6490 2015-06-24 Yao Qi <yao.qi@linaro.org>
6491
6492 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6493 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6494 * gdb.base/siginfo-thread.exp: Likewise.
6495
6496 2015-06-22 Yao Qi <yao.qi@linaro.org>
6497
6498 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6499
6500 2015-06-22 Yao Qi <yao.qi@linaro.org>
6501
6502 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6503 aarch64*-*-*.
6504 (skip_hw_watchpoint_tests): Likewise.
6505
6506 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6507
6508 * gdb.base/gdbinit-history.exp: Test the interaction between
6509 setting GDBHISTSIZE and setting the history size via .gdbinit.
6510
6511 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6512
6513 PR gdb/16999
6514 * gdb.base/gdbhistsize-history.exp: New test.
6515
6516 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6517
6518 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6519 with GDBHISTSIZE.
6520 * gdb.base/readline.exp: Likewise.
6521
6522 2015-06-17 Yao Qi <yao.qi@linaro.org>
6523
6524 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6525 line.
6526
6527 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6528
6529 * gdb.base/gdbinit-history.exp: Add test case to check that
6530 an unlimited history file does not get truncated on exit.
6531
6532 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6533
6534 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6535 (VECTOR): New macro. Use it...
6536 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6537 ...for these typedefs.
6538 (int8, char1, int1, double1): New typedefs.
6539 (struct just_int2, struct two_int2): New structures.
6540 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6541 (add_structvecs, add_singlevecs): New functions.
6542 (main): Call add_some_intvecs twice.
6543 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6544 the compile and exit upon failure. Try compiling for the "native"
6545 architecture. Test inferior function calls with vector arguments
6546 and vector return value handling with "finish" and "return".
6547
6548 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6549
6550 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6551 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6552 PE file.
6553 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6554
6555 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6556
6557 PR breakpoints/16465
6558 * gdb.mi/mi-dprintf-pending.c: New file.
6559 * gdb.mi/mi-dprintf-pending.exp: New test.
6560 * gdb.mi/mi-dprintf-pendshr.c: New file.
6561
6562 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6563 Mircea Gherzan <mircea.gherzan@intel.com>
6564
6565 * gdb.arch/i386-mpx-map.c: New file.
6566 * gdb.arch/i386-mpx-map.exp: New File.
6567
6568 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6569
6570 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6571 * gdb.arch/i386-mpx.exp: Indentation fixed.
6572
6573 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6574
6575 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6576 function and improved indentation.
6577 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6578 gdb_test_multiple. Added additional tests to skip the test.
6579
6580 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6581
6582 * gdb.arch/i386-avx512.c: Change path in include file.
6583 * gdb.arch/i386-avx512.exp: Change include dir path
6584 compilation flag.
6585 * gdb.arch/i386-mpx.c: Change path in include file.
6586 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6587 flag.
6588
6589 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * gdb.compile/compile-print.exp (compile print *vararray@3)
6592 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6593
6594 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6597 (do not keep jit in memory): ... this.
6598 (expect 5): Change it to ...
6599 (expect no 5): ... this.
6600
6601 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6602
6603 PR gdb/15564
6604 * gdb.mi/mi-detach.exp: New file.
6605
6606 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 PR symtab/18392
6609 * gdb.arch/amd64-tailcall-self.S: New file.
6610 * gdb.arch/amd64-tailcall-self.c: New file.
6611 * gdb.arch/amd64-tailcall-self.exp: New file.
6612
6613 2015-05-28 Don Breazeal <donb@codesourcery.com>
6614
6615 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6616 tests for remote targets by checking is_target_gdbserver.
6617
6618 2015-05-27 Doug Evans <dje@google.com>
6619
6620 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6621 * gdb.dwarf2/opaque-type-lookup.c: New file.
6622 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6623
6624 2015-05-26 Doug Evans <dje@google.com>
6625
6626 * gdb.cp/iostream.cc: New file.
6627 * gdb.cp/iostream.exp: New file.
6628
6629 2015-05-26 Doug Evans <dje@google.com>
6630
6631 * gdb.dwarf2/dw2-op-call.exp: Update.
6632 * gdb.dwarf2/dw4-sig-types.exp: Update.
6633 * gdb.dwarf2/implptr.exp: Update.
6634 * gdb.mi/mi-cmd-param-changed.exp: Update.
6635
6636 2015-05-26 Doug Evans <dje@google.com>
6637
6638 * gdb.python/py-lazy-string.c: New file.
6639 * gdb.python/py-lazy-string.exp: New file.
6640 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6641 (main): Update. Add estring3.
6642 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6643 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6644
6645 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6646 Yao Qi <yao.qi@linaro.org>
6647
6648 * gdb.reverse/aarch64.c: New.
6649 * gdb.reverse/aarch64.exp: New.
6650
6651 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6652
6653 * lib/gdb.exp (supports_process_record): Return true for
6654 aarch64*-linux*.
6655 (supports_reverse): Likewise.
6656
6657 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6658
6659 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6660 Use with_test_prefix.
6661
6662 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6663
6664 * gdb.base/completion.exp: Add test for completion of layout
6665 names.
6666
6667 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6668
6669 * lib/gdb.exp (skip_tui_tests): New proc.
6670 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6671
6672 2015-05-19 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6675 Save the whole env array instead of just HOME. Unset HISTSIZE in
6676 the environment while testing. Restore whole environment
6677 afterwards.
6678
6679 2015-05-16 Doug Evans <xdje42@gmail.com>
6680
6681 * gdb.guile/scm-ports.c: New file.
6682 * gdb.guile/scm-ports.exp: Add memory port tests.
6683
6684 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 * gdb.compile/compile-print.c: New file.
6687 * gdb.compile/compile-print.exp: New file.
6688
6689 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 * gdb.compile/compile-ops.exp: Cast param to void.
6692 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6693 (compile code struct_object.selffield = &struct_object): Add xfail.
6694
6695 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6696
6697 * gdb.ada/arr_enum_with_gap: New testcase.
6698
6699 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6700
6701 * gdb.ada/byte_packed_arr: New testcase.
6702
6703 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6704
6705 * gdb.ada/pckd_neg: New testcase.
6706
6707 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6708
6709 PR gdb/17820
6710 * gdb.base/gdbinit-history.exp: New test.
6711 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6712 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6713
6714 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6715
6716 * gdb.python/py-xmethods.cc: Enhance test case.
6717 * gdb.python/py-xmethods.exp: New tests.
6718 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6719 function.
6720 (B_indexoper): Likewise.
6721 (global_dm_list) : Add new xmethod worker functions.
6722
6723 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6724
6725 * gdb.base/coredump-filter.exp: Correctly unset
6726 "coredump_var_addr" array.
6727
6728 2015-05-08 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.server/non-existing-program.exp: Unset spawn_id.
6731
6732 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6733
6734 PR python/18291
6735 * gdb.python/py-xmethods.exp: Add tests.
6736
6737 2015-05-08 Yao Qi <yao.qi@linaro.org>
6738
6739 PR gdb/18208
6740 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6741 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6742 function set_coredump_filter, and remove remote_exec call.
6743 Remove argument ipid. Callers update.
6744 (top level): Don't get inferior's PID.
6745
6746 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6747
6748 * gdb.base/watch_thread_num.exp: Skip test on targets without
6749 access watchpoints.
6750
6751 2015-05-06 Pedro Alves <palves@redhat.com>
6752
6753 PR server/18081
6754 * gdb.server/non-existing-program.exp: New file.
6755
6756 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6757
6758 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6759
6760 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.ada/out_of_line_in_inlined: New testcase.
6763
6764 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6765
6766 * gdb.ada/var_rec_arr: New testcase.
6767
6768 2015-04-30 Yao Qi <yao.qi@linaro.org>
6769
6770 * gdb.base/break-idempotent.exp: If
6771 skip_hw_watchpoint_multi_tests returns true, skip the tests
6772 on "rwatch" and "awatch".
6773
6774 2015-04-30 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.base/relativedebug.exp: Invoke gdb command
6777 "info sharedlibrary", and if libc.so doesn't have debug info,
6778 skip the test.
6779
6780 2015-04-29 Doug Evans <dje@google.com>
6781
6782 * gdb.python/py-xmethods.exp: Add ptype tests.
6783 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6784 get_result_type method.
6785
6786 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6787
6788 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6789 the target does not support hardware watchpoints.
6790
6791 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6792
6793 * gdb.base/break-always.exp: Abort testing if writing to memory
6794 causes an error.
6795
6796 2015-04-28 Doug Evans <dje@google.com>
6797
6798 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6799 * gdb.python/py-pp-registration.exp: ... here. New file.
6800 * gdb.python/py-pp-registration.c: New file.
6801 * gdb.python/py-pp-registration.py: New file.
6802
6803 2015-04-28 Doug Evans <dje@google.com>
6804
6805 * gdb.python/py-bad-printers.c: New file.
6806 * gdb.python/py-bad-printers.py: New file.
6807 * gdb.python/py-bad-printers.exp: New file.
6808
6809 2015-04-28 Sasha Smundak <asmundak@google.com>
6810
6811 * gdb.python/py-type.exp: New test.
6812
6813 2015-04-28 Andy Wingo <wingo@igalia.com>
6814
6815 * gdb.python/py-parameter.exp:
6816 * gdb.guile/scm-parameter.exp: Escape the path that we are
6817 matching against, as it might contain characters that are special
6818 to regular expressions.
6819
6820 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6821
6822 * gdb.ada/rec_comp: New testcase.
6823
6824 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6825
6826 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6827 before using it.
6828
6829 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6830
6831 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6832 new tests for verilog output.
6833
6834 2015-04-24 Yao Qi <yao.qi@linaro.org>
6835
6836 * boards/remote-gdbserver-on-localhost.exp: New file.
6837
6838 2015-04-23 Pedro Alves <palves@redhat.com>
6839
6840 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6841 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6842 "end of file", remove $inferior_spawn_id from the indirect list.
6843
6844 2015-04-23 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6847
6848 2015-04-23 Pedro Alves <palves@redhat.com>
6849
6850 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6851 on $any_spawn_id instead of only on $gdb_spawn_id.
6852
6853 2015-04-21 Pierre Muller <muller@sourceware.org>
6854
6855 PR pascal/17815
6856 * lib/pascal.exp (gpc_compile): Add new option "class".
6857 (fpc_compile): Likewise.
6858 * gdb.pascal/case-insensitive-symbols.pas: New file.
6859 * gdb.pascal/case-insensitive-symbols.exp: New file.
6860
6861 2015-04-20 Gary Benson <gbenson@redhat.com>
6862
6863 * gdb.base/attach.exp: Fix three extended remote failures.
6864
6865 2015-04-17 Gary Benson <gbenson@redhat.com>
6866
6867 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6868 the main executable over the remote protocol.
6869
6870 2015-04-16 Pedro Alves <palves@redhat.com>
6871
6872 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6873 a new gdbserver if gdbserver_reconnect_p is set.
6874
6875 2015-04-16 Pedro Alves <palves@redhat.com>
6876
6877 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6878 is set, don't exit gdbserver.
6879
6880 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6881
6882 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6883 appropriate .insn, such that an older assembler can be used.
6884 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6885 the z/Architecture instruction set on 31-bit targets as well.
6886
6887 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6888
6889 * gdb.go/handcall.exp: Remove all logic related to the first
6890 breakpoint and rely on go_runto_main instead.
6891 * gdb.go/strings.exp: Likewise.
6892 * gdb.go/unsafe.exp: Likewise.
6893 * gdb.go/hello.exp: Likewise. Also rename the remaining
6894 breakpoint marker to "breakpoint 1".
6895 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6896 * gdb.go/strings.go: Likewise.
6897 * gdb.go/unsafe.go: Likewise.
6898 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6899 "set breakpoint 2 here" and rename the remaining breakpoint marker
6900 to "breakpoint 1".
6901
6902 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6903
6904 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6905 if itertools.imap is not present.
6906 * gdb.python/py-objfile.exp: Add parentheses.
6907 * gdb.python/py-type.exp: Same.
6908 * gdb.python/py-unwind-maint.py: Same.
6909
6910 2015-04-15 Yao Qi <yao.qi@linaro.org>
6911
6912 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6913 of ":$ptr_size" and set its form explicitly.
6914
6915 2015-04-15 Pedro Alves <palves@redhat.com>
6916 Yao Qi <yao.qi@linaro.org>
6917
6918 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6919 timeout by factor of 4.
6920 (test_regular_watch): Likewise.
6921 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6922 * gdb.reverse/sigall-reverse.exp: Likewise.
6923 * gdb.reverse/until-precsave.exp: Likewise.
6924 * lib/gdb.exp (with_timeout_factor): New proc.
6925 (gdb_expect): Move some code to ...
6926 (get_largest_timeout): ... here. New procedure.
6927
6928 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6929
6930 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6931
6932 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6933
6934 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6935 to write to the .text section.
6936
6937 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6938
6939 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6940 Handle the case of targets that do not provide PID information.
6941
6942 2015-04-13 Yao Qi <yao.qi@linaro.org>
6943
6944 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6945 and use expect instead of gdb_expect.
6946
6947 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6948
6949 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6950 "coredump_var_addr" to avoid naming conflict with other testcases.
6951
6952 2015-04-10 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6955 gdb_test_sequence and gdb_assert.
6956
6957 2015-04-10 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6960 test messages that don't include the breakpoint address.
6961
6962 2015-04-10 Yao Qi <yao.qi@linaro.org>
6963
6964 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6965 false for some offset and width combinations which aren't
6966 supported by linux kernel.
6967
6968 2015-04-10 Pedro Alves <palves@redhat.com>
6969
6970 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6971 procedure, factored out from ...
6972 (top level): ... here. Add "set displaced-stepping" testing axis.
6973 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6974 parameter "displaced". Use it.
6975 (top level): Use foreach and add "set displaced-stepping" testing
6976 axis.
6977
6978 2015-04-10 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6981 Remove comment.
6982 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6983 both the address of the instruction that triggers the watchpoint
6984 and the address of the instruction immediately after, and use
6985 those addresses for the test. Fix comment.
6986
6987 2015-04-10 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/sigstep.exp (breakpoint_to_handler)
6990 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6991 Test "backtrace" in handler.
6992 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6993 (top level): Add new "displaced" test axis to
6994 breakpoint_to_handler, breakpoint_to_handler_entry and
6995 breakpoint_over_handler.
6996
6997 2015-04-10 Pedro Alves <palves@redhat.com>
6998
6999 PR gdb/18216
7000 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7001
7002 2015-04-10 Yao Qi <yao.qi@linaro.org>
7003
7004 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7005 (test_add_rn_pc): New function.
7006 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7007 (top level): Invoke test_add_rn_pc.
7008
7009 2015-04-10 Pedro Alves <palves@redhat.com>
7010
7011 PR gdb/13858
7012 * gdb.base/step-over-no-symbols.exp: New file.
7013
7014 2015-04-09 Andy Wingo <wingo@igalia.com>
7015
7016 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7017 after the Python tests.
7018
7019 2015-04-08 Keith Seitz <keiths@redhat.com>
7020
7021 PR python/16699
7022 * gdb.python/py-completion.exp: New tests for completion.
7023 * gdb.python/py-completion.py (CompleteLimit1): New class.
7024 (CompleteLimit2): Likewise.
7025 (CompleteLimit3): Likewise.
7026 (CompleteLimit4): Likewise.
7027 (CompleteLimit5): Likewise.
7028 (CompleteLimit6): Likewise.
7029 (CompleteLimit7): Likewise.
7030
7031 2015-04-08 Pedro Alves <palves@redhat.com>
7032
7033 PR gdb/18214
7034 PR gdb/18216
7035 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7036 function.
7037 (main): Install it as SIGUSR1 handler.
7038 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7039 parameter. Always use "setup" as prefix. Toggle "set
7040 displaced-stepping" off/on depending on global. Don't switch to
7041 thread 1 here.
7042 (top level): Add displaced stepping "off/on" test axis. Update
7043 "setup" calls. Wrap each subtest with with_test_prefix. Test
7044 continuing with a queued signal in each thread.
7045
7046 2015-04-08 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7049 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7050 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7051 Return early if running to main fails.
7052 * gdb.trace/while-stepping.exp: Likewise.
7053
7054 2015-04-07 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7057 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7058 interact with inferior program.
7059
7060 2015-04-07 Pedro Alves <palves@redhat.com>
7061
7062 * lib/gdb.exp (inferior_spawn_id): New global.
7063 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7064 spawn id after processing the user code.
7065 (default_gdb_start): Set inferior_spawn_id.
7066 (send_inferior): New procedure.
7067 * lib/gdbserver-support.exp (gdbserver_start): Set
7068 inferior_spawn_id.
7069 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7070
7071 2015-04-07 Pedro Alves <palves@redhat.com>
7072
7073 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7074 * lib/gdbserver-support.exp (gdbserver_start): Make
7075 $server_spawn_id global.
7076 (gdbserver_start): Don't wait for gdbserver's spawn id with
7077 expect_background.
7078 (close_gdbserver): New procedure.
7079 (gdb_exit): Rename the default version and reimplement.
7080
7081 2015-04-07 Pedro Alves <palves@redhat.com>
7082
7083 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7084 append the substituted item, not the original item.
7085
7086 2015-04-07 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7089 gdb_expect.
7090
7091 2015-04-07 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7094 output appearing once only.
7095
7096 2015-04-07 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7099 that doesn't expect anything. Return early if running to main
7100 fails.
7101
7102 2015-04-07 Yao Qi <yao.qi@linaro.org>
7103
7104 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7105 (child_function): Call alarm.
7106 (main): Move call to alarm into the loop.
7107 * gdb.threads/non-stop-fair-events.exp: Build program with
7108 -DTIMEOUT=$timeout.
7109
7110 2015-04-06 Doug Evans <xdje42@gmail.com>
7111
7112 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7113 Fix dest parameter to board_info.
7114 (fpc_compile): Ditto.
7115 (gdb_compile_pascal): Rename dest arg to destfile.
7116
7117 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7118
7119 * gdb.ada/funcall_ref.exp: New file.
7120 * gdb.ada/funcall_ref/foo.adb: New file.
7121
7122 2015-04-02 Yao Qi <yao.qi@linaro.org>
7123
7124 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7125 is remote.
7126
7127 2015-04-02 Gary Benson <gbenson@redhat.com>
7128
7129 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7130
7131 2015-04-01 Sasha Smundak <asmundak@google.com>
7132
7133 * gdb.python/py-unwind-maint.c: New file.
7134 * gdb.python/py-unwind-maint.exp: New test.
7135 * gdb.python/py-unwind-maint.py: New file.
7136 * gdb.python/py-unwind.c: New file.
7137 * gdb.python/py-unwind.exp: New test.
7138 * gdb.python/py-unwind.py: New test.
7139
7140 2015-04-01 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7143 to fail instead of non-existent $test.
7144
7145 2015-04-01 Pedro Alves <palves@redhat.com>
7146
7147 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7148 GDBFLAGS if not empty.
7149
7150 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7151
7152 * gdb.ada/complete.exp: Remove "multi_line".
7153 * gdb.ada/info_exc.exp: Remove "multi_line".
7154 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7155 * gdb.ada/ptype_field.exp: Remove "multi_line".
7156 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7157 * gdb.ada/tagged.exp: Remove "multi_line".
7158 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7159 [multi_line ...]
7160 * gdb.btrace/delta.exp: Likewise.
7161 * gdb.btrace/exception.exp: Likewise.
7162 * gdb.btrace/function_call_history.exp: Likewise.
7163 * gdb.btrace/instruction_history.exp: Likewise.
7164 * gdb.btrace/nohist.exp: Likewise.
7165 * gdb.btrace/record_goto.exp: Likewise.
7166 * gdb.btrace/segv.exp: Likewise.
7167 * gdb.btrace/stepi.exp: Likewise.
7168 * gdb.btrace/tailcall.exp: Likewise.
7169 * gdb.btrace/unknown_functions.exp: Likewise.
7170 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7171 * lib/gdb.exp: Add the "multi_line" helper.
7172
7173 2015-04-01 Pedro Alves <palves@redhat.com>
7174
7175 * gdb.threads/tid-reuse.c: New file.
7176 * gdb.threads/tid-reuse.exp: New file.
7177
7178 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7179
7180 PR corefiles/16092
7181 * gdb.base/coredump-filter.c: New file.
7182 * gdb.base/coredump-filter.exp: Likewise.
7183
7184 2015-03-27 Petr Machata <pmachata@redhat.com>
7185
7186 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7187 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7188 (Dwarf::assemble): Initialize them.
7189 (Dwarf::lines): New function.
7190
7191 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7192
7193 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7194 SYMBOL_PREFIX for x86_64-*-cygwin.
7195
7196 2015-03-26 Andy Wingo <wingo@igalia.com>
7197
7198 PR symtab/18148
7199 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7200 const_value but not a location.
7201 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7202 location defined in non-main CUs are visible.
7203
7204 2015-03-26 Yao Qi <yao.qi@linaro.org>
7205
7206 PR testsuite/18139
7207 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7208 Add a line number entry for the same line.
7209 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7210 Add a line number entry for the same line.
7211
7212 2015-03-26 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7215 .int 0.
7216 (func): Likewise. Add .Lfunc_1 label.
7217 Use .Lfunc_1 label.
7218 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7219 .int 0.
7220 (func): Likewise.
7221 Use .Lfunc_1 label.
7222
7223 2015-03-26 Yao Qi <yao.qi@linaro.org>
7224
7225 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7226 Call gdb_compile instead to compile each .s files without debug
7227 information.
7228
7229 2015-03-26 Yao Qi <yao.qi@linaro.org>
7230
7231 * gdb.base/savedregs.exp (process_saved_regs): Make
7232 "Saved registers:" optional in the pattern.
7233
7234 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7235
7236 * gdb.btrace/next.exp: Merged into step.exp.
7237 * gdb.btrace/finish.exp: Merged into step.exp.
7238 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7239 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7240 "record goto" and checking the exact replay position.
7241 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7242 check for "Recording format" in "info record" output.
7243 * gdb.btrace/record_goto.exp: Choose test file based on target.
7244 * gdb.btrace/x86-record_goto.S: Renamed into ...
7245 * gdb.btrace/x86_64-record_goto.S: ... this.
7246 * gdb.btrace/i686-record_goto.S: New.
7247 * gdb.btrace/x86-tailcall.S: Renamed into ...
7248 * gdb.btrace/x86_64-tailcall.S: ... this.
7249 * gdb.btrace/i686-tailcall.S: New.
7250 * gdb.btrace/x86-tailcall.c: Renamed into ...
7251 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7252 separate statements. Update test.
7253 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7254 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7255 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7256 * gdb.btrace/tailcall.exp: Choose test file based on target.
7257 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7258
7259 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7260
7261 * gdb.btrace/exception.exp: Increase BTS buffer size.
7262
7263 2015-03-24 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7266
7267 2015-03-24 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.threads/schedlock.exp (test_step): No longer expect that
7270 "set scheduler-locking step" with "next" over a function call runs
7271 threads unlocked.
7272
7273 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7274
7275 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7276
7277 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7278
7279 PR breakpoints/16466
7280 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7281 * gdb.mi/mi-pending.c (thread_func): New function.
7282 (int main): Add threading support required.
7283 * gdb.mi/mi-pending.exp: Add tests for this issue.
7284 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7285 (pendfunc2): Remove stdio dependency.
7286 * gdb.mi/mi-pendshr2.c: New file.
7287
7288 2015-03-23 Keith Seitz <keiths@redhat.com>
7289
7290 * gdb.linespec/keywords.c: New file.
7291 * gdb.linespec/keywords.exp: New file.
7292
7293 2015-03-23 Keith Seitz <keiths@redhat.com>
7294
7295 PR gdb/18021
7296 * gdb.dwarf2/staticvirtual.exp: New test.
7297
7298 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7299
7300 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7301 * README: Remove HP-UX and gdb.hp.
7302 (configuration):
7303 * configure: Regenerate.
7304 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7305 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7306 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7307 gdb.hp/gdb.defects/Makefile.
7308 * gdb.hp/Makefile.in: File deleted.
7309 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7310 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7311 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7312 * gdb.hp/gdb.aCC/run.c: File deleted.
7313 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7314 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7315 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7316 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7317 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7318 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7319 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7320 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7321 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7322 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7323 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7324 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7325 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7326 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7327 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7328 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7329 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7330 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7331 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7332 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7333 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7334 * gdb.hp/gdb.compat/average.c: File deleted.
7335 * gdb.hp/gdb.compat/sum.c: File deleted.
7336 * gdb.hp/gdb.compat/xdb.c: File deleted.
7337 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7338 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7339 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7340 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7341 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7342 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7343 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7344 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7345 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7346 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7347 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7348 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7349 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7350 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7351 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7352 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7353 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7354 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7355 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7356 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7357 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7358 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7359 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7360 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7361 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7362 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7363 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7364 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7365 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7366 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7367 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7368 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7369 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7370 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7371 * gdb.hp/tools/odump: File deleted.
7372
7373 2015-03-19 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7376 (saw_thread_3): New globals.
7377 (top level): Increment them when an event for the corresponding
7378 thread is seen.
7379 (no thread starvation): New test.
7380
7381 2015-03-19 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.threads/continue-pending-status.c: New file.
7384 * gdb.threads/continue-pending-status.exp: New file.
7385
7386 2015-03-18 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7389 Use gdb_is_target_remote instead of is_remote. Use
7390 gdb_test_multiple instead of gdb_expect. Exit early if
7391 gdb_test_multiple hits its internal matches. Tighten stepi tests
7392 expected output. Fail on exit with any signal, instead of just
7393 SIGILL.
7394
7395 2015-03-18 Yao Qi <yao.qi@linaro.org>
7396
7397 PR tdep/18107
7398 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7399 variable.
7400 * gdb.base/catch-syscall.exp: Don't skip it on
7401 aarch64*-*-linux* target. Remove elements in all_syscalls.
7402 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7403 target.
7404 (setup_all_syscalls): New proc.
7405
7406 2015-03-16 Yao Qi <yao.qi@linaro.org>
7407
7408 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7409 (top level): Skip tests if valid_addr_p returns false for
7410 $cmd1 or $cmd2.
7411
7412 2015-03-11 Andy Wingo <wingo@igalia.com>
7413
7414 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7415
7416 2015-03-11 Yao Qi <yao.qi@linaro.org>
7417
7418 * gdb.base/catch-syscall.exp: Fix typo in comments.
7419
7420 2015-03-11 Yao Qi <yao.qi@linaro.org>
7421
7422 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7423
7424 2015-03-09 Pedro Alves <palves@redhat.com>
7425
7426 * dg-extract-results.py: Delete.
7427
7428 2015-03-09 Pedro Alves <palves@redhat.com>
7429
7430 Merge dg-extract-results.sh from GCC upstream (r218843).
7431
7432 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7433 * dg-extract-results.sh: Use --text with grep to avoid issues with
7434 binary files. Fall back to cat -v, if that doesn't work.
7435
7436 2015-03-05 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7439
7440 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7441
7442 * lib/mi-support.exp (mi_expect_interrupt): Accept
7443 alternative event for when in all-stop mode.
7444
7445 2015-03-04 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7448
7449 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7450
7451 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7452
7453 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7454
7455 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7456 regexps for GDB's current line display, accept a hex address
7457 preceding the line number.
7458
7459 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7460
7461 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7462 the 'arch1' variable for "s390*-linux*" targets.
7463
7464 2015-03-04 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7467 (main): Pass missing retval argument to pthread_join call.
7468
7469 2015-03-02 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7472 (top level): Call do_test with non-stop as well.
7473
7474 2015-03-02 Pedro Alves <palves@redhat.com>
7475
7476 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7477 -1.
7478
7479 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7480
7481 * gdb.arch/s390-vregs.exp: New test.
7482 * gdb.arch/s390-vregs.S: New file.
7483
7484 2015-02-27 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7487 call to catch_command_errors.
7488 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7489 catch_command_errors.
7490
7491 2015-02-27 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7494 "true" for boolean result.
7495 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7496 prototype of main.
7497
7498 2015-02-27 Pedro Alves <palves@redhat.com>
7499
7500 * lib/unbuffer_output.c: New file.
7501 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7502 (main): Call gdb_unbuffer_output.
7503
7504 2015-02-27 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7507 target.
7508
7509 2015-02-26 Doug Evans <dje@google.com>
7510
7511 * gdb.cp/class2.cc (Dbase, D): New classes.
7512 (main): New local delta.
7513 * gdb.cp/class2.exp: Test printing delta.
7514 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7515 (dynbar): New global.
7516 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7517
7518 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 * gdb.compile/compile-ifunc.c: New file.
7521 * gdb.compile/compile-ifunc.exp: New file.
7522
7523 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7524
7525 * gdb.base/structs.exp: Check for correct struct on finish.
7526
7527 2015-02-26 Yao Qi <yao.qi@linaro.org>
7528
7529 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7530 is zero.
7531
7532 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 * gdb.arch/cordic.ko.bz2: New file.
7535 * gdb.arch/cordic.ko.debug.bz2: New file.
7536 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7537
7538 2015-02-25 Yao Qi <yao.qi@linaro.org>
7539
7540 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7541 aarch64*-*-* target.
7542
7543 2015-02-23 Pedro Alves <palves@redhat.com>
7544
7545 * lib/gdb.exp (delete_breakpoints): Rewrite using
7546 gdb_test_multiple.
7547
7548 2015-02-23 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.base/info-os.c: Include stdlib.h.
7551
7552 2015-02-22 Doug Evans <xdje42@gmail.com>
7553
7554 PR symtab/17855
7555 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7556 is read after symbols have been re-read.
7557 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7558 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7559
7560 2015-02-21 Doug Evans <dje@google.com>
7561
7562 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7563
7564 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 PR corefiles/17808
7567 * gdb.arch/i386-biarch-core.core.bz2: New file.
7568 * gdb.arch/i386-biarch-core.exp: New file.
7569
7570 2015-02-21 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7573 runto_main fails.
7574
7575 2015-02-20 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7578 info probes.
7579
7580 2015-02-20 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7583
7584 2015-02-20 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7587 clean_restart before gdb_target_supports_trace.
7588
7589 2015-02-20 Pedro Alves <palves@redhat.com>
7590
7591 PR threads/18006
7592 * gdb.threads/clone-thread_db.c: New file.
7593 * gdb.threads/clone-thread_db.exp: New file.
7594
7595 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7596
7597 PR breakpoints/16812
7598 * gdb.base/catch-gdb-caused-signals.c: New file.
7599 * gdb.base/catch-gdb-caused-signals.exp: New file.
7600
7601 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7602
7603 * configure: Regenerated.
7604 * configure.ac: Use GDB_AC_TRANSFORM.
7605 * aclocal.m4: sinclude ../transform.m4.
7606
7607 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7608
7609 * lib/dtrace.exp: New file.
7610 * gdb.base/dtrace-probe.exp: Likewise.
7611 * gdb.base/dtrace-probe.d: Likewise.
7612 * gdb.base/dtrace-probe.c: Likewise.
7613 * lib/pdtrace.in: Likewise.
7614 * configure.ac: Output variables with the transformed names of
7615 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7616 * configure: Regenerated.
7617
7618 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7619
7620 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7621 expected message when trying to access $_probe_* convenience
7622 variables while not on a probe.
7623
7624 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7627
7628 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7629
7630 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7631 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7632
7633 2015-02-10 Doug Evans <xdje42@gmail.com>
7634
7635 * lib/gdb.exp (gdb_load): Always return a result.
7636
7637 2015-02-10 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.threads/signal-sigtrap.c: New file.
7640 * gdb.threads/signal-sigtrap.exp: New file.
7641
7642 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7643
7644 * gdb.trace/no-attach-trace.c: New file.
7645 * gdb.trace/no-attach-trace.exp: New file.
7646
7647 2015-02-09 Mark Wielaard <mjw@redhat.com>
7648
7649 * gdb.dwarf2/atomic.c: New file.
7650 * gdb.dwarf2/atomic-type.exp: Likewise.
7651
7652 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7653
7654 * gdb.btrace/buffer-size.exp: Update "info record" output.
7655 * gdb.btrace/delta.exp: Update "info record" output.
7656 * gdb.btrace/enable.exp: Update "info record" output.
7657 * gdb.btrace/finish.exp: Update "info record" output.
7658 * gdb.btrace/instruction_history.exp: Update "info record" output.
7659 * gdb.btrace/next.exp: Update "info record" output.
7660 * gdb.btrace/nexti.exp: Update "info record" output.
7661 * gdb.btrace/step.exp: Update "info record" output.
7662 * gdb.btrace/stepi.exp: Update "info record" output.
7663 * gdb.btrace/nohist.exp: Update "info record" output.
7664
7665 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7666
7667 * gdb.btrace/buffer-size: New.
7668
7669 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7670
7671 * gdb.btrace/delta.exp: Update "info record" output.
7672 * gdb.btrace/enable.exp: Update "info record" output.
7673 * gdb.btrace/finish.exp: Update "info record" output.
7674 * gdb.btrace/instruction_history.exp: Update "info record" output.
7675 * gdb.btrace/next.exp: Update "info record" output.
7676 * gdb.btrace/nexti.exp: Update "info record" output.
7677 * gdb.btrace/step.exp: Update "info record" output.
7678 * gdb.btrace/stepi.exp: Update "info record" output.
7679 * gdb.btrace/nohist.exp: Update "info record" output.
7680
7681 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7682
7683 PR gdb/15678
7684 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7685
7686 2015-02-06 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7689 macro.
7690 (seconds_left, again): New globals.
7691 (main): Wait seconds_left in a 1-second sleep loop instead of
7692 sleeping 180 seconds. If 'again' is set, reset the seconds
7693 counter.
7694 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7695 'again' in the inferior before detaching. Print the seconds left.
7696 (options): New global.
7697 (top level): Build program with -DTIMEOUT=$timeout.
7698
7699 2015-02-06 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7702 determine how many seconds to pass to 'alarm'.
7703 * gdb.base/gdb-sigterm.exp (top level): Build program with
7704 -DTIMEOUT=$timeout.
7705 (do_test): Return success/failure indication. Add more verbose
7706 logging. Don't fail if 200 single steps are seen. Instead, fail
7707 when the test times out.
7708 (passes): New global.
7709 (top level): Break the testing loop if testing fails on any
7710 iteration. Use gdb_assert.
7711
7712 2015-02-04 Don Breazeal <donb@codesourcery.com>
7713
7714 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7715 and initialize them.
7716 (ipc_cleanup): New function.
7717 (main): Don't declare shmid, semid, and msqid. Add a call to
7718 atexit so that we call ipc_cleanup on exit.
7719
7720 2015-02-04 Pedro Alves <palves@redhat.com>
7721
7722 * boards/native-extended-gdbserver.exp: Remove any target variant
7723 specifications from the board name before clearing the isremote
7724 flag from board_info.
7725
7726 2015-01-31 Doug Evans <xdje42@gmail.com>
7727
7728 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7729
7730 2015-01-31 Gary Benson <gbenson@redhat.com>
7731
7732 * gdb.base/completion.exp: Disable completion limiting for
7733 existing tests. Add new tests to check completion limiting.
7734 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7735
7736 2015-01-31 Doug Evans <xdje42@gmail.com>
7737
7738 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7739
7740 2015-01-31 Doug Evans <xdje42@gmail.com>
7741
7742 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7743 entries. Duplicate file section script entries.
7744 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7745 inlined entries. Add test for safe-path rejection.
7746 * gdb.python/py-section-script.c: Add duplicate inlined section script
7747 entries. Duplicate file section script entries.
7748 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7749 inlined entries. Add test for safe-path rejection.
7750
7751 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7752
7753 * gdb.ada/disc_arr_bound: New testcase.
7754
7755 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7756
7757 * gdb.ada/mi_var_array: New testcase.
7758
7759 2015-01-27 Doug Evans <dje@google.com>
7760
7761 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7762 Add test for objfile.filename, objfile.username after objfile
7763 has been unloaded.
7764
7765 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7768 the second test to print the name attribute of value
7769 returned by the call to gdb.lookup_type, and adjust
7770 the expected output accordingly.
7771
7772 2015-01-25 Mark Wielaard <mjw@redhat.com>
7773
7774 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7775 * gdb.base/disp-step-fork.c: Include unistd.h.
7776 * gdb.base/siginfo-obj.c: Include stdio.h.
7777 * gdb.base/siginfo-thread.c: Likewise.
7778 * gdb.mi/non-stop.c: Include unistd.h.
7779 * gdb.mi/nsthrexec.c: Include stdio.h.
7780 * gdb.mi/pthreads.c: Include unistd.h.
7781 * gdb.modula2/unbounded1.c (main): Declare returns int.
7782 * gdb.reverse/consecutive-reverse.c: Likewise.
7783 * gdb.threads/create-fail.c: Include unistd.h.
7784 * gdb.threads/killed.c: Likewise.
7785 * gdb.threads/linux-dp.c: Likewise.
7786 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7787 * gdb.threads/non-ldr-exc-2.c: Likewise.
7788 * gdb.threads/non-ldr-exc-3.c: Likewise.
7789 * gdb.threads/non-ldr-exc-4.c: Likewise.
7790 * gdb.threads/pthreads.c: Include unistd.h.
7791 (main): Declare returns int.
7792 * gdb.threads/tls-main.c (foo): New declaration.
7793 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7794
7795 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7796
7797 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7798 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7799
7800 2015-01-15 Mark Wielaard <mjw@redhat.com>
7801
7802 * gdb.base/noreturn-return.c: New file.
7803 * gdb.base/noreturn-return.exp: New file.
7804 * gdb.base/noreturn-finish.c: New file.
7805 * gdb.base/noreturn-finish.exp: New file.
7806
7807 2015-01-23 Pedro Alves <palves@redhat.com>
7808
7809 * gdb.threads/continue-pending-after-query.c: New file.
7810 * gdb.threads/continue-pending-after-query.exp: New file.
7811
7812 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7813 Simon Marchi <simon.marchi@ericsson.com>
7814
7815 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7816 * gdb.base/valgrind-db-attach.exp: Same.
7817 * gdb.base/valgrind-infcall.exp: Same.
7818 * lib/mi-support.exp (default_mi_gdb_start): Same.
7819 * lib/prompt.exp (default_prompt_gdb_start): Same.
7820 * lib/gdb.exp (default_gdb_spawn): Same.
7821 (gdb_interact): New.
7822
7823
7824 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7825
7826 * gdb.compile/compile.exp (pointer to jit function): New test.
7827
7828 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7829
7830 * lib/gdb.exp (supports_process_record): Return true for
7831 powerpc*-*-linux*.
7832 (supports_reverse): Likewise.
7833
7834 2015-01-15 Don Breazeal <donb@codesourcery.com>
7835
7836 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7837 instead of checking whether the target board is remote and
7838 use spawn_wait_for_attach instead of exec/sleep.
7839 * gdb.base/attach-twice.exp: Likewise.
7840
7841 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7842
7843 * gdb.ada/var_arr_attrs: New testcase.
7844
7845 2015-01-14 Pedro Alves <palves@redhat.com>
7846 Joel Brobecker <brobecker@adacore.com>
7847
7848 PR gdb/17525
7849 * gdb.base/bp-cmds-execution-x-script.c: New file.
7850 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7851 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7852
7853 2015-01-14 Pedro Alves <palves@redhat.com>
7854
7855 PR cli/17828
7856 * gdb.base/batch-preserve-term-settings.c: New file.
7857 * gdb.base/batch-preserve-term-settings.exp: New file.
7858
7859 2015-01-13 Doug Evans <dje@google.com>
7860
7861 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7862 binary.
7863
7864 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7865
7866 * Makefile.in (clean mostlyclean): Do not delete *.py.
7867
7868 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7869
7870 * gdb.python/py-lookup-type.exp: New file.
7871
7872 2015-01-12 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7875 restore GDBFLAGS before returning.
7876
7877 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7880 is_amd64_regs_target and is_x86_like_target.
7881
7882 2015-01-11 Doug Evans <xdje42@gmail.com>
7883
7884 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7885 is given without an explicit form.
7886 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7887 attributes.
7888 * gdb.dwarf/corrupt.exp: Ditto.
7889 * gdb.dwarf2/enum-type.exp: Ditto.
7890 * gdb.trace/entry-values.exp: Ditto.
7891 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7892
7893 2015-01-11 Doug Evans <xdje42@gmail.com>
7894
7895 PR gdb/15830
7896 * gdb.base/maint.exp: Remove references to "maint demangle".
7897 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7898 Add tests for explicitly specifying language to demangle.
7899 * gdb.dlang/demangle.exp: Ditto.
7900
7901 2015-01-09 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.threads/non-stop-fair-events.c: New file.
7904 * gdb.threads/non-stop-fair-events.exp: New file.
7905
7906 2015-01-09 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7909 the global scope. Set a breakpoint after all threads are started
7910 rather than stepping over two source lines. Expect the prompt.
7911 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7912 global.
7913 (NUM): Now 15.
7914 (main): Use threads_started_barrier to wait for all threads to
7915 start. Main thread no longer calls thread_function. Exit after
7916 180 seconds.
7917 (loop): New function.
7918 (thread_function): Wait on threads_started_barrier barrier. Call
7919 'loop' at each iteration.
7920 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7921 threads have started, instead of hardcoding number of "next"
7922 steps. Use an access watchpoint instead of a write watchpoint.
7923
7924 2015-01-09 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7927 (thread_func): Wait on barrier.
7928 (main): Wait for all threads to start before stopping GDB.
7929 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7930 global.
7931 (thread1_func, thread2_func): Wait on barrier.
7932 (main): Wait for all threads to start before stopping GDB.
7933 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7934 New global.
7935 (thread1_func, thread2_func): Wait on barrier.
7936 (main): Wait for all threads to start before stopping GDB.
7937
7938 2015-01-09 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.threads/attach-many-short-lived-threads.c: New file.
7941 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7942
7943 2014-01-09 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7946 instead of to thread 2.
7947 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7948 Add barrier around each pthread_create call instead of around all
7949 calls.
7950 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7951 Set a break on thread_function and have the child threads hit it
7952 one at at a time.
7953
7954 2015-01-09 Pedro Alves <palves@redhat.com>
7955
7956 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7957 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7958 false.
7959 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7960 checking whether the target board is remote.
7961 * gdb.multi/multi-attach.exp: Likewise.
7962 * gdb.python/py-sync-interp.exp: Likewise.
7963 * gdb.server/ext-attach.exp: Likewise.
7964 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7965 tests that need to attach, instead of checking whether the target
7966 board is remote at the top of the file.
7967
7968 2015-01-08 Yao Qi <yao@codesourcery.com>
7969
7970 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7971
7972 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7973
7974 Fix testcase compilation.
7975 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7976
7977 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7978
7979 * gdb.python/py-type.exp: Add a couple test about empty
7980 array creation, and negative-length array creation.
7981
7982 2015-01-02 Doug Evans <xdje42@gmail.com>
7983
7984 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7985
7986 2015-01-02 Doug Evans <dje@google.com>
7987
7988 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7989
7990 2014-12-29 Yao Qi <yao@codesourcery.com>
7991
7992 * gdb.trace/entry-values.exp: Update comments. Rename variable
7993 bar_call_foo to returned_from_foo.
7994
7995 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7996
7997 PR gdb/17394
7998 * gdb.linespec/break-asm-file.c: New file.
7999 * gdb.linespec/break-asm-file.exp: New file.
8000 * gdb.linespec/break-asm-file0.s: New file.
8001 * gdb.linespec/break-asm-file1.s: New file.
8002
8003 2014-12-18 Nigel Stephens <nigel@mips.com>
8004 Maciej W. Rozycki <macro@codesourcery.com>
8005
8006 * gdb.base/float.exp: Handle the new output from "info float" on
8007 MIPS targets.
8008
8009 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 Fix MinGW compilation.
8012 * gdb.compile/compile-ops.exp: Update untested message if
8013 !skip_compile_feature_tests.
8014 * gdb.compile/compile-setjmp.exp: Likewise.
8015 * gdb.compile/compile-tls.exp: Likewise.
8016 * gdb.compile/compile.exp: Likewise.
8017 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8018 supported on this host".
8019
8020 2014-12-16 Doug Evans <xdje42@gmail.com>
8021
8022 * boards/stabs.exp: New file.
8023
8024 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8025
8026 * gdb.base/completion.exp: Adjust to format changes of "maint
8027 print user-registers".
8028
8029 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8030
8031 PR server/17457
8032 * gdb.arch/aarch64-fp.c: New file.
8033 * gdb.arch/aarch64-fp.exp: New file.
8034
8035 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8036
8037 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8038 r210637, r210913, r211666, r215400, r215817).
8039
8040 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8041 * dg-extract-results.py: New file.
8042 * dg-extract-results.sh: Use it if the environment seems
8043 suitable.
8044
8045 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8046
8047 * dg-extract-results.py (parse_run): Handle warnings that
8048 are printed before a test harness is run.
8049
8050 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8051
8052 * dg-extract-results.py (Named): Remove __cmp__ method.
8053 (output_variation): Use a key to sort variation.harnesses.
8054
8055 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8056
8057 * dg-extract-results.py: For Python 3, force sys.stdout to
8058 handle surrogate escape sequences.
8059 (safe_open): New function.
8060 (output_segment, main): Use it.
8061
8062 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8063
8064 * dg-extract-results.py (Prog.result_re): Include options
8065 in test name.
8066
8067 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8068
8069 * dg-extract-results.py (output_variation): Always sort if
8070 do_sum.
8071
8072 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8075 as long as we get pagination notifications.
8076
8077 2014-12-15 Jason Merrill <jason@redhat.com>
8078
8079 * Makefile.in (check-gdb.%): Restore.
8080 * README: Mention it.
8081
8082 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8083
8084 * gdb.ada/str_uninit: New testcase.
8085
8086 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8087
8088 PR symtab/17642
8089 * gdb.base/vla-stub-define.c: New file.
8090 * gdb.base/vla-stub.c: New file.
8091 * gdb.base/vla-stub.exp: New file.
8092
8093 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8094 Jan Kratochvil <jan.kratochvil@redhat.com>
8095 Tom Tromey <tromey@redhat.com>
8096
8097 * configure.ac: Add gdb.compile/.
8098 * configure: Regenerate.
8099 * gdb.compile/Makefile.in: New file.
8100 * gdb.compile/compile-ops.exp: New file.
8101 * gdb.compile/compile-ops.c: New file.
8102 * gdb.compile/compile-tls.c: New file.
8103 * gdb.compile/compile-tls.exp: New file.
8104 * gdb.compile/compile-constvar.S: New file.
8105 * gdb.compile/compile-constvar.c: New file.
8106 * gdb.compile/compile-mod.c: New file.
8107 * gdb.compile/compile-nodebug.c: New file.
8108 * gdb.compile/compile-setjmp-mod.c: New file.
8109 * gdb.compile/compile-setjmp.c: New file.
8110 * gdb.compile/compile-setjmp.exp: New file.
8111 * gdb.compile/compile-shlib.c: New file.
8112 * gdb.compile/compile.c: New file.
8113 * gdb.compile/compile.exp: New file.
8114 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8115
8116 2014-12-12 Tom Tromey <tromey@redhat.com>
8117
8118 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8119 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8120
8121 2014-12-12 Doug Evans <dje@google.com>
8122
8123 * lib/gdb-python.exp (get_python_valueof): New function.
8124 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8125
8126 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8127
8128 * gdb.base/completion.exp: Add test for completion of "info
8129 registers ".
8130
8131 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8132
8133 * gdb.base/func-ptrs.c: New file.
8134 * gdb.base/func-ptrs.exp: New file.
8135
8136 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8137
8138 PR breakpoints/17012
8139 * gdb.base/dprintf-detach.c: New file.
8140 * gdb.base/dprintf-detach.exp: New file.
8141
8142 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8145 * lib/gdb.exp (target_is_gdbserver): New procedure.
8146
8147 2014-12-08 Doug Evans <dje@google.com>
8148
8149 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8150
8151 2014-12-05 Yao Qi <yao@codesourcery.com>
8152
8153 * gdb.guile/scm-error.exp: Remove the third argument to
8154 gdb_remote_download.
8155 * gdb.guile/scm-frame-args.exp: Likewise.
8156 * gdb.guile/scm-section-script.exp: Likewise.
8157
8158 2014-12-05 Yao Qi <yao@codesourcery.com>
8159
8160 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8161
8162 2014-12-04 Doug Evans <dje@google.com>
8163
8164 * gdb.python/py-objfile.exp: Add tests for
8165 objfile.add_separate_debug_file.
8166
8167 2014-12-04 Doug Evans <dje@google.com>
8168
8169 * lib/gdb.exp (get_build_id): New function.
8170 (build_id_debug_filename_get): Rewrite to use it.
8171 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8172
8173 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8174
8175 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8176 `method(long)', not just 0x0.
8177 * gdb.cp/nsalias.exp: Align code labels to 4.
8178 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8179 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8180 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8181 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8182 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8183 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8184
8185 2014-12-02 Doug Evans <dje@google.com>
8186
8187 PR symtab/17602
8188 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8189 * gdb.cp/anon-ns2.cc: ... here. New file.
8190 * gdb.cp/anon-ns.exp: Update.
8191
8192 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8193
8194 * gdb.python/py-events.py (inferior_call_handler): New.
8195 (register_changed_handler, memory_changed_handler): New.
8196 (test_events.invoke): Register new handlers.
8197 * gdb.python/py-events.exp: Add tests for inferior call,
8198 memory_changed and register_changed events.
8199
8200 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8203 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8204 if the linker doesn't understand this.
8205
8206 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * gdb.python/python.exp: Change expected reply to help().
8209
8210 2014-12-01 Yao Qi <yao@codesourcery.com>
8211
8212 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8213 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8214 * configure: Re-generated.
8215
8216 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8217
8218 * gdb.cp/chained-calls.cc: New file.
8219 * gdb.cp/chained-calls.exp: New file.
8220 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8221
8222 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8223
8224 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8225 * gdb.dwarf2/symtab-producer.exp: Same.
8226 * gdb.gdb/python-interrupts.exp: Same.
8227 * gdb.gdb/python-selftest.exp: Same.
8228 * gdb.python/py-linetable.exp: Same.
8229 * gdb.python/py-type.exp: Same.
8230 * gdb.python/py-value-cc.exp: Same.
8231 * gdb.python/py-value.exp: Same.
8232
8233 2014-11-28 Yao Qi <yao@codesourcery.com>
8234
8235 * gdb.base/break-probes.exp: Match library name prefixed with
8236 sysroot.
8237
8238 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8239
8240 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8241 test expected output. Add parentheses for the call to print.
8242 Remove L suffix from integers.
8243
8244 2014-11-26 Doug Evans <dje@google.com>
8245
8246 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8247
8248 2014-11-22 Yao Qi <yao@codesourcery.com>
8249
8250 * gdb.trace/entry-values.c: Remove asms.
8251 (foo): Add foo_label.
8252 (bar): Add bar_label.
8253 * gdb.trace/entry-values.exp: Remove code computing foo's
8254 length and bar's length.
8255 (Dwarf::assemble): Invoke function_range for bar and use
8256 MACRO_AT_func for foo.
8257
8258 2014-11-22 Yao Qi <yao@codesourcery.com>
8259
8260 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8261 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8262 Use .Lgcc43_procstart instead of gcc43.
8263
8264 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8265
8266 * gdb.ada/n_arr_bound: New testcase.
8267
8268 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8269
8270 PR breakpoints/10737
8271 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8272 test_catch_syscall_multi_arch.
8273 (test_catch_syscall_multi_arch): New function.
8274
8275 2014-11-20 Doug Evans <xdje42@gmail.com>
8276
8277 * gdb.base/maint.exp: Update expected output.
8278
8279 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8282 4-byte instruction on S390.
8283
8284 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8285
8286 * gdb.ada/arr_arr: New testcase.
8287
8288 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8289
8290 * gdb.ada/pkd_arr_elem: New Testcase.
8291
8292 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8293
8294 * gdb.reverse/break-precsave: Expect completion message for
8295 core file reads.
8296 * gdb.reverse/consecutive-precsave.exp: Likewise.
8297 * gdb.reverse/finish-precsave.exp: Likewise.
8298 * gdb.reverse/i386-precsave.exp: Likewise.
8299 * gdb.reverse/machinestate-precsave.exp: Likewise.
8300 * gdb.reverse/sigall-precsave.exp: Likewise.
8301 * gdb.reverse/solib-precsave.exp: Likewise.
8302 * gdb.reverse/step-precsave.exp: Likewise.
8303 * gdb.reverse/until-precsave.exp: Likewise.
8304 * gdb.reverse/watch-precsave.exp: Likewise.
8305
8306 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8307
8308 * gdb.base/bp-permanent.c: Include unistd.h.
8309 * gdb.python/py-framefilter-mi.c (main): Add return type.
8310 * gdb.python/py-framefilter.c (main): Likewise.
8311 * gdb.trace/actions-changed.c (main): Likewise.
8312
8313 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8314
8315 * gdb.mi/until.c: Add eye-catchers.
8316 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8317 line numbers.
8318
8319 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8320
8321 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8322 function header variants in break1.c.
8323 * gdb.base/ena-dis-br.exp: Likewise.
8324 * gdb.base/hbreak2.exp: Likewise.
8325 * gdb.reverse/until-precsave.exp: Drop references to removed
8326 non-prototype function header variants in ur1.c.
8327 * gdb.reverse/until-reverse.exp: Likewise.
8328
8329 2014-11-17 Petr Machata <pmachata@redhat.com>
8330
8331 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8332 ${_cu_offset_size} bytes abbrev offset.
8333
8334 2014-11-15 Doug Evans <xdje42@gmail.com>
8335
8336 PR symtab/17559
8337 * gdb.base/line-symtabs.exp: New file.
8338 * gdb.base/line-symtabs.c: New file.
8339 * gdb.base/line-symtabs.h: New file.
8340
8341 2014-11-14 Yao Qi <yao@codesourcery.com>
8342
8343 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8344 (func): Add label func_label.
8345 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8346 Replace low_pc and high_pc with MACRO_AT_range.
8347 Replace name, low_pc and high_pc with MACRO_AT_func.
8348
8349 2014-11-14 Yao Qi <yao@codesourcery.com>
8350
8351 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8352 Replace name, low_pc and high_pc with MACRO_AT_func.
8353
8354 2014-11-14 Yao Qi <yao@codesourcery.com>
8355
8356 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8357 produce debug information.
8358 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8359
8360 2014-11-14 Yao Qi <yao@codesourcery.com>
8361
8362 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8363 object and get function length.
8364 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8365 with MACRO_AT_func.
8366 (top-level): Replace gdb_compile and clean_restart with
8367 prepare_for_testing.
8368 * gdb.dwarf2/main.c (main): Add label main_label.
8369
8370 2014-11-14 Yao Qi <yao@codesourcery.com>
8371
8372 * lib/dwarf.exp (function_range): New procedure.
8373 (Dwarf::_handle_macro_at_func): New procedure.
8374 (Dwarf::_handle_macro_at_range): New procedure.
8375 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8376
8377 2014-11-14 Yao Qi <yao@codesourcery.com>
8378
8379 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8380 (_handle_attribute): New procedure.
8381
8382 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8383
8384 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8385 * gdb.base/call-sc.c (zed): Likewise.
8386 * gdb.base/checkpoint.c (main): Likewise.
8387 * gdb.base/dump.c (main): Likewise.
8388 * gdb.base/gcore.c (main): Likewise.
8389 * gdb.base/huge.c (main): Likewise.
8390 * gdb.base/multi-forks.c (main): Likewise.
8391 * gdb.base/pr10179-a.c (main): Likewise.
8392 * gdb.base/savedregs.c (main): Likewise.
8393 * gdb.base/sigaltstack.c (main): Likewise.
8394 * gdb.base/siginfo.c (main): Likewise.
8395 * gdb.base/structs.c (zed): Likewise.
8396 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8397 * gdb.mi/mi-syn-frame.c (main): Likewise.
8398 * gdb.mi/until.c (foo, main): Likewise.
8399 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8400 * gdb.base/solib-weak.c (foo): Declare.
8401 * gdb.base/attach-twice.c: Include stdio.h.
8402 * gdb.base/weaklib1.c: Likewise.
8403 * gdb.base/weaklib2.c: Likewise.
8404 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8405 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8406 unistd.h.
8407 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8408 * gdb.mi/mi-exit-code.c: Likewise.
8409 * gdb.base/break-interp-lib.c: Include string.h.
8410 * gdb.base/coremaker.c: Likewise.
8411 * gdb.base/testenv.c: Likewise.
8412 * gdb.python/py-finish-breakpoint.c: Likewise.
8413 * gdb.base/inferior-died.c: Include sys/wait.h.
8414 * gdb.base/fileio.c: Include time.h.
8415 * gdb.base/async-shell.c: Include unistd.h.
8416 * gdb.base/dprintf-non-stop.c: Likewise.
8417 * gdb.base/info-os.c: Likewise.
8418 * gdb.mi/mi-console.c: Likewise.
8419 * gdb.mi/watch-nonstop.c: Likewise.
8420 * gdb.python/py-events.c: Likewise.
8421 * gdb.base/async.c (baz): Move up before its invocation.
8422 * gdb.base/code_elim2.c (my_global_func): Likewise.
8423 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8424 * gdb.base/advance.c (func2): Likewise.
8425
8426 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8427
8428 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8429 variant.
8430 * gdb.base/annota3.c: Likewise.
8431 * gdb.base/async.c: Likewise.
8432 * gdb.base/average.c: Likewise.
8433 * gdb.base/call-ar-st.c: Likewise.
8434 * gdb.base/call-rt-st.c: Likewise.
8435 * gdb.base/call-sc.c: Likewise.
8436 * gdb.base/call-strs.c: Likewise.
8437 * gdb.base/ending-run.c: Likewise.
8438 * gdb.base/execd-prog.c: Likewise.
8439 * gdb.base/exprs.c: Likewise.
8440 * gdb.base/foll-exec.c: Likewise.
8441 * gdb.base/foll-fork.c: Likewise.
8442 * gdb.base/foll-vfork.c: Likewise.
8443 * gdb.base/funcargs.c: Likewise.
8444 * gdb.base/gcore.c: Likewise.
8445 * gdb.base/jump.c: Likewise.
8446 * gdb.base/langs0.c: Likewise.
8447 * gdb.base/langs1.c: Likewise.
8448 * gdb.base/langs2.c: Likewise.
8449 * gdb.base/mips_pro.c: Likewise.
8450 * gdb.base/nodebug.c: Likewise.
8451 * gdb.base/opaque0.c: Likewise.
8452 * gdb.base/opaque1.c: Likewise.
8453 * gdb.base/recurse.c: Likewise.
8454 * gdb.base/run.c: Likewise.
8455 * gdb.base/scope0.c: Likewise.
8456 * gdb.base/scope1.c: Likewise.
8457 * gdb.base/setshow.c: Likewise.
8458 * gdb.base/setvar.c: Likewise.
8459 * gdb.base/shmain.c: Likewise.
8460 * gdb.base/shr1.c: Likewise.
8461 * gdb.base/shr2.c: Likewise.
8462 * gdb.base/sigall.c: Likewise.
8463 * gdb.base/signals.c: Likewise.
8464 * gdb.base/so-indr-cl.c: Likewise.
8465 * gdb.base/solib2.c: Likewise.
8466 * gdb.base/structs.c: Likewise.
8467 * gdb.base/sum.c: Likewise.
8468 * gdb.base/vforked-prog.c: Likewise.
8469 * gdb.base/watchpoint.c: Likewise.
8470 * gdb.reverse/shr2.c: Likewise.
8471 * gdb.reverse/until-reverse.c: Likewise.
8472 * gdb.reverse/ur1.c: Likewise.
8473 * gdb.reverse/watch-reverse.c: Likewise.
8474
8475 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8476
8477 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8478 variant.
8479 * gdb.base/sepdebug.exp: Drop references to removed code.
8480
8481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8482
8483 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8484 variant. Preserve original line numbering.
8485 * gdb.base/list1.c: Likewise.
8486
8487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8488
8489 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8490 variant.
8491 * gdb.base/break1.c: Likewise.
8492 * gdb.base/break.exp: Drop references to removed code.
8493
8494 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8495
8496 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8497 variant.
8498
8499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8500
8501 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8502
8503 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504
8505 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8506 logic into perform_all_tests() and invoke it with and without
8507 function header prototypes.
8508 (do_function_calls): Remove conditional XFAIL for PR 5318.
8509 (rerun_and_prepare): Remove duplicate code.
8510 (perform_all_tests): New. Main logic moved here.
8511
8512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8513
8514 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8515 code guarded by #ifdef NO_PROTOTYPES.
8516 (t_double_many_args): Likewise.
8517 (DEF_FUNC_MANY_ARGS_1): Likewise.
8518 (DEF_FUNC_VALUES_1): Likewise.
8519 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8520 guarded by #ifdef PROTOTYPES.
8521
8522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8523
8524 * gdb.mi/mi-console.c: Add eye-catcher.
8525 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8526 instead of literal line number.
8527
8528 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8529
8530 * gdb.base/shr2.c: Add eye-catcher.
8531 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8532 line number.
8533
8534 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8535
8536 * gdb.base/jump.c: Add eye-catchers.
8537 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8538 numbers.
8539
8540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8541
8542 * gdb.base/execd-prog.c: Add eye-catchers.
8543 * gdb.base/foll-exec.c: Likewise.
8544 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8545 line numbers.
8546
8547 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8548
8549 * gdb.base/ending-run.c: Add eye-catchers.
8550 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8551 literal line numbers.
8552
8553 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8554
8555 * gdb.base/call-rt-st.c: Add eye-catchers.
8556 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8557 literal line numbers.
8558
8559 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8560
8561 * gdb.base/call-ar-st.c: Add eye-catchers.
8562 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8563 literal line numbers.
8564
8565 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8566
8567 * gdb.base/average.c: Add eye-catchers.
8568 * gdb.base/sum.c: Likewise.
8569 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8570 regexps dynamically.
8571
8572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8573
8574 * gdb.base/solib1.c: Add eye-catchers.
8575 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8576 literal line numbers.
8577
8578 2014-11-12 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8581 leader has exited.
8582
8583 2014-11-12 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.arch/i386-bp_permanent.c: New file.
8586 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8587 (srcfile): Set to i386-bp_permanent.c.
8588 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8589 that stepi does not execute the 'leave' instruction, instead of
8590 testing it does execute.
8591 * gdb.base/bp-permanent.c: New file.
8592 * gdb.base/bp-permanent.exp: New file.
8593
8594 2014-11-10 Doug Evans <xdje42@gmail.com>
8595
8596 PR symtab/17564
8597 * gdb.base/symtab-search-order.exp: New file.
8598 * gdb.base/symtab-search-order.c: New file.
8599 * gdb.base/symtab-search-order-1.c: New file.
8600 * gdb.base/symtab-search-order-shlib-1.c: New file.
8601
8602 2014-11-07 Pedro Alves <palves@redhat.com>
8603
8604 PR gdb/17511
8605 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8606 i?86-*-linux*.
8607
8608 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8609
8610 PR c++/17494
8611 * gdb.cp/pr17494.cc: New file.
8612 * gdb.cp/pr17494.exp: New file.
8613
8614 2014-11-02 Yao Qi <yao@codesourcery.com>
8615
8616 * gdb.python/python.exp: Get working directory and match the
8617 output of "set extended-prompt \\w " with it.
8618
8619 2014-10-30 Doug Evans <dje@google.com>
8620
8621 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8622 in objfiles.
8623 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8624 in progspaces.
8625
8626 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8627
8628 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8629 * gdb.base/realname-expand.exp: Likewise.
8630 * gdb.linespec/macro-relative.exp: Likewise.
8631
8632 2014-10-29 Pedro Alves <palves@redhat.com>
8633
8634 PR gdb/17408
8635 * gdb.threads/schedlock.c (some_function): New function.
8636 (call_function): New global.
8637 (MAYBE_CALL_SOME_FUNCTION): New macro.
8638 (thread_function): Call it.
8639 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8640 and use it instead of a global counter. Adjust all callers.
8641 (get_current_thread): Use "find current thread" for test message
8642 here rather than having all callers pass down the same string.
8643 (goto_loop): New procedure, factored out from ...
8644 (my_continue): ... this.
8645 (step_ten_loops): Change parameter from test message to command to
8646 use. Adjust.
8647 (list_count): Delete global.
8648 (check_result): New procedure, factored out from duplicate top
8649 level code.
8650 (continue tests): Wrap in with_test_prefix.
8651 (test_step): New procedure, factored out from duplicate top level
8652 code.
8653 (top level): Test "step" in combination with all scheduler-locking
8654 modes. Test "next" in combination with all scheduler-locking
8655 modes, and in combination with stepping over a function call or
8656 not.
8657 * gdb.threads/next-bp-other-thread.c: New file.
8658 * gdb.threads/next-bp-other-thread.exp: New file.
8659
8660 2014-10-29 Pedro Alves <palves@redhat.com>
8661
8662 PR python/17372
8663 * gdb.python/python.exp: Test a multi-line command that spawns
8664 interactive Python.
8665 * gdb.base/multi-line-starts-subshell.exp: New file.
8666
8667 2014-10-29 Yao Qi <yao@codesourcery.com>
8668
8669 * gdb.base/fileio.exp: Make directories on host.
8670
8671 2014-10-29 Yao Qi <yao@codesourcery.com>
8672
8673 * gdb.base/fileio.c (test_write): Close the file.
8674
8675 2014-10-28 Pedro Alves <palves@redhat.com>
8676
8677 PR gdb/12623
8678 * gdb.base/sigstep.c (no_handler): New global.
8679 (main): If 'no_handler is true, set the signal handlers to
8680 SIG_IGN.
8681 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8682 with_sw_watch and no_handler parameters. Handle them.
8683 (top level) <stepping over handler when stopped at a breakpoint
8684 test>: Add a test axis for testing with a software watchpoint, and
8685 another for testing with the signal handler set to SIG_IGN.
8686 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8687 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8688
8689 2014-10-28 Pedro Alves <palves@redhat.com>
8690
8691 PR gdb/17511
8692 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8693 * gdb.base/sigstep.exp (other_handler_location): New global.
8694 (advance): Support stepping into the signal handler, and running
8695 commands while in the handler.
8696 (in_handler_map): New global.
8697 (top level): In the advance test, add combinations for getting
8698 into the handler with stepping commands, and for running commands
8699 in the handler. Add comment descripting the advancei tests.
8700
8701 2014-10-28 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/sigstep.exp: Use build_executable instead of
8704 prepare_for_testing.
8705 (top level): Move code that starts GDB, runs to main and creates a
8706 display to ...
8707 (restart): ... this new procedure.
8708 (top level): Move backtrace from signal handler test to ...
8709 (validate_backtrace): ... this new procedure.
8710 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8711 with_test_prefix. Always restart GDB.
8712 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8713 with_test_prefix. Always restart GDB. No need to delete
8714 breakpoints after the test.
8715 (test_skip_handler): Remove prefix parameter.
8716 (skip_over_handler, breakpoint_to_handler)
8717 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8718 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8719 restart GDB. No need to delete breakpoints after the test.
8720 (top level): Use foreach to call the test procedures with
8721 different commands.
8722
8723 2014-10-28 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8726 instead of GNATS numbers.
8727 * gdb.base/sigbpt.exp: Likewise.
8728 * gdb.base/siginfo.exp: Likewise.
8729 * gdb.base/sigstep.exp: Likewise.
8730
8731 2014-10-27 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.base/sigstep.c (dummy): New global.
8734 (main): Issue a couple writes to the new global.
8735 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8736 procedures.
8737 (skip_over_handler): Use test_skip_handler.
8738 (top level): Call skip_over_handler for stepi and nexti too.
8739 (breakpoint_over_handler): Use test_skip_handler.
8740 (top level): Call breakpoint_over_handler for stepi and nexti too.
8741
8742 2014-10-27 Yao Qi <yao@codesourcery.com>
8743
8744 * gdb.trace/tfile.c (adjust_function_address)
8745 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8746 function descriptor.
8747
8748 2014-10-24 Don Breazeal <donb@codesourcery.com>
8749
8750 * gdb.base/foll-fork.exp (test_follow_fork,
8751 catch_fork_child_follow): Check for updated fork messages emitted
8752 from infrun.c.
8753 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8754 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8755 vfork_and_exec_child_follow_through_step): Check for updated vfork
8756 messages emitted from infrun.c.
8757
8758 2014-10-24 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.base/corefile.exp: Remove references to ultrix.
8761 * gdb.base/interrupt.exp: Likewise.
8762 * gdb.base/whatis.exp: Likewise.
8763 * gdb.gdb/selftest.exp: Likewise.
8764 * gdb.threads/manythreads.exp: Likewise.
8765 * gdb.threads/print-threads.exp: Likewise.
8766 * gdb.threads/pthreads.exp:: Likewise.
8767 * gdb.threads/schedlock.exp: Likewise.
8768
8769 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8770
8771 * gdb.cp/non-trivial-retval.cc: Add a test case.
8772 * gdb.cp/non-trivial-retval.exp: Add a test.
8773
8774 2014-10-20 Yao Qi <yao@codesourcery.com>
8775
8776 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8777 * gdb.python/py-objfile-script-gdb.py: New file.
8778 * gdb.python/py-objfile-script.exp: Update reference to
8779 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8780 of remote_download. Remove the dest file.
8781
8782 2014-10-20 Yao Qi <yao@codesourcery.com>
8783
8784 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8785 * gdb.base/step-line.exp: Likewise.
8786 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8787 * gdb.dwarf2/dw2-basic.exp: Likewise.
8788 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8789 * gdb.dwarf2/dw2-filename.exp: Likewise.
8790 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8791 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8792 * gdb.dwarf2/dw2-producer.exp: Likewise.
8793 * gdb.dwarf2/mac-fileno.exp: Likewise.
8794 * gdb.python/py-frame-args.exp: Likewise.
8795 * gdb.python/py-framefilter.exp: Likewise.
8796 * gdb.python/py-mi.exp: Likewise.
8797 * gdb.python/py-objfile-script.exp: Likewise
8798 * gdb.python/py-pp-integral.exp: Likewise.
8799 * gdb.python/py-pp-re-notag.exp: Likewise.
8800 * gdb.python/py-prettyprint.exp: Likewise.
8801 * gdb.python/py-section-script.exp: Likewise.
8802 * gdb.python/py-typeprint.exp: Likewise.
8803 * gdb.python/py-xmethods.exp: Likewise.
8804 * gdb.stabs/weird.exp: Likewise.
8805 * gdb.xml/tdesc-regs.exp: Likewise.
8806
8807 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8808
8809 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8810 (out_cu): Use addr_len for the size of addresses.
8811 (out_line): Likewise. Size DW_LNE_set_address instruction
8812 according to addr_len.
8813 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8814 (FUNC): Add START_INSNS to definition.
8815
8816 2014-10-18 Yao Qi <yao@codesourcery.com>
8817
8818 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8819 gdb_has_argv0 return true.
8820 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8821 check [target_info exists noargs], check [gdb_has_argv0]
8822 instead.
8823 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8824 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8825 procedures.
8826
8827 2014-10-17 Doug Evans <dje@google.com>
8828
8829 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8830 event.
8831 * gdb.python/py-events.py: Add clear_objfiles event.
8832
8833 2014-10-17 Doug Evans <dje@google.com>
8834
8835 * gdb.python/py-objfile.exp: Test progspace attribute.
8836
8837 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8838
8839 * gdb.guile/scm-breakpoint.exp: Do not assume any
8840 directory separators when matching source file paths.
8841 * gdb.python/py-breakpoint.exp: Likewise.
8842 * gdb.reverse/break-precsave.exp: Likewise.
8843 * gdb.reverse/break-reverse.exp: Likewise.
8844 * gdb.reverse/consecutive-precsave.exp: Likewise.
8845 * gdb.reverse/finish-precsave.exp: Likewise.
8846 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8847 * gdb.reverse/finish-reverse.exp: Likewise.
8848 * gdb.reverse/i386-precsave.exp: Likewise.
8849 * gdb.reverse/i387-env-reverse.exp: Likewise.
8850 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8851 * gdb.reverse/machinestate-precsave.exp: Likewise.
8852 * gdb.reverse/machinestate.exp: Likewise.
8853 * gdb.reverse/sigall-precsave.exp: Likewise.
8854 * gdb.reverse/solib-precsave.exp: Likewise.
8855 * gdb.reverse/step-precsave.exp: Likewise.
8856 * gdb.reverse/until-precsave.exp: Likewise.
8857 * gdb.reverse/watch-precsave.exp: Likewise.
8858 * gdb.reverse/watch-reverse.exp: Likewise.
8859
8860 2014-10-17 Yao Qi <yao@codesourcery.com>
8861
8862 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8863 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8864
8865 2014-10-17 Pedro Alves <palves@redhat.com>
8866
8867 PR gdb/17471
8868 * gdb.base/bg-execution-repeat.c: New file.
8869 * gdb.base/bg-execution-repeat.exp: New file.
8870
8871 2014-10-17 Pedro Alves <palves@redhat.com>
8872
8873 PR gdb/17300
8874 * gdb.base/continue-all-already-running.c: New file.
8875 * gdb.base/continue-all-already-running.exp: New file.
8876
8877 2014-10-17 Pedro Alves <palves@redhat.com>
8878
8879 PR gdb/17472
8880 * gdb.base/annota-input-while-running.c: New file.
8881 * gdb.base/annota-input-while-running.exp: New file.
8882
8883 2014-10-17 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.base/callfuncs.exp: emove references to osf.
8886 * gdb.base/sigall.exp: Likewise.
8887 * gdb.gdb/selftest.exp: Likewise.
8888 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8889 * gdb.mi/non-stop.c: Likewise.
8890 * gdb.mi/pthreads.c: Likewise.
8891 * gdb.reverse/sigall-precsave.exp: Likewise.
8892 * gdb.reverse/sigall-reverse.exp: Likewise.
8893 * gdb.threads/pthreads.c: Likewise.
8894 * gdb.threads/pthreads.exp: Likewise.
8895
8896 2014-10-17 Yao Qi <yao@codesourcery.com>
8897
8898 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8899 check 'target_info exists noargs'.
8900 (test_command_prompt_position): Likewise.
8901 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8902 Remove "set args".
8903 (progvar_simple_while_test): Likewise.
8904 (progvar_complex_if_while_test): Likewise.
8905 (if_while_breakpoint_command_test): Likewise.
8906 (infrun_breakpoint_command_test): Likewise.
8907 (breakpoint_command_test): Likewise.
8908 (watchpoint_command_test): Likewise.
8909 (bp_deleted_in_command_test): Likewise.
8910 (temporary_breakpoint_commands): Likewise.
8911
8912 2014-10-16 Yao Qi <yao@codesourcery.com>
8913
8914 * gdb.base/remotetimeout.exp: Remove noargs checking.
8915
8916 2014-10-15 Pedro Alves <palves@redhat.com>
8917
8918 PR breakpoints/9649
8919 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8920 * gdb.base/breakpoint-in-ro-region.exp
8921 (probe_target_hardware_step): New procedure.
8922 (top level): Probe hardware stepping and hardware breakpoint
8923 support. Test stepping through a read-only region, with both
8924 "breakpoint auto-hw" on and off and both "always-inserted" on and
8925 off.
8926
8927 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8928
8929 * gdb.dlang/demangle.exp: Update for demangling changes.
8930
8931 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8932
8933 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8934 * gdb.cp/non-trivial-retval.exp: Add new tests.
8935
8936 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8937
8938 PR c++/13403
8939 PR c++/15154
8940 * gdb.cp/non-trivial-retval.cc: New file.
8941 * gdb.cp/non-trivial-retval.exp: New file.
8942
8943 2014-10-15 Yao Qi <yao@codesourcery.com>
8944
8945 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8946 remote host.
8947
8948 2014-10-15 Yao Qi <yao@codesourcery.com>
8949
8950 * gdb.python/py-symbol.exp: Match file base name if host is
8951 remote, otherwise match file name with dir name.
8952 * gdb.python/py-symtab.exp: Likewise.
8953 * gdb.python/python.exp: Likewise.
8954
8955 2014-10-15 Yao Qi <yao@codesourcery.com>
8956
8957 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8958 pattern.
8959 * gdb.python/py-symtab.exp: Likewise.
8960 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8961 locationn.
8962
8963 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8964
8965 * gdb.ada/addr_arith: New testcase.
8966
8967 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8968
8969 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8970 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8971 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8972 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8973
8974 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8975
8976 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8977 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8978 * gdb.arch/stap-eval-lang-ada.exp: New file.
8979
8980 2014-10-14 Yao Qi <yao@codesourcery.com>
8981
8982 * gdb.mi/mi-var-child.c (nothing1): New function.
8983 (nothing2): New function.
8984 (do_children_tests): Set function pointers by nothing1 and
8985 nothing2.
8986 * gdb.mi/mi-var-child.exp: Step over new added statements.
8987 Update test to match the new output.
8988 * gdb.mi/var-cmd.c (nothing1): New function.
8989 (nothing2): New function.
8990 (do_children_tests): Set function pointers by nothing1 and
8991 nothing2.
8992 * gdb.mi/mi-var-display.exp: Update test to match output.
8993 Step to the line specified by $line_dct_nothing.
8994 Increase the number of lines to step.
8995
8996 2014-10-14 Yao Qi <yao@codesourcery.com>
8997
8998 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8999 tests.
9000 * gdb.mi/mi2-var-child.exp: Likewise.
9001
9002 2014-10-13 Doug Evans <dje@google.com>
9003
9004 * gdb.python/py-objfile.exp: Change name of file name test.
9005
9006 2014-10-13 Doug Evans <dje@google.com>
9007
9008 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9009 from the start of the CU.
9010
9011 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9012 Yao Qi <yao@codesourcery.com>
9013
9014 Fix "save breakpoints" for "catch" command.
9015 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9016 Remove -nonewline. Match also the added "main" line.
9017
9018 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9019
9020 Fix "save breakpoints" for "disable $bpnum" command.
9021 * gdb.base/save-bp.c (main): Add label.
9022 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9023
9024 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9027
9028 2014-10-11 Yao Qi <yao@codesourcery.com>
9029
9030 * gdb.server/server-kill.exp: Execute command
9031 "set remote trace-status-packet on" before "tstatus".
9032
9033 2014-10-11 Yao Qi <yao@codesourcery.com>
9034
9035 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9036 (main): Call getppid.
9037 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9038 and continue to it. Read variable "server_pid".
9039
9040 2014-10-11 Yao Qi <yao@codesourcery.com>
9041
9042 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9043
9044 2014-10-11 Yao Qi <yao@codesourcery.com>
9045
9046 * gdb.threads/thread-find.exp: Don't execute command
9047 "info threads".
9048 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9049 * gdb.threads/linux-dp.exp: Don't check the condition
9050 $threads_created equals to zero.
9051
9052 2014-10-10 Pedro Alves <palves@redhat.com>
9053
9054 * gdb.base/bigcore.exp: Remove references to IRIX.
9055 * gdb.base/funcargs.exp: Likewise.
9056 * gdb.base/interrupt.exp: Likewise.
9057 * gdb.base/mips_pro.exp: Likewise.
9058 * gdb.base/nodebug.exp: Likewise.
9059 * gdb.base/setvar.exp: Likewise.
9060 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9061
9062 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9063 Pedro Alves <palves@redhat.com>
9064
9065 PR symtab/14466
9066 * gdb.base/vdso-warning.c: New file.
9067 * gdb.base/vdso-warning.exp: New file.
9068
9069 2014-10-02 Doug Evans <dje@google.com>
9070
9071 * gdb.base/structs.c (main): Don't run forever.
9072
9073 2014-10-02 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9076 (top level) <stop threads 1, stop threads 2>: Use it.
9077
9078 2014-10-02 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.threads/break-while-running.exp (test): Add new
9081 'update_thread_list' argument. Skip "info threads" if false.
9082 (top level): Add new 'update_thread_list' axis.
9083
9084 2014-10-02 Pedro Alves <palves@redhat.com>
9085
9086 PR breakpoints/17431
9087 * gdb.base/execl-update-breakpoints.c: New file.
9088 * gdb.base/execl-update-breakpoints.exp: New file.
9089
9090 2014-10-01 Pedro Alves <palves@redhat.com>
9091
9092 * gdb.base/breakpoint-in-ro-region.c: New file.
9093 * gdb.base/breakpoint-in-ro-region.exp: New file.
9094
9095 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.mi/mi-exit-code.exp: New file.
9098 * gdb.mi/mi-exit-code.c: New file.
9099
9100 2014-09-30 Yao Qi <yao@codesourcery.com>
9101
9102 * lib/prelink-support.exp (build_executable_own_libs): Error if
9103 the target isn't native.
9104
9105 2014-09-30 Yao Qi <yao@codesourcery.com>
9106
9107 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9108 false.
9109
9110 2014-09-22 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.threads/break-while-running.exp: New file.
9113 * gdb.threads/break-while-running.c: New file.
9114
9115 2014-09-19 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9118 Invoke test. Restart GDB with --readnow and invoke test again.
9119
9120 2014-09-19 Yao Qi <yao@codesourcery.com>
9121
9122 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9123 proc set_breakpoint_on_gcd_function. Invoke
9124 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9125 invoke set_breakpoint_on_gcd_function again.
9126
9127 2014-09-18 Doug Evans <dje@google.com>
9128
9129 * gdb.dwarf2/symtab-producer.exp: New file.
9130
9131 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9132
9133 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9134 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9135 * gdb.base/global-var-nested-by-dso.c: Likewise.
9136 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9137
9138 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9139 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.base/watch-bitfields.exp: Pass string other than test file
9142 name to prepare_for_testing.
9143 (watch): New procedure.
9144 (expect_watchpoint): Use with_test_prefix.
9145 (top level): Factor out tests to ...
9146 (test_watch_location, test_regular_watch): ... these new
9147 procedures, and use with_test_prefix and gdb_continue_to_end.
9148
9149 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9150
9151 PR breakpoints/12526
9152 * gdb.base/watch-bitfields.exp: New file.
9153 * gdb.base/watch-bitfields.c: New file.
9154
9155 2014-09-16 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9158 software and hardware addresses, not software address against
9159 itself.
9160
9161 2014-09-16 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9164 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9165
9166 2014-09-16 Pedro Alves <palves@redhat.com>
9167
9168 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9169 files.
9170 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9171 "*-*-vxworks*" throughout.
9172 * gdb.base/break.exp: Likewise.
9173 * gdb.base/default.exp: Likewise.
9174 * gdb.base/scope.exp: Likewise.
9175 * gdb.base/sepdebug.exp: Likewise.
9176 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9177 throughout.
9178 * gdb.base/run.c: Likewise.
9179 * gdb.base/sepdebug.c: Likewise.
9180 * gdb.hp/gdb.aCC/run.c: Likewise.
9181 * gdb.reverse/until-reverse.c: Likewise.
9182 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9183
9184 2014-09-16 Yao Qi <yao@codesourcery.com>
9185
9186 * boards/local-remote-host-native.exp: New file.
9187
9188 2014-09-14 Doug Evans <xdje42@gmail.com>
9189
9190 * gdb.threads/queue-signal.c (thread_count): New variable.
9191 (thread_count_mutex, thread_count_condvar): New variables.
9192 (incr_thread_count, wait_all_threads_running): New functions.
9193 (main): Wait for all threads to be in their thread functions.
9194
9195 2014-09-13 Doug Evans <xdje42@gmail.com>
9196
9197 * gdb.threads/queue-signal.c: New file.
9198 * gdb.threads/queue-signal.exp: New file.
9199
9200 2014-09-13 Doug Evans <xdje42@gmail.com>
9201
9202 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9203 be consistent with what default_gdb_init uses.
9204 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9205 the plain text of the prompt. Add some logging printfs.
9206 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9207
9208 2014-09-12 Pedro Alves <palves@redhat.com>
9209
9210 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9211 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9212 * gdb.arch/i386-size-overlap.exp: Likewise.
9213 * gdb.arch/i386-size.exp: Likewise.
9214 * gdb.arch/i386-unwind.exp: Likewise.
9215 * gdb.base/a2-run.exp: Likewise.
9216 * gdb.base/break.exp: Likewise.
9217 * gdb.base/charset.exp: Likewise.
9218 * gdb.base/chng-syms.exp: Likewise.
9219 * gdb.base/commands.exp: Likewise.
9220 * gdb.base/dbx.exp: Likewise.
9221 * gdb.base/find.exp: Likewise.
9222 * gdb.base/funcargs.exp: Likewise.
9223 * gdb.base/jit-simple.exp: Likewise.
9224 * gdb.base/reread.exp: Likewise.
9225 * gdb.base/sepdebug.exp: Likewise.
9226 * gdb.base/step-bt.exp: Likewise.
9227 * gdb.cp/mb-inline.exp: Likewise.
9228 * gdb.cp/mb-templates.exp: Likewise.
9229 * gdb.objc/basicclass.exp: Likewise.
9230 * gdb.threads/killed.exp: Likewise.
9231
9232 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9233
9234 PR tdep/17379
9235 * gdb.arch/powerpc-stackless.S: New file.
9236 * gdb.arch/powerpc-stackless.exp: New file.
9237
9238 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9239
9240 * gdb.base/attach.c: Include unistd.h.
9241 (main): Call alarm. Add label postloop.
9242 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9243 gdb_breakpoint, gdb_continue_to_breakpoint.
9244 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9245
9246 2014-09-11 Pedro Alves <palves@redhat.com>
9247
9248 PR gdb/17347
9249 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9250 * gdb.base/attach.exp (test_command_line_attach_run): New
9251 procedure.
9252 (top level): Call it.
9253
9254 2014-09-11 Pedro Alves <palves@redhat.com>
9255
9256 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9257 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9258 (do_command_attach_tests): Use spawn_wait_for_attach.
9259 * gdb.base/solib-overlap.exp: Likewise.
9260 * gdb.multi/multi-attach.exp: Likewise.
9261 * gdb.python/py-prompt.exp: Likewise.
9262 * gdb.python/py-sync-interp.exp: Likewise.
9263 * gdb.server/ext-attach.exp: Likewise.
9264
9265 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9266
9267 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9268 command in testcase. Simplify testcase.
9269
9270 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9271
9272 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9273
9274 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9275
9276 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9277
9278 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9279
9280 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9281
9282 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9283
9284 * gdb.dwarf2/dynarr-ptr.c: New file.
9285 * gdb.dwarf2/dynarr-ptr.exp: New file.
9286
9287 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9288
9289 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9290 of 30 rather than hardcoding 120 for a slow test case. Take the
9291 `gdb,timeout' target setting into account for this calculation.
9292 Don't extend the timeout for the test cases that don't need it.
9293
9294 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9295
9296 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9297 a factor of 2 for a slow test case. Take the `gdb,timeout'
9298 target setting into account for this calculation.
9299 * gdb.reverse/until-precsave.exp: Increase the timeout by
9300 a factor of 15 and 3 respectively rather than adding 120
9301 for a pair of slow test cases. Take the `gdb,timeout'
9302 target setting into account for this calculation.
9303
9304 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9305
9306 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9307 timeout, don't pass one down to gdb_expect.
9308 (gdb_expect): Rework timeout selection.
9309
9310 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9311
9312 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9313 exception on timeout.
9314 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9315 (gdbserver_start_extended): Catch any `gdbserver_start' error
9316 exceptions.
9317 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9318 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9319 `gdbserver_gdb_load' error exceptions.
9320
9321 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9322
9323 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9324 120 on waiting for the TCP socket to open.
9325
9326 2014-09-09 Doug Evans <xdje42@gmail.com>
9327
9328 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9329 _caller_matches, _any_caller_is, _any_caller_matches.
9330
9331 2014-09-09 Doug Evans <xdje42@gmail.com>
9332
9333 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9334
9335 2014-09-09 Yao Qi <yao@codesourcery.com>
9336
9337 * gdb.mi/mi-var-display.exp: Set print symbol off.
9338
9339 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9340
9341 PR gdb/17035
9342 * gdb.base/commands.exp: Add tests to verify user-defined
9343 commands with empty bodies.
9344 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9345 python commands in `show user command`.
9346 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9347 scheme commands in `show user command`.
9348
9349 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9350
9351 PR python/17355
9352 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9353 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9354 * gdb.python/py-framefilter-invalidarg.exp: New file.
9355 * gdb.python/py-framefilter-invalidarg.py: New file.
9356
9357 2014-09-06 Doug Evans <xdje42@gmail.com>
9358
9359 PR 15276
9360 * gdb.python/py-caller-is.c: New file.
9361 * gdb.python/py-caller-is.exp: New file.
9362
9363 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9364
9365 PR gdb/17235
9366 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9367 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9368
9369 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9370
9371 PR fortran/17237
9372 * gdb.fortran/print-formatted.exp: New file.
9373 * gdb.fortran/print-formatted.f90: Likewise.
9374
9375 2014-09-03 Sasha Smundak <asmundak@google.com>
9376
9377 * gdb.python/py-frame.exp: Test Frame.read_register.
9378
9379 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9380
9381 PR python/16699
9382 * gdb.python/py-completion.exp: New file.
9383 * gdb.python/py-completion.py: Likewise.
9384
9385 2014-08-28 Doug Evans <dje@google.com>
9386
9387 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9388 eax,etc. are live with values set by gdb and thus the compiler can't
9389 use them.
9390 * gdb.arch/i386-pseudo.c (main): Ditto.
9391
9392 2014-08-27 Doug Evans <dje@google.com>
9393
9394 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9395
9396 2014-08-25 Doug Evans <dje@google.com>
9397
9398 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9399 (main): Ditto.
9400
9401 2014-08-25 Doug Evans <dje@google.com>
9402
9403 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9404
9405 2014-08-24 Yao Qi <yao@codesourcery.com>
9406
9407 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9408 symbol off.
9409 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9410
9411 2014-08-22 Doug Evans <dje@google.com>
9412
9413 PR 17276
9414 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9415 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9416 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9417
9418 2014-08-22 Yao Qi <yao@codesourcery.com>
9419
9420 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9421 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9422 * gdb.python/python.exp: Likewise. Use .py file on the host
9423 instead of the build.
9424
9425 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * gdb.threads/gcore-stale-thread.c: New file.
9428 * gdb.threads/gcore-stale-thread.exp: New file.
9429
9430 2014-08-21 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9433 * gdb.base/gcore-relro-pie.exp: Likewise.
9434 * gdb.base/gcore-relro.exp: Likewise.
9435 * gdb.base/gcore.exp: Likewise.
9436 * gdb.base/print-symbol-loading.exp: Likewise.
9437 * gdb.threads/gcore-thread.exp: Likewise.
9438 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9439
9440 2014-08-20 Pedro Alves <palves@redhat.com>
9441 Jan Kratochvil <jan.kratochvil@redhat.com>
9442
9443 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9444 configure.
9445 (EXPECT): Handle READ1 being set.
9446 (all): Depend on EXTRA_RULES.
9447 (check-read1, expect-read1, read1.so, read1): New rules.
9448 * README (Testsuite Parameters): Document the READ1 make variable.
9449 (Race detection): New section.
9450 * configure: Regenerate.
9451 * configure.ac: If build==host==target, and running under a
9452 GNU/glibc system, add read1 to the extra Makefile rules.
9453 (EXTRA_RULES): AC_SUBST it.
9454 * lib/read1.c: New file.
9455
9456 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9457
9458 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9459 the handling of variables declared as a typedef to an array
9460 which a DW_AT_data_location attribute.
9461
9462 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9463 Pedro Alves <palves@redhat.com>
9464
9465 PR symtab/14604
9466 PR symtab/14605
9467 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9468 gdb_test.
9469
9470 2014-08-19 Pedro Alves <palves@redhat.com>
9471
9472 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9473
9474 2014-08-19 Yao Qi <yao@codesourcery.com>
9475
9476 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9477 right line.
9478
9479 2014-08-18 David Blaikie <dblaikie@gmail.com>
9480
9481 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9482
9483 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9484
9485 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9486 attribute in array range.
9487
9488 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9489
9490 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9491
9492 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9493
9494 PR c++/17132
9495 * gdb.cp/pr17132.cc: New file.
9496 * gdb.cp/pr17132.exp: New file.
9497
9498 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9499
9500 * gdb.python/py-xmethods.py (A_getarrayind)
9501 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9502 Use 'print' with function call syntax.
9503 (E_method_matcher.match): Fix tab vs space indentation mixup.
9504
9505 2014-08-15 Yao Qi <yao@codesourcery.com>
9506
9507 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9508 false.
9509
9510 2014-08-15 Yao Qi <yao@codesourcery.com>
9511
9512 * gdb.cp/casts.exp: Set print symbol off.
9513 * gdb.cp/class2.exp: Likewise.
9514 * gdb.cp/overload.exp: Likewise.
9515 * gdb.cp/templates.exp: Likewise.
9516
9517 2014-08-11 Doug Evans <dje@google.com>
9518
9519 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9520 (test_load_shlib): Update.
9521
9522 2014-08-09 Yao Qi <yao@codesourcery.com>
9523
9524 * gdb.base/display.exp: Invoke is_address_zero_readable.
9525 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9526 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9527 * gdb.base/hbreak-unmapped.exp: Return if
9528 is_address_zero_readable returns true.
9529 * gdb.base/signest.exp: Likewise.
9530 * gdb.base/signull.exp: Likewise.
9531 * gdb.base/sigbpt.exp: Likewise.
9532 * gdb.guile/scm-disasm.exp: Do the test if
9533 is_address_zero_readable returns false.
9534 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9535 * gdb.python/py-arch.exp: Likewise.
9536 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9537 * lib/gdb.exp (is_address_zero_readable): New proc.
9538
9539 2014-08-09 Yao Qi <yao@codesourcery.com>
9540
9541 PR testsuite/13443
9542 * gdb.mi/mi-var-display.exp: Make test messages unique.
9543
9544 2014-08-04 Tom Tromey <tromey@redhat.com>
9545
9546 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9547 target 0".
9548
9549 2014-08-04 Tom Tromey <tromey@redhat.com>
9550
9551 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9552 "target_resume".
9553
9554 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9555
9556 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9557 inner_vla_struct_object_size.
9558 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9559 as xfail.
9560
9561 2014-07-30 Pedro Alves <palves@redhat.com>
9562
9563 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9564 comment.
9565
9566 2014-07-29 Yao Qi <yao@codesourcery.com>
9567
9568 PR gdb/17206
9569 * gdb.base/until-nodebug.exp: New.
9570
9571 2014-07-28 Doug Evans <xdje42@gmail.com>
9572
9573 PR guile/17203
9574 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9575 previously existing parameter, and previously ambiguously spelled
9576 parameter.
9577
9578 2014-07-28 Will Newton <will.newton@linaro.org>
9579
9580 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9581
9582 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9583 Doug Evans <xdje42@gmail.com>
9584
9585 PR guile/17146
9586 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9587
9588 2014-07-25 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.threads/signal-command-handle-nopass.c: New file.
9591 * gdb.threads/signal-command-handle-nopass.exp: New file.
9592 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9593 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9594 * gdb.threads/signal-delivered-right-thread.c: New file.
9595 * gdb.threads/signal-delivered-right-thread.exp: New file.
9596
9597 2014-07-25 Pedro Alves <palves@redhat.com>
9598
9599 * gdb.base/double-prompt-target-event-error.exp
9600 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9601 match.
9602 (cancel_pagination_in_target_event): Rework double prompt
9603 detection.
9604 * gdb.base/paginate-after-ctrl-c-running.exp
9605 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9606 <return>' match.
9607 * gdb.base/paginate-bg-execution.exp
9608 (test_bg_execution_pagination_return)
9609 (test_bg_execution_pagination_cancel): Remove '-notransfer
9610 <return>' matches.
9611 * gdb.base/paginate-execution-startup.exp
9612 (test_fg_execution_pagination_return)
9613 (test_fg_execution_pagination_cancel): Remove '-notransfer
9614 <return>' matches.
9615 * gdb.base/paginate-inferior-exit.exp
9616 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9617 match.
9618 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9619 * lib/gdb.exp (pagination_prompt): Run text through
9620 string_to_regexp.
9621 (gdb_test_multiple): Match $pagination_prompt instead of
9622 "<return>".
9623 (string_to_regexp): Move to lib/gdb-utils.exp.
9624
9625 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9626
9627 * gdb.arch/amd64-entry-value-paramref.S: New file.
9628 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9629 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9630 * gdb.arch/amd64-optimout-repeat.S: New file.
9631 * gdb.arch/amd64-optimout-repeat.c: New file.
9632 * gdb.arch/amd64-optimout-repeat.exp: New file.
9633
9634 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 PR gdb/17170
9637 * gdb.base/statistics.exp: New file.
9638
9639 2014-07-17 Doug Evans <dje@google.com>
9640
9641 PR gdb/17170
9642 * gdb.base/maint.exp: Update testing of per-command stats.
9643
9644 2014-07-16 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9647 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9648 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9649 (tfile_write_buf): New functions.
9650 (add_memory_block): Rewrite using the above.
9651 (adjust_function_address): New function.
9652 (FUNCTION_ADDRESS): New macro.
9653 (write_basic_trace_file): Remove short_x local, and use
9654 tfile_write_16. Change type of func_addr local to unsigned long
9655 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9656 here. Cast argument of add_memory_block to char pointer.
9657 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9658 (main): Remove parameters.
9659 * gdb.trace/tfile.exp: Remove nowarnings.
9660
9661 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9662
9663 * gdb.base/debug-expr.exp: Test string evaluation with
9664 "debug expression" on.
9665
9666 2014-07-15 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.base/reread.exp: Use clean_restart.
9669
9670 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9671
9672 * gdb.arch/avr-flash-qualifer.c: New.
9673 * gdb.arch/avr-flash-qualifer.exp: New.
9674
9675 2014-07-14 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9678 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9679
9680 2014-07-14 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.base/double-prompt-target-event-error.c: New file.
9683 * gdb.base/double-prompt-target-event-error.exp: New file.
9684
9685 2014-07-14 Pedro Alves <palves@redhat.com>
9686
9687 PR gdb/17072
9688 * gdb.base/paginate-inferior-exit.c: New file.
9689 * gdb.base/paginate-inferior-exit.exp: New file.
9690
9691 2014-07-14 Pedro Alves <palves@redhat.com>
9692
9693 PR gdb/17072
9694 * gdb.base/paginate-bg-execution.c: New file.
9695 * gdb.base/paginate-bg-execution.exp: New file.
9696
9697 2014-07-14 Pedro Alves <palves@redhat.com>
9698
9699 PR gdb/17072
9700 * gdb.base/paginate-execution-startup.c: New file.
9701 * gdb.base/paginate-execution-startup.exp: New file.
9702 * lib/gdb.exp (pagination_prompt): New global.
9703 (default_gdb_spawn): New procedure, factored out from
9704 default_gdb_spawn.
9705 (default_gdb_start): Adjust to call default_gdb_spawn.
9706 (gdb_spawn): New procedure.
9707
9708 2014-07-14 Pedro Alves <palves@redhat.com>
9709
9710 * lib/gdb.exp (gdb_assert): New procedure.
9711 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9712
9713 2014-07-14 Pedro Alves <palves@redhat.com>
9714
9715 * gdb.base/execution-termios.c: New file.
9716 * gdb.base/execution-termios.exp: New file.
9717
9718 2014-07-14 Tom Tromey <tromey@redhat.com>
9719
9720 * gdb.cp/vla-cxx.cc: New file.
9721 * gdb.cp/vla-cxx.exp: New file.
9722
9723 2014-07-14 Tom Tromey <tromey@redhat.com>
9724
9725 * gdb.reverse/rerun-prec.c: New file.
9726 * gdb.reverse/rerun-prec.exp: New file.
9727
9728 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9729 Maciej W. Rozycki <macro@codesourcery.com>
9730
9731 * lib/gdb-utils.exp: New file.
9732 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9733 inline `gdb_init_command' processing.
9734 (gdb_start_cmd): Likewise.
9735 * lib/mi-support.exp (mi_run_cmd): Likewise.
9736 * README: Document `gdb_init_command' and `gdb_init_commands'.
9737
9738 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 Fix false FAIL running under a very long directory name.
9741 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9742 and "set print elements 10000". Twice.
9743
9744 2014-07-11 Yao Qi <yao@codesourcery.com>
9745
9746 * gdb.base/exprs.exp: "set print symbol off".
9747
9748 2014-07-11 Pedro Alves <palves@redhat.com>
9749
9750 * gdb.threads/kill.c: New file.
9751 * gdb.threads/kill.exp: New file.
9752
9753 2014-07-10 Yao Qi <yao@codesourcery.com>
9754
9755 * gdb.trace/tfile.c (write_basic_trace_file)
9756 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9757 address written to trace file.
9758
9759 2014-07-09 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/attach-wait-input.exp: New file.
9762 * gdb.base/attach-wait-input.c: New file.
9763
9764 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9765
9766 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9767 setting up test structures.
9768 (main): Call new test function.
9769 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9770 test function, continue into test function and walk test
9771 structures.
9772
9773 2014-07-02 Yao Qi <yao@codesourcery.com>
9774
9775 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9776 'bar_start' at the beginning of functions 'foo' and 'bar'
9777 respectively.
9778 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9779 instead of 'foo' and 'bar'.
9780
9781 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9782
9783 * gdb.btrace/segv.exp: New.
9784 * gdb.btrace/segv.c: New.
9785
9786 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9789 instruction.
9790
9791 2014-06-30 Mark Wielaard <mjw@redhat.com>
9792
9793 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9794 vulture, vilify, villar): New volatile array constants.
9795 (vindictive, vegetation): New const volatile array constants.
9796 * gdb.base/volatile.exp: Test volatile and const volatile array
9797 types.
9798
9799 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9800
9801 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9802 target lacks support for awatch, rwatch, or hbreak.
9803
9804 2014-06-27 Yao Qi <yao@codesourcery.com>
9805
9806 * gdb.multi/dummy-frame-restore.exp: New.
9807 * gdb.multi/dummy-frame-restore.c: New.
9808
9809 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9810
9811 * gdb.btrace/gcore.exp: New.
9812
9813 2014-06-23 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/watchpoint-reuse-slot.c: New file.
9816 * gdb.base/watchpoint-reuse-slot.exp: New file.
9817
9818 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9819
9820 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9821 progspace's filename in 'info', 'enable' and 'disable' command
9822 tests.
9823
9824 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9825
9826 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9827 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9828 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9829
9830 2014-06-20 Gary Benson <gbenson@redhat.com>
9831
9832 * gdb.arch/i386-avx.exp: Fix include file location.
9833 * gdb.arch/i386-sse.exp: Likewise.
9834
9835 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9836
9837 * gdb.dlang/expression.exp: New file.
9838
9839 2014-06-19 Pedro Alves <palves@redhat.com>
9840
9841 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9842 out from ...
9843 (top level): ... here. Iterate running tests under different
9844 scheduler-locking settings.
9845
9846 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9847
9848 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9849 to DW_FORM_addr and use non-zero addresses.
9850
9851 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9852
9853 PR gdb/17017
9854 * gdb.python/py-xmethods.cc: Add global function call counters and
9855 increment them in their respective functions. Remove "cout"
9856 statements.
9857 * gdb.python/py-xmethods.exp: Make tests check the global function
9858 call counters instead of depending on inferior IO.
9859
9860 2014-06-18 Don Breazeal <donb@codesourcery.com>
9861
9862 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9863 Deleted procedure.
9864 (explicit_fork_parent_follow): Deleted procedure.
9865 (explicit_fork_child_follow): Deleted procedure.
9866 (test_follow_fork): New procedure.
9867 (do_fork_tests): Replace calls to deleted procedures with
9868 calls to test_follow_fork and reset GDB for subsequent
9869 procedure calls.
9870
9871 2014-06-17 Yao Qi <yao@codesourcery.com>
9872
9873 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9874 CP1252.
9875
9876 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9877
9878 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9879 Initialize ptr and S explicitly.
9880 (skip_type_update_when_not_use_rtti_test): Likewise.
9881
9882 2014-06-16 Keith Seitz <keiths@redhat.com>
9883
9884 PR mi/15863
9885 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9886 the inferior is started.
9887
9888 2014-06-16 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/break-main-file-remove-fail.c: New file.
9891 * gdb.base/break-main-file-remove-fail.exp: New file.
9892 * gdb.base/break-unload-file.exp: Use build_executable instead of
9893 prepare_for_testing.
9894 (test_break): New parameter "initial_load". Handle it.
9895 (top level): Add initial_load cmdline/file axis.
9896
9897 2014-06-12 Tom Tromey <tromey@redhat.com>
9898
9899 * gdb.base/completion.exp: Don't use directory name in test.
9900
9901 2014-06-09 Gary Benson <gbenson@redhat.com>
9902
9903 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9904 separate the always-available ANSI-standard signals from the
9905 signals that require checking.
9906 (main): Likewise.
9907 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9908 Likewise.
9909 (main): Likewise.
9910
9911 2014-06-07 Keith Seitz <keiths@redhat.com>
9912
9913 Revert:
9914 PR c++/16253
9915 * gdb.cp/var-tag.cc: New file.
9916 * gdb.cp/var-tag.exp: New file.
9917 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9918 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9919 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9920 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9921
9922 2014-06-06 Doug Evans <xdje42@gmail.com>
9923
9924 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9925
9926 2014-06-06 Pedro Alves <palves@redhat.com>
9927
9928 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9929 in target debug output instead of looking at RSP packets,
9930 disabling the test on any target that uses hardware stepping.
9931 Update comments.
9932
9933 2014-06-06 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.base/break-unload-file.exp: Fix typo.
9936
9937 2014-06-06 Yao Qi <yao@codesourcery.com>
9938
9939 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9940 from "jit_function" to "^jit_function".
9941
9942 2014-06-06 Yao Qi <yao@codesourcery.com>
9943
9944 * gdb.base/async.c (foo): Add one statement.
9945 * gdb.base/async.exp: Get the next instruction address and
9946 match the output of "nexti" by instruction address. Match
9947 the hex address in the output of "finish".
9948
9949 2014-06-06 Gary Benson <gbenson@redhat.com>
9950
9951 * gdb.base/call-signals.c: Remove preprocessor conditionals
9952 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9953 SIGSEGV and SIGTERM.
9954 * gdb.base/sigall.c: Likewise.
9955 * gdb.base/unwindonsignal.c: Likewise.
9956 * gdb.reverse/sigall-reverse.c: Likewise.
9957
9958 2014-06-06 Yao Qi <yao@codesourcery.com>
9959
9960 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9961 readable, skip the test.
9962
9963 2014-06-06 Yao Qi <yao@codesourcery.com>
9964
9965 * gdb.threads/staticthreads.c (thread_function): Move the line
9966 setting breakpoint on forward.
9967 * gdb.threads/staticthreads.exp: Update comments.
9968
9969 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9970
9971 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9972 "history-append! type error".
9973
9974 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9977 erroneous dprintf expected input.
9978
9979 2014-06-04 Doug Evans <xdje42@gmail.com>
9980
9981 * gdb.guile/scm-generics.exp: Delete.
9982
9983 2014-06-04 Doug Evans <xdje42@gmail.com>
9984
9985 * gdb.guile/scm-breakpoint.exp: Update.
9986 Add tests for breakpoint registration.
9987
9988 2014-06-04 Tom Tromey <tromey@redhat.com>
9989
9990 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9991 VLA-in-union.
9992 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9993 inner_vla_struct, vla_union types. Initialize objects of those
9994 types and compute their sizes.
9995
9996 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9997 Hui Zhu <hui@codesourcery.com>
9998
9999 * gdb.base/fileio.exp: Add test for shell not available as well as
10000 available.
10001 * gdb.base/fileio.c (test_system): Check for shell twice.
10002
10003 2014-06-04 Yao Qi <yao@codesourcery.com>
10004
10005 * gdb.base/auto-connect-native-target.exp: Remove redundant
10006 space from the regexp pattern.
10007
10008 2014-06-04 Yao Qi <yao@codesourcery.com>
10009
10010 * gdb.base/default.exp: Replace "child" with "native" in
10011 regexp pattern.
10012
10013 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10014
10015 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10016 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10017 * gdb.python/py-xmethods.py: Python script supporting the
10018 new testcase and tests.
10019
10020 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10021 Pedro Alves <palves@redhat.com>
10022
10023 PR breakpoints/17000
10024 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10025 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10026
10027 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10028
10029 * gdb.base/subst.exp: Add tests to verify partial path matching
10030 output.
10031
10032 2014-06-03 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10035 target that doesn't use software single-stepping.
10036
10037 2014-06-03 Pedro Alves <palves@redhat.com>
10038
10039 PR breakpoints/17000
10040 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10041 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10042
10043 2014-06-02 Doug Evans <xdje42@gmail.com>
10044
10045 * gdb.guile/scm-parameter.exp: New file.
10046
10047 2014-06-02 Doug Evans <xdje42@gmail.com>
10048
10049 * gdb.guile/scm-cmd.c: New file.
10050 * gdb.guile/scm-cmd.exp: New file.
10051
10052 2014-06-02 Doug Evans <xdje42@gmail.com>
10053
10054 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10055 pretty-printer lookup.
10056 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10057 (make-pp_s-printer): Call it.
10058 (make-pretty-printer-from-dict): New function.
10059 (lookup-pretty-printer-maker-from-dict): New function.
10060 (*pretty-printer*): Simplify.
10061 (make-objfile-pp_s-printer): New function.
10062 (install-objfile-pretty-printers!): New function.
10063 (make-progspace-pp_s-printer): New function.
10064 (install-progspace-pretty-printers!): New function.
10065 * gdb.guile/scm-progspace.c: New file.
10066 * gdb.guile/scm-progspace.exp: New file.
10067
10068 2014-06-02 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/dprintf-bp-same-addr.c: New file.
10071 * gdb.base/dprintf-bp-same-addr.exp: New file.
10072
10073 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10074
10075 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10076 * gdb.arch/powerpc-power.s: Likewise.
10077
10078 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10079
10080 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10081
10082 2014-06-01 Yao Qi <yao@codesourcery.com>
10083
10084 * gdb.base/watchpoint.exp (test_watch_location): Check null
10085 pointer can be dereferenced. If not, do the test, otherwise
10086 skip it.
10087
10088 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10089
10090 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10091 results.
10092 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10093
10094 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10095
10096 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10097 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10098 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10099 * gdb.arch/amd64-invalid-stack-top.c: New file.
10100 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10101
10102 2014-05-30 Pedro Alves <palves@redhat.com>
10103
10104 PR breakpoints/17000
10105 * gdb.base/sss-bp-on-user-bp.c: New file.
10106 * gdb.base/sss-bp-on-user-bp.exp: New file.
10107
10108 2014-05-30 David Blaikie <dblaikie@gmail.com>
10109
10110 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10111 gnu_inline semantics via attribute.
10112 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10113 source explicitly specifies the required semantics.
10114
10115 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10116
10117 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10118
10119 2014-05-29 Pedro Alves <palves@redhat.com>
10120 Tom Tromey <tromey@redhat.com>
10121
10122 * gdb.base/async-shell.exp: Don't enable target-async.
10123 * gdb.base/async.exp
10124 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10125 parameter. Adjust.
10126 (top level): Don't test with "target-async".
10127 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10128 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10129 * gdb.base/inferior-died.exp: Don't enable target-async.
10130 * gdb.base/interrupt-noterm.exp: Likewise.
10131 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10132 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10133 * gdb.mi/mi-nonstop.exp: Likewise.
10134 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10135 * gdb.mi/mi-nsintrall.exp: Likewise.
10136 * gdb.mi/mi-nsmoribund.exp: Likewise.
10137 * gdb.mi/mi-nsthrexec.exp: Likewise.
10138 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10139 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10140 * gdb.python/py-evsignal.exp: Don't enable target-async.
10141 * gdb.python/py-evthreads.exp: Likewise.
10142 * gdb.python/py-prompt.exp: Likewise.
10143 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10144 * gdb.server/solib-list.exp: Don't enable target-async.
10145 * gdb.threads/thread-specific-bp.exp: Likewise.
10146 * lib/mi-support.exp: Adjust to use mi-async.
10147
10148 2014-05-29 Pedro Alves <palves@redhat.com>
10149
10150 PR gdb/13860
10151 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10152 reason, even in sync mode.
10153
10154 2014-05-29 Pedro Alves <palves@redhat.com>
10155 Hui Zhu <hui@codesourcery.com>
10156
10157 PR PR15693
10158 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10159 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10160 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10161 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10162
10163 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10164
10165 * config/monitor.exp (gdb_target_monitor): Replace use of
10166 "set remotebaud" by "set serial baud".
10167
10168 2014-05-26 Andy Wingo <wingo@igalia.com>
10169
10170 * gdb.guile/scm-breakpoint.exp:
10171 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10172 properties instead of gdb-object-properties.
10173
10174 2014-05-26 Yao Qi <yao@codesourcery.com>
10175
10176 * gdb.server/no-thread-db.exp: Specify source file name
10177 explicitly when setting a breakpoint.
10178
10179 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10180
10181 * gdb.btrace/vdso.c: New.
10182 * gdb.btrace/vdso.exp: New.
10183
10184 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10185
10186 * gdb.base/gcore.exp (capture_command_output): Move ...
10187 * lib/gdb.exp (capture_command_output): ... here.
10188
10189 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10190
10191 * gdb.btrace/data.exp: Test memory access during btrace replay.
10192
10193 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10194
10195 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10196
10197 2014-05-21 Pedro Alves <palves@redhat.com>
10198
10199 PR gdb/13860
10200 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10201 (top level): Test that output related to execution commands is
10202 sent to the console with CLI commands, but not with MI commands.
10203 Test that breakpoint events are always mirrored to the console.
10204 Also expect the new source line to be output after a "next" in
10205 async mode too. Make it a pass/fail test.
10206 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10207 output.
10208 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10209
10210 2014-05-21 Pedro Alves <palves@redhat.com>
10211
10212 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10213 Use them to test variations of "list" after reaching a breakpoint.
10214 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10215 Test "list" with listsize 10 after reaching a breakpoint.
10216 * gdb.python/python.exp (decode_line current location line
10217 number): Adjust expected line number.
10218
10219 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10220
10221 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10222 behavior for $args, pass it directly to "run".
10223
10224 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10225
10226 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10227 30000 to 65536.
10228
10229 2014-05-21 Pedro Alves <palves@redhat.com>
10230
10231 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10232 auto-connect-native-target off".
10233 * gdb.base/auto-connect-native-target.c: New file.
10234 * gdb.base/auto-connect-native-target.exp: New file.
10235
10236 2014-05-21 Pedro Alves <palves@redhat.com>
10237
10238 * gdb.base/default.exp: Test "target native" instead of "target
10239 child".
10240
10241 2014-05-21 Mark Wielaard <mjw@redhat.com>
10242
10243 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10244
10245 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10246
10247 Fix TLS access for -static -pthread.
10248 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10249 <HAVE_TLS> (thread_function, main): Initialize it.
10250 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10251 Add clean_restart.
10252 <$have_tls != "">: Check TLSVAR.
10253
10254 2014-05-21 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.base/dcache-line-read-error.c: New.
10257 * gdb.base/dcache-line-read-error.exp: New.
10258
10259 2014-05-20 Pedro Alves <palves@redhat.com>
10260
10261 * gdb.base/compare-sections.c: New file.
10262 * gdb.base/compare-sections.exp: New file.
10263
10264 2014-05-20 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/break-idempotent.c: New file.
10267 * gdb.base/break-idempotent.exp: New file.
10268
10269 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10270
10271 * gdb.btrace/nohist.exp: New.
10272
10273 2014-05-20 Yao Qi <yao@codesourcery.com>
10274
10275 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10276 gdb.reverse directory and gdb_reverse_timeout exists in board
10277 setting.
10278 * README: Document gdb_reverse_timeout.
10279
10280 2014-05-20 Yao Qi <yao@codesourcery.com>
10281
10282 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10283 'test_file_name'. Treat args as a string instead of a list.
10284 (gdb_init): Rename argument 'args' by 'test_file_name'.
10285
10286 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10287
10288 * gdb.arch/powerpc-power.exp: New file.
10289 * gdb.arch/powerpc-power.s: New file.
10290
10291 2014-05-16 Doug Evans <dje@google.com>
10292
10293 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10294 * gdb.base/completion.exp: Check that all expected files exist
10295 before doing file completion.
10296
10297 2014-05-16 Doug Evans <dje@google.com>
10298
10299 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10300 Update.
10301 (do_syscall_tests_without_xml): Update.
10302
10303 2014-05-16 Pedro Alves <palves@redhat.com>
10304
10305 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10306 instead of "unknown output after running".
10307
10308 2014-05-16 Yao Qi <yao@codesourcery.com>
10309
10310 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10311 file1.txt from host at the end.
10312 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10313
10314 2014-05-15 Doug Evans <dje@google.com>
10315
10316 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10317 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10318 loading file. Add test for TU lookup.
10319
10320 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10321
10322 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10323 calling "-exec-arguments" or "set args" before running the
10324 inferior.
10325
10326 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * lib/mi-support.exp (mi_expect_stop): Expect message for
10329 inferiors that exit with non-zero exit code.
10330
10331 2014-05-14 Yao Qi <yao@codesourcery.com>
10332
10333 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10334 match absolute path on remote host.
10335 (test_file_list_exec_source_files): Remove "/" from the
10336 pattern.
10337
10338 2014-05-14 Yao Qi <yao@codesourcery.com>
10339
10340 * boards/local-remote-host-notty.exp (${board}_file): New
10341 proc.
10342
10343 2014-05-07 Kyle McMartin <kyle@redhat.com>
10344
10345 Pushed by Joel Brobecker <brobecker@adacore.com>.
10346 * gdb.arch/aarch64-atomic-inst.c: New file.
10347 * gdb.arch/aarch64-atomic-inst.exp: New file.
10348
10349 2014-05-07 Yao Qi <yao@codesourcery.com>
10350
10351 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10352 in current context" too.
10353
10354 2014-05-05 Keith Seitz <keiths@redhat.com>
10355
10356 * gdb.linespec/ls-dollar.exp: Add test for linespec
10357 file:convenience_variable.
10358
10359 2014-05-05 Yao Qi <yao@codesourcery.com>
10360
10361 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10362 traceframes into tfile and ctf trace files. Read data from
10363 trace file and test collected data.
10364 (gdb_collect_locals_test): Likewise.
10365 (gdb_unavailable_registers_test): Likewise.
10366 (gdb_unavailable_floats): Likewise.
10367 (gdb_collect_globals_test): Likewise.
10368 (top-level): Append "ctf" to trace_file_targets if GDB
10369 supports.
10370
10371 2014-05-05 Yao Qi <yao@codesourcery.com>
10372
10373 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10374 code to ...
10375 (gdb_collect_args_test_1): ... it. New proc.
10376 (gdb_collect_locals_test): Move some code to ...
10377 (gdb_collect_locals_test_1): ... it. New proc.
10378 (gdb_unavailable_registers_test): Move some code to ...
10379 (gdb_unavailable_registers_test_1): ... it. New proc.
10380 (gdb_unavailable_floats): Move some code to ...
10381 (gdb_unavailable_floats_1): ... it. New proc.
10382
10383 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10384
10385 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10386 probes to test for bitness recognition.
10387 * gdb.arch/amd64-stap-optional-prefix.exp
10388 (test_probe_value_without_reg): New procedure.
10389 Add code to test for different kinds of bitness.
10390
10391 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10392
10393 PR breakpoints/16889
10394 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10395 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10396
10397 2014-05-01 Pedro Alves <palves@redhat.com>
10398
10399 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10400 gdb_file_cmd if no file is specified.
10401 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10402 last_loaded_file to set the remote exec-file.
10403
10404 2014-05-01 Pedro Alves <palves@redhat.com>
10405
10406 * boards/local-remote-host.exp: New file.
10407
10408 2014-05-01 Pedro Alves <palves@redhat.com>
10409
10410 * boards/local-remote-host.exp: Rename to ...
10411 * boards/local-remote-host-notty.exp: ... this.
10412
10413 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10414
10415 * gdb.ada/dyn_arrayidx: New testcase.
10416
10417 2014-04-26 Yao Qi <yao@codesourcery.com>
10418
10419 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10420 and compute the length of function main. Save it in
10421 $main_length.
10422 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10423 (top-level): Use gdb_compile to compile objects into
10424 executable and restart GDB. Remove invocation to
10425 prepare_for_testing.
10426
10427 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10428 Pedro Alves <palves@redhat.com>
10429
10430 PR server/16255
10431 * gdb.multi/multi-attach.c: New file.
10432 * gdb.multi/multi-attach.exp: New file.
10433
10434 2014-04-25 Pedro Alves <palves@redhat.com>
10435
10436 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10437 user.
10438 (top level): Test that "set remote conditional-breakpoints-packet
10439 off" works as intended.
10440 * gdb.base/dprintf.exp: Test that "set remote
10441 breakpoint-commands-packet off" works as intended.
10442 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10443 New function.
10444 (top level): Call it.
10445 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10446 remote fast-tracepoints-packet off" works as intended.
10447 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10448 * lib/gdb.exp (gdb_is_target_remote): ... here.
10449
10450 2014-04-24 David Blaikie <dblaikie@gmail.com>
10451
10452 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10453 ensure clang would not discard them.
10454 * gdb.base/gdbvars.c: Ditto.
10455 * gdb.base/memattr.c: Ditto.
10456 * gdb.base/whatis.c: Ditto.
10457 * gdb.python/py-prettyprint.c: Ditto.
10458 * gdb.trace/actions.c: Ditto.
10459 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10460 ensure clang would not discard it.
10461
10462 2014-04-24 David Blaikie <dblaikie@gmail.com>
10463
10464 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10465 clang to emit the full definition of type required by the test
10466 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10467
10468 2014-04-24 David Blaikie <dblaikie@gmail.com>
10469
10470 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10471 coax Clang into emitting the definition of the type.
10472 * gdb.cp/pr10728-x.h (y): Ditto.
10473 * gdb.cp/pr10728-y.cc (y): Ditto.
10474
10475 2014-04-24 David Blaikie <dblaikie@gmail.com>
10476
10477 * gdb.base/label.exp: XFAIL label related tests under Clang.
10478 * gdb.cp/cplabel.exp: Ditto.
10479 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10480 under Clang those using labels.
10481
10482 2014-04-25 Yao Qi <yao@codesourcery.com>
10483
10484 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10485 double_label.
10486 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10487 partial_label and double_label.
10488
10489 2014-04-24 David Blaikie <dblaikie@gmail.com>
10490
10491 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10492
10493 2014-04-24 David Blaikie <dblaikie@gmail.com>
10494
10495 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10496 of the function to work across GCC and Clang.
10497 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10498 pointer types (const void ** const V void **).
10499
10500 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10501 Walfred Tedeschi <walfred.tedeschi@intel.com>
10502
10503 * Makefile.in (EXECUTABLES): Added i386-avx512.
10504 * gdb.arch/i386-avx512.c: New file.
10505 * gdb.arch/i386-avx512.exp: Likewise.
10506
10507 2014-04-23 Keith Seitz <keiths@redhat.com>
10508
10509 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10510 (mi_make_breakpoint_table): New procedure.
10511 (mi_create_breakpoint): Use mi_make_breakpoint
10512 and return the result.
10513 (mi_make_breakpoint): New procedure.
10514 (mi_build_kv_pairs): New procedure.
10515
10516 * gdb.mi/mi-break.exp: Remove unused globals,
10517 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10518 All callers updated.
10519 * gdb.mi/mi-dprintf.exp: Use variable to track command
10520 number.
10521 Update all callers of mi_create_breakpoint and use
10522 mi_make_breakpoint_table.
10523 Remove any unused global variables.
10524 * gdb.mi/mi-nonstop.exp: Likewise.
10525 * gdb.mi/mi-nsintrall.exp: Likewise.
10526 * gdb.mi/mi-nsmoribund.exp: Likewise.
10527 * gdb.mi/mi-nsthrexec.exp: Likewise.
10528 * gdb.mi/mi-reverse.exp: Likewise.
10529 * gdb.mi/mi-simplerun.exp: Likewise.
10530 * gdb.mi/mi-stepn.exp: Likewise.
10531 * gdb.mi/mi-syn-frame.exp: Likewise.
10532 * gdb.mi/mi-until.exp: Likewise.
10533 * gdb.mi/mi-var-cp.exp: Likewise.
10534 * gdb.mi/mi-var-display.exp: Likewise.
10535 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10536 * gdb.mi/mi2-var-child.exp: Likewise.
10537 * gdb.mi/mi-vla-c99.exp: Likewise.
10538 * lib/mi-support.exp: Likewise.
10539
10540 From Ian Lance Taylor <iant@cygnus.com>:
10541 * lib/gdb.exp (parse_args): New procedure.
10542
10543 2014-04-23 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.base/break-unload-file.c: New file.
10546 * gdb.base/break-unload-file.exp: New file.
10547 * gdb.base/sym-file-lib.c (baz): New function.
10548 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10549 field.
10550 (load): Store the segment's mapped size.
10551 (unload): New function.
10552 (unload_shlib): New function.
10553 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10554 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10555 set a breakpoint at baz, and call it.
10556 * gdb.base/sym-file.exp: New tests for stale breakpoint
10557 instructions.
10558
10559 2014-04-23 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10562 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10563 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10564 * gdb.base/hbreak-unmapped.c: New file.
10565 * gdb.base/hbreak-unmapped.exp: New file.
10566 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10567 * lib/gdb.exp (gdb_is_target_remote): ... here.
10568
10569 2014-04-22 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.base/consecutive-step-over.c: New file.
10572 * gdb.base/consecutive-step-over.exp: New file.
10573
10574 2014-04-22 Pedro Alves <palves@redhat.com>
10575
10576 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10577 instead of send_gdb/gdb_expect.
10578
10579 2014-04-22 Yao Qi <yao@codesourcery.com>
10580
10581 * lib/trace-support.exp (generate_tracefile): New procedure.
10582 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10583 return 0.
10584 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10585 if generate_tracefile returns 1.
10586
10587 2014-04-18 Tom Tromey <palves@redhat.com>
10588 Pedro alves <tromey@redhat.com>
10589
10590 PR backtrace/15558
10591 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10592 with a backtrace limit.
10593 * gdb.python/py-frame-inline.exp: Test running to an inline
10594 function with a backtrace limit, and printing the newest frame.
10595 * gdb.python/py-frame-inline.c (main): Call f.
10596
10597 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10598
10599 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10600
10601 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10602
10603 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10604 Drop prefix from unsupported source file path.
10605
10606 2014-04-17 Yao Qi <yao@codesourcery.com>
10607
10608 * lib/gdb.exp (with_target_charset): New proc.
10609 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10610 with_target_charset.
10611 (test_print_strings): Likewise.
10612 (test_repeat_bytes): Likewise.
10613 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10614 for some tests.
10615
10616 2014-04-16 Keith Seitz <keiths@redhat.com>
10617
10618 PR gdb/15827
10619 * gdb.dwarf2/corrupt.c: New file.
10620 * gdb.dwarf2/corrupt.exp: New file.
10621
10622 2014-04-16 Keith Seitz <keiths@redhat.com>
10623
10624 PR c++/16597
10625 * gdb.cp/namelessclass.cc: New file.
10626 * gdb.cp/namelessclass.exp: New file.
10627 * gdb.cp/namelessclass.S: New file.
10628
10629 2014-04-16 Doug Evans <dje@google.com>
10630
10631 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10632 Add comment.
10633 (gdbserver_default_get_comm_port): New function.
10634 (gdbserver_start): Check if board file provided
10635 "gdbserver,get_comm_port" and use it if so.
10636 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10637 (gdb,socketport): Set to "stdio".
10638 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10639 (stdio_gdbserver_template): Delete.
10640 (${board}_get_remote_address): Update.
10641 (${board}_build_remote_cmd): Delete.
10642 (${board}_get_comm_port): New function.
10643 (${board}_spawn): Update.
10644 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10645 Delete.
10646 (${board}_get_remote_address): Update.
10647 (${board}_get_comm_port): New function.
10648
10649 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10650
10651 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10652 appearing in any order.
10653
10654 2014-04-15 Doug Evans <dje@google.com>
10655
10656 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10657 uninitialized value of "description".
10658
10659 2014-04-15 Keith Seitz <keiths@redhat.com>
10660
10661 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10662 Remove unused globals.
10663 (test_running_the_program): Likewise.
10664 (test_controlled_execution): Likewise.
10665 (test_controlling_breakpoints): Likewise.
10666 (test_program_termination): Likewise.
10667
10668 2014-04-15 Keith Seitz <keiths@redhat.com>
10669
10670 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10671 unused globals.
10672 (test_rbreak_creation_and_listing): Likewise.
10673 (test_ignore_count): Likewise.
10674 (test_error): Likewise.
10675
10676 2014-04-15 Pedro Alves <palves@redhat.com>
10677
10678 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10679 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10680 sym-file-loader.c.
10681 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10682 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10683 to sym-file-loader.c.
10684 (struct library): Forward declare.
10685 (load_shlib, lookup_function): Change prototypes.
10686 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10687 (translate_offset): Remove declarations.
10688 (get_text_addr): New declaration.
10689 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10690 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10691 sym-file-loader.h.
10692 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10693 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10694 here from sym-file-loader.h.
10695 (struct library): New structure.
10696 (load_shlib, lookup_function): Change prototypes and adjust to
10697 work with a struct library.
10698 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10699 (translate_offset): Make static.
10700 (get_text_addr): New function.
10701 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10702
10703 2014-04-15 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10706
10707 2014-04-15 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.base/sym-file-loader.c: Include <limits.h>.
10710 (SELF_LINK): New define.
10711 (get_origin): New function.
10712 (load_shlib): Use it.
10713 * gdb.base/sym-file.exp: Don't early return if the target is
10714 remote. Use runto_main, and issue fail is that fails. Use
10715 gdb_load_shlibs.
10716 (shlib_name): Delete.
10717 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10718
10719 2014-04-15 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.base/sym-file.exp: Remove regex characters from test
10722 message. Don't refer to breakpoint numbers in test messages.
10723
10724 2014-04-14 Keith Seitz <keiths@redhat.com>
10725
10726 PR c++/16253
10727 * gdb.cp/var-tag.cc: New file.
10728 * gdb.cp/var-tag.exp: New file.
10729 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10730 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10731 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10732 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10733
10734 2014-04-14 Tom Tromey <tromey@redhat.com>
10735
10736 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10737 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10738 type.
10739 * gdb.cp/enum-class.exp: New file.
10740 * gdb.cp/enum-class.cc: New file.
10741
10742 2014-04-14 Tom Tromey <tromey@redhat.com>
10743
10744 * gdb.dwarf2/enum-type.exp: New file.
10745
10746 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10747
10748 * gdb.mi/mi-vla-c99.exp: New file.
10749 * gdb.mi/vla.c: New file.
10750
10751 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10752
10753 * gdb.base/vla-datatypes.c: New file.
10754 * gdb.base/vla-datatypes.exp: New file.
10755
10756 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10757
10758 * gdb.base/vla-ptr.c: New file.
10759 * gdb.base/vla-ptr.exp: New file.
10760
10761 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10762
10763 * gdb.dwarf2/count.exp: New file.
10764
10765 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10766
10767 * gdb.base/vla-sideeffect.c: New file.
10768 * gdb.base/vla-sideeffect.exp: New file.
10769
10770 2014-04-14 David Blaikie <dblaikie@gmail.com>
10771
10772 * gdb.mi/non-stop.c: Add return value for non-void function return
10773 statement.
10774 * gdb.threads/staticthreads.c: Ditto.
10775
10776 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10777 Doug Evans <xdje42@gmail.com>
10778
10779 * gdb.guile/scm-value.c: Improve test case.
10780 * gdb.guile/scm-value.exp: Add new test.
10781
10782 2014-04-11 David Blaikie <dblaikie@gmail.com>
10783
10784 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10785 override Clang's default.
10786
10787 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10788
10789 Revert the following changes (regressions):
10790
10791 * gdb.base/vla-sideeffect.c: New file.
10792 * gdb.base/vla-sideeffect.exp: New file.
10793
10794 * gdb.dwarf2/count.exp: New file.
10795
10796 * gdb.base/vla-multi.c: New file.
10797 * gdb.base/vla-multi.exp: New file.
10798
10799 * gdb.base/vla-ptr.c: New file.
10800 * gdb.base/vla-ptr.exp: New file.
10801
10802 * gdb.base/vla-datatypes.c: New file.
10803 * gdb.base/vla-datatypes.exp: New file.
10804
10805 * gdb.mi/mi-vla-c99.exp: New file.
10806 * gdb.mi/vla.c: New file.
10807
10808 2014-04-11 Keith Seitz <keiths@redhat.com>
10809
10810 PR c++/16675
10811 * gdb.cp/cpsizeof.exp: New file.
10812 * gdb.cp/cpsizeof.cc: New file.
10813
10814 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10815
10816 * gdb.mi/mi-vla-c99.exp: New file.
10817 * gdb.mi/vla.c: New file.
10818
10819 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10820
10821 * gdb.base/vla-datatypes.c: New file.
10822 * gdb.base/vla-datatypes.exp: New file.
10823
10824 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10825
10826 * gdb.base/vla-ptr.c: New file.
10827 * gdb.base/vla-ptr.exp: New file.
10828
10829 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10830
10831 * gdb.base/vla-multi.c: New file.
10832 * gdb.base/vla-multi.exp: New file.
10833
10834 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10835
10836 * gdb.dwarf2/count.exp: New file.
10837
10838 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10839
10840 * gdb.base/vla-sideeffect.c: New file.
10841 * gdb.base/vla-sideeffect.exp: New file.
10842
10843 2014-04-11 Yao Qi <yao@codesourcery.com>
10844
10845 * gdb.base/completion.exp: Check file exists before running tests
10846 on file completion.
10847
10848 2014-04-10 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/cond-eval-mode.c: New file.
10851 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10852 prepare_for_testing to build the new file. Check result of
10853 runto_main.
10854 (test_break, test_watch): New procedures.
10855 (top level): Use them.
10856
10857 2014-04-08 Pierre Muller <muller@sourceware.org>
10858
10859 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10860 Ctrl-V use for mingw hosts.
10861
10862 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10863
10864 * gdb.python/py-value.c: Improve test case.
10865 * gdb.python/py-value.exp: Add new test.
10866
10867 2014-04-07 David Blaikie <dblaikie@gmail.com>
10868
10869 * lib/compiler.c: Identify the clang compiler.
10870 * lib/compiler.cc: Ditto.
10871
10872 2014-04-03 Yao Qi <yao@codesourcery.com>
10873
10874 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10875
10876 2014-04-01 Anton Blanchard <anton@samba.org>
10877
10878 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10879 messages unique.
10880
10881 2014-04-01 Anton Blanchard <anton@samba.org>
10882
10883 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10884 prepare_for_testing.
10885
10886 2014-04-01 Anton Blanchard <anton@samba.org>
10887
10888 * gdb.arch/ppc64-atomic-inst.c: Remove.
10889 * gdb.arch/ppc64-atomic-inst.S: New file.
10890 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10891
10892 2014-03-31 Doug Evans <dje@google.com>
10893
10894 * gdb.base/print-symbol-loading-lib.c: New file.
10895 * gdb.base/print-symbol-loading-main.c: New file.
10896 * gdb.base/print-symbol-loading.exp: New file.
10897
10898 2014-03-31 Yao Qi <yao@codesourcery.com>
10899
10900 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10901
10902 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10903
10904 * gdb.ada/mi_dyn_arr: New testcase.
10905
10906 2014-03-27 Doug Evans <dje@google.com>
10907
10908 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10909
10910 2014-03-27 Yao Qi <yao@codesourcery.com>
10911
10912 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10913 if target is nios2-*-*.
10914
10915 2014-03-26 Yao Qi <yao@codesourcery.com>
10916
10917 * lib/gdb.exp (readline_is_used): New proc.
10918 * gdb.base/completion.exp: Move tests on command complete up.
10919 Skip the rest of tests if readline is not used.
10920 * gdb.ada/complete.exp: Skp the test if readline is not
10921 used.
10922 * gdb.base/filesym.exp: Likewise.
10923 * gdb.base/macscp.exp: Likewise.
10924 * gdb.base/readline-ask.exp: Likewise.
10925 * gdb.base/readline.exp: Likewise.
10926 * gdb.python/py-cmd.exp: Likewise.
10927 * gdb.trace/tfile.exp: Likewise.
10928
10929 2014-03-26 Yao Qi <yao@codesourcery.com>
10930
10931 * gdb.base/macscp.exp: Fix code format issues.
10932
10933 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10934
10935 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10936 * gdb.asm/powerpc64le.inc: New file.
10937
10938 2014-03-25 Pedro Alves <palves@redhat.com>
10939 Doug Evans <dje@google.com>
10940
10941 * gdb.base/source-execution.c: New file.
10942 * gdb.base/source-execution.exp: New file.
10943 * gdb.base/source-execution.gdb: New file.
10944
10945 2014-03-24 Doug Evans <dje@google.com>
10946
10947 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10948 using fission.
10949
10950 2014-03-24 Hui Zhu <hui@codesourcery.com>
10951 Pedro Alves <palves@redhat.com>
10952
10953 PR breakpoints/16101
10954 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10955 test pass/fail messages. Detect missing support for dprintf when
10956 breakpoints are actually inserted.
10957 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10958 breakpoints are actually inserted.
10959 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10960 fails.
10961
10962 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10965
10966 2014-03-22 Doug Evans <xdje42@gmail.com>
10967
10968 * gdb.python/python.exp (python not supported): Verify multi-line
10969 python command issues an error.
10970 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10971 guile command issues an error.
10972
10973 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10974
10975 * gdb.threads/thread-specific.exp: Handle the lack of usable
10976 $this_breakpoint and $this_thread.
10977
10978 2014-03-21 Hui Zhu <hui@codesourcery.com>
10979
10980 * gdb.base/attach.exp (do_command_attach_tests): New.
10981
10982 2014-03-20 Tom Tromey <tromey@redhat.com>
10983 Pedro Alves <palves@redhat.com>
10984
10985 PR cli/15718
10986 * gdb.base/condbreak-call-false.c: New file.
10987 * gdb.base/condbreak-call-false.exp: New file.
10988
10989 2014-03-20 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10992 Delete.
10993 (block_signals, unblock_signals): Delete.
10994 (child_function_2, main): Remove references to deleted variable
10995 and functions.
10996
10997 2014-03-20 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11000 Use pthread_kill to signal thread 2.
11001 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11002 Adjust to make the test send itself a signal rather than using the
11003 host's "kill" command.
11004
11005 2014-03-20 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.threads/multiple-step-overs.c: New file.
11008 * gdb.threads/multiple-step-overs.exp: New file.
11009 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11010 Adjust expected infrun debug output.
11011
11012 2014-03-20 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11015 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11016
11017 2014-03-20 Pedro Alves <palves@redhat.com>
11018
11019 PR breakpoints/7143
11020 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11021 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11022 of gdb_test_multiple.
11023 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11024 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11025
11026 2014-03-20 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11029 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11030
11031 2014-03-19 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.base/async.exp: Remove early return.
11034
11035 2014-03-19 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11038
11039 2014-03-19 Pedro Alves <palves@redhat.com>
11040
11041 * gdb.base/async.exp (test_background): Expect \r\n after
11042 "completed." in the fail pattern.
11043
11044 2014-03-19 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.base/async.exp (test_background): New procedure.
11047 Use it for all background execution command tests.
11048
11049 2014-03-19 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.base/async.exp: Use prepare_for_testing.
11052
11053 2014-03-19 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11056 the same line.
11057
11058 2014-03-19 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.base/async.c (main): Add "jump here" and "until here" line
11061 marker comments.
11062 * gdb.base/async.exp (jump_here): New global.
11063 (jump& test): Use it.
11064 (until_here): New global.
11065 (until& test): Use it.
11066
11067 2014-03-19 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.base/async.exp: Don't frob gdb_protocol.
11070
11071 2014-03-18 Doug Evans <xdje42@gmail.com>
11072
11073 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11074 Fix spelling of exec-done-display.
11075
11076 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11077
11078 PR gdb/15358
11079 * gdb.base/gdb-sigterm.c: New file.
11080 * gdb.base/gdb-sigterm.exp: New file.
11081
11082 2014-03-18 Pedro Alves <palves@redhat.com>
11083
11084 PR gdb/13860
11085 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11086 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11087 solib-event.
11088
11089 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11090
11091 * gdb.ada/pckd_arr_ren: New testcase.
11092
11093 2014-03-13 Doug Evans <xdje42@gmail.com>
11094
11095 PR guile/16612
11096 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11097 collect after discarding symbols.
11098
11099 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11100 Doug Evans <xdje42@gmail.com>
11101
11102 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11103 to history survives a gc.
11104
11105 2014-03-13 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.base/default.exp: Don't test "target procfs".
11108
11109 2014-03-13 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.base/default.exp: Update "target child" and "target procfs"
11112 tests to not expect "Unix".
11113
11114 2014-03-12 Tom Tromey <tromey@redhat.com>
11115
11116 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11117 New procs. Add target-async tests.
11118 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11119 Add target-async tests.
11120
11121 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11122
11123 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11124 'func_start' and 'func_end' for the beginning and end of the
11125 function code, respectively.
11126 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11127 'func_end' instead of 'func' and 'main'.
11128
11129 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11130
11131 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11132 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11133 generate the debug info assembler source.
11134
11135 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11136
11137 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11138 * gdb.dwarf2/arr-subrange.exp: Likewise.
11139 * gdb.dwarf2/dwz.exp: Likewise.
11140 * gdb.dwarf2/method-ptr.exp: Likewise.
11141 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11142 * gdb.dwarf2/subrange.exp: Likewise.
11143 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11144 * gdb.dwarf2/implptrpiece.exp: Likewise.
11145 * gdb.dwarf2/nostaticblock.exp: Likewise.
11146
11147 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11148
11149 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11150 directory to absolute path name arguments.
11151
11152 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11153
11154 * gdb.ada/tagged_access: New testcase.
11155
11156 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11157
11158 * gdb.btrace/data.exp: Update expected output.
11159
11160 2014-03-06 Yao Qi <yao@codesourcery.com>
11161
11162 * gdb.trace/pr16508.exp: New file.
11163
11164 2014-03-05 Pedro Alves <palves@redhat.com>
11165
11166 PR gdb/16575
11167 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11168 procedure.
11169 (top level): Adjust to use it. Add tests that exercise breakpoint
11170 interaction with the code-cache.
11171
11172 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11173
11174 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11175 test for 'history-append!'.
11176
11177 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11180 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11181 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11182 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11183 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11184 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11185
11186 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11187
11188 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11189 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11190 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11191
11192 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11193
11194 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11195
11196 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11197
11198 * gdb.dwarf2/arr-stride.c: New file.
11199 * gdb.dwarf2/arr-stride.exp: New file.
11200
11201 2014-02-26 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11204 that won't ever trigger. Make sure that GDB reports the correct
11205 breakpoint that caused the stop.
11206
11207 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11208
11209 PR gdb/16626
11210 * gdb.base/auto-load-script: New file.
11211 * gdb.base/auto-load.c: New file.
11212 * gdb.base/auto-load.exp: New file.
11213
11214 PR gdb/16626
11215 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11216
11217 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11218
11219 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11220 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11221
11222 2014-02-24 Doug Evans <dje@google.com>
11223
11224 * lib/gdb.exp (run_on_host): Log error output if program fails.
11225
11226 2014-02-21 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.threads/step-after-sr-lock.c: Rename to ...
11229 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11230 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11231 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11232 ... this.
11233
11234 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11235
11236 PR tdep/16397
11237 * gdb.arch/amd64-stap-special-operands.exp: New file.
11238 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11239 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11240 * gdb.arch/amd64-stap-triplet.S: Likewise.
11241 * gdb.arch/amd64-stap-triplet.c: Likewise.
11242
11243 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11244
11245 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11246 in .section pseudo-op.
11247
11248 2014-02-20 lin zuojian <manjian2006@gmail.com>
11249 Joel Brobecker <brobecker@adacore.com>
11250 Doug Evans <xdje42@gmail.com>
11251
11252 PR symtab/16581
11253 * gdb.dwarf2/dw2-icycle.S: New file.
11254 * gdb.dwarf2/dw2-icycle.c: New file.
11255 * gdb.dwarf2/dw2-icycle.exp: New file.
11256
11257 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11258
11259 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11260 operations on gdb.Value objects.
11261 * gdb.python/py-value-cc.exp: Add new test to test operations on
11262 gdb.Value objects.
11263
11264 2014-02-18 Doug Evans <dje@google.com>
11265
11266 * Makefile.in (TESTS): New variable.
11267 (expanded_tests, expanded_tests_or_none): New variables
11268 (check-single): Pass $(expanded_tests_or_none) to runtest.
11269 (check-parallel): Only run tests in $(TESTS) if non-empty.
11270 (check/no-matching-tests-found): New rule.
11271 * README: Document TESTS makefile variable.
11272
11273 2014-02-18 Doug Evans <dje@google.com>
11274
11275 * Makefile.in (check-parallel): rm -rf outputs temp.
11276
11277 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11278
11279 Fix "ERROR: no fileid for" in the testsuite.
11280 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11281
11282 2014-02-12 Doug Evans <dje@google.com>
11283
11284 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11285 (MISCELLANEOUS): New variable.
11286 (clean): rm -rf $(MISCELLANEOUS).
11287 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11288 dwp live in the same directory as symlinks, with each symlink pointed
11289 to a differently named file in a different directory.
11290
11291 2014-02-11 Doug Evans <dje@google.com>
11292
11293 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11294 of Tcl file commands.
11295
11296 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11297
11298 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11299 "kill -SIGUSR1 -1".
11300
11301 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11302
11303 * gdb.ada/tick_length_array_enum_idx: New testcase.
11304
11305 2014-02-10 Doug Evans <xdje42@gmail.com>
11306
11307 * configure.ac (AC_OUTPUT): Add gdb.guile.
11308 * configure: Regenerate.
11309 * lib/gdb-guile.exp: New file.
11310 * lib/gdb.exp (get_target_charset): New function.
11311 * gdb.base/help.exp: Update expected output from "apropos apropos".
11312 * gdb.guile/Makefile.in: New file.
11313 * gdb.guile/guile.exp: New file.
11314 * gdb.guile/scm-arch.c: New file.
11315 * gdb.guile/scm-arch.exp: New file.
11316 * gdb.guile/scm-block.c: New file.
11317 * gdb.guile/scm-block.exp: New file.
11318 * gdb.guile/scm-breakpoint.c: New file.
11319 * gdb.guile/scm-breakpoint.exp: New file.
11320 * gdb.guile/scm-disasm.c: New file.
11321 * gdb.guile/scm-disasm.exp: New file.
11322 * gdb.guile/scm-equal.c: New file.
11323 * gdb.guile/scm-equal.exp: New file.
11324 * gdb.guile/scm-error.exp: New file.
11325 * gdb.guile/scm-error.scm: New file.
11326 * gdb.guile/scm-frame-args.c: New file.
11327 * gdb.guile/scm-frame-args.exp: New file.
11328 * gdb.guile/scm-frame-args.scm: New file.
11329 * gdb.guile/scm-frame-inline.c: New file.
11330 * gdb.guile/scm-frame-inline.exp: New file.
11331 * gdb.guile/scm-frame.c: New file.
11332 * gdb.guile/scm-frame.exp: New file.
11333 * gdb.guile/scm-generics.exp: New file.
11334 * gdb.guile/scm-gsmob.exp: New file.
11335 * gdb.guile/scm-iterator.c: New file.
11336 * gdb.guile/scm-iterator.exp: New file.
11337 * gdb.guile/scm-math.c: New file.
11338 * gdb.guile/scm-math.exp: New file.
11339 * gdb.guile/scm-objfile-script-gdb.in: New file.
11340 * gdb.guile/scm-objfile-script.c: New file.
11341 * gdb.guile/scm-objfile-script.exp: New file.
11342 * gdb.guile/scm-objfile.c: New file.
11343 * gdb.guile/scm-objfile.exp: New file.
11344 * gdb.guile/scm-ports.exp: New file.
11345 * gdb.guile/scm-pretty-print.c: New file.
11346 * gdb.guile/scm-pretty-print.exp: New file.
11347 * gdb.guile/scm-pretty-print.scm: New file.
11348 * gdb.guile/scm-section-script.c: New file.
11349 * gdb.guile/scm-section-script.exp: New file.
11350 * gdb.guile/scm-section-script.scm: New file.
11351 * gdb.guile/scm-symbol.c: New file.
11352 * gdb.guile/scm-symbol.exp: New file.
11353 * gdb.guile/scm-symtab-2.c: New file.
11354 * gdb.guile/scm-symtab.c: New file.
11355 * gdb.guile/scm-symtab.exp: New file.
11356 * gdb.guile/scm-type.c: New file.
11357 * gdb.guile/scm-type.exp: New file.
11358 * gdb.guile/scm-value-cc.cc: New file.
11359 * gdb.guile/scm-value-cc.exp: New file.
11360 * gdb.guile/scm-value.c: New file.
11361 * gdb.guile/scm-value.exp: New file.
11362 * gdb.guile/source2.scm: New file.
11363 * gdb.guile/types-module.cc: New file.
11364 * gdb.guile/types-module.exp: New file.
11365
11366 2014-02-10 Yao Qi <yao@codesourcery.com>
11367
11368 PR testsuite/16543
11369 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11370 * configure: Regenerated.
11371 * Makefile.in: New file.
11372
11373 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11374
11375 * gdb.python/py-framefilter.exp: Fix typo.
11376
11377 2014-02-08 Yao Qi <yao@codesourcery.com>
11378
11379 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11380 that no =breakpoint-modified is emitted when breakpoints are
11381 modified through MI commands.
11382
11383 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11384 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.threads/step-after-sr-lock.c: New file.
11387 * gdb.threads/step-after-sr-lock.exp: New file.
11388
11389 2014-02-07 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11392
11393 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11394
11395 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11396 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11397
11398 2014-02-06 Doug Evans <xdje42@gmail.com>
11399
11400 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11401 output.
11402
11403 * gdb.gdb/python-interrupts.exp: New file.
11404
11405 2014-02-05 Yao Qi <yao@codesourcery.com>
11406
11407 * gdb.trace/report.exp (use_collected_data): Test the output
11408 of "info threads" and "info inferiors".
11409
11410 2014-02-05 Yao Qi <yao@codesourcery.com>
11411
11412 Revert this patch:
11413
11414 2013-05-24 Yao Qi <yao@codesourcery.com>
11415
11416 * gdb.trace/tfile.exp: Test inferior and thread.
11417
11418 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11419
11420 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11421 on a function.
11422 * gdb.base/step-bt.c: Call hello via function pointer to make
11423 sure its first instruction is executed on powerpc64le-linux.
11424
11425 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11426
11427 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11428
11429 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11430
11431 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11432 of the test patterns for use on little-endian systems.
11433
11434 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11435
11436 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11437 (decimal_vector): Fix for little-endian.
11438
11439 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11440
11441 * gdb.arch/sparc-sysstep.exp: New file.
11442 * gdb.arch/sparc-sysstep.c: Likewise.
11443
11444 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11445
11446 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11447
11448 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11449
11450 2014-01-23 Tom Tromey <tromey@redhat.com>
11451
11452 * gdb.ada/array_char_idx: New testcase.
11453
11454 2014-01-23 Tom Tromey <tromey@redhat.com>
11455
11456 PR python/16487:
11457 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11458 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11459 classes.
11460
11461 2014-01-23 Tom Tromey <tromey@redhat.com>
11462
11463 PR python/16491:
11464 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11465 string from an inferior frame.
11466 * gdb.python/py-framefilter-mi.exp: Update.
11467
11468 2014-01-22 Doug Evans <dje@google.com>
11469
11470 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11471
11472 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11473
11474 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11475
11476 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11477
11478 * gdb.trace/entry-values.exp: Remove excess space character from
11479 regex patterns. Handle s390 call instruction.
11480
11481 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11482
11483 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11484 define "*_start" label. Make "name" static.
11485 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11486 ${name} by references to ${name}_start.
11487
11488 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11489
11490 * gdb.base/info-macros.exp: Remove "debug" from the compile
11491 options.
11492
11493 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11494
11495 * gdb.dlang/demangle.exp: New file.
11496
11497 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11498
11499 * gdb.dlang/primitive-types.exp: New file.
11500
11501 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11502
11503 * configure.ac: Create gdb.dlang/Makefile.
11504 * configure: Regenerate.
11505 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11506 * gdb.dlang/Makefile.in: New file.
11507 * lib/d-support.exp: New file.
11508 * lib/gdb.exp (skip_d_tests): New proc.
11509
11510 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11511
11512 * gdb.btrace/delta.exp: Check reverse stepi.
11513 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11514 * gdb.btrace/finish.exp: New.
11515 * gdb.btrace/next.exp: New.
11516 * gdb.btrace/nexti.exp: New.
11517 * gdb.btrace/record_goto.c: Add comments.
11518 * gdb.btrace/step.exp: New.
11519 * gdb.btrace/stepi.exp: New.
11520 * gdb.btrace/multi-thread-step.c: New.
11521 * gdb.btrace/multi-thread-step.exp: New.
11522 * gdb.btrace/rn-dl-bind.c: New.
11523 * gdb.btrace/rn-dl-bind.exp: New.
11524 * gdb.btrace/data.c: New.
11525 * gdb.btrace/data.exp: New.
11526 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11527
11528 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11529
11530 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11531 * gdb.btrace/exception.exp: Update.
11532 * gdb.btrace/instruction_history.exp: Update.
11533 * gdb.btrace/record_goto.exp: Update.
11534 * gdb.btrace/tailcall.exp: Update.
11535 * gdb.btrace/unknown_functions.exp: Update.
11536 * gdb.btrace/delta.exp: New.
11537
11538 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11539
11540 * gdb.btrace/record_goto.exp: Add backtrace test.
11541 * gdb.btrace/tailcall.exp: Add backtrace test.
11542
11543 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11544
11545 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11546 * gdb.btrace/record_goto.c: New.
11547 * gdb.btrace/record_goto.exp: New.
11548 * gdb.btrace/x86-record_goto.S: New.
11549
11550 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11551
11552 * gdb.btrace/function_call_history.exp: Update tests.
11553 * gdb.btrace/instruction_history.exp: Update tests.
11554
11555 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11556
11557 * gdb.btrace/function_call_history.exp: Fix expected field
11558 order for "record function-call-history".
11559 Add new tests for "record function-call-history /c".
11560 * gdb.btrace/exception.cc: New.
11561 * gdb.btrace/exception.exp: New.
11562 * gdb.btrace/tailcall.exp: New.
11563 * gdb.btrace/x86-tailcall.S: New.
11564 * gdb.btrace/x86-tailcall.c: New.
11565 * gdb.btrace/unknown_functions.c: New.
11566 * gdb.btrace/unknown_functions.exp: New.
11567 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11568
11569 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11570
11571 * gdb.btrace/instruction_history.exp: Update.
11572 * gdb.btrace/function_call_history.exp: Update.
11573
11574 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11575
11576 * gdb.btrace/function_call_history.exp: Fix expected function
11577 trace.
11578 * gdb.btrace/instruction_history.exp: Initialize traced.
11579 Remove traced_functions.
11580
11581 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11582
11583 * gdb.btrace/function_call_history.exp: Update
11584 * gdb.btrace/instruction_history.exp: Update.
11585
11586 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11587
11588 * gdb.btrace/enable.exp: Update expected text.
11589
11590 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11591
11592 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11593 bytes.
11594
11595 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11596
11597 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11598
11599 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11600
11601 * lib/gdb.exp (supports_process_record): Return true for
11602 arm*-linux*. (supports_reverse): Likewise.
11603
11604 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11605
11606 PR python/15464
11607 PR python/16113
11608 * gdb.python/py-type.c: Enhance test case.
11609 * gdb.python/py-value-cc.cc: Likewise
11610 * gdb.python/py-type.exp: Add new tests.
11611 * gdb.python/py-value-cc.exp: Likewise
11612
11613 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11614 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11617 Make "name" extern.
11618 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11619 references to ${name}_start by references to ${name}.
11620
11621 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11622
11623 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11624
11625 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11626
11627 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11628
11629 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11630 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.mi/mi-info-os.exp: Connect to the target with
11633 mi_gdb_target_load.
11634
11635 2014-01-08 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.threads/reconnect-signal.c: New file.
11638 * gdb.threads/reconnect-signal.exp: New file.
11639
11640 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11641
11642 * gdb.base/source-dir.exp: New file.
11643
11644 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11645
11646 * gdb.ada/mi_interface: New testcase.
11647
11648 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11649
11650 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11651 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11652 gdb.ada/pp-rec-component/pck.ads: New files.
11653
11654 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11655
11656 * gdb.python/py-pp-integral.c: New file.
11657 * gdb.python/py-pp-integral.py: New file.
11658 * gdb.python/py-pp-integral.exp: New file.
11659
11660 For older changes see ChangeLog-1993-2013.
11661 \f
11662 ;; Local Variables:
11663 ;; mode: change-log
11664 ;; left-margin: 8
11665 ;; fill-column: 74
11666 ;; version-control: never
11667 ;; End:
11668
11669 Copyright 2014-2017 Free Software Foundation, Inc.
11670 Copying and distribution of this file, with or without modification,
11671 are permitted provided the copyright notice and this notice are preserved.