Handle function aliases better (PR gdb/19487, errno printing)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-08-21 Pedro Alves <palves@redhat.com>
2
3 PR gdb/19487
4 * gdb.base/symbol-alias.c: New.
5 * gdb.base/symbol-alias2.c: New.
6 * gdb.base/symbol-alias.exp: New.
7
8 2017-08-21 Pedro Alves <palves@redhat.com>
9
10 * gdb.base/dfp-test.c
11 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
14 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
15 * gdb.base/whatis-ptype-typedefs.c: New.
16 * gdb.base/whatis-ptype-typedefs.exp: New.
17 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
18 (an_int, an_int_type, an_int_type2): New globals.
19 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
20 involving typedefs and cast expressions.
21 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
22 (lookup_typedefs_function): New.
23 (typedefs_pretty_printers_dict): New.
24 (top level): Register lookup_typedefs_function in
25 gdb.pretty_printers.
26
27 2017-08-18 Yao Qi <yao.qi@linaro.org>
28
29 * gdb.server/unittest.exp: New.
30
31 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
32
33 PR gdb/21954
34 * gdb.base/environ.exp: Add test to check if 'unset environment'
35 works.
36
37 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
38
39 * lib/gdb.exp (universal_compile_options): New caching proc.
40 (gdb_compile): Suppress GCC's coloring of messages.
41
42 2017-08-14 Tom Tromey <tom@tromey.com>
43
44 PR gdb/21675:
45 * gdb.base/printcmds.exp (test_radices): New function.
46 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
47 * gdb.base/sizeof.exp (check_valueof): Use p/d.
48 * lib/gdb.exp (get_integer_valueof): Use p/d.
49
50 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
51
52 * lib/gdb.exp (get_valueof): Don't capture end-of-line
53 characters.
54
55 2017-08-05 Tom Tromey <tom@tromey.com>
56
57 * gdb.rust/simple.exp: Allow String to appear in a different
58 namespace.
59
60 2017-07-26 Yao Qi <yao.qi@linaro.org>
61
62 * gdb.gdb/unittest.exp: Invoke command
63 "maintenance check xml-descriptions".
64
65 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
66
67 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
68 calling context.
69 (hex128): Drop erroneous calculation of parameters.
70
71 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
72
73 * gdb.python/py-unwind.exp: Disable stack protection when
74 building test file.
75
76 2017-07-20 Pedro Alves <palves@redhat.com>
77
78 * gdb.base/default.exp (set language): Adjust expected output.
79
80 2017-07-20 Pedro Alves <palves@redhat.com>
81
82 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
83 (test_minsym): ... this, and make static.
84 (get_pck__foo__bar__minsym): Rename to ...
85 (get_test_minsym): ... this.
86 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
87 symbol names and comments.
88 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
89 (get_test_minsym): ... this.
90 (pck__foo__bar__minsym__2): Rename to ...
91 (test_minsym): ... this.
92 (main): Adjust.
93
94 2017-07-17 Pedro Alves <palves@redhat.com>
95
96 * gdb.base/completion.exp: Adjust expected output.
97 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
98 the completer works.
99
100 2017-07-17 Pedro Alves <palves@redhat.com>
101
102 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
103
104 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
107
108 2017-07-14 Tom Tromey <tom@tromey.com>
109
110 PR rust/21764:
111 * gdb.rust/simple.exp: Add tests.
112
113 2017-07-14 Tom Tromey <tom@tromey.com>
114
115 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
116
117 2017-07-14 Pedro Alves <palves@redhat.com>
118
119 * gdb.linespec/base/one/thefile.cc (z1): New function.
120 * gdb.linespec/base/two/thefile.cc (z2): New function.
121 * gdb.linespec/linespec.exp: Add tests.
122
123 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
126 to mi_create_breakpoint.
127
128 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
131 mi_create_breakpoint.
132
133 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
134
135 * gdb.dlang/demangle.exp: Update for demangling changes.
136
137 2017-07-09 Tom Tromey <tom@tromey.com>
138
139 * gdb.dwarf2/shortpiece.exp: New file.
140
141 2017-07-06 David Blaikie <dblaikie@gmail.com>
142
143 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
144 built from fissiont-multi-cu{1,2}.c.
145 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
146 except putting 'main' and 'func' in separate CUs in the same DWO file.
147 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
148 test.
149 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
150 test.
151
152 2017-07-06 Pedro Alves <palves@redhat.com>
153
154 * gdb.python/py-unwind.exp: Test flushregs.
155
156 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
157
158 PR cli/21688
159 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
160 tests for alias commands and trailing whitespace.
161
162 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
163
164 PR cli/21688
165 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
166 procedure. Call it.
167
168 2017-06-29 Pedro Alves <palves@redhat.com>
169
170 * gdb.base/printcmds.exp: Add tests.
171
172 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
173
174 PR gdb/21337
175 * gdb.base/reread-readsym.exp: New file.
176 * gdb.base/reread-readsym.c: New file.
177
178 2017-06-21 Kevin Buettner <kevinb@redhat.com>
179
180 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
181 subpattern.
182
183 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
184
185 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
186 extended mnemonic.
187 * gdb.arch/powerpc-power9.s: Likewise.
188
189 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
190
191 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
192 on 32-bit x86 targets. Exploit is_*_target macros where
193 appropriate.
194
195 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
196
197 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
198 register pieces.
199
200 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
201
202 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
203 located in one or more DWARF pieces.
204
205 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
206
207 * lib/gdb.exp (get_endianness): New proc.
208 * gdb.arch/aarch64-fp.exp: Use it.
209 * gdb.arch/altivec-regs.exp: Likewise.
210 * gdb.arch/e500-regs.exp: Likewise.
211 * gdb.arch/vsx-regs.exp: Likewise.
212 * gdb.base/dump.exp: Likewise.
213 * gdb.base/funcargs.exp: Likewise.
214 * gdb.base/gnu_vector.exp: Likewise.
215 * gdb.dwarf2/formdata16.exp: Likewise.
216 * gdb.dwarf2/implptrpiece.exp: Likewise.
217 * gdb.dwarf2/nonvar-access.exp: Likewise.
218 * gdb.python/py-inferior.exp: Likewise.
219 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
220
221 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
222
223 PR gdb/21226
224 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
225 stack value pieces are taken from the LSB end.
226
227 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
228
229 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
230 variable at nonzero offset.
231
232 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
233
234 * gdb.dwarf2/var-access.c: New file.
235 * gdb.dwarf2/var-access.exp: New test.
236 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
237
238 2017-06-12 Tom Tromey <tom@tromey.com>
239
240 * gdb.dwarf2/formdata16.exp: Add tests.
241
242 2017-06-12 Tom Tromey <tom@tromey.com>
243
244 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
245
246 2017-06-12 Tom Tromey <tom@tromey.com>
247
248 PR exp/16225:
249 * gdb.reverse/i386-sse-reverse.exp: Update tests.
250 * gdb.arch/vsx-regs.exp: Update tests.
251 * gdb.arch/s390-vregs.exp (hex128): New proc.
252 Update test.
253 * gdb.arch/altivec-regs.exp: Update tests.
254
255 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
256
257 * gdb.base/startup-with-shell.c: New file.
258 * gdb.base/startup-with-shell.exp: Likewise.
259
260 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
261
262 * gdb.server/non-existing-program.exp: Update regex in order to
263 reflect the fact that gdbserver is now using fork_inferior (with a
264 shell) to startup the inferior.
265
266 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
267
268 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
269 support function calls from GDB.
270
271 2017-05-21 Tom Tromey <tom@tromey.com>
272
273 PR rust/21466:
274 * gdb.rust/unsized.exp: New file.
275 * gdb.rust/unsized.rs: New file.
276
277 2017-05-19 Tom Tromey <tom@tromey.com>
278
279 PR rust/21484:
280 * gdb.rust/watch.exp: New file.
281 * gdb.rust/watch.rs: New file.
282
283 2017-05-18 Tom Tromey <tom@tromey.com>
284
285 * gdb.rust/simple.exp: Allow Box to be qualified.
286
287 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
288
289 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
290
291 2017-05-18 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/fileio.c (test_write, test_read, test_close)
294 (test_fstat): Don't print 'ret' in the fail path.
295
296 2017-05-18 Pedro Alves <palves@redhat.com>
297
298 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
299 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
300 (test_system, test_rename, test_unlink, test_time): Change
301 prototypes.
302 * gdb.base/fileio.exp (stop_msg): Adjust.
303
304 2017-05-18 Pedro Alves <palves@redhat.com>
305
306 * gdb.base/fileio.c (null_str): New global.
307 (test_stat): Use it.
308 * gdb.base/fileio.exp: Remove nowarnings.
309
310 2017-05-17 Yao Qi <yao.qi@linaro.org>
311
312 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
313
314 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
315
316 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
317 argument command.
318 (top-level): Invoke test_set_inferior_tty.
319
320 2017-05-04 Pedro Alves <palves@redhat.com>
321
322 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
323 Add parens to print call for Python 3.
324
325 2017-05-03 Keith Seitz <keiths@redhat.com>
326
327 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
328 (main): Call it.
329
330 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
331
332 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
333 to prev and next.
334
335 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
336
337 * gdb.python/py-record-btrace.exp: Remove test for
338 gdb.BtraceInstruction.error.
339
340 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
341
342 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
343
344 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
345
346 * gdb.python/py-record-btrace-threads.c: New file.
347 * gdb.python/py-record-btrace-threads.exp: New file.
348
349 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
350
351 PR testsuite/8595
352 * gdb.base/environ.exp: Make test available in all architectures.
353 Move bits related to "info program" testing to
354 gdb.base/info-program.exp. Rewrite tests to use the two new
355 procedures mentione below.
356 (test_set_show_env_var) New procedure.
357 (test_set_show_env_var_equal): Likewise.
358 * gdb.base/info-program.exp: New file.
359
360 2017-04-27 Keith Seitz <keiths@redhat.com>
361
362 * gdb.cp/oranking.cc (test15): New function.
363 (main): Call test15 and declare additional variables for testing.
364 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
365 "p foo101('abc')" tests.
366 Add tests for cv qualifier overloads.
367 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
368 "lvalue reference overload" test.
369 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
370 "print value of f1 on Child&& in f2" test.
371
372 2017-04-19 Pedro Alves <palves@redhat.com>
373
374 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
375 procedure.
376 (top level): Call it.
377 * lib/gdb.exp (gdb_define_cmd): New procedure.
378
379 2017-04-12 Pedro Alves <palves@redhat.com>
380
381 PR gdb/21323
382 * gdb.cp/wide_char_types.c: Include <wchar.h>.
383 (wchar): New global.
384 * gdb.cp/wide_char_types.exp (wide_char_types_program)
385 (do_test_wide_char, wide_char_types_no_program, top level): Add
386 wchar_t testing.
387
388 2017-04-12 Pedro Alves <palves@redhat.com>
389
390 PR c++/21323
391 * gdb.cp/wide_char_types.c: New file.
392 * gdb.cp/wide_char_types.exp: New file.
393
394 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
395
396 PR gdb/21352
397 * gdb.trace/tsv.exp: Add test for "tsave -r".
398
399 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
400
401 * gdb.dlang/watch-loc.c: New file.
402 * gdb.dlang/watch-loc.exp: New file.
403
404 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * gdb.python/py-section-script.exp (sepdebug): New testcases.
407
408 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
409
410 * gdb.arch/arc-analyze-prologue.S: New file.
411 * gdb.arch/arc-analyze-prologue.exp: Likewise.
412
413 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
414
415 * gdb.arch/arc-decode-insn.S: New file.
416 * gdb.arch/arc-decode-insn.exp: Likewise.
417
418 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
419
420 PR tdep/20928
421 * gdb.arch/sparc64-regs.exp: New file.
422 * gdb.arch/sparc64-regs.S: Likewise.
423
424 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
425
426 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
427 and memory view on Python 3.
428
429 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
430 Keith Seitz <keiths@redhat.com>
431
432 PR gdb/14441
433 * gdb.cp/demangle.exp: Add rvalue reference tests.
434 * gdb.cp/rvalue-ref-casts.cc: New file.
435 * gdb.cp/rvalue-ref-casts.exp: New file.
436 * gdb.cp/rvalue-ref-overload.cc: New file.
437 * gdb.cp/rvalue-ref-overload.exp: New file.
438 * gdb.cp/rvalue-ref-params.cc: New file.
439 * gdb.cp/rvalue-ref-params.exp: New file.
440 * gdb.cp/rvalue-ref-sizeof.cc: New file.
441 * gdb.cp/rvalue-ref-sizeof.exp: New file.
442 * gdb.cp/rvalue-ref-types.cc: New file.
443 * gdb.cp/rvalue-ref-types.exp: New file.
444 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
445 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
446
447 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
448
449 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
450 New procedure.
451
452 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
453
454 * lib/mi-support.exp (mi_gdb_test): Add additional message
455 for unexpected output.
456
457 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
458
459 * gdb.base/examine-backward.c (Barrier): New character array
460 constant, to ensure that TestStrings is preceded by a string
461 terminator.
462
463 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
464
465 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
466 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
467 and implicit pointer into such a location.
468
469 2017-03-16 Doug Evans <dje@google.com>
470
471 * gdb.python/py-lazy-string (pointer): Really add new typedef.
472
473 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
474
475 * gdb.cp/m-static.exp: Fix expectation for prototype of
476 test5.single_constructor and single_constructor::single_constructor.
477
478 2017-03-16 Doug Evans <dje@google.com>
479
480 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
481 * gdb.guile/scm-lazy-string.c: New file.
482 * gdb.guile/scm-value.exp: Move lazy string tests to ...
483 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
484 for pointer, array, typedef lazy strings.
485
486 2017-03-16 Doug Evans <dje@google.com>
487
488 PR python/17728, python/18439, python/18779
489 * gdb.python/py-value.c (main) Delete locals sptr, sn.
490 * gdb.python/py-lazy-string.c (pointer): New typedef.
491 (main): New locals ptr, array, typedef_ptr.
492 * gdb.python/py-value.exp: Move lazy string tests to ...
493 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
494 array, typedef lazy strings.
495
496 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
497
498 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
499 Add optional 'test' parameter.
500
501 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
502
503 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
504 Skip for versions of DejaGnu < 1.5.
505
506 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
507
508 * lib/gdb.exp (dejagnu_version): New proc.
509 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
510 Use dejagnu_version.
511
512 2017-03-10 Keith Seitz <keiths@redhat.com>
513
514 PR c++/8128
515 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
516 type from destructor regexps.
517 Add a branch which actually passes the test.
518 Adjust "ptype t5i" test names.
519
520 2017-03-08 Pedro Alves <palves@redhat.com>
521
522 * gdb.base/step-over-exit.exp: Add explicit test message.
523
524 2017-03-08 Pedro Alves <palves@redhat.com>
525
526 PR gdb/18360
527 * gdb.threads/interrupt-while-step-over.c: New file.
528 * gdb.threads/interrupt-while-step-over.exp: New file.
529
530 2017-03-08 Pedro Alves <palves@redhat.com>
531
532 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
533 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
534
535 2017-03-08 Pedro Alves <palves@redhat.com>
536
537 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
538 PKRU as not supported as a PASS.
539
540 2017-03-08 Pedro Alves <palves@redhat.com>
541
542 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
543 prefix instead of $binfile1/$binfile2.
544 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
545 in test message.
546 * gdb.python/py-completion.exp: Use "load python file" as test
547 messages instead of unstable path names.
548
549 2017-03-08 Pedro Alves <palves@redhat.com>
550 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 PR cli/21218
553 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
554 New proc.
555 (top level): Call it.
556
557 2017-03-08 Pedro Alves <palves@redhat.com>
558
559 PR tui/21216
560 * gdb.tui/tui-nl-filtered-output.exp: New file.
561
562 2017-03-08 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/completion.exp: Move TUI completion tests to ...
565 * gdb.tui/completion.exp: ... this new file.
566
567 2017-03-08 Pedro Alves <palves@redhat.com>
568
569 * gdb.base/tui-disasm-long-lines.c,
570 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
571 gdb.base/tui-layout.exp: Move to ...
572 * gdb.tui/: ... this new directory.
573
574 2017-03-07 Pedro Alves <palves@redhat.com>
575
576 * gdb.base/tui-layout.c: New file.
577 * gdb.base/tui-layout.exp: New file.
578
579 2017-03-07 Pedro Alves <palves@redhat.com>
580
581 * gdb.base/tui-layout.c: Rename to ...
582 * gdb.base/tui-disasm-long-lines.c: ... this.
583 * gdb.base/tui-layout.exp: Rename to ...
584 * gdb.base/tui-disasm-long-lines.exp: ... this.
585
586 2017-03-07 Pedro Alves <palves@redhat.com>
587
588 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
589
590 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
591
592 * i386-mpx-call.c: New file.
593 * i386-mpx-call.exp: New file.
594
595 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
596
597 * gdb.arch/powerpc-power.exp: Delete test.
598 * gdb.arch/powerpc-power.s: Likewise.
599 * gdb.disasm/disassembler-options.exp: New test.
600 * gdb.arch/powerpc-altivec.exp: Likewise.
601 * gdb.arch/powerpc-altivec.s: Likewise.
602 * gdb.arch/powerpc-altivec2.exp: Likewise.
603 * gdb.arch/powerpc-altivec2.s: Likewise.
604 * gdb.arch/powerpc-altivec3.exp: Likewise.
605 * gdb.arch/powerpc-altivec3.s: Likewise.
606 * gdb.arch/powerpc-power7.exp: Likewise.
607 * gdb.arch/powerpc-power7.s: Likewise.
608 * gdb.arch/powerpc-power8.exp: Likewise.
609 * gdb.arch/powerpc-power8.s: Likewise.
610 * gdb.arch/powerpc-power9.exp: Likewise.
611 * gdb.arch/powerpc-power9.s: Likewise.
612 * gdb.arch/powerpc-vsx.exp: Likewise.
613 * gdb.arch/powerpc-vsx.s: Likewise.
614 * gdb.arch/powerpc-vsx2.exp: Likewise.
615 * gdb.arch/powerpc-vsx2.s: Likewise.
616 * gdb.arch/powerpc-vsx3.exp: Likewise.
617 * gdb.arch/powerpc-vsx3.s: Likewise.
618 * gdb.arch/arm-disassembler-options.exp: Likewise.
619 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
620 * gdb.arch/s390-disassembler-options.exp: Likewise.
621
622 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
623
624 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
625 (check_supported_features): ... this. Changed return type to void.
626 (supports_rdseed): New static global.
627 (rdseed): Check supports_rdseed.
628 (initialize): Call check_supported_features.
629
630 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
631
632 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
633 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
634 and lqarx/stqcx.
635 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
636 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
637
638 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
639
640 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
641 uppercase.
642
643 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 * gdb.dwarf2/formdata16.c: New file.
646 * gdb.dwarf2/formdata16.exp: New file.
647 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
648
649 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
650
651 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
652 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
653 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
654 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
655 DW_AT_GNU_*.
656
657 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
660
661 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
662
663 PR gdb/21164
664 * gdb.base/maint.exp: Add testcases for when the commands do
665 not have arguments.
666
667 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
668
669 * gdb.cp/chained-calls.exp: Use p instead of P.
670
671 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
672
673 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
674 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
675
676 2017-02-14 Tom Tromey <tom@tromey.com>
677
678 PR python/13598:
679 * gdb.python/py-events.exp: Add before_prompt event tests.
680
681 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
682
683 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
684
685 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
686
687 * gdb.linespec/explicit.c (my_unique_function_name): New function.
688 (main): Call my_unique_function_name.
689 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
690 completion of patterns with a single match.
691 Add missing -re switches to gdb_test_multiple calls.
692
693 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
694
695 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
696 return if core file is not recognized.
697
698 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
699
700 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
701 and extra UIs.
702
703 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
704
705 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
706 proc_with_prefix.
707
708 2017-02-10 Tom Tromey <tom@tromey.com>
709
710 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
711
712 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
713
714 PR gdb/21122
715 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
716
717 2017-02-08 Jerome Guitton <guitton@adacore.com>
718
719 * gdb.base/define.exp: Add test for command abbreviations
720 in define.
721
722 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
723
724 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
725 * gdb.reverse/insn-reverse-x86.c: New file.
726
727 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
728
729 PR tdep/20936
730 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
731
732 2017-02-03 Tom Tromey <tom@tromey.com>
733
734 PR rust/21097:
735 * gdb.rust/simple.exp: Add new tests.
736
737 2017-02-02 Pedro Alves <palves@redhat.com>
738
739 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
740 tests.
741
742 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
743
744 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
745 taking a 2-byte value out of a 4-byte DWARF implicit value on
746 big-endian targets.
747 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
748 logic. Add test cases for DW_OP_implicit.
749
750 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
751
752 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
753
754 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
755
756 * gdb.btrace/enable.exp: Call gdb_exit before
757 skip_gdbserver_tests.
758
759 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
760
761 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
762 GDBFLAGS.
763
764 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
765
766 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
767 the test is skipped.
768 * gdb.btrace/data.exp: Likewise.
769 * gdb.btrace/delta.exp: Likewise.
770 * gdb.btrace/dlopen.exp: Likewise.
771 * gdb.btrace/enable-running.exp: Likewise.
772 * gdb.btrace/enable.exp: Likewise.
773 * gdb.btrace/exception.exp: Likewise.
774 * gdb.btrace/function_call_history.exp: Likewise.
775 * gdb.btrace/gcore.exp: Likewise.
776 * gdb.btrace/instruction_history.exp: Likewise.
777 * gdb.btrace/multi-thread-step.exp: Likewise.
778 * gdb.btrace/nohist.exp: Likewise.
779 * gdb.btrace/non-stop.exp: Likewise.
780 * gdb.btrace/reconnect.exp: Likewise.
781 * gdb.btrace/record_goto-step.exp: Likewise.
782 * gdb.btrace/record_goto.exp: Likewise.
783 * gdb.btrace/rn-dl-bind.exp: Likewise.
784 * gdb.btrace/segv.exp: Likewise.
785 * gdb.btrace/step.exp: Likewise.
786 * gdb.btrace/stepi.exp: Likewise.
787 * gdb.btrace/tailcall-only.exp: Likewise.
788 * gdb.btrace/tailcall.exp: Likewise.
789 * gdb.btrace/tsx.exp: Likewise.
790 * gdb.btrace/unknown_functions.exp: Likewise.
791 * gdb.btrace/vdso.exp: Likewise.
792
793 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
794
795 * gdb.btrace/enable-running.c: New.
796 * gdb.btrace/enable-running.exp: New.
797
798 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
799
800 * gdb.arch/amd64-gs_base.c: New file.
801 * gdb.arch/amd64-gs_base.exp: New file.
802
803 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
804
805 * lib/memory.exp: Remove spurious empty newlines.
806
807 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
808
809 * gdb.python/py-bad-printers.exp: Load python file using "source".
810 * gdb.python/py-events.exp: Likewise.
811 * gdb.python/py-evsignal.exp: Likewise.
812 * gdb.python/py-evthreads.exp: Likewise.
813 * gdb.python/py-frame-args.exp: Likewise.
814 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
815 * gdb.python/py-framefilter-mi.exp: Likewise.
816 * gdb.python/py-framefilter.exp: Likewise.
817 * gdb.python/py-mi.exp: Likewise.
818 * gdb.python/py-pp-maint.exp: Likewise.
819 * gdb.python/py-pp-registration.exp: Likewise.
820 * gdb.python/py-prettyprint.exp: Likewise.
821 (run_lang_tests): Likewise.
822 * gdb.python/py-typeprint.exp: Likewise.
823
824 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
825
826 * lib/memory.exp: New file.
827 * lib/gdb.exp: Load memory.exp.
828 * gdb.base/memattr.exp (delete_memory): Move proc to
829 lib/memory.exp and rename to delete_memory_regions.
830 Replace delete_memory with delete_memory_regions.
831 Cleanup memory regions before tests.
832 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
833 before tests.
834
835 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
836
837 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
838 files.
839 (initialize): New function conditionally defined.
840 (testcases): Move within conditional block.
841 (main): Call initialize.
842 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
843 of gdb.reverse/insn-reverse.c.
844 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
845 gdb.reverse/insn-reverse.c.
846
847 2017-01-26 Yao Qi <yao.qi@linaro.org>
848
849 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
850 disassemble on address 0.
851
852 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
853 Yao Qi <yao.qi@linaro.org>
854
855 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
856 * gdb.dwarf2/implptr-64bit.S: Remove.
857 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
858 variables in caller's context. Add DW_OP_implicit_value.
859
860 2017-01-25 Yao Qi <yao.qi@linaro.org>
861
862 * lib/dwarf.exp (Dwarf::_location): Handle
863 DW_OP_GNU_implicit_pointer with proper size.
864
865 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
866
867 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
868 and add untested calls.
869
870 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
871
872 * gdb.python/python.exp: Check line number against what GDB thinks
873 the line number is for func1.
874
875 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
876
877 * gdb.dlang/debug-expr.exp: New file.
878
879 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
880
881 Fix test names for the following files:
882
883 * gdb.ada/exec_changed.exp
884 * gdb.ada/info_types.exp
885 * gdb.arch/aarch64-atomic-inst.exp
886 * gdb.arch/aarch64-fp.exp
887 * gdb.arch/altivec-abi.exp
888 * gdb.arch/altivec-regs.exp
889 * gdb.arch/amd64-byte.exp
890 * gdb.arch/amd64-disp-step.exp
891 * gdb.arch/amd64-dword.exp
892 * gdb.arch/amd64-entry-value-inline.exp
893 * gdb.arch/amd64-entry-value-param.exp
894 * gdb.arch/amd64-entry-value-paramref.exp
895 * gdb.arch/amd64-entry-value.exp
896 * gdb.arch/amd64-i386-address.exp
897 * gdb.arch/amd64-invalid-stack-middle.exp
898 * gdb.arch/amd64-invalid-stack-top.exp
899 * gdb.arch/amd64-optimout-repeat.exp
900 * gdb.arch/amd64-prologue-skip.exp
901 * gdb.arch/amd64-prologue-xmm.exp
902 * gdb.arch/amd64-stap-special-operands.exp
903 * gdb.arch/amd64-stap-wrong-subexp.exp
904 * gdb.arch/amd64-tailcall-cxx.exp
905 * gdb.arch/amd64-tailcall-noret.exp
906 * gdb.arch/amd64-tailcall-ret.exp
907 * gdb.arch/amd64-tailcall-self.exp
908 * gdb.arch/amd64-word.exp
909 * gdb.arch/arm-bl-branch-dest.exp
910 * gdb.arch/arm-disp-step.exp
911 * gdb.arch/arm-neon.exp
912 * gdb.arch/arm-single-step-kernel-helper.exp
913 * gdb.arch/avr-flash-qualifier.exp
914 * gdb.arch/disp-step-insn-reloc.exp
915 * gdb.arch/e500-abi.exp
916 * gdb.arch/e500-regs.exp
917 * gdb.arch/ftrace-insn-reloc.exp
918 * gdb.arch/i386-avx512.exp
919 * gdb.arch/i386-bp_permanent.exp
920 * gdb.arch/i386-byte.exp
921 * gdb.arch/i386-cfi-notcurrent.exp
922 * gdb.arch/i386-disp-step.exp
923 * gdb.arch/i386-dr3-watch.exp
924 * gdb.arch/i386-float.exp
925 * gdb.arch/i386-gnu-cfi.exp
926 * gdb.arch/i386-mpx-map.exp
927 * gdb.arch/i386-mpx-sigsegv.exp
928 * gdb.arch/i386-mpx-simple_segv.exp
929 * gdb.arch/i386-mpx.exp
930 * gdb.arch/i386-permbkpt.exp
931 * gdb.arch/i386-prologue.exp
932 * gdb.arch/i386-signal.exp
933 * gdb.arch/i386-size-overlap.exp
934 * gdb.arch/i386-unwind.exp
935 * gdb.arch/i386-word.exp
936 * gdb.arch/mips-fcr.exp
937 * gdb.arch/powerpc-d128-regs.exp
938 * gdb.arch/powerpc-stackless.exp
939 * gdb.arch/ppc64-atomic-inst.exp
940 * gdb.arch/s390-stackless.exp
941 * gdb.arch/s390-tdbregs.exp
942 * gdb.arch/s390-vregs.exp
943 * gdb.arch/sparc-sysstep.exp
944 * gdb.arch/thumb-bx-pc.exp
945 * gdb.arch/thumb-singlestep.exp
946 * gdb.arch/thumb2-it.exp
947 * gdb.arch/vsx-regs.exp
948 * gdb.asm/asm-source.exp
949 * gdb.base/a2-run.exp
950 * gdb.base/advance.exp
951 * gdb.base/all-bin.exp
952 * gdb.base/anon.exp
953 * gdb.base/args.exp
954 * gdb.base/arithmet.exp
955 * gdb.base/async-shell.exp
956 * gdb.base/async.exp
957 * gdb.base/attach-pie-noexec.exp
958 * gdb.base/attach-twice.exp
959 * gdb.base/auto-load.exp
960 * gdb.base/bang.exp
961 * gdb.base/bitfields.exp
962 * gdb.base/break-always.exp
963 * gdb.base/break-caller-line.exp
964 * gdb.base/break-entry.exp
965 * gdb.base/break-inline.exp
966 * gdb.base/break-on-linker-gcd-function.exp
967 * gdb.base/break-probes.exp
968 * gdb.base/break.exp
969 * gdb.base/breakpoint-shadow.exp
970 * gdb.base/call-ar-st.exp
971 * gdb.base/call-sc.exp
972 * gdb.base/call-signal-resume.exp
973 * gdb.base/call-strs.exp
974 * gdb.base/callfuncs.exp
975 * gdb.base/catch-fork-static.exp
976 * gdb.base/catch-gdb-caused-signals.exp
977 * gdb.base/catch-load.exp
978 * gdb.base/catch-signal-fork.exp
979 * gdb.base/catch-signal.exp
980 * gdb.base/catch-syscall.exp
981 * gdb.base/charset.exp
982 * gdb.base/checkpoint.exp
983 * gdb.base/chng-syms.exp
984 * gdb.base/code-expr.exp
985 * gdb.base/code_elim.exp
986 * gdb.base/commands.exp
987 * gdb.base/completion.exp
988 * gdb.base/complex.exp
989 * gdb.base/cond-expr.exp
990 * gdb.base/condbreak.exp
991 * gdb.base/consecutive.exp
992 * gdb.base/continue-all-already-running.exp
993 * gdb.base/coredump-filter.exp
994 * gdb.base/corefile.exp
995 * gdb.base/dbx.exp
996 * gdb.base/debug-expr.exp
997 * gdb.base/define.exp
998 * gdb.base/del.exp
999 * gdb.base/disabled-location.exp
1000 * gdb.base/disasm-end-cu.exp
1001 * gdb.base/disasm-optim.exp
1002 * gdb.base/display.exp
1003 * gdb.base/duplicate-bp.exp
1004 * gdb.base/ena-dis-br.exp
1005 * gdb.base/ending-run.exp
1006 * gdb.base/enumval.exp
1007 * gdb.base/environ.exp
1008 * gdb.base/eu-strip-infcall.exp
1009 * gdb.base/eval-avoid-side-effects.exp
1010 * gdb.base/eval-skip.exp
1011 * gdb.base/exitsignal.exp
1012 * gdb.base/expand-psymtabs.exp
1013 * gdb.base/filesym.exp
1014 * gdb.base/find-unmapped.exp
1015 * gdb.base/finish.exp
1016 * gdb.base/float.exp
1017 * gdb.base/foll-exec-mode.exp
1018 * gdb.base/foll-exec.exp
1019 * gdb.base/foll-fork.exp
1020 * gdb.base/fortran-sym-case.exp
1021 * gdb.base/freebpcmd.exp
1022 * gdb.base/func-ptr.exp
1023 * gdb.base/func-ptrs.exp
1024 * gdb.base/funcargs.exp
1025 * gdb.base/gcore-buffer-overflow.exp
1026 * gdb.base/gcore-relro-pie.exp
1027 * gdb.base/gcore-relro.exp
1028 * gdb.base/gcore.exp
1029 * gdb.base/gdb1090.exp
1030 * gdb.base/gdb11530.exp
1031 * gdb.base/gdb11531.exp
1032 * gdb.base/gdb1821.exp
1033 * gdb.base/gdbindex-stabs.exp
1034 * gdb.base/gdbvars.exp
1035 * gdb.base/hbreak.exp
1036 * gdb.base/hbreak2.exp
1037 * gdb.base/included.exp
1038 * gdb.base/infcall-input.exp
1039 * gdb.base/inferior-died.exp
1040 * gdb.base/infnan.exp
1041 * gdb.base/info-macros.exp
1042 * gdb.base/info-os.exp
1043 * gdb.base/info-proc.exp
1044 * gdb.base/info-shared.exp
1045 * gdb.base/info-target.exp
1046 * gdb.base/infoline.exp
1047 * gdb.base/interp.exp
1048 * gdb.base/interrupt.exp
1049 * gdb.base/jit-reader.exp
1050 * gdb.base/jit-simple.exp
1051 * gdb.base/kill-after-signal.exp
1052 * gdb.base/kill-detach-inferiors-cmd.exp
1053 * gdb.base/label.exp
1054 * gdb.base/langs.exp
1055 * gdb.base/ldbl_e308.exp
1056 * gdb.base/line-symtabs.exp
1057 * gdb.base/linespecs.exp
1058 * gdb.base/list.exp
1059 * gdb.base/long_long.exp
1060 * gdb.base/longest-types.exp
1061 * gdb.base/maint.exp
1062 * gdb.base/max-value-size.exp
1063 * gdb.base/memattr.exp
1064 * gdb.base/mips_pro.exp
1065 * gdb.base/morestack.exp
1066 * gdb.base/moribund-step.exp
1067 * gdb.base/multi-forks.exp
1068 * gdb.base/nested-addr.exp
1069 * gdb.base/nextoverexit.exp
1070 * gdb.base/noreturn-finish.exp
1071 * gdb.base/noreturn-return.exp
1072 * gdb.base/nostdlib.exp
1073 * gdb.base/offsets.exp
1074 * gdb.base/opaque.exp
1075 * gdb.base/pc-fp.exp
1076 * gdb.base/permissions.exp
1077 * gdb.base/print-symbol-loading.exp
1078 * gdb.base/prologue-include.exp
1079 * gdb.base/psymtab.exp
1080 * gdb.base/ptype.exp
1081 * gdb.base/random-signal.exp
1082 * gdb.base/randomize.exp
1083 * gdb.base/range-stepping.exp
1084 * gdb.base/readline-ask.exp
1085 * gdb.base/recpar.exp
1086 * gdb.base/recurse.exp
1087 * gdb.base/relational.exp
1088 * gdb.base/restore.exp
1089 * gdb.base/return-nodebug.exp
1090 * gdb.base/return.exp
1091 * gdb.base/run-after-attach.exp
1092 * gdb.base/save-bp.exp
1093 * gdb.base/scope.exp
1094 * gdb.base/sect-cmd.exp
1095 * gdb.base/set-lang-auto.exp
1096 * gdb.base/set-noassign.exp
1097 * gdb.base/setvar.exp
1098 * gdb.base/sigall.exp
1099 * gdb.base/sigbpt.exp
1100 * gdb.base/siginfo-addr.exp
1101 * gdb.base/siginfo-infcall.exp
1102 * gdb.base/siginfo-obj.exp
1103 * gdb.base/siginfo.exp
1104 * gdb.base/signals-state-child.exp
1105 * gdb.base/signest.exp
1106 * gdb.base/sigstep.exp
1107 * gdb.base/sizeof.exp
1108 * gdb.base/skip.exp
1109 * gdb.base/solib-corrupted.exp
1110 * gdb.base/solib-nodir.exp
1111 * gdb.base/solib-search.exp
1112 * gdb.base/stack-checking.exp
1113 * gdb.base/stale-infcall.exp
1114 * gdb.base/stap-probe.exp
1115 * gdb.base/start.exp
1116 * gdb.base/step-break.exp
1117 * gdb.base/step-bt.exp
1118 * gdb.base/step-line.exp
1119 * gdb.base/step-over-exit.exp
1120 * gdb.base/step-over-syscall.exp
1121 * gdb.base/step-resume-infcall.exp
1122 * gdb.base/step-test.exp
1123 * gdb.base/store.exp
1124 * gdb.base/structs3.exp
1125 * gdb.base/sym-file.exp
1126 * gdb.base/symbol-without-target_section.exp
1127 * gdb.base/term.exp
1128 * gdb.base/testenv.exp
1129 * gdb.base/ui-redirect.exp
1130 * gdb.base/until.exp
1131 * gdb.base/unwindonsignal.exp
1132 * gdb.base/value-double-free.exp
1133 * gdb.base/vla-datatypes.exp
1134 * gdb.base/vla-ptr.exp
1135 * gdb.base/vla-sideeffect.exp
1136 * gdb.base/volatile.exp
1137 * gdb.base/watch-cond-infcall.exp
1138 * gdb.base/watch-cond.exp
1139 * gdb.base/watch-non-mem.exp
1140 * gdb.base/watch-read.exp
1141 * gdb.base/watch-vfork.exp
1142 * gdb.base/watchpoint-cond-gone.exp
1143 * gdb.base/watchpoint-delete.exp
1144 * gdb.base/watchpoint-hw-hit-once.exp
1145 * gdb.base/watchpoint-hw.exp
1146 * gdb.base/watchpoint-stops-at-right-insn.exp
1147 * gdb.base/watchpoints.exp
1148 * gdb.base/wchar.exp
1149 * gdb.base/whatis-exp.exp
1150 * gdb.btrace/buffer-size.exp
1151 * gdb.btrace/data.exp
1152 * gdb.btrace/delta.exp
1153 * gdb.btrace/dlopen.exp
1154 * gdb.btrace/enable.exp
1155 * gdb.btrace/exception.exp
1156 * gdb.btrace/function_call_history.exp
1157 * gdb.btrace/gcore.exp
1158 * gdb.btrace/instruction_history.exp
1159 * gdb.btrace/nohist.exp
1160 * gdb.btrace/reconnect.exp
1161 * gdb.btrace/record_goto-step.exp
1162 * gdb.btrace/record_goto.exp
1163 * gdb.btrace/rn-dl-bind.exp
1164 * gdb.btrace/segv.exp
1165 * gdb.btrace/step.exp
1166 * gdb.btrace/stepi.exp
1167 * gdb.btrace/tailcall-only.exp
1168 * gdb.btrace/tailcall.exp
1169 * gdb.btrace/tsx.exp
1170 * gdb.btrace/unknown_functions.exp
1171 * gdb.btrace/vdso.exp
1172 * gdb.compile/compile-ifunc.exp
1173 * gdb.compile/compile-ops.exp
1174 * gdb.compile/compile-print.exp
1175 * gdb.compile/compile-setjmp.exp
1176 * gdb.cp/abstract-origin.exp
1177 * gdb.cp/ambiguous.exp
1178 * gdb.cp/annota2.exp
1179 * gdb.cp/annota3.exp
1180 * gdb.cp/anon-ns.exp
1181 * gdb.cp/anon-struct.exp
1182 * gdb.cp/anon-union.exp
1183 * gdb.cp/arg-reference.exp
1184 * gdb.cp/baseenum.exp
1185 * gdb.cp/bool.exp
1186 * gdb.cp/breakpoint.exp
1187 * gdb.cp/bs15503.exp
1188 * gdb.cp/call-c.exp
1189 * gdb.cp/casts.exp
1190 * gdb.cp/chained-calls.exp
1191 * gdb.cp/class2.exp
1192 * gdb.cp/classes.exp
1193 * gdb.cp/cmpd-minsyms.exp
1194 * gdb.cp/converts.exp
1195 * gdb.cp/cp-relocate.exp
1196 * gdb.cp/cpcompletion.exp
1197 * gdb.cp/cpexprs.exp
1198 * gdb.cp/cplabel.exp
1199 * gdb.cp/cplusfuncs.exp
1200 * gdb.cp/cpsizeof.exp
1201 * gdb.cp/ctti.exp
1202 * gdb.cp/derivation.exp
1203 * gdb.cp/destrprint.exp
1204 * gdb.cp/dispcxx.exp
1205 * gdb.cp/enum-class.exp
1206 * gdb.cp/exception.exp
1207 * gdb.cp/exceptprint.exp
1208 * gdb.cp/expand-psymtabs-cxx.exp
1209 * gdb.cp/expand-sals.exp
1210 * gdb.cp/extern-c.exp
1211 * gdb.cp/filename.exp
1212 * gdb.cp/formatted-ref.exp
1213 * gdb.cp/fpointer.exp
1214 * gdb.cp/gdb1355.exp
1215 * gdb.cp/gdb2495.exp
1216 * gdb.cp/hang.exp
1217 * gdb.cp/impl-this.exp
1218 * gdb.cp/infcall-dlopen.exp
1219 * gdb.cp/inherit.exp
1220 * gdb.cp/iostream.exp
1221 * gdb.cp/koenig.exp
1222 * gdb.cp/local.exp
1223 * gdb.cp/m-data.exp
1224 * gdb.cp/m-static.exp
1225 * gdb.cp/mb-ctor.exp
1226 * gdb.cp/mb-inline.exp
1227 * gdb.cp/mb-templates.exp
1228 * gdb.cp/member-name.exp
1229 * gdb.cp/member-ptr.exp
1230 * gdb.cp/meth-typedefs.exp
1231 * gdb.cp/method.exp
1232 * gdb.cp/method2.exp
1233 * gdb.cp/minsym-fallback.exp
1234 * gdb.cp/misc.exp
1235 * gdb.cp/namelessclass.exp
1236 * gdb.cp/namespace-enum.exp
1237 * gdb.cp/namespace-nested-import.exp
1238 * gdb.cp/namespace.exp
1239 * gdb.cp/nextoverthrow.exp
1240 * gdb.cp/no-dmgl-verbose.exp
1241 * gdb.cp/non-trivial-retval.exp
1242 * gdb.cp/noparam.exp
1243 * gdb.cp/nsdecl.exp
1244 * gdb.cp/nsimport.exp
1245 * gdb.cp/nsnested.exp
1246 * gdb.cp/nsnoimports.exp
1247 * gdb.cp/nsrecurs.exp
1248 * gdb.cp/nsstress.exp
1249 * gdb.cp/nsusing.exp
1250 * gdb.cp/operator.exp
1251 * gdb.cp/oranking.exp
1252 * gdb.cp/overload-const.exp
1253 * gdb.cp/overload.exp
1254 * gdb.cp/ovldbreak.exp
1255 * gdb.cp/ovsrch.exp
1256 * gdb.cp/paren-type.exp
1257 * gdb.cp/parse-lang.exp
1258 * gdb.cp/pass-by-ref.exp
1259 * gdb.cp/pr-1023.exp
1260 * gdb.cp/pr-1210.exp
1261 * gdb.cp/pr-574.exp
1262 * gdb.cp/pr10687.exp
1263 * gdb.cp/pr12028.exp
1264 * gdb.cp/pr17132.exp
1265 * gdb.cp/pr17494.exp
1266 * gdb.cp/pr9067.exp
1267 * gdb.cp/pr9167.exp
1268 * gdb.cp/pr9631.exp
1269 * gdb.cp/printmethod.exp
1270 * gdb.cp/psmang.exp
1271 * gdb.cp/psymtab-parameter.exp
1272 * gdb.cp/ptype-cv-cp.exp
1273 * gdb.cp/ptype-flags.exp
1274 * gdb.cp/re-set-overloaded.exp
1275 * gdb.cp/ref-types.exp
1276 * gdb.cp/rtti.exp
1277 * gdb.cp/scope-err.exp
1278 * gdb.cp/shadow.exp
1279 * gdb.cp/smartp.exp
1280 * gdb.cp/static-method.exp
1281 * gdb.cp/static-print-quit.exp
1282 * gdb.cp/temargs.exp
1283 * gdb.cp/templates.exp
1284 * gdb.cp/try_catch.exp
1285 * gdb.cp/typedef-operator.exp
1286 * gdb.cp/typeid.exp
1287 * gdb.cp/userdef.exp
1288 * gdb.cp/using-crash.exp
1289 * gdb.cp/var-tag.exp
1290 * gdb.cp/virtbase.exp
1291 * gdb.cp/virtfunc.exp
1292 * gdb.cp/virtfunc2.exp
1293 * gdb.cp/vla-cxx.exp
1294 * gdb.disasm/t01_mov.exp
1295 * gdb.disasm/t02_mova.exp
1296 * gdb.disasm/t03_add.exp
1297 * gdb.disasm/t04_sub.exp
1298 * gdb.disasm/t05_cmp.exp
1299 * gdb.disasm/t06_ari2.exp
1300 * gdb.disasm/t07_ari3.exp
1301 * gdb.disasm/t08_or.exp
1302 * gdb.disasm/t09_xor.exp
1303 * gdb.disasm/t10_and.exp
1304 * gdb.disasm/t11_logs.exp
1305 * gdb.disasm/t12_bit.exp
1306 * gdb.disasm/t13_otr.exp
1307 * gdb.dlang/circular.exp
1308 * gdb.dwarf2/arr-stride.exp
1309 * gdb.dwarf2/arr-subrange.exp
1310 * gdb.dwarf2/atomic-type.exp
1311 * gdb.dwarf2/bad-regnum.exp
1312 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1313 * gdb.dwarf2/callframecfa.exp
1314 * gdb.dwarf2/clztest.exp
1315 * gdb.dwarf2/corrupt.exp
1316 * gdb.dwarf2/data-loc.exp
1317 * gdb.dwarf2/dup-psym.exp
1318 * gdb.dwarf2/dw2-anon-mptr.exp
1319 * gdb.dwarf2/dw2-anonymous-func.exp
1320 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1321 * gdb.dwarf2/dw2-bad-unresolved.exp
1322 * gdb.dwarf2/dw2-basic.exp
1323 * gdb.dwarf2/dw2-canonicalize-type.exp
1324 * gdb.dwarf2/dw2-case-insensitive.exp
1325 * gdb.dwarf2/dw2-common-block.exp
1326 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1327 * gdb.dwarf2/dw2-compressed.exp
1328 * gdb.dwarf2/dw2-const.exp
1329 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1330 * gdb.dwarf2/dw2-cu-size.exp
1331 * gdb.dwarf2/dw2-dup-frame.exp
1332 * gdb.dwarf2/dw2-entry-value.exp
1333 * gdb.dwarf2/dw2-icycle.exp
1334 * gdb.dwarf2/dw2-ifort-parameter.exp
1335 * gdb.dwarf2/dw2-inline-break.exp
1336 * gdb.dwarf2/dw2-inline-param.exp
1337 * gdb.dwarf2/dw2-intercu.exp
1338 * gdb.dwarf2/dw2-intermix.exp
1339 * gdb.dwarf2/dw2-lexical-block-bare.exp
1340 * gdb.dwarf2/dw2-linkage-name-trust.exp
1341 * gdb.dwarf2/dw2-minsym-in-cu.exp
1342 * gdb.dwarf2/dw2-noloc.exp
1343 * gdb.dwarf2/dw2-op-call.exp
1344 * gdb.dwarf2/dw2-op-out-param.exp
1345 * gdb.dwarf2/dw2-opt-structptr.exp
1346 * gdb.dwarf2/dw2-param-error.exp
1347 * gdb.dwarf2/dw2-producer.exp
1348 * gdb.dwarf2/dw2-ranges-base.exp
1349 * gdb.dwarf2/dw2-ref-missing-frame.exp
1350 * gdb.dwarf2/dw2-reg-undefined.exp
1351 * gdb.dwarf2/dw2-regno-invalid.exp
1352 * gdb.dwarf2/dw2-restore.exp
1353 * gdb.dwarf2/dw2-restrict.exp
1354 * gdb.dwarf2/dw2-single-line-discriminators.exp
1355 * gdb.dwarf2/dw2-strp.exp
1356 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1357 * gdb.dwarf2/dw2-unresolved.exp
1358 * gdb.dwarf2/dw2-var-zero-addr.exp
1359 * gdb.dwarf2/dw4-sig-types.exp
1360 * gdb.dwarf2/dwz.exp
1361 * gdb.dwarf2/dynarr-ptr.exp
1362 * gdb.dwarf2/enum-type.exp
1363 * gdb.dwarf2/gdb-index.exp
1364 * gdb.dwarf2/implptr-64bit.exp
1365 * gdb.dwarf2/implptr-optimized-out.exp
1366 * gdb.dwarf2/implptr.exp
1367 * gdb.dwarf2/implref-array.exp
1368 * gdb.dwarf2/implref-const.exp
1369 * gdb.dwarf2/implref-global.exp
1370 * gdb.dwarf2/implref-struct.exp
1371 * gdb.dwarf2/mac-fileno.exp
1372 * gdb.dwarf2/main-subprogram.exp
1373 * gdb.dwarf2/member-ptr-forwardref.exp
1374 * gdb.dwarf2/method-ptr.exp
1375 * gdb.dwarf2/missing-sig-type.exp
1376 * gdb.dwarf2/nonvar-access.exp
1377 * gdb.dwarf2/opaque-type-lookup.exp
1378 * gdb.dwarf2/pieces-optimized-out.exp
1379 * gdb.dwarf2/pieces.exp
1380 * gdb.dwarf2/pr10770.exp
1381 * gdb.dwarf2/pr13961.exp
1382 * gdb.dwarf2/staticvirtual.exp
1383 * gdb.dwarf2/subrange.exp
1384 * gdb.dwarf2/symtab-producer.exp
1385 * gdb.dwarf2/trace-crash.exp
1386 * gdb.dwarf2/typeddwarf.exp
1387 * gdb.dwarf2/valop.exp
1388 * gdb.dwarf2/watch-notconst.exp
1389 * gdb.fortran/array-element.exp
1390 * gdb.fortran/charset.exp
1391 * gdb.fortran/common-block.exp
1392 * gdb.fortran/complex.exp
1393 * gdb.fortran/derived-type-function.exp
1394 * gdb.fortran/derived-type.exp
1395 * gdb.fortran/logical.exp
1396 * gdb.fortran/module.exp
1397 * gdb.fortran/multi-dim.exp
1398 * gdb.fortran/nested-funcs.exp
1399 * gdb.fortran/print-formatted.exp
1400 * gdb.fortran/subarray.exp
1401 * gdb.fortran/vla-alloc-assoc.exp
1402 * gdb.fortran/vla-datatypes.exp
1403 * gdb.fortran/vla-history.exp
1404 * gdb.fortran/vla-ptr-info.exp
1405 * gdb.fortran/vla-ptype-sub.exp
1406 * gdb.fortran/vla-ptype.exp
1407 * gdb.fortran/vla-sizeof.exp
1408 * gdb.fortran/vla-type.exp
1409 * gdb.fortran/vla-value-sub-arbitrary.exp
1410 * gdb.fortran/vla-value-sub-finish.exp
1411 * gdb.fortran/vla-value-sub.exp
1412 * gdb.fortran/vla-value.exp
1413 * gdb.fortran/whatis_type.exp
1414 * gdb.go/chan.exp
1415 * gdb.go/handcall.exp
1416 * gdb.go/hello.exp
1417 * gdb.go/integers.exp
1418 * gdb.go/methods.exp
1419 * gdb.go/package.exp
1420 * gdb.go/strings.exp
1421 * gdb.go/types.exp
1422 * gdb.go/unsafe.exp
1423 * gdb.guile/scm-arch.exp
1424 * gdb.guile/scm-block.exp
1425 * gdb.guile/scm-breakpoint.exp
1426 * gdb.guile/scm-cmd.exp
1427 * gdb.guile/scm-disasm.exp
1428 * gdb.guile/scm-equal.exp
1429 * gdb.guile/scm-frame-args.exp
1430 * gdb.guile/scm-frame-inline.exp
1431 * gdb.guile/scm-frame.exp
1432 * gdb.guile/scm-iterator.exp
1433 * gdb.guile/scm-math.exp
1434 * gdb.guile/scm-objfile.exp
1435 * gdb.guile/scm-ports.exp
1436 * gdb.guile/scm-symbol.exp
1437 * gdb.guile/scm-symtab.exp
1438 * gdb.guile/scm-value-cc.exp
1439 * gdb.guile/types-module.exp
1440 * gdb.linespec/break-ask.exp
1441 * gdb.linespec/cpexplicit.exp
1442 * gdb.linespec/explicit.exp
1443 * gdb.linespec/keywords.exp
1444 * gdb.linespec/linespec.exp
1445 * gdb.linespec/ls-dollar.exp
1446 * gdb.linespec/ls-errs.exp
1447 * gdb.linespec/skip-two.exp
1448 * gdb.linespec/thread.exp
1449 * gdb.mi/mi-async.exp
1450 * gdb.mi/mi-basics.exp
1451 * gdb.mi/mi-break.exp
1452 * gdb.mi/mi-catch-load.exp
1453 * gdb.mi/mi-cli.exp
1454 * gdb.mi/mi-cmd-param-changed.exp
1455 * gdb.mi/mi-console.exp
1456 * gdb.mi/mi-detach.exp
1457 * gdb.mi/mi-disassemble.exp
1458 * gdb.mi/mi-eval.exp
1459 * gdb.mi/mi-file-transfer.exp
1460 * gdb.mi/mi-file.exp
1461 * gdb.mi/mi-fill-memory.exp
1462 * gdb.mi/mi-inheritance-syntax-error.exp
1463 * gdb.mi/mi-linespec-err-cp.exp
1464 * gdb.mi/mi-logging.exp
1465 * gdb.mi/mi-memory-changed.exp
1466 * gdb.mi/mi-read-memory.exp
1467 * gdb.mi/mi-record-changed.exp
1468 * gdb.mi/mi-reg-undefined.exp
1469 * gdb.mi/mi-regs.exp
1470 * gdb.mi/mi-return.exp
1471 * gdb.mi/mi-reverse.exp
1472 * gdb.mi/mi-simplerun.exp
1473 * gdb.mi/mi-solib.exp
1474 * gdb.mi/mi-stack.exp
1475 * gdb.mi/mi-stepi.exp
1476 * gdb.mi/mi-syn-frame.exp
1477 * gdb.mi/mi-until.exp
1478 * gdb.mi/mi-var-block.exp
1479 * gdb.mi/mi-var-child.exp
1480 * gdb.mi/mi-var-cmd.exp
1481 * gdb.mi/mi-var-cp.exp
1482 * gdb.mi/mi-var-display.exp
1483 * gdb.mi/mi-var-invalidate.exp
1484 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1485 * gdb.mi/mi-vla-fortran.exp
1486 * gdb.mi/mi-watch.exp
1487 * gdb.mi/mi2-var-child.exp
1488 * gdb.mi/user-selected-context-sync.exp
1489 * gdb.modula2/unbounded-array.exp
1490 * gdb.multi/dummy-frame-restore.exp
1491 * gdb.multi/multi-arch-exec.exp
1492 * gdb.multi/multi-arch.exp
1493 * gdb.multi/tids.exp
1494 * gdb.multi/watchpoint-multi.exp
1495 * gdb.opencl/callfuncs.exp
1496 * gdb.opencl/convs_casts.exp
1497 * gdb.opencl/datatypes.exp
1498 * gdb.opencl/operators.exp
1499 * gdb.opencl/vec_comps.exp
1500 * gdb.opt/clobbered-registers-O2.exp
1501 * gdb.opt/inline-break.exp
1502 * gdb.opt/inline-bt.exp
1503 * gdb.opt/inline-cmds.exp
1504 * gdb.opt/inline-locals.exp
1505 * gdb.pascal/case-insensitive-symbols.exp
1506 * gdb.pascal/floats.exp
1507 * gdb.pascal/gdb11492.exp
1508 * gdb.python/lib-types.exp
1509 * gdb.python/py-arch.exp
1510 * gdb.python/py-as-string.exp
1511 * gdb.python/py-bad-printers.exp
1512 * gdb.python/py-block.exp
1513 * gdb.python/py-breakpoint-create-fail.exp
1514 * gdb.python/py-breakpoint.exp
1515 * gdb.python/py-caller-is.exp
1516 * gdb.python/py-cmd.exp
1517 * gdb.python/py-explore-cc.exp
1518 * gdb.python/py-explore.exp
1519 * gdb.python/py-finish-breakpoint.exp
1520 * gdb.python/py-finish-breakpoint2.exp
1521 * gdb.python/py-frame-args.exp
1522 * gdb.python/py-frame-inline.exp
1523 * gdb.python/py-frame.exp
1524 * gdb.python/py-framefilter-mi.exp
1525 * gdb.python/py-infthread.exp
1526 * gdb.python/py-lazy-string.exp
1527 * gdb.python/py-linetable.exp
1528 * gdb.python/py-mi-events.exp
1529 * gdb.python/py-mi-objfile.exp
1530 * gdb.python/py-mi.exp
1531 * gdb.python/py-objfile.exp
1532 * gdb.python/py-pp-integral.exp
1533 * gdb.python/py-pp-maint.exp
1534 * gdb.python/py-pp-re-notag.exp
1535 * gdb.python/py-pp-registration.exp
1536 * gdb.python/py-recurse-unwind.exp
1537 * gdb.python/py-strfns.exp
1538 * gdb.python/py-symbol.exp
1539 * gdb.python/py-symtab.exp
1540 * gdb.python/py-sync-interp.exp
1541 * gdb.python/py-typeprint.exp
1542 * gdb.python/py-unwind-maint.exp
1543 * gdb.python/py-unwind.exp
1544 * gdb.python/py-value-cc.exp
1545 * gdb.python/py-xmethods.exp
1546 * gdb.reverse/amd64-tailcall-reverse.exp
1547 * gdb.reverse/break-precsave.exp
1548 * gdb.reverse/break-reverse.exp
1549 * gdb.reverse/consecutive-precsave.exp
1550 * gdb.reverse/consecutive-reverse.exp
1551 * gdb.reverse/finish-precsave.exp
1552 * gdb.reverse/finish-reverse-bkpt.exp
1553 * gdb.reverse/finish-reverse.exp
1554 * gdb.reverse/fstatat-reverse.exp
1555 * gdb.reverse/getresuid-reverse.exp
1556 * gdb.reverse/i386-precsave.exp
1557 * gdb.reverse/i386-reverse.exp
1558 * gdb.reverse/i386-sse-reverse.exp
1559 * gdb.reverse/i387-env-reverse.exp
1560 * gdb.reverse/i387-stack-reverse.exp
1561 * gdb.reverse/insn-reverse.exp
1562 * gdb.reverse/machinestate-precsave.exp
1563 * gdb.reverse/machinestate.exp
1564 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1565 * gdb.reverse/pipe-reverse.exp
1566 * gdb.reverse/readv-reverse.exp
1567 * gdb.reverse/recvmsg-reverse.exp
1568 * gdb.reverse/rerun-prec.exp
1569 * gdb.reverse/s390-mvcle.exp
1570 * gdb.reverse/step-precsave.exp
1571 * gdb.reverse/step-reverse.exp
1572 * gdb.reverse/time-reverse.exp
1573 * gdb.reverse/until-precsave.exp
1574 * gdb.reverse/until-reverse.exp
1575 * gdb.reverse/waitpid-reverse.exp
1576 * gdb.reverse/watch-precsave.exp
1577 * gdb.reverse/watch-reverse.exp
1578 * gdb.rust/generics.exp
1579 * gdb.rust/methods.exp
1580 * gdb.rust/modules.exp
1581 * gdb.rust/simple.exp
1582 * gdb.server/connect-with-no-symbol-file.exp
1583 * gdb.server/ext-attach.exp
1584 * gdb.server/ext-restart.exp
1585 * gdb.server/ext-wrapper.exp
1586 * gdb.server/file-transfer.exp
1587 * gdb.server/server-exec-info.exp
1588 * gdb.server/server-kill.exp
1589 * gdb.server/server-mon.exp
1590 * gdb.server/wrapper.exp
1591 * gdb.stabs/exclfwd.exp
1592 * gdb.stabs/gdb11479.exp
1593 * gdb.threads/clone-new-thread-event.exp
1594 * gdb.threads/corethreads.exp
1595 * gdb.threads/current-lwp-dead.exp
1596 * gdb.threads/dlopen-libpthread.exp
1597 * gdb.threads/gcore-thread.exp
1598 * gdb.threads/sigstep-threads.exp
1599 * gdb.threads/watchpoint-fork.exp
1600 * gdb.trace/actions-changed.exp
1601 * gdb.trace/backtrace.exp
1602 * gdb.trace/change-loc.exp
1603 * gdb.trace/circ.exp
1604 * gdb.trace/collection.exp
1605 * gdb.trace/disconnected-tracing.exp
1606 * gdb.trace/ftrace.exp
1607 * gdb.trace/mi-trace-frame-collected.exp
1608 * gdb.trace/mi-trace-unavailable.exp
1609 * gdb.trace/mi-traceframe-changed.exp
1610 * gdb.trace/mi-tsv-changed.exp
1611 * gdb.trace/no-attach-trace.exp
1612 * gdb.trace/passc-dyn.exp
1613 * gdb.trace/qtro.exp
1614 * gdb.trace/range-stepping.exp
1615 * gdb.trace/read-memory.exp
1616 * gdb.trace/save-trace.exp
1617 * gdb.trace/signal.exp
1618 * gdb.trace/status-stop.exp
1619 * gdb.trace/tfile.exp
1620 * gdb.trace/trace-break.exp
1621 * gdb.trace/trace-buffer-size.exp
1622 * gdb.trace/trace-condition.exp
1623 * gdb.trace/tracefile-pseudo-reg.exp
1624 * gdb.trace/tstatus.exp
1625 * gdb.trace/unavailable.exp
1626 * gdb.trace/while-dyn.exp
1627 * gdb.trace/while-stepping.exp
1628
1629 2016-12-22 Doug Evans <xdje42@gmail.com>
1630
1631 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1632 and msymbols.
1633
1634 2016-12-19 Yao Qi <yao.qi@linaro.org>
1635
1636 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1637 (test_with_self): Don't call do_steps_and_nexts, and remove
1638 code about stepping into xmalloc.
1639
1640 2016-12-09 Yao Qi <yao.qi@linaro.org>
1641
1642 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1643
1644 2016-12-09 Yao Qi <yao.qi@linaro.org>
1645
1646 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1647
1648 2016-12-09 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.base/all-architectures-0.exp: New file.
1651 * gdb.base/all-architectures-1.exp: New file.
1652 * gdb.base/all-architectures-2.exp: New file.
1653 * gdb.base/all-architectures-3.exp: New file.
1654 * gdb.base/all-architectures-4.exp: New file.
1655 * gdb.base/all-architectures-5.exp: New file.
1656 * gdb.base/all-architectures-6.exp: New file.
1657 * gdb.base/all-architectures-7.exp: New file.
1658 * gdb.base/all-architectures.exp.in: New file.
1659
1660 2016-12-09 Yao Qi <yao.qi@linaro.org>
1661
1662 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1663
1664 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1665
1666 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1667 possible.
1668 Remove useless pattern-matching code.
1669
1670 2016-12-02 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1673 procedure.
1674 (top level): Call it.
1675
1676 2016-12-02 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1679 New procedure.
1680 (top level): Call it.
1681
1682 2016-12-02 Pedro Alves <palves@redhat.com>
1683
1684 PR cli/20559
1685 * gdb.base/commands.exp (user_defined_command_args_eval): New
1686 procedure.
1687 (top level): Call it.
1688
1689 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1690
1691 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1692 timeout handling.
1693
1694 2016-12-02 Tom Tromey <tom@tromey.com>
1695
1696 * gdb.dwarf2/main-subprogram.c: New file.
1697 * gdb.dwarf2/main-subprogram.exp: New file.
1698
1699 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1700
1701 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1702 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1703 gdb_test_no_output for a couple of cases.
1704 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1705
1706 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1707
1708 Fix test names and standardize compilation error messages throughout
1709 the following files:
1710
1711 * gdb.ada/start.exp
1712 * gdb.arch/alpha-step.exp
1713 * gdb.arch/e500-prologue.exp
1714 * gdb.arch/ftrace-insn-reloc.exp
1715 * gdb.arch/gdb1291.exp
1716 * gdb.arch/gdb1431.exp
1717 * gdb.arch/gdb1558.exp
1718 * gdb.arch/i386-dr3-watch.exp
1719 * gdb.arch/i386-sse-stack-align.exp
1720 * gdb.arch/ia64-breakpoint-shadow.exp
1721 * gdb.arch/pa-nullify.exp
1722 * gdb.arch/powerpc-aix-prologue.exp
1723 * gdb.arch/thumb-bx-pc.exp
1724 * gdb.base/annota1.exp
1725 * gdb.base/annota3.exp
1726 * gdb.base/arrayidx.exp
1727 * gdb.base/assign.exp
1728 * gdb.base/attach.exp
1729 * gdb.base/auxv.exp
1730 * gdb.base/bang.exp
1731 * gdb.base/bfp-test.exp
1732 * gdb.base/bigcore.exp
1733 * gdb.base/bitfields2.exp
1734 * gdb.base/break-fun-addr.exp
1735 * gdb.base/break-probes.exp
1736 * gdb.base/call-rt-st.exp
1737 * gdb.base/callexit.exp
1738 * gdb.base/catch-fork-kill.exp
1739 * gdb.base/charset.exp
1740 * gdb.base/checkpoint.exp
1741 * gdb.base/comprdebug.exp
1742 * gdb.base/constvars.exp
1743 * gdb.base/coredump-filter.exp
1744 * gdb.base/cursal.exp
1745 * gdb.base/cvexpr.exp
1746 * gdb.base/detach.exp
1747 * gdb.base/display.exp
1748 * gdb.base/dmsym.exp
1749 * gdb.base/dprintf-pending.exp
1750 * gdb.base/dso2dso.exp
1751 * gdb.base/dtrace-probe.exp
1752 * gdb.base/dump.exp
1753 * gdb.base/enum_cond.exp
1754 * gdb.base/exe-lock.exp
1755 * gdb.base/exec-invalid-sysroot.exp
1756 * gdb.base/execl-update-breakpoints.exp
1757 * gdb.base/exprs.exp
1758 * gdb.base/fileio.exp
1759 * gdb.base/find.exp
1760 * gdb.base/finish.exp
1761 * gdb.base/fixsection.exp
1762 * gdb.base/foll-vfork.exp
1763 * gdb.base/frame-args.exp
1764 * gdb.base/gcore.exp
1765 * gdb.base/gdb1250.exp
1766 * gdb.base/global-var-nested-by-dso.exp
1767 * gdb.base/gnu-ifunc.exp
1768 * gdb.base/hashline1.exp
1769 * gdb.base/hashline2.exp
1770 * gdb.base/hashline3.exp
1771 * gdb.base/hbreak-in-shr-unsupported.exp
1772 * gdb.base/huge.exp
1773 * gdb.base/infcall-input.exp
1774 * gdb.base/info-fun.exp
1775 * gdb.base/info-shared.exp
1776 * gdb.base/jit-simple.exp
1777 * gdb.base/jit-so.exp
1778 * gdb.base/jit.exp
1779 * gdb.base/jump.exp
1780 * gdb.base/label.exp
1781 * gdb.base/lineinc.exp
1782 * gdb.base/logical.exp
1783 * gdb.base/longjmp.exp
1784 * gdb.base/macscp.exp
1785 * gdb.base/miscexprs.exp
1786 * gdb.base/new-ui-echo.exp
1787 * gdb.base/new-ui-pending-input.exp
1788 * gdb.base/new-ui.exp
1789 * gdb.base/nodebug.exp
1790 * gdb.base/nofield.exp
1791 * gdb.base/offsets.exp
1792 * gdb.base/overlays.exp
1793 * gdb.base/pending.exp
1794 * gdb.base/pointers.exp
1795 * gdb.base/pr11022.exp
1796 * gdb.base/printcmds.exp
1797 * gdb.base/prologue.exp
1798 * gdb.base/ptr-typedef.exp
1799 * gdb.base/realname-expand.exp
1800 * gdb.base/relativedebug.exp
1801 * gdb.base/relocate.exp
1802 * gdb.base/remote.exp
1803 * gdb.base/reread.exp
1804 * gdb.base/return2.exp
1805 * gdb.base/savedregs.exp
1806 * gdb.base/sep.exp
1807 * gdb.base/sepdebug.exp
1808 * gdb.base/sepsymtab.exp
1809 * gdb.base/set-inferior-tty.exp
1810 * gdb.base/setshow.exp
1811 * gdb.base/shlib-call.exp
1812 * gdb.base/sigaltstack.exp
1813 * gdb.base/siginfo-addr.exp
1814 * gdb.base/signals.exp
1815 * gdb.base/signull.exp
1816 * gdb.base/sigrepeat.exp
1817 * gdb.base/so-impl-ld.exp
1818 * gdb.base/solib-display.exp
1819 * gdb.base/solib-overlap.exp
1820 * gdb.base/solib-search.exp
1821 * gdb.base/solib-symbol.exp
1822 * gdb.base/structs.exp
1823 * gdb.base/structs2.exp
1824 * gdb.base/symtab-search-order.exp
1825 * gdb.base/twice.exp
1826 * gdb.base/unload.exp
1827 * gdb.base/varargs.exp
1828 * gdb.base/watchpoint-solib.exp
1829 * gdb.base/watchpoint.exp
1830 * gdb.base/whatis.exp
1831 * gdb.base/wrong_frame_bt_full.exp
1832 * gdb.btrace/dlopen.exp
1833 * gdb.cell/ea-standalone.exp
1834 * gdb.cell/ea-test.exp
1835 * gdb.cp/dispcxx.exp
1836 * gdb.cp/gdb2384.exp
1837 * gdb.cp/method2.exp
1838 * gdb.cp/nextoverthrow.exp
1839 * gdb.cp/pr10728.exp
1840 * gdb.disasm/am33.exp
1841 * gdb.disasm/h8300s.exp
1842 * gdb.disasm/mn10300.exp
1843 * gdb.disasm/sh3.exp
1844 * gdb.dwarf2/dw2-dir-file-name.exp
1845 * gdb.fortran/complex.exp
1846 * gdb.fortran/library-module.exp
1847 * gdb.guile/scm-pretty-print.exp
1848 * gdb.guile/scm-symbol.exp
1849 * gdb.guile/scm-type.exp
1850 * gdb.guile/scm-value.exp
1851 * gdb.linespec/linespec.exp
1852 * gdb.mi/gdb701.exp
1853 * gdb.mi/gdb792.exp
1854 * gdb.mi/mi-breakpoint-changed.exp
1855 * gdb.mi/mi-dprintf-pending.exp
1856 * gdb.mi/mi-dprintf.exp
1857 * gdb.mi/mi-exit-code.exp
1858 * gdb.mi/mi-pending.exp
1859 * gdb.mi/mi-solib.exp
1860 * gdb.mi/new-ui-mi-sync.exp
1861 * gdb.mi/pr11022.exp
1862 * gdb.mi/user-selected-context-sync.exp
1863 * gdb.opt/solib-intra-step.exp
1864 * gdb.python/py-events.exp
1865 * gdb.python/py-finish-breakpoint.exp
1866 * gdb.python/py-mi.exp
1867 * gdb.python/py-prettyprint.exp
1868 * gdb.python/py-shared.exp
1869 * gdb.python/py-symbol.exp
1870 * gdb.python/py-template.exp
1871 * gdb.python/py-type.exp
1872 * gdb.python/py-value.exp
1873 * gdb.reverse/solib-precsave.exp
1874 * gdb.reverse/solib-reverse.exp
1875 * gdb.server/solib-list.exp
1876 * gdb.stabs/weird.exp
1877 * gdb.threads/reconnect-signal.exp
1878 * gdb.threads/stepi-random-signal.exp
1879 * gdb.trace/actions.exp
1880 * gdb.trace/ax.exp
1881 * gdb.trace/backtrace.exp
1882 * gdb.trace/change-loc.exp
1883 * gdb.trace/deltrace.exp
1884 * gdb.trace/ftrace-lock.exp
1885 * gdb.trace/ftrace.exp
1886 * gdb.trace/infotrace.exp
1887 * gdb.trace/mi-tracepoint-changed.exp
1888 * gdb.trace/packetlen.exp
1889 * gdb.trace/passcount.exp
1890 * gdb.trace/pending.exp
1891 * gdb.trace/range-stepping.exp
1892 * gdb.trace/report.exp
1893 * gdb.trace/stap-trace.exp
1894 * gdb.trace/tfind.exp
1895 * gdb.trace/trace-break.exp
1896 * gdb.trace/trace-condition.exp
1897 * gdb.trace/trace-enable-disable.exp
1898 * gdb.trace/trace-mt.exp
1899 * gdb.trace/tracecmd.exp
1900 * gdb.trace/tspeed.exp
1901 * gdb.trace/tsv.exp
1902 * lib/perftest.exp
1903
1904 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1905
1906 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1907 with gdb_test_no_output.
1908 Use command as test name.
1909
1910 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1911
1912 Fix test names starting with uppercase throughout the files.
1913
1914 * gdb.ada/assign_1.exp
1915 * gdb.ada/boolean_expr.exp
1916 * gdb.base/arrayidx.exp
1917 * gdb.base/del.exp
1918 * gdb.base/gcore-buffer-overflow.exp
1919 * gdb.base/testenv.exp
1920 * gdb.compile/compile.exp
1921 * gdb.python/py-framefilter-invalidarg.exp
1922 * gdb.python/py-framefilter.exp
1923
1924 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1925
1926 Fix test names starting with uppercase throughout the files.
1927
1928 * gdb.ada/array_return.exp
1929 * gdb.ada/expr_delims.exp
1930 * gdb.ada/mi_dyn_arr.exp
1931 * gdb.ada/mi_interface.exp
1932 * gdb.ada/mi_var_array.exp
1933 * gdb.ada/watch_arg.exp
1934 * gdb.arch/alpha-step.exp
1935 * gdb.arch/altivec-regs.exp
1936 * gdb.arch/e500-regs.exp
1937 * gdb.arch/powerpc-d128-regs.exp
1938 * gdb.base/arrayidx.exp
1939 * gdb.base/break.exp
1940 * gdb.base/checkpoint.exp
1941 * gdb.base/debug-expr.exp
1942 * gdb.base/dmsym.exp
1943 * gdb.base/radix.exp
1944 * gdb.base/sepdebug.exp
1945 * gdb.base/testenv.exp
1946 * gdb.base/watch_thread_num.exp
1947 * gdb.base/watchpoint-cond-gone.exp
1948 * gdb.cell/break.exp
1949 * gdb.cell/ea-cache.exp
1950 * gdb.compile/compile.exp
1951 * gdb.cp/gdb2495.exp
1952 * gdb.gdb/selftest.exp
1953 * gdb.gdb/xfullpath.exp
1954 * gdb.go/hello.exp
1955 * gdb.go/integers.exp
1956 * gdb.objc/basicclass.exp
1957 * gdb.pascal/hello.exp
1958 * gdb.pascal/integers.exp
1959 * gdb.python/py-breakpoint.exp
1960 * gdb.python/py-cmd.exp
1961 * gdb.python/py-linetable.exp
1962 * gdb.python/py-xmethods.exp
1963 * gdb.python/python.exp
1964 * gdb.reverse/consecutive-precsave.exp
1965 * gdb.reverse/finish-precsave.exp
1966 * gdb.reverse/i386-precsave.exp
1967 * gdb.reverse/machinestate-precsave.exp
1968 * gdb.reverse/sigall-precsave.exp
1969 * gdb.reverse/solib-precsave.exp
1970 * gdb.reverse/step-precsave.exp
1971 * gdb.reverse/until-precsave.exp
1972 * gdb.reverse/watch-precsave.exp
1973 * gdb.threads/leader-exit.exp
1974 * gdb.threads/pthreads.exp
1975 * gdb.threads/wp-replication.exp
1976 * gdb.trace/actions.exp
1977 * gdb.trace/mi-tsv-changed.exp
1978 * gdb.trace/tsv.exp
1979
1980 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1981
1982 Fix test names starting with uppercase throughout the files.
1983
1984 * gdb.arch/i386-bp_permanent.exp
1985 * gdb.arch/i386-gnu-cfi.exp
1986 * gdb.base/disasm-end-cu.exp
1987 * gdb.base/macscp.exp
1988 * gdb.base/pending.exp
1989 * gdb.base/watch_thread_num.exp
1990 * gdb.cp/exception.exp
1991 * gdb.cp/gdb2495.exp
1992 * gdb.cp/local.exp
1993 * gdb.python/py-evsignal.exp
1994 * gdb.python/python.exp
1995 * gdb.trace/tracecmd.exp
1996
1997 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1998
1999 Fix test names starting with uppercase throughout the files.
2000
2001 * gdb.base/charset.exp
2002 * gdb.base/eval.exp
2003 * gdb.base/multi-forks.exp
2004 * gdb.guile/scm-progspace.exp
2005 * gdb.opencl/datatypes.exp
2006 * gdb.python/py-block.exp
2007 * gdb.python/py-function.exp
2008 * gdb.python/py-symbol.exp
2009 * gdb.python/py-symtab.exp
2010 * gdb.python/py-xmethods.exp
2011 * gdb.reverse/break-precsave.exp
2012 * gdb.reverse/break-reverse.exp
2013 * gdb.reverse/consecutive-precsave.exp
2014 * gdb.reverse/consecutive-reverse.exp
2015 * gdb.reverse/finish-precsave.exp
2016 * gdb.reverse/finish-reverse-bkpt.exp
2017 * gdb.reverse/finish-reverse.exp
2018 * gdb.reverse/fstatat-reverse.exp
2019 * gdb.reverse/getresuid-reverse.exp
2020 * gdb.reverse/i386-precsave.exp
2021 * gdb.reverse/i386-reverse.exp
2022 * gdb.reverse/i386-sse-reverse.exp
2023 * gdb.reverse/i387-stack-reverse.exp
2024 * gdb.reverse/insn-reverse.exp
2025 * gdb.reverse/machinestate-precsave.exp
2026 * gdb.reverse/machinestate.exp
2027 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2028 * gdb.reverse/pipe-reverse.exp
2029 * gdb.reverse/readv-reverse.exp
2030 * gdb.reverse/recvmsg-reverse.exp
2031 * gdb.reverse/rerun-prec.exp
2032 * gdb.reverse/s390-mvcle.exp
2033 * gdb.reverse/sigall-precsave.exp
2034 * gdb.reverse/sigall-reverse.exp
2035 * gdb.reverse/solib-precsave.exp
2036 * gdb.reverse/solib-reverse.exp
2037 * gdb.reverse/step-precsave.exp
2038 * gdb.reverse/step-reverse.exp
2039 * gdb.reverse/time-reverse.exp
2040 * gdb.reverse/until-precsave.exp
2041 * gdb.reverse/until-reverse.exp
2042 * gdb.reverse/waitpid-reverse.exp
2043 * gdb.reverse/watch-precsave.exp
2044 * gdb.reverse/watch-reverse.exp
2045
2046 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2047
2048 Fix test names starting with uppercase throughout the files.
2049
2050 * gdb.arch/i386-mpx-simple_segv.exp
2051 * gdb.arch/i386-mpx.exp
2052 * gdb.arch/i386-permbkpt.exp
2053 * gdb.arch/pa-nullify.exp
2054 * gdb.arch/powerpc-d128-regs.exp
2055 * gdb.arch/vsx-regs.exp
2056 * gdb.base/bfp-test.exp
2057 * gdb.base/break.exp
2058 * gdb.base/breakpoint-shadow.exp
2059 * gdb.base/callfuncs.exp
2060 * gdb.base/charset.exp
2061 * gdb.base/commands.exp
2062 * gdb.base/completion.exp
2063 * gdb.base/dfp-test.exp
2064 * gdb.base/echo.exp
2065 * gdb.base/ending-run.exp
2066 * gdb.base/eval.exp
2067 * gdb.base/expand-psymtabs.exp
2068 * gdb.base/float128.exp
2069 * gdb.base/floatn.exp
2070 * gdb.base/foll-exec-mode.exp
2071 * gdb.base/gdb1056.exp
2072 * gdb.base/gdb11531.exp
2073 * gdb.base/kill-after-signal.exp
2074 * gdb.base/multi-forks.exp
2075 * gdb.base/overlays.exp
2076 * gdb.base/pending.exp
2077 * gdb.base/sepdebug.exp
2078 * gdb.base/testenv.exp
2079 * gdb.base/valgrind-db-attach.exp
2080 * gdb.base/watch_thread_num.exp
2081 * gdb.base/watchpoint-cond-gone.exp
2082 * gdb.base/watchpoint.exp
2083 * gdb.base/watchpoints.exp
2084 * gdb.cp/arg-reference.exp
2085 * gdb.cp/baseenum.exp
2086 * gdb.cp/operator.exp
2087 * gdb.cp/shadow.exp
2088 * gdb.dwarf2/dw2-op-out-param.exp
2089 * gdb.dwarf2/dw2-reg-undefined.exp
2090 * gdb.go/chan.exp
2091 * gdb.go/hello.exp
2092 * gdb.go/integers.exp
2093 * gdb.go/methods.exp
2094 * gdb.go/package.exp
2095 * gdb.guile/scm-parameter.exp
2096 * gdb.guile/scm-progspace.exp
2097 * gdb.guile/scm-value.exp
2098 * gdb.mi/mi-pending.exp
2099 * gdb.mi/user-selected-context-sync.exp
2100 * gdb.multi/multi-attach.exp
2101 * gdb.multi/tids.exp
2102 * gdb.opt/clobbered-registers-O2.exp
2103 * gdb.pascal/floats.exp
2104 * gdb.pascal/integers.exp
2105 * gdb.python/py-block.exp
2106 * gdb.python/py-events.exp
2107 * gdb.python/py-parameter.exp
2108 * gdb.python/py-symbol.exp
2109 * gdb.python/py-symtab.exp
2110 * gdb.python/py-type.exp
2111 * gdb.python/py-value.exp
2112 * gdb.python/py-xmethods.exp
2113 * gdb.python/python.exp
2114 * gdb.reverse/break-precsave.exp
2115 * gdb.reverse/consecutive-precsave.exp
2116 * gdb.reverse/finish-precsave.exp
2117 * gdb.reverse/i386-precsave.exp
2118 * gdb.reverse/machinestate-precsave.exp
2119 * gdb.reverse/sigall-precsave.exp
2120 * gdb.reverse/solib-precsave.exp
2121 * gdb.reverse/step-precsave.exp
2122 * gdb.reverse/until-precsave.exp
2123 * gdb.reverse/watch-precsave.exp
2124 * gdb.server/ext-attach.exp
2125 * gdb.server/ext-restart.exp
2126 * gdb.server/ext-run.exp
2127 * gdb.server/ext-wrapper.exp
2128 * gdb.stabs/gdb11479.exp
2129 * gdb.stabs/weird.exp
2130 * gdb.threads/attach-many-short-lived-threads.exp
2131 * gdb.threads/kill.exp
2132 * gdb.threads/watchpoint-fork.exp
2133
2134 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2135
2136 Fix test names starting with uppercase throughout all the files below.
2137
2138 * gdb.ada/array_return.exp
2139 * gdb.ada/catch_ex.exp
2140 * gdb.ada/info_exc.exp
2141 * gdb.ada/mi_catch_ex.exp
2142 * gdb.ada/mi_dyn_arr.exp
2143 * gdb.ada/mi_ex_cond.exp
2144 * gdb.ada/mi_exc_info.exp
2145 * gdb.ada/mi_interface.exp
2146 * gdb.ada/mi_task_arg.exp
2147 * gdb.ada/mi_task_info.exp
2148 * gdb.ada/mi_var_array.exp
2149 * gdb.arch/alpha-step.exp
2150 * gdb.arch/amd64-disp-step.exp
2151 * gdb.arch/arm-disp-step.exp
2152 * gdb.arch/disp-step-insn-reloc.exp
2153 * gdb.arch/e500-prologue.exp
2154 * gdb.arch/ftrace-insn-reloc.exp
2155 * gdb.arch/gdb1558.exp
2156 * gdb.arch/i386-bp_permanent.exp
2157 * gdb.arch/i386-disp-step.exp
2158 * gdb.arch/i386-float.exp
2159 * gdb.arch/i386-gnu-cfi.exp
2160 * gdb.arch/ia64-breakpoint-shadow.exp
2161 * gdb.arch/mips16-thunks.exp
2162 * gdb.arch/pa-nullify.exp
2163 * gdb.arch/powerpc-aix-prologue.exp
2164 * gdb.arch/powerpc-power.exp
2165 * gdb.arch/ppc-dfp.exp
2166 * gdb.arch/s390-tdbregs.exp
2167 * gdb.arch/spu-info.exp
2168 * gdb.arch/spu-ls.exp
2169 * gdb.arch/thumb-bx-pc.exp
2170 * gdb.base/advance.exp
2171 * gdb.base/annota-input-while-running.exp
2172 * gdb.base/arrayidx.exp
2173 * gdb.base/asmlabel.exp
2174 * gdb.base/async.exp
2175 * gdb.base/attach-wait-input.exp
2176 * gdb.base/auto-connect-native-target.exp
2177 * gdb.base/batch-preserve-term-settings.exp
2178 * gdb.base/bfp-test.exp
2179 * gdb.base/bigcore.exp
2180 * gdb.base/bp-permanent.exp
2181 * gdb.base/break-always.exp
2182 * gdb.base/break-fun-addr.exp
2183 * gdb.base/break-idempotent.exp
2184 * gdb.base/break-main-file-remove-fail.exp
2185 * gdb.base/break-probes.exp
2186 * gdb.base/break-unload-file.exp
2187 * gdb.base/break.exp
2188 * gdb.base/call-ar-st.exp
2189 * gdb.base/call-rt-st.exp
2190 * gdb.base/call-sc.exp
2191 * gdb.base/call-signal-resume.exp
2192 * gdb.base/call-strs.exp
2193 * gdb.base/callexit.exp
2194 * gdb.base/callfuncs.exp
2195 * gdb.base/catch-gdb-caused-signals.exp
2196 * gdb.base/catch-signal-siginfo-cond.exp
2197 * gdb.base/catch-syscall.exp
2198 * gdb.base/compare-sections.exp
2199 * gdb.base/cond-eval-mode.exp
2200 * gdb.base/condbreak-call-false.exp
2201 * gdb.base/consecutive-step-over.exp
2202 * gdb.base/cursal.exp
2203 * gdb.base/disabled-location.exp
2204 * gdb.base/disasm-end-cu.exp
2205 * gdb.base/display.exp
2206 * gdb.base/double-prompt-target-event-error.exp
2207 * gdb.base/dprintf-bp-same-addr.exp
2208 * gdb.base/dprintf-detach.exp
2209 * gdb.base/dprintf-next.exp
2210 * gdb.base/dprintf-non-stop.exp
2211 * gdb.base/dprintf-pending.exp
2212 * gdb.base/dso2dso.exp
2213 * gdb.base/ending-run.exp
2214 * gdb.base/enum_cond.exp
2215 * gdb.base/examine-backward.exp
2216 * gdb.base/exe-lock.exp
2217 * gdb.base/exec-invalid-sysroot.exp
2218 * gdb.base/execl-update-breakpoints.exp
2219 * gdb.base/execution-termios.exp
2220 * gdb.base/fileio.exp
2221 * gdb.base/fixsection.exp
2222 * gdb.base/foll-exec-mode.exp
2223 * gdb.base/foll-exec.exp
2224 * gdb.base/fork-running-state.exp
2225 * gdb.base/frame-args.exp
2226 * gdb.base/fullpath-expand.exp
2227 * gdb.base/func-ptr.exp
2228 * gdb.base/gcore-relro-pie.exp
2229 * gdb.base/gdb1090.exp
2230 * gdb.base/gdb1555.exp
2231 * gdb.base/global-var-nested-by-dso.exp
2232 * gdb.base/gnu-ifunc.exp
2233 * gdb.base/hbreak-in-shr-unsupported.exp
2234 * gdb.base/hbreak-unmapped.exp
2235 * gdb.base/hook-stop.exp
2236 * gdb.base/infcall-input.exp
2237 * gdb.base/info-fun.exp
2238 * gdb.base/info-shared.exp
2239 * gdb.base/interrupt-noterm.exp
2240 * gdb.base/jit-so.exp
2241 * gdb.base/jit.exp
2242 * gdb.base/line-symtabs.exp
2243 * gdb.base/list.exp
2244 * gdb.base/longjmp.exp
2245 * gdb.base/macscp.exp
2246 * gdb.base/max-value-size.exp
2247 * gdb.base/nodebug.exp
2248 * gdb.base/nofield.exp
2249 * gdb.base/overlays.exp
2250 * gdb.base/paginate-after-ctrl-c-running.exp
2251 * gdb.base/paginate-bg-execution.exp
2252 * gdb.base/paginate-inferior-exit.exp
2253 * gdb.base/pending.exp
2254 * gdb.base/pr11022.exp
2255 * gdb.base/printcmds.exp
2256 * gdb.base/ptr-typedef.exp
2257 * gdb.base/ptype.exp
2258 * gdb.base/randomize.exp
2259 * gdb.base/range-stepping.exp
2260 * gdb.base/realname-expand.exp
2261 * gdb.base/relativedebug.exp
2262 * gdb.base/remote.exp
2263 * gdb.base/savedregs.exp
2264 * gdb.base/sepdebug.exp
2265 * gdb.base/set-noassign.exp
2266 * gdb.base/shlib-call.exp
2267 * gdb.base/shreloc.exp
2268 * gdb.base/sigaltstack.exp
2269 * gdb.base/sigbpt.exp
2270 * gdb.base/siginfo-addr.exp
2271 * gdb.base/siginfo-obj.exp
2272 * gdb.base/siginfo-thread.exp
2273 * gdb.base/signest.exp
2274 * gdb.base/signull.exp
2275 * gdb.base/sigrepeat.exp
2276 * gdb.base/skip.exp
2277 * gdb.base/so-impl-ld.exp
2278 * gdb.base/solib-corrupted.exp
2279 * gdb.base/solib-disc.exp
2280 * gdb.base/solib-display.exp
2281 * gdb.base/solib-overlap.exp
2282 * gdb.base/solib-search.exp
2283 * gdb.base/solib-symbol.exp
2284 * gdb.base/source-execution.exp
2285 * gdb.base/sss-bp-on-user-bp-2.exp
2286 * gdb.base/sss-bp-on-user-bp.exp
2287 * gdb.base/stack-checking.exp
2288 * gdb.base/stale-infcall.exp
2289 * gdb.base/step-break.exp
2290 * gdb.base/step-line.exp
2291 * gdb.base/step-over-exit.exp
2292 * gdb.base/step-test.exp
2293 * gdb.base/structs.exp
2294 * gdb.base/sym-file.exp
2295 * gdb.base/symtab-search-order.exp
2296 * gdb.base/term.exp
2297 * gdb.base/type-opaque.exp
2298 * gdb.base/unload.exp
2299 * gdb.base/until-nodebug.exp
2300 * gdb.base/until.exp
2301 * gdb.base/unwindonsignal.exp
2302 * gdb.base/watch-cond.exp
2303 * gdb.base/watch-non-mem.exp
2304 * gdb.base/watch_thread_num.exp
2305 * gdb.base/watchpoint-reuse-slot.exp
2306 * gdb.base/watchpoint-solib.exp
2307 * gdb.base/watchpoint.exp
2308 * gdb.btrace/dlopen.exp
2309 * gdb.cell/arch.exp
2310 * gdb.cell/break.exp
2311 * gdb.cell/bt.exp
2312 * gdb.cell/core.exp
2313 * gdb.cell/data.exp
2314 * gdb.cell/dwarfaddr.exp
2315 * gdb.cell/ea-cache.exp
2316 * gdb.cell/ea-standalone.exp
2317 * gdb.cell/ea-test.exp
2318 * gdb.cell/f-regs.exp
2319 * gdb.cell/fork.exp
2320 * gdb.cell/gcore.exp
2321 * gdb.cell/mem-access.exp
2322 * gdb.cell/ptype.exp
2323 * gdb.cell/registers.exp
2324 * gdb.cell/sizeof.exp
2325 * gdb.cell/solib-symbol.exp
2326 * gdb.cell/solib.exp
2327 * gdb.compile/compile-tls.exp
2328 * gdb.cp/exception.exp
2329 * gdb.cp/gdb2495.exp
2330 * gdb.cp/local.exp
2331 * gdb.cp/mb-inline.exp
2332 * gdb.cp/mb-templates.exp
2333 * gdb.cp/pr10687.exp
2334 * gdb.cp/pr9167.exp
2335 * gdb.cp/scope-err.exp
2336 * gdb.cp/templates.exp
2337 * gdb.cp/virtfunc.exp
2338 * gdb.dwarf2/dw2-dir-file-name.exp
2339 * gdb.dwarf2/dw2-single-line-discriminators.exp
2340 * gdb.fortran/complex.exp
2341 * gdb.fortran/library-module.exp
2342 * gdb.guile/guile.exp
2343 * gdb.guile/scm-cmd.exp
2344 * gdb.guile/scm-frame-inline.exp
2345 * gdb.guile/scm-objfile.exp
2346 * gdb.guile/scm-pretty-print.exp
2347 * gdb.guile/scm-symbol.exp
2348 * gdb.guile/scm-type.exp
2349 * gdb.guile/scm-value.exp
2350 * gdb.linespec/keywords.exp
2351 * gdb.linespec/ls-errs.exp
2352 * gdb.linespec/macro-relative.exp
2353 * gdb.linespec/thread.exp
2354 * gdb.mi/mi-breakpoint-changed.exp
2355 * gdb.mi/mi-dprintf-pending.exp
2356 * gdb.mi/mi-fullname-deleted.exp
2357 * gdb.mi/mi-logging.exp
2358 * gdb.mi/mi-pending.exp
2359 * gdb.mi/mi-solib.exp
2360 * gdb.mi/new-ui-mi-sync.exp
2361 * gdb.mi/user-selected-context-sync.exp
2362 * gdb.multi/dummy-frame-restore.exp
2363 * gdb.multi/multi-arch-exec.exp
2364 * gdb.multi/remove-inferiors.exp
2365 * gdb.multi/watchpoint-multi-exit.exp
2366 * gdb.opt/solib-intra-step.exp
2367 * gdb.perf/backtrace.exp
2368 * gdb.perf/single-step.exp
2369 * gdb.perf/skip-command.exp
2370 * gdb.perf/skip-prologue.exp
2371 * gdb.perf/solib.exp
2372 * gdb.python/lib-types.exp
2373 * gdb.python/py-as-string.exp
2374 * gdb.python/py-bad-printers.exp
2375 * gdb.python/py-block.exp
2376 * gdb.python/py-breakpoint.exp
2377 * gdb.python/py-cmd.exp
2378 * gdb.python/py-events.exp
2379 * gdb.python/py-evthreads.exp
2380 * gdb.python/py-finish-breakpoint.exp
2381 * gdb.python/py-finish-breakpoint2.exp
2382 * gdb.python/py-frame-inline.exp
2383 * gdb.python/py-frame.exp
2384 * gdb.python/py-inferior.exp
2385 * gdb.python/py-infthread.exp
2386 * gdb.python/py-mi.exp
2387 * gdb.python/py-objfile.exp
2388 * gdb.python/py-pp-maint.exp
2389 * gdb.python/py-pp-registration.exp
2390 * gdb.python/py-prettyprint.exp
2391 * gdb.python/py-recurse-unwind.exp
2392 * gdb.python/py-shared.exp
2393 * gdb.python/py-symbol.exp
2394 * gdb.python/py-symtab.exp
2395 * gdb.python/py-template.exp
2396 * gdb.python/py-type.exp
2397 * gdb.python/py-unwind-maint.exp
2398 * gdb.python/py-unwind.exp
2399 * gdb.python/py-value.exp
2400 * gdb.python/python.exp
2401 * gdb.reverse/finish-reverse-bkpt.exp
2402 * gdb.reverse/insn-reverse.exp
2403 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2404 * gdb.reverse/solib-precsave.exp
2405 * gdb.reverse/solib-reverse.exp
2406 * gdb.stabs/gdb11479.exp
2407 * gdb.stabs/weird.exp
2408 * gdb.threads/fork-child-threads.exp
2409 * gdb.threads/fork-plus-threads.exp
2410 * gdb.threads/fork-thread-pending.exp
2411 * gdb.threads/forking-threads-plus-breakpoint.exp
2412 * gdb.threads/hand-call-in-threads.exp
2413 * gdb.threads/interrupted-hand-call.exp
2414 * gdb.threads/linux-dp.exp
2415 * gdb.threads/local-watch-wrong-thread.exp
2416 * gdb.threads/next-while-other-thread-longjmps.exp
2417 * gdb.threads/non-ldr-exit.exp
2418 * gdb.threads/pending-step.exp
2419 * gdb.threads/print-threads.exp
2420 * gdb.threads/process-dies-while-detaching.exp
2421 * gdb.threads/process-dies-while-handling-bp.exp
2422 * gdb.threads/pthreads.exp
2423 * gdb.threads/queue-signal.exp
2424 * gdb.threads/reconnect-signal.exp
2425 * gdb.threads/signal-command-handle-nopass.exp
2426 * gdb.threads/signal-command-multiple-signals-pending.exp
2427 * gdb.threads/signal-delivered-right-thread.exp
2428 * gdb.threads/signal-sigtrap.exp
2429 * gdb.threads/sigthread.exp
2430 * gdb.threads/staticthreads.exp
2431 * gdb.threads/stepi-random-signal.exp
2432 * gdb.threads/thread-unwindonsignal.exp
2433 * gdb.threads/thread_check.exp
2434 * gdb.threads/thread_events.exp
2435 * gdb.threads/tid-reuse.exp
2436 * gdb.threads/tls-nodebug.exp
2437 * gdb.threads/tls-shared.exp
2438 * gdb.threads/tls-so_extern.exp
2439 * gdb.threads/tls.exp
2440 * gdb.threads/wp-replication.exp
2441 * gdb.trace/actions-changed.exp
2442 * gdb.trace/actions.exp
2443 * gdb.trace/backtrace.exp
2444 * gdb.trace/change-loc.exp
2445 * gdb.trace/collection.exp
2446 * gdb.trace/deltrace.exp
2447 * gdb.trace/disconnected-tracing.exp
2448 * gdb.trace/entry-values.exp
2449 * gdb.trace/ftrace-lock.exp
2450 * gdb.trace/ftrace.exp
2451 * gdb.trace/infotrace.exp
2452 * gdb.trace/mi-trace-frame-collected.exp
2453 * gdb.trace/mi-trace-unavailable.exp
2454 * gdb.trace/mi-traceframe-changed.exp
2455 * gdb.trace/mi-tracepoint-changed.exp
2456 * gdb.trace/mi-tsv-changed.exp
2457 * gdb.trace/no-attach-trace.exp
2458 * gdb.trace/packetlen.exp
2459 * gdb.trace/passc-dyn.exp
2460 * gdb.trace/passcount.exp
2461 * gdb.trace/pending.exp
2462 * gdb.trace/pr16508.exp
2463 * gdb.trace/qtro.exp
2464 * gdb.trace/range-stepping.exp
2465 * gdb.trace/read-memory.exp
2466 * gdb.trace/report.exp
2467 * gdb.trace/save-trace.exp
2468 * gdb.trace/signal.exp
2469 * gdb.trace/stap-trace.exp
2470 * gdb.trace/status-stop.exp
2471 * gdb.trace/strace.exp
2472 * gdb.trace/tfile.exp
2473 * gdb.trace/tfind.exp
2474 * gdb.trace/trace-break.exp
2475 * gdb.trace/trace-condition.exp
2476 * gdb.trace/trace-enable-disable.exp
2477 * gdb.trace/trace-mt.exp
2478 * gdb.trace/tracecmd.exp
2479 * gdb.trace/tracefile-pseudo-reg.exp
2480 * gdb.trace/tspeed.exp
2481 * gdb.trace/tstatus.exp
2482 * gdb.trace/tsv.exp
2483 * gdb.trace/unavailable.exp
2484 * gdb.trace/while-dyn.exp
2485 * gdb.trace/while-stepping.exp
2486 * lib/gdb-guile.exp
2487 * lib/gdb.exp
2488 * lib/mi-support.exp
2489 * lib/pascal.exp
2490 * lib/perftest.exp
2491 * lib/prelink-support.exp
2492 * lib/selftest-support.exp
2493
2494 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2495
2496 * Makefile.in: Include disable-implicit-rules.mk.
2497
2498 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2499
2500 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2501 non-byte-aligned bit fields.
2502
2503 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2504
2505 PR gdb/12616
2506 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2507 respects the DW_AT_data_bit_offset attribute.
2508
2509 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2510
2511 * gdb.base/default.exp: Fix output of "set language".
2512
2513 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2514
2515 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2516 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2517 make.
2518 * configure.ac: Remove checks for the make program.
2519 * configure: Re-generate.
2520
2521 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2522
2523 * gdb.python/py-recurse-unwind.c (main): Add loop.
2524 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2525 to read_register() and gdb.parse_and_eval(). Make each code
2526 call a separate case that can be individually tested.
2527 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2528 proc. Call cont_and_backtrace for each of the code paths that
2529 we want to test in the unwinder.
2530
2531 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2532
2533 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2534 the definition of struct S.
2535
2536 2016-11-11 Catherine Moore <clm@codesourcery.com>
2537
2538 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2539
2540 2016-11-09 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/commands.exp (runto_or_return): New procedure.
2543 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2544 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2545 (progvar_simple_while_test, progvar_complex_if_while_test)
2546 (if_while_breakpoint_command_test)
2547 (infrun_breakpoint_command_test, breakpoint_command_test)
2548 (user_defined_command_test, watchpoint_command_test)
2549 (test_command_prompt_position, redefine_hook_test)
2550 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2551 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2552 multi_line_input and multi_line. Remove gdb_expect and
2553 gdb_stop_suppressing_tests uses.
2554 * lib/gdb.exp (valnum_re): New global.
2555 (multi_line_input): New procedure.
2556
2557 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2558
2559 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2560 Remove.
2561 (test_setup): Define with proc_with_prefix.
2562 (test_cli_inferior): Likewise.
2563 (test_cli_thread): Likewise.
2564 (test_cli_frame): Likewise.
2565 (test_cli_select_frame): Likewise.
2566 (test_cli_up_down): Likewise.
2567 (test_mi_thread_select): Likewise.
2568 (test_mi_stack_select_frame): Likewise.
2569 (test_cli_in_mi_inferior): Likewise.
2570 (test_cli_in_mi_thread): Likewise.
2571 (test_cli_in_mi_frame): Likewise.
2572 (top level): Do not use with_test_prefix_procname.
2573
2574 2016-11-09 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.base/commands.exp (gdbvar_simple_if_test)
2577 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2578 (progvar_simple_if_test, progvar_simple_while_test)
2579 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2580 (infrun_breakpoint_command_test, breakpoint_command_test)
2581 (user_defined_command_test, watchpoint_command_test)
2582 (test_command_prompt_position, deprecated_command_test)
2583 (bp_deleted_in_command, temporary_breakpoint_commands)
2584 (stray_arg0_test, source_file_with_indented_comment)
2585 (recursive_source_test, if_commands_test)
2586 (error_clears_commands_left, redefine_hook_test)
2587 (redefine_backtrace_test): Use proc_with_prefix.
2588 * lib/gdb.exp (proc_with_prefix): New proc.
2589
2590 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2591
2592 * gdb.base/tui-layout.c: New file.
2593 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2594 disassembly window contains very long lines.
2595
2596 2016-11-08 Tom Tromey <tom@tromey.com>
2597
2598 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2599 depend on Python 2.
2600
2601 2016-11-08 Tom Tromey <tom@tromey.com>
2602
2603 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2604 New method.
2605
2606 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2607
2608 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2609
2610 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2611
2612 * gdb.rust/simple.rs: Add test for univariant enums without
2613 discriminants and for encoded struct-like enums.
2614
2615 2016-10-28 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2618 gdb_test_multiple, tighten regexps and match symtabs and line
2619 tables incrementally.
2620
2621 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2622
2623 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2624 general.
2625
2626 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2627
2628 * gdb.base/exec-invalid-sysroot.exp: New file.
2629
2630 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2633
2634 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2637
2638 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2639
2640 * gdb.base/killed-outside.exp: Remove $options from a call to
2641 `prepare_for_testing'.
2642
2643 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2644
2645 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2646 Change test message.
2647
2648 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2649
2650 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2651 Update comment.
2652
2653 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2654
2655 * gdb.trace/mi-trace-save.exp: New file.
2656
2657 2016-10-13 Yao Qi <yao.qi@linaro.org>
2658
2659 * gdb.base/code_elim.exp (get_var_address): Remove.
2660 * gdb.base/relocate.exp: Likewise.
2661 * gdb.base/shreloc.exp: Likewise.
2662 * lib/gdb.exp (get_var_address): New.
2663
2664 2016-10-13 Yao Qi <yao.qi@linaro.org>
2665
2666 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2667 floating point tests if $skip_float_test is false.
2668
2669 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2670
2671 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2672 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2673 argc values.
2674 Add 1 to argc so we guarantee distinct initial/modified argc values.
2675
2676 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2679
2680 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2683 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2684 * gdb.arch/vsx-regs.exp: Likewise.
2685
2686 2016-10-07 Yao Qi <yao.qi@linaro.org>
2687
2688 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2689
2690 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2691
2692 * gdb.python/python.exp: Test decode_line("*0").
2693
2694 2016-10-06 Doug Evans <dje@google.com>
2695
2696 * gdb.python/py-value.exp (test_value_creation): Add test for large
2697 unsigned 64-bit value.
2698
2699 2016-10-06 Tom Tromey <tom@tromey.com>
2700
2701 * gdb.compile/compile.exp: Change java tests to rust.
2702 * gdb.base/setshow.exp: Change java tests to rust.
2703 * gdb.base/default.exp: Remove java from language list.
2704 * README (Examples): Update language example.
2705 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2706 test.
2707 * lib/gdb.exp (skip_java_tests): Remove.
2708 * lib/java.exp: Remove.
2709 * gdb.java: Remove.
2710
2711 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2712
2713 * gdb.arch/mips-fcr.exp: New test.
2714 * gdb.arch/mips-fcr.c: Source for the new test.
2715
2716 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2717
2718 * gdb.base/solib-disc.exp: Use `standard_output_file'
2719 throughout.
2720
2721 2016-10-06 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.base/jit-simple-dl.c: New file.
2724 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2725 * gdb.base/jit-simple.c: ... this.
2726 * gdb.base/jit-simple.exp (jit_run): Delete.
2727 (build_jit): New proc.
2728 (jit_test_reread): Recompile either the main program or the shared
2729 library, depending on what is being tested. Skip changing address
2730 if caller wants to. Compare before/after addresses. If testing
2731 standalone, explicitly load the binary. Test "maint info
2732 breakpoints".
2733 (top level): Add "standalone vs shared lib" and "change address"
2734 vs "same address" axes.
2735
2736 2016-10-06 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2739 call.
2740 (jit_run): Delete.
2741 (jit_test_reread): Use with_test_prefix. Reload the main binary
2742 explicitly. Compare the before/after addresses of the JIT
2743 descriptor.
2744
2745 2016-08-15 Doug Evans <dje@google.com>
2746
2747 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2748 for single bitfields is bool.
2749 * gdb.xml/tdesc-regs.exp: Ditto.
2750
2751 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2752
2753 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2754
2755 2016-10-05 Yao Qi <yao.qi@linaro.org>
2756
2757 * lib/gdb.exp (support_complex_tests): Return zero if
2758 gdb_skip_float_test return true.
2759
2760 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2761 Simon Marchi <simon.marchi@ericsson.com>
2762
2763 PR gdb/20487
2764 * gdb.mi/user-selected-context-sync.exp: New file.
2765 * gdb.mi/user-selected-context-sync.c: New file.
2766
2767 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2768 Simon Marchi <simon.marchi@ericsson.com>
2769
2770 PR gdb/20487
2771 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2772 =thread-select-event check.
2773
2774 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2775
2776 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2777 the compulsory L operand changes.
2778 * gdb.arch/powerpc-power.s: Likewise.
2779
2780 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2781
2782 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2783 * gdb.base/jit-attach-pie.c: New file.
2784 * gdb.base/jit-attach-pie.exp: New file.
2785
2786 2016-09-28 Pedro Alves <palves@redhat.com>
2787
2788 * gdb.base/infcall-input.c: New file.
2789 * gdb.base/infcall-input.exp: New file.
2790
2791 2016-09-22 Yao Qi <yao.qi@linaro.org>
2792
2793 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2794 (gdb_exit): Rename it to ...
2795 (gdbserver_gdb_exit): ... Close GDBserver.
2796 (gdb_exit): New proc, call gdbserver_gdb_exit.
2797 (mi_gdb_exit): Likewise.
2798
2799 2016-09-22 Yao Qi <yao.qi@linaro.org>
2800
2801 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2802 path.
2803 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2804 Remove duplication.
2805
2806 2016-09-22 Yao Qi <yao.qi@linaro.org>
2807
2808 * lib/gdbserver-support.exp: Check the existence of
2809 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2810
2811 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2812
2813 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2814
2815 2016-09-21 Tom Tromey <tom@tromey.com>
2816
2817 PR gdb/20604:
2818 * gdb.base/quit.exp: New file.
2819
2820 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2821
2822 * .gitignore: New file.
2823
2824 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2825
2826 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2827 throughout.
2828
2829 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2830
2831 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2832
2833 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.cp/casts.cc (decltype): Move it ...
2836 (main): ... with its call to ...
2837 * gdb.cp/casts03.cc: ... a new file.
2838 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2839
2840 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2843
2844 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2845
2846 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2847 and sync up the test with tests in gas/testsuite/gas/ppc.
2848 * gdb.arch/powerpc-power.exp: Likewise.
2849
2850 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2851
2852 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2853
2854 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2855 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2858 make m1's definition to be different from m2's. Use 'dummy' as an
2859 argument for probe 'two'.
2860
2861 2016-09-10 Jon Beniston <jon@beniston.com>
2862
2863 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2864 for sim target.
2865
2866 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2867
2868 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2869 variable declaration.
2870 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2871 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2872 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2873 received HWCAP as its argument.
2874
2875 2016-09-06 Pedro Alves <palves@redhat.com>
2876
2877 * gdb.base/new-ui-pending-input.c: New file.
2878 * gdb.base/new-ui-pending-input.exp: New file.
2879 * gdb.exp (clear_gdb_spawn_id): New procedure.
2880 (with_spawn_id): Check whether gdb_spawn_id exists before
2881 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2882 on exit.
2883
2884 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2885
2886 * gdb.base/float128.c: New file.
2887 * gdb.base/float128.exp: Likewise.
2888 * gdb.base/floatn.c: Likewise.
2889 * gdb.base/floatn.exp: Likewise.
2890
2891 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2892
2893 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2894
2895 2016-09-05 Pedro Alves <palves@redhat.com>
2896
2897 PR backtrace/19927
2898 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2899 unwinders are immediately called as side effect of "source" or
2900 "disable unwinder" commands.
2901 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2902
2903 2016-09-02 Yao Qi <yao.qi@linaro.org>
2904
2905 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2906 is true and $type is "float" or "double".
2907
2908 2016-09-02 Yao Qi <yao.qi@linaro.org>
2909
2910 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2911 true.
2912 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2913 * gdb.base/call-rt-st.exp: Likewise.
2914 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2915 return value instead of gdb,skip_float_test.
2916 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2917 (do_function_calls): Use its return value instead of
2918 gdb,skip_float_test.
2919 * gdb.base/finish.exp: Likewise.
2920 * gdb.base/funcargs.exp: Likewise.
2921 * gdb.base/return.exp: Likewise.
2922 * gdb.base/return2.exp: Likewise.
2923 * gdb.base/varargs.exp: Likewise.
2924 * lib/gdb.exp (gdb_skip_float_test): Change it to
2925 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2926
2927 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2928
2929 * gdb.multi/tids.exp: Test "thread apply all".
2930
2931 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 * gdb.base/default.exp (tty): Remove.
2934
2935 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2936
2937 * gdb.python/py-recurse-unwind.c: New file.
2938 * gdb.python/py-recurse-unwind.py: New file.
2939 * gdb.python/py-recurse-unwind.exp: New file.
2940
2941 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2942
2943 * gdb.base/set-inferior-tty.exp: New file.
2944 * gdb.base/set-inferior-tty.c: New file.
2945
2946 2016-08-23 Pedro Alves <palves@redhat.com>
2947
2948 PR gdb/20494
2949 * gdb.base/new-ui-echo.c: New file.
2950 * gdb.base/new-ui-echo.exp: New file.
2951
2952 2016-08-23 Yao Qi <yao.qi@linaro.org>
2953
2954 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2955 gdbserver_spawn.
2956 * gdb.server/connect-without-multi-process.exp (do_test):
2957 Likewise.
2958
2959 2016-08-23 Yao Qi <yao.qi@linaro.org>
2960
2961 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2962 standalone_txt. Delete gdb_txt and standalone_txt on host
2963 and target. Spawn the binary on target. Copy files from
2964 target to host.
2965
2966 2016-08-22 Pedro Alves <palves@redhat.com>
2967
2968 PR gdb/20505
2969 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2970 with_test_prefix. Factor out bits to ...
2971 (test_no_vdso): ... this new procedure.
2972
2973 2016-08-19 Carl Love <cel@us.ibm.com>
2974
2975 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2976 maintaining separate logic for constructing the output path.
2977 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2978 * gdb.arch/ppc-dfp.exp: Likewise.
2979 * gdb.arch/ppc-fp.exp: Likewise.
2980 * gdb.arch/vsx-regs.exp: Likewise.
2981 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2982 binprefix for generating the additional binary files.
2983
2984 2016-08-19 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.trace/mi-trace-frame-collected.exp
2987 (test_trace_frame_collected): On x32, expect two registers.
2988
2989 2016-08-18 Carl Love <cel@us.ibm.com>
2990
2991 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2992 and sync up the test with tests in gas/testsuite/gas/ppc.
2993 * gdb.arch/powerpc-power.exp: Likewise.
2994
2995 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2996
2997 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2998 expected error message.
2999
3000 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3001
3002 * gdb.multi/remove-inferiors.exp: New file.
3003 * gdb.multi/remove-inferiors.c: New file.
3004
3005 2016-08-12 Yao Qi <yao.qi@linaro.org>
3006
3007 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3008 argument list.
3009
3010 2016-08-10 Pedro Alves <palves@redhat.com>
3011
3012 PR gdb/19187
3013 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3014 setup_kfails.
3015
3016 2016-08-09 Pedro Alves <palves@redhat.com>
3017 Simon Marchi <simon.marchi@ericsson.com>
3018
3019 PR gdb/20418
3020 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3021 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3022
3023 2016-08-09 Pedro Alves <palves@redhat.com>
3024
3025 PR mi/20431
3026 * gdb.mi/mi-cmd-error.exp: New file.
3027
3028 2016-08-09 Pedro Alves <palves@redhat.com>
3029
3030 PR gdb/18653
3031 * gdb.base/signals-state-child.c: New file.
3032 * gdb.base/signals-state-child.exp: New file.
3033 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3034
3035 2016-08-09 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3038
3039 2016-08-03 Tom Tromey <tom@tromey.com>
3040
3041 PR python/18565:
3042 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3043
3044 2016-08-01 Yao Qi <yao.qi@linaro.org>
3045
3046 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3047 variable mode to "multi-process" if $multi_process is 1, otherwise
3048 set it to "single-process".
3049
3050 2016-08-01 Yao Qi <yao.qi@linaro.org>
3051
3052 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3053 * gdb.cp/cpexprs.exp: Likewise.
3054 * gdb.cp/m-static.exp: Likewise.
3055
3056 2016-07-26 Tom Tromey <tom@tromey.com>
3057
3058 PR python/20190:
3059 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3060 test.
3061
3062 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3063
3064 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3065 selecting assembly source files.
3066 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3067 assembly source files.
3068 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3069 assembly source files.
3070 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3071 selecting assembly source files.
3072
3073 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3074
3075 * gdb.base/new-ui.exp (do_test_invalid_args): New
3076 procedure.
3077
3078 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3079
3080 * gdb.btrace/reconnect.c: New file.
3081 * gdb.btrace/reconnect.exp: New file.
3082
3083 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3084
3085 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3086 to test_catch_syscall_group.
3087 (test_catch_syscall_group): New.
3088
3089 2016-07-21 Tom Tromey <tom@tromey.com>
3090
3091 * gdb.rust/simple.rs (main): Use empty struct expression.
3092 * gdb.rust/simple.exp: Add tests for empty struct expression.
3093
3094 2016-07-21 Yao Qi <yao.qi@linaro.org>
3095
3096 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3097 if gdb_skip_xml_test is true on some targets.
3098
3099 2016-07-21 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.server/solib-list.exp: Unset last_loaded_file.
3102
3103 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3106 "step into captured_main (args)".
3107
3108 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3109
3110 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3111
3112 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3115
3116 2016-07-19 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3119 * gdb.opt/inline-bt.exp: Likewise.
3120 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3121 additional_flags=-Winline.
3122 * gdb.opt/inline-locals.exp: Likewise.
3123 * gdb.opt/inline-markers.c (ATTR): Define.
3124 (inlined_fn): Use it.
3125
3126 2016-07-19 Yao Qi <yao.qi@linaro.org>
3127
3128 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3129 (test_with_self): Remove some code. Remove argument executable.
3130 (top-level): Use do_self_tests.
3131
3132 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3133 Don Breazeal <donb@codesourcery.com>
3134
3135 * gdb.base/maint.exp: Escape paths used in regular expressions.
3136 * gdb.stabs/weird.exp: Likewise.
3137
3138 2016-07-13 Tom Tromey <tom@tromey.com>
3139
3140 PR python/15620, PR python/18620:
3141 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3142 (test_bkpt_events): New procs.
3143
3144 2016-07-13 Tom Tromey <tom@tromey.com>
3145
3146 PR python/17698:
3147 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3148 test.
3149 (test_watchpoints): Likewise.
3150 (test_bkpt_pending): New proc.
3151
3152 2016-07-13 Tom Tromey <tom@tromey.com>
3153
3154 PR cli/18053:
3155 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3156 completion test.
3157
3158 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3161 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3162 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3163 f_label.
3164 (g): Rename g_end_lbl to g_label.
3165 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3166 low_pc and high_pc.
3167 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3168
3169 2016-07-12 Tom Tromey <tom@tromey.com>
3170
3171 PR python/19293:
3172 * gdb.python/py-unwind-maint.exp: Update tests.
3173
3174 2016-07-12 Yao Qi <yao.qi@linaro.org>
3175
3176 * lib/selftest-support.exp (selftest_setup): Match the output
3177 when captured_main is inlined.
3178
3179 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3180
3181 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3182 New variables.
3183 (print this%a, print this%b, print this): New tests.
3184 * gdb.fortran/derived-types.f90 (this): New object and
3185 initialization.
3186
3187 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3188
3189 * gdb.ada/arraydim.exp: Remove extra directory level in build
3190 directory.
3191
3192 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3193
3194 * lib/ada.exp: Remove extra directory level in build directory.
3195 * gdb.ada/cond_lang.exp: Likewise.
3196 * gdb.ada/exec_changed.exp: Likewise.
3197 * gdb.ada/lang_switch.exp: Likewise.
3198
3199 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3200
3201 * simple.rs: Add test for raw pointer subscripting.
3202 * simple.exp: Add test expectations.
3203
3204 2016-07-05 Yao Qi <yao.qi@linaro.org>
3205
3206 * gdb.mi/mi-reverse.exp: Match =record-started output.
3207
3208 2016-07-01 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3211 procedure.
3212 (jit_reader_test): Test the jit reader's unwinder.
3213 * gdb.base/jithost.c (jit_function_00_code): New global.
3214 (main): Use memcpy to fill in the mmapped code, instead of poking
3215 bytes manually here.
3216 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3217 value.
3218 (read_debug_info): Save the function's range.
3219 (read_sp): New function.
3220 (unwind_frame): Use it. Also unwind RBP.
3221 (get_frame_id): Use read_sp.
3222 (gdb_init_reader): Use calloc instead of malloc.
3223 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3224 parameter. Use gdb_test_multiple.
3225
3226 2016-07-01 Pedro Alves <palves@redhat.com>
3227 Antoine Tremblay <antoine.tremblay@ericsson.com>
3228
3229 * gdb.threads/process-dies-while-detaching.c: New file.
3230 * gdb.threads/process-dies-while-detaching.exp: New file.
3231
3232 2016-07-01 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.multi/watchpoint-multi-exit.c: New file.
3235 * gdb.multi/watchpoint-multi-exit.exp: New file.
3236
3237 2016-06-30 Pedro Alves <palves@redhat.com>
3238
3239 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3240 unset inferior_spawn_id.
3241
3242 2016-06-30 Pedro Alves <palves@redhat.com>
3243
3244 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3245 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3246
3247 2016-06-29 Yao Qi <yao.qi@linaro.org>
3248
3249 * gdb.base/return.c: Add copyright header.
3250
3251 2016-06-29 Tom Tromey <tom@tromey.com>
3252
3253 PR python/20129:
3254 * gdb.python/py-framefilter.exp: Add tests for setting priority
3255 and disabling of non-existent frame filter.
3256
3257 2016-06-29 Yao Qi <yao.qi@linaro.org>
3258
3259 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3260 0x0f07ff.
3261
3262 2016-06-28 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3265 triplets. Start gdb, execute catch syscall, and continue. Check
3266 gdb's output to determine catch syscall is supported.
3267
3268 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3269
3270 * gdb.rust/simple.rs: Add test for returning unit in a function.
3271 * gdb.rust/simple.exp: Add expectation for functions returning
3272 unit.
3273
3274 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3275
3276 * gdb.python/py-breakpoint-create-fail.c,
3277 gdb.python/py-breakpoint-create-fail.exp,
3278 gdb.python/py-breakpoint-create-fail.py: New testcase.
3279
3280 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3281
3282 PR gdb/20239
3283 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3284 * gdb.rust/simple.exp: Add test expectations for new NonZero
3285 tests.
3286
3287 2016-06-24 David Taylor <dtaylor@emc.com>
3288
3289 * gdb.base/offsets.exp: New file.
3290 * gdb.base/offsets.c: New file.
3291
3292 2016-06-23 Tom Tromey <tom@tromey.com>
3293
3294 PR gdb/16483:
3295 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3296 before any filters are loaded.
3297
3298 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3299
3300 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3301 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3302 structs.
3303 * gdb.fortran/derived-type-function.exp: New file.
3304 * gdb.fortran/derived-type-function.f90: New file.
3305
3306
3307 2016-06-21 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.base/new-ui.exp: New file.
3310 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3311 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3312 (with_spawn_id): New procedure.
3313
3314 2016-06-21 Pedro Alves <palves@redhat.com>
3315
3316 * gdb.mi/mi-exec-run.exp: New file.
3317
3318 2016-06-21 Pedro Alves <palves@redhat.com>
3319
3320 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3321 breakpoint command's output on the main UI.
3322 (test_break): New procedure, factored out from calls in the top
3323 level.
3324 (top level): Use foreach_with_prefix to test MI as main UI and as
3325 separate UI.
3326
3327 2016-06-21 Pedro Alves <palves@redhat.com>
3328
3329 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3330 (test_awatch_creation_and_listing)
3331 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3332 Remove 'type' parameter.
3333 (test_watchpoint_all): New parameter mi_mode. Remove
3334 with_test_prefix.
3335 (top level): Use foreach_with_prefix, and add main/separate UI MI
3336 testing axis.
3337
3338 2016-06-21 Pedro Alves <palves@redhat.com>
3339
3340 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3341 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3342 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3343 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3344 (gdb_main_spawn_id, mi_spawn_id): Declare and
3345 comment.
3346 (mi_create_inferior_pty): New procedure,
3347 factored out from default_mi_gdb_start.
3348 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3349 procedures.
3350 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3351 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3352 Use mi_create_inferior_pty.
3353 (mi_gdb_start): Use eval to pass down args list.
3354
3355 2016-06-21 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3358 * gdb.opt/inline-cmds.exp: Add MI tests.
3359
3360 2016-06-21 Pedro Alves <palves@redhat.com>
3361
3362 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3363
3364 2016-06-21 Pedro Alves <palves@redhat.com>
3365
3366 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3367 (top level): Use it instead of mi_execute_to.
3368
3369 2016-06-21 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3372 (cont_handler_str): New.
3373 (signal_stop_handler): Set stop_handler_str instead of printing to
3374 stdout.
3375 (continue_handler): Set cont_handler_str instead of printing to
3376 stdout.
3377 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3378 mi_send_resuming_command. Print stop_handler_str and
3379 cont_handler_str instead of expecting the python events print
3380 directly.
3381
3382 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3383
3384 * gdb.base/jit-reader.exp: New file.
3385 * gdb.base/jithost.c: New file.
3386 * gdb.base/jithost.h: New file.
3387 * gdb.base/jitreader.c : New file.
3388 * gdb.base/jit-protocol.h: New file.
3389
3390 2016-06-17 Yao Qi <yao.qi@linaro.org>
3391
3392 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3393 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3394 and detach-on-fork. Adjust tests.
3395 (top level): Invoke break_cond_on_syscall with combinations of
3396 syscall, follow-fork-mode and detach-on-fork.
3397
3398 2016-06-17 Yao Qi <yao.qi@linaro.org>
3399
3400 * gdb.base/step-over-exit.c: New.
3401 * gdb.base/step-over-exit.exp: New.
3402
3403 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3404
3405 * gdb.base/float.exp: Add target check for nds32*-*-*.
3406 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3407
3408 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3411 for unsupported target features.
3412 * gdb.base/call-rt-st.exp: Likewise.
3413 * gdb.base/call-sc.exp: Likewise.
3414 * gdb.base/call-signal-resume.exp: Likewise.
3415 * gdb.base/call-strs.exp: Likewise.
3416 * gdb.base/callexit.exp: Likewise.
3417 * gdb.base/callfuncs.exp: Likewise.
3418 * gdb.base/nodebug.exp: Likewise.
3419 * gdb.base/printcmds.exp: Likewise.
3420 * gdb.base/ptype.exp: Likewise.
3421 * gdb.base/structs.exp: Likewise.
3422 * gdb.base/unwindonsignal.exp: Likewise.
3423 * gdb.cp/gdb2495.exp: Likewise.
3424 * gdb.cp/templates.exp: Likewise.
3425 * gdb.cp/virtfunc.exp: Likewise.
3426 * gdb.threads/hand-call-in-threads.exp: Likewise.
3427 * gdb.threads/interrupted-hand-call.exp: Likewise.
3428 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3429
3430 2016-06-10 Tom Tromey <tom@tromey.com>
3431
3432 PR rust/20110:
3433 * gdb.rust/expr.exp: Add test for integer constant larger than
3434 i32.
3435
3436 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3437
3438 * gdb.fortran/nested-funcs.exp: New.
3439 * gdb.fortran/nested-funcs.f90: New.
3440
3441 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3442
3443 * gdb.base/examine-backward.c: New file.
3444 * gdb.base/examine-backward.exp: New file.
3445
3446 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3447
3448 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3449 matching.
3450
3451 2016-06-02 Tom Tromey <tom@tromey.com>
3452
3453 PR python/18984:
3454 * gdb.python/py-shared.exp: Add solib_name test.
3455
3456 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3457
3458 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3459
3460 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3461
3462 PR c++/19893
3463 * gdb.dwarf2/implref.exp: Rename to...
3464 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3465 * gdb.dwarf2/implref-array.c: New file.
3466 * gdb.dwarf2/implref-array.exp: Likewise.
3467 * gdb.dwarf2/implref-global.c: Likewise.
3468 * gdb.dwarf2/implref-global.exp: Likewise.
3469 * gdb.dwarf2/implref-struct.c: Likewise.
3470 * gdb.dwarf2/implref-struct.exp: Likewise.
3471
3472 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3473
3474 * gdb.trace/trace-condition.exp: Add 64bit tests.
3475
3476 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3477
3478 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3479 bits types.
3480 (main): Adapt to 8 to 64 bits types.
3481 * gdb.trace/trace-condition.exp: Add new tests.
3482
3483 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3484
3485 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3486
3487 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3488
3489 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3490 Move condition tests...
3491 * gdb.trace/trace-condition.exp: Here.
3492
3493 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3494
3495 * gdb.trace/trace-condition.exp: Add counter-case tests.
3496
3497 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3498
3499 PR c++/15231
3500 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3501 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3502
3503 2016-05-27 Pedro Alves <palves@redhat.com>
3504
3505 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3506 New procedure.
3507 (top level): Call it, and bail out of DejaGnu is known to be bad.
3508
3509 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3510
3511 * gdb.base/whatis.c: Extend the test case.
3512 * gdb.base/whatis.exp: Add additional tests.
3513
3514 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3515
3516 * gdb.fortran/type.f90: Add pointer variable.
3517 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3518
3519 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3520
3521 * gdb.fortran/vla-type.exp: Fix testcase name.
3522
3523 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3524
3525 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3526
3527 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3528
3529 * gdb.fortran/type.f90: Add nested structures.
3530 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3531 * gdb.fortran/derived-type.exp: Adapt expected output.
3532 * gdb.fortran/vla-type.exp: Adapt expected output.
3533
3534 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3535
3536 * gdb.fortran/whatis_type.exp: Adapt expected output.
3537
3538 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3539
3540 * gdb.fortran/print_type.exp: Fix expected output.
3541 * gdb.fortran/whatis_type.exp: Fix expected output.
3542
3543 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3544
3545 * gdb.fortran/whatis_type.exp: Use multi_line.
3546
3547 2016-05-24 Tom Tromey <tom@tromey.com>
3548
3549 PR python/17386:
3550 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3551 use value as an index.
3552
3553 2016-05-23 Tom Tromey <tom@tromey.com>
3554
3555 PR python/17981:
3556 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3557 no-breakpoint case.
3558
3559 2016-05-24 Pedro Alves <palves@redhat.com>
3560
3561 PR gdb/19828
3562 * gdb.threads/clone-attach-detach.c: New file.
3563 * gdb.threads/clone-attach-detach.exp: New file.
3564
3565 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3566
3567 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3568
3569 2016-05-23 Tom Tromey <tom@tromey.com>
3570
3571 PR python/19438, PR python/18393:
3572 * gdb.python/py-progspace.exp: Add "dir" test.
3573 * gdb.python/py-objfile.exp: Add "dir" test.
3574
3575 2016-05-23 Yao Qi <yao.qi@linaro.org>
3576
3577 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3578 * gdb.arch/thumb2-it.exp: Likewise.
3579
3580 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3581
3582 * gdb.mi/mi-threads-interrupt.c: New file.
3583 * gdb.mi/mi-threads-interrupt.exp: New file.
3584
3585 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3586
3587 PR gdb/18077
3588 * gdb.mi/mi-async-run.exp: New file.
3589 * gdb.mi/mi-async-run.c: New file.
3590
3591 2016-05-17 Tom Tromey <tom@tromey.com>
3592 Manish Goregaokar <manishsmail@gmail.com>
3593
3594 * lib/rust-support.exp: New file.
3595 * lib/gdb.exp (skip_rust_tests): New proc.
3596 (build_executable_from_specs): Handle rust.
3597 * lib/future.exp (gdb_find_rustc): New proc.
3598 (gdb_default_target_compile): Handle rust.
3599 * gdb.rust/expr.exp: New file.
3600 * gdb.rust/generics.exp: New file.
3601 * gdb.rust/generics.rs: New file.
3602 * gdb.rust/methods.exp: New file.
3603 * gdb.rust/methods.rs: New file.
3604 * gdb.rust/modules.exp: New file.
3605 * gdb.rust/modules.rs: New file.
3606 * gdb.rust/simple.exp: New file.
3607 * gdb.rust/simple.rs: New file.
3608
3609 2016-05-17 Tom Tromey <tom@tromey.com>
3610
3611 * gdb.base/default.exp (set language): Add rust.
3612
3613 2016-05-17 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.gdb/unittest.exp: New file.
3616
3617 2016-05-16 Yao Qi <yao.qi@linaro.org>
3618
3619 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3620 shell_prompt. Update shell_prompt_re.
3621
3622 2016-05-12 Doug Evans <dje@google.com>
3623
3624 PR symtab/19999
3625 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3626 $options when building executable.
3627 * gdb.dwarf2/fission-loclists-pie.S: New file.
3628 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3629
3630 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3631
3632 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3633 of [is_remote target],
3634
3635 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3636
3637 * lib/gdb.exp (use_gdb_stub): New procedure.
3638
3639 2016-05-03 Yunlian Jiang <yunlian@google.com>
3640 Doug Evans <dje@google.com>
3641
3642 PR symtab/19914
3643 * gdb.dwarf2/dwp-sepdebug.c: New file.
3644 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3645
3646 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3647
3648 * gdb.base/detach.exp: Remove is_remote check.
3649
3650 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3651
3652 * gdb.base/annota-input-while-running.exp: Don't check for
3653 [is_remote target]. Enable annotations after running to main.
3654 Remove unused "set test..." line.
3655
3656 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3657
3658 * gdb.trace/trace-enable-disable.exp: New file.
3659 * gdb.trace/trace-enable-disable.c: New file.
3660
3661 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3662
3663 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3664 use it in info sharedlibrary test.
3665 * gdb.trace/ftrace-lock.exp: Likewise.
3666 * gdb.trace/ftrace.exp: Likewise.
3667 * gdb.trace/range-stepping.exp: Likewise.
3668 * gdb.trace/trace-break.exp: Likewise.
3669 * gdb.trace/trace-condition.exp: Likewise.
3670 * gdb.trace/trace-mt.exp: Likewise.
3671
3672 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3675 (gdb_load_shlib): ... this.
3676 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3677 gdb_load_shlib.
3678 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3679 * gdb.base/ctxobj.exp: Likewise.
3680 * gdb.base/dprintf-pending.exp: Likewise.
3681 * gdb.base/dso2dso.exp: Likewise.
3682 * gdb.base/fixsection.exp: Likewise.
3683 * gdb.base/gcore-relro.exp: Likewise.
3684 * gdb.base/gdb1555.exp: Likewise.
3685 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3686 * gdb.base/gnu-ifunc.exp: Likewise.
3687 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3688 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3689 * gdb.base/pending.exp: Likewise.
3690 * gdb.base/print-file-var.exp: Likewise.
3691 * gdb.base/print-symbol-loading.exp: Likewise.
3692 * gdb.base/shlib-call.exp: Likewise.
3693 * gdb.base/shreloc.exp: Likewise.
3694 * gdb.base/so-impl-ld.exp: Likewise.
3695 * gdb.base/solib-disc.exp: Likewise.
3696 * gdb.base/solib-nodir.exp: Likewise.
3697 * gdb.base/solib-overlap.exp: Likewise.
3698 * gdb.base/solib-symbol.exp: Likewise.
3699 * gdb.base/solib-weak.exp (do_test): Likewise.
3700 * gdb.base/sym-file.exp: Likewise.
3701 * gdb.base/symtab-search-order.exp: Likewise.
3702 * gdb.base/type-opaque.exp: Likewise.
3703 * gdb.base/unload.exp: Likewise.
3704 * gdb.base/watchpoint-solib.exp: Likewise.
3705 * gdb.compile/compile.exp: Likewise.
3706 * gdb.cp/gdb2384.exp: Likewise.
3707 * gdb.cp/infcall-dlopen.exp: Likewise.
3708 * gdb.cp/re-set-overloaded.exp: Likewise.
3709 * gdb.fortran/library-module.exp: Likewise.
3710 * gdb.opt/solib-intra-step.exp: Likewise.
3711 * gdb.python/py-finish-breakpoint.exp: Likewise.
3712 * gdb.python/py-shared.exp: Likewise.
3713 * gdb.reverse/solib-precsave.exp: Likewise.
3714 * gdb.reverse/solib-reverse.exp: Likewise.
3715 * gdb.server/solib-list.exp: Likewise.
3716 * gdb.threads/dlopen-libpthread.exp: Likewise.
3717 * gdb.threads/tls-shared.exp: Likewise.
3718 * gdb.threads/tls-so_extern.exp: Likewise.
3719 * gdb.trace/change-loc.exp: Likewise.
3720 * gdb.trace/ftrace-lock.exp: Likewise.
3721 * gdb.trace/ftrace.exp: Likewise.
3722 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3723 * gdb.trace/pending.exp: Likewise.
3724 * gdb.trace/range-stepping.exp: Likewise.
3725 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3726 (strace_info_marker): Likewise.
3727 (strace_probe_marker): Likewise.
3728 (strace_trace_on_same_addr): Likewise.
3729 (strace_trace_on_diff_addr): Likewise.
3730 * gdb.trace/trace-break.exp: Likewise.
3731 * gdb.trace/trace-condition.exp: Likewise.
3732 * gdb.trace/trace-mt.exp: Likewise.
3733
3734 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3735
3736 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3737 result of gdb_remote_download.
3738 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3739 * gdb.base/dso2dso.exp: Likewise.
3740 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3741 * gdb.base/print-file-var.exp: Likewise.
3742 * gdb.base/shlib-call.exp: Likewise.
3743 * gdb.base/shreloc.exp: Likewise.
3744 * gdb.base/solib-overlap.exp: Likewise.
3745 * gdb.base/solib-weak.exp (do_test): Likewise.
3746 * gdb.base/unload.exp: Likewise.
3747
3748 2016-04-27 Yao Qi <yao.qi@linaro.org>
3749
3750 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3751 exists.
3752
3753 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3754
3755 * vla-type.exp: Print structure from toplevel.
3756
3757 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3758
3759 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3760 of dynamic types.
3761 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3762 of dynamic types.
3763
3764 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3765
3766 * gdb.fortran/vla-type.f90: New file.
3767 * gdb.fortran/vla-type.exp: New file.
3768
3769 2016-04-25 Yao Qi <yao.qi@linaro.org>
3770
3771 * gdb.base/branch-to-self.c: New file.
3772 * gdb.base/branch-to-self.exp: New file.
3773
3774 2016-04-22 Yao Qi <yao.qi@linaro.org>
3775
3776 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3777 more after $hex.
3778
3779 2016-04-22 Yao Qi <yao.qi@linaro.org>
3780
3781 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3782 * gdb.base/annota3.exp: Likewise.
3783
3784 2016-04-22 Yao Qi <yao.qi@linaro.org>
3785
3786 * gdb.reverse/step-precsave.exp: Do one step and test program
3787 stops in "callee" and do multiple steps until program goes out
3788 of "callee".
3789 * gdb.reverse/step-reverse.exp: Likewise.
3790
3791 2016-04-22 Yao Qi <yao.qi@linaro.org>
3792
3793 * gdb.trace/signal.exp: Also pass if
3794 $tracepoint_hits($i) > $iterations.
3795
3796 2016-04-22 Yao Qi <yao.qi@linaro.org>
3797
3798 * gdb.trace/signal.c: New file.
3799 * gdb.trace/signal.exp: New file.
3800
3801 2016-04-19 Doug Evans <xdje42@gmail.com>
3802
3803 * gdb.base/bad-file.exp: New file.
3804
3805 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3806
3807 * gdb.dwarf2/implref.exp: New file.
3808
3809 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3810
3811 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3812 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3813 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3814 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3815 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3816 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3817 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3818 * lib/fortran.exp (fortran_int4): New procedure.
3819 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3820 (fortran_logical4): Likewise.
3821
3822 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3823
3824 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3825
3826 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3827
3828 * lib/compiler.c: Add Intel specific preprocessor macros.
3829 * lib/compiler.cc: Likewise.
3830
3831 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3832
3833 * gdb.server/connect-with-no-symbol-file.c: New file.
3834 * gdb.server/connect-with-no-symbol-file.exp: New file.
3835
3836 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3837
3838 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3839
3840 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3841
3842 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3843 standard output directory.
3844
3845 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3846
3847 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3848
3849 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3850
3851 * gdb.btrace/instruction_history.c (loop): Add declaration.
3852
3853 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3854
3855 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3856
3857 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3858
3859 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3860 parentheses to print.
3861 (continue_handler): Likewise.
3862
3863 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3864
3865 * gdb.server/solib-list.exp: Remove is_remote check.
3866 Pass shlib= to gdb_compile. Don't link shared library with
3867 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3868 Run binary filename through "readlink -f" on the target.
3869
3870 2016-04-08 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3873 interpreter filename as argument to gdbserver_spawn.
3874 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3875 Return empty if $last_loaded_file does not exist.
3876
3877 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3880 * gdb.base/jit-main.c: Use exit after usage.
3881
3882 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3883
3884 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3885 GDBHISTSIZE prior to the tests.
3886 * gdb.base/gdbinit-history.exp: Likewise.
3887
3888 2016-04-07 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3891 instead of build_executable. Use gdb_load_shlibs.
3892
3893 2016-04-07 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3896 Execute "si" command.
3897
3898 2016-04-07 Yao Qi <yao.qi@linaro.org>
3899
3900 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3901 number instead of the comments on some line.
3902
3903 2016-04-06 Don Breazeal <donb@codesourcery.com>
3904
3905 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3906 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3907
3908 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3909
3910 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3911 standard_output_file. Remove unused binfile variable.
3912
3913 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3914
3915 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3916 * gdb.python/py-mi-objfile.exp: Match "list main" output
3917 in console format.
3918
3919 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3920
3921 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3922 absolute.
3923
3924 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3925
3926 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3927 absolute.
3928 * gdb.trace/ftrace.exp: Likewise.
3929 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3930 targets as well.
3931 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3932 (gdb_load_shlibs): Copy libraries to test directory when testing
3933 natively. Only set solib-search-path if testing remotely.
3934 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3935
3936 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3937
3938 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3939 gdb_download. Use it even if the target is not remote.
3940 * gdb.base/jit.exp (compile_jit_test): Likewise.
3941 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3942 output directory if the destination board is local, otherwise use
3943 the standard remote_download from DejaGnu.
3944 (gdb_download): Remove.
3945 (gdb_load_shlibs): Use gdb_remote_download instead of
3946 gdb_download.
3947 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3948 Use gdb_remote_download instead of gdb_download. Use it even if
3949 the target is not remote.
3950 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3951 instead of gdb_download.
3952
3953 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3954
3955 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3956 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3957 run.
3958
3959 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3960
3961 PR gdb/19820
3962 * gdb.base/printcmds.exp: Add artificial arrays tests.
3963
3964 2016-03-31 Pedro Alves <palves@redhat.com>
3965
3966 PR gdb/19858
3967 * gdb.base/jit-main.c: Include unistd.h.
3968 (ATTACH): Define to 0 if not already defined.
3969 (wait_for_gdb, mypid): New globals.
3970 (WAIT_FOR_GDB): New macro.
3971 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3972 some breakpoint locations.
3973 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3974 New procedures.
3975 (one_jit_test): Add REATTACH parameter, and handle it. Use
3976 continue_to_test_location.
3977 (top level): Test attach, and adjusts calls to one_jit_test.
3978
3979 2016-03-31 Pedro Alves <palves@redhat.com>
3980
3981 PR gdb/19858
3982 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3983 BINSUFFIX parameter, and handle it.
3984 (top level): Adjust calls compile_jit_test.
3985
3986 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3987
3988 PR python/19743
3989 * gdb.python/py-mi-events-gdb.py: New file.
3990 * gdb.python/py-mi-events.c: New file.
3991 * gdb.python/py-mi-events.exp: New file.
3992
3993 2016-03-30 Yao Qi <yao.qi@linaro.org>
3994
3995 * gdb.reverse/until-precsave.exp: Match function name only.
3996 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3997 Move malloc to a condition block.
3998 * gdb.reverse/until-reverse.exp: Match function name only.
3999
4000 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4001
4002 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4003 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4004 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4005 variable for GPR 0 instead of assuming it is register 0.
4006 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4007 * lib/trace-support.exp: Add s390 registers.
4008
4009 2016-03-29 Yao Qi <yao.qi@linaro.org>
4010
4011 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4012
4013 2016-03-24 Yao Qi <yao.qi@linaro.org>
4014
4015 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4016 test message.
4017
4018 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4019
4020 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4021 maintaining separate logic for constructing the output path.
4022
4023 2016-03-16 Don Breazeal <donb@codesourcery.com>
4024
4025 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4026 Retry fork and waitpid on interrupted system call errors.
4027 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4028 Use with_timeout_factor to increase timeout by factor of 10.
4029
4030 2016-03-15 Don Breazeal <donb@codesourcery.com>
4031
4032 * gdb.cp/scope-err.cc: New test program.
4033 * gdb.cp/scope-err.exp: New test script.
4034 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4035 lines and "set breakpoint here" comment.
4036 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4037 Fixed some whitespace and format issues.
4038 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4039 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4040
4041 2016-03-15 Doug Evans <dje@google.com>
4042
4043 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4044 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4045 All callers updated. Add tests for enums, mixed flags register.
4046
4047 2016-03-15 Doug Evans <dje@google.com>
4048
4049 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4050 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4051
4052 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4053
4054 * gdb.base/default.exp: Add $_as_string to the list of expected
4055 convenience functions.
4056
4057 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4060
4061 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4062
4063 * gdb.python/py-as-string.exp: New file.
4064 * gdb.python/py-as-string.c: New file.
4065
4066 2016-03-09 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4069 signal" -> "Thread NN received signal" output change.
4070 * gdb.threads/ia64-sigill.exp: Likewise.
4071 * gdb.threads/linux-dp.exp: Likewise.
4072 * gdb.threads/manythreads.exp: Likewise.
4073 * gdb.threads/pending-step.exp: Likewise.
4074 * gdb.threads/print-threads.exp: Likewise.
4075 * gdb.threads/sigstep-threads.exp: Likewise.
4076 * gdb.threads/staticthreads.exp: Likewise.
4077 * gdb.threads/tls.exp: Likewise.
4078
4079 2016-03-09 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/command-line-input.exp: New file.
4082
4083 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4084
4085 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4086 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4087 * gdb.trace/pending.exp: Accept leading dot before function name.
4088 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4089 * lib/trace-support.exp: Set registers for ppc.
4090
4091 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4092
4093 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4094 use it for disassembly; accept .main in addition to main in backtrace.
4095
4096 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4097 Marcin Kościelnicki <koriakin@0x04.net>
4098
4099 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4100 (gdb_recursion_test_ptr): New global variable.
4101 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4102 gdb_recursion_test.
4103 (gdb_c_test): Ditto.
4104
4105 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4106
4107 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4108 ordering.
4109
4110 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4111
4112 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4113 (bar): Add bar_start_lbl label.
4114 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4115 of foo/bar for emitting DWARF and tracing.
4116
4117 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4118
4119 * analyze-racy-logs.py: Set executable bit.
4120
4121 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4122
4123 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4124 (CHECK_TARGET_TMP): Likewise.
4125 (check-single-racy): New rule.
4126 (check-parallel-racy): Likewise.
4127 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4128 (do-check-parallel-racy): New rule.
4129 (check-racy/%.exp): Likewise.
4130 * README (Racy testcases): New section.
4131 * analyze-racy-logs.py: New file.
4132
4133 2016-03-03 Doug Evans <dje@google.com>
4134
4135 * gdb.base/skip.exp: Use with_test_prefix.
4136
4137 2016-03-03 Yao Qi <yao.qi@linaro.org>
4138
4139 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4140 Invoke step_over_syscall "clone" and break_cond_on_syscall
4141 "clone".
4142 * gdb.base/step-over-clone.c: New file.
4143
4144 2016-03-03 Yao Qi <yao.qi@linaro.org>
4145
4146 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4147 code format.
4148
4149 2016-03-03 Yao Qi <yao.qi@linaro.org>
4150
4151 * gdb.base/disp-step-fork.c: Rename to ...
4152 * gdb.base/step-over-fork.c: ... it. New file.
4153 * gdb.base/disp-step-vfork.c: Rename to ...
4154 * gdb.base/step-over-vfork.c: ... it. New file.
4155 * gdb.base/disp-step-syscall.exp: Rename to ...
4156 * gdb.base/step-over-syscall.exp: ... it. New file.
4157 (disp_step_cross_syscall): Rename to ...
4158 (step_over_syscall): ... it.
4159
4160 2016-03-03 Yao Qi <yao.qi@linaro.org>
4161
4162 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4163 If target supports condition evaluation on target, invoke
4164 break_cond_on_syscall for fork and vfork.
4165
4166 2016-03-03 Yao Qi <yao.qi@linaro.org>
4167
4168 * gdb.base/disp-step-syscall.exp: Don't invoke
4169 support_displaced_stepping.
4170 (disp_step_cross_syscall): Test with displaced stepping off and
4171 on if supported.
4172
4173 2016-03-03 Yao Qi <yao.qi@linaro.org>
4174
4175 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4176 proc.
4177 (setup): New proc.
4178 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4179 and setup.
4180
4181 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4182
4183 * gdb.fortran/vla-history.exp: Remove breakpoint.
4184
4185 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4186
4187 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4188 exceeds timeout.
4189
4190 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4191
4192 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4193 breakpoint.
4194
4195 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4196
4197 * gdb.mi/vla.f90: Nullify pointer after declaration.
4198
4199 2016-03-01 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4202
4203 2016-03-01 Pedro Alves <palves@redhat.com>
4204
4205 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4206 before anything else.
4207 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4208 _GNU_SOURCE here.
4209 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4210 before anything else.
4211 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4212
4213 2016-03-01 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4216
4217 2016-03-01 Yao Qi <yao.qi@linaro.org>
4218
4219 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4220 prepare_for_testing.
4221
4222 2016-03-01 Yao Qi <yao.qi@linaro.org>
4223
4224 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4225
4226 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4227
4228 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4229 manually constructing the output path.
4230
4231 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4232
4233 * gdb.arch/s390-stackless.S: New.
4234 * gdb.arch/s390-stackless.exp: New.
4235
4236 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4237
4238 * gdb.dlang/circular.c: New file.
4239 * gdb.dlang/circular.exp: New file.
4240
4241 2016-02-26 Yao Qi <yao.qi@linaro.org>
4242
4243 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4244 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4245 (testcases): Update.
4246
4247 2016-02-26 Yao Qi <yao.qi@linaro.org>
4248
4249 * gdb.reverse/aarch64.c: Rename to ...
4250 * gdb.reverse/insn-reverse.c: ... it.
4251 * gdb.reverse/aarch64.exp: Rename to ...
4252 * gdb.reverse/insn-reverse.exp: ... it.
4253
4254 2016-02-26 Yao Qi <yao.qi@linaro.org>
4255
4256 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4257 (testcase_ftype): New.
4258 (testcases): New array.
4259 (n_testcases): New.
4260 (main): Call each element in testcases.
4261 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4262 (read_testcase): New.
4263 Do the tests in a loop.
4264
4265 2016-02-25 Yao Qi <yao.qi@linaro.org>
4266
4267 * gdb.base/branches.c: Remove.
4268
4269 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4270
4271 PR gdb/13808
4272 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4273
4274 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4275
4276 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4277
4278 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4279
4280 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4281 change x86_64 call_insn to 'callq'.
4282
4283 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4284
4285 * gdb.trace/tfile-avx.c: Move to...
4286 * gdb.trace/tracefile-pseudo-reg.c: Here.
4287 * gdb.trace/tfile-avx.exp: Move to...
4288 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4289
4290 2016-02-24 Gary Benson <gbenson@redhat.com>
4291
4292 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4293 message on attach.
4294
4295 2016-02-23 Doug Evans <dje@google.com>
4296
4297 * gdb.base/skip.c (test_skip): New function.
4298 (end_test_skip_file_and_function): New function.
4299 (test_skip_file_and_function): New function.
4300 * gdb.base/skip1.c (test_skip): New function.
4301 (skip1_test_skip_file_and_function): New function.
4302 * gdb.base/skip.exp: Add tests for new skip options.
4303 * gdb.base/skip-solib.exp: Update expected output.
4304 * gdb.perf/skip-command.cc: New file.
4305 * gdb.perf/skip-command.exp: New file.
4306 * gdb.perf/skip-command.py: New file.
4307
4308 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4309
4310 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4311 info registers pattern.
4312
4313 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4314
4315 * lib/future.exp: Add D support.
4316 (gdb_find_gdc): New proc.
4317 (gdb_default_target_compile): Add D support.
4318
4319 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4320
4321 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4322 user+system time.
4323 (trace_speed_test): Determine the iteration count for a time
4324 between 15..30 seconds.
4325
4326 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4327
4328 * gdb.arch/i386-mpx-sigsegv.c: New file.
4329 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4330 * gdb.arch/i386-mpx-simple_segv.c: New file.
4331 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4332
4333 2016-02-18 Yao Qi <yao.qi@linaro.org>
4334
4335 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4336 Don't call setup_kfail.
4337
4338 2016-02-18 Yao Qi <yao.qi@linaro.org>
4339
4340 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4341 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4342
4343 2016-02-16 Doug Evans <dje@google.com>
4344
4345 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4346 * gdb.base/skip1.c: Ditto.
4347 * gdb.base/skip.exp: Whitespace cleanup.
4348
4349 2016-02-16 Don Breazeal <donb@codesourcery.com>
4350
4351 PR remote/19496
4352 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4353 Remove kfail for PR remote/19496.
4354
4355 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * lib/gdb.exp (standard_temp_file): Return a path specific to
4358 the runtest invocation.
4359
4360 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4361
4362 * gdb.trace/save-trace.exp: Change relative path to be in the
4363 standard output directory.
4364
4365 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 * gdb.arch/i386-prologue.c: Add missing prototypes.
4368
4369 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4370
4371 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4372 * gdb.arch/i386-prologue.exp: Likewise.
4373 * gdb.arch/i386-size.exp: Likewise.
4374
4375 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4376
4377 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4378 define object file path.
4379 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4380 file path.
4381 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4382 standard_output_file to define binfile.
4383
4384 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4385
4386 Fix compatibility with recent gfortran-5.3.1.
4387 * gdb.fortran/vla-history.exp (print vla1 allocated)
4388 (print vla2 allocated, print $2, print $3): Remove
4389 (print $4): Rename to ...
4390 (print $2): ... here.
4391 (print $9): Rename to ...
4392 (print $5): ... here.
4393 (print $10): Rename to ...
4394 (print $6): ... here.
4395 * gdb.fortran/vla.f90: Add pvla initialization.
4396
4397 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4400 New test.
4401 * gdb.fortran/vla-value-sub.exp: Likewise.
4402
4403 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4404
4405 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4406
4407 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4408
4409 * i386-biarch-core.exp: Define corefile using
4410 standard_output_file.
4411
4412 2016-02-12 Yao Qi <yao.qi@linaro.org>
4413
4414 * gdb.arch/arm-single-step-kernel-helper.c: New.
4415 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4416
4417 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4418
4419 * gdb.btrace/tailcall-only.exp: New.
4420 * gdb.btrace/tailcall-only.c: New.
4421 * gdb.btrace/x86_64-tailcall-only.S: New.
4422 * gdb.btrace/i686-tailcall-only.S: New.
4423
4424 2016-02-11 Pedro Alves <palves@redhat.com>
4425
4426 * README (Parallel testing): Add missing double quotes.
4427
4428 2016-02-11 Pedro Alves <palves@redhat.com>
4429
4430 * README (Parallel testing): New section.
4431 (GDB_PARALLEL): Rewrite.
4432 (FORCE_PARALLEL): Document.
4433
4434 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4435
4436 * gdb.trace/tfile-avx.c: New test.
4437 * gdb.trace/tfile-avx.exp: New test.
4438
4439 2016-02-09 Keith Seitz <keiths@redhat.com>
4440
4441 PR breakpoints/19546
4442 * gdb.base/infcall-exec.c: New file.
4443 * gdb.base/infcall-exec2.c: New file.
4444 * gdb.base/infcall-exec.exp: New file.
4445
4446 2016-02-09 Keith Seitz <keiths@redhat.com>
4447
4448 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4449 (toplevel): Call test_bkpt_address.
4450
4451 2016-02-09 Keith Seitz <keiths@redhat.com>
4452
4453 PR python/19506
4454 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4455 (toplevel): Call test_bkpt_address.
4456
4457 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4458
4459 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4460 to AC_OUTPUT.
4461 * configure: Regenerate.
4462
4463 2016-02-09 Pedro Alves <palves@redhat.com>
4464
4465 PR breakpoints/19548
4466 * gdb.base/execl-update-breakpoints.c (some_function): New
4467 function.
4468 (main): Call it.
4469 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4470 Tighten expected GDB output.
4471
4472 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4473
4474 * Makefile.in (ALL_SUBDIRS): Remove.
4475 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4476 (distclean maintainer-clean realclean): Likewise.
4477 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4478 * configure: Regenerate.
4479 * gdb.ada/Makefile.in: Delete.
4480 * gdb.arch/Makefile.in: Likewise.
4481 * gdb.asm/Makefile.in: Likewise.
4482 * gdb.base/Makefile.in: Likewise.
4483 * gdb.btrace/Makefile.in: Likewise.
4484 * gdb.cell/Makefile.in: Likewise.
4485 * gdb.compile/Makefile.in: Likewise.
4486 * gdb.cp/Makefile.in: Likewise.
4487 * gdb.disasm/Makefile.in: Likewise.
4488 * gdb.dlang/Makefile.in: Likewise.
4489 * gdb.dwarf2/Makefile.in: Likewise.
4490 * gdb.fortran/Makefile.in: Likewise.
4491 * gdb.gdb/Makefile.in: Likewise.
4492 * gdb.go/Makefile.in: Likewise.
4493 * gdb.guile/Makefile.in: Likewise.
4494 * gdb.java/Makefile.in: Likewise.
4495 * gdb.linespec/Makefile.in: Likewise.
4496 * gdb.mi/Makefile.in: Likewise.
4497 * gdb.modula2/Makefile.in: Likewise.
4498 * gdb.multi/Makefile.in: Likewise.
4499 * gdb.objc/Makefile.in: Likewise.
4500 * gdb.opencl/Makefile.in: Likewise.
4501 * gdb.opt/Makefile.in: Likewise.
4502 * gdb.pascal/Makefile.in: Likewise.
4503 * gdb.perf/Makefile.in: Likewise.
4504 * gdb.python/Makefile.in: Likewise.
4505 * gdb.reverse/Makefile.in: Likewise.
4506 * gdb.server/Makefile.in: Likewise.
4507 * gdb.stabs/Makefile.in: Likewise.
4508 * gdb.threads/Makefile.in: Likewise.
4509 * gdb.trace/Makefile.in: Likewise.
4510 * gdb.xml/Makefile.in: Likewise.
4511 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4512 GDB_PARALLEL.
4513 (standard_output_file): Remove check for GDB_PARALLEL, always
4514 return path in outputs/$subdir/$testname.
4515
4516 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4517
4518 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4519 (site.exp): Assign abs_srcdir to tcl's srcdir.
4520
4521 2016-02-04 Yao Qi <yao.qi@linaro.org>
4522
4523 * gdb.base/foll-exec-mode.c: Include limits.h.
4524 (main): Add parameters argc and argv. Get directory from
4525 argv[0].
4526 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4527 compilation.
4528 * gdb.base/foll-exec.c: Include limits.h.
4529 (main): Add parameters argc and argv.
4530 Get directory from argv[0].
4531 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4532 Adjust tests on the number of lines as source code changed.
4533 * gdb.base/foll-vfork-exit.c: Include limits.h.
4534 (main): Add one line of statement before vfork.
4535 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4536 (main): Add parameters argc and argv. Get directory from
4537 argv[0].
4538 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4539 (setup_gdb): Set tbreak to skip some source lines.
4540 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4541 (main): Add parameters argc and argv. Get directory from
4542 argv[0].
4543 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4544 compilation.
4545 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4546 (main): Add parameters argc and argv. Get directory from
4547 argv[0].
4548 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4549 compilation.
4550
4551 2016-02-01 Doug Evans <dje@google.com>
4552
4553 * gdb.base/skip.exp: Clean up multiple references to same test name.
4554
4555 2016-02-01 Pedro Alves <palves@redhat.com>
4556
4557 PR remote/19496
4558 * gdb.threads/forking-threads-plus-breakpoint.exp
4559 (displaced_stepping_supported): New global.
4560 (probe_displaced_stepping_support): New procedure.
4561 (do_test): Add 'displaced' parameter, and use it.
4562 (top level): Check for displaced stepping support. Add displaced
4563 stepping on/off testing axis.
4564
4565 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4566
4567 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4568 pointer. Don't perform further tests on the unassociated pointer
4569 if the first test fails.
4570
4571 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.base/max-value-size.c: New file.
4574 * gdb.base/max-value-size.exp: New file.
4575 * gdb.base/huge.exp: Disable max-value-size for this test.
4576
4577 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4578
4579 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4580
4581 2016-01-28 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4584
4585 2016-01-25 Pedro Alves <palves@redhat.com>
4586
4587 PR threads/19461
4588 * gdb.base/fork-running-state.c: New file.
4589 * gdb.base/fork-running-state.exp: New file.
4590
4591 2016-01-25 Pedro Alves <palves@redhat.com>
4592
4593 PR gdb/19494
4594 * gdb.base/catch-fork-kill.c: New file.
4595 * gdb.base/catch-fork-kill.exp: New file.
4596
4597 2016-01-25 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4600 Delete, moved to lib/gdb.exp.
4601 * gdb.threads/forking-threads-plus-breakpoint.exp
4602 (foreach_with_prefix): Likewise.
4603 * gdb.threads/process-dies-while-handling-bp.exp
4604 (foreach_with_prefix): Likewise.
4605 * lib/gdb.exp (foreach_with_prefix): New procedure.
4606
4607 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4608
4609 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4610 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4611
4612 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4613
4614 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4615 endian targets.
4616
4617 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4618 Pedro Alves <palves@redhat.com>
4619
4620 Fix testsuite compatibility with Guile.
4621 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4622 number.
4623
4624 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 Fix testsuite compatibility with Guile.
4627 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4628 (thread 1): New test for backtrace through signal handler.
4629
4630 2016-01-22 Yao Qi <yao.qi@linaro.org>
4631
4632 PR testsuite/19491
4633 * gdb.base/multi-forks.c: Include
4634 ../lib/unbuffer_output.c
4635 (main): Call gdb_unbuffer_output.
4636
4637 2016-01-21 Doug Evans <dje@google.com>
4638
4639 * lib/ada.exp (gdb_compile_ada): Fix typo.
4640
4641 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4642
4643 * gdb.base/break-fun-addr.exp: New file.
4644 * gdb.base/break-fun-addr1.c: New file.
4645 * gdb.base/break-fun-addr2.c: New file.
4646
4647 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4648
4649 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4650 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4651 enum flag values.
4652
4653 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4654
4655 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4656 when GDB can not set the vector return value. Add more comments
4657 for clarification.
4658
4659 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4660
4661 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4662 command.
4663
4664 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4665
4666 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4667
4668 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * Makefile.in (check-single): Pass --status to runtest.
4671 (check/%.exp): Likewise.
4672
4673 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * Makefile.in (check-parallel): Propagate return code from make
4676 do-check-parallel.
4677
4678 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4679
4680 * gdb.trace/ftrace.exp: Fix expected message on continue.
4681 * gdb.trace/pending.exp: Fix expected message on continue.
4682 * gdb.trace/trace-break.exp: Fix expected message on continue.
4683
4684 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4685
4686 * lib/gdb.exp (gdb_test): Remove unused global references.
4687
4688 2016-01-18 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/async-shell.exp: Adjust expected output.
4691 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4692 * gdb.base/siginfo-thread.exp: Adjust expected output.
4693 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4694 * gdb.java/jnpe.exp: Adjust expected output.
4695 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4696 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4697 * gdb.threads/leader-exit.exp: Adjust expected output.
4698 * gdb.threads/manythreads.exp: Adjust expected output.
4699 * gdb.threads/pthreads.exp: Adjust expected output.
4700 * gdb.threads/schedlock.exp: Adjust expected output.
4701 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4702 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4703 expected output.
4704 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4705 output.
4706 * gdb.threads/sigthread.exp: Adjust expected output.
4707 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4708
4709 2016-01-18 Yao Qi <yao.qi@linaro.org>
4710
4711 * gdb.guile/scm-section-script.c: Replace @progbits with
4712 %progbits.
4713 * gdb.python/py-section-script.c: Likewise.
4714
4715 2016-01-15 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.multi/tids.exp: Test star wildcard ranges.
4718
4719 2016-01-15 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4722 command from "thread apply" invocation.
4723 (thr_apply_info_thr_invalid): Default the expected output to the
4724 input tid list.
4725 (top level): Add tests that use convenience variables. Add tests
4726 for "thread apply" with a valid TID list, but missing the command.
4727
4728 2016-01-13 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.base/default.exp: Expect $_gthread as well.
4731 * gdb.multi/tids.exp: Test $_gthread.
4732 * gdb.threads/thread-specific.exp: Test $_gthread.
4733
4734 2016-01-13 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.multi/tids.exp: Test "info threads -gid".
4737
4738 2016-01-13 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4741 Breakpoint.thread.
4742 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4743
4744 2016-01-07 Pedro Alves <palves@redhat.com>
4745
4746 * gdb.base/break.exp: Adjust to output changes.
4747 * gdb.base/hbreak2.exp: Likewise.
4748 * gdb.base/sepdebug.exp: Likewise.
4749 * gdb.base/watch_thread_num.exp: Likewise.
4750 * gdb.linespec/keywords.exp: Likewise.
4751 * gdb.multi/info-threads.exp: Likewise.
4752 * gdb.threads/thread-find.exp: Likewise.
4753 * gdb.multi/tids.c: New file.
4754 * gdb.multi/tids.exp: New file.
4755
4756 2016-01-13 Pedro Alves <palves@redhat.com>
4757
4758 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4759
4760 2016-01-13 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/default.exp: Expect $_inferior as well.
4763 * gdb.multi/base.exp: Test $_inferior.
4764
4765 2016-01-13 Pedro Alves <palves@redhat.com>
4766
4767 PR breakpoints/19388
4768 * gdb.base/catch-signal-siginfo-cond.c: New file.
4769 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4770
4771 2016-01-12 Josh Stone <jistone@redhat.com>
4772 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4773
4774 * gdb.base/catch-syscall.c (do_execve): New variable.
4775 (main): Conditionally trigger an execve.
4776 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4777 (test_catch_syscall_execve): New, check entry/return across execve.
4778 (do_syscall_tests): Call test_catch_syscall_execve.
4779
4780 2016-01-12 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.base/random-signal.exp (do_test): New procedure, with body
4783 of testcase moved in.
4784
4785 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4786 Pedro Alves <palves@redhat.com>
4787
4788 * gdb.base/funcargs.exp (finish from indirectly called function):
4789 Reintroduce the case for 'First'.
4790
4791 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4792 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4795 (tcatch_vfork_then_child_follow_exec)
4796 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4797 identification.
4798
4799 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4800
4801 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4802 and repeats to unlimited.
4803 * gdb.python/py-value.exp: Likewise.
4804 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4805 and repeats to unlimited.
4806
4807 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4808
4809 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4810 and reordering the functions.
4811 * gdb.multi/hangout.c: Likewise.
4812 * gdb.multi/hello.c: Likewise.
4813
4814 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4815
4816 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4817 absolute.
4818 (SingleStatisticTestResult.report): Use dict.keys instead of
4819 dict.iterkeys.
4820
4821 2016-01-06 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4824
4825 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4826
4827 * gdb.btrace/dlopen.exp: New.
4828 * gdb.btrace/dlopen.c: New.
4829 * gdb.btrace/dlopen-dso.c: New.
4830
4831 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4832
4833 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4834 PATTERN argument is optional.
4835
4836 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4837
4838 * lib/ada.exp (target_compile_ada_from_dir): New function.
4839 (gdb_compile_ada): Reimplement avoiding the use of project files.
4840 * gdb.ada/gnat_ada.gpr: Delete.
4841 * gdb.ada/cond_lang.exp: Adjust test to make path before
4842 filename optional.
4843 * gdb.ada/small_reg_param.exp: Likewise.
4844
4845 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4846
4847 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4848
4849 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4850
4851 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4852 case.
4853
4854 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4855
4856 * gdb.base/break.exp: Remove dead code.
4857 * gdb.base/sepdebug.exp: Likewise.
4858
4859 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4860
4861 * gdb.asm/asm-source.exp: Remove HP-UX references.
4862 * gdb.base/annota1.exp: Likewise.
4863 * gdb.base/annota3.exp: Likewise.
4864 * gdb.base/attach.exp: Likewise.
4865 * gdb.base/bigcore.exp: Likewise.
4866 * gdb.base/break.exp: Likewise.
4867 * gdb.base/call-ar-st.exp: Likewise.
4868 * gdb.base/callfuncs.exp: Likewise.
4869 * gdb.base/catch-fork-static.exp: Likewise.
4870 * gdb.base/display.exp: Likewise.
4871 * gdb.base/foll-exec-mode.exp: Likewise.
4872 * gdb.base/foll-exec.exp: Likewise.
4873 * gdb.base/foll-fork.exp: Likewise.
4874 * gdb.base/foll-vfork.exp: Likewise.
4875 * gdb.base/funcargs.exp: Likewise.
4876 * gdb.base/hbreak2.exp: Likewise.
4877 * gdb.base/inferior-died.exp: Likewise.
4878 * gdb.base/interrupt.exp: Likewise.
4879 * gdb.base/multi-forks.exp: Likewise.
4880 * gdb.base/nodebug.exp: Likewise.
4881 * gdb.base/sepdebug.exp: Likewise.
4882 * gdb.base/solib1.c: Likewise.
4883 * gdb.base/step-test.exp: Likewise.
4884 * gdb.mi/non-stop.c: Likewise.
4885 * gdb.mi/pthreads.c: Likewise.
4886 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4887 * gdb.threads/pthreads.c: Likewise.
4888 * gdb.threads/staticthreads.exp: Likewise.
4889 * lib/future.exp: Likewise.
4890 * lib/gdb.exp: Likewise.
4891 * gdb.base/so-indr-cl.c: Remove.
4892 * gdb.base/so-indr-cl.exp: Likewise.
4893 * gdb.base/solib.c: Likewise.
4894 * gdb.base/solib.exp: Likewise.
4895 * gdb.base/solib2.c: Likewise.
4896
4897 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4898
4899 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4900 * gdb.base/call-ar-st.exp: Likewise.
4901 * gdb.base/callfuncs.exp: Likewise.
4902 * gdb.base/condbreak.exp: Likewise.
4903 * gdb.base/constvars.exp: Likewise.
4904 * gdb.base/hbreak2.exp: Likewise.
4905 * gdb.base/langs.exp: Likewise.
4906 * gdb.base/list.exp: Likewise.
4907 * gdb.base/long_long.exp: Likewise.
4908 * gdb.base/ptype.exp: Likewise.
4909 * gdb.base/scope.exp: Likewise.
4910 * gdb.base/signals.exp: Likewise.
4911 * gdb.base/so-impl-ld.exp: Likewise.
4912 * gdb.base/varargs.exp: Likewise.
4913 * gdb.base/volatile.exp: Likewise.
4914 * gdb.base/whatis.exp: Likewise.
4915 * gdb.cp/cplusfuncs.exp: Likewise.
4916 * gdb.cp/inherit.exp: Likewise.
4917 * gdb.cp/local.exp: Likewise.
4918 * gdb.cp/member-ptr.exp: Likewise.
4919 * gdb.cp/method.exp: Likewise.
4920 * gdb.cp/overload.exp: Likewise.
4921 * gdb.cp/templates.exp: Likewise.
4922 * gdb.stabs/weird.exp: Likewise.
4923 * lib/compiler.c: Likewise.
4924 * lib/compiler.cc: Likewise.
4925 * lib/cp-support.exp: Likewise.
4926 * lib/gdb.exp: Likewise.
4927
4928 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4929
4930 * configure.ac: Remove HP-UX case.
4931 * configure: Regenerate.
4932
4933 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4934
4935 * lib/gdb.exp (gdb_compile): Add function doc.
4936
4937 2015-12-17 Pedro Alves <palves@redhat.com>
4938
4939 PR threads/19354
4940 * gdb.multi/info-threads.exp: New file.
4941
4942 2015-12-15 Yao Qi <yao.qi@linaro.org>
4943
4944 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4945 is aarch64*-*-*.
4946
4947 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4948
4949 * gdb.base/history-duplicates.exp: Skip if no readline support.
4950
4951 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4952
4953 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4954
4955 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4956
4957 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4958
4959 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4960
4961 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4962 ctrl-C if nointerrupts target property is set.
4963 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4964 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4965 * gdb.base/paginate-bg-execution.exp: Likewise.
4966 * gdb.base/paginate-execution-startup.exp: Likewise.
4967 * gdb.base/random-signal.exp: Likewise.
4968 * gdb.base/range-stepping.exp: Likewise.
4969 * gdb.cp/annota2.exp: Likewise.
4970 * gdb.cp/annota3.exp: Likewise.
4971 * gdb.gdb/selftest.exp: Likewise.
4972 * gdb.threads/continue-pending-status.exp: Likewise.
4973 * gdb.threads/leader-exit.exp: Likewise.
4974 * gdb.threads/manythreads.exp: Likewise.
4975 * gdb.threads/pthreads.exp: Likewise.
4976 * gdb.threads/schedlock.exp: Likewise.
4977 * gdb.threads/sigthread.exp: Likewise.
4978
4979 2015-12-11 Don Breazeal <donb@codesourcery.com>
4980
4981 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4982 remote.
4983 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4984 * gdb.base/foll-exec.exp (main): Enable for target remote.
4985 * gdb.base/foll-fork.exp (main): Likewise.
4986 * gdb.base/foll-vfork.exp (main): Likewise.
4987 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4988 (proc continue_to_exit_bp_loc): Use clean_restart.
4989 * gdb.base/pie-execl.exp (main): Disable for target remote.
4990 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4991 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4992 * gdb.threads/execl.exp (main): Likewise.
4993 * gdb.threads/fork-child-threads.exp (main): Likewise.
4994 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4995 remote.
4996 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4997 remote.
4998 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4999 pid.tid style ptids, instead of just tid.
5000 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5001 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5002 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5003 ptids, instead of just tid.
5004
5005 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5006
5007 * gdb.base/list.exp (test_list_forward): Add end of file error
5008 test.
5009 (test_repeat_list_command): Add end of file error test.
5010 (test_list_backwards): Add beginning of file error test.
5011
5012 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5013
5014 * gdb.base/list.exp (test_list_invalid_args): New function,
5015 defined, and called.
5016
5017 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5018
5019 * gdb.base/list.exp (test_list): Make test names unique.
5020
5021 2015-12-11 Yao Qi <yao.qi@linaro.org>
5022
5023 * gdb.base/coremaker2.c: Remove.
5024
5025 2015-12-10 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.multi/base.exp: Remove stale "spaces" references.
5028
5029 2015-12-10 Pedro Alves <palves@redhat.com>
5030
5031 * gdb.multi/base.exp: Don't use nowarnings.
5032 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5033 * gdb.multi/hangout.c: Include stdio.h.
5034 * gdb.multi/hello.c: Include stdlib.h.
5035 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5036 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5037 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5038
5039 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * gdb.dwarf2/dw2-ranges-base.c: New file.
5042 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5043 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5044 support additional line table, and debug ranges generation.
5045 (Dwarf::ranges): New function, generate .debug_ranges.
5046 (Dwarf::lines): Support generating simple line table programs.
5047 (Dwarf::assemble): Initialise new namespace variables.
5048
5049 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5050
5051 * gdb.base/async.exp (proc test_background): Add case for
5052 asynchronous execution not supported.
5053
5054 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5055
5056 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5057 format and change test names to make them unique.
5058
5059 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5060 Pedro Alves <pedro@redhat.com>
5061
5062 PR gdb/18702
5063 Add checking of floatformats setup on x86_64 hosts.
5064 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5065 (smallval, bigval): New labels/constants.
5066 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5067 float" after loading bigval and smallval.
5068
5069 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5070
5071 * gdb.ada/fun_overload_menu.exp: New testcase.
5072 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5073
5074 2015-12-04 Josh Stone <jistone@redhat.com>
5075
5076 * gdb.base/catch-fork-static.exp: New.
5077
5078 2015-12-03 Yao Qi <yao.qi@linaro.org>
5079
5080 * gdb.base/sizeof.c: Don't include stdio.h and
5081 ../lib/unbuffer_output.c.
5082 (main): New variable 'size' and 'value'. Remove printf and
5083 gdb_unbuffer_output. Assign return value to size and value.
5084 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5085 at the beginning.
5086 (check_sizeof): Check the result by printing variable 'size'.
5087 (check_valueof): Check the result by printing variable 'value'.
5088
5089 2015-12-01 Yao Qi <yao.qi@linaro.org>
5090
5091 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5092 for aarch64*-*-linux* target.
5093
5094 2015-11-30 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5097
5098 2015-11-30 Pedro Alves <palves@redhat.com>
5099
5100 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5101 Handle non-stop mode vCont replies.
5102
5103 2015-11-30 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5106 prepare_for_testing. Start gdb with "set non-stop on" appended to
5107 GDBFLAGS. Lax expected stop output.
5108
5109 2015-11-27 Yao Qi <yao.qi@linaro.org>
5110
5111 * gdb.arch/arm-neon.exp: New.
5112 * gdb.arch/arm-neon.c: New.
5113
5114 2015-11-27 Yao Qi <yao.qi@linaro.org>
5115
5116 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5117
5118 2015-11-27 Yao Qi <yao.qi@linaro.org>
5119
5120 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5121 frames-invalid annotation.
5122
5123 2015-11-27 Yao Qi <yao.qi@linaro.org>
5124
5125 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5126
5127 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.threads/names.exp: New file.
5130 * gdb.threads/names.c: New file.
5131 * README: Mention gdb,no_thread_names.
5132
5133 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5134
5135 PR 19297
5136 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5137 support" error.
5138
5139 2015-11-24 Pedro Alves <palves@redhat.com>
5140
5141 PR 17539
5142 * gdb.base/display.exp: Expect displays to be sorted in ascending
5143 order. Use multi_line.
5144 * gdb.base/solib-display.exp: Likewise.
5145
5146 2015-11-24 Pedro Alves <palves@redhat.com>
5147
5148 PR 17539
5149 * gdb.base/display.exp: Expect displays to be sorted in ascending
5150 order. Use multi_line.
5151 * gdb.base/solib-display.exp: Likewise.
5152
5153 2015-11-24 Pedro Alves <palves@redhat.com>
5154
5155 PR 17539
5156 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5157 threads in ascending order.
5158 * gdb.base/foll-fork.exp: Likewise.
5159 * gdb.base/foll-vfork.exp: Likewise.
5160 * gdb.base/multi-forks.exp: Likewise.
5161 * gdb.mi/mi-nonstop.exp: Likewise.
5162 * gdb.mi/mi-nsintrall.exp: Likewise.
5163 * gdb.multi/base.exp: Likewise.
5164 * gdb.multi/multi-arch.exp: Likewise.
5165 * gdb.python/py-inferior.exp: Likewise.
5166 * gdb.threads/break-while-running.exp: Likewise.
5167 * gdb.threads/execl.exp: Likewise.
5168 * gdb.threads/gcore-thread.exp: Likewise.
5169 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5170 * gdb.threads/kill.exp: Likewise.
5171 * gdb.threads/linux-dp.exp: Likewise.
5172 * gdb.threads/multiple-step-overs.exp: Likewise.
5173 * gdb.threads/next-bp-other-thread.exp: Likewise.
5174 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5175 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5176 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5177 * gdb.threads/thread-find.exp: Likewise.
5178 * gdb.threads/tls.exp: Likewise.
5179 * lib/mi-support.exp (mi_reverse_list): Delete.
5180 (mi_check_thread_states): No longer reverse list.
5181
5182 2015-11-24 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5185 use lowercase.
5186
5187 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * gdb.trace/actions.c: Include trace-common.h.
5190 (main): Add a location for a fast tracepoint.
5191 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5192 the normal tracepoints.
5193 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5194
5195 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5196
5197 * save-trace.exp: Factor out code to these...
5198 (gdb_save_tracepoints): New.
5199 (gdb_load_tracepoints): New.
5200 (do_save_load_test): New.
5201
5202 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5203
5204 * gdb.base/asmlabel.exp: New test.
5205 * gdb.base/asmlabel.c: New test case.
5206
5207 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5208
5209 * gdb.base/wrong_frame_bt_full-main.c: New file.
5210 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5211 * gdb.base/wrong_frame_bt_full.exp: New file.
5212
5213 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5214
5215 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5216
5217 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5218
5219 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5220 pstate register when comparing registers values in
5221 sparc64-*-linux-gnu targets to avoid spurious differences.
5222
5223 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5224
5225 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5226
5227 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5228
5229 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5230 as type argument to gdb_compile.
5231 * gdb.base/nested-subp2.exp: Likewise.
5232 * gdb.base/nested-subp3.exp: Likewise.
5233
5234 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5235
5236 * lib/dwarf.exp (_note): Fix left shift of negative value.
5237 * gdb.trace/trace-condition.exp: Likewise.
5238
5239 2015-11-13 Yao Qi <yao.qi@linaro.org>
5240
5241 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5242 comments about d10v.
5243 (test_scalar_returns): Likewise.
5244 * gdb.base/d10v.ld: Remove.
5245 * gdb.base/overlays.exp: Remove the target triplet checking for
5246 d10v-*-*.
5247 * gdb.base/structs.exp (test_struct_returns): Remove the
5248 comments about d10v.
5249 (test_struct_calls): Likewise.
5250
5251 2015-11-13 Yao Qi <yao.qi@linaro.org>
5252
5253 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5254 * gdb.base/gnu_vector.c: Don't include stdio.h.
5255 (main): Don't print res and call add_some_intvecs.
5256
5257 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5258
5259 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5260 macro.
5261 (func5): Removed.
5262 (func4): Use FAST_TRACEPOINT_LABEL.
5263 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5264 macro.
5265 (func): Removed.
5266 (thread_function): Use FAST_TRACEPOINT_LABEL.
5267 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5268 (func): Remove.
5269 (marker): Use FAST_TRACEPOINT_LABEL.
5270 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5271 (pendfunc1): Remove.
5272 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5273 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5274 (foo): Remove.
5275 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5276 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5277 macro.
5278 (func): Remove.
5279 (marker): Use FAST_TRACEPOINT_LABEL.
5280 * gdb.trace/trace-common.h: New header.
5281 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5282 macro.
5283 (func): Remove.
5284 (marker): Use FAST_TRACEPOINT_LABEL.
5285 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5286 (func): Remove.
5287 (thread_function): Use FAST_TRACEPOINT_LABEL.
5288
5289 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5290
5291 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5292 in front.
5293 * gdb.trace/change-loc.exp: Use global pcreg definition.
5294 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5295 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5296 in front.
5297 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5298 * gdb.trace/pending.exp: Likewise.
5299 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5300 * gdb.trace/trace-break.exp: Likewise.
5301 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5302 in front.
5303 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5304 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5305 in front.
5306 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5307
5308 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5309
5310 * gdb.ada/fin_fun_out: New testcase.
5311
5312 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5313
5314 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5315 value associated with DW_AT_byte_size.
5316 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5317 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5318 DW_AT_upper_bound.
5319
5320 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5321
5322 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5323 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5324 version.
5325 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5326 gdb.dwarf2/dw2-canonicalize-type.exp,
5327 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5328 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5329 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5330 provided by gdb_target_symbol_prefix_flags_asm.
5331 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5332 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5333 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5334 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5335 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5336 macros where needed). Use this macro for symbols which require
5337 the prefix provided by SYMBOL_PREFIX.
5338
5339 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5340
5341 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5342 New procs.
5343 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5344 representing expressions, of more than one list element.
5345 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5346 to prepend linker symbol prefix to f.
5347 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5348 table_1 and table_2.
5349 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5350 Likewise, for f and g.
5351 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5352 for ptr.
5353 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5354 for main.
5355 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5356 table_1_ptr and table_2_ptr.
5357
5358 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5359 Joel Brobecker <brobecker@adacore.com>
5360
5361 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5362
5363 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5364
5365 * gdb.reverse/s390-mvcle.c: New test.
5366 * gdb.reverse/s390-mvcle.exp: New file.
5367 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5368
5369 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5370
5371 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5372
5373 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5374
5375 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5376 reaching marker2.
5377 * gdb.reverse/getresuid-reverse.exp: Likewise.
5378 * gdb.reverse/pipe-reverse.exp: Likewise.
5379 * gdb.reverse/readv-reverse.exp: Likewise.
5380 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5381 * gdb.reverse/time-reverse.exp: Likewise.
5382 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5383
5384 2015-10-30 Yao Qi <yao.qi@linaro.org>
5385
5386 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5387 (empty_cycle): Remove.
5388 (main): Don't call empty_cycle. Don't use watch_count_done.
5389 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5390 empty_cycle. Rewrite the code counting HW watchpoints.
5391
5392 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5393
5394 * gdb.reverse/fstatat-reverse.c: New test.
5395 * gdb.reverse/fstatat-reverse.exp: New file.
5396 * gdb.reverse/getresuid-reverse.c: New test.
5397 * gdb.reverse/getresuid-reverse.exp: New file.
5398 * gdb.reverse/pipe-reverse.c: New test.
5399 * gdb.reverse/pipe-reverse.exp: New file.
5400 * gdb.reverse/readv-reverse.c: New test.
5401 * gdb.reverse/readv-reverse.exp: New file.
5402 * gdb.reverse/recvmsg-reverse.c: New test.
5403 * gdb.reverse/recvmsg-reverse.exp: New file.
5404 * gdb.reverse/time-reverse.c: New test.
5405 * gdb.reverse/time-reverse.exp: New file.
5406 * gdb.reverse/waitpid-reverse.c: New test.
5407 * gdb.reverse/waitpid-reverse.exp: New file.
5408
5409 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5410
5411 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5412
5413 2015-10-26 Doug Evans <dje@google.com>
5414
5415 PR symtab/17391
5416 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5417 * gdb.dwarf2/bad-regnum.c: New file.
5418 * gdb.dwarf2/bad-regnum.exp: New file.
5419
5420 2015-10-26 Doug Evans <dje@google.com>
5421
5422 PR python/18938
5423 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5424 file.
5425
5426 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5429 for a change by "Mention language in compile error message".
5430
5431 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5432
5433 PR python/18073
5434 * gdb.python/py-type.c (C::a_method): New.
5435 (C::a_const_method): New.
5436 (C::a_static_method): New.
5437 (a_function): New.
5438 * gdb.python/py-type.exp (test_fields): Test getting fields
5439 from function and method.
5440
5441 2015-10-21 Keven Boell <keven.boell@intel.com>
5442
5443 * gdb.fortran/vla-alloc-assoc.exp: New file.
5444 * gdb.fortran/vla-datatypes.exp: New file.
5445 * gdb.fortran/vla-datatypes.f90: New file.
5446 * gdb.fortran/vla-history.exp: New file.
5447 * gdb.fortran/vla-ptype-sub.exp: New file.
5448 * gdb.fortran/vla-ptype.exp: New file.
5449 * gdb.fortran/vla-sizeof.exp: New file.
5450 * gdb.fortran/vla-sub.f90: New file.
5451 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5452 * gdb.fortran/vla-value-sub-finish.exp: New file.
5453 * gdb.fortran/vla-value-sub.exp: New file.
5454 * gdb.fortran/vla-value.exp: New file.
5455 * gdb.fortran/vla-ptr-info.exp: New file.
5456 * gdb.mi/mi-vla-fortran.exp: New file.
5457 * gdb.mi/vla.f90: New file.
5458
5459 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5460
5461 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5462 of hardwired timeout value.
5463
5464 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5465 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5468 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5469
5470 2015-10-19 Josh Stone <jistone@redhat.com>
5471
5472 * gdb.base/catch-syscall.c: Include <sched.h>.
5473 (unknown_syscall): New variable.
5474 (main): Trigger a vfork and an unknown syscall.
5475 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5476 (unknown_syscall_number): Likewise.
5477 (check_call_to_syscall): Accept an optional syscall pattern.
5478 (check_return_from_syscall): Likewise.
5479 (check_continue): Likewise.
5480 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5481 (test_catch_syscall_skipping_return): New test toggling off 'catch
5482 syscall' to step over the syscall return, then toggling back on.
5483 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5484 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5485 (do_syscall_tests): Call test_catch_syscall_without_args and
5486 test_catch_syscall_mid_vfork.
5487 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5488 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5489
5490 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5491
5492 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5493 print g_vE): Add new pass patterns.
5494 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5495 print various symbol names for vptr fields.
5496
5497 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5498
5499 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5500 results.
5501
5502 2015-10-12 Yao Qi <yao.qi@linaro.org>
5503
5504 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5505
5506 2015-10-12 Yao Qi <yao.qi@linaro.org>
5507
5508 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5509 is aarch64*-*-linux*.
5510
5511 2015-10-12 Yao Qi <yao.qi@linaro.org>
5512
5513 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5514 (can_relocate_bcond_true): ... it.
5515 (can_relocate_bcond_false): New function.
5516 (foo): Likewise.
5517 (can_relocate_bl): Likewise.
5518 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5519 can_relocate_bl.
5520
5521 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5522
5523 * gdb.base/nested-addr.c: New file.
5524 * gdb.base/nested-addr.exp: New testcase.
5525
5526 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5527
5528 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5529 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5530 its output. Ignore the output of "record goto begin" and instead
5531 check that GDB is replaying.
5532
5533 2015-10-09 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5536 (top level): Use it in the run with no args test.
5537
5538 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5539
5540 * gdb.dlang/properties.exp: New file.
5541
5542 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5543
5544 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5545 whether or not address 0x1000 is mapped on the target.
5546
5547 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5550 build.
5551
5552 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5553
5554 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5555 instruction-history test.
5556
5557 2015-09-28 Doug Evans <dje@google.com>
5558
5559 * gdb.base/gcore.c (array_func): Add reference to static_array.
5560
5561 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5562
5563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5564 source line.
5565
5566 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5567
5568 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5569 short or char as base type.
5570
5571 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5572
5573 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5574 to allow any size enum.
5575
5576 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5577
5578 * gdb.ada/array_ptr_renaming.exp: New testcase.
5579 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5580 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5581
5582 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5583
5584 * gdb.trace/ftrace-lock.c: New file.
5585 * gdb.trace/ftrace-lock.exp: New file.
5586
5587 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5588
5589 * gdb.arch/insn-reloc.c: New file.
5590 * gdb.arch/ftrace-insn-reloc.exp: New file.
5591
5592 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5593
5594 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5595 instruction.
5596 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5597 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5598 * gdb.trace/range-stepping.c: Likewise.
5599 * gdb.trace/trace-break.c: Likewise.
5600 * gdb.trace/trace-mt.c (thread_function): Likewise.
5601 * gdb.trace/ftrace.c (marker): Likewise.
5602 * gdb.trace/trace-condition.c (marker): Likewise.
5603 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5604 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5605 is_aarch64_target.
5606
5607 2015-09-18 Doug Evans <xdje42@gmail.com>
5608
5609 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5610 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5611
5612 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5613
5614 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5615 the breakpoint.
5616
5617 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5618
5619 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5620 the pending breakpoint. Remove timeout override for "Run till
5621 MI pending breakpoint on pendfunc3 on thread 2" test.
5622
5623 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5624
5625 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5626 filename pattern.
5627
5628 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5629
5630 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5631 in breakpoint filename pattern.
5632
5633 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5634
5635 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5636
5637 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5638
5639 * gdb.linespec/explicit.exp: Check for readline support for
5640 tab-completion tests. Fix obvious typo.
5641
5642 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5643
5644 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5645 and replay.
5646
5647 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5648
5649 * gdb.btrace/non-stop.c: New.
5650 * gdb.btrace/non-stop.exp: New.
5651
5652 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5653 Yao Qi <yao.qi@linaro.org>
5654
5655 * gdb.trace/trace-condition.c: New file.
5656 * gdb.trace/trace-condition.exp: New file.
5657
5658 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5659
5660 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5661 for testing bytecode compilation.
5662
5663 2015-09-16 Pedro Alves <palves@redhat.com>
5664 Sandra Loosemore <sandra@codesourcery.com>
5665
5666 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5667 (SECONDS): Redefine.
5668 (main): Call pthread_kill and alarm early.
5669 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5670 support.
5671 (test): If the target can't hardware step and doesn't support
5672 displaced stepping, increase the timeout.
5673
5674 2015-09-16 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5677 (enable_debug): New procedures.
5678 (test): Use them. Bail out if waiting for threads fails.
5679 (top level): Bail out if a test fails.
5680
5681 2015-09-16 Yao Qi <yao.qi@linaro.org>
5682
5683 * gdb.asm/asm-source.exp: Set asm-arch for
5684 aarch64*-*-* target.
5685 * gdb.asm/aarch64.inc: New file.
5686
5687 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5688
5689 * gdb.ada/array_of_variable_length.exp: New testcase.
5690 * gdb.ada/array_of_variable_length/foo.adb: New file.
5691 * gdb.ada/array_of_variable_length/pck.adb: New file.
5692 * gdb.ada/array_of_variable_length/pck.ads: New file.
5693
5694 2015-09-15 Doug Evans <dje@google.com>
5695
5696 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5697 of function static local variable.
5698
5699 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5700
5701 * gdb.threads/tls-so_extern.exp: New test file.
5702 * gdb.threads/tls-so_extern.c: New test file.
5703 * gdb.threads/tls-so_extern_main.c: New test file.
5704
5705 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * gdb.opt/solib-intra-step-lib.c: New file.
5708 * gdb.opt/solib-intra-step-main.c: New file.
5709 * gdb.opt/solib-intra-step.exp: New file.
5710
5711 2015-09-15 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5714 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5715
5716 2015-09-14 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.base/hook-stop-continue.c: Delete.
5719 * gdb.base/hook-stop-continue.exp: Delete.
5720 * gdb.base/hook-stop-frame.c: Delete.
5721 * gdb.base/hook-stop-frame.exp: Delete.
5722 * gdb.base/hook-stop.c: New file.
5723 * gdb.base/hook-stop.exp: New file.
5724
5725 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5726
5727 * gdb.ada/access_to_packed_array.exp: New testcase.
5728 * gdb.ada/access_to_packed_array/foo.adb: New file.
5729 * gdb.ada/access_to_packed_array/pack.adb: New file.
5730 * gdb.ada/access_to_packed_array/pack.ads: New file.
5731
5732 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5733
5734 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5735 buffer size test.
5736
5737 2015-09-11 Don Breazeal <donb@codesourcery.com>
5738
5739 * gdb.base/foll-exec.c: Add copyright header. Fix
5740 formatting issues.
5741 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5742 (do_exec_tests): Use clean_restart in place of zap_session,
5743 and for test initialization. Fix formatting issues. Use
5744 fail in place of perror.
5745 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5746 an expect statement to match an expression with output from
5747 the program under debug.
5748 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5749 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5750 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5751 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5752 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5753
5754 2015-09-09 Doug Evans <dje@google.com>
5755
5756 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5757
5758 2015-09-09 Doug Evans <dje@google.com>
5759
5760 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5761
5762 2015-09-09 Doug Evans <dje@google.com>
5763
5764 * gdb.base/savedregs.exp: Fix typo.
5765
5766 2015-09-09 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5769
5770 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5771
5772 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5773 command actually switches threads. Give up on remaining
5774 tests if target fails to stop at breakpoint.
5775
5776 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5777
5778 * gdb.ada/funcall_char.exp: New testcase.
5779 * gdb.ada/funcall_char/foo.adb: New file.
5780
5781 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5782
5783 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5784 expected outputs. Add two testcases for completing ambiguous
5785 functions.
5786 * gdb.ada/complete/aux_pck.adb: New file.
5787 * gdb.ada/complete/aux_pck.ads: New file.
5788 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5789 Ambiguous_Func functions.
5790 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5791 * gdb.ada/complete/pck.adb: Likewise.
5792
5793 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5794
5795 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5796 failures to run the test program under GDB.
5797
5798 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5799
5800 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5801 to C.
5802
5803 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5804
5805 * gdb.base/run-after-attach.exp: New test file.
5806 * gdb.base/run-after-attach.c: New test file.
5807
5808 2015-08-26 Don Breazeal <donb@codesourcery.com>
5809
5810 * gdb.base/foll-exec-2.c: New test program.
5811 * gdb.base/foll-exec-2.exp: New test.
5812
5813 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5814
5815 * gdb.base/nested-subp1.exp: New file.
5816 * gdb.base/nested-subp1.c: New file.
5817 * gdb.base/nested-subp2.exp: New file.
5818 * gdb.base/nested-subp2.c: New file.
5819 * gdb.base/nested-subp3.exp: New file.
5820 * gdb.base/nested-subp3.c: New file.
5821
5822 2015-08-24 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.server/connect-without-multi-process.c: New file.
5825 * gdb.server/connect-without-multi-process.exp: New file.
5826
5827 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5828
5829 * gdb.opt/inline-markers.c: Make z int.
5830
5831 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5832
5833 * gdb.opt/inline-markers.c: Make z volatile.
5834
5835 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5836
5837 * gdb.opt/inline-bt.c: New volatile global z.
5838 * gdb.opt/inline-cmds.c: Likewise.
5839 * gdb.opt/inline-locals.c: Likewise.
5840 * gdb.opt/inline-markers.c: New extern global z.
5841 (marker): Use z.
5842 (inline_fn): Likewise.
5843
5844 2015-08-24 Pedro Alves <palves@redhat.com>
5845
5846 * config/m32r-stub.exp: Remove file.
5847 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5848 * gdb.base/call-rt-st.exp: Likewise.
5849 * gdb.base/call-strs.exp: Likewise.
5850 * gdb.base/default.exp: Remove references to h8300-*-hms and
5851 *-*-udi*.
5852 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5853
5854 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5855
5856 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5857 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5858 and "return" use KFAIL when GDB can not read/write the vector
5859 return value.
5860
5861 2015-08-21 Gary Benson <gbenson@redhat.com>
5862
5863 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5864
5865 2015-08-20 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.server/solib-list.exp: No longer expect an interior stop in
5868 non-stop mode.
5869
5870 2015-08-20 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.server/connect-stopped-target.c: New file.
5873 * gdb.server/connect-stopped-target.exp: New file.
5874
5875 2015-08-20 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.dwarf2/comp-unit-lang.exp: New file.
5878 * gdb.dwarf2/comp-unit-lang.c: New file.
5879
5880 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5881
5882 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5883 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5884
5885 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5886
5887 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5888 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5889
5890 2015-08-18 Doug Evans <dje@google.com>
5891 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5892
5893 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5894 skip_python_tests. New arg prompt_regexp.
5895 (skip_python_tests): New function.
5896 * lib/mi-support.exp (mi_skip_python_tests): New function.
5897 * gdb.python/py-mi-objfile-gdb.py: New file.
5898 * gdb.python/py-mi-objfile.c: New file.
5899 * gdb.python/py-mi-objfile.exp: New file.
5900
5901 2015-08-17 Keith Seitz <keiths@redhat.com>
5902
5903 * gdb.linespec/explicit.exp: Move strace test from here ...
5904 * gdb.trace/strace.exp: ... to here.
5905
5906 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5907
5908 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5909 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5910
5911 2015-08-14 Doug Evans <xdje42@gmail.com>
5912
5913 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5914 inferior before selecting a new file.
5915
5916 2015-08-14 Doug Evans <xdje42@gmail.com>
5917
5918 * gdb.mi/mi-disassemble.exp: Update.
5919 * gdb.base/disasm-optim.S: New file.
5920 * gdb.base/disasm-optim.c: New file.
5921 * gdb.base/disasm-optim.h: New file.
5922 * gdb.base/disasm-optim.exp: New file.
5923
5924 2015-08-14 Keith Seitz <keiths@redhat.com>
5925
5926 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5927 "evaluated-by".
5928
5929 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5932
5933 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5934
5935 * gdb.ada/fun_renaming.exp: New testcase.
5936 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5937 * gdb.ada/fun_renaming/pack.adb: New file.
5938 * gdb.ada/fun_renaming/pack.ads: New file.
5939
5940 2015-08-12 Keith Seitz <keiths@redhat.com>
5941
5942 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5943 gdb_get_line_number.
5944
5945 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5946
5947 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5948 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5949 gdb.base/dso2dso.exp: New files.
5950
5951 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5952 Pedro Alves <palves@redhat.com>
5953 Keith Seitz <keiths@redhat.com>
5954
5955 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5956 GDBFLAGS.
5957
5958 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5959
5960 * gdb.base/gdbhistsize-history.exp
5961 (test_histsize_history_setting): Use save_vars.
5962 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5963 Use save_vars.
5964 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5965 * gdb.base/readline.exp: Use save_vars.
5966
5967 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5968
5969 * lib/gdb.exp (save_vars): New proc.
5970
5971 2015-08-11 Keith Seitz <keiths@redhat.com>
5972
5973 * gdb.base/help.exp: Update help_breakpoint_text.
5974
5975 2015-08-11 Keith Seitz <keiths@redhat.com>
5976
5977 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5978 (at toplevel): Call test_explicit_breakpoints.
5979 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5980 breakpoints.
5981 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5982 breakpoint conditions, "-cond".
5983
5984 2015-08-11 Keith Seitz <keiths@redhat.com>
5985
5986 * gdb.linespec/3explicit.c: New file.
5987 * gdb.linespec/cpexplicit.cc: New file.
5988 * gdb.linespec/cpexplicit.exp: New file.
5989 * gdb.linespec/explicit.c: New file.
5990 * gdb.linespec/explicit.exp: New file.
5991 * gdb.linespec/explicit2.c: New file.
5992 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5993 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5994 before using in the matching pattern.
5995 Clarify that `prefix' is a regular expression.
5996
5997 2015-08-11 Keith Seitz <keiths@redhat.com>
5998
5999 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6000 test.
6001 Add tests for missing ",FMT" and ",".
6002
6003 2015-08-10 Doug Evans <dje@google.com>
6004 Keith Seitz <keiths@redhat.com>
6005
6006 PR gdb/17960
6007 * gdb.base/completion.exp: Add location completer tests.
6008
6009 2015-08-07 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6012 tests here.
6013 (top level): Run do_test with and without displaced stepping.
6014
6015 2015-08-07 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/valgrind-disp-step.c: New file.
6018 * gdb.base/valgrind-disp-step.exp: New file.
6019
6020 2015-08-07 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6023 Delete function.
6024 (main): Add alarm. Run an infinite loop instead of calling
6025 wait_threads.
6026 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6027 comment.
6028 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6029 Delete function.
6030 (main): Add alarm. Run an infinite loop instead of calling
6031 wait_threads.
6032 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6033 comment.
6034
6035 2015-08-07 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.base/checkpoint-ns.exp: New file.
6038 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6039 standard_testfile.
6040
6041 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6042
6043 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6044 * gdb.btrace/instruction_history.exp: Update.
6045 * gdb.btrace/tsx.exp: New.
6046 * gdb.btrace/tsx.c: New.
6047
6048 2015-08-06 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6051 increase timeout.
6052 * gdb.reverse/until-precsave.exp: Bump timeouts.
6053
6054 2015-08-06 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6057
6058 2015-08-06 Pedro Alves <palves@redhat.com>
6059
6060 PR gdb/18749
6061 * gdb.threads/process-dies-while-handling-bp.c: New file.
6062 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6063
6064 2015-08-06 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6067 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6068
6069 2015-08-05 Pedro Alves <palves@redhat.com>
6070
6071 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6072 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6073
6074 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6075
6076 * gdb.base/bp-permanent.exp: Report test as unsupported if
6077 the target cannot stop at the permanent breakpoint.
6078
6079 2015-08-03 Doug Evans <dje@google.com>
6080
6081 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6082 10000.
6083
6084 2015-08-03 Doug Evans <dje@google.com>
6085
6086 * Makefile.in (workers/%.worker, build-perf): New rule.
6087 (GDB_PERFTEST_MODE): New variable.
6088 (check-perf): Use it.
6089 (clean): Clean up gdb.perf parallel build subdirs.
6090 * lib/build-piece.exp: New file.
6091 * lib/gdb.exp (make_gdb_parallel_path): New function
6092 (standard_output_file, standard_temp_file): Call it.
6093 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6094 of $GDB_PARALLEL.
6095 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6096
6097 2015-08-03 Doug Evans <dje@google.com>
6098
6099 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6100 (LOG_FILE_NAME): New global.
6101 (TextReporter.__init__): Initialize self.txt_sum.
6102 (TextReporter.report): Add support for multiple data-points.
6103 Move report to perftest.sum, put raw data in perftest.log.
6104 (TextReporter.start): Open sum and log files.
6105 (TextReporter.end): Close sum and log files.
6106 * gdb.perf/lib/perftest/testresult.py
6107 (SingleStatisticTestResult.record): Handle multiple data-points.
6108
6109 2015-07-31 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6112 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6113 kill_wait_spawned_process instead of explicit "kill -9".
6114 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6115 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6116 kill_wait_spawned_process.
6117 * gdb.base/attach-twice.exp: Likewise.
6118 * gdb.base/attach.exp: Likewise.
6119 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6120 gdb_test_multiple.
6121 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6122 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6123 kill_wait_spawned_process.
6124 * gdb.base/valgrind-infcall.exp: Likewise.
6125 * gdb.multi/multi-attach.exp: Likewise.
6126 * gdb.python/py-prompt.exp: Likewise.
6127 * gdb.python/py-sync-interp.exp: Likewise.
6128 * gdb.server/ext-attach.exp: Likewise.
6129 * gdb.threads/attach-into-signal.exp (corefunc): Use
6130 spawn_wait_for_attach, spawn_id_get_pid and
6131 kill_wait_spawned_process.
6132 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6133 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6134 spawn_id_get_pid and kill_wait_spawned_process.
6135 * gdb.threads/attach-stopped.exp (corefunc): Use
6136 spawn_wait_for_attach, spawn_id_get_pid and
6137 kill_wait_spawned_process.
6138 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6139 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6140 kill_wait_spawned_process instead of explicit "kill -9".
6141 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6142 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6143 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6144 processes. Don't map cygwin/windows pids here. Now returns a
6145 spawn id list.
6146
6147 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6148
6149 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6150 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6151 correct patch.
6152
6153 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6154
6155 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6156
6157 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6158
6159 Reapply:
6160 2014-05-21 Mark Wielaard <mjw@redhat.com>
6161
6162 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6163
6164 2015-07-30 Pedro Alves <palves@redhat.com>
6165
6166 * linux-low.c (handle_extended_wait): Set the child's last
6167 reported status to TARGET_WAITKIND_STOPPED.
6168
6169 2015-07-30 Pedro Alves <palves@redhat.com>
6170
6171 PR threads/18600
6172 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6173 only shows inferior 1.
6174
6175 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6176 Pedro Alves <palves@redhat.com>
6177
6178 PR threads/18600
6179 * gdb.threads/fork-plus-threads.c: New file.
6180 * gdb.threads/fork-plus-threads.exp: New file.
6181
6182 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6183
6184 * gdb.base/batch-preserve-term-settings.exp
6185 (test_terminal_settings_preserved_after_cli_exit): Use
6186 send_quit_command.
6187
6188 2015-07-29 Pedro Alves <palves@redhat.com>
6189 Don Breazeal <donb@codesourcery.com>
6190
6191 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6192 output from both inferior_spawn_id and gdb_spawn_id.
6193
6194 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6195
6196 * gdb.threads/attach-into-signal.exp (corefunc): Use
6197 with_test_prefix on nested loops, uniquefying the test messages.
6198
6199 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6200
6201 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6202 commit.
6203
6204 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6205
6206 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6207 New proc.
6208 (test_terminal_settings_preserved_after_sigterm): New test.
6209
6210 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6211
6212 * gdb.base/batch-preserve-term-settings.exp
6213 (test_terminal_settings_preserved_after_cli_exit): New test.
6214
6215 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6216
6217 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6218 manipulation of saved_gdbflags.
6219 (test_terminal_settings_preserved): Remove global declaration of
6220 the unused variable pagination_prompt. Remove manipulation of
6221 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6222 GDBFLAGS.
6223
6224 2015-07-29 Pedro Alves <palves@redhat.com>
6225
6226 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6227
6228 2015-07-29 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6231 at the top.
6232
6233 2015-07-29 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6236 (main): Call gdb_unbuffer_output.
6237 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6238 (main): Call gdb_unbuffer_output.
6239 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6240 (main): Call gdb_unbuffer_output.
6241 * gdb.base/call-strs.exp: Adjust to step over the
6242 gdb_unbuffer_output call.
6243 * gdb.base/catch-gdb-caused-signals.c: Include
6244 "../lib/unbuffer_output.c".
6245 (main): Call gdb_unbuffer_output.
6246 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6247 (main): Call gdb_unbuffer_output.
6248 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6249 (main): Call gdb_unbuffer_output.
6250 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6251 (main): Call gdb_unbuffer_output.
6252 * gdb.base/shlib-call.exp: Adjust to step over the
6253 gdb_unbuffer_output call.
6254 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6255 (main): Call gdb_unbuffer_output.
6256 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6257 (main): Call gdb_unbuffer_output.
6258 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6259 (main): Rename to ...
6260 (test): ... this.
6261 (main): Reimplement.
6262 * gdb.base/varargs.exp: Run to test instead of to main.
6263 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6264 (main): Call gdb_unbuffer_output.
6265
6266 2015-07-29 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6269 factore out from mi_continue_dprintf. For call-style dprintfs,
6270 expect dprintf output out of $inferior_spawn_id.
6271 (mi_continue_dprintf): Use mi_expect_dprintf.
6272 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6273 (main): Call gdb_unbuffer_output.
6274
6275 2015-07-29 Pedro Alves <palves@redhat.com>
6276
6277 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6278 (default_mi_gdb_start): Set inferior_spawn_id instead of
6279 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6280 gdb_spawn_id.
6281 (mi_gdb_test): Always expect inferior output from both
6282 $inferior_spawn_id and $gdb_spawn_id.
6283
6284 2015-07-29 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6287 send_inferior and $inferior_spawn_id.
6288
6289 2015-07-29 Pedro Alves <palves@redhat.com>
6290
6291 * gdb.gdb/complaints.exp (test_initial_complaints)
6292 (test_serial_complaints, test_short_complaints): Use
6293 gdb_test_stdio.
6294 (test_empty_complaint): Handle $inferior_spawn_id !=
6295 $gdb_spawn_id.
6296
6297 2015-07-29 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.base/varargs.exp: Use gdb_test_stdio.
6300
6301 2015-07-29 Pedro Alves <palves@redhat.com>
6302
6303 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6304
6305 2015-07-29 Pedro Alves <palves@redhat.com>
6306
6307 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6308
6309 2015-07-29 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6312 parameter into two new parameters, "inf_result" and "gdb_result".
6313 Expect inferior output and gdb output from $inferior_spawn_id and
6314 $gdb_spawn_id, respectively. Adjust all callers.
6315
6316 2015-07-29 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6319 of gdb_test_sequence.
6320
6321 2015-07-29 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6324 (saw_spurious_output): Expect inferior output from
6325 $inferior_spawn_id. Use gdb_test_stdio.
6326
6327 2015-07-29 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/dprintf.exp: Use standard_testfile. Change
6330 prepare_for_testing call.
6331 (srcfile): Don't set.
6332 (restart): New procedure.
6333 (test_dprintf): New procecure, use to continue over dprintfs.
6334 (test_call, test_agent): New procedures, tests moved here.
6335 Restart gdb and recreate dprintfs. Adjust expected output.
6336
6337 2015-07-29 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6340
6341 2015-07-29 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6344
6345 2015-07-29 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6348 gdb_test_stdio.
6349
6350 2015-07-29 Pedro Alves <palves@redhat.com>
6351
6352 * lib/gdb.exp (gdb_test_stdio): New procedure.
6353
6354 2015-07-29 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6357
6358 2015-07-29 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.base/call-signal-resume.exp: Remove check for
6361 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6362 * gdb.base/unwindonsignal.exp: Likewise.
6363 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6364 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6365
6366 2015-07-29 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.base/siginfo-addr.c (pass): New function.
6369 (handler): Call it iff si_addr is correct.
6370 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6371 Set a breakpoint at "pass" and continue to it.
6372
6373 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6374
6375 * gdb.python/py-objfile.exp: Make some tests have unique names.
6376 * gdb.python/py-pp-registration.exp: Likewise.
6377
6378 2015-07-28 Pedro Alves <palves@redhat.com>
6379
6380 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6381
6382 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6385
6386 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6387
6388 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6389
6390 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6391
6392 * gdb.base/gdb-sigterm-2.exp: New test.
6393
6394 2015-07-25 Doug Evans <xdje42@gmail.com>
6395
6396 Revert:
6397 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6398 (workers/%.worker, build-perf): New rule.
6399 (GDB_PERFTEST_MODE): New variable.
6400 (check-perf): Use it.
6401 (clean): Clean up gdb.perf parallel build subdirs.
6402 * lib/build-piece.exp: New file.
6403 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6404 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6405 name.
6406 (standard_temp_file): Ditto.
6407 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6408 of $GDB_PARALLEL.
6409
6410 2015-07-24 Doug Evans <dje@google.com>
6411
6412 * gdb.perf/lib/perftest/utils.py: New file.
6413 * gdb.perf/gm-hello.cc: New file.
6414 * gdb.perf/gm-pervasive-typedef.cc: New file.
6415 * gdb.perf/gm-pervasive-typedef.h: New file.
6416 * gdb.perf/gm-std.cc: New file.
6417 * gdb.perf/gm-std.h: New file.
6418 * gdb.perf/gm-use-cerr.cc: New file.
6419 * gdb.perf/gm-utils.h: New file.
6420 * gdb.perf/gmonster-null-lookup.py: New file.
6421 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6422 * gdb.perf/gmonster-print-cerr.py: New file.
6423 * gdb.perf/gmonster-ptype-string.py: New file.
6424 * gdb.perf/gmonster-runto-main.py: New file.
6425 * gdb.perf/gmonster-select-file.py: New file.
6426 * gdb.perf/gmonster1-null-lookup.exp: New file.
6427 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6428 * gdb.perf/gmonster1-print-cerr.exp: New file.
6429 * gdb.perf/gmonster1-ptype-string.exp: New file.
6430 * gdb.perf/gmonster1-runto-main.exp: New file.
6431 * gdb.perf/gmonster1-select-file.exp: New file.
6432 * gdb.perf/gmonster1.cc: New file.
6433 * gdb.perf/gmonster1.exp: New file.
6434 * gdb.perf/gmonster2-null-lookup.exp: New file.
6435 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6436 * gdb.perf/gmonster2-print-cerr.exp: New file.
6437 * gdb.perf/gmonster2-ptype-string.exp: New file.
6438 * gdb.perf/gmonster2-runto-main.exp: New file.
6439 * gdb.perf/gmonster2-select-file.exp: New file.
6440 * gdb.perf/gmonster2.cc: New file.
6441 * gdb.perf/gmonster2.exp: New file.
6442
6443 2015-07-24 Doug Evans <dje@google.com>
6444
6445 * gdb.perf/README: New file.
6446 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6447 * lib/gen-perf-test.exp: New file.
6448
6449 2015-07-24 Doug Evans <dje@google.com>
6450
6451 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6452 (PerfTest::startup): New function.
6453 (PerfTest::run): Return result of calling body.
6454 (PerfTest::assemble): Rewrite.
6455 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6456 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6457 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6458 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6459 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6460
6461 2015-07-24 Doug Evans <dje@google.com>
6462
6463 * lib/gdb.exp (clean_restart): Make executable optional.
6464
6465 2015-07-24 Doug Evans <dje@google.com>
6466
6467 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6468 compiler_info references.
6469 * gdb.cp/temargs.exp: Ditto.
6470 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6471 (get_compiler_info): Early exit if already computed. Set compiler_info
6472 to "unknown" if there was a problem.
6473 (test_compiler_info): Add function comment. Call get_compiler_info.
6474
6475 2015-07-24 Doug Evans <dje@google.com>
6476
6477 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6478 (workers/%.worker, build-perf): New rule.
6479 (GDB_PERFTEST_MODE): New variable.
6480 (check-perf): Use it.
6481 (clean): Clean up gdb.perf parallel build subdirs.
6482 * lib/build-piece.exp: New file.
6483 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6484 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6485 name.
6486 (standard_temp_file): Ditto.
6487 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6488 of $GDB_PARALLEL.
6489
6490 2015-07-24 Doug Evans <dje@google.com>
6491
6492 * lib/future.exp (gdb_default_target_compile): New option
6493 "early_flags".
6494 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6495 --as-needed.
6496
6497 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6498
6499 * gdb.base/catch-syscall.exp: Call gdb_exit before
6500 gdb_skip_xml_test.
6501
6502 2015-07-24 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.python/py-events.exp: Accept output between the stop event
6505 and the prompt.
6506 * gdb.python/py-evsignal.exp: Likewise.
6507 * gdb.python/py-evthreads.exp: Likewise.
6508
6509 2015-07-24 Pedro Alves <palves@redhat.com>
6510
6511 PR gdb/18717
6512 * gdb.threads/non-ldr-exit.c: New file.
6513 * gdb.threads/non-ldr-exit.exp: New file.
6514
6515 2015-07-24 Yao Qi <yao.qi@linaro.org>
6516
6517 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6518 restarting process.
6519
6520 2015-07-24 Yao Qi <yao.qi@linaro.org>
6521
6522 * gdb.server/ext-restart.exp: New file.
6523
6524 2015-07-24 Yao Qi <yao.qi@linaro.org>
6525
6526 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6527 argument options.
6528 * gdb.server/ext-wrapper.exp: New file.
6529
6530 2015-07-23 Doug Evans <dje@google.com>
6531
6532 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6533 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6534
6535 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6536
6537 * gdb.ada/var_arr_typedef.exp: New testcase.
6538 * gdb.ada/var_arr_typedef/pack.adb: New file.
6539 * gdb.ada/var_arr_typedef/pack.ads: New file.
6540 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6541
6542 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6543
6544 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6545
6546 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 * gdb.arch/i386-biarch-core.exp: Replace istarget
6549 by "complete set gnutarget". Remove expectation for the "core-file"
6550 command.
6551
6552 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6553
6554 Revert the previous commit:
6555 Tests for validate symbol file using build-id.
6556
6557 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6558
6559 Tests for validate symbol file using build-id.
6560 * gdb.base/solib-mismatch-lib.c: New file.
6561 * gdb.base/solib-mismatch-libmod.c: New file.
6562 * gdb.base/solib-mismatch.c: New file.
6563 * gdb.base/solib-mismatch.exp: New file.
6564
6565 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6566
6567 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6568 nios2-*-linux*.
6569 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6570 * gdb.base/siginfo.exp: Likewise.
6571 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6572
6573 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6574
6575 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6576 Move it to ...
6577 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6578 ... here.
6579 * gdb.trace/range-stepping.exp: Check that the target supports
6580 range stepping.
6581
6582 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6583
6584 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6585
6586 2015-07-14 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.base/killed-outside.exp: New file.
6589 * gdb.base/killed-outside.c: New file.
6590
6591 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6594 (n at main): New.
6595 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6596
6597 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6598
6599 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6600 infcall tests instead of setting up for KFAIL.
6601
6602 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6603
6604 * gdb.btrace/record_goto-step.exp: New.
6605
6606 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 PR compile/18484
6609 * gdb.compile/compile.c (struct struct_type): Add volatile to
6610 selffield's type.
6611 * gdb.compile/compile.exp
6612 (compile code struct_object.selffield = &struct_object): Skip further
6613 struct_object tests if this one xfails.
6614
6615 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6616
6617 PR exp/18617
6618 * gdb.trace/ax.exp: Add test.
6619
6620 2015-07-07 Yao Qi <yao.qi@linaro.org>
6621
6622 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6623 instead of istarget "aarch64*-*-*".
6624 * gdb.arch/aarch64-fp.exp: Likewise.
6625 * gdb.base/float.exp: Likewise.
6626 * gdb.reverse/aarch64.exp: Likewise.
6627 * lib/gdb.exp (is_aarch64_target): New proc.
6628
6629 2015-07-07 Yao Qi <yao.qi@linaro.org>
6630
6631 * lib/gdb.exp (is_aarch32_target): New proc.
6632 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6633 instead of "istarget "arm*-*-*"".
6634 * gdb.arch/arm-disp-step.exp: Likewise.
6635 * gdb.arch/thumb-bx-pc.exp: Likewise.
6636 * gdb.arch/thumb-prologue.exp: Likewise.
6637 * gdb.arch/thumb-singlestep.exp: Likewise.
6638 * gdb.base/disp-step-syscall.exp: Likewise.
6639 * gdb.base/float.exp: Likewise.
6640
6641 2015-07-07 Yao Qi <yao.qi@linaro.org>
6642
6643 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6644 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6645
6646 2015-07-07 Yao Qi <yao.qi@linaro.org>
6647
6648 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6649 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6650 if it exists.
6651 * gdb.multi/multi-arch.exp: Likewise.
6652
6653 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6654
6655 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6656 print.
6657
6658 2015-07-07 Yao Qi <yao.qi@linaro.org>
6659
6660 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6661
6662 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6663
6664 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6665 '[' and ']' characters.
6666
6667 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6668
6669 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6670
6671 2015-06-29 Pedro Alves <palves@redhat.com>
6672
6673 PR threads/18127
6674 * gdb.threads/hand-call-new-thread.c: New file.
6675 * gdb.threads/hand-call-new-thread.c: New file.
6676
6677 2015-06-26 Keith Seitz <keiths@redhat.com>
6678 Doug Evans <dje@google.com>
6679
6680 PR 16253
6681 * gdb.cp/var-tag-2.cc: New file.
6682 * gdb.cp/var-tag-3.cc: New file.
6683 * gdb.cp/var-tag-4.cc: New file.
6684 * gdb.cp/var-tag.cc: New file.
6685 * gdb.cp/var-tag.exp: New file.
6686
6687 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6688
6689 * gdb.base/history-duplicates.exp: New test.
6690
6691 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6692
6693 * gdb.base/completion.exp: Test the completion of the "focus"
6694 command.
6695
6696 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6697
6698 * gdb.arch/amd64-prologue-skip.S: New file.
6699 * gdb.arch/amd64-prologue-skip.exp: New file.
6700
6701 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6704 is_address_zero_readable check.
6705
6706 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6707
6708 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6709 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6710
6711 2015-06-24 Yao Qi <yao.qi@linaro.org>
6712
6713 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6714 linux targets.
6715
6716 2015-06-24 Yao Qi <yao.qi@linaro.org>
6717
6718 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6719 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6720 * gdb.base/siginfo-thread.exp: Likewise.
6721
6722 2015-06-22 Yao Qi <yao.qi@linaro.org>
6723
6724 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6725
6726 2015-06-22 Yao Qi <yao.qi@linaro.org>
6727
6728 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6729 aarch64*-*-*.
6730 (skip_hw_watchpoint_tests): Likewise.
6731
6732 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6733
6734 * gdb.base/gdbinit-history.exp: Test the interaction between
6735 setting GDBHISTSIZE and setting the history size via .gdbinit.
6736
6737 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6738
6739 PR gdb/16999
6740 * gdb.base/gdbhistsize-history.exp: New test.
6741
6742 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6743
6744 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6745 with GDBHISTSIZE.
6746 * gdb.base/readline.exp: Likewise.
6747
6748 2015-06-17 Yao Qi <yao.qi@linaro.org>
6749
6750 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6751 line.
6752
6753 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6754
6755 * gdb.base/gdbinit-history.exp: Add test case to check that
6756 an unlimited history file does not get truncated on exit.
6757
6758 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6759
6760 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6761 (VECTOR): New macro. Use it...
6762 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6763 ...for these typedefs.
6764 (int8, char1, int1, double1): New typedefs.
6765 (struct just_int2, struct two_int2): New structures.
6766 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6767 (add_structvecs, add_singlevecs): New functions.
6768 (main): Call add_some_intvecs twice.
6769 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6770 the compile and exit upon failure. Try compiling for the "native"
6771 architecture. Test inferior function calls with vector arguments
6772 and vector return value handling with "finish" and "return".
6773
6774 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6775
6776 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6777 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6778 PE file.
6779 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6780
6781 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6782
6783 PR breakpoints/16465
6784 * gdb.mi/mi-dprintf-pending.c: New file.
6785 * gdb.mi/mi-dprintf-pending.exp: New test.
6786 * gdb.mi/mi-dprintf-pendshr.c: New file.
6787
6788 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6789 Mircea Gherzan <mircea.gherzan@intel.com>
6790
6791 * gdb.arch/i386-mpx-map.c: New file.
6792 * gdb.arch/i386-mpx-map.exp: New File.
6793
6794 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6795
6796 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6797 * gdb.arch/i386-mpx.exp: Indentation fixed.
6798
6799 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6800
6801 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6802 function and improved indentation.
6803 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6804 gdb_test_multiple. Added additional tests to skip the test.
6805
6806 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6807
6808 * gdb.arch/i386-avx512.c: Change path in include file.
6809 * gdb.arch/i386-avx512.exp: Change include dir path
6810 compilation flag.
6811 * gdb.arch/i386-mpx.c: Change path in include file.
6812 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6813 flag.
6814
6815 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6816
6817 * gdb.compile/compile-print.exp (compile print *vararray@3)
6818 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6819
6820 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6821
6822 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6823 (do not keep jit in memory): ... this.
6824 (expect 5): Change it to ...
6825 (expect no 5): ... this.
6826
6827 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6828
6829 PR gdb/15564
6830 * gdb.mi/mi-detach.exp: New file.
6831
6832 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6833
6834 PR symtab/18392
6835 * gdb.arch/amd64-tailcall-self.S: New file.
6836 * gdb.arch/amd64-tailcall-self.c: New file.
6837 * gdb.arch/amd64-tailcall-self.exp: New file.
6838
6839 2015-05-28 Don Breazeal <donb@codesourcery.com>
6840
6841 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6842 tests for remote targets by checking is_target_gdbserver.
6843
6844 2015-05-27 Doug Evans <dje@google.com>
6845
6846 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6847 * gdb.dwarf2/opaque-type-lookup.c: New file.
6848 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6849
6850 2015-05-26 Doug Evans <dje@google.com>
6851
6852 * gdb.cp/iostream.cc: New file.
6853 * gdb.cp/iostream.exp: New file.
6854
6855 2015-05-26 Doug Evans <dje@google.com>
6856
6857 * gdb.dwarf2/dw2-op-call.exp: Update.
6858 * gdb.dwarf2/dw4-sig-types.exp: Update.
6859 * gdb.dwarf2/implptr.exp: Update.
6860 * gdb.mi/mi-cmd-param-changed.exp: Update.
6861
6862 2015-05-26 Doug Evans <dje@google.com>
6863
6864 * gdb.python/py-lazy-string.c: New file.
6865 * gdb.python/py-lazy-string.exp: New file.
6866 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6867 (main): Update. Add estring3.
6868 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6869 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6870
6871 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6872 Yao Qi <yao.qi@linaro.org>
6873
6874 * gdb.reverse/aarch64.c: New.
6875 * gdb.reverse/aarch64.exp: New.
6876
6877 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6878
6879 * lib/gdb.exp (supports_process_record): Return true for
6880 aarch64*-linux*.
6881 (supports_reverse): Likewise.
6882
6883 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6884
6885 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6886 Use with_test_prefix.
6887
6888 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6889
6890 * gdb.base/completion.exp: Add test for completion of layout
6891 names.
6892
6893 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6894
6895 * lib/gdb.exp (skip_tui_tests): New proc.
6896 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6897
6898 2015-05-19 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6901 Save the whole env array instead of just HOME. Unset HISTSIZE in
6902 the environment while testing. Restore whole environment
6903 afterwards.
6904
6905 2015-05-16 Doug Evans <xdje42@gmail.com>
6906
6907 * gdb.guile/scm-ports.c: New file.
6908 * gdb.guile/scm-ports.exp: Add memory port tests.
6909
6910 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6911
6912 * gdb.compile/compile-print.c: New file.
6913 * gdb.compile/compile-print.exp: New file.
6914
6915 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6916
6917 * gdb.compile/compile-ops.exp: Cast param to void.
6918 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6919 (compile code struct_object.selffield = &struct_object): Add xfail.
6920
6921 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6922
6923 * gdb.ada/arr_enum_with_gap: New testcase.
6924
6925 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6926
6927 * gdb.ada/byte_packed_arr: New testcase.
6928
6929 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6930
6931 * gdb.ada/pckd_neg: New testcase.
6932
6933 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6934
6935 PR gdb/17820
6936 * gdb.base/gdbinit-history.exp: New test.
6937 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6938 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6939
6940 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6941
6942 * gdb.python/py-xmethods.cc: Enhance test case.
6943 * gdb.python/py-xmethods.exp: New tests.
6944 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6945 function.
6946 (B_indexoper): Likewise.
6947 (global_dm_list) : Add new xmethod worker functions.
6948
6949 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6950
6951 * gdb.base/coredump-filter.exp: Correctly unset
6952 "coredump_var_addr" array.
6953
6954 2015-05-08 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.server/non-existing-program.exp: Unset spawn_id.
6957
6958 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6959
6960 PR python/18291
6961 * gdb.python/py-xmethods.exp: Add tests.
6962
6963 2015-05-08 Yao Qi <yao.qi@linaro.org>
6964
6965 PR gdb/18208
6966 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6967 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6968 function set_coredump_filter, and remove remote_exec call.
6969 Remove argument ipid. Callers update.
6970 (top level): Don't get inferior's PID.
6971
6972 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6973
6974 * gdb.base/watch_thread_num.exp: Skip test on targets without
6975 access watchpoints.
6976
6977 2015-05-06 Pedro Alves <palves@redhat.com>
6978
6979 PR server/18081
6980 * gdb.server/non-existing-program.exp: New file.
6981
6982 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6983
6984 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6985
6986 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6987
6988 * gdb.ada/out_of_line_in_inlined: New testcase.
6989
6990 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.ada/var_rec_arr: New testcase.
6993
6994 2015-04-30 Yao Qi <yao.qi@linaro.org>
6995
6996 * gdb.base/break-idempotent.exp: If
6997 skip_hw_watchpoint_multi_tests returns true, skip the tests
6998 on "rwatch" and "awatch".
6999
7000 2015-04-30 Yao Qi <yao.qi@linaro.org>
7001
7002 * gdb.base/relativedebug.exp: Invoke gdb command
7003 "info sharedlibrary", and if libc.so doesn't have debug info,
7004 skip the test.
7005
7006 2015-04-29 Doug Evans <dje@google.com>
7007
7008 * gdb.python/py-xmethods.exp: Add ptype tests.
7009 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7010 get_result_type method.
7011
7012 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7013
7014 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7015 the target does not support hardware watchpoints.
7016
7017 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7018
7019 * gdb.base/break-always.exp: Abort testing if writing to memory
7020 causes an error.
7021
7022 2015-04-28 Doug Evans <dje@google.com>
7023
7024 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7025 * gdb.python/py-pp-registration.exp: ... here. New file.
7026 * gdb.python/py-pp-registration.c: New file.
7027 * gdb.python/py-pp-registration.py: New file.
7028
7029 2015-04-28 Doug Evans <dje@google.com>
7030
7031 * gdb.python/py-bad-printers.c: New file.
7032 * gdb.python/py-bad-printers.py: New file.
7033 * gdb.python/py-bad-printers.exp: New file.
7034
7035 2015-04-28 Sasha Smundak <asmundak@google.com>
7036
7037 * gdb.python/py-type.exp: New test.
7038
7039 2015-04-28 Andy Wingo <wingo@igalia.com>
7040
7041 * gdb.python/py-parameter.exp:
7042 * gdb.guile/scm-parameter.exp: Escape the path that we are
7043 matching against, as it might contain characters that are special
7044 to regular expressions.
7045
7046 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7047
7048 * gdb.ada/rec_comp: New testcase.
7049
7050 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7051
7052 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7053 before using it.
7054
7055 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7056
7057 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7058 new tests for verilog output.
7059
7060 2015-04-24 Yao Qi <yao.qi@linaro.org>
7061
7062 * boards/remote-gdbserver-on-localhost.exp: New file.
7063
7064 2015-04-23 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7067 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7068 "end of file", remove $inferior_spawn_id from the indirect list.
7069
7070 2015-04-23 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7073
7074 2015-04-23 Pedro Alves <palves@redhat.com>
7075
7076 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7077 on $any_spawn_id instead of only on $gdb_spawn_id.
7078
7079 2015-04-21 Pierre Muller <muller@sourceware.org>
7080
7081 PR pascal/17815
7082 * lib/pascal.exp (gpc_compile): Add new option "class".
7083 (fpc_compile): Likewise.
7084 * gdb.pascal/case-insensitive-symbols.pas: New file.
7085 * gdb.pascal/case-insensitive-symbols.exp: New file.
7086
7087 2015-04-20 Gary Benson <gbenson@redhat.com>
7088
7089 * gdb.base/attach.exp: Fix three extended remote failures.
7090
7091 2015-04-17 Gary Benson <gbenson@redhat.com>
7092
7093 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7094 the main executable over the remote protocol.
7095
7096 2015-04-16 Pedro Alves <palves@redhat.com>
7097
7098 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7099 a new gdbserver if gdbserver_reconnect_p is set.
7100
7101 2015-04-16 Pedro Alves <palves@redhat.com>
7102
7103 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7104 is set, don't exit gdbserver.
7105
7106 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7107
7108 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7109 appropriate .insn, such that an older assembler can be used.
7110 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7111 the z/Architecture instruction set on 31-bit targets as well.
7112
7113 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7114
7115 * gdb.go/handcall.exp: Remove all logic related to the first
7116 breakpoint and rely on go_runto_main instead.
7117 * gdb.go/strings.exp: Likewise.
7118 * gdb.go/unsafe.exp: Likewise.
7119 * gdb.go/hello.exp: Likewise. Also rename the remaining
7120 breakpoint marker to "breakpoint 1".
7121 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7122 * gdb.go/strings.go: Likewise.
7123 * gdb.go/unsafe.go: Likewise.
7124 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7125 "set breakpoint 2 here" and rename the remaining breakpoint marker
7126 to "breakpoint 1".
7127
7128 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7129
7130 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7131 if itertools.imap is not present.
7132 * gdb.python/py-objfile.exp: Add parentheses.
7133 * gdb.python/py-type.exp: Same.
7134 * gdb.python/py-unwind-maint.py: Same.
7135
7136 2015-04-15 Yao Qi <yao.qi@linaro.org>
7137
7138 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7139 of ":$ptr_size" and set its form explicitly.
7140
7141 2015-04-15 Pedro Alves <palves@redhat.com>
7142 Yao Qi <yao.qi@linaro.org>
7143
7144 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7145 timeout by factor of 4.
7146 (test_regular_watch): Likewise.
7147 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7148 * gdb.reverse/sigall-reverse.exp: Likewise.
7149 * gdb.reverse/until-precsave.exp: Likewise.
7150 * lib/gdb.exp (with_timeout_factor): New proc.
7151 (gdb_expect): Move some code to ...
7152 (get_largest_timeout): ... here. New procedure.
7153
7154 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7155
7156 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7157
7158 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7159
7160 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7161 to write to the .text section.
7162
7163 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7164
7165 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7166 Handle the case of targets that do not provide PID information.
7167
7168 2015-04-13 Yao Qi <yao.qi@linaro.org>
7169
7170 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7171 and use expect instead of gdb_expect.
7172
7173 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7174
7175 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7176 "coredump_var_addr" to avoid naming conflict with other testcases.
7177
7178 2015-04-10 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7181 gdb_test_sequence and gdb_assert.
7182
7183 2015-04-10 Pedro Alves <palves@redhat.com>
7184
7185 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7186 test messages that don't include the breakpoint address.
7187
7188 2015-04-10 Yao Qi <yao.qi@linaro.org>
7189
7190 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7191 false for some offset and width combinations which aren't
7192 supported by linux kernel.
7193
7194 2015-04-10 Pedro Alves <palves@redhat.com>
7195
7196 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7197 procedure, factored out from ...
7198 (top level): ... here. Add "set displaced-stepping" testing axis.
7199 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7200 parameter "displaced". Use it.
7201 (top level): Use foreach and add "set displaced-stepping" testing
7202 axis.
7203
7204 2015-04-10 Pedro Alves <palves@redhat.com>
7205
7206 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7207 Remove comment.
7208 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7209 both the address of the instruction that triggers the watchpoint
7210 and the address of the instruction immediately after, and use
7211 those addresses for the test. Fix comment.
7212
7213 2015-04-10 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/sigstep.exp (breakpoint_to_handler)
7216 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7217 Test "backtrace" in handler.
7218 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7219 (top level): Add new "displaced" test axis to
7220 breakpoint_to_handler, breakpoint_to_handler_entry and
7221 breakpoint_over_handler.
7222
7223 2015-04-10 Pedro Alves <palves@redhat.com>
7224
7225 PR gdb/18216
7226 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7227
7228 2015-04-10 Yao Qi <yao.qi@linaro.org>
7229
7230 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7231 (test_add_rn_pc): New function.
7232 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7233 (top level): Invoke test_add_rn_pc.
7234
7235 2015-04-10 Pedro Alves <palves@redhat.com>
7236
7237 PR gdb/13858
7238 * gdb.base/step-over-no-symbols.exp: New file.
7239
7240 2015-04-09 Andy Wingo <wingo@igalia.com>
7241
7242 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7243 after the Python tests.
7244
7245 2015-04-08 Keith Seitz <keiths@redhat.com>
7246
7247 PR python/16699
7248 * gdb.python/py-completion.exp: New tests for completion.
7249 * gdb.python/py-completion.py (CompleteLimit1): New class.
7250 (CompleteLimit2): Likewise.
7251 (CompleteLimit3): Likewise.
7252 (CompleteLimit4): Likewise.
7253 (CompleteLimit5): Likewise.
7254 (CompleteLimit6): Likewise.
7255 (CompleteLimit7): Likewise.
7256
7257 2015-04-08 Pedro Alves <palves@redhat.com>
7258
7259 PR gdb/18214
7260 PR gdb/18216
7261 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7262 function.
7263 (main): Install it as SIGUSR1 handler.
7264 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7265 parameter. Always use "setup" as prefix. Toggle "set
7266 displaced-stepping" off/on depending on global. Don't switch to
7267 thread 1 here.
7268 (top level): Add displaced stepping "off/on" test axis. Update
7269 "setup" calls. Wrap each subtest with with_test_prefix. Test
7270 continuing with a queued signal in each thread.
7271
7272 2015-04-08 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7275 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7276 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7277 Return early if running to main fails.
7278 * gdb.trace/while-stepping.exp: Likewise.
7279
7280 2015-04-07 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7283 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7284 interact with inferior program.
7285
7286 2015-04-07 Pedro Alves <palves@redhat.com>
7287
7288 * lib/gdb.exp (inferior_spawn_id): New global.
7289 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7290 spawn id after processing the user code.
7291 (default_gdb_start): Set inferior_spawn_id.
7292 (send_inferior): New procedure.
7293 * lib/gdbserver-support.exp (gdbserver_start): Set
7294 inferior_spawn_id.
7295 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7296
7297 2015-04-07 Pedro Alves <palves@redhat.com>
7298
7299 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7300 * lib/gdbserver-support.exp (gdbserver_start): Make
7301 $server_spawn_id global.
7302 (gdbserver_start): Don't wait for gdbserver's spawn id with
7303 expect_background.
7304 (close_gdbserver): New procedure.
7305 (gdb_exit): Rename the default version and reimplement.
7306
7307 2015-04-07 Pedro Alves <palves@redhat.com>
7308
7309 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7310 append the substituted item, not the original item.
7311
7312 2015-04-07 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7315 gdb_expect.
7316
7317 2015-04-07 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7320 output appearing once only.
7321
7322 2015-04-07 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7325 that doesn't expect anything. Return early if running to main
7326 fails.
7327
7328 2015-04-07 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7331 (child_function): Call alarm.
7332 (main): Move call to alarm into the loop.
7333 * gdb.threads/non-stop-fair-events.exp: Build program with
7334 -DTIMEOUT=$timeout.
7335
7336 2015-04-06 Doug Evans <xdje42@gmail.com>
7337
7338 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7339 Fix dest parameter to board_info.
7340 (fpc_compile): Ditto.
7341 (gdb_compile_pascal): Rename dest arg to destfile.
7342
7343 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7344
7345 * gdb.ada/funcall_ref.exp: New file.
7346 * gdb.ada/funcall_ref/foo.adb: New file.
7347
7348 2015-04-02 Yao Qi <yao.qi@linaro.org>
7349
7350 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7351 is remote.
7352
7353 2015-04-02 Gary Benson <gbenson@redhat.com>
7354
7355 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7356
7357 2015-04-01 Sasha Smundak <asmundak@google.com>
7358
7359 * gdb.python/py-unwind-maint.c: New file.
7360 * gdb.python/py-unwind-maint.exp: New test.
7361 * gdb.python/py-unwind-maint.py: New file.
7362 * gdb.python/py-unwind.c: New file.
7363 * gdb.python/py-unwind.exp: New test.
7364 * gdb.python/py-unwind.py: New test.
7365
7366 2015-04-01 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7369 to fail instead of non-existent $test.
7370
7371 2015-04-01 Pedro Alves <palves@redhat.com>
7372
7373 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7374 GDBFLAGS if not empty.
7375
7376 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7377
7378 * gdb.ada/complete.exp: Remove "multi_line".
7379 * gdb.ada/info_exc.exp: Remove "multi_line".
7380 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7381 * gdb.ada/ptype_field.exp: Remove "multi_line".
7382 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7383 * gdb.ada/tagged.exp: Remove "multi_line".
7384 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7385 [multi_line ...]
7386 * gdb.btrace/delta.exp: Likewise.
7387 * gdb.btrace/exception.exp: Likewise.
7388 * gdb.btrace/function_call_history.exp: Likewise.
7389 * gdb.btrace/instruction_history.exp: Likewise.
7390 * gdb.btrace/nohist.exp: Likewise.
7391 * gdb.btrace/record_goto.exp: Likewise.
7392 * gdb.btrace/segv.exp: Likewise.
7393 * gdb.btrace/stepi.exp: Likewise.
7394 * gdb.btrace/tailcall.exp: Likewise.
7395 * gdb.btrace/unknown_functions.exp: Likewise.
7396 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7397 * lib/gdb.exp: Add the "multi_line" helper.
7398
7399 2015-04-01 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.threads/tid-reuse.c: New file.
7402 * gdb.threads/tid-reuse.exp: New file.
7403
7404 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7405
7406 PR corefiles/16092
7407 * gdb.base/coredump-filter.c: New file.
7408 * gdb.base/coredump-filter.exp: Likewise.
7409
7410 2015-03-27 Petr Machata <pmachata@redhat.com>
7411
7412 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7413 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7414 (Dwarf::assemble): Initialize them.
7415 (Dwarf::lines): New function.
7416
7417 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7418
7419 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7420 SYMBOL_PREFIX for x86_64-*-cygwin.
7421
7422 2015-03-26 Andy Wingo <wingo@igalia.com>
7423
7424 PR symtab/18148
7425 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7426 const_value but not a location.
7427 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7428 location defined in non-main CUs are visible.
7429
7430 2015-03-26 Yao Qi <yao.qi@linaro.org>
7431
7432 PR testsuite/18139
7433 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7434 Add a line number entry for the same line.
7435 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7436 Add a line number entry for the same line.
7437
7438 2015-03-26 Yao Qi <yao.qi@linaro.org>
7439
7440 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7441 .int 0.
7442 (func): Likewise. Add .Lfunc_1 label.
7443 Use .Lfunc_1 label.
7444 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7445 .int 0.
7446 (func): Likewise.
7447 Use .Lfunc_1 label.
7448
7449 2015-03-26 Yao Qi <yao.qi@linaro.org>
7450
7451 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7452 Call gdb_compile instead to compile each .s files without debug
7453 information.
7454
7455 2015-03-26 Yao Qi <yao.qi@linaro.org>
7456
7457 * gdb.base/savedregs.exp (process_saved_regs): Make
7458 "Saved registers:" optional in the pattern.
7459
7460 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7461
7462 * gdb.btrace/next.exp: Merged into step.exp.
7463 * gdb.btrace/finish.exp: Merged into step.exp.
7464 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7465 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7466 "record goto" and checking the exact replay position.
7467 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7468 check for "Recording format" in "info record" output.
7469 * gdb.btrace/record_goto.exp: Choose test file based on target.
7470 * gdb.btrace/x86-record_goto.S: Renamed into ...
7471 * gdb.btrace/x86_64-record_goto.S: ... this.
7472 * gdb.btrace/i686-record_goto.S: New.
7473 * gdb.btrace/x86-tailcall.S: Renamed into ...
7474 * gdb.btrace/x86_64-tailcall.S: ... this.
7475 * gdb.btrace/i686-tailcall.S: New.
7476 * gdb.btrace/x86-tailcall.c: Renamed into ...
7477 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7478 separate statements. Update test.
7479 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7480 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7481 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7482 * gdb.btrace/tailcall.exp: Choose test file based on target.
7483 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7484
7485 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7486
7487 * gdb.btrace/exception.exp: Increase BTS buffer size.
7488
7489 2015-03-24 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7492
7493 2015-03-24 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.threads/schedlock.exp (test_step): No longer expect that
7496 "set scheduler-locking step" with "next" over a function call runs
7497 threads unlocked.
7498
7499 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7500
7501 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7502
7503 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7504
7505 PR breakpoints/16466
7506 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7507 * gdb.mi/mi-pending.c (thread_func): New function.
7508 (int main): Add threading support required.
7509 * gdb.mi/mi-pending.exp: Add tests for this issue.
7510 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7511 (pendfunc2): Remove stdio dependency.
7512 * gdb.mi/mi-pendshr2.c: New file.
7513
7514 2015-03-23 Keith Seitz <keiths@redhat.com>
7515
7516 * gdb.linespec/keywords.c: New file.
7517 * gdb.linespec/keywords.exp: New file.
7518
7519 2015-03-23 Keith Seitz <keiths@redhat.com>
7520
7521 PR gdb/18021
7522 * gdb.dwarf2/staticvirtual.exp: New test.
7523
7524 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7525
7526 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7527 * README: Remove HP-UX and gdb.hp.
7528 (configuration):
7529 * configure: Regenerate.
7530 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7531 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7532 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7533 gdb.hp/gdb.defects/Makefile.
7534 * gdb.hp/Makefile.in: File deleted.
7535 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7536 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7537 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7538 * gdb.hp/gdb.aCC/run.c: File deleted.
7539 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7540 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7541 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7542 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7543 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7544 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7545 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7546 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7547 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7548 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7549 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7550 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7551 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7552 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7553 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7554 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7555 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7556 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7557 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7558 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7559 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7560 * gdb.hp/gdb.compat/average.c: File deleted.
7561 * gdb.hp/gdb.compat/sum.c: File deleted.
7562 * gdb.hp/gdb.compat/xdb.c: File deleted.
7563 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7564 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7565 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7566 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7567 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7568 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7569 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7570 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7571 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7572 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7573 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7574 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7575 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7576 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7577 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7578 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7579 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7580 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7581 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7582 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7583 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7584 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7585 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7586 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7587 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7588 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7589 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7590 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7591 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7592 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7593 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7594 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7595 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7596 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7597 * gdb.hp/tools/odump: File deleted.
7598
7599 2015-03-19 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7602 (saw_thread_3): New globals.
7603 (top level): Increment them when an event for the corresponding
7604 thread is seen.
7605 (no thread starvation): New test.
7606
7607 2015-03-19 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.threads/continue-pending-status.c: New file.
7610 * gdb.threads/continue-pending-status.exp: New file.
7611
7612 2015-03-18 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7615 Use gdb_is_target_remote instead of is_remote. Use
7616 gdb_test_multiple instead of gdb_expect. Exit early if
7617 gdb_test_multiple hits its internal matches. Tighten stepi tests
7618 expected output. Fail on exit with any signal, instead of just
7619 SIGILL.
7620
7621 2015-03-18 Yao Qi <yao.qi@linaro.org>
7622
7623 PR tdep/18107
7624 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7625 variable.
7626 * gdb.base/catch-syscall.exp: Don't skip it on
7627 aarch64*-*-linux* target. Remove elements in all_syscalls.
7628 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7629 target.
7630 (setup_all_syscalls): New proc.
7631
7632 2015-03-16 Yao Qi <yao.qi@linaro.org>
7633
7634 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7635 (top level): Skip tests if valid_addr_p returns false for
7636 $cmd1 or $cmd2.
7637
7638 2015-03-11 Andy Wingo <wingo@igalia.com>
7639
7640 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7641
7642 2015-03-11 Yao Qi <yao.qi@linaro.org>
7643
7644 * gdb.base/catch-syscall.exp: Fix typo in comments.
7645
7646 2015-03-11 Yao Qi <yao.qi@linaro.org>
7647
7648 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7649
7650 2015-03-09 Pedro Alves <palves@redhat.com>
7651
7652 * dg-extract-results.py: Delete.
7653
7654 2015-03-09 Pedro Alves <palves@redhat.com>
7655
7656 Merge dg-extract-results.sh from GCC upstream (r218843).
7657
7658 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7659 * dg-extract-results.sh: Use --text with grep to avoid issues with
7660 binary files. Fall back to cat -v, if that doesn't work.
7661
7662 2015-03-05 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7665
7666 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 * lib/mi-support.exp (mi_expect_interrupt): Accept
7669 alternative event for when in all-stop mode.
7670
7671 2015-03-04 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7674
7675 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7676
7677 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7678
7679 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7680
7681 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7682 regexps for GDB's current line display, accept a hex address
7683 preceding the line number.
7684
7685 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7686
7687 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7688 the 'arch1' variable for "s390*-linux*" targets.
7689
7690 2015-03-04 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7693 (main): Pass missing retval argument to pthread_join call.
7694
7695 2015-03-02 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7698 (top level): Call do_test with non-stop as well.
7699
7700 2015-03-02 Pedro Alves <palves@redhat.com>
7701
7702 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7703 -1.
7704
7705 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7706
7707 * gdb.arch/s390-vregs.exp: New test.
7708 * gdb.arch/s390-vregs.S: New file.
7709
7710 2015-02-27 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7713 call to catch_command_errors.
7714 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7715 catch_command_errors.
7716
7717 2015-02-27 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7720 "true" for boolean result.
7721 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7722 prototype of main.
7723
7724 2015-02-27 Pedro Alves <palves@redhat.com>
7725
7726 * lib/unbuffer_output.c: New file.
7727 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7728 (main): Call gdb_unbuffer_output.
7729
7730 2015-02-27 Yao Qi <yao.qi@linaro.org>
7731
7732 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7733 target.
7734
7735 2015-02-26 Doug Evans <dje@google.com>
7736
7737 * gdb.cp/class2.cc (Dbase, D): New classes.
7738 (main): New local delta.
7739 * gdb.cp/class2.exp: Test printing delta.
7740 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7741 (dynbar): New global.
7742 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7743
7744 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 * gdb.compile/compile-ifunc.c: New file.
7747 * gdb.compile/compile-ifunc.exp: New file.
7748
7749 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7750
7751 * gdb.base/structs.exp: Check for correct struct on finish.
7752
7753 2015-02-26 Yao Qi <yao.qi@linaro.org>
7754
7755 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7756 is zero.
7757
7758 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7759
7760 * gdb.arch/cordic.ko.bz2: New file.
7761 * gdb.arch/cordic.ko.debug.bz2: New file.
7762 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7763
7764 2015-02-25 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7767 aarch64*-*-* target.
7768
7769 2015-02-23 Pedro Alves <palves@redhat.com>
7770
7771 * lib/gdb.exp (delete_breakpoints): Rewrite using
7772 gdb_test_multiple.
7773
7774 2015-02-23 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/info-os.c: Include stdlib.h.
7777
7778 2015-02-22 Doug Evans <xdje42@gmail.com>
7779
7780 PR symtab/17855
7781 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7782 is read after symbols have been re-read.
7783 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7784 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7785
7786 2015-02-21 Doug Evans <dje@google.com>
7787
7788 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7789
7790 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 PR corefiles/17808
7793 * gdb.arch/i386-biarch-core.core.bz2: New file.
7794 * gdb.arch/i386-biarch-core.exp: New file.
7795
7796 2015-02-21 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7799 runto_main fails.
7800
7801 2015-02-20 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7804 info probes.
7805
7806 2015-02-20 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7809
7810 2015-02-20 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7813 clean_restart before gdb_target_supports_trace.
7814
7815 2015-02-20 Pedro Alves <palves@redhat.com>
7816
7817 PR threads/18006
7818 * gdb.threads/clone-thread_db.c: New file.
7819 * gdb.threads/clone-thread_db.exp: New file.
7820
7821 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7822
7823 PR breakpoints/16812
7824 * gdb.base/catch-gdb-caused-signals.c: New file.
7825 * gdb.base/catch-gdb-caused-signals.exp: New file.
7826
7827 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7828
7829 * configure: Regenerated.
7830 * configure.ac: Use GDB_AC_TRANSFORM.
7831 * aclocal.m4: sinclude ../transform.m4.
7832
7833 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7834
7835 * lib/dtrace.exp: New file.
7836 * gdb.base/dtrace-probe.exp: Likewise.
7837 * gdb.base/dtrace-probe.d: Likewise.
7838 * gdb.base/dtrace-probe.c: Likewise.
7839 * lib/pdtrace.in: Likewise.
7840 * configure.ac: Output variables with the transformed names of
7841 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7842 * configure: Regenerated.
7843
7844 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7845
7846 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7847 expected message when trying to access $_probe_* convenience
7848 variables while not on a probe.
7849
7850 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7851
7852 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7853
7854 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7855
7856 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7857 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7858
7859 2015-02-10 Doug Evans <xdje42@gmail.com>
7860
7861 * lib/gdb.exp (gdb_load): Always return a result.
7862
7863 2015-02-10 Pedro Alves <palves@redhat.com>
7864
7865 * gdb.threads/signal-sigtrap.c: New file.
7866 * gdb.threads/signal-sigtrap.exp: New file.
7867
7868 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7869
7870 * gdb.trace/no-attach-trace.c: New file.
7871 * gdb.trace/no-attach-trace.exp: New file.
7872
7873 2015-02-09 Mark Wielaard <mjw@redhat.com>
7874
7875 * gdb.dwarf2/atomic.c: New file.
7876 * gdb.dwarf2/atomic-type.exp: Likewise.
7877
7878 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7879
7880 * gdb.btrace/buffer-size.exp: Update "info record" output.
7881 * gdb.btrace/delta.exp: Update "info record" output.
7882 * gdb.btrace/enable.exp: Update "info record" output.
7883 * gdb.btrace/finish.exp: Update "info record" output.
7884 * gdb.btrace/instruction_history.exp: Update "info record" output.
7885 * gdb.btrace/next.exp: Update "info record" output.
7886 * gdb.btrace/nexti.exp: Update "info record" output.
7887 * gdb.btrace/step.exp: Update "info record" output.
7888 * gdb.btrace/stepi.exp: Update "info record" output.
7889 * gdb.btrace/nohist.exp: Update "info record" output.
7890
7891 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7892
7893 * gdb.btrace/buffer-size: New.
7894
7895 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7896
7897 * gdb.btrace/delta.exp: Update "info record" output.
7898 * gdb.btrace/enable.exp: Update "info record" output.
7899 * gdb.btrace/finish.exp: Update "info record" output.
7900 * gdb.btrace/instruction_history.exp: Update "info record" output.
7901 * gdb.btrace/next.exp: Update "info record" output.
7902 * gdb.btrace/nexti.exp: Update "info record" output.
7903 * gdb.btrace/step.exp: Update "info record" output.
7904 * gdb.btrace/stepi.exp: Update "info record" output.
7905 * gdb.btrace/nohist.exp: Update "info record" output.
7906
7907 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7908
7909 PR gdb/15678
7910 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7911
7912 2015-02-06 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7915 macro.
7916 (seconds_left, again): New globals.
7917 (main): Wait seconds_left in a 1-second sleep loop instead of
7918 sleeping 180 seconds. If 'again' is set, reset the seconds
7919 counter.
7920 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7921 'again' in the inferior before detaching. Print the seconds left.
7922 (options): New global.
7923 (top level): Build program with -DTIMEOUT=$timeout.
7924
7925 2015-02-06 Pedro Alves <palves@redhat.com>
7926
7927 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7928 determine how many seconds to pass to 'alarm'.
7929 * gdb.base/gdb-sigterm.exp (top level): Build program with
7930 -DTIMEOUT=$timeout.
7931 (do_test): Return success/failure indication. Add more verbose
7932 logging. Don't fail if 200 single steps are seen. Instead, fail
7933 when the test times out.
7934 (passes): New global.
7935 (top level): Break the testing loop if testing fails on any
7936 iteration. Use gdb_assert.
7937
7938 2015-02-04 Don Breazeal <donb@codesourcery.com>
7939
7940 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7941 and initialize them.
7942 (ipc_cleanup): New function.
7943 (main): Don't declare shmid, semid, and msqid. Add a call to
7944 atexit so that we call ipc_cleanup on exit.
7945
7946 2015-02-04 Pedro Alves <palves@redhat.com>
7947
7948 * boards/native-extended-gdbserver.exp: Remove any target variant
7949 specifications from the board name before clearing the isremote
7950 flag from board_info.
7951
7952 2015-01-31 Doug Evans <xdje42@gmail.com>
7953
7954 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7955
7956 2015-01-31 Gary Benson <gbenson@redhat.com>
7957
7958 * gdb.base/completion.exp: Disable completion limiting for
7959 existing tests. Add new tests to check completion limiting.
7960 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7961
7962 2015-01-31 Doug Evans <xdje42@gmail.com>
7963
7964 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7965
7966 2015-01-31 Doug Evans <xdje42@gmail.com>
7967
7968 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7969 entries. Duplicate file section script entries.
7970 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7971 inlined entries. Add test for safe-path rejection.
7972 * gdb.python/py-section-script.c: Add duplicate inlined section script
7973 entries. Duplicate file section script entries.
7974 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7975 inlined entries. Add test for safe-path rejection.
7976
7977 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7978
7979 * gdb.ada/disc_arr_bound: New testcase.
7980
7981 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7982
7983 * gdb.ada/mi_var_array: New testcase.
7984
7985 2015-01-27 Doug Evans <dje@google.com>
7986
7987 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7988 Add test for objfile.filename, objfile.username after objfile
7989 has been unloaded.
7990
7991 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7992
7993 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7994 the second test to print the name attribute of value
7995 returned by the call to gdb.lookup_type, and adjust
7996 the expected output accordingly.
7997
7998 2015-01-25 Mark Wielaard <mjw@redhat.com>
7999
8000 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8001 * gdb.base/disp-step-fork.c: Include unistd.h.
8002 * gdb.base/siginfo-obj.c: Include stdio.h.
8003 * gdb.base/siginfo-thread.c: Likewise.
8004 * gdb.mi/non-stop.c: Include unistd.h.
8005 * gdb.mi/nsthrexec.c: Include stdio.h.
8006 * gdb.mi/pthreads.c: Include unistd.h.
8007 * gdb.modula2/unbounded1.c (main): Declare returns int.
8008 * gdb.reverse/consecutive-reverse.c: Likewise.
8009 * gdb.threads/create-fail.c: Include unistd.h.
8010 * gdb.threads/killed.c: Likewise.
8011 * gdb.threads/linux-dp.c: Likewise.
8012 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8013 * gdb.threads/non-ldr-exc-2.c: Likewise.
8014 * gdb.threads/non-ldr-exc-3.c: Likewise.
8015 * gdb.threads/non-ldr-exc-4.c: Likewise.
8016 * gdb.threads/pthreads.c: Include unistd.h.
8017 (main): Declare returns int.
8018 * gdb.threads/tls-main.c (foo): New declaration.
8019 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8020
8021 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8022
8023 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8024 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8025
8026 2015-01-15 Mark Wielaard <mjw@redhat.com>
8027
8028 * gdb.base/noreturn-return.c: New file.
8029 * gdb.base/noreturn-return.exp: New file.
8030 * gdb.base/noreturn-finish.c: New file.
8031 * gdb.base/noreturn-finish.exp: New file.
8032
8033 2015-01-23 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.threads/continue-pending-after-query.c: New file.
8036 * gdb.threads/continue-pending-after-query.exp: New file.
8037
8038 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8039 Simon Marchi <simon.marchi@ericsson.com>
8040
8041 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8042 * gdb.base/valgrind-db-attach.exp: Same.
8043 * gdb.base/valgrind-infcall.exp: Same.
8044 * lib/mi-support.exp (default_mi_gdb_start): Same.
8045 * lib/prompt.exp (default_prompt_gdb_start): Same.
8046 * lib/gdb.exp (default_gdb_spawn): Same.
8047 (gdb_interact): New.
8048
8049
8050 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 * gdb.compile/compile.exp (pointer to jit function): New test.
8053
8054 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8055
8056 * lib/gdb.exp (supports_process_record): Return true for
8057 powerpc*-*-linux*.
8058 (supports_reverse): Likewise.
8059
8060 2015-01-15 Don Breazeal <donb@codesourcery.com>
8061
8062 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8063 instead of checking whether the target board is remote and
8064 use spawn_wait_for_attach instead of exec/sleep.
8065 * gdb.base/attach-twice.exp: Likewise.
8066
8067 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8068
8069 * gdb.ada/var_arr_attrs: New testcase.
8070
8071 2015-01-14 Pedro Alves <palves@redhat.com>
8072 Joel Brobecker <brobecker@adacore.com>
8073
8074 PR gdb/17525
8075 * gdb.base/bp-cmds-execution-x-script.c: New file.
8076 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8077 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8078
8079 2015-01-14 Pedro Alves <palves@redhat.com>
8080
8081 PR cli/17828
8082 * gdb.base/batch-preserve-term-settings.c: New file.
8083 * gdb.base/batch-preserve-term-settings.exp: New file.
8084
8085 2015-01-13 Doug Evans <dje@google.com>
8086
8087 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8088 binary.
8089
8090 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8091
8092 * Makefile.in (clean mostlyclean): Do not delete *.py.
8093
8094 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8095
8096 * gdb.python/py-lookup-type.exp: New file.
8097
8098 2015-01-12 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8101 restore GDBFLAGS before returning.
8102
8103 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8106 is_amd64_regs_target and is_x86_like_target.
8107
8108 2015-01-11 Doug Evans <xdje42@gmail.com>
8109
8110 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8111 is given without an explicit form.
8112 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8113 attributes.
8114 * gdb.dwarf/corrupt.exp: Ditto.
8115 * gdb.dwarf2/enum-type.exp: Ditto.
8116 * gdb.trace/entry-values.exp: Ditto.
8117 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8118
8119 2015-01-11 Doug Evans <xdje42@gmail.com>
8120
8121 PR gdb/15830
8122 * gdb.base/maint.exp: Remove references to "maint demangle".
8123 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8124 Add tests for explicitly specifying language to demangle.
8125 * gdb.dlang/demangle.exp: Ditto.
8126
8127 2015-01-09 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.threads/non-stop-fair-events.c: New file.
8130 * gdb.threads/non-stop-fair-events.exp: New file.
8131
8132 2015-01-09 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8135 the global scope. Set a breakpoint after all threads are started
8136 rather than stepping over two source lines. Expect the prompt.
8137 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8138 global.
8139 (NUM): Now 15.
8140 (main): Use threads_started_barrier to wait for all threads to
8141 start. Main thread no longer calls thread_function. Exit after
8142 180 seconds.
8143 (loop): New function.
8144 (thread_function): Wait on threads_started_barrier barrier. Call
8145 'loop' at each iteration.
8146 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8147 threads have started, instead of hardcoding number of "next"
8148 steps. Use an access watchpoint instead of a write watchpoint.
8149
8150 2015-01-09 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8153 (thread_func): Wait on barrier.
8154 (main): Wait for all threads to start before stopping GDB.
8155 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8156 global.
8157 (thread1_func, thread2_func): Wait on barrier.
8158 (main): Wait for all threads to start before stopping GDB.
8159 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8160 New global.
8161 (thread1_func, thread2_func): Wait on barrier.
8162 (main): Wait for all threads to start before stopping GDB.
8163
8164 2015-01-09 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.threads/attach-many-short-lived-threads.c: New file.
8167 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8168
8169 2014-01-09 Pedro Alves <palves@redhat.com>
8170
8171 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8172 instead of to thread 2.
8173 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8174 Add barrier around each pthread_create call instead of around all
8175 calls.
8176 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8177 Set a break on thread_function and have the child threads hit it
8178 one at at a time.
8179
8180 2015-01-09 Pedro Alves <palves@redhat.com>
8181
8182 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8183 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8184 false.
8185 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8186 checking whether the target board is remote.
8187 * gdb.multi/multi-attach.exp: Likewise.
8188 * gdb.python/py-sync-interp.exp: Likewise.
8189 * gdb.server/ext-attach.exp: Likewise.
8190 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8191 tests that need to attach, instead of checking whether the target
8192 board is remote at the top of the file.
8193
8194 2015-01-08 Yao Qi <yao@codesourcery.com>
8195
8196 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8197
8198 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 Fix testcase compilation.
8201 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8202
8203 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8204
8205 * gdb.python/py-type.exp: Add a couple test about empty
8206 array creation, and negative-length array creation.
8207
8208 2015-01-02 Doug Evans <xdje42@gmail.com>
8209
8210 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8211
8212 2015-01-02 Doug Evans <dje@google.com>
8213
8214 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8215
8216 2014-12-29 Yao Qi <yao@codesourcery.com>
8217
8218 * gdb.trace/entry-values.exp: Update comments. Rename variable
8219 bar_call_foo to returned_from_foo.
8220
8221 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8222
8223 PR gdb/17394
8224 * gdb.linespec/break-asm-file.c: New file.
8225 * gdb.linespec/break-asm-file.exp: New file.
8226 * gdb.linespec/break-asm-file0.s: New file.
8227 * gdb.linespec/break-asm-file1.s: New file.
8228
8229 2014-12-18 Nigel Stephens <nigel@mips.com>
8230 Maciej W. Rozycki <macro@codesourcery.com>
8231
8232 * gdb.base/float.exp: Handle the new output from "info float" on
8233 MIPS targets.
8234
8235 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8236
8237 Fix MinGW compilation.
8238 * gdb.compile/compile-ops.exp: Update untested message if
8239 !skip_compile_feature_tests.
8240 * gdb.compile/compile-setjmp.exp: Likewise.
8241 * gdb.compile/compile-tls.exp: Likewise.
8242 * gdb.compile/compile.exp: Likewise.
8243 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8244 supported on this host".
8245
8246 2014-12-16 Doug Evans <xdje42@gmail.com>
8247
8248 * boards/stabs.exp: New file.
8249
8250 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8251
8252 * gdb.base/completion.exp: Adjust to format changes of "maint
8253 print user-registers".
8254
8255 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8256
8257 PR server/17457
8258 * gdb.arch/aarch64-fp.c: New file.
8259 * gdb.arch/aarch64-fp.exp: New file.
8260
8261 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8262
8263 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8264 r210637, r210913, r211666, r215400, r215817).
8265
8266 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8267 * dg-extract-results.py: New file.
8268 * dg-extract-results.sh: Use it if the environment seems
8269 suitable.
8270
8271 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8272
8273 * dg-extract-results.py (parse_run): Handle warnings that
8274 are printed before a test harness is run.
8275
8276 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8277
8278 * dg-extract-results.py (Named): Remove __cmp__ method.
8279 (output_variation): Use a key to sort variation.harnesses.
8280
8281 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8282
8283 * dg-extract-results.py: For Python 3, force sys.stdout to
8284 handle surrogate escape sequences.
8285 (safe_open): New function.
8286 (output_segment, main): Use it.
8287
8288 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8289
8290 * dg-extract-results.py (Prog.result_re): Include options
8291 in test name.
8292
8293 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8294
8295 * dg-extract-results.py (output_variation): Always sort if
8296 do_sum.
8297
8298 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8299
8300 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8301 as long as we get pagination notifications.
8302
8303 2014-12-15 Jason Merrill <jason@redhat.com>
8304
8305 * Makefile.in (check-gdb.%): Restore.
8306 * README: Mention it.
8307
8308 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8309
8310 * gdb.ada/str_uninit: New testcase.
8311
8312 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8313
8314 PR symtab/17642
8315 * gdb.base/vla-stub-define.c: New file.
8316 * gdb.base/vla-stub.c: New file.
8317 * gdb.base/vla-stub.exp: New file.
8318
8319 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8320 Jan Kratochvil <jan.kratochvil@redhat.com>
8321 Tom Tromey <tromey@redhat.com>
8322
8323 * configure.ac: Add gdb.compile/.
8324 * configure: Regenerate.
8325 * gdb.compile/Makefile.in: New file.
8326 * gdb.compile/compile-ops.exp: New file.
8327 * gdb.compile/compile-ops.c: New file.
8328 * gdb.compile/compile-tls.c: New file.
8329 * gdb.compile/compile-tls.exp: New file.
8330 * gdb.compile/compile-constvar.S: New file.
8331 * gdb.compile/compile-constvar.c: New file.
8332 * gdb.compile/compile-mod.c: New file.
8333 * gdb.compile/compile-nodebug.c: New file.
8334 * gdb.compile/compile-setjmp-mod.c: New file.
8335 * gdb.compile/compile-setjmp.c: New file.
8336 * gdb.compile/compile-setjmp.exp: New file.
8337 * gdb.compile/compile-shlib.c: New file.
8338 * gdb.compile/compile.c: New file.
8339 * gdb.compile/compile.exp: New file.
8340 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8341
8342 2014-12-12 Tom Tromey <tromey@redhat.com>
8343
8344 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8345 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8346
8347 2014-12-12 Doug Evans <dje@google.com>
8348
8349 * lib/gdb-python.exp (get_python_valueof): New function.
8350 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8351
8352 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8353
8354 * gdb.base/completion.exp: Add test for completion of "info
8355 registers ".
8356
8357 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8358
8359 * gdb.base/func-ptrs.c: New file.
8360 * gdb.base/func-ptrs.exp: New file.
8361
8362 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 PR breakpoints/17012
8365 * gdb.base/dprintf-detach.c: New file.
8366 * gdb.base/dprintf-detach.exp: New file.
8367
8368 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8369
8370 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8371 * lib/gdb.exp (target_is_gdbserver): New procedure.
8372
8373 2014-12-08 Doug Evans <dje@google.com>
8374
8375 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8376
8377 2014-12-05 Yao Qi <yao@codesourcery.com>
8378
8379 * gdb.guile/scm-error.exp: Remove the third argument to
8380 gdb_remote_download.
8381 * gdb.guile/scm-frame-args.exp: Likewise.
8382 * gdb.guile/scm-section-script.exp: Likewise.
8383
8384 2014-12-05 Yao Qi <yao@codesourcery.com>
8385
8386 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8387
8388 2014-12-04 Doug Evans <dje@google.com>
8389
8390 * gdb.python/py-objfile.exp: Add tests for
8391 objfile.add_separate_debug_file.
8392
8393 2014-12-04 Doug Evans <dje@google.com>
8394
8395 * lib/gdb.exp (get_build_id): New function.
8396 (build_id_debug_filename_get): Rewrite to use it.
8397 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8398
8399 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8400
8401 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8402 `method(long)', not just 0x0.
8403 * gdb.cp/nsalias.exp: Align code labels to 4.
8404 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8405 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8406 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8407 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8408 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8409 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8410
8411 2014-12-02 Doug Evans <dje@google.com>
8412
8413 PR symtab/17602
8414 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8415 * gdb.cp/anon-ns2.cc: ... here. New file.
8416 * gdb.cp/anon-ns.exp: Update.
8417
8418 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8419
8420 * gdb.python/py-events.py (inferior_call_handler): New.
8421 (register_changed_handler, memory_changed_handler): New.
8422 (test_events.invoke): Register new handlers.
8423 * gdb.python/py-events.exp: Add tests for inferior call,
8424 memory_changed and register_changed events.
8425
8426 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8427
8428 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8429 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8430 if the linker doesn't understand this.
8431
8432 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8433
8434 * gdb.python/python.exp: Change expected reply to help().
8435
8436 2014-12-01 Yao Qi <yao@codesourcery.com>
8437
8438 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8439 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8440 * configure: Re-generated.
8441
8442 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8443
8444 * gdb.cp/chained-calls.cc: New file.
8445 * gdb.cp/chained-calls.exp: New file.
8446 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8447
8448 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8449
8450 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8451 * gdb.dwarf2/symtab-producer.exp: Same.
8452 * gdb.gdb/python-interrupts.exp: Same.
8453 * gdb.gdb/python-selftest.exp: Same.
8454 * gdb.python/py-linetable.exp: Same.
8455 * gdb.python/py-type.exp: Same.
8456 * gdb.python/py-value-cc.exp: Same.
8457 * gdb.python/py-value.exp: Same.
8458
8459 2014-11-28 Yao Qi <yao@codesourcery.com>
8460
8461 * gdb.base/break-probes.exp: Match library name prefixed with
8462 sysroot.
8463
8464 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8467 test expected output. Add parentheses for the call to print.
8468 Remove L suffix from integers.
8469
8470 2014-11-26 Doug Evans <dje@google.com>
8471
8472 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8473
8474 2014-11-22 Yao Qi <yao@codesourcery.com>
8475
8476 * gdb.trace/entry-values.c: Remove asms.
8477 (foo): Add foo_label.
8478 (bar): Add bar_label.
8479 * gdb.trace/entry-values.exp: Remove code computing foo's
8480 length and bar's length.
8481 (Dwarf::assemble): Invoke function_range for bar and use
8482 MACRO_AT_func for foo.
8483
8484 2014-11-22 Yao Qi <yao@codesourcery.com>
8485
8486 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8487 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8488 Use .Lgcc43_procstart instead of gcc43.
8489
8490 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8491
8492 * gdb.ada/n_arr_bound: New testcase.
8493
8494 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8495
8496 PR breakpoints/10737
8497 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8498 test_catch_syscall_multi_arch.
8499 (test_catch_syscall_multi_arch): New function.
8500
8501 2014-11-20 Doug Evans <xdje42@gmail.com>
8502
8503 * gdb.base/maint.exp: Update expected output.
8504
8505 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8506
8507 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8508 4-byte instruction on S390.
8509
8510 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8511
8512 * gdb.ada/arr_arr: New testcase.
8513
8514 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8515
8516 * gdb.ada/pkd_arr_elem: New Testcase.
8517
8518 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8519
8520 * gdb.reverse/break-precsave: Expect completion message for
8521 core file reads.
8522 * gdb.reverse/consecutive-precsave.exp: Likewise.
8523 * gdb.reverse/finish-precsave.exp: Likewise.
8524 * gdb.reverse/i386-precsave.exp: Likewise.
8525 * gdb.reverse/machinestate-precsave.exp: Likewise.
8526 * gdb.reverse/sigall-precsave.exp: Likewise.
8527 * gdb.reverse/solib-precsave.exp: Likewise.
8528 * gdb.reverse/step-precsave.exp: Likewise.
8529 * gdb.reverse/until-precsave.exp: Likewise.
8530 * gdb.reverse/watch-precsave.exp: Likewise.
8531
8532 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8533
8534 * gdb.base/bp-permanent.c: Include unistd.h.
8535 * gdb.python/py-framefilter-mi.c (main): Add return type.
8536 * gdb.python/py-framefilter.c (main): Likewise.
8537 * gdb.trace/actions-changed.c (main): Likewise.
8538
8539 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8540
8541 * gdb.mi/until.c: Add eye-catchers.
8542 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8543 line numbers.
8544
8545 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8546
8547 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8548 function header variants in break1.c.
8549 * gdb.base/ena-dis-br.exp: Likewise.
8550 * gdb.base/hbreak2.exp: Likewise.
8551 * gdb.reverse/until-precsave.exp: Drop references to removed
8552 non-prototype function header variants in ur1.c.
8553 * gdb.reverse/until-reverse.exp: Likewise.
8554
8555 2014-11-17 Petr Machata <pmachata@redhat.com>
8556
8557 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8558 ${_cu_offset_size} bytes abbrev offset.
8559
8560 2014-11-15 Doug Evans <xdje42@gmail.com>
8561
8562 PR symtab/17559
8563 * gdb.base/line-symtabs.exp: New file.
8564 * gdb.base/line-symtabs.c: New file.
8565 * gdb.base/line-symtabs.h: New file.
8566
8567 2014-11-14 Yao Qi <yao@codesourcery.com>
8568
8569 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8570 (func): Add label func_label.
8571 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8572 Replace low_pc and high_pc with MACRO_AT_range.
8573 Replace name, low_pc and high_pc with MACRO_AT_func.
8574
8575 2014-11-14 Yao Qi <yao@codesourcery.com>
8576
8577 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8578 Replace name, low_pc and high_pc with MACRO_AT_func.
8579
8580 2014-11-14 Yao Qi <yao@codesourcery.com>
8581
8582 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8583 produce debug information.
8584 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8585
8586 2014-11-14 Yao Qi <yao@codesourcery.com>
8587
8588 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8589 object and get function length.
8590 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8591 with MACRO_AT_func.
8592 (top-level): Replace gdb_compile and clean_restart with
8593 prepare_for_testing.
8594 * gdb.dwarf2/main.c (main): Add label main_label.
8595
8596 2014-11-14 Yao Qi <yao@codesourcery.com>
8597
8598 * lib/dwarf.exp (function_range): New procedure.
8599 (Dwarf::_handle_macro_at_func): New procedure.
8600 (Dwarf::_handle_macro_at_range): New procedure.
8601 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8602
8603 2014-11-14 Yao Qi <yao@codesourcery.com>
8604
8605 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8606 (_handle_attribute): New procedure.
8607
8608 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8609
8610 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8611 * gdb.base/call-sc.c (zed): Likewise.
8612 * gdb.base/checkpoint.c (main): Likewise.
8613 * gdb.base/dump.c (main): Likewise.
8614 * gdb.base/gcore.c (main): Likewise.
8615 * gdb.base/huge.c (main): Likewise.
8616 * gdb.base/multi-forks.c (main): Likewise.
8617 * gdb.base/pr10179-a.c (main): Likewise.
8618 * gdb.base/savedregs.c (main): Likewise.
8619 * gdb.base/sigaltstack.c (main): Likewise.
8620 * gdb.base/siginfo.c (main): Likewise.
8621 * gdb.base/structs.c (zed): Likewise.
8622 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8623 * gdb.mi/mi-syn-frame.c (main): Likewise.
8624 * gdb.mi/until.c (foo, main): Likewise.
8625 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8626 * gdb.base/solib-weak.c (foo): Declare.
8627 * gdb.base/attach-twice.c: Include stdio.h.
8628 * gdb.base/weaklib1.c: Likewise.
8629 * gdb.base/weaklib2.c: Likewise.
8630 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8631 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8632 unistd.h.
8633 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8634 * gdb.mi/mi-exit-code.c: Likewise.
8635 * gdb.base/break-interp-lib.c: Include string.h.
8636 * gdb.base/coremaker.c: Likewise.
8637 * gdb.base/testenv.c: Likewise.
8638 * gdb.python/py-finish-breakpoint.c: Likewise.
8639 * gdb.base/inferior-died.c: Include sys/wait.h.
8640 * gdb.base/fileio.c: Include time.h.
8641 * gdb.base/async-shell.c: Include unistd.h.
8642 * gdb.base/dprintf-non-stop.c: Likewise.
8643 * gdb.base/info-os.c: Likewise.
8644 * gdb.mi/mi-console.c: Likewise.
8645 * gdb.mi/watch-nonstop.c: Likewise.
8646 * gdb.python/py-events.c: Likewise.
8647 * gdb.base/async.c (baz): Move up before its invocation.
8648 * gdb.base/code_elim2.c (my_global_func): Likewise.
8649 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8650 * gdb.base/advance.c (func2): Likewise.
8651
8652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8653
8654 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8655 variant.
8656 * gdb.base/annota3.c: Likewise.
8657 * gdb.base/async.c: Likewise.
8658 * gdb.base/average.c: Likewise.
8659 * gdb.base/call-ar-st.c: Likewise.
8660 * gdb.base/call-rt-st.c: Likewise.
8661 * gdb.base/call-sc.c: Likewise.
8662 * gdb.base/call-strs.c: Likewise.
8663 * gdb.base/ending-run.c: Likewise.
8664 * gdb.base/execd-prog.c: Likewise.
8665 * gdb.base/exprs.c: Likewise.
8666 * gdb.base/foll-exec.c: Likewise.
8667 * gdb.base/foll-fork.c: Likewise.
8668 * gdb.base/foll-vfork.c: Likewise.
8669 * gdb.base/funcargs.c: Likewise.
8670 * gdb.base/gcore.c: Likewise.
8671 * gdb.base/jump.c: Likewise.
8672 * gdb.base/langs0.c: Likewise.
8673 * gdb.base/langs1.c: Likewise.
8674 * gdb.base/langs2.c: Likewise.
8675 * gdb.base/mips_pro.c: Likewise.
8676 * gdb.base/nodebug.c: Likewise.
8677 * gdb.base/opaque0.c: Likewise.
8678 * gdb.base/opaque1.c: Likewise.
8679 * gdb.base/recurse.c: Likewise.
8680 * gdb.base/run.c: Likewise.
8681 * gdb.base/scope0.c: Likewise.
8682 * gdb.base/scope1.c: Likewise.
8683 * gdb.base/setshow.c: Likewise.
8684 * gdb.base/setvar.c: Likewise.
8685 * gdb.base/shmain.c: Likewise.
8686 * gdb.base/shr1.c: Likewise.
8687 * gdb.base/shr2.c: Likewise.
8688 * gdb.base/sigall.c: Likewise.
8689 * gdb.base/signals.c: Likewise.
8690 * gdb.base/so-indr-cl.c: Likewise.
8691 * gdb.base/solib2.c: Likewise.
8692 * gdb.base/structs.c: Likewise.
8693 * gdb.base/sum.c: Likewise.
8694 * gdb.base/vforked-prog.c: Likewise.
8695 * gdb.base/watchpoint.c: Likewise.
8696 * gdb.reverse/shr2.c: Likewise.
8697 * gdb.reverse/until-reverse.c: Likewise.
8698 * gdb.reverse/ur1.c: Likewise.
8699 * gdb.reverse/watch-reverse.c: Likewise.
8700
8701 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8702
8703 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8704 variant.
8705 * gdb.base/sepdebug.exp: Drop references to removed code.
8706
8707 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8708
8709 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8710 variant. Preserve original line numbering.
8711 * gdb.base/list1.c: Likewise.
8712
8713 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8714
8715 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8716 variant.
8717 * gdb.base/break1.c: Likewise.
8718 * gdb.base/break.exp: Drop references to removed code.
8719
8720 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8721
8722 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8723 variant.
8724
8725 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8726
8727 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8728
8729 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8730
8731 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8732 logic into perform_all_tests() and invoke it with and without
8733 function header prototypes.
8734 (do_function_calls): Remove conditional XFAIL for PR 5318.
8735 (rerun_and_prepare): Remove duplicate code.
8736 (perform_all_tests): New. Main logic moved here.
8737
8738 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8739
8740 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8741 code guarded by #ifdef NO_PROTOTYPES.
8742 (t_double_many_args): Likewise.
8743 (DEF_FUNC_MANY_ARGS_1): Likewise.
8744 (DEF_FUNC_VALUES_1): Likewise.
8745 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8746 guarded by #ifdef PROTOTYPES.
8747
8748 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8749
8750 * gdb.mi/mi-console.c: Add eye-catcher.
8751 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8752 instead of literal line number.
8753
8754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8755
8756 * gdb.base/shr2.c: Add eye-catcher.
8757 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8758 line number.
8759
8760 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8761
8762 * gdb.base/jump.c: Add eye-catchers.
8763 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8764 numbers.
8765
8766 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8767
8768 * gdb.base/execd-prog.c: Add eye-catchers.
8769 * gdb.base/foll-exec.c: Likewise.
8770 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8771 line numbers.
8772
8773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8774
8775 * gdb.base/ending-run.c: Add eye-catchers.
8776 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8777 literal line numbers.
8778
8779 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8780
8781 * gdb.base/call-rt-st.c: Add eye-catchers.
8782 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8783 literal line numbers.
8784
8785 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8786
8787 * gdb.base/call-ar-st.c: Add eye-catchers.
8788 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8789 literal line numbers.
8790
8791 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8792
8793 * gdb.base/average.c: Add eye-catchers.
8794 * gdb.base/sum.c: Likewise.
8795 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8796 regexps dynamically.
8797
8798 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8799
8800 * gdb.base/solib1.c: Add eye-catchers.
8801 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8802 literal line numbers.
8803
8804 2014-11-12 Pedro Alves <palves@redhat.com>
8805
8806 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8807 leader has exited.
8808
8809 2014-11-12 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.arch/i386-bp_permanent.c: New file.
8812 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8813 (srcfile): Set to i386-bp_permanent.c.
8814 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8815 that stepi does not execute the 'leave' instruction, instead of
8816 testing it does execute.
8817 * gdb.base/bp-permanent.c: New file.
8818 * gdb.base/bp-permanent.exp: New file.
8819
8820 2014-11-10 Doug Evans <xdje42@gmail.com>
8821
8822 PR symtab/17564
8823 * gdb.base/symtab-search-order.exp: New file.
8824 * gdb.base/symtab-search-order.c: New file.
8825 * gdb.base/symtab-search-order-1.c: New file.
8826 * gdb.base/symtab-search-order-shlib-1.c: New file.
8827
8828 2014-11-07 Pedro Alves <palves@redhat.com>
8829
8830 PR gdb/17511
8831 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8832 i?86-*-linux*.
8833
8834 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8835
8836 PR c++/17494
8837 * gdb.cp/pr17494.cc: New file.
8838 * gdb.cp/pr17494.exp: New file.
8839
8840 2014-11-02 Yao Qi <yao@codesourcery.com>
8841
8842 * gdb.python/python.exp: Get working directory and match the
8843 output of "set extended-prompt \\w " with it.
8844
8845 2014-10-30 Doug Evans <dje@google.com>
8846
8847 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8848 in objfiles.
8849 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8850 in progspaces.
8851
8852 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8853
8854 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8855 * gdb.base/realname-expand.exp: Likewise.
8856 * gdb.linespec/macro-relative.exp: Likewise.
8857
8858 2014-10-29 Pedro Alves <palves@redhat.com>
8859
8860 PR gdb/17408
8861 * gdb.threads/schedlock.c (some_function): New function.
8862 (call_function): New global.
8863 (MAYBE_CALL_SOME_FUNCTION): New macro.
8864 (thread_function): Call it.
8865 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8866 and use it instead of a global counter. Adjust all callers.
8867 (get_current_thread): Use "find current thread" for test message
8868 here rather than having all callers pass down the same string.
8869 (goto_loop): New procedure, factored out from ...
8870 (my_continue): ... this.
8871 (step_ten_loops): Change parameter from test message to command to
8872 use. Adjust.
8873 (list_count): Delete global.
8874 (check_result): New procedure, factored out from duplicate top
8875 level code.
8876 (continue tests): Wrap in with_test_prefix.
8877 (test_step): New procedure, factored out from duplicate top level
8878 code.
8879 (top level): Test "step" in combination with all scheduler-locking
8880 modes. Test "next" in combination with all scheduler-locking
8881 modes, and in combination with stepping over a function call or
8882 not.
8883 * gdb.threads/next-bp-other-thread.c: New file.
8884 * gdb.threads/next-bp-other-thread.exp: New file.
8885
8886 2014-10-29 Pedro Alves <palves@redhat.com>
8887
8888 PR python/17372
8889 * gdb.python/python.exp: Test a multi-line command that spawns
8890 interactive Python.
8891 * gdb.base/multi-line-starts-subshell.exp: New file.
8892
8893 2014-10-29 Yao Qi <yao@codesourcery.com>
8894
8895 * gdb.base/fileio.exp: Make directories on host.
8896
8897 2014-10-29 Yao Qi <yao@codesourcery.com>
8898
8899 * gdb.base/fileio.c (test_write): Close the file.
8900
8901 2014-10-28 Pedro Alves <palves@redhat.com>
8902
8903 PR gdb/12623
8904 * gdb.base/sigstep.c (no_handler): New global.
8905 (main): If 'no_handler is true, set the signal handlers to
8906 SIG_IGN.
8907 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8908 with_sw_watch and no_handler parameters. Handle them.
8909 (top level) <stepping over handler when stopped at a breakpoint
8910 test>: Add a test axis for testing with a software watchpoint, and
8911 another for testing with the signal handler set to SIG_IGN.
8912 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8913 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8914
8915 2014-10-28 Pedro Alves <palves@redhat.com>
8916
8917 PR gdb/17511
8918 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8919 * gdb.base/sigstep.exp (other_handler_location): New global.
8920 (advance): Support stepping into the signal handler, and running
8921 commands while in the handler.
8922 (in_handler_map): New global.
8923 (top level): In the advance test, add combinations for getting
8924 into the handler with stepping commands, and for running commands
8925 in the handler. Add comment descripting the advancei tests.
8926
8927 2014-10-28 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.base/sigstep.exp: Use build_executable instead of
8930 prepare_for_testing.
8931 (top level): Move code that starts GDB, runs to main and creates a
8932 display to ...
8933 (restart): ... this new procedure.
8934 (top level): Move backtrace from signal handler test to ...
8935 (validate_backtrace): ... this new procedure.
8936 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8937 with_test_prefix. Always restart GDB.
8938 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8939 with_test_prefix. Always restart GDB. No need to delete
8940 breakpoints after the test.
8941 (test_skip_handler): Remove prefix parameter.
8942 (skip_over_handler, breakpoint_to_handler)
8943 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8944 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8945 restart GDB. No need to delete breakpoints after the test.
8946 (top level): Use foreach to call the test procedures with
8947 different commands.
8948
8949 2014-10-28 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8952 instead of GNATS numbers.
8953 * gdb.base/sigbpt.exp: Likewise.
8954 * gdb.base/siginfo.exp: Likewise.
8955 * gdb.base/sigstep.exp: Likewise.
8956
8957 2014-10-27 Pedro Alves <palves@redhat.com>
8958
8959 * gdb.base/sigstep.c (dummy): New global.
8960 (main): Issue a couple writes to the new global.
8961 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8962 procedures.
8963 (skip_over_handler): Use test_skip_handler.
8964 (top level): Call skip_over_handler for stepi and nexti too.
8965 (breakpoint_over_handler): Use test_skip_handler.
8966 (top level): Call breakpoint_over_handler for stepi and nexti too.
8967
8968 2014-10-27 Yao Qi <yao@codesourcery.com>
8969
8970 * gdb.trace/tfile.c (adjust_function_address)
8971 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8972 function descriptor.
8973
8974 2014-10-24 Don Breazeal <donb@codesourcery.com>
8975
8976 * gdb.base/foll-fork.exp (test_follow_fork,
8977 catch_fork_child_follow): Check for updated fork messages emitted
8978 from infrun.c.
8979 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8980 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8981 vfork_and_exec_child_follow_through_step): Check for updated vfork
8982 messages emitted from infrun.c.
8983
8984 2014-10-24 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.base/corefile.exp: Remove references to ultrix.
8987 * gdb.base/interrupt.exp: Likewise.
8988 * gdb.base/whatis.exp: Likewise.
8989 * gdb.gdb/selftest.exp: Likewise.
8990 * gdb.threads/manythreads.exp: Likewise.
8991 * gdb.threads/print-threads.exp: Likewise.
8992 * gdb.threads/pthreads.exp:: Likewise.
8993 * gdb.threads/schedlock.exp: Likewise.
8994
8995 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8996
8997 * gdb.cp/non-trivial-retval.cc: Add a test case.
8998 * gdb.cp/non-trivial-retval.exp: Add a test.
8999
9000 2014-10-20 Yao Qi <yao@codesourcery.com>
9001
9002 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9003 * gdb.python/py-objfile-script-gdb.py: New file.
9004 * gdb.python/py-objfile-script.exp: Update reference to
9005 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9006 of remote_download. Remove the dest file.
9007
9008 2014-10-20 Yao Qi <yao@codesourcery.com>
9009
9010 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9011 * gdb.base/step-line.exp: Likewise.
9012 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9013 * gdb.dwarf2/dw2-basic.exp: Likewise.
9014 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9015 * gdb.dwarf2/dw2-filename.exp: Likewise.
9016 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9017 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9018 * gdb.dwarf2/dw2-producer.exp: Likewise.
9019 * gdb.dwarf2/mac-fileno.exp: Likewise.
9020 * gdb.python/py-frame-args.exp: Likewise.
9021 * gdb.python/py-framefilter.exp: Likewise.
9022 * gdb.python/py-mi.exp: Likewise.
9023 * gdb.python/py-objfile-script.exp: Likewise
9024 * gdb.python/py-pp-integral.exp: Likewise.
9025 * gdb.python/py-pp-re-notag.exp: Likewise.
9026 * gdb.python/py-prettyprint.exp: Likewise.
9027 * gdb.python/py-section-script.exp: Likewise.
9028 * gdb.python/py-typeprint.exp: Likewise.
9029 * gdb.python/py-xmethods.exp: Likewise.
9030 * gdb.stabs/weird.exp: Likewise.
9031 * gdb.xml/tdesc-regs.exp: Likewise.
9032
9033 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9034
9035 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9036 (out_cu): Use addr_len for the size of addresses.
9037 (out_line): Likewise. Size DW_LNE_set_address instruction
9038 according to addr_len.
9039 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9040 (FUNC): Add START_INSNS to definition.
9041
9042 2014-10-18 Yao Qi <yao@codesourcery.com>
9043
9044 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9045 gdb_has_argv0 return true.
9046 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9047 check [target_info exists noargs], check [gdb_has_argv0]
9048 instead.
9049 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9050 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9051 procedures.
9052
9053 2014-10-17 Doug Evans <dje@google.com>
9054
9055 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9056 event.
9057 * gdb.python/py-events.py: Add clear_objfiles event.
9058
9059 2014-10-17 Doug Evans <dje@google.com>
9060
9061 * gdb.python/py-objfile.exp: Test progspace attribute.
9062
9063 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9064
9065 * gdb.guile/scm-breakpoint.exp: Do not assume any
9066 directory separators when matching source file paths.
9067 * gdb.python/py-breakpoint.exp: Likewise.
9068 * gdb.reverse/break-precsave.exp: Likewise.
9069 * gdb.reverse/break-reverse.exp: Likewise.
9070 * gdb.reverse/consecutive-precsave.exp: Likewise.
9071 * gdb.reverse/finish-precsave.exp: Likewise.
9072 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9073 * gdb.reverse/finish-reverse.exp: Likewise.
9074 * gdb.reverse/i386-precsave.exp: Likewise.
9075 * gdb.reverse/i387-env-reverse.exp: Likewise.
9076 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9077 * gdb.reverse/machinestate-precsave.exp: Likewise.
9078 * gdb.reverse/machinestate.exp: Likewise.
9079 * gdb.reverse/sigall-precsave.exp: Likewise.
9080 * gdb.reverse/solib-precsave.exp: Likewise.
9081 * gdb.reverse/step-precsave.exp: Likewise.
9082 * gdb.reverse/until-precsave.exp: Likewise.
9083 * gdb.reverse/watch-precsave.exp: Likewise.
9084 * gdb.reverse/watch-reverse.exp: Likewise.
9085
9086 2014-10-17 Yao Qi <yao@codesourcery.com>
9087
9088 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9089 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9090
9091 2014-10-17 Pedro Alves <palves@redhat.com>
9092
9093 PR gdb/17471
9094 * gdb.base/bg-execution-repeat.c: New file.
9095 * gdb.base/bg-execution-repeat.exp: New file.
9096
9097 2014-10-17 Pedro Alves <palves@redhat.com>
9098
9099 PR gdb/17300
9100 * gdb.base/continue-all-already-running.c: New file.
9101 * gdb.base/continue-all-already-running.exp: New file.
9102
9103 2014-10-17 Pedro Alves <palves@redhat.com>
9104
9105 PR gdb/17472
9106 * gdb.base/annota-input-while-running.c: New file.
9107 * gdb.base/annota-input-while-running.exp: New file.
9108
9109 2014-10-17 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.base/callfuncs.exp: emove references to osf.
9112 * gdb.base/sigall.exp: Likewise.
9113 * gdb.gdb/selftest.exp: Likewise.
9114 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9115 * gdb.mi/non-stop.c: Likewise.
9116 * gdb.mi/pthreads.c: Likewise.
9117 * gdb.reverse/sigall-precsave.exp: Likewise.
9118 * gdb.reverse/sigall-reverse.exp: Likewise.
9119 * gdb.threads/pthreads.c: Likewise.
9120 * gdb.threads/pthreads.exp: Likewise.
9121
9122 2014-10-17 Yao Qi <yao@codesourcery.com>
9123
9124 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9125 check 'target_info exists noargs'.
9126 (test_command_prompt_position): Likewise.
9127 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9128 Remove "set args".
9129 (progvar_simple_while_test): Likewise.
9130 (progvar_complex_if_while_test): Likewise.
9131 (if_while_breakpoint_command_test): Likewise.
9132 (infrun_breakpoint_command_test): Likewise.
9133 (breakpoint_command_test): Likewise.
9134 (watchpoint_command_test): Likewise.
9135 (bp_deleted_in_command_test): Likewise.
9136 (temporary_breakpoint_commands): Likewise.
9137
9138 2014-10-16 Yao Qi <yao@codesourcery.com>
9139
9140 * gdb.base/remotetimeout.exp: Remove noargs checking.
9141
9142 2014-10-15 Pedro Alves <palves@redhat.com>
9143
9144 PR breakpoints/9649
9145 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9146 * gdb.base/breakpoint-in-ro-region.exp
9147 (probe_target_hardware_step): New procedure.
9148 (top level): Probe hardware stepping and hardware breakpoint
9149 support. Test stepping through a read-only region, with both
9150 "breakpoint auto-hw" on and off and both "always-inserted" on and
9151 off.
9152
9153 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9154
9155 * gdb.dlang/demangle.exp: Update for demangling changes.
9156
9157 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9158
9159 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9160 * gdb.cp/non-trivial-retval.exp: Add new tests.
9161
9162 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9163
9164 PR c++/13403
9165 PR c++/15154
9166 * gdb.cp/non-trivial-retval.cc: New file.
9167 * gdb.cp/non-trivial-retval.exp: New file.
9168
9169 2014-10-15 Yao Qi <yao@codesourcery.com>
9170
9171 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9172 remote host.
9173
9174 2014-10-15 Yao Qi <yao@codesourcery.com>
9175
9176 * gdb.python/py-symbol.exp: Match file base name if host is
9177 remote, otherwise match file name with dir name.
9178 * gdb.python/py-symtab.exp: Likewise.
9179 * gdb.python/python.exp: Likewise.
9180
9181 2014-10-15 Yao Qi <yao@codesourcery.com>
9182
9183 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9184 pattern.
9185 * gdb.python/py-symtab.exp: Likewise.
9186 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9187 locationn.
9188
9189 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9190
9191 * gdb.ada/addr_arith: New testcase.
9192
9193 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9194
9195 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9196 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9197 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9198 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9199
9200 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9201
9202 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9203 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9204 * gdb.arch/stap-eval-lang-ada.exp: New file.
9205
9206 2014-10-14 Yao Qi <yao@codesourcery.com>
9207
9208 * gdb.mi/mi-var-child.c (nothing1): New function.
9209 (nothing2): New function.
9210 (do_children_tests): Set function pointers by nothing1 and
9211 nothing2.
9212 * gdb.mi/mi-var-child.exp: Step over new added statements.
9213 Update test to match the new output.
9214 * gdb.mi/var-cmd.c (nothing1): New function.
9215 (nothing2): New function.
9216 (do_children_tests): Set function pointers by nothing1 and
9217 nothing2.
9218 * gdb.mi/mi-var-display.exp: Update test to match output.
9219 Step to the line specified by $line_dct_nothing.
9220 Increase the number of lines to step.
9221
9222 2014-10-14 Yao Qi <yao@codesourcery.com>
9223
9224 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9225 tests.
9226 * gdb.mi/mi2-var-child.exp: Likewise.
9227
9228 2014-10-13 Doug Evans <dje@google.com>
9229
9230 * gdb.python/py-objfile.exp: Change name of file name test.
9231
9232 2014-10-13 Doug Evans <dje@google.com>
9233
9234 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9235 from the start of the CU.
9236
9237 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9238 Yao Qi <yao@codesourcery.com>
9239
9240 Fix "save breakpoints" for "catch" command.
9241 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9242 Remove -nonewline. Match also the added "main" line.
9243
9244 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246 Fix "save breakpoints" for "disable $bpnum" command.
9247 * gdb.base/save-bp.c (main): Add label.
9248 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9249
9250 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9253
9254 2014-10-11 Yao Qi <yao@codesourcery.com>
9255
9256 * gdb.server/server-kill.exp: Execute command
9257 "set remote trace-status-packet on" before "tstatus".
9258
9259 2014-10-11 Yao Qi <yao@codesourcery.com>
9260
9261 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9262 (main): Call getppid.
9263 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9264 and continue to it. Read variable "server_pid".
9265
9266 2014-10-11 Yao Qi <yao@codesourcery.com>
9267
9268 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9269
9270 2014-10-11 Yao Qi <yao@codesourcery.com>
9271
9272 * gdb.threads/thread-find.exp: Don't execute command
9273 "info threads".
9274 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9275 * gdb.threads/linux-dp.exp: Don't check the condition
9276 $threads_created equals to zero.
9277
9278 2014-10-10 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.base/bigcore.exp: Remove references to IRIX.
9281 * gdb.base/funcargs.exp: Likewise.
9282 * gdb.base/interrupt.exp: Likewise.
9283 * gdb.base/mips_pro.exp: Likewise.
9284 * gdb.base/nodebug.exp: Likewise.
9285 * gdb.base/setvar.exp: Likewise.
9286 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9287
9288 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9289 Pedro Alves <palves@redhat.com>
9290
9291 PR symtab/14466
9292 * gdb.base/vdso-warning.c: New file.
9293 * gdb.base/vdso-warning.exp: New file.
9294
9295 2014-10-02 Doug Evans <dje@google.com>
9296
9297 * gdb.base/structs.c (main): Don't run forever.
9298
9299 2014-10-02 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9302 (top level) <stop threads 1, stop threads 2>: Use it.
9303
9304 2014-10-02 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.threads/break-while-running.exp (test): Add new
9307 'update_thread_list' argument. Skip "info threads" if false.
9308 (top level): Add new 'update_thread_list' axis.
9309
9310 2014-10-02 Pedro Alves <palves@redhat.com>
9311
9312 PR breakpoints/17431
9313 * gdb.base/execl-update-breakpoints.c: New file.
9314 * gdb.base/execl-update-breakpoints.exp: New file.
9315
9316 2014-10-01 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.base/breakpoint-in-ro-region.c: New file.
9319 * gdb.base/breakpoint-in-ro-region.exp: New file.
9320
9321 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * gdb.mi/mi-exit-code.exp: New file.
9324 * gdb.mi/mi-exit-code.c: New file.
9325
9326 2014-09-30 Yao Qi <yao@codesourcery.com>
9327
9328 * lib/prelink-support.exp (build_executable_own_libs): Error if
9329 the target isn't native.
9330
9331 2014-09-30 Yao Qi <yao@codesourcery.com>
9332
9333 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9334 false.
9335
9336 2014-09-22 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.threads/break-while-running.exp: New file.
9339 * gdb.threads/break-while-running.c: New file.
9340
9341 2014-09-19 Yao Qi <yao@codesourcery.com>
9342
9343 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9344 Invoke test. Restart GDB with --readnow and invoke test again.
9345
9346 2014-09-19 Yao Qi <yao@codesourcery.com>
9347
9348 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9349 proc set_breakpoint_on_gcd_function. Invoke
9350 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9351 invoke set_breakpoint_on_gcd_function again.
9352
9353 2014-09-18 Doug Evans <dje@google.com>
9354
9355 * gdb.dwarf2/symtab-producer.exp: New file.
9356
9357 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9358
9359 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9360 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9361 * gdb.base/global-var-nested-by-dso.c: Likewise.
9362 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9363
9364 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9365 Pedro Alves <palves@redhat.com>
9366
9367 * gdb.base/watch-bitfields.exp: Pass string other than test file
9368 name to prepare_for_testing.
9369 (watch): New procedure.
9370 (expect_watchpoint): Use with_test_prefix.
9371 (top level): Factor out tests to ...
9372 (test_watch_location, test_regular_watch): ... these new
9373 procedures, and use with_test_prefix and gdb_continue_to_end.
9374
9375 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9376
9377 PR breakpoints/12526
9378 * gdb.base/watch-bitfields.exp: New file.
9379 * gdb.base/watch-bitfields.c: New file.
9380
9381 2014-09-16 Pedro Alves <palves@redhat.com>
9382
9383 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9384 software and hardware addresses, not software address against
9385 itself.
9386
9387 2014-09-16 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9390 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9391
9392 2014-09-16 Pedro Alves <palves@redhat.com>
9393
9394 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9395 files.
9396 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9397 "*-*-vxworks*" throughout.
9398 * gdb.base/break.exp: Likewise.
9399 * gdb.base/default.exp: Likewise.
9400 * gdb.base/scope.exp: Likewise.
9401 * gdb.base/sepdebug.exp: Likewise.
9402 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9403 throughout.
9404 * gdb.base/run.c: Likewise.
9405 * gdb.base/sepdebug.c: Likewise.
9406 * gdb.hp/gdb.aCC/run.c: Likewise.
9407 * gdb.reverse/until-reverse.c: Likewise.
9408 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9409
9410 2014-09-16 Yao Qi <yao@codesourcery.com>
9411
9412 * boards/local-remote-host-native.exp: New file.
9413
9414 2014-09-14 Doug Evans <xdje42@gmail.com>
9415
9416 * gdb.threads/queue-signal.c (thread_count): New variable.
9417 (thread_count_mutex, thread_count_condvar): New variables.
9418 (incr_thread_count, wait_all_threads_running): New functions.
9419 (main): Wait for all threads to be in their thread functions.
9420
9421 2014-09-13 Doug Evans <xdje42@gmail.com>
9422
9423 * gdb.threads/queue-signal.c: New file.
9424 * gdb.threads/queue-signal.exp: New file.
9425
9426 2014-09-13 Doug Evans <xdje42@gmail.com>
9427
9428 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9429 be consistent with what default_gdb_init uses.
9430 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9431 the plain text of the prompt. Add some logging printfs.
9432 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9433
9434 2014-09-12 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9437 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9438 * gdb.arch/i386-size-overlap.exp: Likewise.
9439 * gdb.arch/i386-size.exp: Likewise.
9440 * gdb.arch/i386-unwind.exp: Likewise.
9441 * gdb.base/a2-run.exp: Likewise.
9442 * gdb.base/break.exp: Likewise.
9443 * gdb.base/charset.exp: Likewise.
9444 * gdb.base/chng-syms.exp: Likewise.
9445 * gdb.base/commands.exp: Likewise.
9446 * gdb.base/dbx.exp: Likewise.
9447 * gdb.base/find.exp: Likewise.
9448 * gdb.base/funcargs.exp: Likewise.
9449 * gdb.base/jit-simple.exp: Likewise.
9450 * gdb.base/reread.exp: Likewise.
9451 * gdb.base/sepdebug.exp: Likewise.
9452 * gdb.base/step-bt.exp: Likewise.
9453 * gdb.cp/mb-inline.exp: Likewise.
9454 * gdb.cp/mb-templates.exp: Likewise.
9455 * gdb.objc/basicclass.exp: Likewise.
9456 * gdb.threads/killed.exp: Likewise.
9457
9458 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9459
9460 PR tdep/17379
9461 * gdb.arch/powerpc-stackless.S: New file.
9462 * gdb.arch/powerpc-stackless.exp: New file.
9463
9464 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9465
9466 * gdb.base/attach.c: Include unistd.h.
9467 (main): Call alarm. Add label postloop.
9468 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9469 gdb_breakpoint, gdb_continue_to_breakpoint.
9470 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9471
9472 2014-09-11 Pedro Alves <palves@redhat.com>
9473
9474 PR gdb/17347
9475 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9476 * gdb.base/attach.exp (test_command_line_attach_run): New
9477 procedure.
9478 (top level): Call it.
9479
9480 2014-09-11 Pedro Alves <palves@redhat.com>
9481
9482 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9483 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9484 (do_command_attach_tests): Use spawn_wait_for_attach.
9485 * gdb.base/solib-overlap.exp: Likewise.
9486 * gdb.multi/multi-attach.exp: Likewise.
9487 * gdb.python/py-prompt.exp: Likewise.
9488 * gdb.python/py-sync-interp.exp: Likewise.
9489 * gdb.server/ext-attach.exp: Likewise.
9490
9491 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9492
9493 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9494 command in testcase. Simplify testcase.
9495
9496 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9497
9498 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9499
9500 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9501
9502 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9503
9504 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9505
9506 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9507
9508 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9509
9510 * gdb.dwarf2/dynarr-ptr.c: New file.
9511 * gdb.dwarf2/dynarr-ptr.exp: New file.
9512
9513 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9514
9515 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9516 of 30 rather than hardcoding 120 for a slow test case. Take the
9517 `gdb,timeout' target setting into account for this calculation.
9518 Don't extend the timeout for the test cases that don't need it.
9519
9520 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9521
9522 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9523 a factor of 2 for a slow test case. Take the `gdb,timeout'
9524 target setting into account for this calculation.
9525 * gdb.reverse/until-precsave.exp: Increase the timeout by
9526 a factor of 15 and 3 respectively rather than adding 120
9527 for a pair of slow test cases. Take the `gdb,timeout'
9528 target setting into account for this calculation.
9529
9530 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9531
9532 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9533 timeout, don't pass one down to gdb_expect.
9534 (gdb_expect): Rework timeout selection.
9535
9536 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9537
9538 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9539 exception on timeout.
9540 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9541 (gdbserver_start_extended): Catch any `gdbserver_start' error
9542 exceptions.
9543 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9544 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9545 `gdbserver_gdb_load' error exceptions.
9546
9547 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9548
9549 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9550 120 on waiting for the TCP socket to open.
9551
9552 2014-09-09 Doug Evans <xdje42@gmail.com>
9553
9554 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9555 _caller_matches, _any_caller_is, _any_caller_matches.
9556
9557 2014-09-09 Doug Evans <xdje42@gmail.com>
9558
9559 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9560
9561 2014-09-09 Yao Qi <yao@codesourcery.com>
9562
9563 * gdb.mi/mi-var-display.exp: Set print symbol off.
9564
9565 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9566
9567 PR gdb/17035
9568 * gdb.base/commands.exp: Add tests to verify user-defined
9569 commands with empty bodies.
9570 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9571 python commands in `show user command`.
9572 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9573 scheme commands in `show user command`.
9574
9575 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9576
9577 PR python/17355
9578 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9579 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9580 * gdb.python/py-framefilter-invalidarg.exp: New file.
9581 * gdb.python/py-framefilter-invalidarg.py: New file.
9582
9583 2014-09-06 Doug Evans <xdje42@gmail.com>
9584
9585 PR 15276
9586 * gdb.python/py-caller-is.c: New file.
9587 * gdb.python/py-caller-is.exp: New file.
9588
9589 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9590
9591 PR gdb/17235
9592 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9593 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9594
9595 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9596
9597 PR fortran/17237
9598 * gdb.fortran/print-formatted.exp: New file.
9599 * gdb.fortran/print-formatted.f90: Likewise.
9600
9601 2014-09-03 Sasha Smundak <asmundak@google.com>
9602
9603 * gdb.python/py-frame.exp: Test Frame.read_register.
9604
9605 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9606
9607 PR python/16699
9608 * gdb.python/py-completion.exp: New file.
9609 * gdb.python/py-completion.py: Likewise.
9610
9611 2014-08-28 Doug Evans <dje@google.com>
9612
9613 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9614 eax,etc. are live with values set by gdb and thus the compiler can't
9615 use them.
9616 * gdb.arch/i386-pseudo.c (main): Ditto.
9617
9618 2014-08-27 Doug Evans <dje@google.com>
9619
9620 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9621
9622 2014-08-25 Doug Evans <dje@google.com>
9623
9624 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9625 (main): Ditto.
9626
9627 2014-08-25 Doug Evans <dje@google.com>
9628
9629 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9630
9631 2014-08-24 Yao Qi <yao@codesourcery.com>
9632
9633 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9634 symbol off.
9635 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9636
9637 2014-08-22 Doug Evans <dje@google.com>
9638
9639 PR 17276
9640 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9641 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9642 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9643
9644 2014-08-22 Yao Qi <yao@codesourcery.com>
9645
9646 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9647 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9648 * gdb.python/python.exp: Likewise. Use .py file on the host
9649 instead of the build.
9650
9651 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 * gdb.threads/gcore-stale-thread.c: New file.
9654 * gdb.threads/gcore-stale-thread.exp: New file.
9655
9656 2014-08-21 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9659 * gdb.base/gcore-relro-pie.exp: Likewise.
9660 * gdb.base/gcore-relro.exp: Likewise.
9661 * gdb.base/gcore.exp: Likewise.
9662 * gdb.base/print-symbol-loading.exp: Likewise.
9663 * gdb.threads/gcore-thread.exp: Likewise.
9664 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9665
9666 2014-08-20 Pedro Alves <palves@redhat.com>
9667 Jan Kratochvil <jan.kratochvil@redhat.com>
9668
9669 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9670 configure.
9671 (EXPECT): Handle READ1 being set.
9672 (all): Depend on EXTRA_RULES.
9673 (check-read1, expect-read1, read1.so, read1): New rules.
9674 * README (Testsuite Parameters): Document the READ1 make variable.
9675 (Race detection): New section.
9676 * configure: Regenerate.
9677 * configure.ac: If build==host==target, and running under a
9678 GNU/glibc system, add read1 to the extra Makefile rules.
9679 (EXTRA_RULES): AC_SUBST it.
9680 * lib/read1.c: New file.
9681
9682 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9683
9684 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9685 the handling of variables declared as a typedef to an array
9686 which a DW_AT_data_location attribute.
9687
9688 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9689 Pedro Alves <palves@redhat.com>
9690
9691 PR symtab/14604
9692 PR symtab/14605
9693 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9694 gdb_test.
9695
9696 2014-08-19 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9699
9700 2014-08-19 Yao Qi <yao@codesourcery.com>
9701
9702 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9703 right line.
9704
9705 2014-08-18 David Blaikie <dblaikie@gmail.com>
9706
9707 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9708
9709 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9710
9711 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9712 attribute in array range.
9713
9714 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9715
9716 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9717
9718 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9719
9720 PR c++/17132
9721 * gdb.cp/pr17132.cc: New file.
9722 * gdb.cp/pr17132.exp: New file.
9723
9724 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9725
9726 * gdb.python/py-xmethods.py (A_getarrayind)
9727 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9728 Use 'print' with function call syntax.
9729 (E_method_matcher.match): Fix tab vs space indentation mixup.
9730
9731 2014-08-15 Yao Qi <yao@codesourcery.com>
9732
9733 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9734 false.
9735
9736 2014-08-15 Yao Qi <yao@codesourcery.com>
9737
9738 * gdb.cp/casts.exp: Set print symbol off.
9739 * gdb.cp/class2.exp: Likewise.
9740 * gdb.cp/overload.exp: Likewise.
9741 * gdb.cp/templates.exp: Likewise.
9742
9743 2014-08-11 Doug Evans <dje@google.com>
9744
9745 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9746 (test_load_shlib): Update.
9747
9748 2014-08-09 Yao Qi <yao@codesourcery.com>
9749
9750 * gdb.base/display.exp: Invoke is_address_zero_readable.
9751 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9752 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9753 * gdb.base/hbreak-unmapped.exp: Return if
9754 is_address_zero_readable returns true.
9755 * gdb.base/signest.exp: Likewise.
9756 * gdb.base/signull.exp: Likewise.
9757 * gdb.base/sigbpt.exp: Likewise.
9758 * gdb.guile/scm-disasm.exp: Do the test if
9759 is_address_zero_readable returns false.
9760 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9761 * gdb.python/py-arch.exp: Likewise.
9762 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9763 * lib/gdb.exp (is_address_zero_readable): New proc.
9764
9765 2014-08-09 Yao Qi <yao@codesourcery.com>
9766
9767 PR testsuite/13443
9768 * gdb.mi/mi-var-display.exp: Make test messages unique.
9769
9770 2014-08-04 Tom Tromey <tromey@redhat.com>
9771
9772 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9773 target 0".
9774
9775 2014-08-04 Tom Tromey <tromey@redhat.com>
9776
9777 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9778 "target_resume".
9779
9780 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9781
9782 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9783 inner_vla_struct_object_size.
9784 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9785 as xfail.
9786
9787 2014-07-30 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9790 comment.
9791
9792 2014-07-29 Yao Qi <yao@codesourcery.com>
9793
9794 PR gdb/17206
9795 * gdb.base/until-nodebug.exp: New.
9796
9797 2014-07-28 Doug Evans <xdje42@gmail.com>
9798
9799 PR guile/17203
9800 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9801 previously existing parameter, and previously ambiguously spelled
9802 parameter.
9803
9804 2014-07-28 Will Newton <will.newton@linaro.org>
9805
9806 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9807
9808 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9809 Doug Evans <xdje42@gmail.com>
9810
9811 PR guile/17146
9812 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9813
9814 2014-07-25 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.threads/signal-command-handle-nopass.c: New file.
9817 * gdb.threads/signal-command-handle-nopass.exp: New file.
9818 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9819 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9820 * gdb.threads/signal-delivered-right-thread.c: New file.
9821 * gdb.threads/signal-delivered-right-thread.exp: New file.
9822
9823 2014-07-25 Pedro Alves <palves@redhat.com>
9824
9825 * gdb.base/double-prompt-target-event-error.exp
9826 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9827 match.
9828 (cancel_pagination_in_target_event): Rework double prompt
9829 detection.
9830 * gdb.base/paginate-after-ctrl-c-running.exp
9831 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9832 <return>' match.
9833 * gdb.base/paginate-bg-execution.exp
9834 (test_bg_execution_pagination_return)
9835 (test_bg_execution_pagination_cancel): Remove '-notransfer
9836 <return>' matches.
9837 * gdb.base/paginate-execution-startup.exp
9838 (test_fg_execution_pagination_return)
9839 (test_fg_execution_pagination_cancel): Remove '-notransfer
9840 <return>' matches.
9841 * gdb.base/paginate-inferior-exit.exp
9842 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9843 match.
9844 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9845 * lib/gdb.exp (pagination_prompt): Run text through
9846 string_to_regexp.
9847 (gdb_test_multiple): Match $pagination_prompt instead of
9848 "<return>".
9849 (string_to_regexp): Move to lib/gdb-utils.exp.
9850
9851 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 * gdb.arch/amd64-entry-value-paramref.S: New file.
9854 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9855 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9856 * gdb.arch/amd64-optimout-repeat.S: New file.
9857 * gdb.arch/amd64-optimout-repeat.c: New file.
9858 * gdb.arch/amd64-optimout-repeat.exp: New file.
9859
9860 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 PR gdb/17170
9863 * gdb.base/statistics.exp: New file.
9864
9865 2014-07-17 Doug Evans <dje@google.com>
9866
9867 PR gdb/17170
9868 * gdb.base/maint.exp: Update testing of per-command stats.
9869
9870 2014-07-16 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9873 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9874 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9875 (tfile_write_buf): New functions.
9876 (add_memory_block): Rewrite using the above.
9877 (adjust_function_address): New function.
9878 (FUNCTION_ADDRESS): New macro.
9879 (write_basic_trace_file): Remove short_x local, and use
9880 tfile_write_16. Change type of func_addr local to unsigned long
9881 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9882 here. Cast argument of add_memory_block to char pointer.
9883 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9884 (main): Remove parameters.
9885 * gdb.trace/tfile.exp: Remove nowarnings.
9886
9887 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9888
9889 * gdb.base/debug-expr.exp: Test string evaluation with
9890 "debug expression" on.
9891
9892 2014-07-15 Pedro Alves <palves@redhat.com>
9893
9894 * gdb.base/reread.exp: Use clean_restart.
9895
9896 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9897
9898 * gdb.arch/avr-flash-qualifer.c: New.
9899 * gdb.arch/avr-flash-qualifer.exp: New.
9900
9901 2014-07-14 Pedro Alves <palves@redhat.com>
9902
9903 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9904 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9905
9906 2014-07-14 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.base/double-prompt-target-event-error.c: New file.
9909 * gdb.base/double-prompt-target-event-error.exp: New file.
9910
9911 2014-07-14 Pedro Alves <palves@redhat.com>
9912
9913 PR gdb/17072
9914 * gdb.base/paginate-inferior-exit.c: New file.
9915 * gdb.base/paginate-inferior-exit.exp: New file.
9916
9917 2014-07-14 Pedro Alves <palves@redhat.com>
9918
9919 PR gdb/17072
9920 * gdb.base/paginate-bg-execution.c: New file.
9921 * gdb.base/paginate-bg-execution.exp: New file.
9922
9923 2014-07-14 Pedro Alves <palves@redhat.com>
9924
9925 PR gdb/17072
9926 * gdb.base/paginate-execution-startup.c: New file.
9927 * gdb.base/paginate-execution-startup.exp: New file.
9928 * lib/gdb.exp (pagination_prompt): New global.
9929 (default_gdb_spawn): New procedure, factored out from
9930 default_gdb_spawn.
9931 (default_gdb_start): Adjust to call default_gdb_spawn.
9932 (gdb_spawn): New procedure.
9933
9934 2014-07-14 Pedro Alves <palves@redhat.com>
9935
9936 * lib/gdb.exp (gdb_assert): New procedure.
9937 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9938
9939 2014-07-14 Pedro Alves <palves@redhat.com>
9940
9941 * gdb.base/execution-termios.c: New file.
9942 * gdb.base/execution-termios.exp: New file.
9943
9944 2014-07-14 Tom Tromey <tromey@redhat.com>
9945
9946 * gdb.cp/vla-cxx.cc: New file.
9947 * gdb.cp/vla-cxx.exp: New file.
9948
9949 2014-07-14 Tom Tromey <tromey@redhat.com>
9950
9951 * gdb.reverse/rerun-prec.c: New file.
9952 * gdb.reverse/rerun-prec.exp: New file.
9953
9954 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9955 Maciej W. Rozycki <macro@codesourcery.com>
9956
9957 * lib/gdb-utils.exp: New file.
9958 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9959 inline `gdb_init_command' processing.
9960 (gdb_start_cmd): Likewise.
9961 * lib/mi-support.exp (mi_run_cmd): Likewise.
9962 * README: Document `gdb_init_command' and `gdb_init_commands'.
9963
9964 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9965
9966 Fix false FAIL running under a very long directory name.
9967 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9968 and "set print elements 10000". Twice.
9969
9970 2014-07-11 Yao Qi <yao@codesourcery.com>
9971
9972 * gdb.base/exprs.exp: "set print symbol off".
9973
9974 2014-07-11 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.threads/kill.c: New file.
9977 * gdb.threads/kill.exp: New file.
9978
9979 2014-07-10 Yao Qi <yao@codesourcery.com>
9980
9981 * gdb.trace/tfile.c (write_basic_trace_file)
9982 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9983 address written to trace file.
9984
9985 2014-07-09 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.base/attach-wait-input.exp: New file.
9988 * gdb.base/attach-wait-input.c: New file.
9989
9990 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9991
9992 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9993 setting up test structures.
9994 (main): Call new test function.
9995 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9996 test function, continue into test function and walk test
9997 structures.
9998
9999 2014-07-02 Yao Qi <yao@codesourcery.com>
10000
10001 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10002 'bar_start' at the beginning of functions 'foo' and 'bar'
10003 respectively.
10004 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10005 instead of 'foo' and 'bar'.
10006
10007 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10008
10009 * gdb.btrace/segv.exp: New.
10010 * gdb.btrace/segv.c: New.
10011
10012 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10013
10014 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10015 instruction.
10016
10017 2014-06-30 Mark Wielaard <mjw@redhat.com>
10018
10019 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10020 vulture, vilify, villar): New volatile array constants.
10021 (vindictive, vegetation): New const volatile array constants.
10022 * gdb.base/volatile.exp: Test volatile and const volatile array
10023 types.
10024
10025 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10026
10027 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10028 target lacks support for awatch, rwatch, or hbreak.
10029
10030 2014-06-27 Yao Qi <yao@codesourcery.com>
10031
10032 * gdb.multi/dummy-frame-restore.exp: New.
10033 * gdb.multi/dummy-frame-restore.c: New.
10034
10035 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10036
10037 * gdb.btrace/gcore.exp: New.
10038
10039 2014-06-23 Pedro Alves <palves@redhat.com>
10040
10041 * gdb.base/watchpoint-reuse-slot.c: New file.
10042 * gdb.base/watchpoint-reuse-slot.exp: New file.
10043
10044 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10045
10046 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10047 progspace's filename in 'info', 'enable' and 'disable' command
10048 tests.
10049
10050 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10053 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10054 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10055
10056 2014-06-20 Gary Benson <gbenson@redhat.com>
10057
10058 * gdb.arch/i386-avx.exp: Fix include file location.
10059 * gdb.arch/i386-sse.exp: Likewise.
10060
10061 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10062
10063 * gdb.dlang/expression.exp: New file.
10064
10065 2014-06-19 Pedro Alves <palves@redhat.com>
10066
10067 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10068 out from ...
10069 (top level): ... here. Iterate running tests under different
10070 scheduler-locking settings.
10071
10072 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10073
10074 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10075 to DW_FORM_addr and use non-zero addresses.
10076
10077 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10078
10079 PR gdb/17017
10080 * gdb.python/py-xmethods.cc: Add global function call counters and
10081 increment them in their respective functions. Remove "cout"
10082 statements.
10083 * gdb.python/py-xmethods.exp: Make tests check the global function
10084 call counters instead of depending on inferior IO.
10085
10086 2014-06-18 Don Breazeal <donb@codesourcery.com>
10087
10088 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10089 Deleted procedure.
10090 (explicit_fork_parent_follow): Deleted procedure.
10091 (explicit_fork_child_follow): Deleted procedure.
10092 (test_follow_fork): New procedure.
10093 (do_fork_tests): Replace calls to deleted procedures with
10094 calls to test_follow_fork and reset GDB for subsequent
10095 procedure calls.
10096
10097 2014-06-17 Yao Qi <yao@codesourcery.com>
10098
10099 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10100 CP1252.
10101
10102 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10103
10104 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10105 Initialize ptr and S explicitly.
10106 (skip_type_update_when_not_use_rtti_test): Likewise.
10107
10108 2014-06-16 Keith Seitz <keiths@redhat.com>
10109
10110 PR mi/15863
10111 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10112 the inferior is started.
10113
10114 2014-06-16 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.base/break-main-file-remove-fail.c: New file.
10117 * gdb.base/break-main-file-remove-fail.exp: New file.
10118 * gdb.base/break-unload-file.exp: Use build_executable instead of
10119 prepare_for_testing.
10120 (test_break): New parameter "initial_load". Handle it.
10121 (top level): Add initial_load cmdline/file axis.
10122
10123 2014-06-12 Tom Tromey <tromey@redhat.com>
10124
10125 * gdb.base/completion.exp: Don't use directory name in test.
10126
10127 2014-06-09 Gary Benson <gbenson@redhat.com>
10128
10129 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10130 separate the always-available ANSI-standard signals from the
10131 signals that require checking.
10132 (main): Likewise.
10133 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10134 Likewise.
10135 (main): Likewise.
10136
10137 2014-06-07 Keith Seitz <keiths@redhat.com>
10138
10139 Revert:
10140 PR c++/16253
10141 * gdb.cp/var-tag.cc: New file.
10142 * gdb.cp/var-tag.exp: New file.
10143 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10144 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10145 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10146 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10147
10148 2014-06-06 Doug Evans <xdje42@gmail.com>
10149
10150 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10151
10152 2014-06-06 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10155 in target debug output instead of looking at RSP packets,
10156 disabling the test on any target that uses hardware stepping.
10157 Update comments.
10158
10159 2014-06-06 Pedro Alves <palves@redhat.com>
10160
10161 * gdb.base/break-unload-file.exp: Fix typo.
10162
10163 2014-06-06 Yao Qi <yao@codesourcery.com>
10164
10165 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10166 from "jit_function" to "^jit_function".
10167
10168 2014-06-06 Yao Qi <yao@codesourcery.com>
10169
10170 * gdb.base/async.c (foo): Add one statement.
10171 * gdb.base/async.exp: Get the next instruction address and
10172 match the output of "nexti" by instruction address. Match
10173 the hex address in the output of "finish".
10174
10175 2014-06-06 Gary Benson <gbenson@redhat.com>
10176
10177 * gdb.base/call-signals.c: Remove preprocessor conditionals
10178 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10179 SIGSEGV and SIGTERM.
10180 * gdb.base/sigall.c: Likewise.
10181 * gdb.base/unwindonsignal.c: Likewise.
10182 * gdb.reverse/sigall-reverse.c: Likewise.
10183
10184 2014-06-06 Yao Qi <yao@codesourcery.com>
10185
10186 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10187 readable, skip the test.
10188
10189 2014-06-06 Yao Qi <yao@codesourcery.com>
10190
10191 * gdb.threads/staticthreads.c (thread_function): Move the line
10192 setting breakpoint on forward.
10193 * gdb.threads/staticthreads.exp: Update comments.
10194
10195 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10196
10197 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10198 "history-append! type error".
10199
10200 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10201
10202 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10203 erroneous dprintf expected input.
10204
10205 2014-06-04 Doug Evans <xdje42@gmail.com>
10206
10207 * gdb.guile/scm-generics.exp: Delete.
10208
10209 2014-06-04 Doug Evans <xdje42@gmail.com>
10210
10211 * gdb.guile/scm-breakpoint.exp: Update.
10212 Add tests for breakpoint registration.
10213
10214 2014-06-04 Tom Tromey <tromey@redhat.com>
10215
10216 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10217 VLA-in-union.
10218 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10219 inner_vla_struct, vla_union types. Initialize objects of those
10220 types and compute their sizes.
10221
10222 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10223 Hui Zhu <hui@codesourcery.com>
10224
10225 * gdb.base/fileio.exp: Add test for shell not available as well as
10226 available.
10227 * gdb.base/fileio.c (test_system): Check for shell twice.
10228
10229 2014-06-04 Yao Qi <yao@codesourcery.com>
10230
10231 * gdb.base/auto-connect-native-target.exp: Remove redundant
10232 space from the regexp pattern.
10233
10234 2014-06-04 Yao Qi <yao@codesourcery.com>
10235
10236 * gdb.base/default.exp: Replace "child" with "native" in
10237 regexp pattern.
10238
10239 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10240
10241 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10242 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10243 * gdb.python/py-xmethods.py: Python script supporting the
10244 new testcase and tests.
10245
10246 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10247 Pedro Alves <palves@redhat.com>
10248
10249 PR breakpoints/17000
10250 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10251 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10252
10253 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10254
10255 * gdb.base/subst.exp: Add tests to verify partial path matching
10256 output.
10257
10258 2014-06-03 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10261 target that doesn't use software single-stepping.
10262
10263 2014-06-03 Pedro Alves <palves@redhat.com>
10264
10265 PR breakpoints/17000
10266 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10267 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10268
10269 2014-06-02 Doug Evans <xdje42@gmail.com>
10270
10271 * gdb.guile/scm-parameter.exp: New file.
10272
10273 2014-06-02 Doug Evans <xdje42@gmail.com>
10274
10275 * gdb.guile/scm-cmd.c: New file.
10276 * gdb.guile/scm-cmd.exp: New file.
10277
10278 2014-06-02 Doug Evans <xdje42@gmail.com>
10279
10280 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10281 pretty-printer lookup.
10282 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10283 (make-pp_s-printer): Call it.
10284 (make-pretty-printer-from-dict): New function.
10285 (lookup-pretty-printer-maker-from-dict): New function.
10286 (*pretty-printer*): Simplify.
10287 (make-objfile-pp_s-printer): New function.
10288 (install-objfile-pretty-printers!): New function.
10289 (make-progspace-pp_s-printer): New function.
10290 (install-progspace-pretty-printers!): New function.
10291 * gdb.guile/scm-progspace.c: New file.
10292 * gdb.guile/scm-progspace.exp: New file.
10293
10294 2014-06-02 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.base/dprintf-bp-same-addr.c: New file.
10297 * gdb.base/dprintf-bp-same-addr.exp: New file.
10298
10299 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10300
10301 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10302 * gdb.arch/powerpc-power.s: Likewise.
10303
10304 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10305
10306 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10307
10308 2014-06-01 Yao Qi <yao@codesourcery.com>
10309
10310 * gdb.base/watchpoint.exp (test_watch_location): Check null
10311 pointer can be dereferenced. If not, do the test, otherwise
10312 skip it.
10313
10314 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10315
10316 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10317 results.
10318 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10319
10320 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10321
10322 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10323 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10324 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10325 * gdb.arch/amd64-invalid-stack-top.c: New file.
10326 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10327
10328 2014-05-30 Pedro Alves <palves@redhat.com>
10329
10330 PR breakpoints/17000
10331 * gdb.base/sss-bp-on-user-bp.c: New file.
10332 * gdb.base/sss-bp-on-user-bp.exp: New file.
10333
10334 2014-05-30 David Blaikie <dblaikie@gmail.com>
10335
10336 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10337 gnu_inline semantics via attribute.
10338 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10339 source explicitly specifies the required semantics.
10340
10341 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10342
10343 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10344
10345 2014-05-29 Pedro Alves <palves@redhat.com>
10346 Tom Tromey <tromey@redhat.com>
10347
10348 * gdb.base/async-shell.exp: Don't enable target-async.
10349 * gdb.base/async.exp
10350 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10351 parameter. Adjust.
10352 (top level): Don't test with "target-async".
10353 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10354 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10355 * gdb.base/inferior-died.exp: Don't enable target-async.
10356 * gdb.base/interrupt-noterm.exp: Likewise.
10357 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10358 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10359 * gdb.mi/mi-nonstop.exp: Likewise.
10360 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10361 * gdb.mi/mi-nsintrall.exp: Likewise.
10362 * gdb.mi/mi-nsmoribund.exp: Likewise.
10363 * gdb.mi/mi-nsthrexec.exp: Likewise.
10364 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10365 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10366 * gdb.python/py-evsignal.exp: Don't enable target-async.
10367 * gdb.python/py-evthreads.exp: Likewise.
10368 * gdb.python/py-prompt.exp: Likewise.
10369 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10370 * gdb.server/solib-list.exp: Don't enable target-async.
10371 * gdb.threads/thread-specific-bp.exp: Likewise.
10372 * lib/mi-support.exp: Adjust to use mi-async.
10373
10374 2014-05-29 Pedro Alves <palves@redhat.com>
10375
10376 PR gdb/13860
10377 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10378 reason, even in sync mode.
10379
10380 2014-05-29 Pedro Alves <palves@redhat.com>
10381 Hui Zhu <hui@codesourcery.com>
10382
10383 PR PR15693
10384 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10385 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10386 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10387 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10388
10389 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10390
10391 * config/monitor.exp (gdb_target_monitor): Replace use of
10392 "set remotebaud" by "set serial baud".
10393
10394 2014-05-26 Andy Wingo <wingo@igalia.com>
10395
10396 * gdb.guile/scm-breakpoint.exp:
10397 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10398 properties instead of gdb-object-properties.
10399
10400 2014-05-26 Yao Qi <yao@codesourcery.com>
10401
10402 * gdb.server/no-thread-db.exp: Specify source file name
10403 explicitly when setting a breakpoint.
10404
10405 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10406
10407 * gdb.btrace/vdso.c: New.
10408 * gdb.btrace/vdso.exp: New.
10409
10410 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10411
10412 * gdb.base/gcore.exp (capture_command_output): Move ...
10413 * lib/gdb.exp (capture_command_output): ... here.
10414
10415 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10416
10417 * gdb.btrace/data.exp: Test memory access during btrace replay.
10418
10419 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10420
10421 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10422
10423 2014-05-21 Pedro Alves <palves@redhat.com>
10424
10425 PR gdb/13860
10426 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10427 (top level): Test that output related to execution commands is
10428 sent to the console with CLI commands, but not with MI commands.
10429 Test that breakpoint events are always mirrored to the console.
10430 Also expect the new source line to be output after a "next" in
10431 async mode too. Make it a pass/fail test.
10432 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10433 output.
10434 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10435
10436 2014-05-21 Pedro Alves <palves@redhat.com>
10437
10438 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10439 Use them to test variations of "list" after reaching a breakpoint.
10440 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10441 Test "list" with listsize 10 after reaching a breakpoint.
10442 * gdb.python/python.exp (decode_line current location line
10443 number): Adjust expected line number.
10444
10445 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10446
10447 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10448 behavior for $args, pass it directly to "run".
10449
10450 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10451
10452 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10453 30000 to 65536.
10454
10455 2014-05-21 Pedro Alves <palves@redhat.com>
10456
10457 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10458 auto-connect-native-target off".
10459 * gdb.base/auto-connect-native-target.c: New file.
10460 * gdb.base/auto-connect-native-target.exp: New file.
10461
10462 2014-05-21 Pedro Alves <palves@redhat.com>
10463
10464 * gdb.base/default.exp: Test "target native" instead of "target
10465 child".
10466
10467 2014-05-21 Mark Wielaard <mjw@redhat.com>
10468
10469 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10470
10471 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10472
10473 Fix TLS access for -static -pthread.
10474 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10475 <HAVE_TLS> (thread_function, main): Initialize it.
10476 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10477 Add clean_restart.
10478 <$have_tls != "">: Check TLSVAR.
10479
10480 2014-05-21 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.base/dcache-line-read-error.c: New.
10483 * gdb.base/dcache-line-read-error.exp: New.
10484
10485 2014-05-20 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.base/compare-sections.c: New file.
10488 * gdb.base/compare-sections.exp: New file.
10489
10490 2014-05-20 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.base/break-idempotent.c: New file.
10493 * gdb.base/break-idempotent.exp: New file.
10494
10495 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10496
10497 * gdb.btrace/nohist.exp: New.
10498
10499 2014-05-20 Yao Qi <yao@codesourcery.com>
10500
10501 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10502 gdb.reverse directory and gdb_reverse_timeout exists in board
10503 setting.
10504 * README: Document gdb_reverse_timeout.
10505
10506 2014-05-20 Yao Qi <yao@codesourcery.com>
10507
10508 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10509 'test_file_name'. Treat args as a string instead of a list.
10510 (gdb_init): Rename argument 'args' by 'test_file_name'.
10511
10512 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10513
10514 * gdb.arch/powerpc-power.exp: New file.
10515 * gdb.arch/powerpc-power.s: New file.
10516
10517 2014-05-16 Doug Evans <dje@google.com>
10518
10519 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10520 * gdb.base/completion.exp: Check that all expected files exist
10521 before doing file completion.
10522
10523 2014-05-16 Doug Evans <dje@google.com>
10524
10525 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10526 Update.
10527 (do_syscall_tests_without_xml): Update.
10528
10529 2014-05-16 Pedro Alves <palves@redhat.com>
10530
10531 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10532 instead of "unknown output after running".
10533
10534 2014-05-16 Yao Qi <yao@codesourcery.com>
10535
10536 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10537 file1.txt from host at the end.
10538 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10539
10540 2014-05-15 Doug Evans <dje@google.com>
10541
10542 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10543 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10544 loading file. Add test for TU lookup.
10545
10546 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10547
10548 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10549 calling "-exec-arguments" or "set args" before running the
10550 inferior.
10551
10552 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10553
10554 * lib/mi-support.exp (mi_expect_stop): Expect message for
10555 inferiors that exit with non-zero exit code.
10556
10557 2014-05-14 Yao Qi <yao@codesourcery.com>
10558
10559 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10560 match absolute path on remote host.
10561 (test_file_list_exec_source_files): Remove "/" from the
10562 pattern.
10563
10564 2014-05-14 Yao Qi <yao@codesourcery.com>
10565
10566 * boards/local-remote-host-notty.exp (${board}_file): New
10567 proc.
10568
10569 2014-05-07 Kyle McMartin <kyle@redhat.com>
10570
10571 Pushed by Joel Brobecker <brobecker@adacore.com>.
10572 * gdb.arch/aarch64-atomic-inst.c: New file.
10573 * gdb.arch/aarch64-atomic-inst.exp: New file.
10574
10575 2014-05-07 Yao Qi <yao@codesourcery.com>
10576
10577 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10578 in current context" too.
10579
10580 2014-05-05 Keith Seitz <keiths@redhat.com>
10581
10582 * gdb.linespec/ls-dollar.exp: Add test for linespec
10583 file:convenience_variable.
10584
10585 2014-05-05 Yao Qi <yao@codesourcery.com>
10586
10587 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10588 traceframes into tfile and ctf trace files. Read data from
10589 trace file and test collected data.
10590 (gdb_collect_locals_test): Likewise.
10591 (gdb_unavailable_registers_test): Likewise.
10592 (gdb_unavailable_floats): Likewise.
10593 (gdb_collect_globals_test): Likewise.
10594 (top-level): Append "ctf" to trace_file_targets if GDB
10595 supports.
10596
10597 2014-05-05 Yao Qi <yao@codesourcery.com>
10598
10599 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10600 code to ...
10601 (gdb_collect_args_test_1): ... it. New proc.
10602 (gdb_collect_locals_test): Move some code to ...
10603 (gdb_collect_locals_test_1): ... it. New proc.
10604 (gdb_unavailable_registers_test): Move some code to ...
10605 (gdb_unavailable_registers_test_1): ... it. New proc.
10606 (gdb_unavailable_floats): Move some code to ...
10607 (gdb_unavailable_floats_1): ... it. New proc.
10608
10609 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10610
10611 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10612 probes to test for bitness recognition.
10613 * gdb.arch/amd64-stap-optional-prefix.exp
10614 (test_probe_value_without_reg): New procedure.
10615 Add code to test for different kinds of bitness.
10616
10617 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10618
10619 PR breakpoints/16889
10620 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10621 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10622
10623 2014-05-01 Pedro Alves <palves@redhat.com>
10624
10625 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10626 gdb_file_cmd if no file is specified.
10627 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10628 last_loaded_file to set the remote exec-file.
10629
10630 2014-05-01 Pedro Alves <palves@redhat.com>
10631
10632 * boards/local-remote-host.exp: New file.
10633
10634 2014-05-01 Pedro Alves <palves@redhat.com>
10635
10636 * boards/local-remote-host.exp: Rename to ...
10637 * boards/local-remote-host-notty.exp: ... this.
10638
10639 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10640
10641 * gdb.ada/dyn_arrayidx: New testcase.
10642
10643 2014-04-26 Yao Qi <yao@codesourcery.com>
10644
10645 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10646 and compute the length of function main. Save it in
10647 $main_length.
10648 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10649 (top-level): Use gdb_compile to compile objects into
10650 executable and restart GDB. Remove invocation to
10651 prepare_for_testing.
10652
10653 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10654 Pedro Alves <palves@redhat.com>
10655
10656 PR server/16255
10657 * gdb.multi/multi-attach.c: New file.
10658 * gdb.multi/multi-attach.exp: New file.
10659
10660 2014-04-25 Pedro Alves <palves@redhat.com>
10661
10662 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10663 user.
10664 (top level): Test that "set remote conditional-breakpoints-packet
10665 off" works as intended.
10666 * gdb.base/dprintf.exp: Test that "set remote
10667 breakpoint-commands-packet off" works as intended.
10668 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10669 New function.
10670 (top level): Call it.
10671 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10672 remote fast-tracepoints-packet off" works as intended.
10673 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10674 * lib/gdb.exp (gdb_is_target_remote): ... here.
10675
10676 2014-04-24 David Blaikie <dblaikie@gmail.com>
10677
10678 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10679 ensure clang would not discard them.
10680 * gdb.base/gdbvars.c: Ditto.
10681 * gdb.base/memattr.c: Ditto.
10682 * gdb.base/whatis.c: Ditto.
10683 * gdb.python/py-prettyprint.c: Ditto.
10684 * gdb.trace/actions.c: Ditto.
10685 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10686 ensure clang would not discard it.
10687
10688 2014-04-24 David Blaikie <dblaikie@gmail.com>
10689
10690 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10691 clang to emit the full definition of type required by the test
10692 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10693
10694 2014-04-24 David Blaikie <dblaikie@gmail.com>
10695
10696 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10697 coax Clang into emitting the definition of the type.
10698 * gdb.cp/pr10728-x.h (y): Ditto.
10699 * gdb.cp/pr10728-y.cc (y): Ditto.
10700
10701 2014-04-24 David Blaikie <dblaikie@gmail.com>
10702
10703 * gdb.base/label.exp: XFAIL label related tests under Clang.
10704 * gdb.cp/cplabel.exp: Ditto.
10705 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10706 under Clang those using labels.
10707
10708 2014-04-25 Yao Qi <yao@codesourcery.com>
10709
10710 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10711 double_label.
10712 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10713 partial_label and double_label.
10714
10715 2014-04-24 David Blaikie <dblaikie@gmail.com>
10716
10717 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10718
10719 2014-04-24 David Blaikie <dblaikie@gmail.com>
10720
10721 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10722 of the function to work across GCC and Clang.
10723 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10724 pointer types (const void ** const V void **).
10725
10726 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10727 Walfred Tedeschi <walfred.tedeschi@intel.com>
10728
10729 * Makefile.in (EXECUTABLES): Added i386-avx512.
10730 * gdb.arch/i386-avx512.c: New file.
10731 * gdb.arch/i386-avx512.exp: Likewise.
10732
10733 2014-04-23 Keith Seitz <keiths@redhat.com>
10734
10735 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10736 (mi_make_breakpoint_table): New procedure.
10737 (mi_create_breakpoint): Use mi_make_breakpoint
10738 and return the result.
10739 (mi_make_breakpoint): New procedure.
10740 (mi_build_kv_pairs): New procedure.
10741
10742 * gdb.mi/mi-break.exp: Remove unused globals,
10743 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10744 All callers updated.
10745 * gdb.mi/mi-dprintf.exp: Use variable to track command
10746 number.
10747 Update all callers of mi_create_breakpoint and use
10748 mi_make_breakpoint_table.
10749 Remove any unused global variables.
10750 * gdb.mi/mi-nonstop.exp: Likewise.
10751 * gdb.mi/mi-nsintrall.exp: Likewise.
10752 * gdb.mi/mi-nsmoribund.exp: Likewise.
10753 * gdb.mi/mi-nsthrexec.exp: Likewise.
10754 * gdb.mi/mi-reverse.exp: Likewise.
10755 * gdb.mi/mi-simplerun.exp: Likewise.
10756 * gdb.mi/mi-stepn.exp: Likewise.
10757 * gdb.mi/mi-syn-frame.exp: Likewise.
10758 * gdb.mi/mi-until.exp: Likewise.
10759 * gdb.mi/mi-var-cp.exp: Likewise.
10760 * gdb.mi/mi-var-display.exp: Likewise.
10761 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10762 * gdb.mi/mi2-var-child.exp: Likewise.
10763 * gdb.mi/mi-vla-c99.exp: Likewise.
10764 * lib/mi-support.exp: Likewise.
10765
10766 From Ian Lance Taylor <iant@cygnus.com>:
10767 * lib/gdb.exp (parse_args): New procedure.
10768
10769 2014-04-23 Pedro Alves <palves@redhat.com>
10770
10771 * gdb.base/break-unload-file.c: New file.
10772 * gdb.base/break-unload-file.exp: New file.
10773 * gdb.base/sym-file-lib.c (baz): New function.
10774 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10775 field.
10776 (load): Store the segment's mapped size.
10777 (unload): New function.
10778 (unload_shlib): New function.
10779 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10780 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10781 set a breakpoint at baz, and call it.
10782 * gdb.base/sym-file.exp: New tests for stale breakpoint
10783 instructions.
10784
10785 2014-04-23 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10788 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10789 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10790 * gdb.base/hbreak-unmapped.c: New file.
10791 * gdb.base/hbreak-unmapped.exp: New file.
10792 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10793 * lib/gdb.exp (gdb_is_target_remote): ... here.
10794
10795 2014-04-22 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/consecutive-step-over.c: New file.
10798 * gdb.base/consecutive-step-over.exp: New file.
10799
10800 2014-04-22 Pedro Alves <palves@redhat.com>
10801
10802 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10803 instead of send_gdb/gdb_expect.
10804
10805 2014-04-22 Yao Qi <yao@codesourcery.com>
10806
10807 * lib/trace-support.exp (generate_tracefile): New procedure.
10808 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10809 return 0.
10810 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10811 if generate_tracefile returns 1.
10812
10813 2014-04-18 Tom Tromey <palves@redhat.com>
10814 Pedro alves <tromey@redhat.com>
10815
10816 PR backtrace/15558
10817 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10818 with a backtrace limit.
10819 * gdb.python/py-frame-inline.exp: Test running to an inline
10820 function with a backtrace limit, and printing the newest frame.
10821 * gdb.python/py-frame-inline.c (main): Call f.
10822
10823 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10824
10825 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10826
10827 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10828
10829 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10830 Drop prefix from unsupported source file path.
10831
10832 2014-04-17 Yao Qi <yao@codesourcery.com>
10833
10834 * lib/gdb.exp (with_target_charset): New proc.
10835 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10836 with_target_charset.
10837 (test_print_strings): Likewise.
10838 (test_repeat_bytes): Likewise.
10839 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10840 for some tests.
10841
10842 2014-04-16 Keith Seitz <keiths@redhat.com>
10843
10844 PR gdb/15827
10845 * gdb.dwarf2/corrupt.c: New file.
10846 * gdb.dwarf2/corrupt.exp: New file.
10847
10848 2014-04-16 Keith Seitz <keiths@redhat.com>
10849
10850 PR c++/16597
10851 * gdb.cp/namelessclass.cc: New file.
10852 * gdb.cp/namelessclass.exp: New file.
10853 * gdb.cp/namelessclass.S: New file.
10854
10855 2014-04-16 Doug Evans <dje@google.com>
10856
10857 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10858 Add comment.
10859 (gdbserver_default_get_comm_port): New function.
10860 (gdbserver_start): Check if board file provided
10861 "gdbserver,get_comm_port" and use it if so.
10862 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10863 (gdb,socketport): Set to "stdio".
10864 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10865 (stdio_gdbserver_template): Delete.
10866 (${board}_get_remote_address): Update.
10867 (${board}_build_remote_cmd): Delete.
10868 (${board}_get_comm_port): New function.
10869 (${board}_spawn): Update.
10870 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10871 Delete.
10872 (${board}_get_remote_address): Update.
10873 (${board}_get_comm_port): New function.
10874
10875 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10876
10877 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10878 appearing in any order.
10879
10880 2014-04-15 Doug Evans <dje@google.com>
10881
10882 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10883 uninitialized value of "description".
10884
10885 2014-04-15 Keith Seitz <keiths@redhat.com>
10886
10887 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10888 Remove unused globals.
10889 (test_running_the_program): Likewise.
10890 (test_controlled_execution): Likewise.
10891 (test_controlling_breakpoints): Likewise.
10892 (test_program_termination): Likewise.
10893
10894 2014-04-15 Keith Seitz <keiths@redhat.com>
10895
10896 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10897 unused globals.
10898 (test_rbreak_creation_and_listing): Likewise.
10899 (test_ignore_count): Likewise.
10900 (test_error): Likewise.
10901
10902 2014-04-15 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10905 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10906 sym-file-loader.c.
10907 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10908 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10909 to sym-file-loader.c.
10910 (struct library): Forward declare.
10911 (load_shlib, lookup_function): Change prototypes.
10912 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10913 (translate_offset): Remove declarations.
10914 (get_text_addr): New declaration.
10915 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10916 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10917 sym-file-loader.h.
10918 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10919 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10920 here from sym-file-loader.h.
10921 (struct library): New structure.
10922 (load_shlib, lookup_function): Change prototypes and adjust to
10923 work with a struct library.
10924 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10925 (translate_offset): Make static.
10926 (get_text_addr): New function.
10927 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10928
10929 2014-04-15 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10932
10933 2014-04-15 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.base/sym-file-loader.c: Include <limits.h>.
10936 (SELF_LINK): New define.
10937 (get_origin): New function.
10938 (load_shlib): Use it.
10939 * gdb.base/sym-file.exp: Don't early return if the target is
10940 remote. Use runto_main, and issue fail is that fails. Use
10941 gdb_load_shlibs.
10942 (shlib_name): Delete.
10943 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10944
10945 2014-04-15 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.base/sym-file.exp: Remove regex characters from test
10948 message. Don't refer to breakpoint numbers in test messages.
10949
10950 2014-04-14 Keith Seitz <keiths@redhat.com>
10951
10952 PR c++/16253
10953 * gdb.cp/var-tag.cc: New file.
10954 * gdb.cp/var-tag.exp: New file.
10955 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10956 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10957 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10958 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10959
10960 2014-04-14 Tom Tromey <tromey@redhat.com>
10961
10962 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10963 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10964 type.
10965 * gdb.cp/enum-class.exp: New file.
10966 * gdb.cp/enum-class.cc: New file.
10967
10968 2014-04-14 Tom Tromey <tromey@redhat.com>
10969
10970 * gdb.dwarf2/enum-type.exp: New file.
10971
10972 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10973
10974 * gdb.mi/mi-vla-c99.exp: New file.
10975 * gdb.mi/vla.c: New file.
10976
10977 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10978
10979 * gdb.base/vla-datatypes.c: New file.
10980 * gdb.base/vla-datatypes.exp: New file.
10981
10982 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10983
10984 * gdb.base/vla-ptr.c: New file.
10985 * gdb.base/vla-ptr.exp: New file.
10986
10987 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10988
10989 * gdb.dwarf2/count.exp: New file.
10990
10991 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10992
10993 * gdb.base/vla-sideeffect.c: New file.
10994 * gdb.base/vla-sideeffect.exp: New file.
10995
10996 2014-04-14 David Blaikie <dblaikie@gmail.com>
10997
10998 * gdb.mi/non-stop.c: Add return value for non-void function return
10999 statement.
11000 * gdb.threads/staticthreads.c: Ditto.
11001
11002 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11003 Doug Evans <xdje42@gmail.com>
11004
11005 * gdb.guile/scm-value.c: Improve test case.
11006 * gdb.guile/scm-value.exp: Add new test.
11007
11008 2014-04-11 David Blaikie <dblaikie@gmail.com>
11009
11010 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11011 override Clang's default.
11012
11013 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11014
11015 Revert the following changes (regressions):
11016
11017 * gdb.base/vla-sideeffect.c: New file.
11018 * gdb.base/vla-sideeffect.exp: New file.
11019
11020 * gdb.dwarf2/count.exp: New file.
11021
11022 * gdb.base/vla-multi.c: New file.
11023 * gdb.base/vla-multi.exp: New file.
11024
11025 * gdb.base/vla-ptr.c: New file.
11026 * gdb.base/vla-ptr.exp: New file.
11027
11028 * gdb.base/vla-datatypes.c: New file.
11029 * gdb.base/vla-datatypes.exp: New file.
11030
11031 * gdb.mi/mi-vla-c99.exp: New file.
11032 * gdb.mi/vla.c: New file.
11033
11034 2014-04-11 Keith Seitz <keiths@redhat.com>
11035
11036 PR c++/16675
11037 * gdb.cp/cpsizeof.exp: New file.
11038 * gdb.cp/cpsizeof.cc: New file.
11039
11040 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11041
11042 * gdb.mi/mi-vla-c99.exp: New file.
11043 * gdb.mi/vla.c: New file.
11044
11045 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11046
11047 * gdb.base/vla-datatypes.c: New file.
11048 * gdb.base/vla-datatypes.exp: New file.
11049
11050 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11051
11052 * gdb.base/vla-ptr.c: New file.
11053 * gdb.base/vla-ptr.exp: New file.
11054
11055 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11056
11057 * gdb.base/vla-multi.c: New file.
11058 * gdb.base/vla-multi.exp: New file.
11059
11060 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11061
11062 * gdb.dwarf2/count.exp: New file.
11063
11064 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11065
11066 * gdb.base/vla-sideeffect.c: New file.
11067 * gdb.base/vla-sideeffect.exp: New file.
11068
11069 2014-04-11 Yao Qi <yao@codesourcery.com>
11070
11071 * gdb.base/completion.exp: Check file exists before running tests
11072 on file completion.
11073
11074 2014-04-10 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.base/cond-eval-mode.c: New file.
11077 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11078 prepare_for_testing to build the new file. Check result of
11079 runto_main.
11080 (test_break, test_watch): New procedures.
11081 (top level): Use them.
11082
11083 2014-04-08 Pierre Muller <muller@sourceware.org>
11084
11085 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11086 Ctrl-V use for mingw hosts.
11087
11088 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11089
11090 * gdb.python/py-value.c: Improve test case.
11091 * gdb.python/py-value.exp: Add new test.
11092
11093 2014-04-07 David Blaikie <dblaikie@gmail.com>
11094
11095 * lib/compiler.c: Identify the clang compiler.
11096 * lib/compiler.cc: Ditto.
11097
11098 2014-04-03 Yao Qi <yao@codesourcery.com>
11099
11100 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11101
11102 2014-04-01 Anton Blanchard <anton@samba.org>
11103
11104 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11105 messages unique.
11106
11107 2014-04-01 Anton Blanchard <anton@samba.org>
11108
11109 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11110 prepare_for_testing.
11111
11112 2014-04-01 Anton Blanchard <anton@samba.org>
11113
11114 * gdb.arch/ppc64-atomic-inst.c: Remove.
11115 * gdb.arch/ppc64-atomic-inst.S: New file.
11116 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11117
11118 2014-03-31 Doug Evans <dje@google.com>
11119
11120 * gdb.base/print-symbol-loading-lib.c: New file.
11121 * gdb.base/print-symbol-loading-main.c: New file.
11122 * gdb.base/print-symbol-loading.exp: New file.
11123
11124 2014-03-31 Yao Qi <yao@codesourcery.com>
11125
11126 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11127
11128 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11129
11130 * gdb.ada/mi_dyn_arr: New testcase.
11131
11132 2014-03-27 Doug Evans <dje@google.com>
11133
11134 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11135
11136 2014-03-27 Yao Qi <yao@codesourcery.com>
11137
11138 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11139 if target is nios2-*-*.
11140
11141 2014-03-26 Yao Qi <yao@codesourcery.com>
11142
11143 * lib/gdb.exp (readline_is_used): New proc.
11144 * gdb.base/completion.exp: Move tests on command complete up.
11145 Skip the rest of tests if readline is not used.
11146 * gdb.ada/complete.exp: Skp the test if readline is not
11147 used.
11148 * gdb.base/filesym.exp: Likewise.
11149 * gdb.base/macscp.exp: Likewise.
11150 * gdb.base/readline-ask.exp: Likewise.
11151 * gdb.base/readline.exp: Likewise.
11152 * gdb.python/py-cmd.exp: Likewise.
11153 * gdb.trace/tfile.exp: Likewise.
11154
11155 2014-03-26 Yao Qi <yao@codesourcery.com>
11156
11157 * gdb.base/macscp.exp: Fix code format issues.
11158
11159 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11160
11161 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11162 * gdb.asm/powerpc64le.inc: New file.
11163
11164 2014-03-25 Pedro Alves <palves@redhat.com>
11165 Doug Evans <dje@google.com>
11166
11167 * gdb.base/source-execution.c: New file.
11168 * gdb.base/source-execution.exp: New file.
11169 * gdb.base/source-execution.gdb: New file.
11170
11171 2014-03-24 Doug Evans <dje@google.com>
11172
11173 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11174 using fission.
11175
11176 2014-03-24 Hui Zhu <hui@codesourcery.com>
11177 Pedro Alves <palves@redhat.com>
11178
11179 PR breakpoints/16101
11180 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11181 test pass/fail messages. Detect missing support for dprintf when
11182 breakpoints are actually inserted.
11183 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11184 breakpoints are actually inserted.
11185 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11186 fails.
11187
11188 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11189
11190 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11191
11192 2014-03-22 Doug Evans <xdje42@gmail.com>
11193
11194 * gdb.python/python.exp (python not supported): Verify multi-line
11195 python command issues an error.
11196 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11197 guile command issues an error.
11198
11199 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11200
11201 * gdb.threads/thread-specific.exp: Handle the lack of usable
11202 $this_breakpoint and $this_thread.
11203
11204 2014-03-21 Hui Zhu <hui@codesourcery.com>
11205
11206 * gdb.base/attach.exp (do_command_attach_tests): New.
11207
11208 2014-03-20 Tom Tromey <tromey@redhat.com>
11209 Pedro Alves <palves@redhat.com>
11210
11211 PR cli/15718
11212 * gdb.base/condbreak-call-false.c: New file.
11213 * gdb.base/condbreak-call-false.exp: New file.
11214
11215 2014-03-20 Pedro Alves <palves@redhat.com>
11216
11217 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11218 Delete.
11219 (block_signals, unblock_signals): Delete.
11220 (child_function_2, main): Remove references to deleted variable
11221 and functions.
11222
11223 2014-03-20 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11226 Use pthread_kill to signal thread 2.
11227 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11228 Adjust to make the test send itself a signal rather than using the
11229 host's "kill" command.
11230
11231 2014-03-20 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.threads/multiple-step-overs.c: New file.
11234 * gdb.threads/multiple-step-overs.exp: New file.
11235 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11236 Adjust expected infrun debug output.
11237
11238 2014-03-20 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11241 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11242
11243 2014-03-20 Pedro Alves <palves@redhat.com>
11244
11245 PR breakpoints/7143
11246 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11247 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11248 of gdb_test_multiple.
11249 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11250 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11251
11252 2014-03-20 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11255 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11256
11257 2014-03-19 Pedro Alves <palves@redhat.com>
11258
11259 * gdb.base/async.exp: Remove early return.
11260
11261 2014-03-19 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11264
11265 2014-03-19 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.base/async.exp (test_background): Expect \r\n after
11268 "completed." in the fail pattern.
11269
11270 2014-03-19 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.base/async.exp (test_background): New procedure.
11273 Use it for all background execution command tests.
11274
11275 2014-03-19 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.base/async.exp: Use prepare_for_testing.
11278
11279 2014-03-19 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11282 the same line.
11283
11284 2014-03-19 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.base/async.c (main): Add "jump here" and "until here" line
11287 marker comments.
11288 * gdb.base/async.exp (jump_here): New global.
11289 (jump& test): Use it.
11290 (until_here): New global.
11291 (until& test): Use it.
11292
11293 2014-03-19 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/async.exp: Don't frob gdb_protocol.
11296
11297 2014-03-18 Doug Evans <xdje42@gmail.com>
11298
11299 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11300 Fix spelling of exec-done-display.
11301
11302 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11303
11304 PR gdb/15358
11305 * gdb.base/gdb-sigterm.c: New file.
11306 * gdb.base/gdb-sigterm.exp: New file.
11307
11308 2014-03-18 Pedro Alves <palves@redhat.com>
11309
11310 PR gdb/13860
11311 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11312 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11313 solib-event.
11314
11315 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11316
11317 * gdb.ada/pckd_arr_ren: New testcase.
11318
11319 2014-03-13 Doug Evans <xdje42@gmail.com>
11320
11321 PR guile/16612
11322 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11323 collect after discarding symbols.
11324
11325 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11326 Doug Evans <xdje42@gmail.com>
11327
11328 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11329 to history survives a gc.
11330
11331 2014-03-13 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.base/default.exp: Don't test "target procfs".
11334
11335 2014-03-13 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.base/default.exp: Update "target child" and "target procfs"
11338 tests to not expect "Unix".
11339
11340 2014-03-12 Tom Tromey <tromey@redhat.com>
11341
11342 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11343 New procs. Add target-async tests.
11344 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11345 Add target-async tests.
11346
11347 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11348
11349 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11350 'func_start' and 'func_end' for the beginning and end of the
11351 function code, respectively.
11352 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11353 'func_end' instead of 'func' and 'main'.
11354
11355 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11356
11357 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11358 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11359 generate the debug info assembler source.
11360
11361 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11362
11363 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11364 * gdb.dwarf2/arr-subrange.exp: Likewise.
11365 * gdb.dwarf2/dwz.exp: Likewise.
11366 * gdb.dwarf2/method-ptr.exp: Likewise.
11367 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11368 * gdb.dwarf2/subrange.exp: Likewise.
11369 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11370 * gdb.dwarf2/implptrpiece.exp: Likewise.
11371 * gdb.dwarf2/nostaticblock.exp: Likewise.
11372
11373 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11374
11375 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11376 directory to absolute path name arguments.
11377
11378 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11379
11380 * gdb.ada/tagged_access: New testcase.
11381
11382 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11383
11384 * gdb.btrace/data.exp: Update expected output.
11385
11386 2014-03-06 Yao Qi <yao@codesourcery.com>
11387
11388 * gdb.trace/pr16508.exp: New file.
11389
11390 2014-03-05 Pedro Alves <palves@redhat.com>
11391
11392 PR gdb/16575
11393 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11394 procedure.
11395 (top level): Adjust to use it. Add tests that exercise breakpoint
11396 interaction with the code-cache.
11397
11398 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11399
11400 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11401 test for 'history-append!'.
11402
11403 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11404
11405 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11406 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11407 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11408 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11409 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11410 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11411
11412 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11413
11414 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11415 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11416 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11417
11418 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11419
11420 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11421
11422 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11423
11424 * gdb.dwarf2/arr-stride.c: New file.
11425 * gdb.dwarf2/arr-stride.exp: New file.
11426
11427 2014-02-26 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11430 that won't ever trigger. Make sure that GDB reports the correct
11431 breakpoint that caused the stop.
11432
11433 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11434
11435 PR gdb/16626
11436 * gdb.base/auto-load-script: New file.
11437 * gdb.base/auto-load.c: New file.
11438 * gdb.base/auto-load.exp: New file.
11439
11440 PR gdb/16626
11441 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11442
11443 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11444
11445 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11446 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11447
11448 2014-02-24 Doug Evans <dje@google.com>
11449
11450 * lib/gdb.exp (run_on_host): Log error output if program fails.
11451
11452 2014-02-21 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.threads/step-after-sr-lock.c: Rename to ...
11455 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11456 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11457 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11458 ... this.
11459
11460 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11461
11462 PR tdep/16397
11463 * gdb.arch/amd64-stap-special-operands.exp: New file.
11464 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11465 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11466 * gdb.arch/amd64-stap-triplet.S: Likewise.
11467 * gdb.arch/amd64-stap-triplet.c: Likewise.
11468
11469 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11470
11471 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11472 in .section pseudo-op.
11473
11474 2014-02-20 lin zuojian <manjian2006@gmail.com>
11475 Joel Brobecker <brobecker@adacore.com>
11476 Doug Evans <xdje42@gmail.com>
11477
11478 PR symtab/16581
11479 * gdb.dwarf2/dw2-icycle.S: New file.
11480 * gdb.dwarf2/dw2-icycle.c: New file.
11481 * gdb.dwarf2/dw2-icycle.exp: New file.
11482
11483 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11484
11485 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11486 operations on gdb.Value objects.
11487 * gdb.python/py-value-cc.exp: Add new test to test operations on
11488 gdb.Value objects.
11489
11490 2014-02-18 Doug Evans <dje@google.com>
11491
11492 * Makefile.in (TESTS): New variable.
11493 (expanded_tests, expanded_tests_or_none): New variables
11494 (check-single): Pass $(expanded_tests_or_none) to runtest.
11495 (check-parallel): Only run tests in $(TESTS) if non-empty.
11496 (check/no-matching-tests-found): New rule.
11497 * README: Document TESTS makefile variable.
11498
11499 2014-02-18 Doug Evans <dje@google.com>
11500
11501 * Makefile.in (check-parallel): rm -rf outputs temp.
11502
11503 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 Fix "ERROR: no fileid for" in the testsuite.
11506 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11507
11508 2014-02-12 Doug Evans <dje@google.com>
11509
11510 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11511 (MISCELLANEOUS): New variable.
11512 (clean): rm -rf $(MISCELLANEOUS).
11513 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11514 dwp live in the same directory as symlinks, with each symlink pointed
11515 to a differently named file in a different directory.
11516
11517 2014-02-11 Doug Evans <dje@google.com>
11518
11519 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11520 of Tcl file commands.
11521
11522 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11523
11524 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11525 "kill -SIGUSR1 -1".
11526
11527 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11528
11529 * gdb.ada/tick_length_array_enum_idx: New testcase.
11530
11531 2014-02-10 Doug Evans <xdje42@gmail.com>
11532
11533 * configure.ac (AC_OUTPUT): Add gdb.guile.
11534 * configure: Regenerate.
11535 * lib/gdb-guile.exp: New file.
11536 * lib/gdb.exp (get_target_charset): New function.
11537 * gdb.base/help.exp: Update expected output from "apropos apropos".
11538 * gdb.guile/Makefile.in: New file.
11539 * gdb.guile/guile.exp: New file.
11540 * gdb.guile/scm-arch.c: New file.
11541 * gdb.guile/scm-arch.exp: New file.
11542 * gdb.guile/scm-block.c: New file.
11543 * gdb.guile/scm-block.exp: New file.
11544 * gdb.guile/scm-breakpoint.c: New file.
11545 * gdb.guile/scm-breakpoint.exp: New file.
11546 * gdb.guile/scm-disasm.c: New file.
11547 * gdb.guile/scm-disasm.exp: New file.
11548 * gdb.guile/scm-equal.c: New file.
11549 * gdb.guile/scm-equal.exp: New file.
11550 * gdb.guile/scm-error.exp: New file.
11551 * gdb.guile/scm-error.scm: New file.
11552 * gdb.guile/scm-frame-args.c: New file.
11553 * gdb.guile/scm-frame-args.exp: New file.
11554 * gdb.guile/scm-frame-args.scm: New file.
11555 * gdb.guile/scm-frame-inline.c: New file.
11556 * gdb.guile/scm-frame-inline.exp: New file.
11557 * gdb.guile/scm-frame.c: New file.
11558 * gdb.guile/scm-frame.exp: New file.
11559 * gdb.guile/scm-generics.exp: New file.
11560 * gdb.guile/scm-gsmob.exp: New file.
11561 * gdb.guile/scm-iterator.c: New file.
11562 * gdb.guile/scm-iterator.exp: New file.
11563 * gdb.guile/scm-math.c: New file.
11564 * gdb.guile/scm-math.exp: New file.
11565 * gdb.guile/scm-objfile-script-gdb.in: New file.
11566 * gdb.guile/scm-objfile-script.c: New file.
11567 * gdb.guile/scm-objfile-script.exp: New file.
11568 * gdb.guile/scm-objfile.c: New file.
11569 * gdb.guile/scm-objfile.exp: New file.
11570 * gdb.guile/scm-ports.exp: New file.
11571 * gdb.guile/scm-pretty-print.c: New file.
11572 * gdb.guile/scm-pretty-print.exp: New file.
11573 * gdb.guile/scm-pretty-print.scm: New file.
11574 * gdb.guile/scm-section-script.c: New file.
11575 * gdb.guile/scm-section-script.exp: New file.
11576 * gdb.guile/scm-section-script.scm: New file.
11577 * gdb.guile/scm-symbol.c: New file.
11578 * gdb.guile/scm-symbol.exp: New file.
11579 * gdb.guile/scm-symtab-2.c: New file.
11580 * gdb.guile/scm-symtab.c: New file.
11581 * gdb.guile/scm-symtab.exp: New file.
11582 * gdb.guile/scm-type.c: New file.
11583 * gdb.guile/scm-type.exp: New file.
11584 * gdb.guile/scm-value-cc.cc: New file.
11585 * gdb.guile/scm-value-cc.exp: New file.
11586 * gdb.guile/scm-value.c: New file.
11587 * gdb.guile/scm-value.exp: New file.
11588 * gdb.guile/source2.scm: New file.
11589 * gdb.guile/types-module.cc: New file.
11590 * gdb.guile/types-module.exp: New file.
11591
11592 2014-02-10 Yao Qi <yao@codesourcery.com>
11593
11594 PR testsuite/16543
11595 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11596 * configure: Regenerated.
11597 * Makefile.in: New file.
11598
11599 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11600
11601 * gdb.python/py-framefilter.exp: Fix typo.
11602
11603 2014-02-08 Yao Qi <yao@codesourcery.com>
11604
11605 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11606 that no =breakpoint-modified is emitted when breakpoints are
11607 modified through MI commands.
11608
11609 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11610 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.threads/step-after-sr-lock.c: New file.
11613 * gdb.threads/step-after-sr-lock.exp: New file.
11614
11615 2014-02-07 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11618
11619 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11622 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11623
11624 2014-02-06 Doug Evans <xdje42@gmail.com>
11625
11626 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11627 output.
11628
11629 * gdb.gdb/python-interrupts.exp: New file.
11630
11631 2014-02-05 Yao Qi <yao@codesourcery.com>
11632
11633 * gdb.trace/report.exp (use_collected_data): Test the output
11634 of "info threads" and "info inferiors".
11635
11636 2014-02-05 Yao Qi <yao@codesourcery.com>
11637
11638 Revert this patch:
11639
11640 2013-05-24 Yao Qi <yao@codesourcery.com>
11641
11642 * gdb.trace/tfile.exp: Test inferior and thread.
11643
11644 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11645
11646 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11647 on a function.
11648 * gdb.base/step-bt.c: Call hello via function pointer to make
11649 sure its first instruction is executed on powerpc64le-linux.
11650
11651 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11652
11653 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11654
11655 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11656
11657 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11658 of the test patterns for use on little-endian systems.
11659
11660 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11661
11662 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11663 (decimal_vector): Fix for little-endian.
11664
11665 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11666
11667 * gdb.arch/sparc-sysstep.exp: New file.
11668 * gdb.arch/sparc-sysstep.c: Likewise.
11669
11670 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11671
11672 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11673
11674 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11675
11676 2014-01-23 Tom Tromey <tromey@redhat.com>
11677
11678 * gdb.ada/array_char_idx: New testcase.
11679
11680 2014-01-23 Tom Tromey <tromey@redhat.com>
11681
11682 PR python/16487:
11683 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11684 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11685 classes.
11686
11687 2014-01-23 Tom Tromey <tromey@redhat.com>
11688
11689 PR python/16491:
11690 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11691 string from an inferior frame.
11692 * gdb.python/py-framefilter-mi.exp: Update.
11693
11694 2014-01-22 Doug Evans <dje@google.com>
11695
11696 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11697
11698 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11699
11700 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11701
11702 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11703
11704 * gdb.trace/entry-values.exp: Remove excess space character from
11705 regex patterns. Handle s390 call instruction.
11706
11707 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11708
11709 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11710 define "*_start" label. Make "name" static.
11711 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11712 ${name} by references to ${name}_start.
11713
11714 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11715
11716 * gdb.base/info-macros.exp: Remove "debug" from the compile
11717 options.
11718
11719 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11720
11721 * gdb.dlang/demangle.exp: New file.
11722
11723 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11724
11725 * gdb.dlang/primitive-types.exp: New file.
11726
11727 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11728
11729 * configure.ac: Create gdb.dlang/Makefile.
11730 * configure: Regenerate.
11731 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11732 * gdb.dlang/Makefile.in: New file.
11733 * lib/d-support.exp: New file.
11734 * lib/gdb.exp (skip_d_tests): New proc.
11735
11736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11737
11738 * gdb.btrace/delta.exp: Check reverse stepi.
11739 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11740 * gdb.btrace/finish.exp: New.
11741 * gdb.btrace/next.exp: New.
11742 * gdb.btrace/nexti.exp: New.
11743 * gdb.btrace/record_goto.c: Add comments.
11744 * gdb.btrace/step.exp: New.
11745 * gdb.btrace/stepi.exp: New.
11746 * gdb.btrace/multi-thread-step.c: New.
11747 * gdb.btrace/multi-thread-step.exp: New.
11748 * gdb.btrace/rn-dl-bind.c: New.
11749 * gdb.btrace/rn-dl-bind.exp: New.
11750 * gdb.btrace/data.c: New.
11751 * gdb.btrace/data.exp: New.
11752 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11753
11754 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11755
11756 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11757 * gdb.btrace/exception.exp: Update.
11758 * gdb.btrace/instruction_history.exp: Update.
11759 * gdb.btrace/record_goto.exp: Update.
11760 * gdb.btrace/tailcall.exp: Update.
11761 * gdb.btrace/unknown_functions.exp: Update.
11762 * gdb.btrace/delta.exp: New.
11763
11764 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11765
11766 * gdb.btrace/record_goto.exp: Add backtrace test.
11767 * gdb.btrace/tailcall.exp: Add backtrace test.
11768
11769 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11770
11771 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11772 * gdb.btrace/record_goto.c: New.
11773 * gdb.btrace/record_goto.exp: New.
11774 * gdb.btrace/x86-record_goto.S: New.
11775
11776 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11777
11778 * gdb.btrace/function_call_history.exp: Update tests.
11779 * gdb.btrace/instruction_history.exp: Update tests.
11780
11781 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11782
11783 * gdb.btrace/function_call_history.exp: Fix expected field
11784 order for "record function-call-history".
11785 Add new tests for "record function-call-history /c".
11786 * gdb.btrace/exception.cc: New.
11787 * gdb.btrace/exception.exp: New.
11788 * gdb.btrace/tailcall.exp: New.
11789 * gdb.btrace/x86-tailcall.S: New.
11790 * gdb.btrace/x86-tailcall.c: New.
11791 * gdb.btrace/unknown_functions.c: New.
11792 * gdb.btrace/unknown_functions.exp: New.
11793 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11794
11795 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11796
11797 * gdb.btrace/instruction_history.exp: Update.
11798 * gdb.btrace/function_call_history.exp: Update.
11799
11800 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11801
11802 * gdb.btrace/function_call_history.exp: Fix expected function
11803 trace.
11804 * gdb.btrace/instruction_history.exp: Initialize traced.
11805 Remove traced_functions.
11806
11807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11808
11809 * gdb.btrace/function_call_history.exp: Update
11810 * gdb.btrace/instruction_history.exp: Update.
11811
11812 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11813
11814 * gdb.btrace/enable.exp: Update expected text.
11815
11816 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11817
11818 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11819 bytes.
11820
11821 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11822
11823 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11824
11825 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11826
11827 * lib/gdb.exp (supports_process_record): Return true for
11828 arm*-linux*. (supports_reverse): Likewise.
11829
11830 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11831
11832 PR python/15464
11833 PR python/16113
11834 * gdb.python/py-type.c: Enhance test case.
11835 * gdb.python/py-value-cc.cc: Likewise
11836 * gdb.python/py-type.exp: Add new tests.
11837 * gdb.python/py-value-cc.exp: Likewise
11838
11839 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11840 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11843 Make "name" extern.
11844 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11845 references to ${name}_start by references to ${name}.
11846
11847 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11848
11849 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11850
11851 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11852
11853 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11854
11855 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11856 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.mi/mi-info-os.exp: Connect to the target with
11859 mi_gdb_target_load.
11860
11861 2014-01-08 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.threads/reconnect-signal.c: New file.
11864 * gdb.threads/reconnect-signal.exp: New file.
11865
11866 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11867
11868 * gdb.base/source-dir.exp: New file.
11869
11870 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11871
11872 * gdb.ada/mi_interface: New testcase.
11873
11874 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11875
11876 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11877 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11878 gdb.ada/pp-rec-component/pck.ads: New files.
11879
11880 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11881
11882 * gdb.python/py-pp-integral.c: New file.
11883 * gdb.python/py-pp-integral.py: New file.
11884 * gdb.python/py-pp-integral.exp: New file.
11885
11886 For older changes see ChangeLog-1993-2013.
11887 \f
11888 ;; Local Variables:
11889 ;; mode: change-log
11890 ;; left-margin: 8
11891 ;; fill-column: 74
11892 ;; version-control: never
11893 ;; End:
11894
11895 Copyright 2014-2017 Free Software Foundation, Inc.
11896 Copying and distribution of this file, with or without modification,
11897 are permitted provided the copyright notice and this notice are preserved.
This page took 0.370862 seconds and 4 git commands to generate.