]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Stop assuming no-debug-info variables have type int
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-09-04 Pedro Alves <palves@redhat.com>
2
3 * gdb.asm/asm-source.exp: Add casts to int.
4 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5 (dataglobal64_1, dataglobal64_2): New globals.
6 * gdb.base/nodebug.exp: Test different expressions involving the
7 new globals, with print, whatis and ptype. Add casts to int.
8 * gdb.base/solib-display.exp: Add casts to int.
9 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
10 * gdb.cp/m-static.exp: Add cast to int.
11 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
13 tls variable with no debug info without a cast. Test with a cast
14 to int too.
15 * gdb.trace/entry-values.exp: Add casts.
16
17 2017-09-04 Pedro Alves <palves@redhat.com>
18
19 * gdb.base/nodebug.exp: Test that ptype's error about functions
20 with unknown return type includes the function name too.
21
22 2017-09-04 Pedro Alves <palves@redhat.com>
23
24 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
25 return type of munmap in infcall.
26 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
27 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
28 type of ftell in infcall.
29 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
30 type of getpid in infcall.
31 * gdb.base/infcall-exec.exp: Cast return type of execlp in
32 infcall.
33 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
34 Bail on failure to extract the pid.
35 * gdb.base/nodebug.c: #include <stdint.h>.
36 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
37 New functions.
38 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
39 Change expected output of print/whatis/ptype with functions with
40 no debug info. Test all supported languages. Call
41 test_call_promotion.
42 * gdb.compile/compile.exp: Adjust expected output to expect
43 warning.
44 * gdb.threads/siginfo-threads.exp: Likewise.
45
46 2017-09-04 Pedro Alves <palves@redhat.com>
47
48 * gdb.base/callfuncs.exp (do_function_calls): New parameter
49 "prototypes". Test calling float functions via prototyped and
50 unprototyped function pointers.
51 (perform_all_tests): New parameter "prototypes". Pass it down.
52 (top level): Pass down "prototypes" parameter to
53 perform_all_tests.
54
55 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
56
57 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
58 Test with nested loops.
59
60 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
61
62 * gdb.base/commands.exp: Call the new procedures.
63 (loop_break_test, loop_continue_test): New procedures.
64
65 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
66
67 * gdb.base/commands.exp: Call new procedure.
68 (define_if_without_arg_test): New procedure.
69
70 2017-09-04 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/list-ambiguous.exp: New file.
73 * gdb.base/list-ambiguous0.c: New file.
74 * gdb.base/list-ambiguous1.c: New file.
75 * gdb.base/list.exp (test_list_range): Adjust expected output.
76
77 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
78
79 * gdb.base/share-env-with-gdbserver.c: New file.
80 * gdb.base/share-env-with-gdbserver.exp: Likewise.
81
82 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
83
84 * gdb.base/commands.exp (gdbvar_simple_if_test,
85 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
86 progvar_simple_if_test, progvar_simple_while_test,
87 progvar_complex_if_while_test, user_defined_command_test,
88 user_defined_command_args_eval,
89 user_defined_command_args_stack_test,
90 user_defined_command_manyargs_test, bp_deleted_in_command_test,
91 temporary_breakpoint_commands,
92 gdb_test_no_prompt, redefine_hook_test,
93 redefine_backtrace_test): Remove "global gdb_prompt".
94
95 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
96
97 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
98 New proc, call it from toplevel.
99
100 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
101
102 PR remote/21852
103 * gdb.server/normal.c: New file, copied from gdb.base.
104 * gdb.server/run-without-local-binary.exp: New file.
105
106 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
107
108 * gdb.arch/sparc64-adi.exp: New file.
109 * gdb.arch/sparc64-adi.c: New file.
110
111 2017-08-22 Pedro Alves <palves@redhat.com>
112
113 * gdb.cp/overload.exp (line_range_pattern): New procedure.
114 (top level): Add "list all overloads" tests.
115
116 2017-08-22 Tom Tromey <tom@tromey.com>
117
118 * gdb.gdb/xfullpath.exp: Remove.
119
120 2017-08-21 Pedro Alves <palves@redhat.com>
121
122 PR gdb/19487
123 * gdb.base/symbol-alias.c: New.
124 * gdb.base/symbol-alias2.c: New.
125 * gdb.base/symbol-alias.exp: New.
126
127 2017-08-21 Pedro Alves <palves@redhat.com>
128
129 * gdb.base/dfp-test.c
130 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
131 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
132 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
133 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
134 * gdb.base/whatis-ptype-typedefs.c: New.
135 * gdb.base/whatis-ptype-typedefs.exp: New.
136 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
137 (an_int, an_int_type, an_int_type2): New globals.
138 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
139 involving typedefs and cast expressions.
140 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
141 (lookup_typedefs_function): New.
142 (typedefs_pretty_printers_dict): New.
143 (top level): Register lookup_typedefs_function in
144 gdb.pretty_printers.
145
146 2017-08-18 Yao Qi <yao.qi@linaro.org>
147
148 * gdb.server/unittest.exp: New.
149
150 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
151
152 PR gdb/21954
153 * gdb.base/environ.exp: Add test to check if 'unset environment'
154 works.
155
156 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
157
158 * lib/gdb.exp (universal_compile_options): New caching proc.
159 (gdb_compile): Suppress GCC's coloring of messages.
160
161 2017-08-14 Tom Tromey <tom@tromey.com>
162
163 PR gdb/21675:
164 * gdb.base/printcmds.exp (test_radices): New function.
165 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
166 * gdb.base/sizeof.exp (check_valueof): Use p/d.
167 * lib/gdb.exp (get_integer_valueof): Use p/d.
168
169 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
170
171 * lib/gdb.exp (get_valueof): Don't capture end-of-line
172 characters.
173
174 2017-08-05 Tom Tromey <tom@tromey.com>
175
176 * gdb.rust/simple.exp: Allow String to appear in a different
177 namespace.
178
179 2017-07-26 Yao Qi <yao.qi@linaro.org>
180
181 * gdb.gdb/unittest.exp: Invoke command
182 "maintenance check xml-descriptions".
183
184 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
185
186 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
187 calling context.
188 (hex128): Drop erroneous calculation of parameters.
189
190 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
191
192 * gdb.python/py-unwind.exp: Disable stack protection when
193 building test file.
194
195 2017-07-20 Pedro Alves <palves@redhat.com>
196
197 * gdb.base/default.exp (set language): Adjust expected output.
198
199 2017-07-20 Pedro Alves <palves@redhat.com>
200
201 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
202 (test_minsym): ... this, and make static.
203 (get_pck__foo__bar__minsym): Rename to ...
204 (get_test_minsym): ... this.
205 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
206 symbol names and comments.
207 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
208 (get_test_minsym): ... this.
209 (pck__foo__bar__minsym__2): Rename to ...
210 (test_minsym): ... this.
211 (main): Adjust.
212
213 2017-07-17 Pedro Alves <palves@redhat.com>
214
215 * gdb.base/completion.exp: Adjust expected output.
216 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
217 the completer works.
218
219 2017-07-17 Pedro Alves <palves@redhat.com>
220
221 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
222
223 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
226
227 2017-07-14 Tom Tromey <tom@tromey.com>
228
229 PR rust/21764:
230 * gdb.rust/simple.exp: Add tests.
231
232 2017-07-14 Tom Tromey <tom@tromey.com>
233
234 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
235
236 2017-07-14 Pedro Alves <palves@redhat.com>
237
238 * gdb.linespec/base/one/thefile.cc (z1): New function.
239 * gdb.linespec/base/two/thefile.cc (z2): New function.
240 * gdb.linespec/linespec.exp: Add tests.
241
242 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
245 to mi_create_breakpoint.
246
247 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
250 mi_create_breakpoint.
251
252 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
253
254 * gdb.dlang/demangle.exp: Update for demangling changes.
255
256 2017-07-09 Tom Tromey <tom@tromey.com>
257
258 * gdb.dwarf2/shortpiece.exp: New file.
259
260 2017-07-06 David Blaikie <dblaikie@gmail.com>
261
262 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
263 built from fissiont-multi-cu{1,2}.c.
264 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
265 except putting 'main' and 'func' in separate CUs in the same DWO file.
266 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
267 test.
268 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
269 test.
270
271 2017-07-06 Pedro Alves <palves@redhat.com>
272
273 * gdb.python/py-unwind.exp: Test flushregs.
274
275 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
276
277 PR cli/21688
278 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
279 tests for alias commands and trailing whitespace.
280
281 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
282
283 PR cli/21688
284 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
285 procedure. Call it.
286
287 2017-06-29 Pedro Alves <palves@redhat.com>
288
289 * gdb.base/printcmds.exp: Add tests.
290
291 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
292
293 PR gdb/21337
294 * gdb.base/reread-readsym.exp: New file.
295 * gdb.base/reread-readsym.c: New file.
296
297 2017-06-21 Kevin Buettner <kevinb@redhat.com>
298
299 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
300 subpattern.
301
302 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
303
304 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
305 extended mnemonic.
306 * gdb.arch/powerpc-power9.s: Likewise.
307
308 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
309
310 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
311 on 32-bit x86 targets. Exploit is_*_target macros where
312 appropriate.
313
314 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
315
316 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
317 register pieces.
318
319 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
320
321 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
322 located in one or more DWARF pieces.
323
324 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
325
326 * lib/gdb.exp (get_endianness): New proc.
327 * gdb.arch/aarch64-fp.exp: Use it.
328 * gdb.arch/altivec-regs.exp: Likewise.
329 * gdb.arch/e500-regs.exp: Likewise.
330 * gdb.arch/vsx-regs.exp: Likewise.
331 * gdb.base/dump.exp: Likewise.
332 * gdb.base/funcargs.exp: Likewise.
333 * gdb.base/gnu_vector.exp: Likewise.
334 * gdb.dwarf2/formdata16.exp: Likewise.
335 * gdb.dwarf2/implptrpiece.exp: Likewise.
336 * gdb.dwarf2/nonvar-access.exp: Likewise.
337 * gdb.python/py-inferior.exp: Likewise.
338 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
339
340 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
341
342 PR gdb/21226
343 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
344 stack value pieces are taken from the LSB end.
345
346 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
347
348 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
349 variable at nonzero offset.
350
351 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
352
353 * gdb.dwarf2/var-access.c: New file.
354 * gdb.dwarf2/var-access.exp: New test.
355 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
356
357 2017-06-12 Tom Tromey <tom@tromey.com>
358
359 * gdb.dwarf2/formdata16.exp: Add tests.
360
361 2017-06-12 Tom Tromey <tom@tromey.com>
362
363 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
364
365 2017-06-12 Tom Tromey <tom@tromey.com>
366
367 PR exp/16225:
368 * gdb.reverse/i386-sse-reverse.exp: Update tests.
369 * gdb.arch/vsx-regs.exp: Update tests.
370 * gdb.arch/s390-vregs.exp (hex128): New proc.
371 Update test.
372 * gdb.arch/altivec-regs.exp: Update tests.
373
374 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
375
376 * gdb.base/startup-with-shell.c: New file.
377 * gdb.base/startup-with-shell.exp: Likewise.
378
379 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
380
381 * gdb.server/non-existing-program.exp: Update regex in order to
382 reflect the fact that gdbserver is now using fork_inferior (with a
383 shell) to startup the inferior.
384
385 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
386
387 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
388 support function calls from GDB.
389
390 2017-05-21 Tom Tromey <tom@tromey.com>
391
392 PR rust/21466:
393 * gdb.rust/unsized.exp: New file.
394 * gdb.rust/unsized.rs: New file.
395
396 2017-05-19 Tom Tromey <tom@tromey.com>
397
398 PR rust/21484:
399 * gdb.rust/watch.exp: New file.
400 * gdb.rust/watch.rs: New file.
401
402 2017-05-18 Tom Tromey <tom@tromey.com>
403
404 * gdb.rust/simple.exp: Allow Box to be qualified.
405
406 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
407
408 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
409
410 2017-05-18 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/fileio.c (test_write, test_read, test_close)
413 (test_fstat): Don't print 'ret' in the fail path.
414
415 2017-05-18 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
418 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
419 (test_system, test_rename, test_unlink, test_time): Change
420 prototypes.
421 * gdb.base/fileio.exp (stop_msg): Adjust.
422
423 2017-05-18 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/fileio.c (null_str): New global.
426 (test_stat): Use it.
427 * gdb.base/fileio.exp: Remove nowarnings.
428
429 2017-05-17 Yao Qi <yao.qi@linaro.org>
430
431 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
432
433 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
434
435 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
436 argument command.
437 (top-level): Invoke test_set_inferior_tty.
438
439 2017-05-04 Pedro Alves <palves@redhat.com>
440
441 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
442 Add parens to print call for Python 3.
443
444 2017-05-03 Keith Seitz <keiths@redhat.com>
445
446 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
447 (main): Call it.
448
449 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
450
451 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
452 to prev and next.
453
454 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
455
456 * gdb.python/py-record-btrace.exp: Remove test for
457 gdb.BtraceInstruction.error.
458
459 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
460
461 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
462
463 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
464
465 * gdb.python/py-record-btrace-threads.c: New file.
466 * gdb.python/py-record-btrace-threads.exp: New file.
467
468 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
469
470 PR testsuite/8595
471 * gdb.base/environ.exp: Make test available in all architectures.
472 Move bits related to "info program" testing to
473 gdb.base/info-program.exp. Rewrite tests to use the two new
474 procedures mentione below.
475 (test_set_show_env_var) New procedure.
476 (test_set_show_env_var_equal): Likewise.
477 * gdb.base/info-program.exp: New file.
478
479 2017-04-27 Keith Seitz <keiths@redhat.com>
480
481 * gdb.cp/oranking.cc (test15): New function.
482 (main): Call test15 and declare additional variables for testing.
483 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
484 "p foo101('abc')" tests.
485 Add tests for cv qualifier overloads.
486 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
487 "lvalue reference overload" test.
488 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
489 "print value of f1 on Child&& in f2" test.
490
491 2017-04-19 Pedro Alves <palves@redhat.com>
492
493 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
494 procedure.
495 (top level): Call it.
496 * lib/gdb.exp (gdb_define_cmd): New procedure.
497
498 2017-04-12 Pedro Alves <palves@redhat.com>
499
500 PR gdb/21323
501 * gdb.cp/wide_char_types.c: Include <wchar.h>.
502 (wchar): New global.
503 * gdb.cp/wide_char_types.exp (wide_char_types_program)
504 (do_test_wide_char, wide_char_types_no_program, top level): Add
505 wchar_t testing.
506
507 2017-04-12 Pedro Alves <palves@redhat.com>
508
509 PR c++/21323
510 * gdb.cp/wide_char_types.c: New file.
511 * gdb.cp/wide_char_types.exp: New file.
512
513 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
514
515 PR gdb/21352
516 * gdb.trace/tsv.exp: Add test for "tsave -r".
517
518 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
519
520 * gdb.dlang/watch-loc.c: New file.
521 * gdb.dlang/watch-loc.exp: New file.
522
523 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * gdb.python/py-section-script.exp (sepdebug): New testcases.
526
527 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
528
529 * gdb.arch/arc-analyze-prologue.S: New file.
530 * gdb.arch/arc-analyze-prologue.exp: Likewise.
531
532 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
533
534 * gdb.arch/arc-decode-insn.S: New file.
535 * gdb.arch/arc-decode-insn.exp: Likewise.
536
537 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
538
539 PR tdep/20928
540 * gdb.arch/sparc64-regs.exp: New file.
541 * gdb.arch/sparc64-regs.S: Likewise.
542
543 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
544
545 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
546 and memory view on Python 3.
547
548 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
549 Keith Seitz <keiths@redhat.com>
550
551 PR gdb/14441
552 * gdb.cp/demangle.exp: Add rvalue reference tests.
553 * gdb.cp/rvalue-ref-casts.cc: New file.
554 * gdb.cp/rvalue-ref-casts.exp: New file.
555 * gdb.cp/rvalue-ref-overload.cc: New file.
556 * gdb.cp/rvalue-ref-overload.exp: New file.
557 * gdb.cp/rvalue-ref-params.cc: New file.
558 * gdb.cp/rvalue-ref-params.exp: New file.
559 * gdb.cp/rvalue-ref-sizeof.cc: New file.
560 * gdb.cp/rvalue-ref-sizeof.exp: New file.
561 * gdb.cp/rvalue-ref-types.cc: New file.
562 * gdb.cp/rvalue-ref-types.exp: New file.
563 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
564 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
565
566 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
567
568 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
569 New procedure.
570
571 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
572
573 * lib/mi-support.exp (mi_gdb_test): Add additional message
574 for unexpected output.
575
576 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
577
578 * gdb.base/examine-backward.c (Barrier): New character array
579 constant, to ensure that TestStrings is preceded by a string
580 terminator.
581
582 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
583
584 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
585 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
586 and implicit pointer into such a location.
587
588 2017-03-16 Doug Evans <dje@google.com>
589
590 * gdb.python/py-lazy-string (pointer): Really add new typedef.
591
592 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
593
594 * gdb.cp/m-static.exp: Fix expectation for prototype of
595 test5.single_constructor and single_constructor::single_constructor.
596
597 2017-03-16 Doug Evans <dje@google.com>
598
599 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
600 * gdb.guile/scm-lazy-string.c: New file.
601 * gdb.guile/scm-value.exp: Move lazy string tests to ...
602 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
603 for pointer, array, typedef lazy strings.
604
605 2017-03-16 Doug Evans <dje@google.com>
606
607 PR python/17728, python/18439, python/18779
608 * gdb.python/py-value.c (main) Delete locals sptr, sn.
609 * gdb.python/py-lazy-string.c (pointer): New typedef.
610 (main): New locals ptr, array, typedef_ptr.
611 * gdb.python/py-value.exp: Move lazy string tests to ...
612 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
613 array, typedef lazy strings.
614
615 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
616
617 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
618 Add optional 'test' parameter.
619
620 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
621
622 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
623 Skip for versions of DejaGnu < 1.5.
624
625 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
626
627 * lib/gdb.exp (dejagnu_version): New proc.
628 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
629 Use dejagnu_version.
630
631 2017-03-10 Keith Seitz <keiths@redhat.com>
632
633 PR c++/8128
634 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
635 type from destructor regexps.
636 Add a branch which actually passes the test.
637 Adjust "ptype t5i" test names.
638
639 2017-03-08 Pedro Alves <palves@redhat.com>
640
641 * gdb.base/step-over-exit.exp: Add explicit test message.
642
643 2017-03-08 Pedro Alves <palves@redhat.com>
644
645 PR gdb/18360
646 * gdb.threads/interrupt-while-step-over.c: New file.
647 * gdb.threads/interrupt-while-step-over.exp: New file.
648
649 2017-03-08 Pedro Alves <palves@redhat.com>
650
651 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
652 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
653
654 2017-03-08 Pedro Alves <palves@redhat.com>
655
656 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
657 PKRU as not supported as a PASS.
658
659 2017-03-08 Pedro Alves <palves@redhat.com>
660
661 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
662 prefix instead of $binfile1/$binfile2.
663 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
664 in test message.
665 * gdb.python/py-completion.exp: Use "load python file" as test
666 messages instead of unstable path names.
667
668 2017-03-08 Pedro Alves <palves@redhat.com>
669 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 PR cli/21218
672 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
673 New proc.
674 (top level): Call it.
675
676 2017-03-08 Pedro Alves <palves@redhat.com>
677
678 PR tui/21216
679 * gdb.tui/tui-nl-filtered-output.exp: New file.
680
681 2017-03-08 Pedro Alves <palves@redhat.com>
682
683 * gdb.base/completion.exp: Move TUI completion tests to ...
684 * gdb.tui/completion.exp: ... this new file.
685
686 2017-03-08 Pedro Alves <palves@redhat.com>
687
688 * gdb.base/tui-disasm-long-lines.c,
689 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
690 gdb.base/tui-layout.exp: Move to ...
691 * gdb.tui/: ... this new directory.
692
693 2017-03-07 Pedro Alves <palves@redhat.com>
694
695 * gdb.base/tui-layout.c: New file.
696 * gdb.base/tui-layout.exp: New file.
697
698 2017-03-07 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/tui-layout.c: Rename to ...
701 * gdb.base/tui-disasm-long-lines.c: ... this.
702 * gdb.base/tui-layout.exp: Rename to ...
703 * gdb.base/tui-disasm-long-lines.exp: ... this.
704
705 2017-03-07 Pedro Alves <palves@redhat.com>
706
707 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
708
709 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
710
711 * i386-mpx-call.c: New file.
712 * i386-mpx-call.exp: New file.
713
714 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
715
716 * gdb.arch/powerpc-power.exp: Delete test.
717 * gdb.arch/powerpc-power.s: Likewise.
718 * gdb.disasm/disassembler-options.exp: New test.
719 * gdb.arch/powerpc-altivec.exp: Likewise.
720 * gdb.arch/powerpc-altivec.s: Likewise.
721 * gdb.arch/powerpc-altivec2.exp: Likewise.
722 * gdb.arch/powerpc-altivec2.s: Likewise.
723 * gdb.arch/powerpc-altivec3.exp: Likewise.
724 * gdb.arch/powerpc-altivec3.s: Likewise.
725 * gdb.arch/powerpc-power7.exp: Likewise.
726 * gdb.arch/powerpc-power7.s: Likewise.
727 * gdb.arch/powerpc-power8.exp: Likewise.
728 * gdb.arch/powerpc-power8.s: Likewise.
729 * gdb.arch/powerpc-power9.exp: Likewise.
730 * gdb.arch/powerpc-power9.s: Likewise.
731 * gdb.arch/powerpc-vsx.exp: Likewise.
732 * gdb.arch/powerpc-vsx.s: Likewise.
733 * gdb.arch/powerpc-vsx2.exp: Likewise.
734 * gdb.arch/powerpc-vsx2.s: Likewise.
735 * gdb.arch/powerpc-vsx3.exp: Likewise.
736 * gdb.arch/powerpc-vsx3.s: Likewise.
737 * gdb.arch/arm-disassembler-options.exp: Likewise.
738 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
739 * gdb.arch/s390-disassembler-options.exp: Likewise.
740
741 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
742
743 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
744 (check_supported_features): ... this. Changed return type to void.
745 (supports_rdseed): New static global.
746 (rdseed): Check supports_rdseed.
747 (initialize): Call check_supported_features.
748
749 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
750
751 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
752 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
753 and lqarx/stqcx.
754 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
755 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
756
757 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
758
759 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
760 uppercase.
761
762 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 * gdb.dwarf2/formdata16.c: New file.
765 * gdb.dwarf2/formdata16.exp: New file.
766 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
767
768 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
769
770 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
771 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
772 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
773 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
774 DW_AT_GNU_*.
775
776 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
777
778 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
779
780 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
781
782 PR gdb/21164
783 * gdb.base/maint.exp: Add testcases for when the commands do
784 not have arguments.
785
786 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
787
788 * gdb.cp/chained-calls.exp: Use p instead of P.
789
790 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
791
792 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
793 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
794
795 2017-02-14 Tom Tromey <tom@tromey.com>
796
797 PR python/13598:
798 * gdb.python/py-events.exp: Add before_prompt event tests.
799
800 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
801
802 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
803
804 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
805
806 * gdb.linespec/explicit.c (my_unique_function_name): New function.
807 (main): Call my_unique_function_name.
808 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
809 completion of patterns with a single match.
810 Add missing -re switches to gdb_test_multiple calls.
811
812 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
813
814 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
815 return if core file is not recognized.
816
817 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
818
819 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
820 and extra UIs.
821
822 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
823
824 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
825 proc_with_prefix.
826
827 2017-02-10 Tom Tromey <tom@tromey.com>
828
829 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
830
831 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
832
833 PR gdb/21122
834 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
835
836 2017-02-08 Jerome Guitton <guitton@adacore.com>
837
838 * gdb.base/define.exp: Add test for command abbreviations
839 in define.
840
841 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
842
843 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
844 * gdb.reverse/insn-reverse-x86.c: New file.
845
846 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
847
848 PR tdep/20936
849 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
850
851 2017-02-03 Tom Tromey <tom@tromey.com>
852
853 PR rust/21097:
854 * gdb.rust/simple.exp: Add new tests.
855
856 2017-02-02 Pedro Alves <palves@redhat.com>
857
858 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
859 tests.
860
861 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
862
863 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
864 taking a 2-byte value out of a 4-byte DWARF implicit value on
865 big-endian targets.
866 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
867 logic. Add test cases for DW_OP_implicit.
868
869 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
870
871 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
872
873 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
874
875 * gdb.btrace/enable.exp: Call gdb_exit before
876 skip_gdbserver_tests.
877
878 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
879
880 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
881 GDBFLAGS.
882
883 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
884
885 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
886 the test is skipped.
887 * gdb.btrace/data.exp: Likewise.
888 * gdb.btrace/delta.exp: Likewise.
889 * gdb.btrace/dlopen.exp: Likewise.
890 * gdb.btrace/enable-running.exp: Likewise.
891 * gdb.btrace/enable.exp: Likewise.
892 * gdb.btrace/exception.exp: Likewise.
893 * gdb.btrace/function_call_history.exp: Likewise.
894 * gdb.btrace/gcore.exp: Likewise.
895 * gdb.btrace/instruction_history.exp: Likewise.
896 * gdb.btrace/multi-thread-step.exp: Likewise.
897 * gdb.btrace/nohist.exp: Likewise.
898 * gdb.btrace/non-stop.exp: Likewise.
899 * gdb.btrace/reconnect.exp: Likewise.
900 * gdb.btrace/record_goto-step.exp: Likewise.
901 * gdb.btrace/record_goto.exp: Likewise.
902 * gdb.btrace/rn-dl-bind.exp: Likewise.
903 * gdb.btrace/segv.exp: Likewise.
904 * gdb.btrace/step.exp: Likewise.
905 * gdb.btrace/stepi.exp: Likewise.
906 * gdb.btrace/tailcall-only.exp: Likewise.
907 * gdb.btrace/tailcall.exp: Likewise.
908 * gdb.btrace/tsx.exp: Likewise.
909 * gdb.btrace/unknown_functions.exp: Likewise.
910 * gdb.btrace/vdso.exp: Likewise.
911
912 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
913
914 * gdb.btrace/enable-running.c: New.
915 * gdb.btrace/enable-running.exp: New.
916
917 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
918
919 * gdb.arch/amd64-gs_base.c: New file.
920 * gdb.arch/amd64-gs_base.exp: New file.
921
922 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
923
924 * lib/memory.exp: Remove spurious empty newlines.
925
926 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
927
928 * gdb.python/py-bad-printers.exp: Load python file using "source".
929 * gdb.python/py-events.exp: Likewise.
930 * gdb.python/py-evsignal.exp: Likewise.
931 * gdb.python/py-evthreads.exp: Likewise.
932 * gdb.python/py-frame-args.exp: Likewise.
933 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
934 * gdb.python/py-framefilter-mi.exp: Likewise.
935 * gdb.python/py-framefilter.exp: Likewise.
936 * gdb.python/py-mi.exp: Likewise.
937 * gdb.python/py-pp-maint.exp: Likewise.
938 * gdb.python/py-pp-registration.exp: Likewise.
939 * gdb.python/py-prettyprint.exp: Likewise.
940 (run_lang_tests): Likewise.
941 * gdb.python/py-typeprint.exp: Likewise.
942
943 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
944
945 * lib/memory.exp: New file.
946 * lib/gdb.exp: Load memory.exp.
947 * gdb.base/memattr.exp (delete_memory): Move proc to
948 lib/memory.exp and rename to delete_memory_regions.
949 Replace delete_memory with delete_memory_regions.
950 Cleanup memory regions before tests.
951 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
952 before tests.
953
954 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
955
956 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
957 files.
958 (initialize): New function conditionally defined.
959 (testcases): Move within conditional block.
960 (main): Call initialize.
961 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
962 of gdb.reverse/insn-reverse.c.
963 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
964 gdb.reverse/insn-reverse.c.
965
966 2017-01-26 Yao Qi <yao.qi@linaro.org>
967
968 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
969 disassemble on address 0.
970
971 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
972 Yao Qi <yao.qi@linaro.org>
973
974 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
975 * gdb.dwarf2/implptr-64bit.S: Remove.
976 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
977 variables in caller's context. Add DW_OP_implicit_value.
978
979 2017-01-25 Yao Qi <yao.qi@linaro.org>
980
981 * lib/dwarf.exp (Dwarf::_location): Handle
982 DW_OP_GNU_implicit_pointer with proper size.
983
984 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
985
986 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
987 and add untested calls.
988
989 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
990
991 * gdb.python/python.exp: Check line number against what GDB thinks
992 the line number is for func1.
993
994 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
995
996 * gdb.dlang/debug-expr.exp: New file.
997
998 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
999
1000 Fix test names for the following files:
1001
1002 * gdb.ada/exec_changed.exp
1003 * gdb.ada/info_types.exp
1004 * gdb.arch/aarch64-atomic-inst.exp
1005 * gdb.arch/aarch64-fp.exp
1006 * gdb.arch/altivec-abi.exp
1007 * gdb.arch/altivec-regs.exp
1008 * gdb.arch/amd64-byte.exp
1009 * gdb.arch/amd64-disp-step.exp
1010 * gdb.arch/amd64-dword.exp
1011 * gdb.arch/amd64-entry-value-inline.exp
1012 * gdb.arch/amd64-entry-value-param.exp
1013 * gdb.arch/amd64-entry-value-paramref.exp
1014 * gdb.arch/amd64-entry-value.exp
1015 * gdb.arch/amd64-i386-address.exp
1016 * gdb.arch/amd64-invalid-stack-middle.exp
1017 * gdb.arch/amd64-invalid-stack-top.exp
1018 * gdb.arch/amd64-optimout-repeat.exp
1019 * gdb.arch/amd64-prologue-skip.exp
1020 * gdb.arch/amd64-prologue-xmm.exp
1021 * gdb.arch/amd64-stap-special-operands.exp
1022 * gdb.arch/amd64-stap-wrong-subexp.exp
1023 * gdb.arch/amd64-tailcall-cxx.exp
1024 * gdb.arch/amd64-tailcall-noret.exp
1025 * gdb.arch/amd64-tailcall-ret.exp
1026 * gdb.arch/amd64-tailcall-self.exp
1027 * gdb.arch/amd64-word.exp
1028 * gdb.arch/arm-bl-branch-dest.exp
1029 * gdb.arch/arm-disp-step.exp
1030 * gdb.arch/arm-neon.exp
1031 * gdb.arch/arm-single-step-kernel-helper.exp
1032 * gdb.arch/avr-flash-qualifier.exp
1033 * gdb.arch/disp-step-insn-reloc.exp
1034 * gdb.arch/e500-abi.exp
1035 * gdb.arch/e500-regs.exp
1036 * gdb.arch/ftrace-insn-reloc.exp
1037 * gdb.arch/i386-avx512.exp
1038 * gdb.arch/i386-bp_permanent.exp
1039 * gdb.arch/i386-byte.exp
1040 * gdb.arch/i386-cfi-notcurrent.exp
1041 * gdb.arch/i386-disp-step.exp
1042 * gdb.arch/i386-dr3-watch.exp
1043 * gdb.arch/i386-float.exp
1044 * gdb.arch/i386-gnu-cfi.exp
1045 * gdb.arch/i386-mpx-map.exp
1046 * gdb.arch/i386-mpx-sigsegv.exp
1047 * gdb.arch/i386-mpx-simple_segv.exp
1048 * gdb.arch/i386-mpx.exp
1049 * gdb.arch/i386-permbkpt.exp
1050 * gdb.arch/i386-prologue.exp
1051 * gdb.arch/i386-signal.exp
1052 * gdb.arch/i386-size-overlap.exp
1053 * gdb.arch/i386-unwind.exp
1054 * gdb.arch/i386-word.exp
1055 * gdb.arch/mips-fcr.exp
1056 * gdb.arch/powerpc-d128-regs.exp
1057 * gdb.arch/powerpc-stackless.exp
1058 * gdb.arch/ppc64-atomic-inst.exp
1059 * gdb.arch/s390-stackless.exp
1060 * gdb.arch/s390-tdbregs.exp
1061 * gdb.arch/s390-vregs.exp
1062 * gdb.arch/sparc-sysstep.exp
1063 * gdb.arch/thumb-bx-pc.exp
1064 * gdb.arch/thumb-singlestep.exp
1065 * gdb.arch/thumb2-it.exp
1066 * gdb.arch/vsx-regs.exp
1067 * gdb.asm/asm-source.exp
1068 * gdb.base/a2-run.exp
1069 * gdb.base/advance.exp
1070 * gdb.base/all-bin.exp
1071 * gdb.base/anon.exp
1072 * gdb.base/args.exp
1073 * gdb.base/arithmet.exp
1074 * gdb.base/async-shell.exp
1075 * gdb.base/async.exp
1076 * gdb.base/attach-pie-noexec.exp
1077 * gdb.base/attach-twice.exp
1078 * gdb.base/auto-load.exp
1079 * gdb.base/bang.exp
1080 * gdb.base/bitfields.exp
1081 * gdb.base/break-always.exp
1082 * gdb.base/break-caller-line.exp
1083 * gdb.base/break-entry.exp
1084 * gdb.base/break-inline.exp
1085 * gdb.base/break-on-linker-gcd-function.exp
1086 * gdb.base/break-probes.exp
1087 * gdb.base/break.exp
1088 * gdb.base/breakpoint-shadow.exp
1089 * gdb.base/call-ar-st.exp
1090 * gdb.base/call-sc.exp
1091 * gdb.base/call-signal-resume.exp
1092 * gdb.base/call-strs.exp
1093 * gdb.base/callfuncs.exp
1094 * gdb.base/catch-fork-static.exp
1095 * gdb.base/catch-gdb-caused-signals.exp
1096 * gdb.base/catch-load.exp
1097 * gdb.base/catch-signal-fork.exp
1098 * gdb.base/catch-signal.exp
1099 * gdb.base/catch-syscall.exp
1100 * gdb.base/charset.exp
1101 * gdb.base/checkpoint.exp
1102 * gdb.base/chng-syms.exp
1103 * gdb.base/code-expr.exp
1104 * gdb.base/code_elim.exp
1105 * gdb.base/commands.exp
1106 * gdb.base/completion.exp
1107 * gdb.base/complex.exp
1108 * gdb.base/cond-expr.exp
1109 * gdb.base/condbreak.exp
1110 * gdb.base/consecutive.exp
1111 * gdb.base/continue-all-already-running.exp
1112 * gdb.base/coredump-filter.exp
1113 * gdb.base/corefile.exp
1114 * gdb.base/dbx.exp
1115 * gdb.base/debug-expr.exp
1116 * gdb.base/define.exp
1117 * gdb.base/del.exp
1118 * gdb.base/disabled-location.exp
1119 * gdb.base/disasm-end-cu.exp
1120 * gdb.base/disasm-optim.exp
1121 * gdb.base/display.exp
1122 * gdb.base/duplicate-bp.exp
1123 * gdb.base/ena-dis-br.exp
1124 * gdb.base/ending-run.exp
1125 * gdb.base/enumval.exp
1126 * gdb.base/environ.exp
1127 * gdb.base/eu-strip-infcall.exp
1128 * gdb.base/eval-avoid-side-effects.exp
1129 * gdb.base/eval-skip.exp
1130 * gdb.base/exitsignal.exp
1131 * gdb.base/expand-psymtabs.exp
1132 * gdb.base/filesym.exp
1133 * gdb.base/find-unmapped.exp
1134 * gdb.base/finish.exp
1135 * gdb.base/float.exp
1136 * gdb.base/foll-exec-mode.exp
1137 * gdb.base/foll-exec.exp
1138 * gdb.base/foll-fork.exp
1139 * gdb.base/fortran-sym-case.exp
1140 * gdb.base/freebpcmd.exp
1141 * gdb.base/func-ptr.exp
1142 * gdb.base/func-ptrs.exp
1143 * gdb.base/funcargs.exp
1144 * gdb.base/gcore-buffer-overflow.exp
1145 * gdb.base/gcore-relro-pie.exp
1146 * gdb.base/gcore-relro.exp
1147 * gdb.base/gcore.exp
1148 * gdb.base/gdb1090.exp
1149 * gdb.base/gdb11530.exp
1150 * gdb.base/gdb11531.exp
1151 * gdb.base/gdb1821.exp
1152 * gdb.base/gdbindex-stabs.exp
1153 * gdb.base/gdbvars.exp
1154 * gdb.base/hbreak.exp
1155 * gdb.base/hbreak2.exp
1156 * gdb.base/included.exp
1157 * gdb.base/infcall-input.exp
1158 * gdb.base/inferior-died.exp
1159 * gdb.base/infnan.exp
1160 * gdb.base/info-macros.exp
1161 * gdb.base/info-os.exp
1162 * gdb.base/info-proc.exp
1163 * gdb.base/info-shared.exp
1164 * gdb.base/info-target.exp
1165 * gdb.base/infoline.exp
1166 * gdb.base/interp.exp
1167 * gdb.base/interrupt.exp
1168 * gdb.base/jit-reader.exp
1169 * gdb.base/jit-simple.exp
1170 * gdb.base/kill-after-signal.exp
1171 * gdb.base/kill-detach-inferiors-cmd.exp
1172 * gdb.base/label.exp
1173 * gdb.base/langs.exp
1174 * gdb.base/ldbl_e308.exp
1175 * gdb.base/line-symtabs.exp
1176 * gdb.base/linespecs.exp
1177 * gdb.base/list.exp
1178 * gdb.base/long_long.exp
1179 * gdb.base/longest-types.exp
1180 * gdb.base/maint.exp
1181 * gdb.base/max-value-size.exp
1182 * gdb.base/memattr.exp
1183 * gdb.base/mips_pro.exp
1184 * gdb.base/morestack.exp
1185 * gdb.base/moribund-step.exp
1186 * gdb.base/multi-forks.exp
1187 * gdb.base/nested-addr.exp
1188 * gdb.base/nextoverexit.exp
1189 * gdb.base/noreturn-finish.exp
1190 * gdb.base/noreturn-return.exp
1191 * gdb.base/nostdlib.exp
1192 * gdb.base/offsets.exp
1193 * gdb.base/opaque.exp
1194 * gdb.base/pc-fp.exp
1195 * gdb.base/permissions.exp
1196 * gdb.base/print-symbol-loading.exp
1197 * gdb.base/prologue-include.exp
1198 * gdb.base/psymtab.exp
1199 * gdb.base/ptype.exp
1200 * gdb.base/random-signal.exp
1201 * gdb.base/randomize.exp
1202 * gdb.base/range-stepping.exp
1203 * gdb.base/readline-ask.exp
1204 * gdb.base/recpar.exp
1205 * gdb.base/recurse.exp
1206 * gdb.base/relational.exp
1207 * gdb.base/restore.exp
1208 * gdb.base/return-nodebug.exp
1209 * gdb.base/return.exp
1210 * gdb.base/run-after-attach.exp
1211 * gdb.base/save-bp.exp
1212 * gdb.base/scope.exp
1213 * gdb.base/sect-cmd.exp
1214 * gdb.base/set-lang-auto.exp
1215 * gdb.base/set-noassign.exp
1216 * gdb.base/setvar.exp
1217 * gdb.base/sigall.exp
1218 * gdb.base/sigbpt.exp
1219 * gdb.base/siginfo-addr.exp
1220 * gdb.base/siginfo-infcall.exp
1221 * gdb.base/siginfo-obj.exp
1222 * gdb.base/siginfo.exp
1223 * gdb.base/signals-state-child.exp
1224 * gdb.base/signest.exp
1225 * gdb.base/sigstep.exp
1226 * gdb.base/sizeof.exp
1227 * gdb.base/skip.exp
1228 * gdb.base/solib-corrupted.exp
1229 * gdb.base/solib-nodir.exp
1230 * gdb.base/solib-search.exp
1231 * gdb.base/stack-checking.exp
1232 * gdb.base/stale-infcall.exp
1233 * gdb.base/stap-probe.exp
1234 * gdb.base/start.exp
1235 * gdb.base/step-break.exp
1236 * gdb.base/step-bt.exp
1237 * gdb.base/step-line.exp
1238 * gdb.base/step-over-exit.exp
1239 * gdb.base/step-over-syscall.exp
1240 * gdb.base/step-resume-infcall.exp
1241 * gdb.base/step-test.exp
1242 * gdb.base/store.exp
1243 * gdb.base/structs3.exp
1244 * gdb.base/sym-file.exp
1245 * gdb.base/symbol-without-target_section.exp
1246 * gdb.base/term.exp
1247 * gdb.base/testenv.exp
1248 * gdb.base/ui-redirect.exp
1249 * gdb.base/until.exp
1250 * gdb.base/unwindonsignal.exp
1251 * gdb.base/value-double-free.exp
1252 * gdb.base/vla-datatypes.exp
1253 * gdb.base/vla-ptr.exp
1254 * gdb.base/vla-sideeffect.exp
1255 * gdb.base/volatile.exp
1256 * gdb.base/watch-cond-infcall.exp
1257 * gdb.base/watch-cond.exp
1258 * gdb.base/watch-non-mem.exp
1259 * gdb.base/watch-read.exp
1260 * gdb.base/watch-vfork.exp
1261 * gdb.base/watchpoint-cond-gone.exp
1262 * gdb.base/watchpoint-delete.exp
1263 * gdb.base/watchpoint-hw-hit-once.exp
1264 * gdb.base/watchpoint-hw.exp
1265 * gdb.base/watchpoint-stops-at-right-insn.exp
1266 * gdb.base/watchpoints.exp
1267 * gdb.base/wchar.exp
1268 * gdb.base/whatis-exp.exp
1269 * gdb.btrace/buffer-size.exp
1270 * gdb.btrace/data.exp
1271 * gdb.btrace/delta.exp
1272 * gdb.btrace/dlopen.exp
1273 * gdb.btrace/enable.exp
1274 * gdb.btrace/exception.exp
1275 * gdb.btrace/function_call_history.exp
1276 * gdb.btrace/gcore.exp
1277 * gdb.btrace/instruction_history.exp
1278 * gdb.btrace/nohist.exp
1279 * gdb.btrace/reconnect.exp
1280 * gdb.btrace/record_goto-step.exp
1281 * gdb.btrace/record_goto.exp
1282 * gdb.btrace/rn-dl-bind.exp
1283 * gdb.btrace/segv.exp
1284 * gdb.btrace/step.exp
1285 * gdb.btrace/stepi.exp
1286 * gdb.btrace/tailcall-only.exp
1287 * gdb.btrace/tailcall.exp
1288 * gdb.btrace/tsx.exp
1289 * gdb.btrace/unknown_functions.exp
1290 * gdb.btrace/vdso.exp
1291 * gdb.compile/compile-ifunc.exp
1292 * gdb.compile/compile-ops.exp
1293 * gdb.compile/compile-print.exp
1294 * gdb.compile/compile-setjmp.exp
1295 * gdb.cp/abstract-origin.exp
1296 * gdb.cp/ambiguous.exp
1297 * gdb.cp/annota2.exp
1298 * gdb.cp/annota3.exp
1299 * gdb.cp/anon-ns.exp
1300 * gdb.cp/anon-struct.exp
1301 * gdb.cp/anon-union.exp
1302 * gdb.cp/arg-reference.exp
1303 * gdb.cp/baseenum.exp
1304 * gdb.cp/bool.exp
1305 * gdb.cp/breakpoint.exp
1306 * gdb.cp/bs15503.exp
1307 * gdb.cp/call-c.exp
1308 * gdb.cp/casts.exp
1309 * gdb.cp/chained-calls.exp
1310 * gdb.cp/class2.exp
1311 * gdb.cp/classes.exp
1312 * gdb.cp/cmpd-minsyms.exp
1313 * gdb.cp/converts.exp
1314 * gdb.cp/cp-relocate.exp
1315 * gdb.cp/cpcompletion.exp
1316 * gdb.cp/cpexprs.exp
1317 * gdb.cp/cplabel.exp
1318 * gdb.cp/cplusfuncs.exp
1319 * gdb.cp/cpsizeof.exp
1320 * gdb.cp/ctti.exp
1321 * gdb.cp/derivation.exp
1322 * gdb.cp/destrprint.exp
1323 * gdb.cp/dispcxx.exp
1324 * gdb.cp/enum-class.exp
1325 * gdb.cp/exception.exp
1326 * gdb.cp/exceptprint.exp
1327 * gdb.cp/expand-psymtabs-cxx.exp
1328 * gdb.cp/expand-sals.exp
1329 * gdb.cp/extern-c.exp
1330 * gdb.cp/filename.exp
1331 * gdb.cp/formatted-ref.exp
1332 * gdb.cp/fpointer.exp
1333 * gdb.cp/gdb1355.exp
1334 * gdb.cp/gdb2495.exp
1335 * gdb.cp/hang.exp
1336 * gdb.cp/impl-this.exp
1337 * gdb.cp/infcall-dlopen.exp
1338 * gdb.cp/inherit.exp
1339 * gdb.cp/iostream.exp
1340 * gdb.cp/koenig.exp
1341 * gdb.cp/local.exp
1342 * gdb.cp/m-data.exp
1343 * gdb.cp/m-static.exp
1344 * gdb.cp/mb-ctor.exp
1345 * gdb.cp/mb-inline.exp
1346 * gdb.cp/mb-templates.exp
1347 * gdb.cp/member-name.exp
1348 * gdb.cp/member-ptr.exp
1349 * gdb.cp/meth-typedefs.exp
1350 * gdb.cp/method.exp
1351 * gdb.cp/method2.exp
1352 * gdb.cp/minsym-fallback.exp
1353 * gdb.cp/misc.exp
1354 * gdb.cp/namelessclass.exp
1355 * gdb.cp/namespace-enum.exp
1356 * gdb.cp/namespace-nested-import.exp
1357 * gdb.cp/namespace.exp
1358 * gdb.cp/nextoverthrow.exp
1359 * gdb.cp/no-dmgl-verbose.exp
1360 * gdb.cp/non-trivial-retval.exp
1361 * gdb.cp/noparam.exp
1362 * gdb.cp/nsdecl.exp
1363 * gdb.cp/nsimport.exp
1364 * gdb.cp/nsnested.exp
1365 * gdb.cp/nsnoimports.exp
1366 * gdb.cp/nsrecurs.exp
1367 * gdb.cp/nsstress.exp
1368 * gdb.cp/nsusing.exp
1369 * gdb.cp/operator.exp
1370 * gdb.cp/oranking.exp
1371 * gdb.cp/overload-const.exp
1372 * gdb.cp/overload.exp
1373 * gdb.cp/ovldbreak.exp
1374 * gdb.cp/ovsrch.exp
1375 * gdb.cp/paren-type.exp
1376 * gdb.cp/parse-lang.exp
1377 * gdb.cp/pass-by-ref.exp
1378 * gdb.cp/pr-1023.exp
1379 * gdb.cp/pr-1210.exp
1380 * gdb.cp/pr-574.exp
1381 * gdb.cp/pr10687.exp
1382 * gdb.cp/pr12028.exp
1383 * gdb.cp/pr17132.exp
1384 * gdb.cp/pr17494.exp
1385 * gdb.cp/pr9067.exp
1386 * gdb.cp/pr9167.exp
1387 * gdb.cp/pr9631.exp
1388 * gdb.cp/printmethod.exp
1389 * gdb.cp/psmang.exp
1390 * gdb.cp/psymtab-parameter.exp
1391 * gdb.cp/ptype-cv-cp.exp
1392 * gdb.cp/ptype-flags.exp
1393 * gdb.cp/re-set-overloaded.exp
1394 * gdb.cp/ref-types.exp
1395 * gdb.cp/rtti.exp
1396 * gdb.cp/scope-err.exp
1397 * gdb.cp/shadow.exp
1398 * gdb.cp/smartp.exp
1399 * gdb.cp/static-method.exp
1400 * gdb.cp/static-print-quit.exp
1401 * gdb.cp/temargs.exp
1402 * gdb.cp/templates.exp
1403 * gdb.cp/try_catch.exp
1404 * gdb.cp/typedef-operator.exp
1405 * gdb.cp/typeid.exp
1406 * gdb.cp/userdef.exp
1407 * gdb.cp/using-crash.exp
1408 * gdb.cp/var-tag.exp
1409 * gdb.cp/virtbase.exp
1410 * gdb.cp/virtfunc.exp
1411 * gdb.cp/virtfunc2.exp
1412 * gdb.cp/vla-cxx.exp
1413 * gdb.disasm/t01_mov.exp
1414 * gdb.disasm/t02_mova.exp
1415 * gdb.disasm/t03_add.exp
1416 * gdb.disasm/t04_sub.exp
1417 * gdb.disasm/t05_cmp.exp
1418 * gdb.disasm/t06_ari2.exp
1419 * gdb.disasm/t07_ari3.exp
1420 * gdb.disasm/t08_or.exp
1421 * gdb.disasm/t09_xor.exp
1422 * gdb.disasm/t10_and.exp
1423 * gdb.disasm/t11_logs.exp
1424 * gdb.disasm/t12_bit.exp
1425 * gdb.disasm/t13_otr.exp
1426 * gdb.dlang/circular.exp
1427 * gdb.dwarf2/arr-stride.exp
1428 * gdb.dwarf2/arr-subrange.exp
1429 * gdb.dwarf2/atomic-type.exp
1430 * gdb.dwarf2/bad-regnum.exp
1431 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1432 * gdb.dwarf2/callframecfa.exp
1433 * gdb.dwarf2/clztest.exp
1434 * gdb.dwarf2/corrupt.exp
1435 * gdb.dwarf2/data-loc.exp
1436 * gdb.dwarf2/dup-psym.exp
1437 * gdb.dwarf2/dw2-anon-mptr.exp
1438 * gdb.dwarf2/dw2-anonymous-func.exp
1439 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1440 * gdb.dwarf2/dw2-bad-unresolved.exp
1441 * gdb.dwarf2/dw2-basic.exp
1442 * gdb.dwarf2/dw2-canonicalize-type.exp
1443 * gdb.dwarf2/dw2-case-insensitive.exp
1444 * gdb.dwarf2/dw2-common-block.exp
1445 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1446 * gdb.dwarf2/dw2-compressed.exp
1447 * gdb.dwarf2/dw2-const.exp
1448 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1449 * gdb.dwarf2/dw2-cu-size.exp
1450 * gdb.dwarf2/dw2-dup-frame.exp
1451 * gdb.dwarf2/dw2-entry-value.exp
1452 * gdb.dwarf2/dw2-icycle.exp
1453 * gdb.dwarf2/dw2-ifort-parameter.exp
1454 * gdb.dwarf2/dw2-inline-break.exp
1455 * gdb.dwarf2/dw2-inline-param.exp
1456 * gdb.dwarf2/dw2-intercu.exp
1457 * gdb.dwarf2/dw2-intermix.exp
1458 * gdb.dwarf2/dw2-lexical-block-bare.exp
1459 * gdb.dwarf2/dw2-linkage-name-trust.exp
1460 * gdb.dwarf2/dw2-minsym-in-cu.exp
1461 * gdb.dwarf2/dw2-noloc.exp
1462 * gdb.dwarf2/dw2-op-call.exp
1463 * gdb.dwarf2/dw2-op-out-param.exp
1464 * gdb.dwarf2/dw2-opt-structptr.exp
1465 * gdb.dwarf2/dw2-param-error.exp
1466 * gdb.dwarf2/dw2-producer.exp
1467 * gdb.dwarf2/dw2-ranges-base.exp
1468 * gdb.dwarf2/dw2-ref-missing-frame.exp
1469 * gdb.dwarf2/dw2-reg-undefined.exp
1470 * gdb.dwarf2/dw2-regno-invalid.exp
1471 * gdb.dwarf2/dw2-restore.exp
1472 * gdb.dwarf2/dw2-restrict.exp
1473 * gdb.dwarf2/dw2-single-line-discriminators.exp
1474 * gdb.dwarf2/dw2-strp.exp
1475 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1476 * gdb.dwarf2/dw2-unresolved.exp
1477 * gdb.dwarf2/dw2-var-zero-addr.exp
1478 * gdb.dwarf2/dw4-sig-types.exp
1479 * gdb.dwarf2/dwz.exp
1480 * gdb.dwarf2/dynarr-ptr.exp
1481 * gdb.dwarf2/enum-type.exp
1482 * gdb.dwarf2/gdb-index.exp
1483 * gdb.dwarf2/implptr-64bit.exp
1484 * gdb.dwarf2/implptr-optimized-out.exp
1485 * gdb.dwarf2/implptr.exp
1486 * gdb.dwarf2/implref-array.exp
1487 * gdb.dwarf2/implref-const.exp
1488 * gdb.dwarf2/implref-global.exp
1489 * gdb.dwarf2/implref-struct.exp
1490 * gdb.dwarf2/mac-fileno.exp
1491 * gdb.dwarf2/main-subprogram.exp
1492 * gdb.dwarf2/member-ptr-forwardref.exp
1493 * gdb.dwarf2/method-ptr.exp
1494 * gdb.dwarf2/missing-sig-type.exp
1495 * gdb.dwarf2/nonvar-access.exp
1496 * gdb.dwarf2/opaque-type-lookup.exp
1497 * gdb.dwarf2/pieces-optimized-out.exp
1498 * gdb.dwarf2/pieces.exp
1499 * gdb.dwarf2/pr10770.exp
1500 * gdb.dwarf2/pr13961.exp
1501 * gdb.dwarf2/staticvirtual.exp
1502 * gdb.dwarf2/subrange.exp
1503 * gdb.dwarf2/symtab-producer.exp
1504 * gdb.dwarf2/trace-crash.exp
1505 * gdb.dwarf2/typeddwarf.exp
1506 * gdb.dwarf2/valop.exp
1507 * gdb.dwarf2/watch-notconst.exp
1508 * gdb.fortran/array-element.exp
1509 * gdb.fortran/charset.exp
1510 * gdb.fortran/common-block.exp
1511 * gdb.fortran/complex.exp
1512 * gdb.fortran/derived-type-function.exp
1513 * gdb.fortran/derived-type.exp
1514 * gdb.fortran/logical.exp
1515 * gdb.fortran/module.exp
1516 * gdb.fortran/multi-dim.exp
1517 * gdb.fortran/nested-funcs.exp
1518 * gdb.fortran/print-formatted.exp
1519 * gdb.fortran/subarray.exp
1520 * gdb.fortran/vla-alloc-assoc.exp
1521 * gdb.fortran/vla-datatypes.exp
1522 * gdb.fortran/vla-history.exp
1523 * gdb.fortran/vla-ptr-info.exp
1524 * gdb.fortran/vla-ptype-sub.exp
1525 * gdb.fortran/vla-ptype.exp
1526 * gdb.fortran/vla-sizeof.exp
1527 * gdb.fortran/vla-type.exp
1528 * gdb.fortran/vla-value-sub-arbitrary.exp
1529 * gdb.fortran/vla-value-sub-finish.exp
1530 * gdb.fortran/vla-value-sub.exp
1531 * gdb.fortran/vla-value.exp
1532 * gdb.fortran/whatis_type.exp
1533 * gdb.go/chan.exp
1534 * gdb.go/handcall.exp
1535 * gdb.go/hello.exp
1536 * gdb.go/integers.exp
1537 * gdb.go/methods.exp
1538 * gdb.go/package.exp
1539 * gdb.go/strings.exp
1540 * gdb.go/types.exp
1541 * gdb.go/unsafe.exp
1542 * gdb.guile/scm-arch.exp
1543 * gdb.guile/scm-block.exp
1544 * gdb.guile/scm-breakpoint.exp
1545 * gdb.guile/scm-cmd.exp
1546 * gdb.guile/scm-disasm.exp
1547 * gdb.guile/scm-equal.exp
1548 * gdb.guile/scm-frame-args.exp
1549 * gdb.guile/scm-frame-inline.exp
1550 * gdb.guile/scm-frame.exp
1551 * gdb.guile/scm-iterator.exp
1552 * gdb.guile/scm-math.exp
1553 * gdb.guile/scm-objfile.exp
1554 * gdb.guile/scm-ports.exp
1555 * gdb.guile/scm-symbol.exp
1556 * gdb.guile/scm-symtab.exp
1557 * gdb.guile/scm-value-cc.exp
1558 * gdb.guile/types-module.exp
1559 * gdb.linespec/break-ask.exp
1560 * gdb.linespec/cpexplicit.exp
1561 * gdb.linespec/explicit.exp
1562 * gdb.linespec/keywords.exp
1563 * gdb.linespec/linespec.exp
1564 * gdb.linespec/ls-dollar.exp
1565 * gdb.linespec/ls-errs.exp
1566 * gdb.linespec/skip-two.exp
1567 * gdb.linespec/thread.exp
1568 * gdb.mi/mi-async.exp
1569 * gdb.mi/mi-basics.exp
1570 * gdb.mi/mi-break.exp
1571 * gdb.mi/mi-catch-load.exp
1572 * gdb.mi/mi-cli.exp
1573 * gdb.mi/mi-cmd-param-changed.exp
1574 * gdb.mi/mi-console.exp
1575 * gdb.mi/mi-detach.exp
1576 * gdb.mi/mi-disassemble.exp
1577 * gdb.mi/mi-eval.exp
1578 * gdb.mi/mi-file-transfer.exp
1579 * gdb.mi/mi-file.exp
1580 * gdb.mi/mi-fill-memory.exp
1581 * gdb.mi/mi-inheritance-syntax-error.exp
1582 * gdb.mi/mi-linespec-err-cp.exp
1583 * gdb.mi/mi-logging.exp
1584 * gdb.mi/mi-memory-changed.exp
1585 * gdb.mi/mi-read-memory.exp
1586 * gdb.mi/mi-record-changed.exp
1587 * gdb.mi/mi-reg-undefined.exp
1588 * gdb.mi/mi-regs.exp
1589 * gdb.mi/mi-return.exp
1590 * gdb.mi/mi-reverse.exp
1591 * gdb.mi/mi-simplerun.exp
1592 * gdb.mi/mi-solib.exp
1593 * gdb.mi/mi-stack.exp
1594 * gdb.mi/mi-stepi.exp
1595 * gdb.mi/mi-syn-frame.exp
1596 * gdb.mi/mi-until.exp
1597 * gdb.mi/mi-var-block.exp
1598 * gdb.mi/mi-var-child.exp
1599 * gdb.mi/mi-var-cmd.exp
1600 * gdb.mi/mi-var-cp.exp
1601 * gdb.mi/mi-var-display.exp
1602 * gdb.mi/mi-var-invalidate.exp
1603 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1604 * gdb.mi/mi-vla-fortran.exp
1605 * gdb.mi/mi-watch.exp
1606 * gdb.mi/mi2-var-child.exp
1607 * gdb.mi/user-selected-context-sync.exp
1608 * gdb.modula2/unbounded-array.exp
1609 * gdb.multi/dummy-frame-restore.exp
1610 * gdb.multi/multi-arch-exec.exp
1611 * gdb.multi/multi-arch.exp
1612 * gdb.multi/tids.exp
1613 * gdb.multi/watchpoint-multi.exp
1614 * gdb.opencl/callfuncs.exp
1615 * gdb.opencl/convs_casts.exp
1616 * gdb.opencl/datatypes.exp
1617 * gdb.opencl/operators.exp
1618 * gdb.opencl/vec_comps.exp
1619 * gdb.opt/clobbered-registers-O2.exp
1620 * gdb.opt/inline-break.exp
1621 * gdb.opt/inline-bt.exp
1622 * gdb.opt/inline-cmds.exp
1623 * gdb.opt/inline-locals.exp
1624 * gdb.pascal/case-insensitive-symbols.exp
1625 * gdb.pascal/floats.exp
1626 * gdb.pascal/gdb11492.exp
1627 * gdb.python/lib-types.exp
1628 * gdb.python/py-arch.exp
1629 * gdb.python/py-as-string.exp
1630 * gdb.python/py-bad-printers.exp
1631 * gdb.python/py-block.exp
1632 * gdb.python/py-breakpoint-create-fail.exp
1633 * gdb.python/py-breakpoint.exp
1634 * gdb.python/py-caller-is.exp
1635 * gdb.python/py-cmd.exp
1636 * gdb.python/py-explore-cc.exp
1637 * gdb.python/py-explore.exp
1638 * gdb.python/py-finish-breakpoint.exp
1639 * gdb.python/py-finish-breakpoint2.exp
1640 * gdb.python/py-frame-args.exp
1641 * gdb.python/py-frame-inline.exp
1642 * gdb.python/py-frame.exp
1643 * gdb.python/py-framefilter-mi.exp
1644 * gdb.python/py-infthread.exp
1645 * gdb.python/py-lazy-string.exp
1646 * gdb.python/py-linetable.exp
1647 * gdb.python/py-mi-events.exp
1648 * gdb.python/py-mi-objfile.exp
1649 * gdb.python/py-mi.exp
1650 * gdb.python/py-objfile.exp
1651 * gdb.python/py-pp-integral.exp
1652 * gdb.python/py-pp-maint.exp
1653 * gdb.python/py-pp-re-notag.exp
1654 * gdb.python/py-pp-registration.exp
1655 * gdb.python/py-recurse-unwind.exp
1656 * gdb.python/py-strfns.exp
1657 * gdb.python/py-symbol.exp
1658 * gdb.python/py-symtab.exp
1659 * gdb.python/py-sync-interp.exp
1660 * gdb.python/py-typeprint.exp
1661 * gdb.python/py-unwind-maint.exp
1662 * gdb.python/py-unwind.exp
1663 * gdb.python/py-value-cc.exp
1664 * gdb.python/py-xmethods.exp
1665 * gdb.reverse/amd64-tailcall-reverse.exp
1666 * gdb.reverse/break-precsave.exp
1667 * gdb.reverse/break-reverse.exp
1668 * gdb.reverse/consecutive-precsave.exp
1669 * gdb.reverse/consecutive-reverse.exp
1670 * gdb.reverse/finish-precsave.exp
1671 * gdb.reverse/finish-reverse-bkpt.exp
1672 * gdb.reverse/finish-reverse.exp
1673 * gdb.reverse/fstatat-reverse.exp
1674 * gdb.reverse/getresuid-reverse.exp
1675 * gdb.reverse/i386-precsave.exp
1676 * gdb.reverse/i386-reverse.exp
1677 * gdb.reverse/i386-sse-reverse.exp
1678 * gdb.reverse/i387-env-reverse.exp
1679 * gdb.reverse/i387-stack-reverse.exp
1680 * gdb.reverse/insn-reverse.exp
1681 * gdb.reverse/machinestate-precsave.exp
1682 * gdb.reverse/machinestate.exp
1683 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1684 * gdb.reverse/pipe-reverse.exp
1685 * gdb.reverse/readv-reverse.exp
1686 * gdb.reverse/recvmsg-reverse.exp
1687 * gdb.reverse/rerun-prec.exp
1688 * gdb.reverse/s390-mvcle.exp
1689 * gdb.reverse/step-precsave.exp
1690 * gdb.reverse/step-reverse.exp
1691 * gdb.reverse/time-reverse.exp
1692 * gdb.reverse/until-precsave.exp
1693 * gdb.reverse/until-reverse.exp
1694 * gdb.reverse/waitpid-reverse.exp
1695 * gdb.reverse/watch-precsave.exp
1696 * gdb.reverse/watch-reverse.exp
1697 * gdb.rust/generics.exp
1698 * gdb.rust/methods.exp
1699 * gdb.rust/modules.exp
1700 * gdb.rust/simple.exp
1701 * gdb.server/connect-with-no-symbol-file.exp
1702 * gdb.server/ext-attach.exp
1703 * gdb.server/ext-restart.exp
1704 * gdb.server/ext-wrapper.exp
1705 * gdb.server/file-transfer.exp
1706 * gdb.server/server-exec-info.exp
1707 * gdb.server/server-kill.exp
1708 * gdb.server/server-mon.exp
1709 * gdb.server/wrapper.exp
1710 * gdb.stabs/exclfwd.exp
1711 * gdb.stabs/gdb11479.exp
1712 * gdb.threads/clone-new-thread-event.exp
1713 * gdb.threads/corethreads.exp
1714 * gdb.threads/current-lwp-dead.exp
1715 * gdb.threads/dlopen-libpthread.exp
1716 * gdb.threads/gcore-thread.exp
1717 * gdb.threads/sigstep-threads.exp
1718 * gdb.threads/watchpoint-fork.exp
1719 * gdb.trace/actions-changed.exp
1720 * gdb.trace/backtrace.exp
1721 * gdb.trace/change-loc.exp
1722 * gdb.trace/circ.exp
1723 * gdb.trace/collection.exp
1724 * gdb.trace/disconnected-tracing.exp
1725 * gdb.trace/ftrace.exp
1726 * gdb.trace/mi-trace-frame-collected.exp
1727 * gdb.trace/mi-trace-unavailable.exp
1728 * gdb.trace/mi-traceframe-changed.exp
1729 * gdb.trace/mi-tsv-changed.exp
1730 * gdb.trace/no-attach-trace.exp
1731 * gdb.trace/passc-dyn.exp
1732 * gdb.trace/qtro.exp
1733 * gdb.trace/range-stepping.exp
1734 * gdb.trace/read-memory.exp
1735 * gdb.trace/save-trace.exp
1736 * gdb.trace/signal.exp
1737 * gdb.trace/status-stop.exp
1738 * gdb.trace/tfile.exp
1739 * gdb.trace/trace-break.exp
1740 * gdb.trace/trace-buffer-size.exp
1741 * gdb.trace/trace-condition.exp
1742 * gdb.trace/tracefile-pseudo-reg.exp
1743 * gdb.trace/tstatus.exp
1744 * gdb.trace/unavailable.exp
1745 * gdb.trace/while-dyn.exp
1746 * gdb.trace/while-stepping.exp
1747
1748 2016-12-22 Doug Evans <xdje42@gmail.com>
1749
1750 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1751 and msymbols.
1752
1753 2016-12-19 Yao Qi <yao.qi@linaro.org>
1754
1755 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1756 (test_with_self): Don't call do_steps_and_nexts, and remove
1757 code about stepping into xmalloc.
1758
1759 2016-12-09 Yao Qi <yao.qi@linaro.org>
1760
1761 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1762
1763 2016-12-09 Yao Qi <yao.qi@linaro.org>
1764
1765 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1766
1767 2016-12-09 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.base/all-architectures-0.exp: New file.
1770 * gdb.base/all-architectures-1.exp: New file.
1771 * gdb.base/all-architectures-2.exp: New file.
1772 * gdb.base/all-architectures-3.exp: New file.
1773 * gdb.base/all-architectures-4.exp: New file.
1774 * gdb.base/all-architectures-5.exp: New file.
1775 * gdb.base/all-architectures-6.exp: New file.
1776 * gdb.base/all-architectures-7.exp: New file.
1777 * gdb.base/all-architectures.exp.in: New file.
1778
1779 2016-12-09 Yao Qi <yao.qi@linaro.org>
1780
1781 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1782
1783 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1784
1785 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1786 possible.
1787 Remove useless pattern-matching code.
1788
1789 2016-12-02 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1792 procedure.
1793 (top level): Call it.
1794
1795 2016-12-02 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1798 New procedure.
1799 (top level): Call it.
1800
1801 2016-12-02 Pedro Alves <palves@redhat.com>
1802
1803 PR cli/20559
1804 * gdb.base/commands.exp (user_defined_command_args_eval): New
1805 procedure.
1806 (top level): Call it.
1807
1808 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1809
1810 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1811 timeout handling.
1812
1813 2016-12-02 Tom Tromey <tom@tromey.com>
1814
1815 * gdb.dwarf2/main-subprogram.c: New file.
1816 * gdb.dwarf2/main-subprogram.exp: New file.
1817
1818 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1819
1820 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1821 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1822 gdb_test_no_output for a couple of cases.
1823 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1824
1825 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1826
1827 Fix test names and standardize compilation error messages throughout
1828 the following files:
1829
1830 * gdb.ada/start.exp
1831 * gdb.arch/alpha-step.exp
1832 * gdb.arch/e500-prologue.exp
1833 * gdb.arch/ftrace-insn-reloc.exp
1834 * gdb.arch/gdb1291.exp
1835 * gdb.arch/gdb1431.exp
1836 * gdb.arch/gdb1558.exp
1837 * gdb.arch/i386-dr3-watch.exp
1838 * gdb.arch/i386-sse-stack-align.exp
1839 * gdb.arch/ia64-breakpoint-shadow.exp
1840 * gdb.arch/pa-nullify.exp
1841 * gdb.arch/powerpc-aix-prologue.exp
1842 * gdb.arch/thumb-bx-pc.exp
1843 * gdb.base/annota1.exp
1844 * gdb.base/annota3.exp
1845 * gdb.base/arrayidx.exp
1846 * gdb.base/assign.exp
1847 * gdb.base/attach.exp
1848 * gdb.base/auxv.exp
1849 * gdb.base/bang.exp
1850 * gdb.base/bfp-test.exp
1851 * gdb.base/bigcore.exp
1852 * gdb.base/bitfields2.exp
1853 * gdb.base/break-fun-addr.exp
1854 * gdb.base/break-probes.exp
1855 * gdb.base/call-rt-st.exp
1856 * gdb.base/callexit.exp
1857 * gdb.base/catch-fork-kill.exp
1858 * gdb.base/charset.exp
1859 * gdb.base/checkpoint.exp
1860 * gdb.base/comprdebug.exp
1861 * gdb.base/constvars.exp
1862 * gdb.base/coredump-filter.exp
1863 * gdb.base/cursal.exp
1864 * gdb.base/cvexpr.exp
1865 * gdb.base/detach.exp
1866 * gdb.base/display.exp
1867 * gdb.base/dmsym.exp
1868 * gdb.base/dprintf-pending.exp
1869 * gdb.base/dso2dso.exp
1870 * gdb.base/dtrace-probe.exp
1871 * gdb.base/dump.exp
1872 * gdb.base/enum_cond.exp
1873 * gdb.base/exe-lock.exp
1874 * gdb.base/exec-invalid-sysroot.exp
1875 * gdb.base/execl-update-breakpoints.exp
1876 * gdb.base/exprs.exp
1877 * gdb.base/fileio.exp
1878 * gdb.base/find.exp
1879 * gdb.base/finish.exp
1880 * gdb.base/fixsection.exp
1881 * gdb.base/foll-vfork.exp
1882 * gdb.base/frame-args.exp
1883 * gdb.base/gcore.exp
1884 * gdb.base/gdb1250.exp
1885 * gdb.base/global-var-nested-by-dso.exp
1886 * gdb.base/gnu-ifunc.exp
1887 * gdb.base/hashline1.exp
1888 * gdb.base/hashline2.exp
1889 * gdb.base/hashline3.exp
1890 * gdb.base/hbreak-in-shr-unsupported.exp
1891 * gdb.base/huge.exp
1892 * gdb.base/infcall-input.exp
1893 * gdb.base/info-fun.exp
1894 * gdb.base/info-shared.exp
1895 * gdb.base/jit-simple.exp
1896 * gdb.base/jit-so.exp
1897 * gdb.base/jit.exp
1898 * gdb.base/jump.exp
1899 * gdb.base/label.exp
1900 * gdb.base/lineinc.exp
1901 * gdb.base/logical.exp
1902 * gdb.base/longjmp.exp
1903 * gdb.base/macscp.exp
1904 * gdb.base/miscexprs.exp
1905 * gdb.base/new-ui-echo.exp
1906 * gdb.base/new-ui-pending-input.exp
1907 * gdb.base/new-ui.exp
1908 * gdb.base/nodebug.exp
1909 * gdb.base/nofield.exp
1910 * gdb.base/offsets.exp
1911 * gdb.base/overlays.exp
1912 * gdb.base/pending.exp
1913 * gdb.base/pointers.exp
1914 * gdb.base/pr11022.exp
1915 * gdb.base/printcmds.exp
1916 * gdb.base/prologue.exp
1917 * gdb.base/ptr-typedef.exp
1918 * gdb.base/realname-expand.exp
1919 * gdb.base/relativedebug.exp
1920 * gdb.base/relocate.exp
1921 * gdb.base/remote.exp
1922 * gdb.base/reread.exp
1923 * gdb.base/return2.exp
1924 * gdb.base/savedregs.exp
1925 * gdb.base/sep.exp
1926 * gdb.base/sepdebug.exp
1927 * gdb.base/sepsymtab.exp
1928 * gdb.base/set-inferior-tty.exp
1929 * gdb.base/setshow.exp
1930 * gdb.base/shlib-call.exp
1931 * gdb.base/sigaltstack.exp
1932 * gdb.base/siginfo-addr.exp
1933 * gdb.base/signals.exp
1934 * gdb.base/signull.exp
1935 * gdb.base/sigrepeat.exp
1936 * gdb.base/so-impl-ld.exp
1937 * gdb.base/solib-display.exp
1938 * gdb.base/solib-overlap.exp
1939 * gdb.base/solib-search.exp
1940 * gdb.base/solib-symbol.exp
1941 * gdb.base/structs.exp
1942 * gdb.base/structs2.exp
1943 * gdb.base/symtab-search-order.exp
1944 * gdb.base/twice.exp
1945 * gdb.base/unload.exp
1946 * gdb.base/varargs.exp
1947 * gdb.base/watchpoint-solib.exp
1948 * gdb.base/watchpoint.exp
1949 * gdb.base/whatis.exp
1950 * gdb.base/wrong_frame_bt_full.exp
1951 * gdb.btrace/dlopen.exp
1952 * gdb.cell/ea-standalone.exp
1953 * gdb.cell/ea-test.exp
1954 * gdb.cp/dispcxx.exp
1955 * gdb.cp/gdb2384.exp
1956 * gdb.cp/method2.exp
1957 * gdb.cp/nextoverthrow.exp
1958 * gdb.cp/pr10728.exp
1959 * gdb.disasm/am33.exp
1960 * gdb.disasm/h8300s.exp
1961 * gdb.disasm/mn10300.exp
1962 * gdb.disasm/sh3.exp
1963 * gdb.dwarf2/dw2-dir-file-name.exp
1964 * gdb.fortran/complex.exp
1965 * gdb.fortran/library-module.exp
1966 * gdb.guile/scm-pretty-print.exp
1967 * gdb.guile/scm-symbol.exp
1968 * gdb.guile/scm-type.exp
1969 * gdb.guile/scm-value.exp
1970 * gdb.linespec/linespec.exp
1971 * gdb.mi/gdb701.exp
1972 * gdb.mi/gdb792.exp
1973 * gdb.mi/mi-breakpoint-changed.exp
1974 * gdb.mi/mi-dprintf-pending.exp
1975 * gdb.mi/mi-dprintf.exp
1976 * gdb.mi/mi-exit-code.exp
1977 * gdb.mi/mi-pending.exp
1978 * gdb.mi/mi-solib.exp
1979 * gdb.mi/new-ui-mi-sync.exp
1980 * gdb.mi/pr11022.exp
1981 * gdb.mi/user-selected-context-sync.exp
1982 * gdb.opt/solib-intra-step.exp
1983 * gdb.python/py-events.exp
1984 * gdb.python/py-finish-breakpoint.exp
1985 * gdb.python/py-mi.exp
1986 * gdb.python/py-prettyprint.exp
1987 * gdb.python/py-shared.exp
1988 * gdb.python/py-symbol.exp
1989 * gdb.python/py-template.exp
1990 * gdb.python/py-type.exp
1991 * gdb.python/py-value.exp
1992 * gdb.reverse/solib-precsave.exp
1993 * gdb.reverse/solib-reverse.exp
1994 * gdb.server/solib-list.exp
1995 * gdb.stabs/weird.exp
1996 * gdb.threads/reconnect-signal.exp
1997 * gdb.threads/stepi-random-signal.exp
1998 * gdb.trace/actions.exp
1999 * gdb.trace/ax.exp
2000 * gdb.trace/backtrace.exp
2001 * gdb.trace/change-loc.exp
2002 * gdb.trace/deltrace.exp
2003 * gdb.trace/ftrace-lock.exp
2004 * gdb.trace/ftrace.exp
2005 * gdb.trace/infotrace.exp
2006 * gdb.trace/mi-tracepoint-changed.exp
2007 * gdb.trace/packetlen.exp
2008 * gdb.trace/passcount.exp
2009 * gdb.trace/pending.exp
2010 * gdb.trace/range-stepping.exp
2011 * gdb.trace/report.exp
2012 * gdb.trace/stap-trace.exp
2013 * gdb.trace/tfind.exp
2014 * gdb.trace/trace-break.exp
2015 * gdb.trace/trace-condition.exp
2016 * gdb.trace/trace-enable-disable.exp
2017 * gdb.trace/trace-mt.exp
2018 * gdb.trace/tracecmd.exp
2019 * gdb.trace/tspeed.exp
2020 * gdb.trace/tsv.exp
2021 * lib/perftest.exp
2022
2023 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2024
2025 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2026 with gdb_test_no_output.
2027 Use command as test name.
2028
2029 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2030
2031 Fix test names starting with uppercase throughout the files.
2032
2033 * gdb.ada/assign_1.exp
2034 * gdb.ada/boolean_expr.exp
2035 * gdb.base/arrayidx.exp
2036 * gdb.base/del.exp
2037 * gdb.base/gcore-buffer-overflow.exp
2038 * gdb.base/testenv.exp
2039 * gdb.compile/compile.exp
2040 * gdb.python/py-framefilter-invalidarg.exp
2041 * gdb.python/py-framefilter.exp
2042
2043 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2044
2045 Fix test names starting with uppercase throughout the files.
2046
2047 * gdb.ada/array_return.exp
2048 * gdb.ada/expr_delims.exp
2049 * gdb.ada/mi_dyn_arr.exp
2050 * gdb.ada/mi_interface.exp
2051 * gdb.ada/mi_var_array.exp
2052 * gdb.ada/watch_arg.exp
2053 * gdb.arch/alpha-step.exp
2054 * gdb.arch/altivec-regs.exp
2055 * gdb.arch/e500-regs.exp
2056 * gdb.arch/powerpc-d128-regs.exp
2057 * gdb.base/arrayidx.exp
2058 * gdb.base/break.exp
2059 * gdb.base/checkpoint.exp
2060 * gdb.base/debug-expr.exp
2061 * gdb.base/dmsym.exp
2062 * gdb.base/radix.exp
2063 * gdb.base/sepdebug.exp
2064 * gdb.base/testenv.exp
2065 * gdb.base/watch_thread_num.exp
2066 * gdb.base/watchpoint-cond-gone.exp
2067 * gdb.cell/break.exp
2068 * gdb.cell/ea-cache.exp
2069 * gdb.compile/compile.exp
2070 * gdb.cp/gdb2495.exp
2071 * gdb.gdb/selftest.exp
2072 * gdb.gdb/xfullpath.exp
2073 * gdb.go/hello.exp
2074 * gdb.go/integers.exp
2075 * gdb.objc/basicclass.exp
2076 * gdb.pascal/hello.exp
2077 * gdb.pascal/integers.exp
2078 * gdb.python/py-breakpoint.exp
2079 * gdb.python/py-cmd.exp
2080 * gdb.python/py-linetable.exp
2081 * gdb.python/py-xmethods.exp
2082 * gdb.python/python.exp
2083 * gdb.reverse/consecutive-precsave.exp
2084 * gdb.reverse/finish-precsave.exp
2085 * gdb.reverse/i386-precsave.exp
2086 * gdb.reverse/machinestate-precsave.exp
2087 * gdb.reverse/sigall-precsave.exp
2088 * gdb.reverse/solib-precsave.exp
2089 * gdb.reverse/step-precsave.exp
2090 * gdb.reverse/until-precsave.exp
2091 * gdb.reverse/watch-precsave.exp
2092 * gdb.threads/leader-exit.exp
2093 * gdb.threads/pthreads.exp
2094 * gdb.threads/wp-replication.exp
2095 * gdb.trace/actions.exp
2096 * gdb.trace/mi-tsv-changed.exp
2097 * gdb.trace/tsv.exp
2098
2099 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2100
2101 Fix test names starting with uppercase throughout the files.
2102
2103 * gdb.arch/i386-bp_permanent.exp
2104 * gdb.arch/i386-gnu-cfi.exp
2105 * gdb.base/disasm-end-cu.exp
2106 * gdb.base/macscp.exp
2107 * gdb.base/pending.exp
2108 * gdb.base/watch_thread_num.exp
2109 * gdb.cp/exception.exp
2110 * gdb.cp/gdb2495.exp
2111 * gdb.cp/local.exp
2112 * gdb.python/py-evsignal.exp
2113 * gdb.python/python.exp
2114 * gdb.trace/tracecmd.exp
2115
2116 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2117
2118 Fix test names starting with uppercase throughout the files.
2119
2120 * gdb.base/charset.exp
2121 * gdb.base/eval.exp
2122 * gdb.base/multi-forks.exp
2123 * gdb.guile/scm-progspace.exp
2124 * gdb.opencl/datatypes.exp
2125 * gdb.python/py-block.exp
2126 * gdb.python/py-function.exp
2127 * gdb.python/py-symbol.exp
2128 * gdb.python/py-symtab.exp
2129 * gdb.python/py-xmethods.exp
2130 * gdb.reverse/break-precsave.exp
2131 * gdb.reverse/break-reverse.exp
2132 * gdb.reverse/consecutive-precsave.exp
2133 * gdb.reverse/consecutive-reverse.exp
2134 * gdb.reverse/finish-precsave.exp
2135 * gdb.reverse/finish-reverse-bkpt.exp
2136 * gdb.reverse/finish-reverse.exp
2137 * gdb.reverse/fstatat-reverse.exp
2138 * gdb.reverse/getresuid-reverse.exp
2139 * gdb.reverse/i386-precsave.exp
2140 * gdb.reverse/i386-reverse.exp
2141 * gdb.reverse/i386-sse-reverse.exp
2142 * gdb.reverse/i387-stack-reverse.exp
2143 * gdb.reverse/insn-reverse.exp
2144 * gdb.reverse/machinestate-precsave.exp
2145 * gdb.reverse/machinestate.exp
2146 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2147 * gdb.reverse/pipe-reverse.exp
2148 * gdb.reverse/readv-reverse.exp
2149 * gdb.reverse/recvmsg-reverse.exp
2150 * gdb.reverse/rerun-prec.exp
2151 * gdb.reverse/s390-mvcle.exp
2152 * gdb.reverse/sigall-precsave.exp
2153 * gdb.reverse/sigall-reverse.exp
2154 * gdb.reverse/solib-precsave.exp
2155 * gdb.reverse/solib-reverse.exp
2156 * gdb.reverse/step-precsave.exp
2157 * gdb.reverse/step-reverse.exp
2158 * gdb.reverse/time-reverse.exp
2159 * gdb.reverse/until-precsave.exp
2160 * gdb.reverse/until-reverse.exp
2161 * gdb.reverse/waitpid-reverse.exp
2162 * gdb.reverse/watch-precsave.exp
2163 * gdb.reverse/watch-reverse.exp
2164
2165 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2166
2167 Fix test names starting with uppercase throughout the files.
2168
2169 * gdb.arch/i386-mpx-simple_segv.exp
2170 * gdb.arch/i386-mpx.exp
2171 * gdb.arch/i386-permbkpt.exp
2172 * gdb.arch/pa-nullify.exp
2173 * gdb.arch/powerpc-d128-regs.exp
2174 * gdb.arch/vsx-regs.exp
2175 * gdb.base/bfp-test.exp
2176 * gdb.base/break.exp
2177 * gdb.base/breakpoint-shadow.exp
2178 * gdb.base/callfuncs.exp
2179 * gdb.base/charset.exp
2180 * gdb.base/commands.exp
2181 * gdb.base/completion.exp
2182 * gdb.base/dfp-test.exp
2183 * gdb.base/echo.exp
2184 * gdb.base/ending-run.exp
2185 * gdb.base/eval.exp
2186 * gdb.base/expand-psymtabs.exp
2187 * gdb.base/float128.exp
2188 * gdb.base/floatn.exp
2189 * gdb.base/foll-exec-mode.exp
2190 * gdb.base/gdb1056.exp
2191 * gdb.base/gdb11531.exp
2192 * gdb.base/kill-after-signal.exp
2193 * gdb.base/multi-forks.exp
2194 * gdb.base/overlays.exp
2195 * gdb.base/pending.exp
2196 * gdb.base/sepdebug.exp
2197 * gdb.base/testenv.exp
2198 * gdb.base/valgrind-db-attach.exp
2199 * gdb.base/watch_thread_num.exp
2200 * gdb.base/watchpoint-cond-gone.exp
2201 * gdb.base/watchpoint.exp
2202 * gdb.base/watchpoints.exp
2203 * gdb.cp/arg-reference.exp
2204 * gdb.cp/baseenum.exp
2205 * gdb.cp/operator.exp
2206 * gdb.cp/shadow.exp
2207 * gdb.dwarf2/dw2-op-out-param.exp
2208 * gdb.dwarf2/dw2-reg-undefined.exp
2209 * gdb.go/chan.exp
2210 * gdb.go/hello.exp
2211 * gdb.go/integers.exp
2212 * gdb.go/methods.exp
2213 * gdb.go/package.exp
2214 * gdb.guile/scm-parameter.exp
2215 * gdb.guile/scm-progspace.exp
2216 * gdb.guile/scm-value.exp
2217 * gdb.mi/mi-pending.exp
2218 * gdb.mi/user-selected-context-sync.exp
2219 * gdb.multi/multi-attach.exp
2220 * gdb.multi/tids.exp
2221 * gdb.opt/clobbered-registers-O2.exp
2222 * gdb.pascal/floats.exp
2223 * gdb.pascal/integers.exp
2224 * gdb.python/py-block.exp
2225 * gdb.python/py-events.exp
2226 * gdb.python/py-parameter.exp
2227 * gdb.python/py-symbol.exp
2228 * gdb.python/py-symtab.exp
2229 * gdb.python/py-type.exp
2230 * gdb.python/py-value.exp
2231 * gdb.python/py-xmethods.exp
2232 * gdb.python/python.exp
2233 * gdb.reverse/break-precsave.exp
2234 * gdb.reverse/consecutive-precsave.exp
2235 * gdb.reverse/finish-precsave.exp
2236 * gdb.reverse/i386-precsave.exp
2237 * gdb.reverse/machinestate-precsave.exp
2238 * gdb.reverse/sigall-precsave.exp
2239 * gdb.reverse/solib-precsave.exp
2240 * gdb.reverse/step-precsave.exp
2241 * gdb.reverse/until-precsave.exp
2242 * gdb.reverse/watch-precsave.exp
2243 * gdb.server/ext-attach.exp
2244 * gdb.server/ext-restart.exp
2245 * gdb.server/ext-run.exp
2246 * gdb.server/ext-wrapper.exp
2247 * gdb.stabs/gdb11479.exp
2248 * gdb.stabs/weird.exp
2249 * gdb.threads/attach-many-short-lived-threads.exp
2250 * gdb.threads/kill.exp
2251 * gdb.threads/watchpoint-fork.exp
2252
2253 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2254
2255 Fix test names starting with uppercase throughout all the files below.
2256
2257 * gdb.ada/array_return.exp
2258 * gdb.ada/catch_ex.exp
2259 * gdb.ada/info_exc.exp
2260 * gdb.ada/mi_catch_ex.exp
2261 * gdb.ada/mi_dyn_arr.exp
2262 * gdb.ada/mi_ex_cond.exp
2263 * gdb.ada/mi_exc_info.exp
2264 * gdb.ada/mi_interface.exp
2265 * gdb.ada/mi_task_arg.exp
2266 * gdb.ada/mi_task_info.exp
2267 * gdb.ada/mi_var_array.exp
2268 * gdb.arch/alpha-step.exp
2269 * gdb.arch/amd64-disp-step.exp
2270 * gdb.arch/arm-disp-step.exp
2271 * gdb.arch/disp-step-insn-reloc.exp
2272 * gdb.arch/e500-prologue.exp
2273 * gdb.arch/ftrace-insn-reloc.exp
2274 * gdb.arch/gdb1558.exp
2275 * gdb.arch/i386-bp_permanent.exp
2276 * gdb.arch/i386-disp-step.exp
2277 * gdb.arch/i386-float.exp
2278 * gdb.arch/i386-gnu-cfi.exp
2279 * gdb.arch/ia64-breakpoint-shadow.exp
2280 * gdb.arch/mips16-thunks.exp
2281 * gdb.arch/pa-nullify.exp
2282 * gdb.arch/powerpc-aix-prologue.exp
2283 * gdb.arch/powerpc-power.exp
2284 * gdb.arch/ppc-dfp.exp
2285 * gdb.arch/s390-tdbregs.exp
2286 * gdb.arch/spu-info.exp
2287 * gdb.arch/spu-ls.exp
2288 * gdb.arch/thumb-bx-pc.exp
2289 * gdb.base/advance.exp
2290 * gdb.base/annota-input-while-running.exp
2291 * gdb.base/arrayidx.exp
2292 * gdb.base/asmlabel.exp
2293 * gdb.base/async.exp
2294 * gdb.base/attach-wait-input.exp
2295 * gdb.base/auto-connect-native-target.exp
2296 * gdb.base/batch-preserve-term-settings.exp
2297 * gdb.base/bfp-test.exp
2298 * gdb.base/bigcore.exp
2299 * gdb.base/bp-permanent.exp
2300 * gdb.base/break-always.exp
2301 * gdb.base/break-fun-addr.exp
2302 * gdb.base/break-idempotent.exp
2303 * gdb.base/break-main-file-remove-fail.exp
2304 * gdb.base/break-probes.exp
2305 * gdb.base/break-unload-file.exp
2306 * gdb.base/break.exp
2307 * gdb.base/call-ar-st.exp
2308 * gdb.base/call-rt-st.exp
2309 * gdb.base/call-sc.exp
2310 * gdb.base/call-signal-resume.exp
2311 * gdb.base/call-strs.exp
2312 * gdb.base/callexit.exp
2313 * gdb.base/callfuncs.exp
2314 * gdb.base/catch-gdb-caused-signals.exp
2315 * gdb.base/catch-signal-siginfo-cond.exp
2316 * gdb.base/catch-syscall.exp
2317 * gdb.base/compare-sections.exp
2318 * gdb.base/cond-eval-mode.exp
2319 * gdb.base/condbreak-call-false.exp
2320 * gdb.base/consecutive-step-over.exp
2321 * gdb.base/cursal.exp
2322 * gdb.base/disabled-location.exp
2323 * gdb.base/disasm-end-cu.exp
2324 * gdb.base/display.exp
2325 * gdb.base/double-prompt-target-event-error.exp
2326 * gdb.base/dprintf-bp-same-addr.exp
2327 * gdb.base/dprintf-detach.exp
2328 * gdb.base/dprintf-next.exp
2329 * gdb.base/dprintf-non-stop.exp
2330 * gdb.base/dprintf-pending.exp
2331 * gdb.base/dso2dso.exp
2332 * gdb.base/ending-run.exp
2333 * gdb.base/enum_cond.exp
2334 * gdb.base/examine-backward.exp
2335 * gdb.base/exe-lock.exp
2336 * gdb.base/exec-invalid-sysroot.exp
2337 * gdb.base/execl-update-breakpoints.exp
2338 * gdb.base/execution-termios.exp
2339 * gdb.base/fileio.exp
2340 * gdb.base/fixsection.exp
2341 * gdb.base/foll-exec-mode.exp
2342 * gdb.base/foll-exec.exp
2343 * gdb.base/fork-running-state.exp
2344 * gdb.base/frame-args.exp
2345 * gdb.base/fullpath-expand.exp
2346 * gdb.base/func-ptr.exp
2347 * gdb.base/gcore-relro-pie.exp
2348 * gdb.base/gdb1090.exp
2349 * gdb.base/gdb1555.exp
2350 * gdb.base/global-var-nested-by-dso.exp
2351 * gdb.base/gnu-ifunc.exp
2352 * gdb.base/hbreak-in-shr-unsupported.exp
2353 * gdb.base/hbreak-unmapped.exp
2354 * gdb.base/hook-stop.exp
2355 * gdb.base/infcall-input.exp
2356 * gdb.base/info-fun.exp
2357 * gdb.base/info-shared.exp
2358 * gdb.base/interrupt-noterm.exp
2359 * gdb.base/jit-so.exp
2360 * gdb.base/jit.exp
2361 * gdb.base/line-symtabs.exp
2362 * gdb.base/list.exp
2363 * gdb.base/longjmp.exp
2364 * gdb.base/macscp.exp
2365 * gdb.base/max-value-size.exp
2366 * gdb.base/nodebug.exp
2367 * gdb.base/nofield.exp
2368 * gdb.base/overlays.exp
2369 * gdb.base/paginate-after-ctrl-c-running.exp
2370 * gdb.base/paginate-bg-execution.exp
2371 * gdb.base/paginate-inferior-exit.exp
2372 * gdb.base/pending.exp
2373 * gdb.base/pr11022.exp
2374 * gdb.base/printcmds.exp
2375 * gdb.base/ptr-typedef.exp
2376 * gdb.base/ptype.exp
2377 * gdb.base/randomize.exp
2378 * gdb.base/range-stepping.exp
2379 * gdb.base/realname-expand.exp
2380 * gdb.base/relativedebug.exp
2381 * gdb.base/remote.exp
2382 * gdb.base/savedregs.exp
2383 * gdb.base/sepdebug.exp
2384 * gdb.base/set-noassign.exp
2385 * gdb.base/shlib-call.exp
2386 * gdb.base/shreloc.exp
2387 * gdb.base/sigaltstack.exp
2388 * gdb.base/sigbpt.exp
2389 * gdb.base/siginfo-addr.exp
2390 * gdb.base/siginfo-obj.exp
2391 * gdb.base/siginfo-thread.exp
2392 * gdb.base/signest.exp
2393 * gdb.base/signull.exp
2394 * gdb.base/sigrepeat.exp
2395 * gdb.base/skip.exp
2396 * gdb.base/so-impl-ld.exp
2397 * gdb.base/solib-corrupted.exp
2398 * gdb.base/solib-disc.exp
2399 * gdb.base/solib-display.exp
2400 * gdb.base/solib-overlap.exp
2401 * gdb.base/solib-search.exp
2402 * gdb.base/solib-symbol.exp
2403 * gdb.base/source-execution.exp
2404 * gdb.base/sss-bp-on-user-bp-2.exp
2405 * gdb.base/sss-bp-on-user-bp.exp
2406 * gdb.base/stack-checking.exp
2407 * gdb.base/stale-infcall.exp
2408 * gdb.base/step-break.exp
2409 * gdb.base/step-line.exp
2410 * gdb.base/step-over-exit.exp
2411 * gdb.base/step-test.exp
2412 * gdb.base/structs.exp
2413 * gdb.base/sym-file.exp
2414 * gdb.base/symtab-search-order.exp
2415 * gdb.base/term.exp
2416 * gdb.base/type-opaque.exp
2417 * gdb.base/unload.exp
2418 * gdb.base/until-nodebug.exp
2419 * gdb.base/until.exp
2420 * gdb.base/unwindonsignal.exp
2421 * gdb.base/watch-cond.exp
2422 * gdb.base/watch-non-mem.exp
2423 * gdb.base/watch_thread_num.exp
2424 * gdb.base/watchpoint-reuse-slot.exp
2425 * gdb.base/watchpoint-solib.exp
2426 * gdb.base/watchpoint.exp
2427 * gdb.btrace/dlopen.exp
2428 * gdb.cell/arch.exp
2429 * gdb.cell/break.exp
2430 * gdb.cell/bt.exp
2431 * gdb.cell/core.exp
2432 * gdb.cell/data.exp
2433 * gdb.cell/dwarfaddr.exp
2434 * gdb.cell/ea-cache.exp
2435 * gdb.cell/ea-standalone.exp
2436 * gdb.cell/ea-test.exp
2437 * gdb.cell/f-regs.exp
2438 * gdb.cell/fork.exp
2439 * gdb.cell/gcore.exp
2440 * gdb.cell/mem-access.exp
2441 * gdb.cell/ptype.exp
2442 * gdb.cell/registers.exp
2443 * gdb.cell/sizeof.exp
2444 * gdb.cell/solib-symbol.exp
2445 * gdb.cell/solib.exp
2446 * gdb.compile/compile-tls.exp
2447 * gdb.cp/exception.exp
2448 * gdb.cp/gdb2495.exp
2449 * gdb.cp/local.exp
2450 * gdb.cp/mb-inline.exp
2451 * gdb.cp/mb-templates.exp
2452 * gdb.cp/pr10687.exp
2453 * gdb.cp/pr9167.exp
2454 * gdb.cp/scope-err.exp
2455 * gdb.cp/templates.exp
2456 * gdb.cp/virtfunc.exp
2457 * gdb.dwarf2/dw2-dir-file-name.exp
2458 * gdb.dwarf2/dw2-single-line-discriminators.exp
2459 * gdb.fortran/complex.exp
2460 * gdb.fortran/library-module.exp
2461 * gdb.guile/guile.exp
2462 * gdb.guile/scm-cmd.exp
2463 * gdb.guile/scm-frame-inline.exp
2464 * gdb.guile/scm-objfile.exp
2465 * gdb.guile/scm-pretty-print.exp
2466 * gdb.guile/scm-symbol.exp
2467 * gdb.guile/scm-type.exp
2468 * gdb.guile/scm-value.exp
2469 * gdb.linespec/keywords.exp
2470 * gdb.linespec/ls-errs.exp
2471 * gdb.linespec/macro-relative.exp
2472 * gdb.linespec/thread.exp
2473 * gdb.mi/mi-breakpoint-changed.exp
2474 * gdb.mi/mi-dprintf-pending.exp
2475 * gdb.mi/mi-fullname-deleted.exp
2476 * gdb.mi/mi-logging.exp
2477 * gdb.mi/mi-pending.exp
2478 * gdb.mi/mi-solib.exp
2479 * gdb.mi/new-ui-mi-sync.exp
2480 * gdb.mi/user-selected-context-sync.exp
2481 * gdb.multi/dummy-frame-restore.exp
2482 * gdb.multi/multi-arch-exec.exp
2483 * gdb.multi/remove-inferiors.exp
2484 * gdb.multi/watchpoint-multi-exit.exp
2485 * gdb.opt/solib-intra-step.exp
2486 * gdb.perf/backtrace.exp
2487 * gdb.perf/single-step.exp
2488 * gdb.perf/skip-command.exp
2489 * gdb.perf/skip-prologue.exp
2490 * gdb.perf/solib.exp
2491 * gdb.python/lib-types.exp
2492 * gdb.python/py-as-string.exp
2493 * gdb.python/py-bad-printers.exp
2494 * gdb.python/py-block.exp
2495 * gdb.python/py-breakpoint.exp
2496 * gdb.python/py-cmd.exp
2497 * gdb.python/py-events.exp
2498 * gdb.python/py-evthreads.exp
2499 * gdb.python/py-finish-breakpoint.exp
2500 * gdb.python/py-finish-breakpoint2.exp
2501 * gdb.python/py-frame-inline.exp
2502 * gdb.python/py-frame.exp
2503 * gdb.python/py-inferior.exp
2504 * gdb.python/py-infthread.exp
2505 * gdb.python/py-mi.exp
2506 * gdb.python/py-objfile.exp
2507 * gdb.python/py-pp-maint.exp
2508 * gdb.python/py-pp-registration.exp
2509 * gdb.python/py-prettyprint.exp
2510 * gdb.python/py-recurse-unwind.exp
2511 * gdb.python/py-shared.exp
2512 * gdb.python/py-symbol.exp
2513 * gdb.python/py-symtab.exp
2514 * gdb.python/py-template.exp
2515 * gdb.python/py-type.exp
2516 * gdb.python/py-unwind-maint.exp
2517 * gdb.python/py-unwind.exp
2518 * gdb.python/py-value.exp
2519 * gdb.python/python.exp
2520 * gdb.reverse/finish-reverse-bkpt.exp
2521 * gdb.reverse/insn-reverse.exp
2522 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2523 * gdb.reverse/solib-precsave.exp
2524 * gdb.reverse/solib-reverse.exp
2525 * gdb.stabs/gdb11479.exp
2526 * gdb.stabs/weird.exp
2527 * gdb.threads/fork-child-threads.exp
2528 * gdb.threads/fork-plus-threads.exp
2529 * gdb.threads/fork-thread-pending.exp
2530 * gdb.threads/forking-threads-plus-breakpoint.exp
2531 * gdb.threads/hand-call-in-threads.exp
2532 * gdb.threads/interrupted-hand-call.exp
2533 * gdb.threads/linux-dp.exp
2534 * gdb.threads/local-watch-wrong-thread.exp
2535 * gdb.threads/next-while-other-thread-longjmps.exp
2536 * gdb.threads/non-ldr-exit.exp
2537 * gdb.threads/pending-step.exp
2538 * gdb.threads/print-threads.exp
2539 * gdb.threads/process-dies-while-detaching.exp
2540 * gdb.threads/process-dies-while-handling-bp.exp
2541 * gdb.threads/pthreads.exp
2542 * gdb.threads/queue-signal.exp
2543 * gdb.threads/reconnect-signal.exp
2544 * gdb.threads/signal-command-handle-nopass.exp
2545 * gdb.threads/signal-command-multiple-signals-pending.exp
2546 * gdb.threads/signal-delivered-right-thread.exp
2547 * gdb.threads/signal-sigtrap.exp
2548 * gdb.threads/sigthread.exp
2549 * gdb.threads/staticthreads.exp
2550 * gdb.threads/stepi-random-signal.exp
2551 * gdb.threads/thread-unwindonsignal.exp
2552 * gdb.threads/thread_check.exp
2553 * gdb.threads/thread_events.exp
2554 * gdb.threads/tid-reuse.exp
2555 * gdb.threads/tls-nodebug.exp
2556 * gdb.threads/tls-shared.exp
2557 * gdb.threads/tls-so_extern.exp
2558 * gdb.threads/tls.exp
2559 * gdb.threads/wp-replication.exp
2560 * gdb.trace/actions-changed.exp
2561 * gdb.trace/actions.exp
2562 * gdb.trace/backtrace.exp
2563 * gdb.trace/change-loc.exp
2564 * gdb.trace/collection.exp
2565 * gdb.trace/deltrace.exp
2566 * gdb.trace/disconnected-tracing.exp
2567 * gdb.trace/entry-values.exp
2568 * gdb.trace/ftrace-lock.exp
2569 * gdb.trace/ftrace.exp
2570 * gdb.trace/infotrace.exp
2571 * gdb.trace/mi-trace-frame-collected.exp
2572 * gdb.trace/mi-trace-unavailable.exp
2573 * gdb.trace/mi-traceframe-changed.exp
2574 * gdb.trace/mi-tracepoint-changed.exp
2575 * gdb.trace/mi-tsv-changed.exp
2576 * gdb.trace/no-attach-trace.exp
2577 * gdb.trace/packetlen.exp
2578 * gdb.trace/passc-dyn.exp
2579 * gdb.trace/passcount.exp
2580 * gdb.trace/pending.exp
2581 * gdb.trace/pr16508.exp
2582 * gdb.trace/qtro.exp
2583 * gdb.trace/range-stepping.exp
2584 * gdb.trace/read-memory.exp
2585 * gdb.trace/report.exp
2586 * gdb.trace/save-trace.exp
2587 * gdb.trace/signal.exp
2588 * gdb.trace/stap-trace.exp
2589 * gdb.trace/status-stop.exp
2590 * gdb.trace/strace.exp
2591 * gdb.trace/tfile.exp
2592 * gdb.trace/tfind.exp
2593 * gdb.trace/trace-break.exp
2594 * gdb.trace/trace-condition.exp
2595 * gdb.trace/trace-enable-disable.exp
2596 * gdb.trace/trace-mt.exp
2597 * gdb.trace/tracecmd.exp
2598 * gdb.trace/tracefile-pseudo-reg.exp
2599 * gdb.trace/tspeed.exp
2600 * gdb.trace/tstatus.exp
2601 * gdb.trace/tsv.exp
2602 * gdb.trace/unavailable.exp
2603 * gdb.trace/while-dyn.exp
2604 * gdb.trace/while-stepping.exp
2605 * lib/gdb-guile.exp
2606 * lib/gdb.exp
2607 * lib/mi-support.exp
2608 * lib/pascal.exp
2609 * lib/perftest.exp
2610 * lib/prelink-support.exp
2611 * lib/selftest-support.exp
2612
2613 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2614
2615 * Makefile.in: Include disable-implicit-rules.mk.
2616
2617 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2618
2619 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2620 non-byte-aligned bit fields.
2621
2622 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2623
2624 PR gdb/12616
2625 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2626 respects the DW_AT_data_bit_offset attribute.
2627
2628 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2629
2630 * gdb.base/default.exp: Fix output of "set language".
2631
2632 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2633
2634 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2635 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2636 make.
2637 * configure.ac: Remove checks for the make program.
2638 * configure: Re-generate.
2639
2640 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2641
2642 * gdb.python/py-recurse-unwind.c (main): Add loop.
2643 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2644 to read_register() and gdb.parse_and_eval(). Make each code
2645 call a separate case that can be individually tested.
2646 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2647 proc. Call cont_and_backtrace for each of the code paths that
2648 we want to test in the unwinder.
2649
2650 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2651
2652 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2653 the definition of struct S.
2654
2655 2016-11-11 Catherine Moore <clm@codesourcery.com>
2656
2657 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2658
2659 2016-11-09 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.base/commands.exp (runto_or_return): New procedure.
2662 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2663 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2664 (progvar_simple_while_test, progvar_complex_if_while_test)
2665 (if_while_breakpoint_command_test)
2666 (infrun_breakpoint_command_test, breakpoint_command_test)
2667 (user_defined_command_test, watchpoint_command_test)
2668 (test_command_prompt_position, redefine_hook_test)
2669 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2670 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2671 multi_line_input and multi_line. Remove gdb_expect and
2672 gdb_stop_suppressing_tests uses.
2673 * lib/gdb.exp (valnum_re): New global.
2674 (multi_line_input): New procedure.
2675
2676 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2677
2678 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2679 Remove.
2680 (test_setup): Define with proc_with_prefix.
2681 (test_cli_inferior): Likewise.
2682 (test_cli_thread): Likewise.
2683 (test_cli_frame): Likewise.
2684 (test_cli_select_frame): Likewise.
2685 (test_cli_up_down): Likewise.
2686 (test_mi_thread_select): Likewise.
2687 (test_mi_stack_select_frame): Likewise.
2688 (test_cli_in_mi_inferior): Likewise.
2689 (test_cli_in_mi_thread): Likewise.
2690 (test_cli_in_mi_frame): Likewise.
2691 (top level): Do not use with_test_prefix_procname.
2692
2693 2016-11-09 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.base/commands.exp (gdbvar_simple_if_test)
2696 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2697 (progvar_simple_if_test, progvar_simple_while_test)
2698 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2699 (infrun_breakpoint_command_test, breakpoint_command_test)
2700 (user_defined_command_test, watchpoint_command_test)
2701 (test_command_prompt_position, deprecated_command_test)
2702 (bp_deleted_in_command, temporary_breakpoint_commands)
2703 (stray_arg0_test, source_file_with_indented_comment)
2704 (recursive_source_test, if_commands_test)
2705 (error_clears_commands_left, redefine_hook_test)
2706 (redefine_backtrace_test): Use proc_with_prefix.
2707 * lib/gdb.exp (proc_with_prefix): New proc.
2708
2709 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2710
2711 * gdb.base/tui-layout.c: New file.
2712 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2713 disassembly window contains very long lines.
2714
2715 2016-11-08 Tom Tromey <tom@tromey.com>
2716
2717 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2718 depend on Python 2.
2719
2720 2016-11-08 Tom Tromey <tom@tromey.com>
2721
2722 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2723 New method.
2724
2725 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2726
2727 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2728
2729 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2730
2731 * gdb.rust/simple.rs: Add test for univariant enums without
2732 discriminants and for encoded struct-like enums.
2733
2734 2016-10-28 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2737 gdb_test_multiple, tighten regexps and match symtabs and line
2738 tables incrementally.
2739
2740 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2741
2742 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2743 general.
2744
2745 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2746
2747 * gdb.base/exec-invalid-sysroot.exp: New file.
2748
2749 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2752
2753 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2756
2757 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2758
2759 * gdb.base/killed-outside.exp: Remove $options from a call to
2760 `prepare_for_testing'.
2761
2762 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2763
2764 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2765 Change test message.
2766
2767 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2768
2769 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2770 Update comment.
2771
2772 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2773
2774 * gdb.trace/mi-trace-save.exp: New file.
2775
2776 2016-10-13 Yao Qi <yao.qi@linaro.org>
2777
2778 * gdb.base/code_elim.exp (get_var_address): Remove.
2779 * gdb.base/relocate.exp: Likewise.
2780 * gdb.base/shreloc.exp: Likewise.
2781 * lib/gdb.exp (get_var_address): New.
2782
2783 2016-10-13 Yao Qi <yao.qi@linaro.org>
2784
2785 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2786 floating point tests if $skip_float_test is false.
2787
2788 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2789
2790 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2791 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2792 argc values.
2793 Add 1 to argc so we guarantee distinct initial/modified argc values.
2794
2795 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2796
2797 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2798
2799 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2802 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2803 * gdb.arch/vsx-regs.exp: Likewise.
2804
2805 2016-10-07 Yao Qi <yao.qi@linaro.org>
2806
2807 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2808
2809 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2810
2811 * gdb.python/python.exp: Test decode_line("*0").
2812
2813 2016-10-06 Doug Evans <dje@google.com>
2814
2815 * gdb.python/py-value.exp (test_value_creation): Add test for large
2816 unsigned 64-bit value.
2817
2818 2016-10-06 Tom Tromey <tom@tromey.com>
2819
2820 * gdb.compile/compile.exp: Change java tests to rust.
2821 * gdb.base/setshow.exp: Change java tests to rust.
2822 * gdb.base/default.exp: Remove java from language list.
2823 * README (Examples): Update language example.
2824 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2825 test.
2826 * lib/gdb.exp (skip_java_tests): Remove.
2827 * lib/java.exp: Remove.
2828 * gdb.java: Remove.
2829
2830 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2831
2832 * gdb.arch/mips-fcr.exp: New test.
2833 * gdb.arch/mips-fcr.c: Source for the new test.
2834
2835 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2836
2837 * gdb.base/solib-disc.exp: Use `standard_output_file'
2838 throughout.
2839
2840 2016-10-06 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.base/jit-simple-dl.c: New file.
2843 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2844 * gdb.base/jit-simple.c: ... this.
2845 * gdb.base/jit-simple.exp (jit_run): Delete.
2846 (build_jit): New proc.
2847 (jit_test_reread): Recompile either the main program or the shared
2848 library, depending on what is being tested. Skip changing address
2849 if caller wants to. Compare before/after addresses. If testing
2850 standalone, explicitly load the binary. Test "maint info
2851 breakpoints".
2852 (top level): Add "standalone vs shared lib" and "change address"
2853 vs "same address" axes.
2854
2855 2016-10-06 Pedro Alves <palves@redhat.com>
2856
2857 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2858 call.
2859 (jit_run): Delete.
2860 (jit_test_reread): Use with_test_prefix. Reload the main binary
2861 explicitly. Compare the before/after addresses of the JIT
2862 descriptor.
2863
2864 2016-08-15 Doug Evans <dje@google.com>
2865
2866 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2867 for single bitfields is bool.
2868 * gdb.xml/tdesc-regs.exp: Ditto.
2869
2870 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2871
2872 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2873
2874 2016-10-05 Yao Qi <yao.qi@linaro.org>
2875
2876 * lib/gdb.exp (support_complex_tests): Return zero if
2877 gdb_skip_float_test return true.
2878
2879 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2880 Simon Marchi <simon.marchi@ericsson.com>
2881
2882 PR gdb/20487
2883 * gdb.mi/user-selected-context-sync.exp: New file.
2884 * gdb.mi/user-selected-context-sync.c: New file.
2885
2886 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2887 Simon Marchi <simon.marchi@ericsson.com>
2888
2889 PR gdb/20487
2890 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2891 =thread-select-event check.
2892
2893 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2894
2895 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2896 the compulsory L operand changes.
2897 * gdb.arch/powerpc-power.s: Likewise.
2898
2899 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2900
2901 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2902 * gdb.base/jit-attach-pie.c: New file.
2903 * gdb.base/jit-attach-pie.exp: New file.
2904
2905 2016-09-28 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/infcall-input.c: New file.
2908 * gdb.base/infcall-input.exp: New file.
2909
2910 2016-09-22 Yao Qi <yao.qi@linaro.org>
2911
2912 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2913 (gdb_exit): Rename it to ...
2914 (gdbserver_gdb_exit): ... Close GDBserver.
2915 (gdb_exit): New proc, call gdbserver_gdb_exit.
2916 (mi_gdb_exit): Likewise.
2917
2918 2016-09-22 Yao Qi <yao.qi@linaro.org>
2919
2920 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2921 path.
2922 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2923 Remove duplication.
2924
2925 2016-09-22 Yao Qi <yao.qi@linaro.org>
2926
2927 * lib/gdbserver-support.exp: Check the existence of
2928 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2929
2930 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2931
2932 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2933
2934 2016-09-21 Tom Tromey <tom@tromey.com>
2935
2936 PR gdb/20604:
2937 * gdb.base/quit.exp: New file.
2938
2939 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2940
2941 * .gitignore: New file.
2942
2943 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2944
2945 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2946 throughout.
2947
2948 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2949
2950 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2951
2952 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2953
2954 * gdb.cp/casts.cc (decltype): Move it ...
2955 (main): ... with its call to ...
2956 * gdb.cp/casts03.cc: ... a new file.
2957 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2958
2959 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2962
2963 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2964
2965 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2966 and sync up the test with tests in gas/testsuite/gas/ppc.
2967 * gdb.arch/powerpc-power.exp: Likewise.
2968
2969 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2970
2971 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2972
2973 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2974 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2977 make m1's definition to be different from m2's. Use 'dummy' as an
2978 argument for probe 'two'.
2979
2980 2016-09-10 Jon Beniston <jon@beniston.com>
2981
2982 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2983 for sim target.
2984
2985 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2986
2987 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2988 variable declaration.
2989 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2990 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2991 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2992 received HWCAP as its argument.
2993
2994 2016-09-06 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/new-ui-pending-input.c: New file.
2997 * gdb.base/new-ui-pending-input.exp: New file.
2998 * gdb.exp (clear_gdb_spawn_id): New procedure.
2999 (with_spawn_id): Check whether gdb_spawn_id exists before
3000 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3001 on exit.
3002
3003 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3004
3005 * gdb.base/float128.c: New file.
3006 * gdb.base/float128.exp: Likewise.
3007 * gdb.base/floatn.c: Likewise.
3008 * gdb.base/floatn.exp: Likewise.
3009
3010 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3011
3012 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3013
3014 2016-09-05 Pedro Alves <palves@redhat.com>
3015
3016 PR backtrace/19927
3017 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3018 unwinders are immediately called as side effect of "source" or
3019 "disable unwinder" commands.
3020 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3021
3022 2016-09-02 Yao Qi <yao.qi@linaro.org>
3023
3024 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3025 is true and $type is "float" or "double".
3026
3027 2016-09-02 Yao Qi <yao.qi@linaro.org>
3028
3029 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3030 true.
3031 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3032 * gdb.base/call-rt-st.exp: Likewise.
3033 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3034 return value instead of gdb,skip_float_test.
3035 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3036 (do_function_calls): Use its return value instead of
3037 gdb,skip_float_test.
3038 * gdb.base/finish.exp: Likewise.
3039 * gdb.base/funcargs.exp: Likewise.
3040 * gdb.base/return.exp: Likewise.
3041 * gdb.base/return2.exp: Likewise.
3042 * gdb.base/varargs.exp: Likewise.
3043 * lib/gdb.exp (gdb_skip_float_test): Change it to
3044 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3045
3046 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3047
3048 * gdb.multi/tids.exp: Test "thread apply all".
3049
3050 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 * gdb.base/default.exp (tty): Remove.
3053
3054 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3055
3056 * gdb.python/py-recurse-unwind.c: New file.
3057 * gdb.python/py-recurse-unwind.py: New file.
3058 * gdb.python/py-recurse-unwind.exp: New file.
3059
3060 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3061
3062 * gdb.base/set-inferior-tty.exp: New file.
3063 * gdb.base/set-inferior-tty.c: New file.
3064
3065 2016-08-23 Pedro Alves <palves@redhat.com>
3066
3067 PR gdb/20494
3068 * gdb.base/new-ui-echo.c: New file.
3069 * gdb.base/new-ui-echo.exp: New file.
3070
3071 2016-08-23 Yao Qi <yao.qi@linaro.org>
3072
3073 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3074 gdbserver_spawn.
3075 * gdb.server/connect-without-multi-process.exp (do_test):
3076 Likewise.
3077
3078 2016-08-23 Yao Qi <yao.qi@linaro.org>
3079
3080 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3081 standalone_txt. Delete gdb_txt and standalone_txt on host
3082 and target. Spawn the binary on target. Copy files from
3083 target to host.
3084
3085 2016-08-22 Pedro Alves <palves@redhat.com>
3086
3087 PR gdb/20505
3088 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3089 with_test_prefix. Factor out bits to ...
3090 (test_no_vdso): ... this new procedure.
3091
3092 2016-08-19 Carl Love <cel@us.ibm.com>
3093
3094 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3095 maintaining separate logic for constructing the output path.
3096 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3097 * gdb.arch/ppc-dfp.exp: Likewise.
3098 * gdb.arch/ppc-fp.exp: Likewise.
3099 * gdb.arch/vsx-regs.exp: Likewise.
3100 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3101 binprefix for generating the additional binary files.
3102
3103 2016-08-19 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.trace/mi-trace-frame-collected.exp
3106 (test_trace_frame_collected): On x32, expect two registers.
3107
3108 2016-08-18 Carl Love <cel@us.ibm.com>
3109
3110 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3111 and sync up the test with tests in gas/testsuite/gas/ppc.
3112 * gdb.arch/powerpc-power.exp: Likewise.
3113
3114 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3115
3116 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3117 expected error message.
3118
3119 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3120
3121 * gdb.multi/remove-inferiors.exp: New file.
3122 * gdb.multi/remove-inferiors.c: New file.
3123
3124 2016-08-12 Yao Qi <yao.qi@linaro.org>
3125
3126 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3127 argument list.
3128
3129 2016-08-10 Pedro Alves <palves@redhat.com>
3130
3131 PR gdb/19187
3132 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3133 setup_kfails.
3134
3135 2016-08-09 Pedro Alves <palves@redhat.com>
3136 Simon Marchi <simon.marchi@ericsson.com>
3137
3138 PR gdb/20418
3139 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3140 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3141
3142 2016-08-09 Pedro Alves <palves@redhat.com>
3143
3144 PR mi/20431
3145 * gdb.mi/mi-cmd-error.exp: New file.
3146
3147 2016-08-09 Pedro Alves <palves@redhat.com>
3148
3149 PR gdb/18653
3150 * gdb.base/signals-state-child.c: New file.
3151 * gdb.base/signals-state-child.exp: New file.
3152 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3153
3154 2016-08-09 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3157
3158 2016-08-03 Tom Tromey <tom@tromey.com>
3159
3160 PR python/18565:
3161 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3162
3163 2016-08-01 Yao Qi <yao.qi@linaro.org>
3164
3165 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3166 variable mode to "multi-process" if $multi_process is 1, otherwise
3167 set it to "single-process".
3168
3169 2016-08-01 Yao Qi <yao.qi@linaro.org>
3170
3171 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3172 * gdb.cp/cpexprs.exp: Likewise.
3173 * gdb.cp/m-static.exp: Likewise.
3174
3175 2016-07-26 Tom Tromey <tom@tromey.com>
3176
3177 PR python/20190:
3178 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3179 test.
3180
3181 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3182
3183 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3184 selecting assembly source files.
3185 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3186 assembly source files.
3187 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3188 assembly source files.
3189 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3190 selecting assembly source files.
3191
3192 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3193
3194 * gdb.base/new-ui.exp (do_test_invalid_args): New
3195 procedure.
3196
3197 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3198
3199 * gdb.btrace/reconnect.c: New file.
3200 * gdb.btrace/reconnect.exp: New file.
3201
3202 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3203
3204 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3205 to test_catch_syscall_group.
3206 (test_catch_syscall_group): New.
3207
3208 2016-07-21 Tom Tromey <tom@tromey.com>
3209
3210 * gdb.rust/simple.rs (main): Use empty struct expression.
3211 * gdb.rust/simple.exp: Add tests for empty struct expression.
3212
3213 2016-07-21 Yao Qi <yao.qi@linaro.org>
3214
3215 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3216 if gdb_skip_xml_test is true on some targets.
3217
3218 2016-07-21 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.server/solib-list.exp: Unset last_loaded_file.
3221
3222 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3223
3224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3225 "step into captured_main (args)".
3226
3227 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3228
3229 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3230
3231 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3234
3235 2016-07-19 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3238 * gdb.opt/inline-bt.exp: Likewise.
3239 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3240 additional_flags=-Winline.
3241 * gdb.opt/inline-locals.exp: Likewise.
3242 * gdb.opt/inline-markers.c (ATTR): Define.
3243 (inlined_fn): Use it.
3244
3245 2016-07-19 Yao Qi <yao.qi@linaro.org>
3246
3247 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3248 (test_with_self): Remove some code. Remove argument executable.
3249 (top-level): Use do_self_tests.
3250
3251 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3252 Don Breazeal <donb@codesourcery.com>
3253
3254 * gdb.base/maint.exp: Escape paths used in regular expressions.
3255 * gdb.stabs/weird.exp: Likewise.
3256
3257 2016-07-13 Tom Tromey <tom@tromey.com>
3258
3259 PR python/15620, PR python/18620:
3260 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3261 (test_bkpt_events): New procs.
3262
3263 2016-07-13 Tom Tromey <tom@tromey.com>
3264
3265 PR python/17698:
3266 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3267 test.
3268 (test_watchpoints): Likewise.
3269 (test_bkpt_pending): New proc.
3270
3271 2016-07-13 Tom Tromey <tom@tromey.com>
3272
3273 PR cli/18053:
3274 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3275 completion test.
3276
3277 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3278
3279 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3280 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3281 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3282 f_label.
3283 (g): Rename g_end_lbl to g_label.
3284 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3285 low_pc and high_pc.
3286 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3287
3288 2016-07-12 Tom Tromey <tom@tromey.com>
3289
3290 PR python/19293:
3291 * gdb.python/py-unwind-maint.exp: Update tests.
3292
3293 2016-07-12 Yao Qi <yao.qi@linaro.org>
3294
3295 * lib/selftest-support.exp (selftest_setup): Match the output
3296 when captured_main is inlined.
3297
3298 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3299
3300 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3301 New variables.
3302 (print this%a, print this%b, print this): New tests.
3303 * gdb.fortran/derived-types.f90 (this): New object and
3304 initialization.
3305
3306 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3307
3308 * gdb.ada/arraydim.exp: Remove extra directory level in build
3309 directory.
3310
3311 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * lib/ada.exp: Remove extra directory level in build directory.
3314 * gdb.ada/cond_lang.exp: Likewise.
3315 * gdb.ada/exec_changed.exp: Likewise.
3316 * gdb.ada/lang_switch.exp: Likewise.
3317
3318 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3319
3320 * simple.rs: Add test for raw pointer subscripting.
3321 * simple.exp: Add test expectations.
3322
3323 2016-07-05 Yao Qi <yao.qi@linaro.org>
3324
3325 * gdb.mi/mi-reverse.exp: Match =record-started output.
3326
3327 2016-07-01 Pedro Alves <palves@redhat.com>
3328
3329 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3330 procedure.
3331 (jit_reader_test): Test the jit reader's unwinder.
3332 * gdb.base/jithost.c (jit_function_00_code): New global.
3333 (main): Use memcpy to fill in the mmapped code, instead of poking
3334 bytes manually here.
3335 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3336 value.
3337 (read_debug_info): Save the function's range.
3338 (read_sp): New function.
3339 (unwind_frame): Use it. Also unwind RBP.
3340 (get_frame_id): Use read_sp.
3341 (gdb_init_reader): Use calloc instead of malloc.
3342 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3343 parameter. Use gdb_test_multiple.
3344
3345 2016-07-01 Pedro Alves <palves@redhat.com>
3346 Antoine Tremblay <antoine.tremblay@ericsson.com>
3347
3348 * gdb.threads/process-dies-while-detaching.c: New file.
3349 * gdb.threads/process-dies-while-detaching.exp: New file.
3350
3351 2016-07-01 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.multi/watchpoint-multi-exit.c: New file.
3354 * gdb.multi/watchpoint-multi-exit.exp: New file.
3355
3356 2016-06-30 Pedro Alves <palves@redhat.com>
3357
3358 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3359 unset inferior_spawn_id.
3360
3361 2016-06-30 Pedro Alves <palves@redhat.com>
3362
3363 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3364 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3365
3366 2016-06-29 Yao Qi <yao.qi@linaro.org>
3367
3368 * gdb.base/return.c: Add copyright header.
3369
3370 2016-06-29 Tom Tromey <tom@tromey.com>
3371
3372 PR python/20129:
3373 * gdb.python/py-framefilter.exp: Add tests for setting priority
3374 and disabling of non-existent frame filter.
3375
3376 2016-06-29 Yao Qi <yao.qi@linaro.org>
3377
3378 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3379 0x0f07ff.
3380
3381 2016-06-28 Yao Qi <yao.qi@linaro.org>
3382
3383 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3384 triplets. Start gdb, execute catch syscall, and continue. Check
3385 gdb's output to determine catch syscall is supported.
3386
3387 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3388
3389 * gdb.rust/simple.rs: Add test for returning unit in a function.
3390 * gdb.rust/simple.exp: Add expectation for functions returning
3391 unit.
3392
3393 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3394
3395 * gdb.python/py-breakpoint-create-fail.c,
3396 gdb.python/py-breakpoint-create-fail.exp,
3397 gdb.python/py-breakpoint-create-fail.py: New testcase.
3398
3399 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3400
3401 PR gdb/20239
3402 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3403 * gdb.rust/simple.exp: Add test expectations for new NonZero
3404 tests.
3405
3406 2016-06-24 David Taylor <dtaylor@emc.com>
3407
3408 * gdb.base/offsets.exp: New file.
3409 * gdb.base/offsets.c: New file.
3410
3411 2016-06-23 Tom Tromey <tom@tromey.com>
3412
3413 PR gdb/16483:
3414 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3415 before any filters are loaded.
3416
3417 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3418
3419 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3420 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3421 structs.
3422 * gdb.fortran/derived-type-function.exp: New file.
3423 * gdb.fortran/derived-type-function.f90: New file.
3424
3425
3426 2016-06-21 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.base/new-ui.exp: New file.
3429 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3430 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3431 (with_spawn_id): New procedure.
3432
3433 2016-06-21 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.mi/mi-exec-run.exp: New file.
3436
3437 2016-06-21 Pedro Alves <palves@redhat.com>
3438
3439 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3440 breakpoint command's output on the main UI.
3441 (test_break): New procedure, factored out from calls in the top
3442 level.
3443 (top level): Use foreach_with_prefix to test MI as main UI and as
3444 separate UI.
3445
3446 2016-06-21 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3449 (test_awatch_creation_and_listing)
3450 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3451 Remove 'type' parameter.
3452 (test_watchpoint_all): New parameter mi_mode. Remove
3453 with_test_prefix.
3454 (top level): Use foreach_with_prefix, and add main/separate UI MI
3455 testing axis.
3456
3457 2016-06-21 Pedro Alves <palves@redhat.com>
3458
3459 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3460 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3461 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3462 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3463 (gdb_main_spawn_id, mi_spawn_id): Declare and
3464 comment.
3465 (mi_create_inferior_pty): New procedure,
3466 factored out from default_mi_gdb_start.
3467 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3468 procedures.
3469 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3470 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3471 Use mi_create_inferior_pty.
3472 (mi_gdb_start): Use eval to pass down args list.
3473
3474 2016-06-21 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3477 * gdb.opt/inline-cmds.exp: Add MI tests.
3478
3479 2016-06-21 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3482
3483 2016-06-21 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3486 (top level): Use it instead of mi_execute_to.
3487
3488 2016-06-21 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3491 (cont_handler_str): New.
3492 (signal_stop_handler): Set stop_handler_str instead of printing to
3493 stdout.
3494 (continue_handler): Set cont_handler_str instead of printing to
3495 stdout.
3496 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3497 mi_send_resuming_command. Print stop_handler_str and
3498 cont_handler_str instead of expecting the python events print
3499 directly.
3500
3501 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3502
3503 * gdb.base/jit-reader.exp: New file.
3504 * gdb.base/jithost.c: New file.
3505 * gdb.base/jithost.h: New file.
3506 * gdb.base/jitreader.c : New file.
3507 * gdb.base/jit-protocol.h: New file.
3508
3509 2016-06-17 Yao Qi <yao.qi@linaro.org>
3510
3511 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3512 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3513 and detach-on-fork. Adjust tests.
3514 (top level): Invoke break_cond_on_syscall with combinations of
3515 syscall, follow-fork-mode and detach-on-fork.
3516
3517 2016-06-17 Yao Qi <yao.qi@linaro.org>
3518
3519 * gdb.base/step-over-exit.c: New.
3520 * gdb.base/step-over-exit.exp: New.
3521
3522 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3523
3524 * gdb.base/float.exp: Add target check for nds32*-*-*.
3525 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3526
3527 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3528
3529 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3530 for unsupported target features.
3531 * gdb.base/call-rt-st.exp: Likewise.
3532 * gdb.base/call-sc.exp: Likewise.
3533 * gdb.base/call-signal-resume.exp: Likewise.
3534 * gdb.base/call-strs.exp: Likewise.
3535 * gdb.base/callexit.exp: Likewise.
3536 * gdb.base/callfuncs.exp: Likewise.
3537 * gdb.base/nodebug.exp: Likewise.
3538 * gdb.base/printcmds.exp: Likewise.
3539 * gdb.base/ptype.exp: Likewise.
3540 * gdb.base/structs.exp: Likewise.
3541 * gdb.base/unwindonsignal.exp: Likewise.
3542 * gdb.cp/gdb2495.exp: Likewise.
3543 * gdb.cp/templates.exp: Likewise.
3544 * gdb.cp/virtfunc.exp: Likewise.
3545 * gdb.threads/hand-call-in-threads.exp: Likewise.
3546 * gdb.threads/interrupted-hand-call.exp: Likewise.
3547 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3548
3549 2016-06-10 Tom Tromey <tom@tromey.com>
3550
3551 PR rust/20110:
3552 * gdb.rust/expr.exp: Add test for integer constant larger than
3553 i32.
3554
3555 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3556
3557 * gdb.fortran/nested-funcs.exp: New.
3558 * gdb.fortran/nested-funcs.f90: New.
3559
3560 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3561
3562 * gdb.base/examine-backward.c: New file.
3563 * gdb.base/examine-backward.exp: New file.
3564
3565 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3566
3567 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3568 matching.
3569
3570 2016-06-02 Tom Tromey <tom@tromey.com>
3571
3572 PR python/18984:
3573 * gdb.python/py-shared.exp: Add solib_name test.
3574
3575 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3576
3577 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3578
3579 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3580
3581 PR c++/19893
3582 * gdb.dwarf2/implref.exp: Rename to...
3583 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3584 * gdb.dwarf2/implref-array.c: New file.
3585 * gdb.dwarf2/implref-array.exp: Likewise.
3586 * gdb.dwarf2/implref-global.c: Likewise.
3587 * gdb.dwarf2/implref-global.exp: Likewise.
3588 * gdb.dwarf2/implref-struct.c: Likewise.
3589 * gdb.dwarf2/implref-struct.exp: Likewise.
3590
3591 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3592
3593 * gdb.trace/trace-condition.exp: Add 64bit tests.
3594
3595 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3596
3597 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3598 bits types.
3599 (main): Adapt to 8 to 64 bits types.
3600 * gdb.trace/trace-condition.exp: Add new tests.
3601
3602 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3603
3604 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3605
3606 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3607
3608 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3609 Move condition tests...
3610 * gdb.trace/trace-condition.exp: Here.
3611
3612 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3613
3614 * gdb.trace/trace-condition.exp: Add counter-case tests.
3615
3616 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 PR c++/15231
3619 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3620 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3621
3622 2016-05-27 Pedro Alves <palves@redhat.com>
3623
3624 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3625 New procedure.
3626 (top level): Call it, and bail out of DejaGnu is known to be bad.
3627
3628 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.base/whatis.c: Extend the test case.
3631 * gdb.base/whatis.exp: Add additional tests.
3632
3633 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3634
3635 * gdb.fortran/type.f90: Add pointer variable.
3636 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3637
3638 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3639
3640 * gdb.fortran/vla-type.exp: Fix testcase name.
3641
3642 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3643
3644 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3645
3646 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3647
3648 * gdb.fortran/type.f90: Add nested structures.
3649 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3650 * gdb.fortran/derived-type.exp: Adapt expected output.
3651 * gdb.fortran/vla-type.exp: Adapt expected output.
3652
3653 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3654
3655 * gdb.fortran/whatis_type.exp: Adapt expected output.
3656
3657 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3658
3659 * gdb.fortran/print_type.exp: Fix expected output.
3660 * gdb.fortran/whatis_type.exp: Fix expected output.
3661
3662 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3663
3664 * gdb.fortran/whatis_type.exp: Use multi_line.
3665
3666 2016-05-24 Tom Tromey <tom@tromey.com>
3667
3668 PR python/17386:
3669 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3670 use value as an index.
3671
3672 2016-05-23 Tom Tromey <tom@tromey.com>
3673
3674 PR python/17981:
3675 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3676 no-breakpoint case.
3677
3678 2016-05-24 Pedro Alves <palves@redhat.com>
3679
3680 PR gdb/19828
3681 * gdb.threads/clone-attach-detach.c: New file.
3682 * gdb.threads/clone-attach-detach.exp: New file.
3683
3684 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3685
3686 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3687
3688 2016-05-23 Tom Tromey <tom@tromey.com>
3689
3690 PR python/19438, PR python/18393:
3691 * gdb.python/py-progspace.exp: Add "dir" test.
3692 * gdb.python/py-objfile.exp: Add "dir" test.
3693
3694 2016-05-23 Yao Qi <yao.qi@linaro.org>
3695
3696 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3697 * gdb.arch/thumb2-it.exp: Likewise.
3698
3699 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3700
3701 * gdb.mi/mi-threads-interrupt.c: New file.
3702 * gdb.mi/mi-threads-interrupt.exp: New file.
3703
3704 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3705
3706 PR gdb/18077
3707 * gdb.mi/mi-async-run.exp: New file.
3708 * gdb.mi/mi-async-run.c: New file.
3709
3710 2016-05-17 Tom Tromey <tom@tromey.com>
3711 Manish Goregaokar <manishsmail@gmail.com>
3712
3713 * lib/rust-support.exp: New file.
3714 * lib/gdb.exp (skip_rust_tests): New proc.
3715 (build_executable_from_specs): Handle rust.
3716 * lib/future.exp (gdb_find_rustc): New proc.
3717 (gdb_default_target_compile): Handle rust.
3718 * gdb.rust/expr.exp: New file.
3719 * gdb.rust/generics.exp: New file.
3720 * gdb.rust/generics.rs: New file.
3721 * gdb.rust/methods.exp: New file.
3722 * gdb.rust/methods.rs: New file.
3723 * gdb.rust/modules.exp: New file.
3724 * gdb.rust/modules.rs: New file.
3725 * gdb.rust/simple.exp: New file.
3726 * gdb.rust/simple.rs: New file.
3727
3728 2016-05-17 Tom Tromey <tom@tromey.com>
3729
3730 * gdb.base/default.exp (set language): Add rust.
3731
3732 2016-05-17 Tom Tromey <tom@tromey.com>
3733
3734 * gdb.gdb/unittest.exp: New file.
3735
3736 2016-05-16 Yao Qi <yao.qi@linaro.org>
3737
3738 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3739 shell_prompt. Update shell_prompt_re.
3740
3741 2016-05-12 Doug Evans <dje@google.com>
3742
3743 PR symtab/19999
3744 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3745 $options when building executable.
3746 * gdb.dwarf2/fission-loclists-pie.S: New file.
3747 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3748
3749 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3750
3751 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3752 of [is_remote target],
3753
3754 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3755
3756 * lib/gdb.exp (use_gdb_stub): New procedure.
3757
3758 2016-05-03 Yunlian Jiang <yunlian@google.com>
3759 Doug Evans <dje@google.com>
3760
3761 PR symtab/19914
3762 * gdb.dwarf2/dwp-sepdebug.c: New file.
3763 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3764
3765 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3766
3767 * gdb.base/detach.exp: Remove is_remote check.
3768
3769 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3770
3771 * gdb.base/annota-input-while-running.exp: Don't check for
3772 [is_remote target]. Enable annotations after running to main.
3773 Remove unused "set test..." line.
3774
3775 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.trace/trace-enable-disable.exp: New file.
3778 * gdb.trace/trace-enable-disable.c: New file.
3779
3780 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3781
3782 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3783 use it in info sharedlibrary test.
3784 * gdb.trace/ftrace-lock.exp: Likewise.
3785 * gdb.trace/ftrace.exp: Likewise.
3786 * gdb.trace/range-stepping.exp: Likewise.
3787 * gdb.trace/trace-break.exp: Likewise.
3788 * gdb.trace/trace-condition.exp: Likewise.
3789 * gdb.trace/trace-mt.exp: Likewise.
3790
3791 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3792
3793 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3794 (gdb_load_shlib): ... this.
3795 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3796 gdb_load_shlib.
3797 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3798 * gdb.base/ctxobj.exp: Likewise.
3799 * gdb.base/dprintf-pending.exp: Likewise.
3800 * gdb.base/dso2dso.exp: Likewise.
3801 * gdb.base/fixsection.exp: Likewise.
3802 * gdb.base/gcore-relro.exp: Likewise.
3803 * gdb.base/gdb1555.exp: Likewise.
3804 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3805 * gdb.base/gnu-ifunc.exp: Likewise.
3806 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3807 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3808 * gdb.base/pending.exp: Likewise.
3809 * gdb.base/print-file-var.exp: Likewise.
3810 * gdb.base/print-symbol-loading.exp: Likewise.
3811 * gdb.base/shlib-call.exp: Likewise.
3812 * gdb.base/shreloc.exp: Likewise.
3813 * gdb.base/so-impl-ld.exp: Likewise.
3814 * gdb.base/solib-disc.exp: Likewise.
3815 * gdb.base/solib-nodir.exp: Likewise.
3816 * gdb.base/solib-overlap.exp: Likewise.
3817 * gdb.base/solib-symbol.exp: Likewise.
3818 * gdb.base/solib-weak.exp (do_test): Likewise.
3819 * gdb.base/sym-file.exp: Likewise.
3820 * gdb.base/symtab-search-order.exp: Likewise.
3821 * gdb.base/type-opaque.exp: Likewise.
3822 * gdb.base/unload.exp: Likewise.
3823 * gdb.base/watchpoint-solib.exp: Likewise.
3824 * gdb.compile/compile.exp: Likewise.
3825 * gdb.cp/gdb2384.exp: Likewise.
3826 * gdb.cp/infcall-dlopen.exp: Likewise.
3827 * gdb.cp/re-set-overloaded.exp: Likewise.
3828 * gdb.fortran/library-module.exp: Likewise.
3829 * gdb.opt/solib-intra-step.exp: Likewise.
3830 * gdb.python/py-finish-breakpoint.exp: Likewise.
3831 * gdb.python/py-shared.exp: Likewise.
3832 * gdb.reverse/solib-precsave.exp: Likewise.
3833 * gdb.reverse/solib-reverse.exp: Likewise.
3834 * gdb.server/solib-list.exp: Likewise.
3835 * gdb.threads/dlopen-libpthread.exp: Likewise.
3836 * gdb.threads/tls-shared.exp: Likewise.
3837 * gdb.threads/tls-so_extern.exp: Likewise.
3838 * gdb.trace/change-loc.exp: Likewise.
3839 * gdb.trace/ftrace-lock.exp: Likewise.
3840 * gdb.trace/ftrace.exp: Likewise.
3841 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3842 * gdb.trace/pending.exp: Likewise.
3843 * gdb.trace/range-stepping.exp: Likewise.
3844 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3845 (strace_info_marker): Likewise.
3846 (strace_probe_marker): Likewise.
3847 (strace_trace_on_same_addr): Likewise.
3848 (strace_trace_on_diff_addr): Likewise.
3849 * gdb.trace/trace-break.exp: Likewise.
3850 * gdb.trace/trace-condition.exp: Likewise.
3851 * gdb.trace/trace-mt.exp: Likewise.
3852
3853 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3854
3855 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3856 result of gdb_remote_download.
3857 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3858 * gdb.base/dso2dso.exp: Likewise.
3859 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3860 * gdb.base/print-file-var.exp: Likewise.
3861 * gdb.base/shlib-call.exp: Likewise.
3862 * gdb.base/shreloc.exp: Likewise.
3863 * gdb.base/solib-overlap.exp: Likewise.
3864 * gdb.base/solib-weak.exp (do_test): Likewise.
3865 * gdb.base/unload.exp: Likewise.
3866
3867 2016-04-27 Yao Qi <yao.qi@linaro.org>
3868
3869 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3870 exists.
3871
3872 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3873
3874 * vla-type.exp: Print structure from toplevel.
3875
3876 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3877
3878 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3879 of dynamic types.
3880 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3881 of dynamic types.
3882
3883 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3884
3885 * gdb.fortran/vla-type.f90: New file.
3886 * gdb.fortran/vla-type.exp: New file.
3887
3888 2016-04-25 Yao Qi <yao.qi@linaro.org>
3889
3890 * gdb.base/branch-to-self.c: New file.
3891 * gdb.base/branch-to-self.exp: New file.
3892
3893 2016-04-22 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3896 more after $hex.
3897
3898 2016-04-22 Yao Qi <yao.qi@linaro.org>
3899
3900 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3901 * gdb.base/annota3.exp: Likewise.
3902
3903 2016-04-22 Yao Qi <yao.qi@linaro.org>
3904
3905 * gdb.reverse/step-precsave.exp: Do one step and test program
3906 stops in "callee" and do multiple steps until program goes out
3907 of "callee".
3908 * gdb.reverse/step-reverse.exp: Likewise.
3909
3910 2016-04-22 Yao Qi <yao.qi@linaro.org>
3911
3912 * gdb.trace/signal.exp: Also pass if
3913 $tracepoint_hits($i) > $iterations.
3914
3915 2016-04-22 Yao Qi <yao.qi@linaro.org>
3916
3917 * gdb.trace/signal.c: New file.
3918 * gdb.trace/signal.exp: New file.
3919
3920 2016-04-19 Doug Evans <xdje42@gmail.com>
3921
3922 * gdb.base/bad-file.exp: New file.
3923
3924 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3925
3926 * gdb.dwarf2/implref.exp: New file.
3927
3928 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3929
3930 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3931 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3932 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3933 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3934 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3935 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3936 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3937 * lib/fortran.exp (fortran_int4): New procedure.
3938 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3939 (fortran_logical4): Likewise.
3940
3941 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3942
3943 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3944
3945 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3946
3947 * lib/compiler.c: Add Intel specific preprocessor macros.
3948 * lib/compiler.cc: Likewise.
3949
3950 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3951
3952 * gdb.server/connect-with-no-symbol-file.c: New file.
3953 * gdb.server/connect-with-no-symbol-file.exp: New file.
3954
3955 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3958
3959 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3960
3961 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3962 standard output directory.
3963
3964 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3965
3966 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3967
3968 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3969
3970 * gdb.btrace/instruction_history.c (loop): Add declaration.
3971
3972 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3973
3974 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3975
3976 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3977
3978 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3979 parentheses to print.
3980 (continue_handler): Likewise.
3981
3982 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3983
3984 * gdb.server/solib-list.exp: Remove is_remote check.
3985 Pass shlib= to gdb_compile. Don't link shared library with
3986 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3987 Run binary filename through "readlink -f" on the target.
3988
3989 2016-04-08 Pedro Alves <palves@redhat.com>
3990
3991 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3992 interpreter filename as argument to gdbserver_spawn.
3993 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3994 Return empty if $last_loaded_file does not exist.
3995
3996 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3997
3998 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3999 * gdb.base/jit-main.c: Use exit after usage.
4000
4001 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4002
4003 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4004 GDBHISTSIZE prior to the tests.
4005 * gdb.base/gdbinit-history.exp: Likewise.
4006
4007 2016-04-07 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4010 instead of build_executable. Use gdb_load_shlibs.
4011
4012 2016-04-07 Yao Qi <yao.qi@linaro.org>
4013
4014 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4015 Execute "si" command.
4016
4017 2016-04-07 Yao Qi <yao.qi@linaro.org>
4018
4019 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4020 number instead of the comments on some line.
4021
4022 2016-04-06 Don Breazeal <donb@codesourcery.com>
4023
4024 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4025 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4026
4027 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4028
4029 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4030 standard_output_file. Remove unused binfile variable.
4031
4032 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4033
4034 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4035 * gdb.python/py-mi-objfile.exp: Match "list main" output
4036 in console format.
4037
4038 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4039
4040 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4041 absolute.
4042
4043 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4044
4045 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4046 absolute.
4047 * gdb.trace/ftrace.exp: Likewise.
4048 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4049 targets as well.
4050 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4051 (gdb_load_shlibs): Copy libraries to test directory when testing
4052 natively. Only set solib-search-path if testing remotely.
4053 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4054
4055 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4056
4057 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4058 gdb_download. Use it even if the target is not remote.
4059 * gdb.base/jit.exp (compile_jit_test): Likewise.
4060 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4061 output directory if the destination board is local, otherwise use
4062 the standard remote_download from DejaGnu.
4063 (gdb_download): Remove.
4064 (gdb_load_shlibs): Use gdb_remote_download instead of
4065 gdb_download.
4066 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4067 Use gdb_remote_download instead of gdb_download. Use it even if
4068 the target is not remote.
4069 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4070 instead of gdb_download.
4071
4072 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4073
4074 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4075 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4076 run.
4077
4078 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4079
4080 PR gdb/19820
4081 * gdb.base/printcmds.exp: Add artificial arrays tests.
4082
4083 2016-03-31 Pedro Alves <palves@redhat.com>
4084
4085 PR gdb/19858
4086 * gdb.base/jit-main.c: Include unistd.h.
4087 (ATTACH): Define to 0 if not already defined.
4088 (wait_for_gdb, mypid): New globals.
4089 (WAIT_FOR_GDB): New macro.
4090 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4091 some breakpoint locations.
4092 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4093 New procedures.
4094 (one_jit_test): Add REATTACH parameter, and handle it. Use
4095 continue_to_test_location.
4096 (top level): Test attach, and adjusts calls to one_jit_test.
4097
4098 2016-03-31 Pedro Alves <palves@redhat.com>
4099
4100 PR gdb/19858
4101 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4102 BINSUFFIX parameter, and handle it.
4103 (top level): Adjust calls compile_jit_test.
4104
4105 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4106
4107 PR python/19743
4108 * gdb.python/py-mi-events-gdb.py: New file.
4109 * gdb.python/py-mi-events.c: New file.
4110 * gdb.python/py-mi-events.exp: New file.
4111
4112 2016-03-30 Yao Qi <yao.qi@linaro.org>
4113
4114 * gdb.reverse/until-precsave.exp: Match function name only.
4115 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4116 Move malloc to a condition block.
4117 * gdb.reverse/until-reverse.exp: Match function name only.
4118
4119 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4120
4121 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4122 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4123 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4124 variable for GPR 0 instead of assuming it is register 0.
4125 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4126 * lib/trace-support.exp: Add s390 registers.
4127
4128 2016-03-29 Yao Qi <yao.qi@linaro.org>
4129
4130 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4131
4132 2016-03-24 Yao Qi <yao.qi@linaro.org>
4133
4134 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4135 test message.
4136
4137 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4138
4139 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4140 maintaining separate logic for constructing the output path.
4141
4142 2016-03-16 Don Breazeal <donb@codesourcery.com>
4143
4144 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4145 Retry fork and waitpid on interrupted system call errors.
4146 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4147 Use with_timeout_factor to increase timeout by factor of 10.
4148
4149 2016-03-15 Don Breazeal <donb@codesourcery.com>
4150
4151 * gdb.cp/scope-err.cc: New test program.
4152 * gdb.cp/scope-err.exp: New test script.
4153 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4154 lines and "set breakpoint here" comment.
4155 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4156 Fixed some whitespace and format issues.
4157 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4158 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4159
4160 2016-03-15 Doug Evans <dje@google.com>
4161
4162 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4163 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4164 All callers updated. Add tests for enums, mixed flags register.
4165
4166 2016-03-15 Doug Evans <dje@google.com>
4167
4168 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4169 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4170
4171 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4172
4173 * gdb.base/default.exp: Add $_as_string to the list of expected
4174 convenience functions.
4175
4176 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4179
4180 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4181
4182 * gdb.python/py-as-string.exp: New file.
4183 * gdb.python/py-as-string.c: New file.
4184
4185 2016-03-09 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4188 signal" -> "Thread NN received signal" output change.
4189 * gdb.threads/ia64-sigill.exp: Likewise.
4190 * gdb.threads/linux-dp.exp: Likewise.
4191 * gdb.threads/manythreads.exp: Likewise.
4192 * gdb.threads/pending-step.exp: Likewise.
4193 * gdb.threads/print-threads.exp: Likewise.
4194 * gdb.threads/sigstep-threads.exp: Likewise.
4195 * gdb.threads/staticthreads.exp: Likewise.
4196 * gdb.threads/tls.exp: Likewise.
4197
4198 2016-03-09 Pedro Alves <palves@redhat.com>
4199
4200 * gdb.base/command-line-input.exp: New file.
4201
4202 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4203
4204 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4205 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4206 * gdb.trace/pending.exp: Accept leading dot before function name.
4207 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4208 * lib/trace-support.exp: Set registers for ppc.
4209
4210 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4211
4212 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4213 use it for disassembly; accept .main in addition to main in backtrace.
4214
4215 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4216 Marcin Kościelnicki <koriakin@0x04.net>
4217
4218 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4219 (gdb_recursion_test_ptr): New global variable.
4220 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4221 gdb_recursion_test.
4222 (gdb_c_test): Ditto.
4223
4224 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4225
4226 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4227 ordering.
4228
4229 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4230
4231 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4232 (bar): Add bar_start_lbl label.
4233 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4234 of foo/bar for emitting DWARF and tracing.
4235
4236 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4237
4238 * analyze-racy-logs.py: Set executable bit.
4239
4240 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4241
4242 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4243 (CHECK_TARGET_TMP): Likewise.
4244 (check-single-racy): New rule.
4245 (check-parallel-racy): Likewise.
4246 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4247 (do-check-parallel-racy): New rule.
4248 (check-racy/%.exp): Likewise.
4249 * README (Racy testcases): New section.
4250 * analyze-racy-logs.py: New file.
4251
4252 2016-03-03 Doug Evans <dje@google.com>
4253
4254 * gdb.base/skip.exp: Use with_test_prefix.
4255
4256 2016-03-03 Yao Qi <yao.qi@linaro.org>
4257
4258 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4259 Invoke step_over_syscall "clone" and break_cond_on_syscall
4260 "clone".
4261 * gdb.base/step-over-clone.c: New file.
4262
4263 2016-03-03 Yao Qi <yao.qi@linaro.org>
4264
4265 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4266 code format.
4267
4268 2016-03-03 Yao Qi <yao.qi@linaro.org>
4269
4270 * gdb.base/disp-step-fork.c: Rename to ...
4271 * gdb.base/step-over-fork.c: ... it. New file.
4272 * gdb.base/disp-step-vfork.c: Rename to ...
4273 * gdb.base/step-over-vfork.c: ... it. New file.
4274 * gdb.base/disp-step-syscall.exp: Rename to ...
4275 * gdb.base/step-over-syscall.exp: ... it. New file.
4276 (disp_step_cross_syscall): Rename to ...
4277 (step_over_syscall): ... it.
4278
4279 2016-03-03 Yao Qi <yao.qi@linaro.org>
4280
4281 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4282 If target supports condition evaluation on target, invoke
4283 break_cond_on_syscall for fork and vfork.
4284
4285 2016-03-03 Yao Qi <yao.qi@linaro.org>
4286
4287 * gdb.base/disp-step-syscall.exp: Don't invoke
4288 support_displaced_stepping.
4289 (disp_step_cross_syscall): Test with displaced stepping off and
4290 on if supported.
4291
4292 2016-03-03 Yao Qi <yao.qi@linaro.org>
4293
4294 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4295 proc.
4296 (setup): New proc.
4297 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4298 and setup.
4299
4300 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4301
4302 * gdb.fortran/vla-history.exp: Remove breakpoint.
4303
4304 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4305
4306 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4307 exceeds timeout.
4308
4309 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4310
4311 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4312 breakpoint.
4313
4314 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4315
4316 * gdb.mi/vla.f90: Nullify pointer after declaration.
4317
4318 2016-03-01 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4321
4322 2016-03-01 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4325 before anything else.
4326 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4327 _GNU_SOURCE here.
4328 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4329 before anything else.
4330 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4331
4332 2016-03-01 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4335
4336 2016-03-01 Yao Qi <yao.qi@linaro.org>
4337
4338 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4339 prepare_for_testing.
4340
4341 2016-03-01 Yao Qi <yao.qi@linaro.org>
4342
4343 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4344
4345 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4346
4347 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4348 manually constructing the output path.
4349
4350 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4351
4352 * gdb.arch/s390-stackless.S: New.
4353 * gdb.arch/s390-stackless.exp: New.
4354
4355 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4356
4357 * gdb.dlang/circular.c: New file.
4358 * gdb.dlang/circular.exp: New file.
4359
4360 2016-02-26 Yao Qi <yao.qi@linaro.org>
4361
4362 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4363 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4364 (testcases): Update.
4365
4366 2016-02-26 Yao Qi <yao.qi@linaro.org>
4367
4368 * gdb.reverse/aarch64.c: Rename to ...
4369 * gdb.reverse/insn-reverse.c: ... it.
4370 * gdb.reverse/aarch64.exp: Rename to ...
4371 * gdb.reverse/insn-reverse.exp: ... it.
4372
4373 2016-02-26 Yao Qi <yao.qi@linaro.org>
4374
4375 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4376 (testcase_ftype): New.
4377 (testcases): New array.
4378 (n_testcases): New.
4379 (main): Call each element in testcases.
4380 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4381 (read_testcase): New.
4382 Do the tests in a loop.
4383
4384 2016-02-25 Yao Qi <yao.qi@linaro.org>
4385
4386 * gdb.base/branches.c: Remove.
4387
4388 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4389
4390 PR gdb/13808
4391 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4392
4393 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4394
4395 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4396
4397 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4398
4399 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4400 change x86_64 call_insn to 'callq'.
4401
4402 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4403
4404 * gdb.trace/tfile-avx.c: Move to...
4405 * gdb.trace/tracefile-pseudo-reg.c: Here.
4406 * gdb.trace/tfile-avx.exp: Move to...
4407 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4408
4409 2016-02-24 Gary Benson <gbenson@redhat.com>
4410
4411 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4412 message on attach.
4413
4414 2016-02-23 Doug Evans <dje@google.com>
4415
4416 * gdb.base/skip.c (test_skip): New function.
4417 (end_test_skip_file_and_function): New function.
4418 (test_skip_file_and_function): New function.
4419 * gdb.base/skip1.c (test_skip): New function.
4420 (skip1_test_skip_file_and_function): New function.
4421 * gdb.base/skip.exp: Add tests for new skip options.
4422 * gdb.base/skip-solib.exp: Update expected output.
4423 * gdb.perf/skip-command.cc: New file.
4424 * gdb.perf/skip-command.exp: New file.
4425 * gdb.perf/skip-command.py: New file.
4426
4427 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4428
4429 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4430 info registers pattern.
4431
4432 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4433
4434 * lib/future.exp: Add D support.
4435 (gdb_find_gdc): New proc.
4436 (gdb_default_target_compile): Add D support.
4437
4438 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4439
4440 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4441 user+system time.
4442 (trace_speed_test): Determine the iteration count for a time
4443 between 15..30 seconds.
4444
4445 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4446
4447 * gdb.arch/i386-mpx-sigsegv.c: New file.
4448 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4449 * gdb.arch/i386-mpx-simple_segv.c: New file.
4450 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4451
4452 2016-02-18 Yao Qi <yao.qi@linaro.org>
4453
4454 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4455 Don't call setup_kfail.
4456
4457 2016-02-18 Yao Qi <yao.qi@linaro.org>
4458
4459 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4460 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4461
4462 2016-02-16 Doug Evans <dje@google.com>
4463
4464 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4465 * gdb.base/skip1.c: Ditto.
4466 * gdb.base/skip.exp: Whitespace cleanup.
4467
4468 2016-02-16 Don Breazeal <donb@codesourcery.com>
4469
4470 PR remote/19496
4471 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4472 Remove kfail for PR remote/19496.
4473
4474 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4475
4476 * lib/gdb.exp (standard_temp_file): Return a path specific to
4477 the runtest invocation.
4478
4479 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4480
4481 * gdb.trace/save-trace.exp: Change relative path to be in the
4482 standard output directory.
4483
4484 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 * gdb.arch/i386-prologue.c: Add missing prototypes.
4487
4488 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4489
4490 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4491 * gdb.arch/i386-prologue.exp: Likewise.
4492 * gdb.arch/i386-size.exp: Likewise.
4493
4494 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4495
4496 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4497 define object file path.
4498 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4499 file path.
4500 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4501 standard_output_file to define binfile.
4502
4503 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 Fix compatibility with recent gfortran-5.3.1.
4506 * gdb.fortran/vla-history.exp (print vla1 allocated)
4507 (print vla2 allocated, print $2, print $3): Remove
4508 (print $4): Rename to ...
4509 (print $2): ... here.
4510 (print $9): Rename to ...
4511 (print $5): ... here.
4512 (print $10): Rename to ...
4513 (print $6): ... here.
4514 * gdb.fortran/vla.f90: Add pvla initialization.
4515
4516 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4519 New test.
4520 * gdb.fortran/vla-value-sub.exp: Likewise.
4521
4522 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4523
4524 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4525
4526 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4527
4528 * i386-biarch-core.exp: Define corefile using
4529 standard_output_file.
4530
4531 2016-02-12 Yao Qi <yao.qi@linaro.org>
4532
4533 * gdb.arch/arm-single-step-kernel-helper.c: New.
4534 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4535
4536 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4537
4538 * gdb.btrace/tailcall-only.exp: New.
4539 * gdb.btrace/tailcall-only.c: New.
4540 * gdb.btrace/x86_64-tailcall-only.S: New.
4541 * gdb.btrace/i686-tailcall-only.S: New.
4542
4543 2016-02-11 Pedro Alves <palves@redhat.com>
4544
4545 * README (Parallel testing): Add missing double quotes.
4546
4547 2016-02-11 Pedro Alves <palves@redhat.com>
4548
4549 * README (Parallel testing): New section.
4550 (GDB_PARALLEL): Rewrite.
4551 (FORCE_PARALLEL): Document.
4552
4553 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4554
4555 * gdb.trace/tfile-avx.c: New test.
4556 * gdb.trace/tfile-avx.exp: New test.
4557
4558 2016-02-09 Keith Seitz <keiths@redhat.com>
4559
4560 PR breakpoints/19546
4561 * gdb.base/infcall-exec.c: New file.
4562 * gdb.base/infcall-exec2.c: New file.
4563 * gdb.base/infcall-exec.exp: New file.
4564
4565 2016-02-09 Keith Seitz <keiths@redhat.com>
4566
4567 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4568 (toplevel): Call test_bkpt_address.
4569
4570 2016-02-09 Keith Seitz <keiths@redhat.com>
4571
4572 PR python/19506
4573 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4574 (toplevel): Call test_bkpt_address.
4575
4576 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4577
4578 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4579 to AC_OUTPUT.
4580 * configure: Regenerate.
4581
4582 2016-02-09 Pedro Alves <palves@redhat.com>
4583
4584 PR breakpoints/19548
4585 * gdb.base/execl-update-breakpoints.c (some_function): New
4586 function.
4587 (main): Call it.
4588 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4589 Tighten expected GDB output.
4590
4591 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4592
4593 * Makefile.in (ALL_SUBDIRS): Remove.
4594 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4595 (distclean maintainer-clean realclean): Likewise.
4596 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4597 * configure: Regenerate.
4598 * gdb.ada/Makefile.in: Delete.
4599 * gdb.arch/Makefile.in: Likewise.
4600 * gdb.asm/Makefile.in: Likewise.
4601 * gdb.base/Makefile.in: Likewise.
4602 * gdb.btrace/Makefile.in: Likewise.
4603 * gdb.cell/Makefile.in: Likewise.
4604 * gdb.compile/Makefile.in: Likewise.
4605 * gdb.cp/Makefile.in: Likewise.
4606 * gdb.disasm/Makefile.in: Likewise.
4607 * gdb.dlang/Makefile.in: Likewise.
4608 * gdb.dwarf2/Makefile.in: Likewise.
4609 * gdb.fortran/Makefile.in: Likewise.
4610 * gdb.gdb/Makefile.in: Likewise.
4611 * gdb.go/Makefile.in: Likewise.
4612 * gdb.guile/Makefile.in: Likewise.
4613 * gdb.java/Makefile.in: Likewise.
4614 * gdb.linespec/Makefile.in: Likewise.
4615 * gdb.mi/Makefile.in: Likewise.
4616 * gdb.modula2/Makefile.in: Likewise.
4617 * gdb.multi/Makefile.in: Likewise.
4618 * gdb.objc/Makefile.in: Likewise.
4619 * gdb.opencl/Makefile.in: Likewise.
4620 * gdb.opt/Makefile.in: Likewise.
4621 * gdb.pascal/Makefile.in: Likewise.
4622 * gdb.perf/Makefile.in: Likewise.
4623 * gdb.python/Makefile.in: Likewise.
4624 * gdb.reverse/Makefile.in: Likewise.
4625 * gdb.server/Makefile.in: Likewise.
4626 * gdb.stabs/Makefile.in: Likewise.
4627 * gdb.threads/Makefile.in: Likewise.
4628 * gdb.trace/Makefile.in: Likewise.
4629 * gdb.xml/Makefile.in: Likewise.
4630 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4631 GDB_PARALLEL.
4632 (standard_output_file): Remove check for GDB_PARALLEL, always
4633 return path in outputs/$subdir/$testname.
4634
4635 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4636
4637 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4638 (site.exp): Assign abs_srcdir to tcl's srcdir.
4639
4640 2016-02-04 Yao Qi <yao.qi@linaro.org>
4641
4642 * gdb.base/foll-exec-mode.c: Include limits.h.
4643 (main): Add parameters argc and argv. Get directory from
4644 argv[0].
4645 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4646 compilation.
4647 * gdb.base/foll-exec.c: Include limits.h.
4648 (main): Add parameters argc and argv.
4649 Get directory from argv[0].
4650 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4651 Adjust tests on the number of lines as source code changed.
4652 * gdb.base/foll-vfork-exit.c: Include limits.h.
4653 (main): Add one line of statement before vfork.
4654 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4655 (main): Add parameters argc and argv. Get directory from
4656 argv[0].
4657 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4658 (setup_gdb): Set tbreak to skip some source lines.
4659 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4660 (main): Add parameters argc and argv. Get directory from
4661 argv[0].
4662 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4663 compilation.
4664 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4665 (main): Add parameters argc and argv. Get directory from
4666 argv[0].
4667 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4668 compilation.
4669
4670 2016-02-01 Doug Evans <dje@google.com>
4671
4672 * gdb.base/skip.exp: Clean up multiple references to same test name.
4673
4674 2016-02-01 Pedro Alves <palves@redhat.com>
4675
4676 PR remote/19496
4677 * gdb.threads/forking-threads-plus-breakpoint.exp
4678 (displaced_stepping_supported): New global.
4679 (probe_displaced_stepping_support): New procedure.
4680 (do_test): Add 'displaced' parameter, and use it.
4681 (top level): Check for displaced stepping support. Add displaced
4682 stepping on/off testing axis.
4683
4684 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4685
4686 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4687 pointer. Don't perform further tests on the unassociated pointer
4688 if the first test fails.
4689
4690 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.base/max-value-size.c: New file.
4693 * gdb.base/max-value-size.exp: New file.
4694 * gdb.base/huge.exp: Disable max-value-size for this test.
4695
4696 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4697
4698 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4699
4700 2016-01-28 Yao Qi <yao.qi@linaro.org>
4701
4702 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4703
4704 2016-01-25 Pedro Alves <palves@redhat.com>
4705
4706 PR threads/19461
4707 * gdb.base/fork-running-state.c: New file.
4708 * gdb.base/fork-running-state.exp: New file.
4709
4710 2016-01-25 Pedro Alves <palves@redhat.com>
4711
4712 PR gdb/19494
4713 * gdb.base/catch-fork-kill.c: New file.
4714 * gdb.base/catch-fork-kill.exp: New file.
4715
4716 2016-01-25 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4719 Delete, moved to lib/gdb.exp.
4720 * gdb.threads/forking-threads-plus-breakpoint.exp
4721 (foreach_with_prefix): Likewise.
4722 * gdb.threads/process-dies-while-handling-bp.exp
4723 (foreach_with_prefix): Likewise.
4724 * lib/gdb.exp (foreach_with_prefix): New procedure.
4725
4726 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4727
4728 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4729 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4730
4731 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4732
4733 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4734 endian targets.
4735
4736 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4737 Pedro Alves <palves@redhat.com>
4738
4739 Fix testsuite compatibility with Guile.
4740 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4741 number.
4742
4743 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4744
4745 Fix testsuite compatibility with Guile.
4746 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4747 (thread 1): New test for backtrace through signal handler.
4748
4749 2016-01-22 Yao Qi <yao.qi@linaro.org>
4750
4751 PR testsuite/19491
4752 * gdb.base/multi-forks.c: Include
4753 ../lib/unbuffer_output.c
4754 (main): Call gdb_unbuffer_output.
4755
4756 2016-01-21 Doug Evans <dje@google.com>
4757
4758 * lib/ada.exp (gdb_compile_ada): Fix typo.
4759
4760 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4761
4762 * gdb.base/break-fun-addr.exp: New file.
4763 * gdb.base/break-fun-addr1.c: New file.
4764 * gdb.base/break-fun-addr2.c: New file.
4765
4766 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4767
4768 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4769 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4770 enum flag values.
4771
4772 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4773
4774 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4775 when GDB can not set the vector return value. Add more comments
4776 for clarification.
4777
4778 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4779
4780 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4781 command.
4782
4783 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4784
4785 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4786
4787 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4788
4789 * Makefile.in (check-single): Pass --status to runtest.
4790 (check/%.exp): Likewise.
4791
4792 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4793
4794 * Makefile.in (check-parallel): Propagate return code from make
4795 do-check-parallel.
4796
4797 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4798
4799 * gdb.trace/ftrace.exp: Fix expected message on continue.
4800 * gdb.trace/pending.exp: Fix expected message on continue.
4801 * gdb.trace/trace-break.exp: Fix expected message on continue.
4802
4803 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4804
4805 * lib/gdb.exp (gdb_test): Remove unused global references.
4806
4807 2016-01-18 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/async-shell.exp: Adjust expected output.
4810 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4811 * gdb.base/siginfo-thread.exp: Adjust expected output.
4812 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4813 * gdb.java/jnpe.exp: Adjust expected output.
4814 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4815 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4816 * gdb.threads/leader-exit.exp: Adjust expected output.
4817 * gdb.threads/manythreads.exp: Adjust expected output.
4818 * gdb.threads/pthreads.exp: Adjust expected output.
4819 * gdb.threads/schedlock.exp: Adjust expected output.
4820 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4821 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4822 expected output.
4823 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4824 output.
4825 * gdb.threads/sigthread.exp: Adjust expected output.
4826 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4827
4828 2016-01-18 Yao Qi <yao.qi@linaro.org>
4829
4830 * gdb.guile/scm-section-script.c: Replace @progbits with
4831 %progbits.
4832 * gdb.python/py-section-script.c: Likewise.
4833
4834 2016-01-15 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.multi/tids.exp: Test star wildcard ranges.
4837
4838 2016-01-15 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4841 command from "thread apply" invocation.
4842 (thr_apply_info_thr_invalid): Default the expected output to the
4843 input tid list.
4844 (top level): Add tests that use convenience variables. Add tests
4845 for "thread apply" with a valid TID list, but missing the command.
4846
4847 2016-01-13 Pedro Alves <palves@redhat.com>
4848
4849 * gdb.base/default.exp: Expect $_gthread as well.
4850 * gdb.multi/tids.exp: Test $_gthread.
4851 * gdb.threads/thread-specific.exp: Test $_gthread.
4852
4853 2016-01-13 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.multi/tids.exp: Test "info threads -gid".
4856
4857 2016-01-13 Pedro Alves <palves@redhat.com>
4858
4859 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4860 Breakpoint.thread.
4861 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4862
4863 2016-01-07 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.base/break.exp: Adjust to output changes.
4866 * gdb.base/hbreak2.exp: Likewise.
4867 * gdb.base/sepdebug.exp: Likewise.
4868 * gdb.base/watch_thread_num.exp: Likewise.
4869 * gdb.linespec/keywords.exp: Likewise.
4870 * gdb.multi/info-threads.exp: Likewise.
4871 * gdb.threads/thread-find.exp: Likewise.
4872 * gdb.multi/tids.c: New file.
4873 * gdb.multi/tids.exp: New file.
4874
4875 2016-01-13 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4878
4879 2016-01-13 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.base/default.exp: Expect $_inferior as well.
4882 * gdb.multi/base.exp: Test $_inferior.
4883
4884 2016-01-13 Pedro Alves <palves@redhat.com>
4885
4886 PR breakpoints/19388
4887 * gdb.base/catch-signal-siginfo-cond.c: New file.
4888 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4889
4890 2016-01-12 Josh Stone <jistone@redhat.com>
4891 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4892
4893 * gdb.base/catch-syscall.c (do_execve): New variable.
4894 (main): Conditionally trigger an execve.
4895 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4896 (test_catch_syscall_execve): New, check entry/return across execve.
4897 (do_syscall_tests): Call test_catch_syscall_execve.
4898
4899 2016-01-12 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/random-signal.exp (do_test): New procedure, with body
4902 of testcase moved in.
4903
4904 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4905 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.base/funcargs.exp (finish from indirectly called function):
4908 Reintroduce the case for 'First'.
4909
4910 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4911 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4914 (tcatch_vfork_then_child_follow_exec)
4915 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4916 identification.
4917
4918 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4919
4920 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4921 and repeats to unlimited.
4922 * gdb.python/py-value.exp: Likewise.
4923 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4924 and repeats to unlimited.
4925
4926 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4927
4928 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4929 and reordering the functions.
4930 * gdb.multi/hangout.c: Likewise.
4931 * gdb.multi/hello.c: Likewise.
4932
4933 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4934
4935 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4936 absolute.
4937 (SingleStatisticTestResult.report): Use dict.keys instead of
4938 dict.iterkeys.
4939
4940 2016-01-06 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4943
4944 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4945
4946 * gdb.btrace/dlopen.exp: New.
4947 * gdb.btrace/dlopen.c: New.
4948 * gdb.btrace/dlopen-dso.c: New.
4949
4950 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4951
4952 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4953 PATTERN argument is optional.
4954
4955 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4956
4957 * lib/ada.exp (target_compile_ada_from_dir): New function.
4958 (gdb_compile_ada): Reimplement avoiding the use of project files.
4959 * gdb.ada/gnat_ada.gpr: Delete.
4960 * gdb.ada/cond_lang.exp: Adjust test to make path before
4961 filename optional.
4962 * gdb.ada/small_reg_param.exp: Likewise.
4963
4964 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4965
4966 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4967
4968 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4969
4970 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4971 case.
4972
4973 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4974
4975 * gdb.base/break.exp: Remove dead code.
4976 * gdb.base/sepdebug.exp: Likewise.
4977
4978 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4979
4980 * gdb.asm/asm-source.exp: Remove HP-UX references.
4981 * gdb.base/annota1.exp: Likewise.
4982 * gdb.base/annota3.exp: Likewise.
4983 * gdb.base/attach.exp: Likewise.
4984 * gdb.base/bigcore.exp: Likewise.
4985 * gdb.base/break.exp: Likewise.
4986 * gdb.base/call-ar-st.exp: Likewise.
4987 * gdb.base/callfuncs.exp: Likewise.
4988 * gdb.base/catch-fork-static.exp: Likewise.
4989 * gdb.base/display.exp: Likewise.
4990 * gdb.base/foll-exec-mode.exp: Likewise.
4991 * gdb.base/foll-exec.exp: Likewise.
4992 * gdb.base/foll-fork.exp: Likewise.
4993 * gdb.base/foll-vfork.exp: Likewise.
4994 * gdb.base/funcargs.exp: Likewise.
4995 * gdb.base/hbreak2.exp: Likewise.
4996 * gdb.base/inferior-died.exp: Likewise.
4997 * gdb.base/interrupt.exp: Likewise.
4998 * gdb.base/multi-forks.exp: Likewise.
4999 * gdb.base/nodebug.exp: Likewise.
5000 * gdb.base/sepdebug.exp: Likewise.
5001 * gdb.base/solib1.c: Likewise.
5002 * gdb.base/step-test.exp: Likewise.
5003 * gdb.mi/non-stop.c: Likewise.
5004 * gdb.mi/pthreads.c: Likewise.
5005 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5006 * gdb.threads/pthreads.c: Likewise.
5007 * gdb.threads/staticthreads.exp: Likewise.
5008 * lib/future.exp: Likewise.
5009 * lib/gdb.exp: Likewise.
5010 * gdb.base/so-indr-cl.c: Remove.
5011 * gdb.base/so-indr-cl.exp: Likewise.
5012 * gdb.base/solib.c: Likewise.
5013 * gdb.base/solib.exp: Likewise.
5014 * gdb.base/solib2.c: Likewise.
5015
5016 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5017
5018 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5019 * gdb.base/call-ar-st.exp: Likewise.
5020 * gdb.base/callfuncs.exp: Likewise.
5021 * gdb.base/condbreak.exp: Likewise.
5022 * gdb.base/constvars.exp: Likewise.
5023 * gdb.base/hbreak2.exp: Likewise.
5024 * gdb.base/langs.exp: Likewise.
5025 * gdb.base/list.exp: Likewise.
5026 * gdb.base/long_long.exp: Likewise.
5027 * gdb.base/ptype.exp: Likewise.
5028 * gdb.base/scope.exp: Likewise.
5029 * gdb.base/signals.exp: Likewise.
5030 * gdb.base/so-impl-ld.exp: Likewise.
5031 * gdb.base/varargs.exp: Likewise.
5032 * gdb.base/volatile.exp: Likewise.
5033 * gdb.base/whatis.exp: Likewise.
5034 * gdb.cp/cplusfuncs.exp: Likewise.
5035 * gdb.cp/inherit.exp: Likewise.
5036 * gdb.cp/local.exp: Likewise.
5037 * gdb.cp/member-ptr.exp: Likewise.
5038 * gdb.cp/method.exp: Likewise.
5039 * gdb.cp/overload.exp: Likewise.
5040 * gdb.cp/templates.exp: Likewise.
5041 * gdb.stabs/weird.exp: Likewise.
5042 * lib/compiler.c: Likewise.
5043 * lib/compiler.cc: Likewise.
5044 * lib/cp-support.exp: Likewise.
5045 * lib/gdb.exp: Likewise.
5046
5047 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5048
5049 * configure.ac: Remove HP-UX case.
5050 * configure: Regenerate.
5051
5052 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5053
5054 * lib/gdb.exp (gdb_compile): Add function doc.
5055
5056 2015-12-17 Pedro Alves <palves@redhat.com>
5057
5058 PR threads/19354
5059 * gdb.multi/info-threads.exp: New file.
5060
5061 2015-12-15 Yao Qi <yao.qi@linaro.org>
5062
5063 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5064 is aarch64*-*-*.
5065
5066 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5067
5068 * gdb.base/history-duplicates.exp: Skip if no readline support.
5069
5070 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5071
5072 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5073
5074 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5075
5076 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5077
5078 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5079
5080 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5081 ctrl-C if nointerrupts target property is set.
5082 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5083 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5084 * gdb.base/paginate-bg-execution.exp: Likewise.
5085 * gdb.base/paginate-execution-startup.exp: Likewise.
5086 * gdb.base/random-signal.exp: Likewise.
5087 * gdb.base/range-stepping.exp: Likewise.
5088 * gdb.cp/annota2.exp: Likewise.
5089 * gdb.cp/annota3.exp: Likewise.
5090 * gdb.gdb/selftest.exp: Likewise.
5091 * gdb.threads/continue-pending-status.exp: Likewise.
5092 * gdb.threads/leader-exit.exp: Likewise.
5093 * gdb.threads/manythreads.exp: Likewise.
5094 * gdb.threads/pthreads.exp: Likewise.
5095 * gdb.threads/schedlock.exp: Likewise.
5096 * gdb.threads/sigthread.exp: Likewise.
5097
5098 2015-12-11 Don Breazeal <donb@codesourcery.com>
5099
5100 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5101 remote.
5102 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5103 * gdb.base/foll-exec.exp (main): Enable for target remote.
5104 * gdb.base/foll-fork.exp (main): Likewise.
5105 * gdb.base/foll-vfork.exp (main): Likewise.
5106 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5107 (proc continue_to_exit_bp_loc): Use clean_restart.
5108 * gdb.base/pie-execl.exp (main): Disable for target remote.
5109 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5110 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5111 * gdb.threads/execl.exp (main): Likewise.
5112 * gdb.threads/fork-child-threads.exp (main): Likewise.
5113 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5114 remote.
5115 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5116 remote.
5117 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5118 pid.tid style ptids, instead of just tid.
5119 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5120 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5121 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5122 ptids, instead of just tid.
5123
5124 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5125
5126 * gdb.base/list.exp (test_list_forward): Add end of file error
5127 test.
5128 (test_repeat_list_command): Add end of file error test.
5129 (test_list_backwards): Add beginning of file error test.
5130
5131 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5132
5133 * gdb.base/list.exp (test_list_invalid_args): New function,
5134 defined, and called.
5135
5136 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5137
5138 * gdb.base/list.exp (test_list): Make test names unique.
5139
5140 2015-12-11 Yao Qi <yao.qi@linaro.org>
5141
5142 * gdb.base/coremaker2.c: Remove.
5143
5144 2015-12-10 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.multi/base.exp: Remove stale "spaces" references.
5147
5148 2015-12-10 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.multi/base.exp: Don't use nowarnings.
5151 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5152 * gdb.multi/hangout.c: Include stdio.h.
5153 * gdb.multi/hello.c: Include stdlib.h.
5154 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5155 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5156 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5157
5158 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5159
5160 * gdb.dwarf2/dw2-ranges-base.c: New file.
5161 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5162 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5163 support additional line table, and debug ranges generation.
5164 (Dwarf::ranges): New function, generate .debug_ranges.
5165 (Dwarf::lines): Support generating simple line table programs.
5166 (Dwarf::assemble): Initialise new namespace variables.
5167
5168 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5169
5170 * gdb.base/async.exp (proc test_background): Add case for
5171 asynchronous execution not supported.
5172
5173 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5174
5175 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5176 format and change test names to make them unique.
5177
5178 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5179 Pedro Alves <pedro@redhat.com>
5180
5181 PR gdb/18702
5182 Add checking of floatformats setup on x86_64 hosts.
5183 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5184 (smallval, bigval): New labels/constants.
5185 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5186 float" after loading bigval and smallval.
5187
5188 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5189
5190 * gdb.ada/fun_overload_menu.exp: New testcase.
5191 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5192
5193 2015-12-04 Josh Stone <jistone@redhat.com>
5194
5195 * gdb.base/catch-fork-static.exp: New.
5196
5197 2015-12-03 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.base/sizeof.c: Don't include stdio.h and
5200 ../lib/unbuffer_output.c.
5201 (main): New variable 'size' and 'value'. Remove printf and
5202 gdb_unbuffer_output. Assign return value to size and value.
5203 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5204 at the beginning.
5205 (check_sizeof): Check the result by printing variable 'size'.
5206 (check_valueof): Check the result by printing variable 'value'.
5207
5208 2015-12-01 Yao Qi <yao.qi@linaro.org>
5209
5210 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5211 for aarch64*-*-linux* target.
5212
5213 2015-11-30 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5216
5217 2015-11-30 Pedro Alves <palves@redhat.com>
5218
5219 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5220 Handle non-stop mode vCont replies.
5221
5222 2015-11-30 Pedro Alves <palves@redhat.com>
5223
5224 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5225 prepare_for_testing. Start gdb with "set non-stop on" appended to
5226 GDBFLAGS. Lax expected stop output.
5227
5228 2015-11-27 Yao Qi <yao.qi@linaro.org>
5229
5230 * gdb.arch/arm-neon.exp: New.
5231 * gdb.arch/arm-neon.c: New.
5232
5233 2015-11-27 Yao Qi <yao.qi@linaro.org>
5234
5235 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5236
5237 2015-11-27 Yao Qi <yao.qi@linaro.org>
5238
5239 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5240 frames-invalid annotation.
5241
5242 2015-11-27 Yao Qi <yao.qi@linaro.org>
5243
5244 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5245
5246 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5247
5248 * gdb.threads/names.exp: New file.
5249 * gdb.threads/names.c: New file.
5250 * README: Mention gdb,no_thread_names.
5251
5252 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5253
5254 PR 19297
5255 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5256 support" error.
5257
5258 2015-11-24 Pedro Alves <palves@redhat.com>
5259
5260 PR 17539
5261 * gdb.base/display.exp: Expect displays to be sorted in ascending
5262 order. Use multi_line.
5263 * gdb.base/solib-display.exp: Likewise.
5264
5265 2015-11-24 Pedro Alves <palves@redhat.com>
5266
5267 PR 17539
5268 * gdb.base/display.exp: Expect displays to be sorted in ascending
5269 order. Use multi_line.
5270 * gdb.base/solib-display.exp: Likewise.
5271
5272 2015-11-24 Pedro Alves <palves@redhat.com>
5273
5274 PR 17539
5275 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5276 threads in ascending order.
5277 * gdb.base/foll-fork.exp: Likewise.
5278 * gdb.base/foll-vfork.exp: Likewise.
5279 * gdb.base/multi-forks.exp: Likewise.
5280 * gdb.mi/mi-nonstop.exp: Likewise.
5281 * gdb.mi/mi-nsintrall.exp: Likewise.
5282 * gdb.multi/base.exp: Likewise.
5283 * gdb.multi/multi-arch.exp: Likewise.
5284 * gdb.python/py-inferior.exp: Likewise.
5285 * gdb.threads/break-while-running.exp: Likewise.
5286 * gdb.threads/execl.exp: Likewise.
5287 * gdb.threads/gcore-thread.exp: Likewise.
5288 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5289 * gdb.threads/kill.exp: Likewise.
5290 * gdb.threads/linux-dp.exp: Likewise.
5291 * gdb.threads/multiple-step-overs.exp: Likewise.
5292 * gdb.threads/next-bp-other-thread.exp: Likewise.
5293 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5294 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5295 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5296 * gdb.threads/thread-find.exp: Likewise.
5297 * gdb.threads/tls.exp: Likewise.
5298 * lib/mi-support.exp (mi_reverse_list): Delete.
5299 (mi_check_thread_states): No longer reverse list.
5300
5301 2015-11-24 Pedro Alves <palves@redhat.com>
5302
5303 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5304 use lowercase.
5305
5306 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5307
5308 * gdb.trace/actions.c: Include trace-common.h.
5309 (main): Add a location for a fast tracepoint.
5310 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5311 the normal tracepoints.
5312 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5313
5314 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5315
5316 * save-trace.exp: Factor out code to these...
5317 (gdb_save_tracepoints): New.
5318 (gdb_load_tracepoints): New.
5319 (do_save_load_test): New.
5320
5321 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5322
5323 * gdb.base/asmlabel.exp: New test.
5324 * gdb.base/asmlabel.c: New test case.
5325
5326 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5327
5328 * gdb.base/wrong_frame_bt_full-main.c: New file.
5329 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5330 * gdb.base/wrong_frame_bt_full.exp: New file.
5331
5332 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5333
5334 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5335
5336 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5337
5338 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5339 pstate register when comparing registers values in
5340 sparc64-*-linux-gnu targets to avoid spurious differences.
5341
5342 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5343
5344 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5345
5346 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5347
5348 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5349 as type argument to gdb_compile.
5350 * gdb.base/nested-subp2.exp: Likewise.
5351 * gdb.base/nested-subp3.exp: Likewise.
5352
5353 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5354
5355 * lib/dwarf.exp (_note): Fix left shift of negative value.
5356 * gdb.trace/trace-condition.exp: Likewise.
5357
5358 2015-11-13 Yao Qi <yao.qi@linaro.org>
5359
5360 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5361 comments about d10v.
5362 (test_scalar_returns): Likewise.
5363 * gdb.base/d10v.ld: Remove.
5364 * gdb.base/overlays.exp: Remove the target triplet checking for
5365 d10v-*-*.
5366 * gdb.base/structs.exp (test_struct_returns): Remove the
5367 comments about d10v.
5368 (test_struct_calls): Likewise.
5369
5370 2015-11-13 Yao Qi <yao.qi@linaro.org>
5371
5372 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5373 * gdb.base/gnu_vector.c: Don't include stdio.h.
5374 (main): Don't print res and call add_some_intvecs.
5375
5376 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5377
5378 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5379 macro.
5380 (func5): Removed.
5381 (func4): Use FAST_TRACEPOINT_LABEL.
5382 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5383 macro.
5384 (func): Removed.
5385 (thread_function): Use FAST_TRACEPOINT_LABEL.
5386 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5387 (func): Remove.
5388 (marker): Use FAST_TRACEPOINT_LABEL.
5389 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5390 (pendfunc1): Remove.
5391 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5392 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5393 (foo): Remove.
5394 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5395 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5396 macro.
5397 (func): Remove.
5398 (marker): Use FAST_TRACEPOINT_LABEL.
5399 * gdb.trace/trace-common.h: New header.
5400 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5401 macro.
5402 (func): Remove.
5403 (marker): Use FAST_TRACEPOINT_LABEL.
5404 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5405 (func): Remove.
5406 (thread_function): Use FAST_TRACEPOINT_LABEL.
5407
5408 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5409
5410 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5411 in front.
5412 * gdb.trace/change-loc.exp: Use global pcreg definition.
5413 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5414 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5415 in front.
5416 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5417 * gdb.trace/pending.exp: Likewise.
5418 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5419 * gdb.trace/trace-break.exp: Likewise.
5420 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5421 in front.
5422 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5423 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5424 in front.
5425 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5426
5427 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5428
5429 * gdb.ada/fin_fun_out: New testcase.
5430
5431 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5432
5433 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5434 value associated with DW_AT_byte_size.
5435 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5436 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5437 DW_AT_upper_bound.
5438
5439 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5440
5441 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5442 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5443 version.
5444 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5445 gdb.dwarf2/dw2-canonicalize-type.exp,
5446 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5447 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5448 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5449 provided by gdb_target_symbol_prefix_flags_asm.
5450 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5451 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5452 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5453 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5454 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5455 macros where needed). Use this macro for symbols which require
5456 the prefix provided by SYMBOL_PREFIX.
5457
5458 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5459
5460 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5461 New procs.
5462 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5463 representing expressions, of more than one list element.
5464 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5465 to prepend linker symbol prefix to f.
5466 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5467 table_1 and table_2.
5468 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5469 Likewise, for f and g.
5470 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5471 for ptr.
5472 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5473 for main.
5474 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5475 table_1_ptr and table_2_ptr.
5476
5477 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5478 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5481
5482 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5483
5484 * gdb.reverse/s390-mvcle.c: New test.
5485 * gdb.reverse/s390-mvcle.exp: New file.
5486 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5487
5488 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5489
5490 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5491
5492 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5493
5494 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5495 reaching marker2.
5496 * gdb.reverse/getresuid-reverse.exp: Likewise.
5497 * gdb.reverse/pipe-reverse.exp: Likewise.
5498 * gdb.reverse/readv-reverse.exp: Likewise.
5499 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5500 * gdb.reverse/time-reverse.exp: Likewise.
5501 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5502
5503 2015-10-30 Yao Qi <yao.qi@linaro.org>
5504
5505 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5506 (empty_cycle): Remove.
5507 (main): Don't call empty_cycle. Don't use watch_count_done.
5508 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5509 empty_cycle. Rewrite the code counting HW watchpoints.
5510
5511 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5512
5513 * gdb.reverse/fstatat-reverse.c: New test.
5514 * gdb.reverse/fstatat-reverse.exp: New file.
5515 * gdb.reverse/getresuid-reverse.c: New test.
5516 * gdb.reverse/getresuid-reverse.exp: New file.
5517 * gdb.reverse/pipe-reverse.c: New test.
5518 * gdb.reverse/pipe-reverse.exp: New file.
5519 * gdb.reverse/readv-reverse.c: New test.
5520 * gdb.reverse/readv-reverse.exp: New file.
5521 * gdb.reverse/recvmsg-reverse.c: New test.
5522 * gdb.reverse/recvmsg-reverse.exp: New file.
5523 * gdb.reverse/time-reverse.c: New test.
5524 * gdb.reverse/time-reverse.exp: New file.
5525 * gdb.reverse/waitpid-reverse.c: New test.
5526 * gdb.reverse/waitpid-reverse.exp: New file.
5527
5528 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5531
5532 2015-10-26 Doug Evans <dje@google.com>
5533
5534 PR symtab/17391
5535 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5536 * gdb.dwarf2/bad-regnum.c: New file.
5537 * gdb.dwarf2/bad-regnum.exp: New file.
5538
5539 2015-10-26 Doug Evans <dje@google.com>
5540
5541 PR python/18938
5542 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5543 file.
5544
5545 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5546
5547 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5548 for a change by "Mention language in compile error message".
5549
5550 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5551
5552 PR python/18073
5553 * gdb.python/py-type.c (C::a_method): New.
5554 (C::a_const_method): New.
5555 (C::a_static_method): New.
5556 (a_function): New.
5557 * gdb.python/py-type.exp (test_fields): Test getting fields
5558 from function and method.
5559
5560 2015-10-21 Keven Boell <keven.boell@intel.com>
5561
5562 * gdb.fortran/vla-alloc-assoc.exp: New file.
5563 * gdb.fortran/vla-datatypes.exp: New file.
5564 * gdb.fortran/vla-datatypes.f90: New file.
5565 * gdb.fortran/vla-history.exp: New file.
5566 * gdb.fortran/vla-ptype-sub.exp: New file.
5567 * gdb.fortran/vla-ptype.exp: New file.
5568 * gdb.fortran/vla-sizeof.exp: New file.
5569 * gdb.fortran/vla-sub.f90: New file.
5570 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5571 * gdb.fortran/vla-value-sub-finish.exp: New file.
5572 * gdb.fortran/vla-value-sub.exp: New file.
5573 * gdb.fortran/vla-value.exp: New file.
5574 * gdb.fortran/vla-ptr-info.exp: New file.
5575 * gdb.mi/mi-vla-fortran.exp: New file.
5576 * gdb.mi/vla.f90: New file.
5577
5578 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5579
5580 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5581 of hardwired timeout value.
5582
5583 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5584 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5587 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5588
5589 2015-10-19 Josh Stone <jistone@redhat.com>
5590
5591 * gdb.base/catch-syscall.c: Include <sched.h>.
5592 (unknown_syscall): New variable.
5593 (main): Trigger a vfork and an unknown syscall.
5594 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5595 (unknown_syscall_number): Likewise.
5596 (check_call_to_syscall): Accept an optional syscall pattern.
5597 (check_return_from_syscall): Likewise.
5598 (check_continue): Likewise.
5599 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5600 (test_catch_syscall_skipping_return): New test toggling off 'catch
5601 syscall' to step over the syscall return, then toggling back on.
5602 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5603 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5604 (do_syscall_tests): Call test_catch_syscall_without_args and
5605 test_catch_syscall_mid_vfork.
5606 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5607 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5608
5609 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5610
5611 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5612 print g_vE): Add new pass patterns.
5613 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5614 print various symbol names for vptr fields.
5615
5616 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5617
5618 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5619 results.
5620
5621 2015-10-12 Yao Qi <yao.qi@linaro.org>
5622
5623 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5624
5625 2015-10-12 Yao Qi <yao.qi@linaro.org>
5626
5627 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5628 is aarch64*-*-linux*.
5629
5630 2015-10-12 Yao Qi <yao.qi@linaro.org>
5631
5632 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5633 (can_relocate_bcond_true): ... it.
5634 (can_relocate_bcond_false): New function.
5635 (foo): Likewise.
5636 (can_relocate_bl): Likewise.
5637 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5638 can_relocate_bl.
5639
5640 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5641
5642 * gdb.base/nested-addr.c: New file.
5643 * gdb.base/nested-addr.exp: New testcase.
5644
5645 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5646
5647 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5648 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5649 its output. Ignore the output of "record goto begin" and instead
5650 check that GDB is replaying.
5651
5652 2015-10-09 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5655 (top level): Use it in the run with no args test.
5656
5657 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5658
5659 * gdb.dlang/properties.exp: New file.
5660
5661 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5662
5663 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5664 whether or not address 0x1000 is mapped on the target.
5665
5666 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5667
5668 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5669 build.
5670
5671 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5672
5673 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5674 instruction-history test.
5675
5676 2015-09-28 Doug Evans <dje@google.com>
5677
5678 * gdb.base/gcore.c (array_func): Add reference to static_array.
5679
5680 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5681
5682 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5683 source line.
5684
5685 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5686
5687 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5688 short or char as base type.
5689
5690 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5691
5692 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5693 to allow any size enum.
5694
5695 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5696
5697 * gdb.ada/array_ptr_renaming.exp: New testcase.
5698 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5699 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5700
5701 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5702
5703 * gdb.trace/ftrace-lock.c: New file.
5704 * gdb.trace/ftrace-lock.exp: New file.
5705
5706 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5707
5708 * gdb.arch/insn-reloc.c: New file.
5709 * gdb.arch/ftrace-insn-reloc.exp: New file.
5710
5711 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5712
5713 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5714 instruction.
5715 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5716 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5717 * gdb.trace/range-stepping.c: Likewise.
5718 * gdb.trace/trace-break.c: Likewise.
5719 * gdb.trace/trace-mt.c (thread_function): Likewise.
5720 * gdb.trace/ftrace.c (marker): Likewise.
5721 * gdb.trace/trace-condition.c (marker): Likewise.
5722 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5723 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5724 is_aarch64_target.
5725
5726 2015-09-18 Doug Evans <xdje42@gmail.com>
5727
5728 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5729 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5730
5731 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5732
5733 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5734 the breakpoint.
5735
5736 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5737
5738 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5739 the pending breakpoint. Remove timeout override for "Run till
5740 MI pending breakpoint on pendfunc3 on thread 2" test.
5741
5742 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5743
5744 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5745 filename pattern.
5746
5747 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5748
5749 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5750 in breakpoint filename pattern.
5751
5752 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5753
5754 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5755
5756 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5757
5758 * gdb.linespec/explicit.exp: Check for readline support for
5759 tab-completion tests. Fix obvious typo.
5760
5761 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5762
5763 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5764 and replay.
5765
5766 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5767
5768 * gdb.btrace/non-stop.c: New.
5769 * gdb.btrace/non-stop.exp: New.
5770
5771 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5772 Yao Qi <yao.qi@linaro.org>
5773
5774 * gdb.trace/trace-condition.c: New file.
5775 * gdb.trace/trace-condition.exp: New file.
5776
5777 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5778
5779 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5780 for testing bytecode compilation.
5781
5782 2015-09-16 Pedro Alves <palves@redhat.com>
5783 Sandra Loosemore <sandra@codesourcery.com>
5784
5785 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5786 (SECONDS): Redefine.
5787 (main): Call pthread_kill and alarm early.
5788 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5789 support.
5790 (test): If the target can't hardware step and doesn't support
5791 displaced stepping, increase the timeout.
5792
5793 2015-09-16 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5796 (enable_debug): New procedures.
5797 (test): Use them. Bail out if waiting for threads fails.
5798 (top level): Bail out if a test fails.
5799
5800 2015-09-16 Yao Qi <yao.qi@linaro.org>
5801
5802 * gdb.asm/asm-source.exp: Set asm-arch for
5803 aarch64*-*-* target.
5804 * gdb.asm/aarch64.inc: New file.
5805
5806 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5807
5808 * gdb.ada/array_of_variable_length.exp: New testcase.
5809 * gdb.ada/array_of_variable_length/foo.adb: New file.
5810 * gdb.ada/array_of_variable_length/pck.adb: New file.
5811 * gdb.ada/array_of_variable_length/pck.ads: New file.
5812
5813 2015-09-15 Doug Evans <dje@google.com>
5814
5815 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5816 of function static local variable.
5817
5818 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5819
5820 * gdb.threads/tls-so_extern.exp: New test file.
5821 * gdb.threads/tls-so_extern.c: New test file.
5822 * gdb.threads/tls-so_extern_main.c: New test file.
5823
5824 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5825
5826 * gdb.opt/solib-intra-step-lib.c: New file.
5827 * gdb.opt/solib-intra-step-main.c: New file.
5828 * gdb.opt/solib-intra-step.exp: New file.
5829
5830 2015-09-15 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5833 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5834
5835 2015-09-14 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/hook-stop-continue.c: Delete.
5838 * gdb.base/hook-stop-continue.exp: Delete.
5839 * gdb.base/hook-stop-frame.c: Delete.
5840 * gdb.base/hook-stop-frame.exp: Delete.
5841 * gdb.base/hook-stop.c: New file.
5842 * gdb.base/hook-stop.exp: New file.
5843
5844 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5845
5846 * gdb.ada/access_to_packed_array.exp: New testcase.
5847 * gdb.ada/access_to_packed_array/foo.adb: New file.
5848 * gdb.ada/access_to_packed_array/pack.adb: New file.
5849 * gdb.ada/access_to_packed_array/pack.ads: New file.
5850
5851 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5852
5853 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5854 buffer size test.
5855
5856 2015-09-11 Don Breazeal <donb@codesourcery.com>
5857
5858 * gdb.base/foll-exec.c: Add copyright header. Fix
5859 formatting issues.
5860 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5861 (do_exec_tests): Use clean_restart in place of zap_session,
5862 and for test initialization. Fix formatting issues. Use
5863 fail in place of perror.
5864 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5865 an expect statement to match an expression with output from
5866 the program under debug.
5867 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5868 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5869 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5870 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5871 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5872
5873 2015-09-09 Doug Evans <dje@google.com>
5874
5875 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5876
5877 2015-09-09 Doug Evans <dje@google.com>
5878
5879 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5880
5881 2015-09-09 Doug Evans <dje@google.com>
5882
5883 * gdb.base/savedregs.exp: Fix typo.
5884
5885 2015-09-09 Pedro Alves <palves@redhat.com>
5886
5887 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5888
5889 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5890
5891 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5892 command actually switches threads. Give up on remaining
5893 tests if target fails to stop at breakpoint.
5894
5895 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5896
5897 * gdb.ada/funcall_char.exp: New testcase.
5898 * gdb.ada/funcall_char/foo.adb: New file.
5899
5900 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5901
5902 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5903 expected outputs. Add two testcases for completing ambiguous
5904 functions.
5905 * gdb.ada/complete/aux_pck.adb: New file.
5906 * gdb.ada/complete/aux_pck.ads: New file.
5907 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5908 Ambiguous_Func functions.
5909 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5910 * gdb.ada/complete/pck.adb: Likewise.
5911
5912 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5913
5914 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5915 failures to run the test program under GDB.
5916
5917 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5918
5919 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5920 to C.
5921
5922 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5923
5924 * gdb.base/run-after-attach.exp: New test file.
5925 * gdb.base/run-after-attach.c: New test file.
5926
5927 2015-08-26 Don Breazeal <donb@codesourcery.com>
5928
5929 * gdb.base/foll-exec-2.c: New test program.
5930 * gdb.base/foll-exec-2.exp: New test.
5931
5932 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5933
5934 * gdb.base/nested-subp1.exp: New file.
5935 * gdb.base/nested-subp1.c: New file.
5936 * gdb.base/nested-subp2.exp: New file.
5937 * gdb.base/nested-subp2.c: New file.
5938 * gdb.base/nested-subp3.exp: New file.
5939 * gdb.base/nested-subp3.c: New file.
5940
5941 2015-08-24 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.server/connect-without-multi-process.c: New file.
5944 * gdb.server/connect-without-multi-process.exp: New file.
5945
5946 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5947
5948 * gdb.opt/inline-markers.c: Make z int.
5949
5950 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5951
5952 * gdb.opt/inline-markers.c: Make z volatile.
5953
5954 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5955
5956 * gdb.opt/inline-bt.c: New volatile global z.
5957 * gdb.opt/inline-cmds.c: Likewise.
5958 * gdb.opt/inline-locals.c: Likewise.
5959 * gdb.opt/inline-markers.c: New extern global z.
5960 (marker): Use z.
5961 (inline_fn): Likewise.
5962
5963 2015-08-24 Pedro Alves <palves@redhat.com>
5964
5965 * config/m32r-stub.exp: Remove file.
5966 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5967 * gdb.base/call-rt-st.exp: Likewise.
5968 * gdb.base/call-strs.exp: Likewise.
5969 * gdb.base/default.exp: Remove references to h8300-*-hms and
5970 *-*-udi*.
5971 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5972
5973 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5974
5975 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5976 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5977 and "return" use KFAIL when GDB can not read/write the vector
5978 return value.
5979
5980 2015-08-21 Gary Benson <gbenson@redhat.com>
5981
5982 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5983
5984 2015-08-20 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.server/solib-list.exp: No longer expect an interior stop in
5987 non-stop mode.
5988
5989 2015-08-20 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.server/connect-stopped-target.c: New file.
5992 * gdb.server/connect-stopped-target.exp: New file.
5993
5994 2015-08-20 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.dwarf2/comp-unit-lang.exp: New file.
5997 * gdb.dwarf2/comp-unit-lang.c: New file.
5998
5999 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6000
6001 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6002 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6003
6004 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6005
6006 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6007 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6008
6009 2015-08-18 Doug Evans <dje@google.com>
6010 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6011
6012 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6013 skip_python_tests. New arg prompt_regexp.
6014 (skip_python_tests): New function.
6015 * lib/mi-support.exp (mi_skip_python_tests): New function.
6016 * gdb.python/py-mi-objfile-gdb.py: New file.
6017 * gdb.python/py-mi-objfile.c: New file.
6018 * gdb.python/py-mi-objfile.exp: New file.
6019
6020 2015-08-17 Keith Seitz <keiths@redhat.com>
6021
6022 * gdb.linespec/explicit.exp: Move strace test from here ...
6023 * gdb.trace/strace.exp: ... to here.
6024
6025 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6026
6027 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6028 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6029
6030 2015-08-14 Doug Evans <xdje42@gmail.com>
6031
6032 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6033 inferior before selecting a new file.
6034
6035 2015-08-14 Doug Evans <xdje42@gmail.com>
6036
6037 * gdb.mi/mi-disassemble.exp: Update.
6038 * gdb.base/disasm-optim.S: New file.
6039 * gdb.base/disasm-optim.c: New file.
6040 * gdb.base/disasm-optim.h: New file.
6041 * gdb.base/disasm-optim.exp: New file.
6042
6043 2015-08-14 Keith Seitz <keiths@redhat.com>
6044
6045 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6046 "evaluated-by".
6047
6048 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6049
6050 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6051
6052 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6053
6054 * gdb.ada/fun_renaming.exp: New testcase.
6055 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6056 * gdb.ada/fun_renaming/pack.adb: New file.
6057 * gdb.ada/fun_renaming/pack.ads: New file.
6058
6059 2015-08-12 Keith Seitz <keiths@redhat.com>
6060
6061 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6062 gdb_get_line_number.
6063
6064 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6067 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6068 gdb.base/dso2dso.exp: New files.
6069
6070 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6071 Pedro Alves <palves@redhat.com>
6072 Keith Seitz <keiths@redhat.com>
6073
6074 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6075 GDBFLAGS.
6076
6077 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6078
6079 * gdb.base/gdbhistsize-history.exp
6080 (test_histsize_history_setting): Use save_vars.
6081 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6082 Use save_vars.
6083 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6084 * gdb.base/readline.exp: Use save_vars.
6085
6086 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6087
6088 * lib/gdb.exp (save_vars): New proc.
6089
6090 2015-08-11 Keith Seitz <keiths@redhat.com>
6091
6092 * gdb.base/help.exp: Update help_breakpoint_text.
6093
6094 2015-08-11 Keith Seitz <keiths@redhat.com>
6095
6096 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6097 (at toplevel): Call test_explicit_breakpoints.
6098 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6099 breakpoints.
6100 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6101 breakpoint conditions, "-cond".
6102
6103 2015-08-11 Keith Seitz <keiths@redhat.com>
6104
6105 * gdb.linespec/3explicit.c: New file.
6106 * gdb.linespec/cpexplicit.cc: New file.
6107 * gdb.linespec/cpexplicit.exp: New file.
6108 * gdb.linespec/explicit.c: New file.
6109 * gdb.linespec/explicit.exp: New file.
6110 * gdb.linespec/explicit2.c: New file.
6111 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6112 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6113 before using in the matching pattern.
6114 Clarify that `prefix' is a regular expression.
6115
6116 2015-08-11 Keith Seitz <keiths@redhat.com>
6117
6118 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6119 test.
6120 Add tests for missing ",FMT" and ",".
6121
6122 2015-08-10 Doug Evans <dje@google.com>
6123 Keith Seitz <keiths@redhat.com>
6124
6125 PR gdb/17960
6126 * gdb.base/completion.exp: Add location completer tests.
6127
6128 2015-08-07 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6131 tests here.
6132 (top level): Run do_test with and without displaced stepping.
6133
6134 2015-08-07 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.base/valgrind-disp-step.c: New file.
6137 * gdb.base/valgrind-disp-step.exp: New file.
6138
6139 2015-08-07 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6142 Delete function.
6143 (main): Add alarm. Run an infinite loop instead of calling
6144 wait_threads.
6145 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6146 comment.
6147 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6148 Delete function.
6149 (main): Add alarm. Run an infinite loop instead of calling
6150 wait_threads.
6151 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6152 comment.
6153
6154 2015-08-07 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/checkpoint-ns.exp: New file.
6157 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6158 standard_testfile.
6159
6160 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6161
6162 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6163 * gdb.btrace/instruction_history.exp: Update.
6164 * gdb.btrace/tsx.exp: New.
6165 * gdb.btrace/tsx.c: New.
6166
6167 2015-08-06 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6170 increase timeout.
6171 * gdb.reverse/until-precsave.exp: Bump timeouts.
6172
6173 2015-08-06 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6176
6177 2015-08-06 Pedro Alves <palves@redhat.com>
6178
6179 PR gdb/18749
6180 * gdb.threads/process-dies-while-handling-bp.c: New file.
6181 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6182
6183 2015-08-06 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6186 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6187
6188 2015-08-05 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6191 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6192
6193 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6194
6195 * gdb.base/bp-permanent.exp: Report test as unsupported if
6196 the target cannot stop at the permanent breakpoint.
6197
6198 2015-08-03 Doug Evans <dje@google.com>
6199
6200 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6201 10000.
6202
6203 2015-08-03 Doug Evans <dje@google.com>
6204
6205 * Makefile.in (workers/%.worker, build-perf): New rule.
6206 (GDB_PERFTEST_MODE): New variable.
6207 (check-perf): Use it.
6208 (clean): Clean up gdb.perf parallel build subdirs.
6209 * lib/build-piece.exp: New file.
6210 * lib/gdb.exp (make_gdb_parallel_path): New function
6211 (standard_output_file, standard_temp_file): Call it.
6212 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6213 of $GDB_PARALLEL.
6214 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6215
6216 2015-08-03 Doug Evans <dje@google.com>
6217
6218 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6219 (LOG_FILE_NAME): New global.
6220 (TextReporter.__init__): Initialize self.txt_sum.
6221 (TextReporter.report): Add support for multiple data-points.
6222 Move report to perftest.sum, put raw data in perftest.log.
6223 (TextReporter.start): Open sum and log files.
6224 (TextReporter.end): Close sum and log files.
6225 * gdb.perf/lib/perftest/testresult.py
6226 (SingleStatisticTestResult.record): Handle multiple data-points.
6227
6228 2015-07-31 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6231 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6232 kill_wait_spawned_process instead of explicit "kill -9".
6233 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6234 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6235 kill_wait_spawned_process.
6236 * gdb.base/attach-twice.exp: Likewise.
6237 * gdb.base/attach.exp: Likewise.
6238 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6239 gdb_test_multiple.
6240 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6241 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6242 kill_wait_spawned_process.
6243 * gdb.base/valgrind-infcall.exp: Likewise.
6244 * gdb.multi/multi-attach.exp: Likewise.
6245 * gdb.python/py-prompt.exp: Likewise.
6246 * gdb.python/py-sync-interp.exp: Likewise.
6247 * gdb.server/ext-attach.exp: Likewise.
6248 * gdb.threads/attach-into-signal.exp (corefunc): Use
6249 spawn_wait_for_attach, spawn_id_get_pid and
6250 kill_wait_spawned_process.
6251 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6252 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6253 spawn_id_get_pid and kill_wait_spawned_process.
6254 * gdb.threads/attach-stopped.exp (corefunc): Use
6255 spawn_wait_for_attach, spawn_id_get_pid and
6256 kill_wait_spawned_process.
6257 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6258 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6259 kill_wait_spawned_process instead of explicit "kill -9".
6260 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6261 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6262 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6263 processes. Don't map cygwin/windows pids here. Now returns a
6264 spawn id list.
6265
6266 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6267
6268 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6269 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6270 correct patch.
6271
6272 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6273
6274 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6275
6276 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6277
6278 Reapply:
6279 2014-05-21 Mark Wielaard <mjw@redhat.com>
6280
6281 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6282
6283 2015-07-30 Pedro Alves <palves@redhat.com>
6284
6285 * linux-low.c (handle_extended_wait): Set the child's last
6286 reported status to TARGET_WAITKIND_STOPPED.
6287
6288 2015-07-30 Pedro Alves <palves@redhat.com>
6289
6290 PR threads/18600
6291 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6292 only shows inferior 1.
6293
6294 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6295 Pedro Alves <palves@redhat.com>
6296
6297 PR threads/18600
6298 * gdb.threads/fork-plus-threads.c: New file.
6299 * gdb.threads/fork-plus-threads.exp: New file.
6300
6301 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6302
6303 * gdb.base/batch-preserve-term-settings.exp
6304 (test_terminal_settings_preserved_after_cli_exit): Use
6305 send_quit_command.
6306
6307 2015-07-29 Pedro Alves <palves@redhat.com>
6308 Don Breazeal <donb@codesourcery.com>
6309
6310 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6311 output from both inferior_spawn_id and gdb_spawn_id.
6312
6313 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6314
6315 * gdb.threads/attach-into-signal.exp (corefunc): Use
6316 with_test_prefix on nested loops, uniquefying the test messages.
6317
6318 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6319
6320 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6321 commit.
6322
6323 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6324
6325 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6326 New proc.
6327 (test_terminal_settings_preserved_after_sigterm): New test.
6328
6329 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6330
6331 * gdb.base/batch-preserve-term-settings.exp
6332 (test_terminal_settings_preserved_after_cli_exit): New test.
6333
6334 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6335
6336 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6337 manipulation of saved_gdbflags.
6338 (test_terminal_settings_preserved): Remove global declaration of
6339 the unused variable pagination_prompt. Remove manipulation of
6340 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6341 GDBFLAGS.
6342
6343 2015-07-29 Pedro Alves <palves@redhat.com>
6344
6345 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6346
6347 2015-07-29 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6350 at the top.
6351
6352 2015-07-29 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6355 (main): Call gdb_unbuffer_output.
6356 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6357 (main): Call gdb_unbuffer_output.
6358 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6359 (main): Call gdb_unbuffer_output.
6360 * gdb.base/call-strs.exp: Adjust to step over the
6361 gdb_unbuffer_output call.
6362 * gdb.base/catch-gdb-caused-signals.c: Include
6363 "../lib/unbuffer_output.c".
6364 (main): Call gdb_unbuffer_output.
6365 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6366 (main): Call gdb_unbuffer_output.
6367 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6368 (main): Call gdb_unbuffer_output.
6369 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6370 (main): Call gdb_unbuffer_output.
6371 * gdb.base/shlib-call.exp: Adjust to step over the
6372 gdb_unbuffer_output call.
6373 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6374 (main): Call gdb_unbuffer_output.
6375 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6376 (main): Call gdb_unbuffer_output.
6377 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6378 (main): Rename to ...
6379 (test): ... this.
6380 (main): Reimplement.
6381 * gdb.base/varargs.exp: Run to test instead of to main.
6382 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6383 (main): Call gdb_unbuffer_output.
6384
6385 2015-07-29 Pedro Alves <palves@redhat.com>
6386
6387 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6388 factore out from mi_continue_dprintf. For call-style dprintfs,
6389 expect dprintf output out of $inferior_spawn_id.
6390 (mi_continue_dprintf): Use mi_expect_dprintf.
6391 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6392 (main): Call gdb_unbuffer_output.
6393
6394 2015-07-29 Pedro Alves <palves@redhat.com>
6395
6396 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6397 (default_mi_gdb_start): Set inferior_spawn_id instead of
6398 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6399 gdb_spawn_id.
6400 (mi_gdb_test): Always expect inferior output from both
6401 $inferior_spawn_id and $gdb_spawn_id.
6402
6403 2015-07-29 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6406 send_inferior and $inferior_spawn_id.
6407
6408 2015-07-29 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.gdb/complaints.exp (test_initial_complaints)
6411 (test_serial_complaints, test_short_complaints): Use
6412 gdb_test_stdio.
6413 (test_empty_complaint): Handle $inferior_spawn_id !=
6414 $gdb_spawn_id.
6415
6416 2015-07-29 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.base/varargs.exp: Use gdb_test_stdio.
6419
6420 2015-07-29 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6423
6424 2015-07-29 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6427
6428 2015-07-29 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6431 parameter into two new parameters, "inf_result" and "gdb_result".
6432 Expect inferior output and gdb output from $inferior_spawn_id and
6433 $gdb_spawn_id, respectively. Adjust all callers.
6434
6435 2015-07-29 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6438 of gdb_test_sequence.
6439
6440 2015-07-29 Pedro Alves <palves@redhat.com>
6441
6442 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6443 (saw_spurious_output): Expect inferior output from
6444 $inferior_spawn_id. Use gdb_test_stdio.
6445
6446 2015-07-29 Pedro Alves <palves@redhat.com>
6447
6448 * gdb.base/dprintf.exp: Use standard_testfile. Change
6449 prepare_for_testing call.
6450 (srcfile): Don't set.
6451 (restart): New procedure.
6452 (test_dprintf): New procecure, use to continue over dprintfs.
6453 (test_call, test_agent): New procedures, tests moved here.
6454 Restart gdb and recreate dprintfs. Adjust expected output.
6455
6456 2015-07-29 Pedro Alves <palves@redhat.com>
6457
6458 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6459
6460 2015-07-29 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6463
6464 2015-07-29 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6467 gdb_test_stdio.
6468
6469 2015-07-29 Pedro Alves <palves@redhat.com>
6470
6471 * lib/gdb.exp (gdb_test_stdio): New procedure.
6472
6473 2015-07-29 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6476
6477 2015-07-29 Pedro Alves <palves@redhat.com>
6478
6479 * gdb.base/call-signal-resume.exp: Remove check for
6480 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6481 * gdb.base/unwindonsignal.exp: Likewise.
6482 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6483 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6484
6485 2015-07-29 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.base/siginfo-addr.c (pass): New function.
6488 (handler): Call it iff si_addr is correct.
6489 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6490 Set a breakpoint at "pass" and continue to it.
6491
6492 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6493
6494 * gdb.python/py-objfile.exp: Make some tests have unique names.
6495 * gdb.python/py-pp-registration.exp: Likewise.
6496
6497 2015-07-28 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6500
6501 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6502
6503 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6504
6505 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6506
6507 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6508
6509 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6510
6511 * gdb.base/gdb-sigterm-2.exp: New test.
6512
6513 2015-07-25 Doug Evans <xdje42@gmail.com>
6514
6515 Revert:
6516 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6517 (workers/%.worker, build-perf): New rule.
6518 (GDB_PERFTEST_MODE): New variable.
6519 (check-perf): Use it.
6520 (clean): Clean up gdb.perf parallel build subdirs.
6521 * lib/build-piece.exp: New file.
6522 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6523 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6524 name.
6525 (standard_temp_file): Ditto.
6526 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6527 of $GDB_PARALLEL.
6528
6529 2015-07-24 Doug Evans <dje@google.com>
6530
6531 * gdb.perf/lib/perftest/utils.py: New file.
6532 * gdb.perf/gm-hello.cc: New file.
6533 * gdb.perf/gm-pervasive-typedef.cc: New file.
6534 * gdb.perf/gm-pervasive-typedef.h: New file.
6535 * gdb.perf/gm-std.cc: New file.
6536 * gdb.perf/gm-std.h: New file.
6537 * gdb.perf/gm-use-cerr.cc: New file.
6538 * gdb.perf/gm-utils.h: New file.
6539 * gdb.perf/gmonster-null-lookup.py: New file.
6540 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6541 * gdb.perf/gmonster-print-cerr.py: New file.
6542 * gdb.perf/gmonster-ptype-string.py: New file.
6543 * gdb.perf/gmonster-runto-main.py: New file.
6544 * gdb.perf/gmonster-select-file.py: New file.
6545 * gdb.perf/gmonster1-null-lookup.exp: New file.
6546 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6547 * gdb.perf/gmonster1-print-cerr.exp: New file.
6548 * gdb.perf/gmonster1-ptype-string.exp: New file.
6549 * gdb.perf/gmonster1-runto-main.exp: New file.
6550 * gdb.perf/gmonster1-select-file.exp: New file.
6551 * gdb.perf/gmonster1.cc: New file.
6552 * gdb.perf/gmonster1.exp: New file.
6553 * gdb.perf/gmonster2-null-lookup.exp: New file.
6554 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6555 * gdb.perf/gmonster2-print-cerr.exp: New file.
6556 * gdb.perf/gmonster2-ptype-string.exp: New file.
6557 * gdb.perf/gmonster2-runto-main.exp: New file.
6558 * gdb.perf/gmonster2-select-file.exp: New file.
6559 * gdb.perf/gmonster2.cc: New file.
6560 * gdb.perf/gmonster2.exp: New file.
6561
6562 2015-07-24 Doug Evans <dje@google.com>
6563
6564 * gdb.perf/README: New file.
6565 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6566 * lib/gen-perf-test.exp: New file.
6567
6568 2015-07-24 Doug Evans <dje@google.com>
6569
6570 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6571 (PerfTest::startup): New function.
6572 (PerfTest::run): Return result of calling body.
6573 (PerfTest::assemble): Rewrite.
6574 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6575 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6576 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6577 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6578 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6579
6580 2015-07-24 Doug Evans <dje@google.com>
6581
6582 * lib/gdb.exp (clean_restart): Make executable optional.
6583
6584 2015-07-24 Doug Evans <dje@google.com>
6585
6586 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6587 compiler_info references.
6588 * gdb.cp/temargs.exp: Ditto.
6589 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6590 (get_compiler_info): Early exit if already computed. Set compiler_info
6591 to "unknown" if there was a problem.
6592 (test_compiler_info): Add function comment. Call get_compiler_info.
6593
6594 2015-07-24 Doug Evans <dje@google.com>
6595
6596 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6597 (workers/%.worker, build-perf): New rule.
6598 (GDB_PERFTEST_MODE): New variable.
6599 (check-perf): Use it.
6600 (clean): Clean up gdb.perf parallel build subdirs.
6601 * lib/build-piece.exp: New file.
6602 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6603 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6604 name.
6605 (standard_temp_file): Ditto.
6606 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6607 of $GDB_PARALLEL.
6608
6609 2015-07-24 Doug Evans <dje@google.com>
6610
6611 * lib/future.exp (gdb_default_target_compile): New option
6612 "early_flags".
6613 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6614 --as-needed.
6615
6616 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6617
6618 * gdb.base/catch-syscall.exp: Call gdb_exit before
6619 gdb_skip_xml_test.
6620
6621 2015-07-24 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.python/py-events.exp: Accept output between the stop event
6624 and the prompt.
6625 * gdb.python/py-evsignal.exp: Likewise.
6626 * gdb.python/py-evthreads.exp: Likewise.
6627
6628 2015-07-24 Pedro Alves <palves@redhat.com>
6629
6630 PR gdb/18717
6631 * gdb.threads/non-ldr-exit.c: New file.
6632 * gdb.threads/non-ldr-exit.exp: New file.
6633
6634 2015-07-24 Yao Qi <yao.qi@linaro.org>
6635
6636 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6637 restarting process.
6638
6639 2015-07-24 Yao Qi <yao.qi@linaro.org>
6640
6641 * gdb.server/ext-restart.exp: New file.
6642
6643 2015-07-24 Yao Qi <yao.qi@linaro.org>
6644
6645 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6646 argument options.
6647 * gdb.server/ext-wrapper.exp: New file.
6648
6649 2015-07-23 Doug Evans <dje@google.com>
6650
6651 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6652 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6653
6654 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6655
6656 * gdb.ada/var_arr_typedef.exp: New testcase.
6657 * gdb.ada/var_arr_typedef/pack.adb: New file.
6658 * gdb.ada/var_arr_typedef/pack.ads: New file.
6659 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6660
6661 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6662
6663 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6664
6665 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 * gdb.arch/i386-biarch-core.exp: Replace istarget
6668 by "complete set gnutarget". Remove expectation for the "core-file"
6669 command.
6670
6671 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 Revert the previous commit:
6674 Tests for validate symbol file using build-id.
6675
6676 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6677
6678 Tests for validate symbol file using build-id.
6679 * gdb.base/solib-mismatch-lib.c: New file.
6680 * gdb.base/solib-mismatch-libmod.c: New file.
6681 * gdb.base/solib-mismatch.c: New file.
6682 * gdb.base/solib-mismatch.exp: New file.
6683
6684 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6685
6686 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6687 nios2-*-linux*.
6688 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6689 * gdb.base/siginfo.exp: Likewise.
6690 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6691
6692 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6693
6694 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6695 Move it to ...
6696 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6697 ... here.
6698 * gdb.trace/range-stepping.exp: Check that the target supports
6699 range stepping.
6700
6701 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6702
6703 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6704
6705 2015-07-14 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/killed-outside.exp: New file.
6708 * gdb.base/killed-outside.c: New file.
6709
6710 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6713 (n at main): New.
6714 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6715
6716 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6717
6718 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6719 infcall tests instead of setting up for KFAIL.
6720
6721 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6722
6723 * gdb.btrace/record_goto-step.exp: New.
6724
6725 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6726
6727 PR compile/18484
6728 * gdb.compile/compile.c (struct struct_type): Add volatile to
6729 selffield's type.
6730 * gdb.compile/compile.exp
6731 (compile code struct_object.selffield = &struct_object): Skip further
6732 struct_object tests if this one xfails.
6733
6734 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6735
6736 PR exp/18617
6737 * gdb.trace/ax.exp: Add test.
6738
6739 2015-07-07 Yao Qi <yao.qi@linaro.org>
6740
6741 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6742 instead of istarget "aarch64*-*-*".
6743 * gdb.arch/aarch64-fp.exp: Likewise.
6744 * gdb.base/float.exp: Likewise.
6745 * gdb.reverse/aarch64.exp: Likewise.
6746 * lib/gdb.exp (is_aarch64_target): New proc.
6747
6748 2015-07-07 Yao Qi <yao.qi@linaro.org>
6749
6750 * lib/gdb.exp (is_aarch32_target): New proc.
6751 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6752 instead of "istarget "arm*-*-*"".
6753 * gdb.arch/arm-disp-step.exp: Likewise.
6754 * gdb.arch/thumb-bx-pc.exp: Likewise.
6755 * gdb.arch/thumb-prologue.exp: Likewise.
6756 * gdb.arch/thumb-singlestep.exp: Likewise.
6757 * gdb.base/disp-step-syscall.exp: Likewise.
6758 * gdb.base/float.exp: Likewise.
6759
6760 2015-07-07 Yao Qi <yao.qi@linaro.org>
6761
6762 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6763 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6764
6765 2015-07-07 Yao Qi <yao.qi@linaro.org>
6766
6767 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6768 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6769 if it exists.
6770 * gdb.multi/multi-arch.exp: Likewise.
6771
6772 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6773
6774 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6775 print.
6776
6777 2015-07-07 Yao Qi <yao.qi@linaro.org>
6778
6779 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6780
6781 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6782
6783 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6784 '[' and ']' characters.
6785
6786 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6787
6788 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6789
6790 2015-06-29 Pedro Alves <palves@redhat.com>
6791
6792 PR threads/18127
6793 * gdb.threads/hand-call-new-thread.c: New file.
6794 * gdb.threads/hand-call-new-thread.c: New file.
6795
6796 2015-06-26 Keith Seitz <keiths@redhat.com>
6797 Doug Evans <dje@google.com>
6798
6799 PR 16253
6800 * gdb.cp/var-tag-2.cc: New file.
6801 * gdb.cp/var-tag-3.cc: New file.
6802 * gdb.cp/var-tag-4.cc: New file.
6803 * gdb.cp/var-tag.cc: New file.
6804 * gdb.cp/var-tag.exp: New file.
6805
6806 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6807
6808 * gdb.base/history-duplicates.exp: New test.
6809
6810 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6811
6812 * gdb.base/completion.exp: Test the completion of the "focus"
6813 command.
6814
6815 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6816
6817 * gdb.arch/amd64-prologue-skip.S: New file.
6818 * gdb.arch/amd64-prologue-skip.exp: New file.
6819
6820 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6821
6822 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6823 is_address_zero_readable check.
6824
6825 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6826
6827 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6828 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6829
6830 2015-06-24 Yao Qi <yao.qi@linaro.org>
6831
6832 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6833 linux targets.
6834
6835 2015-06-24 Yao Qi <yao.qi@linaro.org>
6836
6837 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6838 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6839 * gdb.base/siginfo-thread.exp: Likewise.
6840
6841 2015-06-22 Yao Qi <yao.qi@linaro.org>
6842
6843 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6844
6845 2015-06-22 Yao Qi <yao.qi@linaro.org>
6846
6847 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6848 aarch64*-*-*.
6849 (skip_hw_watchpoint_tests): Likewise.
6850
6851 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6852
6853 * gdb.base/gdbinit-history.exp: Test the interaction between
6854 setting GDBHISTSIZE and setting the history size via .gdbinit.
6855
6856 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6857
6858 PR gdb/16999
6859 * gdb.base/gdbhistsize-history.exp: New test.
6860
6861 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6862
6863 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6864 with GDBHISTSIZE.
6865 * gdb.base/readline.exp: Likewise.
6866
6867 2015-06-17 Yao Qi <yao.qi@linaro.org>
6868
6869 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6870 line.
6871
6872 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6873
6874 * gdb.base/gdbinit-history.exp: Add test case to check that
6875 an unlimited history file does not get truncated on exit.
6876
6877 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6878
6879 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6880 (VECTOR): New macro. Use it...
6881 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6882 ...for these typedefs.
6883 (int8, char1, int1, double1): New typedefs.
6884 (struct just_int2, struct two_int2): New structures.
6885 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6886 (add_structvecs, add_singlevecs): New functions.
6887 (main): Call add_some_intvecs twice.
6888 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6889 the compile and exit upon failure. Try compiling for the "native"
6890 architecture. Test inferior function calls with vector arguments
6891 and vector return value handling with "finish" and "return".
6892
6893 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6894
6895 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6896 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6897 PE file.
6898 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6899
6900 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6901
6902 PR breakpoints/16465
6903 * gdb.mi/mi-dprintf-pending.c: New file.
6904 * gdb.mi/mi-dprintf-pending.exp: New test.
6905 * gdb.mi/mi-dprintf-pendshr.c: New file.
6906
6907 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6908 Mircea Gherzan <mircea.gherzan@intel.com>
6909
6910 * gdb.arch/i386-mpx-map.c: New file.
6911 * gdb.arch/i386-mpx-map.exp: New File.
6912
6913 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6914
6915 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6916 * gdb.arch/i386-mpx.exp: Indentation fixed.
6917
6918 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6919
6920 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6921 function and improved indentation.
6922 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6923 gdb_test_multiple. Added additional tests to skip the test.
6924
6925 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6926
6927 * gdb.arch/i386-avx512.c: Change path in include file.
6928 * gdb.arch/i386-avx512.exp: Change include dir path
6929 compilation flag.
6930 * gdb.arch/i386-mpx.c: Change path in include file.
6931 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6932 flag.
6933
6934 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 * gdb.compile/compile-print.exp (compile print *vararray@3)
6937 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6938
6939 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6940
6941 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6942 (do not keep jit in memory): ... this.
6943 (expect 5): Change it to ...
6944 (expect no 5): ... this.
6945
6946 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 PR gdb/15564
6949 * gdb.mi/mi-detach.exp: New file.
6950
6951 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 PR symtab/18392
6954 * gdb.arch/amd64-tailcall-self.S: New file.
6955 * gdb.arch/amd64-tailcall-self.c: New file.
6956 * gdb.arch/amd64-tailcall-self.exp: New file.
6957
6958 2015-05-28 Don Breazeal <donb@codesourcery.com>
6959
6960 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6961 tests for remote targets by checking is_target_gdbserver.
6962
6963 2015-05-27 Doug Evans <dje@google.com>
6964
6965 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6966 * gdb.dwarf2/opaque-type-lookup.c: New file.
6967 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6968
6969 2015-05-26 Doug Evans <dje@google.com>
6970
6971 * gdb.cp/iostream.cc: New file.
6972 * gdb.cp/iostream.exp: New file.
6973
6974 2015-05-26 Doug Evans <dje@google.com>
6975
6976 * gdb.dwarf2/dw2-op-call.exp: Update.
6977 * gdb.dwarf2/dw4-sig-types.exp: Update.
6978 * gdb.dwarf2/implptr.exp: Update.
6979 * gdb.mi/mi-cmd-param-changed.exp: Update.
6980
6981 2015-05-26 Doug Evans <dje@google.com>
6982
6983 * gdb.python/py-lazy-string.c: New file.
6984 * gdb.python/py-lazy-string.exp: New file.
6985 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6986 (main): Update. Add estring3.
6987 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6988 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6989
6990 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6991 Yao Qi <yao.qi@linaro.org>
6992
6993 * gdb.reverse/aarch64.c: New.
6994 * gdb.reverse/aarch64.exp: New.
6995
6996 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6997
6998 * lib/gdb.exp (supports_process_record): Return true for
6999 aarch64*-linux*.
7000 (supports_reverse): Likewise.
7001
7002 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7003
7004 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7005 Use with_test_prefix.
7006
7007 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7008
7009 * gdb.base/completion.exp: Add test for completion of layout
7010 names.
7011
7012 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7013
7014 * lib/gdb.exp (skip_tui_tests): New proc.
7015 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7016
7017 2015-05-19 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7020 Save the whole env array instead of just HOME. Unset HISTSIZE in
7021 the environment while testing. Restore whole environment
7022 afterwards.
7023
7024 2015-05-16 Doug Evans <xdje42@gmail.com>
7025
7026 * gdb.guile/scm-ports.c: New file.
7027 * gdb.guile/scm-ports.exp: Add memory port tests.
7028
7029 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7030
7031 * gdb.compile/compile-print.c: New file.
7032 * gdb.compile/compile-print.exp: New file.
7033
7034 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7035
7036 * gdb.compile/compile-ops.exp: Cast param to void.
7037 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7038 (compile code struct_object.selffield = &struct_object): Add xfail.
7039
7040 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7041
7042 * gdb.ada/arr_enum_with_gap: New testcase.
7043
7044 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7045
7046 * gdb.ada/byte_packed_arr: New testcase.
7047
7048 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7049
7050 * gdb.ada/pckd_neg: New testcase.
7051
7052 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7053
7054 PR gdb/17820
7055 * gdb.base/gdbinit-history.exp: New test.
7056 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7057 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7058
7059 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7060
7061 * gdb.python/py-xmethods.cc: Enhance test case.
7062 * gdb.python/py-xmethods.exp: New tests.
7063 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7064 function.
7065 (B_indexoper): Likewise.
7066 (global_dm_list) : Add new xmethod worker functions.
7067
7068 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7069
7070 * gdb.base/coredump-filter.exp: Correctly unset
7071 "coredump_var_addr" array.
7072
7073 2015-05-08 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.server/non-existing-program.exp: Unset spawn_id.
7076
7077 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7078
7079 PR python/18291
7080 * gdb.python/py-xmethods.exp: Add tests.
7081
7082 2015-05-08 Yao Qi <yao.qi@linaro.org>
7083
7084 PR gdb/18208
7085 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7086 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7087 function set_coredump_filter, and remove remote_exec call.
7088 Remove argument ipid. Callers update.
7089 (top level): Don't get inferior's PID.
7090
7091 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7092
7093 * gdb.base/watch_thread_num.exp: Skip test on targets without
7094 access watchpoints.
7095
7096 2015-05-06 Pedro Alves <palves@redhat.com>
7097
7098 PR server/18081
7099 * gdb.server/non-existing-program.exp: New file.
7100
7101 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7102
7103 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7104
7105 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7106
7107 * gdb.ada/out_of_line_in_inlined: New testcase.
7108
7109 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7110
7111 * gdb.ada/var_rec_arr: New testcase.
7112
7113 2015-04-30 Yao Qi <yao.qi@linaro.org>
7114
7115 * gdb.base/break-idempotent.exp: If
7116 skip_hw_watchpoint_multi_tests returns true, skip the tests
7117 on "rwatch" and "awatch".
7118
7119 2015-04-30 Yao Qi <yao.qi@linaro.org>
7120
7121 * gdb.base/relativedebug.exp: Invoke gdb command
7122 "info sharedlibrary", and if libc.so doesn't have debug info,
7123 skip the test.
7124
7125 2015-04-29 Doug Evans <dje@google.com>
7126
7127 * gdb.python/py-xmethods.exp: Add ptype tests.
7128 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7129 get_result_type method.
7130
7131 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7132
7133 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7134 the target does not support hardware watchpoints.
7135
7136 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7137
7138 * gdb.base/break-always.exp: Abort testing if writing to memory
7139 causes an error.
7140
7141 2015-04-28 Doug Evans <dje@google.com>
7142
7143 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7144 * gdb.python/py-pp-registration.exp: ... here. New file.
7145 * gdb.python/py-pp-registration.c: New file.
7146 * gdb.python/py-pp-registration.py: New file.
7147
7148 2015-04-28 Doug Evans <dje@google.com>
7149
7150 * gdb.python/py-bad-printers.c: New file.
7151 * gdb.python/py-bad-printers.py: New file.
7152 * gdb.python/py-bad-printers.exp: New file.
7153
7154 2015-04-28 Sasha Smundak <asmundak@google.com>
7155
7156 * gdb.python/py-type.exp: New test.
7157
7158 2015-04-28 Andy Wingo <wingo@igalia.com>
7159
7160 * gdb.python/py-parameter.exp:
7161 * gdb.guile/scm-parameter.exp: Escape the path that we are
7162 matching against, as it might contain characters that are special
7163 to regular expressions.
7164
7165 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7166
7167 * gdb.ada/rec_comp: New testcase.
7168
7169 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7170
7171 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7172 before using it.
7173
7174 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7175
7176 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7177 new tests for verilog output.
7178
7179 2015-04-24 Yao Qi <yao.qi@linaro.org>
7180
7181 * boards/remote-gdbserver-on-localhost.exp: New file.
7182
7183 2015-04-23 Pedro Alves <palves@redhat.com>
7184
7185 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7186 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7187 "end of file", remove $inferior_spawn_id from the indirect list.
7188
7189 2015-04-23 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7192
7193 2015-04-23 Pedro Alves <palves@redhat.com>
7194
7195 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7196 on $any_spawn_id instead of only on $gdb_spawn_id.
7197
7198 2015-04-21 Pierre Muller <muller@sourceware.org>
7199
7200 PR pascal/17815
7201 * lib/pascal.exp (gpc_compile): Add new option "class".
7202 (fpc_compile): Likewise.
7203 * gdb.pascal/case-insensitive-symbols.pas: New file.
7204 * gdb.pascal/case-insensitive-symbols.exp: New file.
7205
7206 2015-04-20 Gary Benson <gbenson@redhat.com>
7207
7208 * gdb.base/attach.exp: Fix three extended remote failures.
7209
7210 2015-04-17 Gary Benson <gbenson@redhat.com>
7211
7212 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7213 the main executable over the remote protocol.
7214
7215 2015-04-16 Pedro Alves <palves@redhat.com>
7216
7217 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7218 a new gdbserver if gdbserver_reconnect_p is set.
7219
7220 2015-04-16 Pedro Alves <palves@redhat.com>
7221
7222 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7223 is set, don't exit gdbserver.
7224
7225 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7226
7227 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7228 appropriate .insn, such that an older assembler can be used.
7229 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7230 the z/Architecture instruction set on 31-bit targets as well.
7231
7232 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7233
7234 * gdb.go/handcall.exp: Remove all logic related to the first
7235 breakpoint and rely on go_runto_main instead.
7236 * gdb.go/strings.exp: Likewise.
7237 * gdb.go/unsafe.exp: Likewise.
7238 * gdb.go/hello.exp: Likewise. Also rename the remaining
7239 breakpoint marker to "breakpoint 1".
7240 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7241 * gdb.go/strings.go: Likewise.
7242 * gdb.go/unsafe.go: Likewise.
7243 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7244 "set breakpoint 2 here" and rename the remaining breakpoint marker
7245 to "breakpoint 1".
7246
7247 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7248
7249 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7250 if itertools.imap is not present.
7251 * gdb.python/py-objfile.exp: Add parentheses.
7252 * gdb.python/py-type.exp: Same.
7253 * gdb.python/py-unwind-maint.py: Same.
7254
7255 2015-04-15 Yao Qi <yao.qi@linaro.org>
7256
7257 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7258 of ":$ptr_size" and set its form explicitly.
7259
7260 2015-04-15 Pedro Alves <palves@redhat.com>
7261 Yao Qi <yao.qi@linaro.org>
7262
7263 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7264 timeout by factor of 4.
7265 (test_regular_watch): Likewise.
7266 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7267 * gdb.reverse/sigall-reverse.exp: Likewise.
7268 * gdb.reverse/until-precsave.exp: Likewise.
7269 * lib/gdb.exp (with_timeout_factor): New proc.
7270 (gdb_expect): Move some code to ...
7271 (get_largest_timeout): ... here. New procedure.
7272
7273 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7274
7275 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7276
7277 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7278
7279 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7280 to write to the .text section.
7281
7282 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7283
7284 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7285 Handle the case of targets that do not provide PID information.
7286
7287 2015-04-13 Yao Qi <yao.qi@linaro.org>
7288
7289 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7290 and use expect instead of gdb_expect.
7291
7292 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7293
7294 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7295 "coredump_var_addr" to avoid naming conflict with other testcases.
7296
7297 2015-04-10 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7300 gdb_test_sequence and gdb_assert.
7301
7302 2015-04-10 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7305 test messages that don't include the breakpoint address.
7306
7307 2015-04-10 Yao Qi <yao.qi@linaro.org>
7308
7309 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7310 false for some offset and width combinations which aren't
7311 supported by linux kernel.
7312
7313 2015-04-10 Pedro Alves <palves@redhat.com>
7314
7315 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7316 procedure, factored out from ...
7317 (top level): ... here. Add "set displaced-stepping" testing axis.
7318 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7319 parameter "displaced". Use it.
7320 (top level): Use foreach and add "set displaced-stepping" testing
7321 axis.
7322
7323 2015-04-10 Pedro Alves <palves@redhat.com>
7324
7325 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7326 Remove comment.
7327 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7328 both the address of the instruction that triggers the watchpoint
7329 and the address of the instruction immediately after, and use
7330 those addresses for the test. Fix comment.
7331
7332 2015-04-10 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.base/sigstep.exp (breakpoint_to_handler)
7335 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7336 Test "backtrace" in handler.
7337 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7338 (top level): Add new "displaced" test axis to
7339 breakpoint_to_handler, breakpoint_to_handler_entry and
7340 breakpoint_over_handler.
7341
7342 2015-04-10 Pedro Alves <palves@redhat.com>
7343
7344 PR gdb/18216
7345 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7346
7347 2015-04-10 Yao Qi <yao.qi@linaro.org>
7348
7349 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7350 (test_add_rn_pc): New function.
7351 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7352 (top level): Invoke test_add_rn_pc.
7353
7354 2015-04-10 Pedro Alves <palves@redhat.com>
7355
7356 PR gdb/13858
7357 * gdb.base/step-over-no-symbols.exp: New file.
7358
7359 2015-04-09 Andy Wingo <wingo@igalia.com>
7360
7361 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7362 after the Python tests.
7363
7364 2015-04-08 Keith Seitz <keiths@redhat.com>
7365
7366 PR python/16699
7367 * gdb.python/py-completion.exp: New tests for completion.
7368 * gdb.python/py-completion.py (CompleteLimit1): New class.
7369 (CompleteLimit2): Likewise.
7370 (CompleteLimit3): Likewise.
7371 (CompleteLimit4): Likewise.
7372 (CompleteLimit5): Likewise.
7373 (CompleteLimit6): Likewise.
7374 (CompleteLimit7): Likewise.
7375
7376 2015-04-08 Pedro Alves <palves@redhat.com>
7377
7378 PR gdb/18214
7379 PR gdb/18216
7380 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7381 function.
7382 (main): Install it as SIGUSR1 handler.
7383 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7384 parameter. Always use "setup" as prefix. Toggle "set
7385 displaced-stepping" off/on depending on global. Don't switch to
7386 thread 1 here.
7387 (top level): Add displaced stepping "off/on" test axis. Update
7388 "setup" calls. Wrap each subtest with with_test_prefix. Test
7389 continuing with a queued signal in each thread.
7390
7391 2015-04-08 Pedro Alves <palves@redhat.com>
7392
7393 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7394 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7395 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7396 Return early if running to main fails.
7397 * gdb.trace/while-stepping.exp: Likewise.
7398
7399 2015-04-07 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7402 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7403 interact with inferior program.
7404
7405 2015-04-07 Pedro Alves <palves@redhat.com>
7406
7407 * lib/gdb.exp (inferior_spawn_id): New global.
7408 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7409 spawn id after processing the user code.
7410 (default_gdb_start): Set inferior_spawn_id.
7411 (send_inferior): New procedure.
7412 * lib/gdbserver-support.exp (gdbserver_start): Set
7413 inferior_spawn_id.
7414 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7415
7416 2015-04-07 Pedro Alves <palves@redhat.com>
7417
7418 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7419 * lib/gdbserver-support.exp (gdbserver_start): Make
7420 $server_spawn_id global.
7421 (gdbserver_start): Don't wait for gdbserver's spawn id with
7422 expect_background.
7423 (close_gdbserver): New procedure.
7424 (gdb_exit): Rename the default version and reimplement.
7425
7426 2015-04-07 Pedro Alves <palves@redhat.com>
7427
7428 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7429 append the substituted item, not the original item.
7430
7431 2015-04-07 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7434 gdb_expect.
7435
7436 2015-04-07 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7439 output appearing once only.
7440
7441 2015-04-07 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7444 that doesn't expect anything. Return early if running to main
7445 fails.
7446
7447 2015-04-07 Yao Qi <yao.qi@linaro.org>
7448
7449 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7450 (child_function): Call alarm.
7451 (main): Move call to alarm into the loop.
7452 * gdb.threads/non-stop-fair-events.exp: Build program with
7453 -DTIMEOUT=$timeout.
7454
7455 2015-04-06 Doug Evans <xdje42@gmail.com>
7456
7457 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7458 Fix dest parameter to board_info.
7459 (fpc_compile): Ditto.
7460 (gdb_compile_pascal): Rename dest arg to destfile.
7461
7462 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7463
7464 * gdb.ada/funcall_ref.exp: New file.
7465 * gdb.ada/funcall_ref/foo.adb: New file.
7466
7467 2015-04-02 Yao Qi <yao.qi@linaro.org>
7468
7469 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7470 is remote.
7471
7472 2015-04-02 Gary Benson <gbenson@redhat.com>
7473
7474 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7475
7476 2015-04-01 Sasha Smundak <asmundak@google.com>
7477
7478 * gdb.python/py-unwind-maint.c: New file.
7479 * gdb.python/py-unwind-maint.exp: New test.
7480 * gdb.python/py-unwind-maint.py: New file.
7481 * gdb.python/py-unwind.c: New file.
7482 * gdb.python/py-unwind.exp: New test.
7483 * gdb.python/py-unwind.py: New test.
7484
7485 2015-04-01 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7488 to fail instead of non-existent $test.
7489
7490 2015-04-01 Pedro Alves <palves@redhat.com>
7491
7492 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7493 GDBFLAGS if not empty.
7494
7495 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7496
7497 * gdb.ada/complete.exp: Remove "multi_line".
7498 * gdb.ada/info_exc.exp: Remove "multi_line".
7499 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7500 * gdb.ada/ptype_field.exp: Remove "multi_line".
7501 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7502 * gdb.ada/tagged.exp: Remove "multi_line".
7503 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7504 [multi_line ...]
7505 * gdb.btrace/delta.exp: Likewise.
7506 * gdb.btrace/exception.exp: Likewise.
7507 * gdb.btrace/function_call_history.exp: Likewise.
7508 * gdb.btrace/instruction_history.exp: Likewise.
7509 * gdb.btrace/nohist.exp: Likewise.
7510 * gdb.btrace/record_goto.exp: Likewise.
7511 * gdb.btrace/segv.exp: Likewise.
7512 * gdb.btrace/stepi.exp: Likewise.
7513 * gdb.btrace/tailcall.exp: Likewise.
7514 * gdb.btrace/unknown_functions.exp: Likewise.
7515 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7516 * lib/gdb.exp: Add the "multi_line" helper.
7517
7518 2015-04-01 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.threads/tid-reuse.c: New file.
7521 * gdb.threads/tid-reuse.exp: New file.
7522
7523 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7524
7525 PR corefiles/16092
7526 * gdb.base/coredump-filter.c: New file.
7527 * gdb.base/coredump-filter.exp: Likewise.
7528
7529 2015-03-27 Petr Machata <pmachata@redhat.com>
7530
7531 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7532 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7533 (Dwarf::assemble): Initialize them.
7534 (Dwarf::lines): New function.
7535
7536 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7537
7538 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7539 SYMBOL_PREFIX for x86_64-*-cygwin.
7540
7541 2015-03-26 Andy Wingo <wingo@igalia.com>
7542
7543 PR symtab/18148
7544 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7545 const_value but not a location.
7546 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7547 location defined in non-main CUs are visible.
7548
7549 2015-03-26 Yao Qi <yao.qi@linaro.org>
7550
7551 PR testsuite/18139
7552 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7553 Add a line number entry for the same line.
7554 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7555 Add a line number entry for the same line.
7556
7557 2015-03-26 Yao Qi <yao.qi@linaro.org>
7558
7559 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7560 .int 0.
7561 (func): Likewise. Add .Lfunc_1 label.
7562 Use .Lfunc_1 label.
7563 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7564 .int 0.
7565 (func): Likewise.
7566 Use .Lfunc_1 label.
7567
7568 2015-03-26 Yao Qi <yao.qi@linaro.org>
7569
7570 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7571 Call gdb_compile instead to compile each .s files without debug
7572 information.
7573
7574 2015-03-26 Yao Qi <yao.qi@linaro.org>
7575
7576 * gdb.base/savedregs.exp (process_saved_regs): Make
7577 "Saved registers:" optional in the pattern.
7578
7579 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7580
7581 * gdb.btrace/next.exp: Merged into step.exp.
7582 * gdb.btrace/finish.exp: Merged into step.exp.
7583 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7584 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7585 "record goto" and checking the exact replay position.
7586 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7587 check for "Recording format" in "info record" output.
7588 * gdb.btrace/record_goto.exp: Choose test file based on target.
7589 * gdb.btrace/x86-record_goto.S: Renamed into ...
7590 * gdb.btrace/x86_64-record_goto.S: ... this.
7591 * gdb.btrace/i686-record_goto.S: New.
7592 * gdb.btrace/x86-tailcall.S: Renamed into ...
7593 * gdb.btrace/x86_64-tailcall.S: ... this.
7594 * gdb.btrace/i686-tailcall.S: New.
7595 * gdb.btrace/x86-tailcall.c: Renamed into ...
7596 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7597 separate statements. Update test.
7598 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7599 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7600 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7601 * gdb.btrace/tailcall.exp: Choose test file based on target.
7602 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7603
7604 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7605
7606 * gdb.btrace/exception.exp: Increase BTS buffer size.
7607
7608 2015-03-24 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7611
7612 2015-03-24 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.threads/schedlock.exp (test_step): No longer expect that
7615 "set scheduler-locking step" with "next" over a function call runs
7616 threads unlocked.
7617
7618 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7619
7620 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7621
7622 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7623
7624 PR breakpoints/16466
7625 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7626 * gdb.mi/mi-pending.c (thread_func): New function.
7627 (int main): Add threading support required.
7628 * gdb.mi/mi-pending.exp: Add tests for this issue.
7629 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7630 (pendfunc2): Remove stdio dependency.
7631 * gdb.mi/mi-pendshr2.c: New file.
7632
7633 2015-03-23 Keith Seitz <keiths@redhat.com>
7634
7635 * gdb.linespec/keywords.c: New file.
7636 * gdb.linespec/keywords.exp: New file.
7637
7638 2015-03-23 Keith Seitz <keiths@redhat.com>
7639
7640 PR gdb/18021
7641 * gdb.dwarf2/staticvirtual.exp: New test.
7642
7643 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7646 * README: Remove HP-UX and gdb.hp.
7647 (configuration):
7648 * configure: Regenerate.
7649 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7650 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7651 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7652 gdb.hp/gdb.defects/Makefile.
7653 * gdb.hp/Makefile.in: File deleted.
7654 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7655 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7656 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7657 * gdb.hp/gdb.aCC/run.c: File deleted.
7658 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7659 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7660 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7661 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7662 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7663 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7664 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7665 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7666 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7667 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7668 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7669 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7670 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7671 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7672 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7673 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7674 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7675 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7676 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7677 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7678 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7679 * gdb.hp/gdb.compat/average.c: File deleted.
7680 * gdb.hp/gdb.compat/sum.c: File deleted.
7681 * gdb.hp/gdb.compat/xdb.c: File deleted.
7682 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7683 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7684 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7685 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7686 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7687 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7688 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7689 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7690 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7691 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7692 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7693 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7694 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7695 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7696 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7697 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7698 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7699 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7700 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7701 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7702 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7703 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7704 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7705 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7706 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7707 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7708 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7709 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7710 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7711 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7712 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7713 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7714 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7715 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7716 * gdb.hp/tools/odump: File deleted.
7717
7718 2015-03-19 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7721 (saw_thread_3): New globals.
7722 (top level): Increment them when an event for the corresponding
7723 thread is seen.
7724 (no thread starvation): New test.
7725
7726 2015-03-19 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.threads/continue-pending-status.c: New file.
7729 * gdb.threads/continue-pending-status.exp: New file.
7730
7731 2015-03-18 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7734 Use gdb_is_target_remote instead of is_remote. Use
7735 gdb_test_multiple instead of gdb_expect. Exit early if
7736 gdb_test_multiple hits its internal matches. Tighten stepi tests
7737 expected output. Fail on exit with any signal, instead of just
7738 SIGILL.
7739
7740 2015-03-18 Yao Qi <yao.qi@linaro.org>
7741
7742 PR tdep/18107
7743 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7744 variable.
7745 * gdb.base/catch-syscall.exp: Don't skip it on
7746 aarch64*-*-linux* target. Remove elements in all_syscalls.
7747 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7748 target.
7749 (setup_all_syscalls): New proc.
7750
7751 2015-03-16 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7754 (top level): Skip tests if valid_addr_p returns false for
7755 $cmd1 or $cmd2.
7756
7757 2015-03-11 Andy Wingo <wingo@igalia.com>
7758
7759 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7760
7761 2015-03-11 Yao Qi <yao.qi@linaro.org>
7762
7763 * gdb.base/catch-syscall.exp: Fix typo in comments.
7764
7765 2015-03-11 Yao Qi <yao.qi@linaro.org>
7766
7767 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7768
7769 2015-03-09 Pedro Alves <palves@redhat.com>
7770
7771 * dg-extract-results.py: Delete.
7772
7773 2015-03-09 Pedro Alves <palves@redhat.com>
7774
7775 Merge dg-extract-results.sh from GCC upstream (r218843).
7776
7777 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7778 * dg-extract-results.sh: Use --text with grep to avoid issues with
7779 binary files. Fall back to cat -v, if that doesn't work.
7780
7781 2015-03-05 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7784
7785 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7786
7787 * lib/mi-support.exp (mi_expect_interrupt): Accept
7788 alternative event for when in all-stop mode.
7789
7790 2015-03-04 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7793
7794 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7795
7796 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7797
7798 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7799
7800 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7801 regexps for GDB's current line display, accept a hex address
7802 preceding the line number.
7803
7804 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7805
7806 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7807 the 'arch1' variable for "s390*-linux*" targets.
7808
7809 2015-03-04 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7812 (main): Pass missing retval argument to pthread_join call.
7813
7814 2015-03-02 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7817 (top level): Call do_test with non-stop as well.
7818
7819 2015-03-02 Pedro Alves <palves@redhat.com>
7820
7821 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7822 -1.
7823
7824 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7825
7826 * gdb.arch/s390-vregs.exp: New test.
7827 * gdb.arch/s390-vregs.S: New file.
7828
7829 2015-02-27 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7832 call to catch_command_errors.
7833 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7834 catch_command_errors.
7835
7836 2015-02-27 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7839 "true" for boolean result.
7840 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7841 prototype of main.
7842
7843 2015-02-27 Pedro Alves <palves@redhat.com>
7844
7845 * lib/unbuffer_output.c: New file.
7846 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7847 (main): Call gdb_unbuffer_output.
7848
7849 2015-02-27 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7852 target.
7853
7854 2015-02-26 Doug Evans <dje@google.com>
7855
7856 * gdb.cp/class2.cc (Dbase, D): New classes.
7857 (main): New local delta.
7858 * gdb.cp/class2.exp: Test printing delta.
7859 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7860 (dynbar): New global.
7861 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7862
7863 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7864
7865 * gdb.compile/compile-ifunc.c: New file.
7866 * gdb.compile/compile-ifunc.exp: New file.
7867
7868 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7869
7870 * gdb.base/structs.exp: Check for correct struct on finish.
7871
7872 2015-02-26 Yao Qi <yao.qi@linaro.org>
7873
7874 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7875 is zero.
7876
7877 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * gdb.arch/cordic.ko.bz2: New file.
7880 * gdb.arch/cordic.ko.debug.bz2: New file.
7881 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7882
7883 2015-02-25 Yao Qi <yao.qi@linaro.org>
7884
7885 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7886 aarch64*-*-* target.
7887
7888 2015-02-23 Pedro Alves <palves@redhat.com>
7889
7890 * lib/gdb.exp (delete_breakpoints): Rewrite using
7891 gdb_test_multiple.
7892
7893 2015-02-23 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.base/info-os.c: Include stdlib.h.
7896
7897 2015-02-22 Doug Evans <xdje42@gmail.com>
7898
7899 PR symtab/17855
7900 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7901 is read after symbols have been re-read.
7902 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7903 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7904
7905 2015-02-21 Doug Evans <dje@google.com>
7906
7907 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7908
7909 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7910
7911 PR corefiles/17808
7912 * gdb.arch/i386-biarch-core.core.bz2: New file.
7913 * gdb.arch/i386-biarch-core.exp: New file.
7914
7915 2015-02-21 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7918 runto_main fails.
7919
7920 2015-02-20 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7923 info probes.
7924
7925 2015-02-20 Pedro Alves <palves@redhat.com>
7926
7927 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7928
7929 2015-02-20 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7932 clean_restart before gdb_target_supports_trace.
7933
7934 2015-02-20 Pedro Alves <palves@redhat.com>
7935
7936 PR threads/18006
7937 * gdb.threads/clone-thread_db.c: New file.
7938 * gdb.threads/clone-thread_db.exp: New file.
7939
7940 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7941
7942 PR breakpoints/16812
7943 * gdb.base/catch-gdb-caused-signals.c: New file.
7944 * gdb.base/catch-gdb-caused-signals.exp: New file.
7945
7946 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7947
7948 * configure: Regenerated.
7949 * configure.ac: Use GDB_AC_TRANSFORM.
7950 * aclocal.m4: sinclude ../transform.m4.
7951
7952 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7953
7954 * lib/dtrace.exp: New file.
7955 * gdb.base/dtrace-probe.exp: Likewise.
7956 * gdb.base/dtrace-probe.d: Likewise.
7957 * gdb.base/dtrace-probe.c: Likewise.
7958 * lib/pdtrace.in: Likewise.
7959 * configure.ac: Output variables with the transformed names of
7960 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7961 * configure: Regenerated.
7962
7963 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7964
7965 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7966 expected message when trying to access $_probe_* convenience
7967 variables while not on a probe.
7968
7969 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7970
7971 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7972
7973 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7974
7975 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7976 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7977
7978 2015-02-10 Doug Evans <xdje42@gmail.com>
7979
7980 * lib/gdb.exp (gdb_load): Always return a result.
7981
7982 2015-02-10 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.threads/signal-sigtrap.c: New file.
7985 * gdb.threads/signal-sigtrap.exp: New file.
7986
7987 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7988
7989 * gdb.trace/no-attach-trace.c: New file.
7990 * gdb.trace/no-attach-trace.exp: New file.
7991
7992 2015-02-09 Mark Wielaard <mjw@redhat.com>
7993
7994 * gdb.dwarf2/atomic.c: New file.
7995 * gdb.dwarf2/atomic-type.exp: Likewise.
7996
7997 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7998
7999 * gdb.btrace/buffer-size.exp: Update "info record" output.
8000 * gdb.btrace/delta.exp: Update "info record" output.
8001 * gdb.btrace/enable.exp: Update "info record" output.
8002 * gdb.btrace/finish.exp: Update "info record" output.
8003 * gdb.btrace/instruction_history.exp: Update "info record" output.
8004 * gdb.btrace/next.exp: Update "info record" output.
8005 * gdb.btrace/nexti.exp: Update "info record" output.
8006 * gdb.btrace/step.exp: Update "info record" output.
8007 * gdb.btrace/stepi.exp: Update "info record" output.
8008 * gdb.btrace/nohist.exp: Update "info record" output.
8009
8010 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8011
8012 * gdb.btrace/buffer-size: New.
8013
8014 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8015
8016 * gdb.btrace/delta.exp: Update "info record" output.
8017 * gdb.btrace/enable.exp: Update "info record" output.
8018 * gdb.btrace/finish.exp: Update "info record" output.
8019 * gdb.btrace/instruction_history.exp: Update "info record" output.
8020 * gdb.btrace/next.exp: Update "info record" output.
8021 * gdb.btrace/nexti.exp: Update "info record" output.
8022 * gdb.btrace/step.exp: Update "info record" output.
8023 * gdb.btrace/stepi.exp: Update "info record" output.
8024 * gdb.btrace/nohist.exp: Update "info record" output.
8025
8026 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8027
8028 PR gdb/15678
8029 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8030
8031 2015-02-06 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8034 macro.
8035 (seconds_left, again): New globals.
8036 (main): Wait seconds_left in a 1-second sleep loop instead of
8037 sleeping 180 seconds. If 'again' is set, reset the seconds
8038 counter.
8039 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8040 'again' in the inferior before detaching. Print the seconds left.
8041 (options): New global.
8042 (top level): Build program with -DTIMEOUT=$timeout.
8043
8044 2015-02-06 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8047 determine how many seconds to pass to 'alarm'.
8048 * gdb.base/gdb-sigterm.exp (top level): Build program with
8049 -DTIMEOUT=$timeout.
8050 (do_test): Return success/failure indication. Add more verbose
8051 logging. Don't fail if 200 single steps are seen. Instead, fail
8052 when the test times out.
8053 (passes): New global.
8054 (top level): Break the testing loop if testing fails on any
8055 iteration. Use gdb_assert.
8056
8057 2015-02-04 Don Breazeal <donb@codesourcery.com>
8058
8059 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8060 and initialize them.
8061 (ipc_cleanup): New function.
8062 (main): Don't declare shmid, semid, and msqid. Add a call to
8063 atexit so that we call ipc_cleanup on exit.
8064
8065 2015-02-04 Pedro Alves <palves@redhat.com>
8066
8067 * boards/native-extended-gdbserver.exp: Remove any target variant
8068 specifications from the board name before clearing the isremote
8069 flag from board_info.
8070
8071 2015-01-31 Doug Evans <xdje42@gmail.com>
8072
8073 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8074
8075 2015-01-31 Gary Benson <gbenson@redhat.com>
8076
8077 * gdb.base/completion.exp: Disable completion limiting for
8078 existing tests. Add new tests to check completion limiting.
8079 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8080
8081 2015-01-31 Doug Evans <xdje42@gmail.com>
8082
8083 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8084
8085 2015-01-31 Doug Evans <xdje42@gmail.com>
8086
8087 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8088 entries. Duplicate file section script entries.
8089 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8090 inlined entries. Add test for safe-path rejection.
8091 * gdb.python/py-section-script.c: Add duplicate inlined section script
8092 entries. Duplicate file section script entries.
8093 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8094 inlined entries. Add test for safe-path rejection.
8095
8096 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8097
8098 * gdb.ada/disc_arr_bound: New testcase.
8099
8100 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8101
8102 * gdb.ada/mi_var_array: New testcase.
8103
8104 2015-01-27 Doug Evans <dje@google.com>
8105
8106 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8107 Add test for objfile.filename, objfile.username after objfile
8108 has been unloaded.
8109
8110 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8111
8112 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8113 the second test to print the name attribute of value
8114 returned by the call to gdb.lookup_type, and adjust
8115 the expected output accordingly.
8116
8117 2015-01-25 Mark Wielaard <mjw@redhat.com>
8118
8119 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8120 * gdb.base/disp-step-fork.c: Include unistd.h.
8121 * gdb.base/siginfo-obj.c: Include stdio.h.
8122 * gdb.base/siginfo-thread.c: Likewise.
8123 * gdb.mi/non-stop.c: Include unistd.h.
8124 * gdb.mi/nsthrexec.c: Include stdio.h.
8125 * gdb.mi/pthreads.c: Include unistd.h.
8126 * gdb.modula2/unbounded1.c (main): Declare returns int.
8127 * gdb.reverse/consecutive-reverse.c: Likewise.
8128 * gdb.threads/create-fail.c: Include unistd.h.
8129 * gdb.threads/killed.c: Likewise.
8130 * gdb.threads/linux-dp.c: Likewise.
8131 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8132 * gdb.threads/non-ldr-exc-2.c: Likewise.
8133 * gdb.threads/non-ldr-exc-3.c: Likewise.
8134 * gdb.threads/non-ldr-exc-4.c: Likewise.
8135 * gdb.threads/pthreads.c: Include unistd.h.
8136 (main): Declare returns int.
8137 * gdb.threads/tls-main.c (foo): New declaration.
8138 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8139
8140 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8143 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8144
8145 2015-01-15 Mark Wielaard <mjw@redhat.com>
8146
8147 * gdb.base/noreturn-return.c: New file.
8148 * gdb.base/noreturn-return.exp: New file.
8149 * gdb.base/noreturn-finish.c: New file.
8150 * gdb.base/noreturn-finish.exp: New file.
8151
8152 2015-01-23 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.threads/continue-pending-after-query.c: New file.
8155 * gdb.threads/continue-pending-after-query.exp: New file.
8156
8157 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8158 Simon Marchi <simon.marchi@ericsson.com>
8159
8160 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8161 * gdb.base/valgrind-db-attach.exp: Same.
8162 * gdb.base/valgrind-infcall.exp: Same.
8163 * lib/mi-support.exp (default_mi_gdb_start): Same.
8164 * lib/prompt.exp (default_prompt_gdb_start): Same.
8165 * lib/gdb.exp (default_gdb_spawn): Same.
8166 (gdb_interact): New.
8167
8168
8169 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8170
8171 * gdb.compile/compile.exp (pointer to jit function): New test.
8172
8173 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8174
8175 * lib/gdb.exp (supports_process_record): Return true for
8176 powerpc*-*-linux*.
8177 (supports_reverse): Likewise.
8178
8179 2015-01-15 Don Breazeal <donb@codesourcery.com>
8180
8181 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8182 instead of checking whether the target board is remote and
8183 use spawn_wait_for_attach instead of exec/sleep.
8184 * gdb.base/attach-twice.exp: Likewise.
8185
8186 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8187
8188 * gdb.ada/var_arr_attrs: New testcase.
8189
8190 2015-01-14 Pedro Alves <palves@redhat.com>
8191 Joel Brobecker <brobecker@adacore.com>
8192
8193 PR gdb/17525
8194 * gdb.base/bp-cmds-execution-x-script.c: New file.
8195 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8196 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8197
8198 2015-01-14 Pedro Alves <palves@redhat.com>
8199
8200 PR cli/17828
8201 * gdb.base/batch-preserve-term-settings.c: New file.
8202 * gdb.base/batch-preserve-term-settings.exp: New file.
8203
8204 2015-01-13 Doug Evans <dje@google.com>
8205
8206 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8207 binary.
8208
8209 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8210
8211 * Makefile.in (clean mostlyclean): Do not delete *.py.
8212
8213 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8214
8215 * gdb.python/py-lookup-type.exp: New file.
8216
8217 2015-01-12 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8220 restore GDBFLAGS before returning.
8221
8222 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8223
8224 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8225 is_amd64_regs_target and is_x86_like_target.
8226
8227 2015-01-11 Doug Evans <xdje42@gmail.com>
8228
8229 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8230 is given without an explicit form.
8231 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8232 attributes.
8233 * gdb.dwarf/corrupt.exp: Ditto.
8234 * gdb.dwarf2/enum-type.exp: Ditto.
8235 * gdb.trace/entry-values.exp: Ditto.
8236 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8237
8238 2015-01-11 Doug Evans <xdje42@gmail.com>
8239
8240 PR gdb/15830
8241 * gdb.base/maint.exp: Remove references to "maint demangle".
8242 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8243 Add tests for explicitly specifying language to demangle.
8244 * gdb.dlang/demangle.exp: Ditto.
8245
8246 2015-01-09 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.threads/non-stop-fair-events.c: New file.
8249 * gdb.threads/non-stop-fair-events.exp: New file.
8250
8251 2015-01-09 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8254 the global scope. Set a breakpoint after all threads are started
8255 rather than stepping over two source lines. Expect the prompt.
8256 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8257 global.
8258 (NUM): Now 15.
8259 (main): Use threads_started_barrier to wait for all threads to
8260 start. Main thread no longer calls thread_function. Exit after
8261 180 seconds.
8262 (loop): New function.
8263 (thread_function): Wait on threads_started_barrier barrier. Call
8264 'loop' at each iteration.
8265 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8266 threads have started, instead of hardcoding number of "next"
8267 steps. Use an access watchpoint instead of a write watchpoint.
8268
8269 2015-01-09 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8272 (thread_func): Wait on barrier.
8273 (main): Wait for all threads to start before stopping GDB.
8274 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8275 global.
8276 (thread1_func, thread2_func): Wait on barrier.
8277 (main): Wait for all threads to start before stopping GDB.
8278 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8279 New global.
8280 (thread1_func, thread2_func): Wait on barrier.
8281 (main): Wait for all threads to start before stopping GDB.
8282
8283 2015-01-09 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.threads/attach-many-short-lived-threads.c: New file.
8286 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8287
8288 2014-01-09 Pedro Alves <palves@redhat.com>
8289
8290 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8291 instead of to thread 2.
8292 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8293 Add barrier around each pthread_create call instead of around all
8294 calls.
8295 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8296 Set a break on thread_function and have the child threads hit it
8297 one at at a time.
8298
8299 2015-01-09 Pedro Alves <palves@redhat.com>
8300
8301 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8302 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8303 false.
8304 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8305 checking whether the target board is remote.
8306 * gdb.multi/multi-attach.exp: Likewise.
8307 * gdb.python/py-sync-interp.exp: Likewise.
8308 * gdb.server/ext-attach.exp: Likewise.
8309 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8310 tests that need to attach, instead of checking whether the target
8311 board is remote at the top of the file.
8312
8313 2015-01-08 Yao Qi <yao@codesourcery.com>
8314
8315 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8316
8317 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8318
8319 Fix testcase compilation.
8320 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8321
8322 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8323
8324 * gdb.python/py-type.exp: Add a couple test about empty
8325 array creation, and negative-length array creation.
8326
8327 2015-01-02 Doug Evans <xdje42@gmail.com>
8328
8329 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8330
8331 2015-01-02 Doug Evans <dje@google.com>
8332
8333 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8334
8335 2014-12-29 Yao Qi <yao@codesourcery.com>
8336
8337 * gdb.trace/entry-values.exp: Update comments. Rename variable
8338 bar_call_foo to returned_from_foo.
8339
8340 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8341
8342 PR gdb/17394
8343 * gdb.linespec/break-asm-file.c: New file.
8344 * gdb.linespec/break-asm-file.exp: New file.
8345 * gdb.linespec/break-asm-file0.s: New file.
8346 * gdb.linespec/break-asm-file1.s: New file.
8347
8348 2014-12-18 Nigel Stephens <nigel@mips.com>
8349 Maciej W. Rozycki <macro@codesourcery.com>
8350
8351 * gdb.base/float.exp: Handle the new output from "info float" on
8352 MIPS targets.
8353
8354 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8355
8356 Fix MinGW compilation.
8357 * gdb.compile/compile-ops.exp: Update untested message if
8358 !skip_compile_feature_tests.
8359 * gdb.compile/compile-setjmp.exp: Likewise.
8360 * gdb.compile/compile-tls.exp: Likewise.
8361 * gdb.compile/compile.exp: Likewise.
8362 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8363 supported on this host".
8364
8365 2014-12-16 Doug Evans <xdje42@gmail.com>
8366
8367 * boards/stabs.exp: New file.
8368
8369 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8370
8371 * gdb.base/completion.exp: Adjust to format changes of "maint
8372 print user-registers".
8373
8374 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8375
8376 PR server/17457
8377 * gdb.arch/aarch64-fp.c: New file.
8378 * gdb.arch/aarch64-fp.exp: New file.
8379
8380 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8381
8382 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8383 r210637, r210913, r211666, r215400, r215817).
8384
8385 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8386 * dg-extract-results.py: New file.
8387 * dg-extract-results.sh: Use it if the environment seems
8388 suitable.
8389
8390 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8391
8392 * dg-extract-results.py (parse_run): Handle warnings that
8393 are printed before a test harness is run.
8394
8395 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8396
8397 * dg-extract-results.py (Named): Remove __cmp__ method.
8398 (output_variation): Use a key to sort variation.harnesses.
8399
8400 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8401
8402 * dg-extract-results.py: For Python 3, force sys.stdout to
8403 handle surrogate escape sequences.
8404 (safe_open): New function.
8405 (output_segment, main): Use it.
8406
8407 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8408
8409 * dg-extract-results.py (Prog.result_re): Include options
8410 in test name.
8411
8412 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8413
8414 * dg-extract-results.py (output_variation): Always sort if
8415 do_sum.
8416
8417 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8418
8419 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8420 as long as we get pagination notifications.
8421
8422 2014-12-15 Jason Merrill <jason@redhat.com>
8423
8424 * Makefile.in (check-gdb.%): Restore.
8425 * README: Mention it.
8426
8427 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8428
8429 * gdb.ada/str_uninit: New testcase.
8430
8431 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8432
8433 PR symtab/17642
8434 * gdb.base/vla-stub-define.c: New file.
8435 * gdb.base/vla-stub.c: New file.
8436 * gdb.base/vla-stub.exp: New file.
8437
8438 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8439 Jan Kratochvil <jan.kratochvil@redhat.com>
8440 Tom Tromey <tromey@redhat.com>
8441
8442 * configure.ac: Add gdb.compile/.
8443 * configure: Regenerate.
8444 * gdb.compile/Makefile.in: New file.
8445 * gdb.compile/compile-ops.exp: New file.
8446 * gdb.compile/compile-ops.c: New file.
8447 * gdb.compile/compile-tls.c: New file.
8448 * gdb.compile/compile-tls.exp: New file.
8449 * gdb.compile/compile-constvar.S: New file.
8450 * gdb.compile/compile-constvar.c: New file.
8451 * gdb.compile/compile-mod.c: New file.
8452 * gdb.compile/compile-nodebug.c: New file.
8453 * gdb.compile/compile-setjmp-mod.c: New file.
8454 * gdb.compile/compile-setjmp.c: New file.
8455 * gdb.compile/compile-setjmp.exp: New file.
8456 * gdb.compile/compile-shlib.c: New file.
8457 * gdb.compile/compile.c: New file.
8458 * gdb.compile/compile.exp: New file.
8459 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8460
8461 2014-12-12 Tom Tromey <tromey@redhat.com>
8462
8463 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8464 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8465
8466 2014-12-12 Doug Evans <dje@google.com>
8467
8468 * lib/gdb-python.exp (get_python_valueof): New function.
8469 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8470
8471 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8472
8473 * gdb.base/completion.exp: Add test for completion of "info
8474 registers ".
8475
8476 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8477
8478 * gdb.base/func-ptrs.c: New file.
8479 * gdb.base/func-ptrs.exp: New file.
8480
8481 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8482
8483 PR breakpoints/17012
8484 * gdb.base/dprintf-detach.c: New file.
8485 * gdb.base/dprintf-detach.exp: New file.
8486
8487 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8488
8489 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8490 * lib/gdb.exp (target_is_gdbserver): New procedure.
8491
8492 2014-12-08 Doug Evans <dje@google.com>
8493
8494 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8495
8496 2014-12-05 Yao Qi <yao@codesourcery.com>
8497
8498 * gdb.guile/scm-error.exp: Remove the third argument to
8499 gdb_remote_download.
8500 * gdb.guile/scm-frame-args.exp: Likewise.
8501 * gdb.guile/scm-section-script.exp: Likewise.
8502
8503 2014-12-05 Yao Qi <yao@codesourcery.com>
8504
8505 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8506
8507 2014-12-04 Doug Evans <dje@google.com>
8508
8509 * gdb.python/py-objfile.exp: Add tests for
8510 objfile.add_separate_debug_file.
8511
8512 2014-12-04 Doug Evans <dje@google.com>
8513
8514 * lib/gdb.exp (get_build_id): New function.
8515 (build_id_debug_filename_get): Rewrite to use it.
8516 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8517
8518 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8519
8520 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8521 `method(long)', not just 0x0.
8522 * gdb.cp/nsalias.exp: Align code labels to 4.
8523 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8524 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8525 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8526 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8527 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8528 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8529
8530 2014-12-02 Doug Evans <dje@google.com>
8531
8532 PR symtab/17602
8533 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8534 * gdb.cp/anon-ns2.cc: ... here. New file.
8535 * gdb.cp/anon-ns.exp: Update.
8536
8537 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8538
8539 * gdb.python/py-events.py (inferior_call_handler): New.
8540 (register_changed_handler, memory_changed_handler): New.
8541 (test_events.invoke): Register new handlers.
8542 * gdb.python/py-events.exp: Add tests for inferior call,
8543 memory_changed and register_changed events.
8544
8545 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8546
8547 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8548 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8549 if the linker doesn't understand this.
8550
8551 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * gdb.python/python.exp: Change expected reply to help().
8554
8555 2014-12-01 Yao Qi <yao@codesourcery.com>
8556
8557 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8558 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8559 * configure: Re-generated.
8560
8561 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8562
8563 * gdb.cp/chained-calls.cc: New file.
8564 * gdb.cp/chained-calls.exp: New file.
8565 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8566
8567 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8570 * gdb.dwarf2/symtab-producer.exp: Same.
8571 * gdb.gdb/python-interrupts.exp: Same.
8572 * gdb.gdb/python-selftest.exp: Same.
8573 * gdb.python/py-linetable.exp: Same.
8574 * gdb.python/py-type.exp: Same.
8575 * gdb.python/py-value-cc.exp: Same.
8576 * gdb.python/py-value.exp: Same.
8577
8578 2014-11-28 Yao Qi <yao@codesourcery.com>
8579
8580 * gdb.base/break-probes.exp: Match library name prefixed with
8581 sysroot.
8582
8583 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8584
8585 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8586 test expected output. Add parentheses for the call to print.
8587 Remove L suffix from integers.
8588
8589 2014-11-26 Doug Evans <dje@google.com>
8590
8591 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8592
8593 2014-11-22 Yao Qi <yao@codesourcery.com>
8594
8595 * gdb.trace/entry-values.c: Remove asms.
8596 (foo): Add foo_label.
8597 (bar): Add bar_label.
8598 * gdb.trace/entry-values.exp: Remove code computing foo's
8599 length and bar's length.
8600 (Dwarf::assemble): Invoke function_range for bar and use
8601 MACRO_AT_func for foo.
8602
8603 2014-11-22 Yao Qi <yao@codesourcery.com>
8604
8605 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8606 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8607 Use .Lgcc43_procstart instead of gcc43.
8608
8609 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8610
8611 * gdb.ada/n_arr_bound: New testcase.
8612
8613 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8614
8615 PR breakpoints/10737
8616 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8617 test_catch_syscall_multi_arch.
8618 (test_catch_syscall_multi_arch): New function.
8619
8620 2014-11-20 Doug Evans <xdje42@gmail.com>
8621
8622 * gdb.base/maint.exp: Update expected output.
8623
8624 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8625
8626 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8627 4-byte instruction on S390.
8628
8629 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8630
8631 * gdb.ada/arr_arr: New testcase.
8632
8633 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8634
8635 * gdb.ada/pkd_arr_elem: New Testcase.
8636
8637 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8638
8639 * gdb.reverse/break-precsave: Expect completion message for
8640 core file reads.
8641 * gdb.reverse/consecutive-precsave.exp: Likewise.
8642 * gdb.reverse/finish-precsave.exp: Likewise.
8643 * gdb.reverse/i386-precsave.exp: Likewise.
8644 * gdb.reverse/machinestate-precsave.exp: Likewise.
8645 * gdb.reverse/sigall-precsave.exp: Likewise.
8646 * gdb.reverse/solib-precsave.exp: Likewise.
8647 * gdb.reverse/step-precsave.exp: Likewise.
8648 * gdb.reverse/until-precsave.exp: Likewise.
8649 * gdb.reverse/watch-precsave.exp: Likewise.
8650
8651 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8652
8653 * gdb.base/bp-permanent.c: Include unistd.h.
8654 * gdb.python/py-framefilter-mi.c (main): Add return type.
8655 * gdb.python/py-framefilter.c (main): Likewise.
8656 * gdb.trace/actions-changed.c (main): Likewise.
8657
8658 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8659
8660 * gdb.mi/until.c: Add eye-catchers.
8661 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8662 line numbers.
8663
8664 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8665
8666 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8667 function header variants in break1.c.
8668 * gdb.base/ena-dis-br.exp: Likewise.
8669 * gdb.base/hbreak2.exp: Likewise.
8670 * gdb.reverse/until-precsave.exp: Drop references to removed
8671 non-prototype function header variants in ur1.c.
8672 * gdb.reverse/until-reverse.exp: Likewise.
8673
8674 2014-11-17 Petr Machata <pmachata@redhat.com>
8675
8676 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8677 ${_cu_offset_size} bytes abbrev offset.
8678
8679 2014-11-15 Doug Evans <xdje42@gmail.com>
8680
8681 PR symtab/17559
8682 * gdb.base/line-symtabs.exp: New file.
8683 * gdb.base/line-symtabs.c: New file.
8684 * gdb.base/line-symtabs.h: New file.
8685
8686 2014-11-14 Yao Qi <yao@codesourcery.com>
8687
8688 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8689 (func): Add label func_label.
8690 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8691 Replace low_pc and high_pc with MACRO_AT_range.
8692 Replace name, low_pc and high_pc with MACRO_AT_func.
8693
8694 2014-11-14 Yao Qi <yao@codesourcery.com>
8695
8696 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8697 Replace name, low_pc and high_pc with MACRO_AT_func.
8698
8699 2014-11-14 Yao Qi <yao@codesourcery.com>
8700
8701 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8702 produce debug information.
8703 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8704
8705 2014-11-14 Yao Qi <yao@codesourcery.com>
8706
8707 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8708 object and get function length.
8709 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8710 with MACRO_AT_func.
8711 (top-level): Replace gdb_compile and clean_restart with
8712 prepare_for_testing.
8713 * gdb.dwarf2/main.c (main): Add label main_label.
8714
8715 2014-11-14 Yao Qi <yao@codesourcery.com>
8716
8717 * lib/dwarf.exp (function_range): New procedure.
8718 (Dwarf::_handle_macro_at_func): New procedure.
8719 (Dwarf::_handle_macro_at_range): New procedure.
8720 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8721
8722 2014-11-14 Yao Qi <yao@codesourcery.com>
8723
8724 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8725 (_handle_attribute): New procedure.
8726
8727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8728
8729 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8730 * gdb.base/call-sc.c (zed): Likewise.
8731 * gdb.base/checkpoint.c (main): Likewise.
8732 * gdb.base/dump.c (main): Likewise.
8733 * gdb.base/gcore.c (main): Likewise.
8734 * gdb.base/huge.c (main): Likewise.
8735 * gdb.base/multi-forks.c (main): Likewise.
8736 * gdb.base/pr10179-a.c (main): Likewise.
8737 * gdb.base/savedregs.c (main): Likewise.
8738 * gdb.base/sigaltstack.c (main): Likewise.
8739 * gdb.base/siginfo.c (main): Likewise.
8740 * gdb.base/structs.c (zed): Likewise.
8741 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8742 * gdb.mi/mi-syn-frame.c (main): Likewise.
8743 * gdb.mi/until.c (foo, main): Likewise.
8744 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8745 * gdb.base/solib-weak.c (foo): Declare.
8746 * gdb.base/attach-twice.c: Include stdio.h.
8747 * gdb.base/weaklib1.c: Likewise.
8748 * gdb.base/weaklib2.c: Likewise.
8749 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8750 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8751 unistd.h.
8752 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8753 * gdb.mi/mi-exit-code.c: Likewise.
8754 * gdb.base/break-interp-lib.c: Include string.h.
8755 * gdb.base/coremaker.c: Likewise.
8756 * gdb.base/testenv.c: Likewise.
8757 * gdb.python/py-finish-breakpoint.c: Likewise.
8758 * gdb.base/inferior-died.c: Include sys/wait.h.
8759 * gdb.base/fileio.c: Include time.h.
8760 * gdb.base/async-shell.c: Include unistd.h.
8761 * gdb.base/dprintf-non-stop.c: Likewise.
8762 * gdb.base/info-os.c: Likewise.
8763 * gdb.mi/mi-console.c: Likewise.
8764 * gdb.mi/watch-nonstop.c: Likewise.
8765 * gdb.python/py-events.c: Likewise.
8766 * gdb.base/async.c (baz): Move up before its invocation.
8767 * gdb.base/code_elim2.c (my_global_func): Likewise.
8768 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8769 * gdb.base/advance.c (func2): Likewise.
8770
8771 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8772
8773 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8774 variant.
8775 * gdb.base/annota3.c: Likewise.
8776 * gdb.base/async.c: Likewise.
8777 * gdb.base/average.c: Likewise.
8778 * gdb.base/call-ar-st.c: Likewise.
8779 * gdb.base/call-rt-st.c: Likewise.
8780 * gdb.base/call-sc.c: Likewise.
8781 * gdb.base/call-strs.c: Likewise.
8782 * gdb.base/ending-run.c: Likewise.
8783 * gdb.base/execd-prog.c: Likewise.
8784 * gdb.base/exprs.c: Likewise.
8785 * gdb.base/foll-exec.c: Likewise.
8786 * gdb.base/foll-fork.c: Likewise.
8787 * gdb.base/foll-vfork.c: Likewise.
8788 * gdb.base/funcargs.c: Likewise.
8789 * gdb.base/gcore.c: Likewise.
8790 * gdb.base/jump.c: Likewise.
8791 * gdb.base/langs0.c: Likewise.
8792 * gdb.base/langs1.c: Likewise.
8793 * gdb.base/langs2.c: Likewise.
8794 * gdb.base/mips_pro.c: Likewise.
8795 * gdb.base/nodebug.c: Likewise.
8796 * gdb.base/opaque0.c: Likewise.
8797 * gdb.base/opaque1.c: Likewise.
8798 * gdb.base/recurse.c: Likewise.
8799 * gdb.base/run.c: Likewise.
8800 * gdb.base/scope0.c: Likewise.
8801 * gdb.base/scope1.c: Likewise.
8802 * gdb.base/setshow.c: Likewise.
8803 * gdb.base/setvar.c: Likewise.
8804 * gdb.base/shmain.c: Likewise.
8805 * gdb.base/shr1.c: Likewise.
8806 * gdb.base/shr2.c: Likewise.
8807 * gdb.base/sigall.c: Likewise.
8808 * gdb.base/signals.c: Likewise.
8809 * gdb.base/so-indr-cl.c: Likewise.
8810 * gdb.base/solib2.c: Likewise.
8811 * gdb.base/structs.c: Likewise.
8812 * gdb.base/sum.c: Likewise.
8813 * gdb.base/vforked-prog.c: Likewise.
8814 * gdb.base/watchpoint.c: Likewise.
8815 * gdb.reverse/shr2.c: Likewise.
8816 * gdb.reverse/until-reverse.c: Likewise.
8817 * gdb.reverse/ur1.c: Likewise.
8818 * gdb.reverse/watch-reverse.c: Likewise.
8819
8820 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8821
8822 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8823 variant.
8824 * gdb.base/sepdebug.exp: Drop references to removed code.
8825
8826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8827
8828 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8829 variant. Preserve original line numbering.
8830 * gdb.base/list1.c: Likewise.
8831
8832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8833
8834 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8835 variant.
8836 * gdb.base/break1.c: Likewise.
8837 * gdb.base/break.exp: Drop references to removed code.
8838
8839 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8840
8841 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8842 variant.
8843
8844 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8845
8846 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8847
8848 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8849
8850 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8851 logic into perform_all_tests() and invoke it with and without
8852 function header prototypes.
8853 (do_function_calls): Remove conditional XFAIL for PR 5318.
8854 (rerun_and_prepare): Remove duplicate code.
8855 (perform_all_tests): New. Main logic moved here.
8856
8857 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8858
8859 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8860 code guarded by #ifdef NO_PROTOTYPES.
8861 (t_double_many_args): Likewise.
8862 (DEF_FUNC_MANY_ARGS_1): Likewise.
8863 (DEF_FUNC_VALUES_1): Likewise.
8864 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8865 guarded by #ifdef PROTOTYPES.
8866
8867 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8868
8869 * gdb.mi/mi-console.c: Add eye-catcher.
8870 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8871 instead of literal line number.
8872
8873 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8874
8875 * gdb.base/shr2.c: Add eye-catcher.
8876 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8877 line number.
8878
8879 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8880
8881 * gdb.base/jump.c: Add eye-catchers.
8882 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8883 numbers.
8884
8885 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8886
8887 * gdb.base/execd-prog.c: Add eye-catchers.
8888 * gdb.base/foll-exec.c: Likewise.
8889 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8890 line numbers.
8891
8892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8893
8894 * gdb.base/ending-run.c: Add eye-catchers.
8895 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8896 literal line numbers.
8897
8898 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8899
8900 * gdb.base/call-rt-st.c: Add eye-catchers.
8901 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8902 literal line numbers.
8903
8904 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8905
8906 * gdb.base/call-ar-st.c: Add eye-catchers.
8907 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8908 literal line numbers.
8909
8910 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8911
8912 * gdb.base/average.c: Add eye-catchers.
8913 * gdb.base/sum.c: Likewise.
8914 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8915 regexps dynamically.
8916
8917 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8918
8919 * gdb.base/solib1.c: Add eye-catchers.
8920 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8921 literal line numbers.
8922
8923 2014-11-12 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8926 leader has exited.
8927
8928 2014-11-12 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.arch/i386-bp_permanent.c: New file.
8931 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8932 (srcfile): Set to i386-bp_permanent.c.
8933 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8934 that stepi does not execute the 'leave' instruction, instead of
8935 testing it does execute.
8936 * gdb.base/bp-permanent.c: New file.
8937 * gdb.base/bp-permanent.exp: New file.
8938
8939 2014-11-10 Doug Evans <xdje42@gmail.com>
8940
8941 PR symtab/17564
8942 * gdb.base/symtab-search-order.exp: New file.
8943 * gdb.base/symtab-search-order.c: New file.
8944 * gdb.base/symtab-search-order-1.c: New file.
8945 * gdb.base/symtab-search-order-shlib-1.c: New file.
8946
8947 2014-11-07 Pedro Alves <palves@redhat.com>
8948
8949 PR gdb/17511
8950 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8951 i?86-*-linux*.
8952
8953 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8954
8955 PR c++/17494
8956 * gdb.cp/pr17494.cc: New file.
8957 * gdb.cp/pr17494.exp: New file.
8958
8959 2014-11-02 Yao Qi <yao@codesourcery.com>
8960
8961 * gdb.python/python.exp: Get working directory and match the
8962 output of "set extended-prompt \\w " with it.
8963
8964 2014-10-30 Doug Evans <dje@google.com>
8965
8966 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8967 in objfiles.
8968 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8969 in progspaces.
8970
8971 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8972
8973 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8974 * gdb.base/realname-expand.exp: Likewise.
8975 * gdb.linespec/macro-relative.exp: Likewise.
8976
8977 2014-10-29 Pedro Alves <palves@redhat.com>
8978
8979 PR gdb/17408
8980 * gdb.threads/schedlock.c (some_function): New function.
8981 (call_function): New global.
8982 (MAYBE_CALL_SOME_FUNCTION): New macro.
8983 (thread_function): Call it.
8984 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8985 and use it instead of a global counter. Adjust all callers.
8986 (get_current_thread): Use "find current thread" for test message
8987 here rather than having all callers pass down the same string.
8988 (goto_loop): New procedure, factored out from ...
8989 (my_continue): ... this.
8990 (step_ten_loops): Change parameter from test message to command to
8991 use. Adjust.
8992 (list_count): Delete global.
8993 (check_result): New procedure, factored out from duplicate top
8994 level code.
8995 (continue tests): Wrap in with_test_prefix.
8996 (test_step): New procedure, factored out from duplicate top level
8997 code.
8998 (top level): Test "step" in combination with all scheduler-locking
8999 modes. Test "next" in combination with all scheduler-locking
9000 modes, and in combination with stepping over a function call or
9001 not.
9002 * gdb.threads/next-bp-other-thread.c: New file.
9003 * gdb.threads/next-bp-other-thread.exp: New file.
9004
9005 2014-10-29 Pedro Alves <palves@redhat.com>
9006
9007 PR python/17372
9008 * gdb.python/python.exp: Test a multi-line command that spawns
9009 interactive Python.
9010 * gdb.base/multi-line-starts-subshell.exp: New file.
9011
9012 2014-10-29 Yao Qi <yao@codesourcery.com>
9013
9014 * gdb.base/fileio.exp: Make directories on host.
9015
9016 2014-10-29 Yao Qi <yao@codesourcery.com>
9017
9018 * gdb.base/fileio.c (test_write): Close the file.
9019
9020 2014-10-28 Pedro Alves <palves@redhat.com>
9021
9022 PR gdb/12623
9023 * gdb.base/sigstep.c (no_handler): New global.
9024 (main): If 'no_handler is true, set the signal handlers to
9025 SIG_IGN.
9026 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9027 with_sw_watch and no_handler parameters. Handle them.
9028 (top level) <stepping over handler when stopped at a breakpoint
9029 test>: Add a test axis for testing with a software watchpoint, and
9030 another for testing with the signal handler set to SIG_IGN.
9031 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9032 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9033
9034 2014-10-28 Pedro Alves <palves@redhat.com>
9035
9036 PR gdb/17511
9037 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9038 * gdb.base/sigstep.exp (other_handler_location): New global.
9039 (advance): Support stepping into the signal handler, and running
9040 commands while in the handler.
9041 (in_handler_map): New global.
9042 (top level): In the advance test, add combinations for getting
9043 into the handler with stepping commands, and for running commands
9044 in the handler. Add comment descripting the advancei tests.
9045
9046 2014-10-28 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/sigstep.exp: Use build_executable instead of
9049 prepare_for_testing.
9050 (top level): Move code that starts GDB, runs to main and creates a
9051 display to ...
9052 (restart): ... this new procedure.
9053 (top level): Move backtrace from signal handler test to ...
9054 (validate_backtrace): ... this new procedure.
9055 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9056 with_test_prefix. Always restart GDB.
9057 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9058 with_test_prefix. Always restart GDB. No need to delete
9059 breakpoints after the test.
9060 (test_skip_handler): Remove prefix parameter.
9061 (skip_over_handler, breakpoint_to_handler)
9062 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9063 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9064 restart GDB. No need to delete breakpoints after the test.
9065 (top level): Use foreach to call the test procedures with
9066 different commands.
9067
9068 2014-10-28 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9071 instead of GNATS numbers.
9072 * gdb.base/sigbpt.exp: Likewise.
9073 * gdb.base/siginfo.exp: Likewise.
9074 * gdb.base/sigstep.exp: Likewise.
9075
9076 2014-10-27 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.base/sigstep.c (dummy): New global.
9079 (main): Issue a couple writes to the new global.
9080 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9081 procedures.
9082 (skip_over_handler): Use test_skip_handler.
9083 (top level): Call skip_over_handler for stepi and nexti too.
9084 (breakpoint_over_handler): Use test_skip_handler.
9085 (top level): Call breakpoint_over_handler for stepi and nexti too.
9086
9087 2014-10-27 Yao Qi <yao@codesourcery.com>
9088
9089 * gdb.trace/tfile.c (adjust_function_address)
9090 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9091 function descriptor.
9092
9093 2014-10-24 Don Breazeal <donb@codesourcery.com>
9094
9095 * gdb.base/foll-fork.exp (test_follow_fork,
9096 catch_fork_child_follow): Check for updated fork messages emitted
9097 from infrun.c.
9098 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9099 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9100 vfork_and_exec_child_follow_through_step): Check for updated vfork
9101 messages emitted from infrun.c.
9102
9103 2014-10-24 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.base/corefile.exp: Remove references to ultrix.
9106 * gdb.base/interrupt.exp: Likewise.
9107 * gdb.base/whatis.exp: Likewise.
9108 * gdb.gdb/selftest.exp: Likewise.
9109 * gdb.threads/manythreads.exp: Likewise.
9110 * gdb.threads/print-threads.exp: Likewise.
9111 * gdb.threads/pthreads.exp:: Likewise.
9112 * gdb.threads/schedlock.exp: Likewise.
9113
9114 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9115
9116 * gdb.cp/non-trivial-retval.cc: Add a test case.
9117 * gdb.cp/non-trivial-retval.exp: Add a test.
9118
9119 2014-10-20 Yao Qi <yao@codesourcery.com>
9120
9121 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9122 * gdb.python/py-objfile-script-gdb.py: New file.
9123 * gdb.python/py-objfile-script.exp: Update reference to
9124 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9125 of remote_download. Remove the dest file.
9126
9127 2014-10-20 Yao Qi <yao@codesourcery.com>
9128
9129 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9130 * gdb.base/step-line.exp: Likewise.
9131 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9132 * gdb.dwarf2/dw2-basic.exp: Likewise.
9133 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9134 * gdb.dwarf2/dw2-filename.exp: Likewise.
9135 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9136 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9137 * gdb.dwarf2/dw2-producer.exp: Likewise.
9138 * gdb.dwarf2/mac-fileno.exp: Likewise.
9139 * gdb.python/py-frame-args.exp: Likewise.
9140 * gdb.python/py-framefilter.exp: Likewise.
9141 * gdb.python/py-mi.exp: Likewise.
9142 * gdb.python/py-objfile-script.exp: Likewise
9143 * gdb.python/py-pp-integral.exp: Likewise.
9144 * gdb.python/py-pp-re-notag.exp: Likewise.
9145 * gdb.python/py-prettyprint.exp: Likewise.
9146 * gdb.python/py-section-script.exp: Likewise.
9147 * gdb.python/py-typeprint.exp: Likewise.
9148 * gdb.python/py-xmethods.exp: Likewise.
9149 * gdb.stabs/weird.exp: Likewise.
9150 * gdb.xml/tdesc-regs.exp: Likewise.
9151
9152 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9153
9154 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9155 (out_cu): Use addr_len for the size of addresses.
9156 (out_line): Likewise. Size DW_LNE_set_address instruction
9157 according to addr_len.
9158 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9159 (FUNC): Add START_INSNS to definition.
9160
9161 2014-10-18 Yao Qi <yao@codesourcery.com>
9162
9163 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9164 gdb_has_argv0 return true.
9165 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9166 check [target_info exists noargs], check [gdb_has_argv0]
9167 instead.
9168 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9169 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9170 procedures.
9171
9172 2014-10-17 Doug Evans <dje@google.com>
9173
9174 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9175 event.
9176 * gdb.python/py-events.py: Add clear_objfiles event.
9177
9178 2014-10-17 Doug Evans <dje@google.com>
9179
9180 * gdb.python/py-objfile.exp: Test progspace attribute.
9181
9182 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9183
9184 * gdb.guile/scm-breakpoint.exp: Do not assume any
9185 directory separators when matching source file paths.
9186 * gdb.python/py-breakpoint.exp: Likewise.
9187 * gdb.reverse/break-precsave.exp: Likewise.
9188 * gdb.reverse/break-reverse.exp: Likewise.
9189 * gdb.reverse/consecutive-precsave.exp: Likewise.
9190 * gdb.reverse/finish-precsave.exp: Likewise.
9191 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9192 * gdb.reverse/finish-reverse.exp: Likewise.
9193 * gdb.reverse/i386-precsave.exp: Likewise.
9194 * gdb.reverse/i387-env-reverse.exp: Likewise.
9195 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9196 * gdb.reverse/machinestate-precsave.exp: Likewise.
9197 * gdb.reverse/machinestate.exp: Likewise.
9198 * gdb.reverse/sigall-precsave.exp: Likewise.
9199 * gdb.reverse/solib-precsave.exp: Likewise.
9200 * gdb.reverse/step-precsave.exp: Likewise.
9201 * gdb.reverse/until-precsave.exp: Likewise.
9202 * gdb.reverse/watch-precsave.exp: Likewise.
9203 * gdb.reverse/watch-reverse.exp: Likewise.
9204
9205 2014-10-17 Yao Qi <yao@codesourcery.com>
9206
9207 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9208 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9209
9210 2014-10-17 Pedro Alves <palves@redhat.com>
9211
9212 PR gdb/17471
9213 * gdb.base/bg-execution-repeat.c: New file.
9214 * gdb.base/bg-execution-repeat.exp: New file.
9215
9216 2014-10-17 Pedro Alves <palves@redhat.com>
9217
9218 PR gdb/17300
9219 * gdb.base/continue-all-already-running.c: New file.
9220 * gdb.base/continue-all-already-running.exp: New file.
9221
9222 2014-10-17 Pedro Alves <palves@redhat.com>
9223
9224 PR gdb/17472
9225 * gdb.base/annota-input-while-running.c: New file.
9226 * gdb.base/annota-input-while-running.exp: New file.
9227
9228 2014-10-17 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.base/callfuncs.exp: emove references to osf.
9231 * gdb.base/sigall.exp: Likewise.
9232 * gdb.gdb/selftest.exp: Likewise.
9233 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9234 * gdb.mi/non-stop.c: Likewise.
9235 * gdb.mi/pthreads.c: Likewise.
9236 * gdb.reverse/sigall-precsave.exp: Likewise.
9237 * gdb.reverse/sigall-reverse.exp: Likewise.
9238 * gdb.threads/pthreads.c: Likewise.
9239 * gdb.threads/pthreads.exp: Likewise.
9240
9241 2014-10-17 Yao Qi <yao@codesourcery.com>
9242
9243 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9244 check 'target_info exists noargs'.
9245 (test_command_prompt_position): Likewise.
9246 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9247 Remove "set args".
9248 (progvar_simple_while_test): Likewise.
9249 (progvar_complex_if_while_test): Likewise.
9250 (if_while_breakpoint_command_test): Likewise.
9251 (infrun_breakpoint_command_test): Likewise.
9252 (breakpoint_command_test): Likewise.
9253 (watchpoint_command_test): Likewise.
9254 (bp_deleted_in_command_test): Likewise.
9255 (temporary_breakpoint_commands): Likewise.
9256
9257 2014-10-16 Yao Qi <yao@codesourcery.com>
9258
9259 * gdb.base/remotetimeout.exp: Remove noargs checking.
9260
9261 2014-10-15 Pedro Alves <palves@redhat.com>
9262
9263 PR breakpoints/9649
9264 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9265 * gdb.base/breakpoint-in-ro-region.exp
9266 (probe_target_hardware_step): New procedure.
9267 (top level): Probe hardware stepping and hardware breakpoint
9268 support. Test stepping through a read-only region, with both
9269 "breakpoint auto-hw" on and off and both "always-inserted" on and
9270 off.
9271
9272 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9273
9274 * gdb.dlang/demangle.exp: Update for demangling changes.
9275
9276 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9277
9278 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9279 * gdb.cp/non-trivial-retval.exp: Add new tests.
9280
9281 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9282
9283 PR c++/13403
9284 PR c++/15154
9285 * gdb.cp/non-trivial-retval.cc: New file.
9286 * gdb.cp/non-trivial-retval.exp: New file.
9287
9288 2014-10-15 Yao Qi <yao@codesourcery.com>
9289
9290 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9291 remote host.
9292
9293 2014-10-15 Yao Qi <yao@codesourcery.com>
9294
9295 * gdb.python/py-symbol.exp: Match file base name if host is
9296 remote, otherwise match file name with dir name.
9297 * gdb.python/py-symtab.exp: Likewise.
9298 * gdb.python/python.exp: Likewise.
9299
9300 2014-10-15 Yao Qi <yao@codesourcery.com>
9301
9302 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9303 pattern.
9304 * gdb.python/py-symtab.exp: Likewise.
9305 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9306 locationn.
9307
9308 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9309
9310 * gdb.ada/addr_arith: New testcase.
9311
9312 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9313
9314 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9315 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9316 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9317 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9318
9319 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9320
9321 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9322 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9323 * gdb.arch/stap-eval-lang-ada.exp: New file.
9324
9325 2014-10-14 Yao Qi <yao@codesourcery.com>
9326
9327 * gdb.mi/mi-var-child.c (nothing1): New function.
9328 (nothing2): New function.
9329 (do_children_tests): Set function pointers by nothing1 and
9330 nothing2.
9331 * gdb.mi/mi-var-child.exp: Step over new added statements.
9332 Update test to match the new output.
9333 * gdb.mi/var-cmd.c (nothing1): New function.
9334 (nothing2): New function.
9335 (do_children_tests): Set function pointers by nothing1 and
9336 nothing2.
9337 * gdb.mi/mi-var-display.exp: Update test to match output.
9338 Step to the line specified by $line_dct_nothing.
9339 Increase the number of lines to step.
9340
9341 2014-10-14 Yao Qi <yao@codesourcery.com>
9342
9343 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9344 tests.
9345 * gdb.mi/mi2-var-child.exp: Likewise.
9346
9347 2014-10-13 Doug Evans <dje@google.com>
9348
9349 * gdb.python/py-objfile.exp: Change name of file name test.
9350
9351 2014-10-13 Doug Evans <dje@google.com>
9352
9353 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9354 from the start of the CU.
9355
9356 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9357 Yao Qi <yao@codesourcery.com>
9358
9359 Fix "save breakpoints" for "catch" command.
9360 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9361 Remove -nonewline. Match also the added "main" line.
9362
9363 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9364
9365 Fix "save breakpoints" for "disable $bpnum" command.
9366 * gdb.base/save-bp.c (main): Add label.
9367 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9368
9369 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9370
9371 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9372
9373 2014-10-11 Yao Qi <yao@codesourcery.com>
9374
9375 * gdb.server/server-kill.exp: Execute command
9376 "set remote trace-status-packet on" before "tstatus".
9377
9378 2014-10-11 Yao Qi <yao@codesourcery.com>
9379
9380 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9381 (main): Call getppid.
9382 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9383 and continue to it. Read variable "server_pid".
9384
9385 2014-10-11 Yao Qi <yao@codesourcery.com>
9386
9387 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9388
9389 2014-10-11 Yao Qi <yao@codesourcery.com>
9390
9391 * gdb.threads/thread-find.exp: Don't execute command
9392 "info threads".
9393 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9394 * gdb.threads/linux-dp.exp: Don't check the condition
9395 $threads_created equals to zero.
9396
9397 2014-10-10 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.base/bigcore.exp: Remove references to IRIX.
9400 * gdb.base/funcargs.exp: Likewise.
9401 * gdb.base/interrupt.exp: Likewise.
9402 * gdb.base/mips_pro.exp: Likewise.
9403 * gdb.base/nodebug.exp: Likewise.
9404 * gdb.base/setvar.exp: Likewise.
9405 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9406
9407 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9408 Pedro Alves <palves@redhat.com>
9409
9410 PR symtab/14466
9411 * gdb.base/vdso-warning.c: New file.
9412 * gdb.base/vdso-warning.exp: New file.
9413
9414 2014-10-02 Doug Evans <dje@google.com>
9415
9416 * gdb.base/structs.c (main): Don't run forever.
9417
9418 2014-10-02 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9421 (top level) <stop threads 1, stop threads 2>: Use it.
9422
9423 2014-10-02 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.threads/break-while-running.exp (test): Add new
9426 'update_thread_list' argument. Skip "info threads" if false.
9427 (top level): Add new 'update_thread_list' axis.
9428
9429 2014-10-02 Pedro Alves <palves@redhat.com>
9430
9431 PR breakpoints/17431
9432 * gdb.base/execl-update-breakpoints.c: New file.
9433 * gdb.base/execl-update-breakpoints.exp: New file.
9434
9435 2014-10-01 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.base/breakpoint-in-ro-region.c: New file.
9438 * gdb.base/breakpoint-in-ro-region.exp: New file.
9439
9440 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9441
9442 * gdb.mi/mi-exit-code.exp: New file.
9443 * gdb.mi/mi-exit-code.c: New file.
9444
9445 2014-09-30 Yao Qi <yao@codesourcery.com>
9446
9447 * lib/prelink-support.exp (build_executable_own_libs): Error if
9448 the target isn't native.
9449
9450 2014-09-30 Yao Qi <yao@codesourcery.com>
9451
9452 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9453 false.
9454
9455 2014-09-22 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.threads/break-while-running.exp: New file.
9458 * gdb.threads/break-while-running.c: New file.
9459
9460 2014-09-19 Yao Qi <yao@codesourcery.com>
9461
9462 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9463 Invoke test. Restart GDB with --readnow and invoke test again.
9464
9465 2014-09-19 Yao Qi <yao@codesourcery.com>
9466
9467 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9468 proc set_breakpoint_on_gcd_function. Invoke
9469 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9470 invoke set_breakpoint_on_gcd_function again.
9471
9472 2014-09-18 Doug Evans <dje@google.com>
9473
9474 * gdb.dwarf2/symtab-producer.exp: New file.
9475
9476 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9477
9478 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9479 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9480 * gdb.base/global-var-nested-by-dso.c: Likewise.
9481 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9482
9483 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9484 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/watch-bitfields.exp: Pass string other than test file
9487 name to prepare_for_testing.
9488 (watch): New procedure.
9489 (expect_watchpoint): Use with_test_prefix.
9490 (top level): Factor out tests to ...
9491 (test_watch_location, test_regular_watch): ... these new
9492 procedures, and use with_test_prefix and gdb_continue_to_end.
9493
9494 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9495
9496 PR breakpoints/12526
9497 * gdb.base/watch-bitfields.exp: New file.
9498 * gdb.base/watch-bitfields.c: New file.
9499
9500 2014-09-16 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9503 software and hardware addresses, not software address against
9504 itself.
9505
9506 2014-09-16 Pedro Alves <palves@redhat.com>
9507
9508 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9509 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9510
9511 2014-09-16 Pedro Alves <palves@redhat.com>
9512
9513 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9514 files.
9515 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9516 "*-*-vxworks*" throughout.
9517 * gdb.base/break.exp: Likewise.
9518 * gdb.base/default.exp: Likewise.
9519 * gdb.base/scope.exp: Likewise.
9520 * gdb.base/sepdebug.exp: Likewise.
9521 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9522 throughout.
9523 * gdb.base/run.c: Likewise.
9524 * gdb.base/sepdebug.c: Likewise.
9525 * gdb.hp/gdb.aCC/run.c: Likewise.
9526 * gdb.reverse/until-reverse.c: Likewise.
9527 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9528
9529 2014-09-16 Yao Qi <yao@codesourcery.com>
9530
9531 * boards/local-remote-host-native.exp: New file.
9532
9533 2014-09-14 Doug Evans <xdje42@gmail.com>
9534
9535 * gdb.threads/queue-signal.c (thread_count): New variable.
9536 (thread_count_mutex, thread_count_condvar): New variables.
9537 (incr_thread_count, wait_all_threads_running): New functions.
9538 (main): Wait for all threads to be in their thread functions.
9539
9540 2014-09-13 Doug Evans <xdje42@gmail.com>
9541
9542 * gdb.threads/queue-signal.c: New file.
9543 * gdb.threads/queue-signal.exp: New file.
9544
9545 2014-09-13 Doug Evans <xdje42@gmail.com>
9546
9547 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9548 be consistent with what default_gdb_init uses.
9549 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9550 the plain text of the prompt. Add some logging printfs.
9551 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9552
9553 2014-09-12 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9556 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9557 * gdb.arch/i386-size-overlap.exp: Likewise.
9558 * gdb.arch/i386-size.exp: Likewise.
9559 * gdb.arch/i386-unwind.exp: Likewise.
9560 * gdb.base/a2-run.exp: Likewise.
9561 * gdb.base/break.exp: Likewise.
9562 * gdb.base/charset.exp: Likewise.
9563 * gdb.base/chng-syms.exp: Likewise.
9564 * gdb.base/commands.exp: Likewise.
9565 * gdb.base/dbx.exp: Likewise.
9566 * gdb.base/find.exp: Likewise.
9567 * gdb.base/funcargs.exp: Likewise.
9568 * gdb.base/jit-simple.exp: Likewise.
9569 * gdb.base/reread.exp: Likewise.
9570 * gdb.base/sepdebug.exp: Likewise.
9571 * gdb.base/step-bt.exp: Likewise.
9572 * gdb.cp/mb-inline.exp: Likewise.
9573 * gdb.cp/mb-templates.exp: Likewise.
9574 * gdb.objc/basicclass.exp: Likewise.
9575 * gdb.threads/killed.exp: Likewise.
9576
9577 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9578
9579 PR tdep/17379
9580 * gdb.arch/powerpc-stackless.S: New file.
9581 * gdb.arch/powerpc-stackless.exp: New file.
9582
9583 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 * gdb.base/attach.c: Include unistd.h.
9586 (main): Call alarm. Add label postloop.
9587 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9588 gdb_breakpoint, gdb_continue_to_breakpoint.
9589 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9590
9591 2014-09-11 Pedro Alves <palves@redhat.com>
9592
9593 PR gdb/17347
9594 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9595 * gdb.base/attach.exp (test_command_line_attach_run): New
9596 procedure.
9597 (top level): Call it.
9598
9599 2014-09-11 Pedro Alves <palves@redhat.com>
9600
9601 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9602 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9603 (do_command_attach_tests): Use spawn_wait_for_attach.
9604 * gdb.base/solib-overlap.exp: Likewise.
9605 * gdb.multi/multi-attach.exp: Likewise.
9606 * gdb.python/py-prompt.exp: Likewise.
9607 * gdb.python/py-sync-interp.exp: Likewise.
9608 * gdb.server/ext-attach.exp: Likewise.
9609
9610 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9611
9612 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9613 command in testcase. Simplify testcase.
9614
9615 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9616
9617 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9618
9619 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9620
9621 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9622
9623 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9624
9625 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9626
9627 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9628
9629 * gdb.dwarf2/dynarr-ptr.c: New file.
9630 * gdb.dwarf2/dynarr-ptr.exp: New file.
9631
9632 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9633
9634 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9635 of 30 rather than hardcoding 120 for a slow test case. Take the
9636 `gdb,timeout' target setting into account for this calculation.
9637 Don't extend the timeout for the test cases that don't need it.
9638
9639 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9640
9641 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9642 a factor of 2 for a slow test case. Take the `gdb,timeout'
9643 target setting into account for this calculation.
9644 * gdb.reverse/until-precsave.exp: Increase the timeout by
9645 a factor of 15 and 3 respectively rather than adding 120
9646 for a pair of slow test cases. Take the `gdb,timeout'
9647 target setting into account for this calculation.
9648
9649 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9650
9651 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9652 timeout, don't pass one down to gdb_expect.
9653 (gdb_expect): Rework timeout selection.
9654
9655 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9656
9657 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9658 exception on timeout.
9659 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9660 (gdbserver_start_extended): Catch any `gdbserver_start' error
9661 exceptions.
9662 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9663 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9664 `gdbserver_gdb_load' error exceptions.
9665
9666 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9667
9668 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9669 120 on waiting for the TCP socket to open.
9670
9671 2014-09-09 Doug Evans <xdje42@gmail.com>
9672
9673 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9674 _caller_matches, _any_caller_is, _any_caller_matches.
9675
9676 2014-09-09 Doug Evans <xdje42@gmail.com>
9677
9678 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9679
9680 2014-09-09 Yao Qi <yao@codesourcery.com>
9681
9682 * gdb.mi/mi-var-display.exp: Set print symbol off.
9683
9684 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9685
9686 PR gdb/17035
9687 * gdb.base/commands.exp: Add tests to verify user-defined
9688 commands with empty bodies.
9689 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9690 python commands in `show user command`.
9691 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9692 scheme commands in `show user command`.
9693
9694 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9695
9696 PR python/17355
9697 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9698 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9699 * gdb.python/py-framefilter-invalidarg.exp: New file.
9700 * gdb.python/py-framefilter-invalidarg.py: New file.
9701
9702 2014-09-06 Doug Evans <xdje42@gmail.com>
9703
9704 PR 15276
9705 * gdb.python/py-caller-is.c: New file.
9706 * gdb.python/py-caller-is.exp: New file.
9707
9708 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9709
9710 PR gdb/17235
9711 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9712 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9713
9714 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9715
9716 PR fortran/17237
9717 * gdb.fortran/print-formatted.exp: New file.
9718 * gdb.fortran/print-formatted.f90: Likewise.
9719
9720 2014-09-03 Sasha Smundak <asmundak@google.com>
9721
9722 * gdb.python/py-frame.exp: Test Frame.read_register.
9723
9724 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9725
9726 PR python/16699
9727 * gdb.python/py-completion.exp: New file.
9728 * gdb.python/py-completion.py: Likewise.
9729
9730 2014-08-28 Doug Evans <dje@google.com>
9731
9732 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9733 eax,etc. are live with values set by gdb and thus the compiler can't
9734 use them.
9735 * gdb.arch/i386-pseudo.c (main): Ditto.
9736
9737 2014-08-27 Doug Evans <dje@google.com>
9738
9739 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9740
9741 2014-08-25 Doug Evans <dje@google.com>
9742
9743 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9744 (main): Ditto.
9745
9746 2014-08-25 Doug Evans <dje@google.com>
9747
9748 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9749
9750 2014-08-24 Yao Qi <yao@codesourcery.com>
9751
9752 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9753 symbol off.
9754 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9755
9756 2014-08-22 Doug Evans <dje@google.com>
9757
9758 PR 17276
9759 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9760 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9761 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9762
9763 2014-08-22 Yao Qi <yao@codesourcery.com>
9764
9765 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9766 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9767 * gdb.python/python.exp: Likewise. Use .py file on the host
9768 instead of the build.
9769
9770 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.threads/gcore-stale-thread.c: New file.
9773 * gdb.threads/gcore-stale-thread.exp: New file.
9774
9775 2014-08-21 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9778 * gdb.base/gcore-relro-pie.exp: Likewise.
9779 * gdb.base/gcore-relro.exp: Likewise.
9780 * gdb.base/gcore.exp: Likewise.
9781 * gdb.base/print-symbol-loading.exp: Likewise.
9782 * gdb.threads/gcore-thread.exp: Likewise.
9783 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9784
9785 2014-08-20 Pedro Alves <palves@redhat.com>
9786 Jan Kratochvil <jan.kratochvil@redhat.com>
9787
9788 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9789 configure.
9790 (EXPECT): Handle READ1 being set.
9791 (all): Depend on EXTRA_RULES.
9792 (check-read1, expect-read1, read1.so, read1): New rules.
9793 * README (Testsuite Parameters): Document the READ1 make variable.
9794 (Race detection): New section.
9795 * configure: Regenerate.
9796 * configure.ac: If build==host==target, and running under a
9797 GNU/glibc system, add read1 to the extra Makefile rules.
9798 (EXTRA_RULES): AC_SUBST it.
9799 * lib/read1.c: New file.
9800
9801 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9802
9803 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9804 the handling of variables declared as a typedef to an array
9805 which a DW_AT_data_location attribute.
9806
9807 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9808 Pedro Alves <palves@redhat.com>
9809
9810 PR symtab/14604
9811 PR symtab/14605
9812 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9813 gdb_test.
9814
9815 2014-08-19 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9818
9819 2014-08-19 Yao Qi <yao@codesourcery.com>
9820
9821 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9822 right line.
9823
9824 2014-08-18 David Blaikie <dblaikie@gmail.com>
9825
9826 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9827
9828 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9829
9830 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9831 attribute in array range.
9832
9833 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9834
9835 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9836
9837 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9838
9839 PR c++/17132
9840 * gdb.cp/pr17132.cc: New file.
9841 * gdb.cp/pr17132.exp: New file.
9842
9843 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9844
9845 * gdb.python/py-xmethods.py (A_getarrayind)
9846 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9847 Use 'print' with function call syntax.
9848 (E_method_matcher.match): Fix tab vs space indentation mixup.
9849
9850 2014-08-15 Yao Qi <yao@codesourcery.com>
9851
9852 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9853 false.
9854
9855 2014-08-15 Yao Qi <yao@codesourcery.com>
9856
9857 * gdb.cp/casts.exp: Set print symbol off.
9858 * gdb.cp/class2.exp: Likewise.
9859 * gdb.cp/overload.exp: Likewise.
9860 * gdb.cp/templates.exp: Likewise.
9861
9862 2014-08-11 Doug Evans <dje@google.com>
9863
9864 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9865 (test_load_shlib): Update.
9866
9867 2014-08-09 Yao Qi <yao@codesourcery.com>
9868
9869 * gdb.base/display.exp: Invoke is_address_zero_readable.
9870 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9871 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9872 * gdb.base/hbreak-unmapped.exp: Return if
9873 is_address_zero_readable returns true.
9874 * gdb.base/signest.exp: Likewise.
9875 * gdb.base/signull.exp: Likewise.
9876 * gdb.base/sigbpt.exp: Likewise.
9877 * gdb.guile/scm-disasm.exp: Do the test if
9878 is_address_zero_readable returns false.
9879 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9880 * gdb.python/py-arch.exp: Likewise.
9881 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9882 * lib/gdb.exp (is_address_zero_readable): New proc.
9883
9884 2014-08-09 Yao Qi <yao@codesourcery.com>
9885
9886 PR testsuite/13443
9887 * gdb.mi/mi-var-display.exp: Make test messages unique.
9888
9889 2014-08-04 Tom Tromey <tromey@redhat.com>
9890
9891 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9892 target 0".
9893
9894 2014-08-04 Tom Tromey <tromey@redhat.com>
9895
9896 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9897 "target_resume".
9898
9899 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9900
9901 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9902 inner_vla_struct_object_size.
9903 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9904 as xfail.
9905
9906 2014-07-30 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9909 comment.
9910
9911 2014-07-29 Yao Qi <yao@codesourcery.com>
9912
9913 PR gdb/17206
9914 * gdb.base/until-nodebug.exp: New.
9915
9916 2014-07-28 Doug Evans <xdje42@gmail.com>
9917
9918 PR guile/17203
9919 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9920 previously existing parameter, and previously ambiguously spelled
9921 parameter.
9922
9923 2014-07-28 Will Newton <will.newton@linaro.org>
9924
9925 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9926
9927 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9928 Doug Evans <xdje42@gmail.com>
9929
9930 PR guile/17146
9931 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9932
9933 2014-07-25 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.threads/signal-command-handle-nopass.c: New file.
9936 * gdb.threads/signal-command-handle-nopass.exp: New file.
9937 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9938 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9939 * gdb.threads/signal-delivered-right-thread.c: New file.
9940 * gdb.threads/signal-delivered-right-thread.exp: New file.
9941
9942 2014-07-25 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.base/double-prompt-target-event-error.exp
9945 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9946 match.
9947 (cancel_pagination_in_target_event): Rework double prompt
9948 detection.
9949 * gdb.base/paginate-after-ctrl-c-running.exp
9950 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9951 <return>' match.
9952 * gdb.base/paginate-bg-execution.exp
9953 (test_bg_execution_pagination_return)
9954 (test_bg_execution_pagination_cancel): Remove '-notransfer
9955 <return>' matches.
9956 * gdb.base/paginate-execution-startup.exp
9957 (test_fg_execution_pagination_return)
9958 (test_fg_execution_pagination_cancel): Remove '-notransfer
9959 <return>' matches.
9960 * gdb.base/paginate-inferior-exit.exp
9961 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9962 match.
9963 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9964 * lib/gdb.exp (pagination_prompt): Run text through
9965 string_to_regexp.
9966 (gdb_test_multiple): Match $pagination_prompt instead of
9967 "<return>".
9968 (string_to_regexp): Move to lib/gdb-utils.exp.
9969
9970 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9971
9972 * gdb.arch/amd64-entry-value-paramref.S: New file.
9973 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9974 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9975 * gdb.arch/amd64-optimout-repeat.S: New file.
9976 * gdb.arch/amd64-optimout-repeat.c: New file.
9977 * gdb.arch/amd64-optimout-repeat.exp: New file.
9978
9979 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9980
9981 PR gdb/17170
9982 * gdb.base/statistics.exp: New file.
9983
9984 2014-07-17 Doug Evans <dje@google.com>
9985
9986 PR gdb/17170
9987 * gdb.base/maint.exp: Update testing of per-command stats.
9988
9989 2014-07-16 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9992 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9993 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9994 (tfile_write_buf): New functions.
9995 (add_memory_block): Rewrite using the above.
9996 (adjust_function_address): New function.
9997 (FUNCTION_ADDRESS): New macro.
9998 (write_basic_trace_file): Remove short_x local, and use
9999 tfile_write_16. Change type of func_addr local to unsigned long
10000 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10001 here. Cast argument of add_memory_block to char pointer.
10002 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10003 (main): Remove parameters.
10004 * gdb.trace/tfile.exp: Remove nowarnings.
10005
10006 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10007
10008 * gdb.base/debug-expr.exp: Test string evaluation with
10009 "debug expression" on.
10010
10011 2014-07-15 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.base/reread.exp: Use clean_restart.
10014
10015 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10016
10017 * gdb.arch/avr-flash-qualifer.c: New.
10018 * gdb.arch/avr-flash-qualifer.exp: New.
10019
10020 2014-07-14 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10023 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10024
10025 2014-07-14 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.base/double-prompt-target-event-error.c: New file.
10028 * gdb.base/double-prompt-target-event-error.exp: New file.
10029
10030 2014-07-14 Pedro Alves <palves@redhat.com>
10031
10032 PR gdb/17072
10033 * gdb.base/paginate-inferior-exit.c: New file.
10034 * gdb.base/paginate-inferior-exit.exp: New file.
10035
10036 2014-07-14 Pedro Alves <palves@redhat.com>
10037
10038 PR gdb/17072
10039 * gdb.base/paginate-bg-execution.c: New file.
10040 * gdb.base/paginate-bg-execution.exp: New file.
10041
10042 2014-07-14 Pedro Alves <palves@redhat.com>
10043
10044 PR gdb/17072
10045 * gdb.base/paginate-execution-startup.c: New file.
10046 * gdb.base/paginate-execution-startup.exp: New file.
10047 * lib/gdb.exp (pagination_prompt): New global.
10048 (default_gdb_spawn): New procedure, factored out from
10049 default_gdb_spawn.
10050 (default_gdb_start): Adjust to call default_gdb_spawn.
10051 (gdb_spawn): New procedure.
10052
10053 2014-07-14 Pedro Alves <palves@redhat.com>
10054
10055 * lib/gdb.exp (gdb_assert): New procedure.
10056 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10057
10058 2014-07-14 Pedro Alves <palves@redhat.com>
10059
10060 * gdb.base/execution-termios.c: New file.
10061 * gdb.base/execution-termios.exp: New file.
10062
10063 2014-07-14 Tom Tromey <tromey@redhat.com>
10064
10065 * gdb.cp/vla-cxx.cc: New file.
10066 * gdb.cp/vla-cxx.exp: New file.
10067
10068 2014-07-14 Tom Tromey <tromey@redhat.com>
10069
10070 * gdb.reverse/rerun-prec.c: New file.
10071 * gdb.reverse/rerun-prec.exp: New file.
10072
10073 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10074 Maciej W. Rozycki <macro@codesourcery.com>
10075
10076 * lib/gdb-utils.exp: New file.
10077 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10078 inline `gdb_init_command' processing.
10079 (gdb_start_cmd): Likewise.
10080 * lib/mi-support.exp (mi_run_cmd): Likewise.
10081 * README: Document `gdb_init_command' and `gdb_init_commands'.
10082
10083 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10084
10085 Fix false FAIL running under a very long directory name.
10086 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10087 and "set print elements 10000". Twice.
10088
10089 2014-07-11 Yao Qi <yao@codesourcery.com>
10090
10091 * gdb.base/exprs.exp: "set print symbol off".
10092
10093 2014-07-11 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.threads/kill.c: New file.
10096 * gdb.threads/kill.exp: New file.
10097
10098 2014-07-10 Yao Qi <yao@codesourcery.com>
10099
10100 * gdb.trace/tfile.c (write_basic_trace_file)
10101 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10102 address written to trace file.
10103
10104 2014-07-09 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.base/attach-wait-input.exp: New file.
10107 * gdb.base/attach-wait-input.c: New file.
10108
10109 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10110
10111 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10112 setting up test structures.
10113 (main): Call new test function.
10114 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10115 test function, continue into test function and walk test
10116 structures.
10117
10118 2014-07-02 Yao Qi <yao@codesourcery.com>
10119
10120 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10121 'bar_start' at the beginning of functions 'foo' and 'bar'
10122 respectively.
10123 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10124 instead of 'foo' and 'bar'.
10125
10126 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10127
10128 * gdb.btrace/segv.exp: New.
10129 * gdb.btrace/segv.c: New.
10130
10131 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10132
10133 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10134 instruction.
10135
10136 2014-06-30 Mark Wielaard <mjw@redhat.com>
10137
10138 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10139 vulture, vilify, villar): New volatile array constants.
10140 (vindictive, vegetation): New const volatile array constants.
10141 * gdb.base/volatile.exp: Test volatile and const volatile array
10142 types.
10143
10144 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10145
10146 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10147 target lacks support for awatch, rwatch, or hbreak.
10148
10149 2014-06-27 Yao Qi <yao@codesourcery.com>
10150
10151 * gdb.multi/dummy-frame-restore.exp: New.
10152 * gdb.multi/dummy-frame-restore.c: New.
10153
10154 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10155
10156 * gdb.btrace/gcore.exp: New.
10157
10158 2014-06-23 Pedro Alves <palves@redhat.com>
10159
10160 * gdb.base/watchpoint-reuse-slot.c: New file.
10161 * gdb.base/watchpoint-reuse-slot.exp: New file.
10162
10163 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10164
10165 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10166 progspace's filename in 'info', 'enable' and 'disable' command
10167 tests.
10168
10169 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10170
10171 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10172 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10173 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10174
10175 2014-06-20 Gary Benson <gbenson@redhat.com>
10176
10177 * gdb.arch/i386-avx.exp: Fix include file location.
10178 * gdb.arch/i386-sse.exp: Likewise.
10179
10180 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10181
10182 * gdb.dlang/expression.exp: New file.
10183
10184 2014-06-19 Pedro Alves <palves@redhat.com>
10185
10186 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10187 out from ...
10188 (top level): ... here. Iterate running tests under different
10189 scheduler-locking settings.
10190
10191 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10192
10193 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10194 to DW_FORM_addr and use non-zero addresses.
10195
10196 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10197
10198 PR gdb/17017
10199 * gdb.python/py-xmethods.cc: Add global function call counters and
10200 increment them in their respective functions. Remove "cout"
10201 statements.
10202 * gdb.python/py-xmethods.exp: Make tests check the global function
10203 call counters instead of depending on inferior IO.
10204
10205 2014-06-18 Don Breazeal <donb@codesourcery.com>
10206
10207 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10208 Deleted procedure.
10209 (explicit_fork_parent_follow): Deleted procedure.
10210 (explicit_fork_child_follow): Deleted procedure.
10211 (test_follow_fork): New procedure.
10212 (do_fork_tests): Replace calls to deleted procedures with
10213 calls to test_follow_fork and reset GDB for subsequent
10214 procedure calls.
10215
10216 2014-06-17 Yao Qi <yao@codesourcery.com>
10217
10218 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10219 CP1252.
10220
10221 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10222
10223 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10224 Initialize ptr and S explicitly.
10225 (skip_type_update_when_not_use_rtti_test): Likewise.
10226
10227 2014-06-16 Keith Seitz <keiths@redhat.com>
10228
10229 PR mi/15863
10230 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10231 the inferior is started.
10232
10233 2014-06-16 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.base/break-main-file-remove-fail.c: New file.
10236 * gdb.base/break-main-file-remove-fail.exp: New file.
10237 * gdb.base/break-unload-file.exp: Use build_executable instead of
10238 prepare_for_testing.
10239 (test_break): New parameter "initial_load". Handle it.
10240 (top level): Add initial_load cmdline/file axis.
10241
10242 2014-06-12 Tom Tromey <tromey@redhat.com>
10243
10244 * gdb.base/completion.exp: Don't use directory name in test.
10245
10246 2014-06-09 Gary Benson <gbenson@redhat.com>
10247
10248 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10249 separate the always-available ANSI-standard signals from the
10250 signals that require checking.
10251 (main): Likewise.
10252 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10253 Likewise.
10254 (main): Likewise.
10255
10256 2014-06-07 Keith Seitz <keiths@redhat.com>
10257
10258 Revert:
10259 PR c++/16253
10260 * gdb.cp/var-tag.cc: New file.
10261 * gdb.cp/var-tag.exp: New file.
10262 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10263 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10264 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10265 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10266
10267 2014-06-06 Doug Evans <xdje42@gmail.com>
10268
10269 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10270
10271 2014-06-06 Pedro Alves <palves@redhat.com>
10272
10273 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10274 in target debug output instead of looking at RSP packets,
10275 disabling the test on any target that uses hardware stepping.
10276 Update comments.
10277
10278 2014-06-06 Pedro Alves <palves@redhat.com>
10279
10280 * gdb.base/break-unload-file.exp: Fix typo.
10281
10282 2014-06-06 Yao Qi <yao@codesourcery.com>
10283
10284 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10285 from "jit_function" to "^jit_function".
10286
10287 2014-06-06 Yao Qi <yao@codesourcery.com>
10288
10289 * gdb.base/async.c (foo): Add one statement.
10290 * gdb.base/async.exp: Get the next instruction address and
10291 match the output of "nexti" by instruction address. Match
10292 the hex address in the output of "finish".
10293
10294 2014-06-06 Gary Benson <gbenson@redhat.com>
10295
10296 * gdb.base/call-signals.c: Remove preprocessor conditionals
10297 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10298 SIGSEGV and SIGTERM.
10299 * gdb.base/sigall.c: Likewise.
10300 * gdb.base/unwindonsignal.c: Likewise.
10301 * gdb.reverse/sigall-reverse.c: Likewise.
10302
10303 2014-06-06 Yao Qi <yao@codesourcery.com>
10304
10305 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10306 readable, skip the test.
10307
10308 2014-06-06 Yao Qi <yao@codesourcery.com>
10309
10310 * gdb.threads/staticthreads.c (thread_function): Move the line
10311 setting breakpoint on forward.
10312 * gdb.threads/staticthreads.exp: Update comments.
10313
10314 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10315
10316 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10317 "history-append! type error".
10318
10319 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10320
10321 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10322 erroneous dprintf expected input.
10323
10324 2014-06-04 Doug Evans <xdje42@gmail.com>
10325
10326 * gdb.guile/scm-generics.exp: Delete.
10327
10328 2014-06-04 Doug Evans <xdje42@gmail.com>
10329
10330 * gdb.guile/scm-breakpoint.exp: Update.
10331 Add tests for breakpoint registration.
10332
10333 2014-06-04 Tom Tromey <tromey@redhat.com>
10334
10335 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10336 VLA-in-union.
10337 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10338 inner_vla_struct, vla_union types. Initialize objects of those
10339 types and compute their sizes.
10340
10341 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10342 Hui Zhu <hui@codesourcery.com>
10343
10344 * gdb.base/fileio.exp: Add test for shell not available as well as
10345 available.
10346 * gdb.base/fileio.c (test_system): Check for shell twice.
10347
10348 2014-06-04 Yao Qi <yao@codesourcery.com>
10349
10350 * gdb.base/auto-connect-native-target.exp: Remove redundant
10351 space from the regexp pattern.
10352
10353 2014-06-04 Yao Qi <yao@codesourcery.com>
10354
10355 * gdb.base/default.exp: Replace "child" with "native" in
10356 regexp pattern.
10357
10358 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10359
10360 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10361 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10362 * gdb.python/py-xmethods.py: Python script supporting the
10363 new testcase and tests.
10364
10365 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10366 Pedro Alves <palves@redhat.com>
10367
10368 PR breakpoints/17000
10369 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10370 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10371
10372 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10373
10374 * gdb.base/subst.exp: Add tests to verify partial path matching
10375 output.
10376
10377 2014-06-03 Pedro Alves <palves@redhat.com>
10378
10379 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10380 target that doesn't use software single-stepping.
10381
10382 2014-06-03 Pedro Alves <palves@redhat.com>
10383
10384 PR breakpoints/17000
10385 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10386 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10387
10388 2014-06-02 Doug Evans <xdje42@gmail.com>
10389
10390 * gdb.guile/scm-parameter.exp: New file.
10391
10392 2014-06-02 Doug Evans <xdje42@gmail.com>
10393
10394 * gdb.guile/scm-cmd.c: New file.
10395 * gdb.guile/scm-cmd.exp: New file.
10396
10397 2014-06-02 Doug Evans <xdje42@gmail.com>
10398
10399 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10400 pretty-printer lookup.
10401 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10402 (make-pp_s-printer): Call it.
10403 (make-pretty-printer-from-dict): New function.
10404 (lookup-pretty-printer-maker-from-dict): New function.
10405 (*pretty-printer*): Simplify.
10406 (make-objfile-pp_s-printer): New function.
10407 (install-objfile-pretty-printers!): New function.
10408 (make-progspace-pp_s-printer): New function.
10409 (install-progspace-pretty-printers!): New function.
10410 * gdb.guile/scm-progspace.c: New file.
10411 * gdb.guile/scm-progspace.exp: New file.
10412
10413 2014-06-02 Pedro Alves <palves@redhat.com>
10414
10415 * gdb.base/dprintf-bp-same-addr.c: New file.
10416 * gdb.base/dprintf-bp-same-addr.exp: New file.
10417
10418 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10419
10420 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10421 * gdb.arch/powerpc-power.s: Likewise.
10422
10423 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10424
10425 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10426
10427 2014-06-01 Yao Qi <yao@codesourcery.com>
10428
10429 * gdb.base/watchpoint.exp (test_watch_location): Check null
10430 pointer can be dereferenced. If not, do the test, otherwise
10431 skip it.
10432
10433 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10434
10435 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10436 results.
10437 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10438
10439 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10440
10441 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10442 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10443 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10444 * gdb.arch/amd64-invalid-stack-top.c: New file.
10445 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10446
10447 2014-05-30 Pedro Alves <palves@redhat.com>
10448
10449 PR breakpoints/17000
10450 * gdb.base/sss-bp-on-user-bp.c: New file.
10451 * gdb.base/sss-bp-on-user-bp.exp: New file.
10452
10453 2014-05-30 David Blaikie <dblaikie@gmail.com>
10454
10455 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10456 gnu_inline semantics via attribute.
10457 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10458 source explicitly specifies the required semantics.
10459
10460 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10461
10462 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10463
10464 2014-05-29 Pedro Alves <palves@redhat.com>
10465 Tom Tromey <tromey@redhat.com>
10466
10467 * gdb.base/async-shell.exp: Don't enable target-async.
10468 * gdb.base/async.exp
10469 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10470 parameter. Adjust.
10471 (top level): Don't test with "target-async".
10472 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10473 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10474 * gdb.base/inferior-died.exp: Don't enable target-async.
10475 * gdb.base/interrupt-noterm.exp: Likewise.
10476 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10477 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10478 * gdb.mi/mi-nonstop.exp: Likewise.
10479 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10480 * gdb.mi/mi-nsintrall.exp: Likewise.
10481 * gdb.mi/mi-nsmoribund.exp: Likewise.
10482 * gdb.mi/mi-nsthrexec.exp: Likewise.
10483 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10484 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10485 * gdb.python/py-evsignal.exp: Don't enable target-async.
10486 * gdb.python/py-evthreads.exp: Likewise.
10487 * gdb.python/py-prompt.exp: Likewise.
10488 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10489 * gdb.server/solib-list.exp: Don't enable target-async.
10490 * gdb.threads/thread-specific-bp.exp: Likewise.
10491 * lib/mi-support.exp: Adjust to use mi-async.
10492
10493 2014-05-29 Pedro Alves <palves@redhat.com>
10494
10495 PR gdb/13860
10496 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10497 reason, even in sync mode.
10498
10499 2014-05-29 Pedro Alves <palves@redhat.com>
10500 Hui Zhu <hui@codesourcery.com>
10501
10502 PR PR15693
10503 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10504 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10505 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10506 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10507
10508 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10509
10510 * config/monitor.exp (gdb_target_monitor): Replace use of
10511 "set remotebaud" by "set serial baud".
10512
10513 2014-05-26 Andy Wingo <wingo@igalia.com>
10514
10515 * gdb.guile/scm-breakpoint.exp:
10516 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10517 properties instead of gdb-object-properties.
10518
10519 2014-05-26 Yao Qi <yao@codesourcery.com>
10520
10521 * gdb.server/no-thread-db.exp: Specify source file name
10522 explicitly when setting a breakpoint.
10523
10524 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10525
10526 * gdb.btrace/vdso.c: New.
10527 * gdb.btrace/vdso.exp: New.
10528
10529 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10530
10531 * gdb.base/gcore.exp (capture_command_output): Move ...
10532 * lib/gdb.exp (capture_command_output): ... here.
10533
10534 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10535
10536 * gdb.btrace/data.exp: Test memory access during btrace replay.
10537
10538 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10539
10540 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10541
10542 2014-05-21 Pedro Alves <palves@redhat.com>
10543
10544 PR gdb/13860
10545 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10546 (top level): Test that output related to execution commands is
10547 sent to the console with CLI commands, but not with MI commands.
10548 Test that breakpoint events are always mirrored to the console.
10549 Also expect the new source line to be output after a "next" in
10550 async mode too. Make it a pass/fail test.
10551 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10552 output.
10553 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10554
10555 2014-05-21 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10558 Use them to test variations of "list" after reaching a breakpoint.
10559 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10560 Test "list" with listsize 10 after reaching a breakpoint.
10561 * gdb.python/python.exp (decode_line current location line
10562 number): Adjust expected line number.
10563
10564 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10565
10566 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10567 behavior for $args, pass it directly to "run".
10568
10569 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10570
10571 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10572 30000 to 65536.
10573
10574 2014-05-21 Pedro Alves <palves@redhat.com>
10575
10576 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10577 auto-connect-native-target off".
10578 * gdb.base/auto-connect-native-target.c: New file.
10579 * gdb.base/auto-connect-native-target.exp: New file.
10580
10581 2014-05-21 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/default.exp: Test "target native" instead of "target
10584 child".
10585
10586 2014-05-21 Mark Wielaard <mjw@redhat.com>
10587
10588 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10589
10590 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10591
10592 Fix TLS access for -static -pthread.
10593 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10594 <HAVE_TLS> (thread_function, main): Initialize it.
10595 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10596 Add clean_restart.
10597 <$have_tls != "">: Check TLSVAR.
10598
10599 2014-05-21 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.base/dcache-line-read-error.c: New.
10602 * gdb.base/dcache-line-read-error.exp: New.
10603
10604 2014-05-20 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/compare-sections.c: New file.
10607 * gdb.base/compare-sections.exp: New file.
10608
10609 2014-05-20 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/break-idempotent.c: New file.
10612 * gdb.base/break-idempotent.exp: New file.
10613
10614 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10615
10616 * gdb.btrace/nohist.exp: New.
10617
10618 2014-05-20 Yao Qi <yao@codesourcery.com>
10619
10620 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10621 gdb.reverse directory and gdb_reverse_timeout exists in board
10622 setting.
10623 * README: Document gdb_reverse_timeout.
10624
10625 2014-05-20 Yao Qi <yao@codesourcery.com>
10626
10627 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10628 'test_file_name'. Treat args as a string instead of a list.
10629 (gdb_init): Rename argument 'args' by 'test_file_name'.
10630
10631 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10632
10633 * gdb.arch/powerpc-power.exp: New file.
10634 * gdb.arch/powerpc-power.s: New file.
10635
10636 2014-05-16 Doug Evans <dje@google.com>
10637
10638 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10639 * gdb.base/completion.exp: Check that all expected files exist
10640 before doing file completion.
10641
10642 2014-05-16 Doug Evans <dje@google.com>
10643
10644 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10645 Update.
10646 (do_syscall_tests_without_xml): Update.
10647
10648 2014-05-16 Pedro Alves <palves@redhat.com>
10649
10650 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10651 instead of "unknown output after running".
10652
10653 2014-05-16 Yao Qi <yao@codesourcery.com>
10654
10655 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10656 file1.txt from host at the end.
10657 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10658
10659 2014-05-15 Doug Evans <dje@google.com>
10660
10661 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10662 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10663 loading file. Add test for TU lookup.
10664
10665 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10666
10667 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10668 calling "-exec-arguments" or "set args" before running the
10669 inferior.
10670
10671 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10672
10673 * lib/mi-support.exp (mi_expect_stop): Expect message for
10674 inferiors that exit with non-zero exit code.
10675
10676 2014-05-14 Yao Qi <yao@codesourcery.com>
10677
10678 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10679 match absolute path on remote host.
10680 (test_file_list_exec_source_files): Remove "/" from the
10681 pattern.
10682
10683 2014-05-14 Yao Qi <yao@codesourcery.com>
10684
10685 * boards/local-remote-host-notty.exp (${board}_file): New
10686 proc.
10687
10688 2014-05-07 Kyle McMartin <kyle@redhat.com>
10689
10690 Pushed by Joel Brobecker <brobecker@adacore.com>.
10691 * gdb.arch/aarch64-atomic-inst.c: New file.
10692 * gdb.arch/aarch64-atomic-inst.exp: New file.
10693
10694 2014-05-07 Yao Qi <yao@codesourcery.com>
10695
10696 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10697 in current context" too.
10698
10699 2014-05-05 Keith Seitz <keiths@redhat.com>
10700
10701 * gdb.linespec/ls-dollar.exp: Add test for linespec
10702 file:convenience_variable.
10703
10704 2014-05-05 Yao Qi <yao@codesourcery.com>
10705
10706 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10707 traceframes into tfile and ctf trace files. Read data from
10708 trace file and test collected data.
10709 (gdb_collect_locals_test): Likewise.
10710 (gdb_unavailable_registers_test): Likewise.
10711 (gdb_unavailable_floats): Likewise.
10712 (gdb_collect_globals_test): Likewise.
10713 (top-level): Append "ctf" to trace_file_targets if GDB
10714 supports.
10715
10716 2014-05-05 Yao Qi <yao@codesourcery.com>
10717
10718 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10719 code to ...
10720 (gdb_collect_args_test_1): ... it. New proc.
10721 (gdb_collect_locals_test): Move some code to ...
10722 (gdb_collect_locals_test_1): ... it. New proc.
10723 (gdb_unavailable_registers_test): Move some code to ...
10724 (gdb_unavailable_registers_test_1): ... it. New proc.
10725 (gdb_unavailable_floats): Move some code to ...
10726 (gdb_unavailable_floats_1): ... it. New proc.
10727
10728 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10729
10730 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10731 probes to test for bitness recognition.
10732 * gdb.arch/amd64-stap-optional-prefix.exp
10733 (test_probe_value_without_reg): New procedure.
10734 Add code to test for different kinds of bitness.
10735
10736 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10737
10738 PR breakpoints/16889
10739 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10740 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10741
10742 2014-05-01 Pedro Alves <palves@redhat.com>
10743
10744 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10745 gdb_file_cmd if no file is specified.
10746 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10747 last_loaded_file to set the remote exec-file.
10748
10749 2014-05-01 Pedro Alves <palves@redhat.com>
10750
10751 * boards/local-remote-host.exp: New file.
10752
10753 2014-05-01 Pedro Alves <palves@redhat.com>
10754
10755 * boards/local-remote-host.exp: Rename to ...
10756 * boards/local-remote-host-notty.exp: ... this.
10757
10758 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10759
10760 * gdb.ada/dyn_arrayidx: New testcase.
10761
10762 2014-04-26 Yao Qi <yao@codesourcery.com>
10763
10764 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10765 and compute the length of function main. Save it in
10766 $main_length.
10767 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10768 (top-level): Use gdb_compile to compile objects into
10769 executable and restart GDB. Remove invocation to
10770 prepare_for_testing.
10771
10772 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10773 Pedro Alves <palves@redhat.com>
10774
10775 PR server/16255
10776 * gdb.multi/multi-attach.c: New file.
10777 * gdb.multi/multi-attach.exp: New file.
10778
10779 2014-04-25 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10782 user.
10783 (top level): Test that "set remote conditional-breakpoints-packet
10784 off" works as intended.
10785 * gdb.base/dprintf.exp: Test that "set remote
10786 breakpoint-commands-packet off" works as intended.
10787 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10788 New function.
10789 (top level): Call it.
10790 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10791 remote fast-tracepoints-packet off" works as intended.
10792 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10793 * lib/gdb.exp (gdb_is_target_remote): ... here.
10794
10795 2014-04-24 David Blaikie <dblaikie@gmail.com>
10796
10797 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10798 ensure clang would not discard them.
10799 * gdb.base/gdbvars.c: Ditto.
10800 * gdb.base/memattr.c: Ditto.
10801 * gdb.base/whatis.c: Ditto.
10802 * gdb.python/py-prettyprint.c: Ditto.
10803 * gdb.trace/actions.c: Ditto.
10804 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10805 ensure clang would not discard it.
10806
10807 2014-04-24 David Blaikie <dblaikie@gmail.com>
10808
10809 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10810 clang to emit the full definition of type required by the test
10811 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10812
10813 2014-04-24 David Blaikie <dblaikie@gmail.com>
10814
10815 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10816 coax Clang into emitting the definition of the type.
10817 * gdb.cp/pr10728-x.h (y): Ditto.
10818 * gdb.cp/pr10728-y.cc (y): Ditto.
10819
10820 2014-04-24 David Blaikie <dblaikie@gmail.com>
10821
10822 * gdb.base/label.exp: XFAIL label related tests under Clang.
10823 * gdb.cp/cplabel.exp: Ditto.
10824 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10825 under Clang those using labels.
10826
10827 2014-04-25 Yao Qi <yao@codesourcery.com>
10828
10829 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10830 double_label.
10831 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10832 partial_label and double_label.
10833
10834 2014-04-24 David Blaikie <dblaikie@gmail.com>
10835
10836 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10837
10838 2014-04-24 David Blaikie <dblaikie@gmail.com>
10839
10840 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10841 of the function to work across GCC and Clang.
10842 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10843 pointer types (const void ** const V void **).
10844
10845 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10846 Walfred Tedeschi <walfred.tedeschi@intel.com>
10847
10848 * Makefile.in (EXECUTABLES): Added i386-avx512.
10849 * gdb.arch/i386-avx512.c: New file.
10850 * gdb.arch/i386-avx512.exp: Likewise.
10851
10852 2014-04-23 Keith Seitz <keiths@redhat.com>
10853
10854 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10855 (mi_make_breakpoint_table): New procedure.
10856 (mi_create_breakpoint): Use mi_make_breakpoint
10857 and return the result.
10858 (mi_make_breakpoint): New procedure.
10859 (mi_build_kv_pairs): New procedure.
10860
10861 * gdb.mi/mi-break.exp: Remove unused globals,
10862 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10863 All callers updated.
10864 * gdb.mi/mi-dprintf.exp: Use variable to track command
10865 number.
10866 Update all callers of mi_create_breakpoint and use
10867 mi_make_breakpoint_table.
10868 Remove any unused global variables.
10869 * gdb.mi/mi-nonstop.exp: Likewise.
10870 * gdb.mi/mi-nsintrall.exp: Likewise.
10871 * gdb.mi/mi-nsmoribund.exp: Likewise.
10872 * gdb.mi/mi-nsthrexec.exp: Likewise.
10873 * gdb.mi/mi-reverse.exp: Likewise.
10874 * gdb.mi/mi-simplerun.exp: Likewise.
10875 * gdb.mi/mi-stepn.exp: Likewise.
10876 * gdb.mi/mi-syn-frame.exp: Likewise.
10877 * gdb.mi/mi-until.exp: Likewise.
10878 * gdb.mi/mi-var-cp.exp: Likewise.
10879 * gdb.mi/mi-var-display.exp: Likewise.
10880 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10881 * gdb.mi/mi2-var-child.exp: Likewise.
10882 * gdb.mi/mi-vla-c99.exp: Likewise.
10883 * lib/mi-support.exp: Likewise.
10884
10885 From Ian Lance Taylor <iant@cygnus.com>:
10886 * lib/gdb.exp (parse_args): New procedure.
10887
10888 2014-04-23 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.base/break-unload-file.c: New file.
10891 * gdb.base/break-unload-file.exp: New file.
10892 * gdb.base/sym-file-lib.c (baz): New function.
10893 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10894 field.
10895 (load): Store the segment's mapped size.
10896 (unload): New function.
10897 (unload_shlib): New function.
10898 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10899 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10900 set a breakpoint at baz, and call it.
10901 * gdb.base/sym-file.exp: New tests for stale breakpoint
10902 instructions.
10903
10904 2014-04-23 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10907 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10908 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10909 * gdb.base/hbreak-unmapped.c: New file.
10910 * gdb.base/hbreak-unmapped.exp: New file.
10911 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10912 * lib/gdb.exp (gdb_is_target_remote): ... here.
10913
10914 2014-04-22 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/consecutive-step-over.c: New file.
10917 * gdb.base/consecutive-step-over.exp: New file.
10918
10919 2014-04-22 Pedro Alves <palves@redhat.com>
10920
10921 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10922 instead of send_gdb/gdb_expect.
10923
10924 2014-04-22 Yao Qi <yao@codesourcery.com>
10925
10926 * lib/trace-support.exp (generate_tracefile): New procedure.
10927 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10928 return 0.
10929 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10930 if generate_tracefile returns 1.
10931
10932 2014-04-18 Tom Tromey <palves@redhat.com>
10933 Pedro alves <tromey@redhat.com>
10934
10935 PR backtrace/15558
10936 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10937 with a backtrace limit.
10938 * gdb.python/py-frame-inline.exp: Test running to an inline
10939 function with a backtrace limit, and printing the newest frame.
10940 * gdb.python/py-frame-inline.c (main): Call f.
10941
10942 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10943
10944 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10945
10946 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10947
10948 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10949 Drop prefix from unsupported source file path.
10950
10951 2014-04-17 Yao Qi <yao@codesourcery.com>
10952
10953 * lib/gdb.exp (with_target_charset): New proc.
10954 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10955 with_target_charset.
10956 (test_print_strings): Likewise.
10957 (test_repeat_bytes): Likewise.
10958 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10959 for some tests.
10960
10961 2014-04-16 Keith Seitz <keiths@redhat.com>
10962
10963 PR gdb/15827
10964 * gdb.dwarf2/corrupt.c: New file.
10965 * gdb.dwarf2/corrupt.exp: New file.
10966
10967 2014-04-16 Keith Seitz <keiths@redhat.com>
10968
10969 PR c++/16597
10970 * gdb.cp/namelessclass.cc: New file.
10971 * gdb.cp/namelessclass.exp: New file.
10972 * gdb.cp/namelessclass.S: New file.
10973
10974 2014-04-16 Doug Evans <dje@google.com>
10975
10976 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10977 Add comment.
10978 (gdbserver_default_get_comm_port): New function.
10979 (gdbserver_start): Check if board file provided
10980 "gdbserver,get_comm_port" and use it if so.
10981 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10982 (gdb,socketport): Set to "stdio".
10983 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10984 (stdio_gdbserver_template): Delete.
10985 (${board}_get_remote_address): Update.
10986 (${board}_build_remote_cmd): Delete.
10987 (${board}_get_comm_port): New function.
10988 (${board}_spawn): Update.
10989 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10990 Delete.
10991 (${board}_get_remote_address): Update.
10992 (${board}_get_comm_port): New function.
10993
10994 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10995
10996 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10997 appearing in any order.
10998
10999 2014-04-15 Doug Evans <dje@google.com>
11000
11001 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11002 uninitialized value of "description".
11003
11004 2014-04-15 Keith Seitz <keiths@redhat.com>
11005
11006 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11007 Remove unused globals.
11008 (test_running_the_program): Likewise.
11009 (test_controlled_execution): Likewise.
11010 (test_controlling_breakpoints): Likewise.
11011 (test_program_termination): Likewise.
11012
11013 2014-04-15 Keith Seitz <keiths@redhat.com>
11014
11015 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11016 unused globals.
11017 (test_rbreak_creation_and_listing): Likewise.
11018 (test_ignore_count): Likewise.
11019 (test_error): Likewise.
11020
11021 2014-04-15 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11024 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11025 sym-file-loader.c.
11026 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11027 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11028 to sym-file-loader.c.
11029 (struct library): Forward declare.
11030 (load_shlib, lookup_function): Change prototypes.
11031 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11032 (translate_offset): Remove declarations.
11033 (get_text_addr): New declaration.
11034 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11035 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11036 sym-file-loader.h.
11037 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11038 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11039 here from sym-file-loader.h.
11040 (struct library): New structure.
11041 (load_shlib, lookup_function): Change prototypes and adjust to
11042 work with a struct library.
11043 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11044 (translate_offset): Make static.
11045 (get_text_addr): New function.
11046 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11047
11048 2014-04-15 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11051
11052 2014-04-15 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.base/sym-file-loader.c: Include <limits.h>.
11055 (SELF_LINK): New define.
11056 (get_origin): New function.
11057 (load_shlib): Use it.
11058 * gdb.base/sym-file.exp: Don't early return if the target is
11059 remote. Use runto_main, and issue fail is that fails. Use
11060 gdb_load_shlibs.
11061 (shlib_name): Delete.
11062 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11063
11064 2014-04-15 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.base/sym-file.exp: Remove regex characters from test
11067 message. Don't refer to breakpoint numbers in test messages.
11068
11069 2014-04-14 Keith Seitz <keiths@redhat.com>
11070
11071 PR c++/16253
11072 * gdb.cp/var-tag.cc: New file.
11073 * gdb.cp/var-tag.exp: New file.
11074 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11075 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11076 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11077 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11078
11079 2014-04-14 Tom Tromey <tromey@redhat.com>
11080
11081 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11082 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11083 type.
11084 * gdb.cp/enum-class.exp: New file.
11085 * gdb.cp/enum-class.cc: New file.
11086
11087 2014-04-14 Tom Tromey <tromey@redhat.com>
11088
11089 * gdb.dwarf2/enum-type.exp: New file.
11090
11091 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11092
11093 * gdb.mi/mi-vla-c99.exp: New file.
11094 * gdb.mi/vla.c: New file.
11095
11096 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11097
11098 * gdb.base/vla-datatypes.c: New file.
11099 * gdb.base/vla-datatypes.exp: New file.
11100
11101 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11102
11103 * gdb.base/vla-ptr.c: New file.
11104 * gdb.base/vla-ptr.exp: New file.
11105
11106 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11107
11108 * gdb.dwarf2/count.exp: New file.
11109
11110 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11111
11112 * gdb.base/vla-sideeffect.c: New file.
11113 * gdb.base/vla-sideeffect.exp: New file.
11114
11115 2014-04-14 David Blaikie <dblaikie@gmail.com>
11116
11117 * gdb.mi/non-stop.c: Add return value for non-void function return
11118 statement.
11119 * gdb.threads/staticthreads.c: Ditto.
11120
11121 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11122 Doug Evans <xdje42@gmail.com>
11123
11124 * gdb.guile/scm-value.c: Improve test case.
11125 * gdb.guile/scm-value.exp: Add new test.
11126
11127 2014-04-11 David Blaikie <dblaikie@gmail.com>
11128
11129 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11130 override Clang's default.
11131
11132 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11133
11134 Revert the following changes (regressions):
11135
11136 * gdb.base/vla-sideeffect.c: New file.
11137 * gdb.base/vla-sideeffect.exp: New file.
11138
11139 * gdb.dwarf2/count.exp: New file.
11140
11141 * gdb.base/vla-multi.c: New file.
11142 * gdb.base/vla-multi.exp: New file.
11143
11144 * gdb.base/vla-ptr.c: New file.
11145 * gdb.base/vla-ptr.exp: New file.
11146
11147 * gdb.base/vla-datatypes.c: New file.
11148 * gdb.base/vla-datatypes.exp: New file.
11149
11150 * gdb.mi/mi-vla-c99.exp: New file.
11151 * gdb.mi/vla.c: New file.
11152
11153 2014-04-11 Keith Seitz <keiths@redhat.com>
11154
11155 PR c++/16675
11156 * gdb.cp/cpsizeof.exp: New file.
11157 * gdb.cp/cpsizeof.cc: New file.
11158
11159 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11160
11161 * gdb.mi/mi-vla-c99.exp: New file.
11162 * gdb.mi/vla.c: New file.
11163
11164 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11165
11166 * gdb.base/vla-datatypes.c: New file.
11167 * gdb.base/vla-datatypes.exp: New file.
11168
11169 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11170
11171 * gdb.base/vla-ptr.c: New file.
11172 * gdb.base/vla-ptr.exp: New file.
11173
11174 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11175
11176 * gdb.base/vla-multi.c: New file.
11177 * gdb.base/vla-multi.exp: New file.
11178
11179 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11180
11181 * gdb.dwarf2/count.exp: New file.
11182
11183 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11184
11185 * gdb.base/vla-sideeffect.c: New file.
11186 * gdb.base/vla-sideeffect.exp: New file.
11187
11188 2014-04-11 Yao Qi <yao@codesourcery.com>
11189
11190 * gdb.base/completion.exp: Check file exists before running tests
11191 on file completion.
11192
11193 2014-04-10 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/cond-eval-mode.c: New file.
11196 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11197 prepare_for_testing to build the new file. Check result of
11198 runto_main.
11199 (test_break, test_watch): New procedures.
11200 (top level): Use them.
11201
11202 2014-04-08 Pierre Muller <muller@sourceware.org>
11203
11204 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11205 Ctrl-V use for mingw hosts.
11206
11207 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11208
11209 * gdb.python/py-value.c: Improve test case.
11210 * gdb.python/py-value.exp: Add new test.
11211
11212 2014-04-07 David Blaikie <dblaikie@gmail.com>
11213
11214 * lib/compiler.c: Identify the clang compiler.
11215 * lib/compiler.cc: Ditto.
11216
11217 2014-04-03 Yao Qi <yao@codesourcery.com>
11218
11219 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11220
11221 2014-04-01 Anton Blanchard <anton@samba.org>
11222
11223 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11224 messages unique.
11225
11226 2014-04-01 Anton Blanchard <anton@samba.org>
11227
11228 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11229 prepare_for_testing.
11230
11231 2014-04-01 Anton Blanchard <anton@samba.org>
11232
11233 * gdb.arch/ppc64-atomic-inst.c: Remove.
11234 * gdb.arch/ppc64-atomic-inst.S: New file.
11235 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11236
11237 2014-03-31 Doug Evans <dje@google.com>
11238
11239 * gdb.base/print-symbol-loading-lib.c: New file.
11240 * gdb.base/print-symbol-loading-main.c: New file.
11241 * gdb.base/print-symbol-loading.exp: New file.
11242
11243 2014-03-31 Yao Qi <yao@codesourcery.com>
11244
11245 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11246
11247 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11248
11249 * gdb.ada/mi_dyn_arr: New testcase.
11250
11251 2014-03-27 Doug Evans <dje@google.com>
11252
11253 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11254
11255 2014-03-27 Yao Qi <yao@codesourcery.com>
11256
11257 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11258 if target is nios2-*-*.
11259
11260 2014-03-26 Yao Qi <yao@codesourcery.com>
11261
11262 * lib/gdb.exp (readline_is_used): New proc.
11263 * gdb.base/completion.exp: Move tests on command complete up.
11264 Skip the rest of tests if readline is not used.
11265 * gdb.ada/complete.exp: Skp the test if readline is not
11266 used.
11267 * gdb.base/filesym.exp: Likewise.
11268 * gdb.base/macscp.exp: Likewise.
11269 * gdb.base/readline-ask.exp: Likewise.
11270 * gdb.base/readline.exp: Likewise.
11271 * gdb.python/py-cmd.exp: Likewise.
11272 * gdb.trace/tfile.exp: Likewise.
11273
11274 2014-03-26 Yao Qi <yao@codesourcery.com>
11275
11276 * gdb.base/macscp.exp: Fix code format issues.
11277
11278 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11279
11280 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11281 * gdb.asm/powerpc64le.inc: New file.
11282
11283 2014-03-25 Pedro Alves <palves@redhat.com>
11284 Doug Evans <dje@google.com>
11285
11286 * gdb.base/source-execution.c: New file.
11287 * gdb.base/source-execution.exp: New file.
11288 * gdb.base/source-execution.gdb: New file.
11289
11290 2014-03-24 Doug Evans <dje@google.com>
11291
11292 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11293 using fission.
11294
11295 2014-03-24 Hui Zhu <hui@codesourcery.com>
11296 Pedro Alves <palves@redhat.com>
11297
11298 PR breakpoints/16101
11299 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11300 test pass/fail messages. Detect missing support for dprintf when
11301 breakpoints are actually inserted.
11302 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11303 breakpoints are actually inserted.
11304 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11305 fails.
11306
11307 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11310
11311 2014-03-22 Doug Evans <xdje42@gmail.com>
11312
11313 * gdb.python/python.exp (python not supported): Verify multi-line
11314 python command issues an error.
11315 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11316 guile command issues an error.
11317
11318 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11319
11320 * gdb.threads/thread-specific.exp: Handle the lack of usable
11321 $this_breakpoint and $this_thread.
11322
11323 2014-03-21 Hui Zhu <hui@codesourcery.com>
11324
11325 * gdb.base/attach.exp (do_command_attach_tests): New.
11326
11327 2014-03-20 Tom Tromey <tromey@redhat.com>
11328 Pedro Alves <palves@redhat.com>
11329
11330 PR cli/15718
11331 * gdb.base/condbreak-call-false.c: New file.
11332 * gdb.base/condbreak-call-false.exp: New file.
11333
11334 2014-03-20 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11337 Delete.
11338 (block_signals, unblock_signals): Delete.
11339 (child_function_2, main): Remove references to deleted variable
11340 and functions.
11341
11342 2014-03-20 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11345 Use pthread_kill to signal thread 2.
11346 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11347 Adjust to make the test send itself a signal rather than using the
11348 host's "kill" command.
11349
11350 2014-03-20 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.threads/multiple-step-overs.c: New file.
11353 * gdb.threads/multiple-step-overs.exp: New file.
11354 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11355 Adjust expected infrun debug output.
11356
11357 2014-03-20 Pedro Alves <palves@redhat.com>
11358
11359 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11360 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11361
11362 2014-03-20 Pedro Alves <palves@redhat.com>
11363
11364 PR breakpoints/7143
11365 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11366 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11367 of gdb_test_multiple.
11368 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11369 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11370
11371 2014-03-20 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11374 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11375
11376 2014-03-19 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.base/async.exp: Remove early return.
11379
11380 2014-03-19 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11383
11384 2014-03-19 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.base/async.exp (test_background): Expect \r\n after
11387 "completed." in the fail pattern.
11388
11389 2014-03-19 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.base/async.exp (test_background): New procedure.
11392 Use it for all background execution command tests.
11393
11394 2014-03-19 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.base/async.exp: Use prepare_for_testing.
11397
11398 2014-03-19 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11401 the same line.
11402
11403 2014-03-19 Pedro Alves <palves@redhat.com>
11404
11405 * gdb.base/async.c (main): Add "jump here" and "until here" line
11406 marker comments.
11407 * gdb.base/async.exp (jump_here): New global.
11408 (jump& test): Use it.
11409 (until_here): New global.
11410 (until& test): Use it.
11411
11412 2014-03-19 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/async.exp: Don't frob gdb_protocol.
11415
11416 2014-03-18 Doug Evans <xdje42@gmail.com>
11417
11418 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11419 Fix spelling of exec-done-display.
11420
11421 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 PR gdb/15358
11424 * gdb.base/gdb-sigterm.c: New file.
11425 * gdb.base/gdb-sigterm.exp: New file.
11426
11427 2014-03-18 Pedro Alves <palves@redhat.com>
11428
11429 PR gdb/13860
11430 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11431 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11432 solib-event.
11433
11434 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11435
11436 * gdb.ada/pckd_arr_ren: New testcase.
11437
11438 2014-03-13 Doug Evans <xdje42@gmail.com>
11439
11440 PR guile/16612
11441 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11442 collect after discarding symbols.
11443
11444 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11445 Doug Evans <xdje42@gmail.com>
11446
11447 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11448 to history survives a gc.
11449
11450 2014-03-13 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.base/default.exp: Don't test "target procfs".
11453
11454 2014-03-13 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.base/default.exp: Update "target child" and "target procfs"
11457 tests to not expect "Unix".
11458
11459 2014-03-12 Tom Tromey <tromey@redhat.com>
11460
11461 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11462 New procs. Add target-async tests.
11463 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11464 Add target-async tests.
11465
11466 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11467
11468 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11469 'func_start' and 'func_end' for the beginning and end of the
11470 function code, respectively.
11471 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11472 'func_end' instead of 'func' and 'main'.
11473
11474 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11475
11476 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11477 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11478 generate the debug info assembler source.
11479
11480 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11481
11482 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11483 * gdb.dwarf2/arr-subrange.exp: Likewise.
11484 * gdb.dwarf2/dwz.exp: Likewise.
11485 * gdb.dwarf2/method-ptr.exp: Likewise.
11486 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11487 * gdb.dwarf2/subrange.exp: Likewise.
11488 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11489 * gdb.dwarf2/implptrpiece.exp: Likewise.
11490 * gdb.dwarf2/nostaticblock.exp: Likewise.
11491
11492 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11493
11494 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11495 directory to absolute path name arguments.
11496
11497 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11498
11499 * gdb.ada/tagged_access: New testcase.
11500
11501 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11502
11503 * gdb.btrace/data.exp: Update expected output.
11504
11505 2014-03-06 Yao Qi <yao@codesourcery.com>
11506
11507 * gdb.trace/pr16508.exp: New file.
11508
11509 2014-03-05 Pedro Alves <palves@redhat.com>
11510
11511 PR gdb/16575
11512 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11513 procedure.
11514 (top level): Adjust to use it. Add tests that exercise breakpoint
11515 interaction with the code-cache.
11516
11517 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11518
11519 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11520 test for 'history-append!'.
11521
11522 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11525 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11526 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11527 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11528 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11529 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11530
11531 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11532
11533 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11534 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11535 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11536
11537 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11538
11539 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11540
11541 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11542
11543 * gdb.dwarf2/arr-stride.c: New file.
11544 * gdb.dwarf2/arr-stride.exp: New file.
11545
11546 2014-02-26 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11549 that won't ever trigger. Make sure that GDB reports the correct
11550 breakpoint that caused the stop.
11551
11552 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 PR gdb/16626
11555 * gdb.base/auto-load-script: New file.
11556 * gdb.base/auto-load.c: New file.
11557 * gdb.base/auto-load.exp: New file.
11558
11559 PR gdb/16626
11560 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11561
11562 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11563
11564 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11565 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11566
11567 2014-02-24 Doug Evans <dje@google.com>
11568
11569 * lib/gdb.exp (run_on_host): Log error output if program fails.
11570
11571 2014-02-21 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.threads/step-after-sr-lock.c: Rename to ...
11574 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11575 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11576 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11577 ... this.
11578
11579 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11580
11581 PR tdep/16397
11582 * gdb.arch/amd64-stap-special-operands.exp: New file.
11583 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11584 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11585 * gdb.arch/amd64-stap-triplet.S: Likewise.
11586 * gdb.arch/amd64-stap-triplet.c: Likewise.
11587
11588 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11589
11590 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11591 in .section pseudo-op.
11592
11593 2014-02-20 lin zuojian <manjian2006@gmail.com>
11594 Joel Brobecker <brobecker@adacore.com>
11595 Doug Evans <xdje42@gmail.com>
11596
11597 PR symtab/16581
11598 * gdb.dwarf2/dw2-icycle.S: New file.
11599 * gdb.dwarf2/dw2-icycle.c: New file.
11600 * gdb.dwarf2/dw2-icycle.exp: New file.
11601
11602 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11603
11604 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11605 operations on gdb.Value objects.
11606 * gdb.python/py-value-cc.exp: Add new test to test operations on
11607 gdb.Value objects.
11608
11609 2014-02-18 Doug Evans <dje@google.com>
11610
11611 * Makefile.in (TESTS): New variable.
11612 (expanded_tests, expanded_tests_or_none): New variables
11613 (check-single): Pass $(expanded_tests_or_none) to runtest.
11614 (check-parallel): Only run tests in $(TESTS) if non-empty.
11615 (check/no-matching-tests-found): New rule.
11616 * README: Document TESTS makefile variable.
11617
11618 2014-02-18 Doug Evans <dje@google.com>
11619
11620 * Makefile.in (check-parallel): rm -rf outputs temp.
11621
11622 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11623
11624 Fix "ERROR: no fileid for" in the testsuite.
11625 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11626
11627 2014-02-12 Doug Evans <dje@google.com>
11628
11629 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11630 (MISCELLANEOUS): New variable.
11631 (clean): rm -rf $(MISCELLANEOUS).
11632 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11633 dwp live in the same directory as symlinks, with each symlink pointed
11634 to a differently named file in a different directory.
11635
11636 2014-02-11 Doug Evans <dje@google.com>
11637
11638 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11639 of Tcl file commands.
11640
11641 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11642
11643 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11644 "kill -SIGUSR1 -1".
11645
11646 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11647
11648 * gdb.ada/tick_length_array_enum_idx: New testcase.
11649
11650 2014-02-10 Doug Evans <xdje42@gmail.com>
11651
11652 * configure.ac (AC_OUTPUT): Add gdb.guile.
11653 * configure: Regenerate.
11654 * lib/gdb-guile.exp: New file.
11655 * lib/gdb.exp (get_target_charset): New function.
11656 * gdb.base/help.exp: Update expected output from "apropos apropos".
11657 * gdb.guile/Makefile.in: New file.
11658 * gdb.guile/guile.exp: New file.
11659 * gdb.guile/scm-arch.c: New file.
11660 * gdb.guile/scm-arch.exp: New file.
11661 * gdb.guile/scm-block.c: New file.
11662 * gdb.guile/scm-block.exp: New file.
11663 * gdb.guile/scm-breakpoint.c: New file.
11664 * gdb.guile/scm-breakpoint.exp: New file.
11665 * gdb.guile/scm-disasm.c: New file.
11666 * gdb.guile/scm-disasm.exp: New file.
11667 * gdb.guile/scm-equal.c: New file.
11668 * gdb.guile/scm-equal.exp: New file.
11669 * gdb.guile/scm-error.exp: New file.
11670 * gdb.guile/scm-error.scm: New file.
11671 * gdb.guile/scm-frame-args.c: New file.
11672 * gdb.guile/scm-frame-args.exp: New file.
11673 * gdb.guile/scm-frame-args.scm: New file.
11674 * gdb.guile/scm-frame-inline.c: New file.
11675 * gdb.guile/scm-frame-inline.exp: New file.
11676 * gdb.guile/scm-frame.c: New file.
11677 * gdb.guile/scm-frame.exp: New file.
11678 * gdb.guile/scm-generics.exp: New file.
11679 * gdb.guile/scm-gsmob.exp: New file.
11680 * gdb.guile/scm-iterator.c: New file.
11681 * gdb.guile/scm-iterator.exp: New file.
11682 * gdb.guile/scm-math.c: New file.
11683 * gdb.guile/scm-math.exp: New file.
11684 * gdb.guile/scm-objfile-script-gdb.in: New file.
11685 * gdb.guile/scm-objfile-script.c: New file.
11686 * gdb.guile/scm-objfile-script.exp: New file.
11687 * gdb.guile/scm-objfile.c: New file.
11688 * gdb.guile/scm-objfile.exp: New file.
11689 * gdb.guile/scm-ports.exp: New file.
11690 * gdb.guile/scm-pretty-print.c: New file.
11691 * gdb.guile/scm-pretty-print.exp: New file.
11692 * gdb.guile/scm-pretty-print.scm: New file.
11693 * gdb.guile/scm-section-script.c: New file.
11694 * gdb.guile/scm-section-script.exp: New file.
11695 * gdb.guile/scm-section-script.scm: New file.
11696 * gdb.guile/scm-symbol.c: New file.
11697 * gdb.guile/scm-symbol.exp: New file.
11698 * gdb.guile/scm-symtab-2.c: New file.
11699 * gdb.guile/scm-symtab.c: New file.
11700 * gdb.guile/scm-symtab.exp: New file.
11701 * gdb.guile/scm-type.c: New file.
11702 * gdb.guile/scm-type.exp: New file.
11703 * gdb.guile/scm-value-cc.cc: New file.
11704 * gdb.guile/scm-value-cc.exp: New file.
11705 * gdb.guile/scm-value.c: New file.
11706 * gdb.guile/scm-value.exp: New file.
11707 * gdb.guile/source2.scm: New file.
11708 * gdb.guile/types-module.cc: New file.
11709 * gdb.guile/types-module.exp: New file.
11710
11711 2014-02-10 Yao Qi <yao@codesourcery.com>
11712
11713 PR testsuite/16543
11714 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11715 * configure: Regenerated.
11716 * Makefile.in: New file.
11717
11718 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11719
11720 * gdb.python/py-framefilter.exp: Fix typo.
11721
11722 2014-02-08 Yao Qi <yao@codesourcery.com>
11723
11724 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11725 that no =breakpoint-modified is emitted when breakpoints are
11726 modified through MI commands.
11727
11728 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11729 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.threads/step-after-sr-lock.c: New file.
11732 * gdb.threads/step-after-sr-lock.exp: New file.
11733
11734 2014-02-07 Pedro Alves <palves@redhat.com>
11735
11736 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11737
11738 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11741 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11742
11743 2014-02-06 Doug Evans <xdje42@gmail.com>
11744
11745 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11746 output.
11747
11748 * gdb.gdb/python-interrupts.exp: New file.
11749
11750 2014-02-05 Yao Qi <yao@codesourcery.com>
11751
11752 * gdb.trace/report.exp (use_collected_data): Test the output
11753 of "info threads" and "info inferiors".
11754
11755 2014-02-05 Yao Qi <yao@codesourcery.com>
11756
11757 Revert this patch:
11758
11759 2013-05-24 Yao Qi <yao@codesourcery.com>
11760
11761 * gdb.trace/tfile.exp: Test inferior and thread.
11762
11763 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11764
11765 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11766 on a function.
11767 * gdb.base/step-bt.c: Call hello via function pointer to make
11768 sure its first instruction is executed on powerpc64le-linux.
11769
11770 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11771
11772 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11773
11774 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11775
11776 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11777 of the test patterns for use on little-endian systems.
11778
11779 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11780
11781 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11782 (decimal_vector): Fix for little-endian.
11783
11784 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11785
11786 * gdb.arch/sparc-sysstep.exp: New file.
11787 * gdb.arch/sparc-sysstep.c: Likewise.
11788
11789 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11790
11791 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11792
11793 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11794
11795 2014-01-23 Tom Tromey <tromey@redhat.com>
11796
11797 * gdb.ada/array_char_idx: New testcase.
11798
11799 2014-01-23 Tom Tromey <tromey@redhat.com>
11800
11801 PR python/16487:
11802 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11803 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11804 classes.
11805
11806 2014-01-23 Tom Tromey <tromey@redhat.com>
11807
11808 PR python/16491:
11809 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11810 string from an inferior frame.
11811 * gdb.python/py-framefilter-mi.exp: Update.
11812
11813 2014-01-22 Doug Evans <dje@google.com>
11814
11815 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11816
11817 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11818
11819 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11820
11821 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11822
11823 * gdb.trace/entry-values.exp: Remove excess space character from
11824 regex patterns. Handle s390 call instruction.
11825
11826 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11827
11828 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11829 define "*_start" label. Make "name" static.
11830 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11831 ${name} by references to ${name}_start.
11832
11833 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11834
11835 * gdb.base/info-macros.exp: Remove "debug" from the compile
11836 options.
11837
11838 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11839
11840 * gdb.dlang/demangle.exp: New file.
11841
11842 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11843
11844 * gdb.dlang/primitive-types.exp: New file.
11845
11846 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11847
11848 * configure.ac: Create gdb.dlang/Makefile.
11849 * configure: Regenerate.
11850 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11851 * gdb.dlang/Makefile.in: New file.
11852 * lib/d-support.exp: New file.
11853 * lib/gdb.exp (skip_d_tests): New proc.
11854
11855 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11856
11857 * gdb.btrace/delta.exp: Check reverse stepi.
11858 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11859 * gdb.btrace/finish.exp: New.
11860 * gdb.btrace/next.exp: New.
11861 * gdb.btrace/nexti.exp: New.
11862 * gdb.btrace/record_goto.c: Add comments.
11863 * gdb.btrace/step.exp: New.
11864 * gdb.btrace/stepi.exp: New.
11865 * gdb.btrace/multi-thread-step.c: New.
11866 * gdb.btrace/multi-thread-step.exp: New.
11867 * gdb.btrace/rn-dl-bind.c: New.
11868 * gdb.btrace/rn-dl-bind.exp: New.
11869 * gdb.btrace/data.c: New.
11870 * gdb.btrace/data.exp: New.
11871 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11872
11873 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11874
11875 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11876 * gdb.btrace/exception.exp: Update.
11877 * gdb.btrace/instruction_history.exp: Update.
11878 * gdb.btrace/record_goto.exp: Update.
11879 * gdb.btrace/tailcall.exp: Update.
11880 * gdb.btrace/unknown_functions.exp: Update.
11881 * gdb.btrace/delta.exp: New.
11882
11883 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11884
11885 * gdb.btrace/record_goto.exp: Add backtrace test.
11886 * gdb.btrace/tailcall.exp: Add backtrace test.
11887
11888 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11889
11890 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11891 * gdb.btrace/record_goto.c: New.
11892 * gdb.btrace/record_goto.exp: New.
11893 * gdb.btrace/x86-record_goto.S: New.
11894
11895 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11896
11897 * gdb.btrace/function_call_history.exp: Update tests.
11898 * gdb.btrace/instruction_history.exp: Update tests.
11899
11900 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11901
11902 * gdb.btrace/function_call_history.exp: Fix expected field
11903 order for "record function-call-history".
11904 Add new tests for "record function-call-history /c".
11905 * gdb.btrace/exception.cc: New.
11906 * gdb.btrace/exception.exp: New.
11907 * gdb.btrace/tailcall.exp: New.
11908 * gdb.btrace/x86-tailcall.S: New.
11909 * gdb.btrace/x86-tailcall.c: New.
11910 * gdb.btrace/unknown_functions.c: New.
11911 * gdb.btrace/unknown_functions.exp: New.
11912 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11913
11914 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11915
11916 * gdb.btrace/instruction_history.exp: Update.
11917 * gdb.btrace/function_call_history.exp: Update.
11918
11919 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11920
11921 * gdb.btrace/function_call_history.exp: Fix expected function
11922 trace.
11923 * gdb.btrace/instruction_history.exp: Initialize traced.
11924 Remove traced_functions.
11925
11926 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11927
11928 * gdb.btrace/function_call_history.exp: Update
11929 * gdb.btrace/instruction_history.exp: Update.
11930
11931 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11932
11933 * gdb.btrace/enable.exp: Update expected text.
11934
11935 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11936
11937 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11938 bytes.
11939
11940 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11941
11942 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11943
11944 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11945
11946 * lib/gdb.exp (supports_process_record): Return true for
11947 arm*-linux*. (supports_reverse): Likewise.
11948
11949 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11950
11951 PR python/15464
11952 PR python/16113
11953 * gdb.python/py-type.c: Enhance test case.
11954 * gdb.python/py-value-cc.cc: Likewise
11955 * gdb.python/py-type.exp: Add new tests.
11956 * gdb.python/py-value-cc.exp: Likewise
11957
11958 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11959 Pedro Alves <palves@redhat.com>
11960
11961 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11962 Make "name" extern.
11963 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11964 references to ${name}_start by references to ${name}.
11965
11966 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11967
11968 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11969
11970 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11973
11974 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11975 Pedro Alves <palves@redhat.com>
11976
11977 * gdb.mi/mi-info-os.exp: Connect to the target with
11978 mi_gdb_target_load.
11979
11980 2014-01-08 Pedro Alves <palves@redhat.com>
11981
11982 * gdb.threads/reconnect-signal.c: New file.
11983 * gdb.threads/reconnect-signal.exp: New file.
11984
11985 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11986
11987 * gdb.base/source-dir.exp: New file.
11988
11989 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11990
11991 * gdb.ada/mi_interface: New testcase.
11992
11993 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11994
11995 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11996 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11997 gdb.ada/pp-rec-component/pck.ads: New files.
11998
11999 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12000
12001 * gdb.python/py-pp-integral.c: New file.
12002 * gdb.python/py-pp-integral.py: New file.
12003 * gdb.python/py-pp-integral.exp: New file.
12004
12005 For older changes see ChangeLog-1993-2013.
12006 \f
12007 ;; Local Variables:
12008 ;; mode: change-log
12009 ;; left-margin: 8
12010 ;; fill-column: 74
12011 ;; version-control: never
12012 ;; End:
12013
12014 Copyright 2014-2017 Free Software Foundation, Inc.
12015 Copying and distribution of this file, with or without modification,
12016 are permitted provided the copyright notice and this notice are preserved.