Fix indentation for printing Fortran types with pointers
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2 Christoph Weinmann <christoph.t.weinmann@intel.com>
3 Bernhard Heckel <bernhard.heckel@intel.com>
4
5 * gdb.fortran/ptr-indentation.f90: New file.
6 * gdb.fortran/ptr-indentation.exp: New file.
7
8 2017-09-05 Tom Tromey <tom@tromey.com>
9
10 PR gdb/22010:
11 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12
13 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
14
15 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
16
17 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 * gdb.threads/tls-nodebug-pie.c: New file.
20 * gdb.threads/tls-nodebug-pie.exp: New file.
21
22 2017-09-05 Tom Tromey <tom@tromey.com>
23
24 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
25 for rust.
26
27 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
28
29 * gdb.multi/multi-arch-exec.exp: Test with different
30 "follow-exec-mode" settings.
31 (do_test): New procedure.
32
33 2017-09-04 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/func-static.c (S::method const, S::method volatile)
36 (S::method volatile const): New methods.
37 (c_s, v_s, cv_s): New instances.
38 (main): Call method() on them.
39 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
40 (cannot_resolve): New procedure.
41 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
42 print-quote-unquoted columns.
43 (do_test): Test printing each scope too.
44
45 2017-09-04 Pedro Alves <palves@redhat.com>
46
47 * gdb.base/local-static.exp: Also test with
48 class::method::variable wholly quoted.
49 * gdb.cp/m-static.exp (class::method::variable): Remove test.
50
51 2017-09-04 Pedro Alves <palves@redhat.com>
52
53 * gdb.base/local-static.c: New.
54 * gdb.base/local-static.cc: New.
55 * gdb.base/local-static.exp: New.
56
57 2017-09-04 Pedro Alves <palves@redhat.com>
58
59 * gdb.asm/asm-source.exp: Add casts to int.
60 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
61 (dataglobal64_1, dataglobal64_2): New globals.
62 * gdb.base/nodebug.exp: Test different expressions involving the
63 new globals, with print, whatis and ptype. Add casts to int.
64 * gdb.base/solib-display.exp: Add casts to int.
65 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
66 * gdb.cp/m-static.exp: Add cast to int.
67 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
68 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
69 tls variable with no debug info without a cast. Test with a cast
70 to int too.
71 * gdb.trace/entry-values.exp: Add casts.
72
73 2017-09-04 Pedro Alves <palves@redhat.com>
74
75 * gdb.base/nodebug.exp: Test that ptype's error about functions
76 with unknown return type includes the function name too.
77
78 2017-09-04 Pedro Alves <palves@redhat.com>
79
80 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
81 return type of munmap in infcall.
82 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
83 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
84 type of ftell in infcall.
85 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
86 type of getpid in infcall.
87 * gdb.base/infcall-exec.exp: Cast return type of execlp in
88 infcall.
89 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
90 Bail on failure to extract the pid.
91 * gdb.base/nodebug.c: #include <stdint.h>.
92 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
93 New functions.
94 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
95 Change expected output of print/whatis/ptype with functions with
96 no debug info. Test all supported languages. Call
97 test_call_promotion.
98 * gdb.compile/compile.exp: Adjust expected output to expect
99 warning.
100 * gdb.threads/siginfo-threads.exp: Likewise.
101
102 2017-09-04 Pedro Alves <palves@redhat.com>
103
104 * gdb.base/callfuncs.exp (do_function_calls): New parameter
105 "prototypes". Test calling float functions via prototyped and
106 unprototyped function pointers.
107 (perform_all_tests): New parameter "prototypes". Pass it down.
108 (top level): Pass down "prototypes" parameter to
109 perform_all_tests.
110
111 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
112
113 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
114 Test with nested loops.
115
116 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
117
118 * gdb.base/commands.exp: Call the new procedures.
119 (loop_break_test, loop_continue_test): New procedures.
120
121 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
122
123 * gdb.base/commands.exp: Call new procedure.
124 (define_if_without_arg_test): New procedure.
125
126 2017-09-04 Pedro Alves <palves@redhat.com>
127
128 * gdb.base/list-ambiguous.exp: New file.
129 * gdb.base/list-ambiguous0.c: New file.
130 * gdb.base/list-ambiguous1.c: New file.
131 * gdb.base/list.exp (test_list_range): Adjust expected output.
132
133 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
134
135 * gdb.base/share-env-with-gdbserver.c: New file.
136 * gdb.base/share-env-with-gdbserver.exp: Likewise.
137
138 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
139
140 * gdb.base/commands.exp (gdbvar_simple_if_test,
141 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
142 progvar_simple_if_test, progvar_simple_while_test,
143 progvar_complex_if_while_test, user_defined_command_test,
144 user_defined_command_args_eval,
145 user_defined_command_args_stack_test,
146 user_defined_command_manyargs_test, bp_deleted_in_command_test,
147 temporary_breakpoint_commands,
148 gdb_test_no_prompt, redefine_hook_test,
149 redefine_backtrace_test): Remove "global gdb_prompt".
150
151 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
152
153 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
154 New proc, call it from toplevel.
155
156 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
157
158 PR remote/21852
159 * gdb.server/normal.c: New file, copied from gdb.base.
160 * gdb.server/run-without-local-binary.exp: New file.
161
162 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
163
164 * gdb.arch/sparc64-adi.exp: New file.
165 * gdb.arch/sparc64-adi.c: New file.
166
167 2017-08-22 Pedro Alves <palves@redhat.com>
168
169 * gdb.cp/overload.exp (line_range_pattern): New procedure.
170 (top level): Add "list all overloads" tests.
171
172 2017-08-22 Tom Tromey <tom@tromey.com>
173
174 * gdb.gdb/xfullpath.exp: Remove.
175
176 2017-08-21 Pedro Alves <palves@redhat.com>
177
178 PR gdb/19487
179 * gdb.base/symbol-alias.c: New.
180 * gdb.base/symbol-alias2.c: New.
181 * gdb.base/symbol-alias.exp: New.
182
183 2017-08-21 Pedro Alves <palves@redhat.com>
184
185 * gdb.base/dfp-test.c
186 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
187 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
188 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
189 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
190 * gdb.base/whatis-ptype-typedefs.c: New.
191 * gdb.base/whatis-ptype-typedefs.exp: New.
192 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
193 (an_int, an_int_type, an_int_type2): New globals.
194 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
195 involving typedefs and cast expressions.
196 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
197 (lookup_typedefs_function): New.
198 (typedefs_pretty_printers_dict): New.
199 (top level): Register lookup_typedefs_function in
200 gdb.pretty_printers.
201
202 2017-08-18 Yao Qi <yao.qi@linaro.org>
203
204 * gdb.server/unittest.exp: New.
205
206 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
207
208 PR gdb/21954
209 * gdb.base/environ.exp: Add test to check if 'unset environment'
210 works.
211
212 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
213
214 * lib/gdb.exp (universal_compile_options): New caching proc.
215 (gdb_compile): Suppress GCC's coloring of messages.
216
217 2017-08-14 Tom Tromey <tom@tromey.com>
218
219 PR gdb/21675:
220 * gdb.base/printcmds.exp (test_radices): New function.
221 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
222 * gdb.base/sizeof.exp (check_valueof): Use p/d.
223 * lib/gdb.exp (get_integer_valueof): Use p/d.
224
225 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
226
227 * lib/gdb.exp (get_valueof): Don't capture end-of-line
228 characters.
229
230 2017-08-05 Tom Tromey <tom@tromey.com>
231
232 * gdb.rust/simple.exp: Allow String to appear in a different
233 namespace.
234
235 2017-07-26 Yao Qi <yao.qi@linaro.org>
236
237 * gdb.gdb/unittest.exp: Invoke command
238 "maintenance check xml-descriptions".
239
240 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
241
242 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
243 calling context.
244 (hex128): Drop erroneous calculation of parameters.
245
246 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
247
248 * gdb.python/py-unwind.exp: Disable stack protection when
249 building test file.
250
251 2017-07-20 Pedro Alves <palves@redhat.com>
252
253 * gdb.base/default.exp (set language): Adjust expected output.
254
255 2017-07-20 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
258 (test_minsym): ... this, and make static.
259 (get_pck__foo__bar__minsym): Rename to ...
260 (get_test_minsym): ... this.
261 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
262 symbol names and comments.
263 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
264 (get_test_minsym): ... this.
265 (pck__foo__bar__minsym__2): Rename to ...
266 (test_minsym): ... this.
267 (main): Adjust.
268
269 2017-07-17 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/completion.exp: Adjust expected output.
272 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
273 the completer works.
274
275 2017-07-17 Pedro Alves <palves@redhat.com>
276
277 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
278
279 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
282
283 2017-07-14 Tom Tromey <tom@tromey.com>
284
285 PR rust/21764:
286 * gdb.rust/simple.exp: Add tests.
287
288 2017-07-14 Tom Tromey <tom@tromey.com>
289
290 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
291
292 2017-07-14 Pedro Alves <palves@redhat.com>
293
294 * gdb.linespec/base/one/thefile.cc (z1): New function.
295 * gdb.linespec/base/two/thefile.cc (z2): New function.
296 * gdb.linespec/linespec.exp: Add tests.
297
298 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
301 to mi_create_breakpoint.
302
303 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
304
305 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
306 mi_create_breakpoint.
307
308 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
309
310 * gdb.dlang/demangle.exp: Update for demangling changes.
311
312 2017-07-09 Tom Tromey <tom@tromey.com>
313
314 * gdb.dwarf2/shortpiece.exp: New file.
315
316 2017-07-06 David Blaikie <dblaikie@gmail.com>
317
318 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
319 built from fissiont-multi-cu{1,2}.c.
320 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
321 except putting 'main' and 'func' in separate CUs in the same DWO file.
322 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
323 test.
324 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
325 test.
326
327 2017-07-06 Pedro Alves <palves@redhat.com>
328
329 * gdb.python/py-unwind.exp: Test flushregs.
330
331 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
332
333 PR cli/21688
334 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
335 tests for alias commands and trailing whitespace.
336
337 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
338
339 PR cli/21688
340 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
341 procedure. Call it.
342
343 2017-06-29 Pedro Alves <palves@redhat.com>
344
345 * gdb.base/printcmds.exp: Add tests.
346
347 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
348
349 PR gdb/21337
350 * gdb.base/reread-readsym.exp: New file.
351 * gdb.base/reread-readsym.c: New file.
352
353 2017-06-21 Kevin Buettner <kevinb@redhat.com>
354
355 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
356 subpattern.
357
358 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
359
360 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
361 extended mnemonic.
362 * gdb.arch/powerpc-power9.s: Likewise.
363
364 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
365
366 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
367 on 32-bit x86 targets. Exploit is_*_target macros where
368 appropriate.
369
370 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
371
372 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
373 register pieces.
374
375 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
376
377 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
378 located in one or more DWARF pieces.
379
380 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
381
382 * lib/gdb.exp (get_endianness): New proc.
383 * gdb.arch/aarch64-fp.exp: Use it.
384 * gdb.arch/altivec-regs.exp: Likewise.
385 * gdb.arch/e500-regs.exp: Likewise.
386 * gdb.arch/vsx-regs.exp: Likewise.
387 * gdb.base/dump.exp: Likewise.
388 * gdb.base/funcargs.exp: Likewise.
389 * gdb.base/gnu_vector.exp: Likewise.
390 * gdb.dwarf2/formdata16.exp: Likewise.
391 * gdb.dwarf2/implptrpiece.exp: Likewise.
392 * gdb.dwarf2/nonvar-access.exp: Likewise.
393 * gdb.python/py-inferior.exp: Likewise.
394 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
395
396 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
397
398 PR gdb/21226
399 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
400 stack value pieces are taken from the LSB end.
401
402 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
403
404 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
405 variable at nonzero offset.
406
407 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
408
409 * gdb.dwarf2/var-access.c: New file.
410 * gdb.dwarf2/var-access.exp: New test.
411 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
412
413 2017-06-12 Tom Tromey <tom@tromey.com>
414
415 * gdb.dwarf2/formdata16.exp: Add tests.
416
417 2017-06-12 Tom Tromey <tom@tromey.com>
418
419 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
420
421 2017-06-12 Tom Tromey <tom@tromey.com>
422
423 PR exp/16225:
424 * gdb.reverse/i386-sse-reverse.exp: Update tests.
425 * gdb.arch/vsx-regs.exp: Update tests.
426 * gdb.arch/s390-vregs.exp (hex128): New proc.
427 Update test.
428 * gdb.arch/altivec-regs.exp: Update tests.
429
430 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
431
432 * gdb.base/startup-with-shell.c: New file.
433 * gdb.base/startup-with-shell.exp: Likewise.
434
435 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
436
437 * gdb.server/non-existing-program.exp: Update regex in order to
438 reflect the fact that gdbserver is now using fork_inferior (with a
439 shell) to startup the inferior.
440
441 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
442
443 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
444 support function calls from GDB.
445
446 2017-05-21 Tom Tromey <tom@tromey.com>
447
448 PR rust/21466:
449 * gdb.rust/unsized.exp: New file.
450 * gdb.rust/unsized.rs: New file.
451
452 2017-05-19 Tom Tromey <tom@tromey.com>
453
454 PR rust/21484:
455 * gdb.rust/watch.exp: New file.
456 * gdb.rust/watch.rs: New file.
457
458 2017-05-18 Tom Tromey <tom@tromey.com>
459
460 * gdb.rust/simple.exp: Allow Box to be qualified.
461
462 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
463
464 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
465
466 2017-05-18 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/fileio.c (test_write, test_read, test_close)
469 (test_fstat): Don't print 'ret' in the fail path.
470
471 2017-05-18 Pedro Alves <palves@redhat.com>
472
473 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
474 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
475 (test_system, test_rename, test_unlink, test_time): Change
476 prototypes.
477 * gdb.base/fileio.exp (stop_msg): Adjust.
478
479 2017-05-18 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/fileio.c (null_str): New global.
482 (test_stat): Use it.
483 * gdb.base/fileio.exp: Remove nowarnings.
484
485 2017-05-17 Yao Qi <yao.qi@linaro.org>
486
487 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
488
489 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
490
491 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
492 argument command.
493 (top-level): Invoke test_set_inferior_tty.
494
495 2017-05-04 Pedro Alves <palves@redhat.com>
496
497 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
498 Add parens to print call for Python 3.
499
500 2017-05-03 Keith Seitz <keiths@redhat.com>
501
502 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
503 (main): Call it.
504
505 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
506
507 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
508 to prev and next.
509
510 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
511
512 * gdb.python/py-record-btrace.exp: Remove test for
513 gdb.BtraceInstruction.error.
514
515 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
516
517 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
518
519 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
520
521 * gdb.python/py-record-btrace-threads.c: New file.
522 * gdb.python/py-record-btrace-threads.exp: New file.
523
524 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
525
526 PR testsuite/8595
527 * gdb.base/environ.exp: Make test available in all architectures.
528 Move bits related to "info program" testing to
529 gdb.base/info-program.exp. Rewrite tests to use the two new
530 procedures mentione below.
531 (test_set_show_env_var) New procedure.
532 (test_set_show_env_var_equal): Likewise.
533 * gdb.base/info-program.exp: New file.
534
535 2017-04-27 Keith Seitz <keiths@redhat.com>
536
537 * gdb.cp/oranking.cc (test15): New function.
538 (main): Call test15 and declare additional variables for testing.
539 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
540 "p foo101('abc')" tests.
541 Add tests for cv qualifier overloads.
542 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
543 "lvalue reference overload" test.
544 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
545 "print value of f1 on Child&& in f2" test.
546
547 2017-04-19 Pedro Alves <palves@redhat.com>
548
549 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
550 procedure.
551 (top level): Call it.
552 * lib/gdb.exp (gdb_define_cmd): New procedure.
553
554 2017-04-12 Pedro Alves <palves@redhat.com>
555
556 PR gdb/21323
557 * gdb.cp/wide_char_types.c: Include <wchar.h>.
558 (wchar): New global.
559 * gdb.cp/wide_char_types.exp (wide_char_types_program)
560 (do_test_wide_char, wide_char_types_no_program, top level): Add
561 wchar_t testing.
562
563 2017-04-12 Pedro Alves <palves@redhat.com>
564
565 PR c++/21323
566 * gdb.cp/wide_char_types.c: New file.
567 * gdb.cp/wide_char_types.exp: New file.
568
569 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
570
571 PR gdb/21352
572 * gdb.trace/tsv.exp: Add test for "tsave -r".
573
574 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
575
576 * gdb.dlang/watch-loc.c: New file.
577 * gdb.dlang/watch-loc.exp: New file.
578
579 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
580
581 * gdb.python/py-section-script.exp (sepdebug): New testcases.
582
583 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
584
585 * gdb.arch/arc-analyze-prologue.S: New file.
586 * gdb.arch/arc-analyze-prologue.exp: Likewise.
587
588 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
589
590 * gdb.arch/arc-decode-insn.S: New file.
591 * gdb.arch/arc-decode-insn.exp: Likewise.
592
593 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
594
595 PR tdep/20928
596 * gdb.arch/sparc64-regs.exp: New file.
597 * gdb.arch/sparc64-regs.S: Likewise.
598
599 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
600
601 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
602 and memory view on Python 3.
603
604 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
605 Keith Seitz <keiths@redhat.com>
606
607 PR gdb/14441
608 * gdb.cp/demangle.exp: Add rvalue reference tests.
609 * gdb.cp/rvalue-ref-casts.cc: New file.
610 * gdb.cp/rvalue-ref-casts.exp: New file.
611 * gdb.cp/rvalue-ref-overload.cc: New file.
612 * gdb.cp/rvalue-ref-overload.exp: New file.
613 * gdb.cp/rvalue-ref-params.cc: New file.
614 * gdb.cp/rvalue-ref-params.exp: New file.
615 * gdb.cp/rvalue-ref-sizeof.cc: New file.
616 * gdb.cp/rvalue-ref-sizeof.exp: New file.
617 * gdb.cp/rvalue-ref-types.cc: New file.
618 * gdb.cp/rvalue-ref-types.exp: New file.
619 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
620 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
621
622 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
623
624 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
625 New procedure.
626
627 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
628
629 * lib/mi-support.exp (mi_gdb_test): Add additional message
630 for unexpected output.
631
632 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
633
634 * gdb.base/examine-backward.c (Barrier): New character array
635 constant, to ensure that TestStrings is preceded by a string
636 terminator.
637
638 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
639
640 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
641 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
642 and implicit pointer into such a location.
643
644 2017-03-16 Doug Evans <dje@google.com>
645
646 * gdb.python/py-lazy-string (pointer): Really add new typedef.
647
648 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
649
650 * gdb.cp/m-static.exp: Fix expectation for prototype of
651 test5.single_constructor and single_constructor::single_constructor.
652
653 2017-03-16 Doug Evans <dje@google.com>
654
655 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
656 * gdb.guile/scm-lazy-string.c: New file.
657 * gdb.guile/scm-value.exp: Move lazy string tests to ...
658 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
659 for pointer, array, typedef lazy strings.
660
661 2017-03-16 Doug Evans <dje@google.com>
662
663 PR python/17728, python/18439, python/18779
664 * gdb.python/py-value.c (main) Delete locals sptr, sn.
665 * gdb.python/py-lazy-string.c (pointer): New typedef.
666 (main): New locals ptr, array, typedef_ptr.
667 * gdb.python/py-value.exp: Move lazy string tests to ...
668 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
669 array, typedef lazy strings.
670
671 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
672
673 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
674 Add optional 'test' parameter.
675
676 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
677
678 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
679 Skip for versions of DejaGnu < 1.5.
680
681 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
682
683 * lib/gdb.exp (dejagnu_version): New proc.
684 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
685 Use dejagnu_version.
686
687 2017-03-10 Keith Seitz <keiths@redhat.com>
688
689 PR c++/8128
690 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
691 type from destructor regexps.
692 Add a branch which actually passes the test.
693 Adjust "ptype t5i" test names.
694
695 2017-03-08 Pedro Alves <palves@redhat.com>
696
697 * gdb.base/step-over-exit.exp: Add explicit test message.
698
699 2017-03-08 Pedro Alves <palves@redhat.com>
700
701 PR gdb/18360
702 * gdb.threads/interrupt-while-step-over.c: New file.
703 * gdb.threads/interrupt-while-step-over.exp: New file.
704
705 2017-03-08 Pedro Alves <palves@redhat.com>
706
707 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
708 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
709
710 2017-03-08 Pedro Alves <palves@redhat.com>
711
712 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
713 PKRU as not supported as a PASS.
714
715 2017-03-08 Pedro Alves <palves@redhat.com>
716
717 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
718 prefix instead of $binfile1/$binfile2.
719 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
720 in test message.
721 * gdb.python/py-completion.exp: Use "load python file" as test
722 messages instead of unstable path names.
723
724 2017-03-08 Pedro Alves <palves@redhat.com>
725 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 PR cli/21218
728 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
729 New proc.
730 (top level): Call it.
731
732 2017-03-08 Pedro Alves <palves@redhat.com>
733
734 PR tui/21216
735 * gdb.tui/tui-nl-filtered-output.exp: New file.
736
737 2017-03-08 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/completion.exp: Move TUI completion tests to ...
740 * gdb.tui/completion.exp: ... this new file.
741
742 2017-03-08 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/tui-disasm-long-lines.c,
745 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
746 gdb.base/tui-layout.exp: Move to ...
747 * gdb.tui/: ... this new directory.
748
749 2017-03-07 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/tui-layout.c: New file.
752 * gdb.base/tui-layout.exp: New file.
753
754 2017-03-07 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/tui-layout.c: Rename to ...
757 * gdb.base/tui-disasm-long-lines.c: ... this.
758 * gdb.base/tui-layout.exp: Rename to ...
759 * gdb.base/tui-disasm-long-lines.exp: ... this.
760
761 2017-03-07 Pedro Alves <palves@redhat.com>
762
763 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
764
765 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
766
767 * i386-mpx-call.c: New file.
768 * i386-mpx-call.exp: New file.
769
770 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
771
772 * gdb.arch/powerpc-power.exp: Delete test.
773 * gdb.arch/powerpc-power.s: Likewise.
774 * gdb.disasm/disassembler-options.exp: New test.
775 * gdb.arch/powerpc-altivec.exp: Likewise.
776 * gdb.arch/powerpc-altivec.s: Likewise.
777 * gdb.arch/powerpc-altivec2.exp: Likewise.
778 * gdb.arch/powerpc-altivec2.s: Likewise.
779 * gdb.arch/powerpc-altivec3.exp: Likewise.
780 * gdb.arch/powerpc-altivec3.s: Likewise.
781 * gdb.arch/powerpc-power7.exp: Likewise.
782 * gdb.arch/powerpc-power7.s: Likewise.
783 * gdb.arch/powerpc-power8.exp: Likewise.
784 * gdb.arch/powerpc-power8.s: Likewise.
785 * gdb.arch/powerpc-power9.exp: Likewise.
786 * gdb.arch/powerpc-power9.s: Likewise.
787 * gdb.arch/powerpc-vsx.exp: Likewise.
788 * gdb.arch/powerpc-vsx.s: Likewise.
789 * gdb.arch/powerpc-vsx2.exp: Likewise.
790 * gdb.arch/powerpc-vsx2.s: Likewise.
791 * gdb.arch/powerpc-vsx3.exp: Likewise.
792 * gdb.arch/powerpc-vsx3.s: Likewise.
793 * gdb.arch/arm-disassembler-options.exp: Likewise.
794 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
795 * gdb.arch/s390-disassembler-options.exp: Likewise.
796
797 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
798
799 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
800 (check_supported_features): ... this. Changed return type to void.
801 (supports_rdseed): New static global.
802 (rdseed): Check supports_rdseed.
803 (initialize): Call check_supported_features.
804
805 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
806
807 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
808 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
809 and lqarx/stqcx.
810 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
811 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
812
813 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
814
815 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
816 uppercase.
817
818 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 * gdb.dwarf2/formdata16.c: New file.
821 * gdb.dwarf2/formdata16.exp: New file.
822 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
823
824 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
825
826 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
827 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
828 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
829 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
830 DW_AT_GNU_*.
831
832 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
833
834 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
835
836 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
837
838 PR gdb/21164
839 * gdb.base/maint.exp: Add testcases for when the commands do
840 not have arguments.
841
842 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
843
844 * gdb.cp/chained-calls.exp: Use p instead of P.
845
846 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
847
848 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
849 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
850
851 2017-02-14 Tom Tromey <tom@tromey.com>
852
853 PR python/13598:
854 * gdb.python/py-events.exp: Add before_prompt event tests.
855
856 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
857
858 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
859
860 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
861
862 * gdb.linespec/explicit.c (my_unique_function_name): New function.
863 (main): Call my_unique_function_name.
864 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
865 completion of patterns with a single match.
866 Add missing -re switches to gdb_test_multiple calls.
867
868 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
869
870 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
871 return if core file is not recognized.
872
873 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
874
875 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
876 and extra UIs.
877
878 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
879
880 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
881 proc_with_prefix.
882
883 2017-02-10 Tom Tromey <tom@tromey.com>
884
885 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
886
887 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
888
889 PR gdb/21122
890 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
891
892 2017-02-08 Jerome Guitton <guitton@adacore.com>
893
894 * gdb.base/define.exp: Add test for command abbreviations
895 in define.
896
897 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
898
899 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
900 * gdb.reverse/insn-reverse-x86.c: New file.
901
902 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
903
904 PR tdep/20936
905 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
906
907 2017-02-03 Tom Tromey <tom@tromey.com>
908
909 PR rust/21097:
910 * gdb.rust/simple.exp: Add new tests.
911
912 2017-02-02 Pedro Alves <palves@redhat.com>
913
914 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
915 tests.
916
917 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
918
919 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
920 taking a 2-byte value out of a 4-byte DWARF implicit value on
921 big-endian targets.
922 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
923 logic. Add test cases for DW_OP_implicit.
924
925 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
926
927 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
928
929 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
930
931 * gdb.btrace/enable.exp: Call gdb_exit before
932 skip_gdbserver_tests.
933
934 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
935
936 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
937 GDBFLAGS.
938
939 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
940
941 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
942 the test is skipped.
943 * gdb.btrace/data.exp: Likewise.
944 * gdb.btrace/delta.exp: Likewise.
945 * gdb.btrace/dlopen.exp: Likewise.
946 * gdb.btrace/enable-running.exp: Likewise.
947 * gdb.btrace/enable.exp: Likewise.
948 * gdb.btrace/exception.exp: Likewise.
949 * gdb.btrace/function_call_history.exp: Likewise.
950 * gdb.btrace/gcore.exp: Likewise.
951 * gdb.btrace/instruction_history.exp: Likewise.
952 * gdb.btrace/multi-thread-step.exp: Likewise.
953 * gdb.btrace/nohist.exp: Likewise.
954 * gdb.btrace/non-stop.exp: Likewise.
955 * gdb.btrace/reconnect.exp: Likewise.
956 * gdb.btrace/record_goto-step.exp: Likewise.
957 * gdb.btrace/record_goto.exp: Likewise.
958 * gdb.btrace/rn-dl-bind.exp: Likewise.
959 * gdb.btrace/segv.exp: Likewise.
960 * gdb.btrace/step.exp: Likewise.
961 * gdb.btrace/stepi.exp: Likewise.
962 * gdb.btrace/tailcall-only.exp: Likewise.
963 * gdb.btrace/tailcall.exp: Likewise.
964 * gdb.btrace/tsx.exp: Likewise.
965 * gdb.btrace/unknown_functions.exp: Likewise.
966 * gdb.btrace/vdso.exp: Likewise.
967
968 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
969
970 * gdb.btrace/enable-running.c: New.
971 * gdb.btrace/enable-running.exp: New.
972
973 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
974
975 * gdb.arch/amd64-gs_base.c: New file.
976 * gdb.arch/amd64-gs_base.exp: New file.
977
978 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
979
980 * lib/memory.exp: Remove spurious empty newlines.
981
982 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
983
984 * gdb.python/py-bad-printers.exp: Load python file using "source".
985 * gdb.python/py-events.exp: Likewise.
986 * gdb.python/py-evsignal.exp: Likewise.
987 * gdb.python/py-evthreads.exp: Likewise.
988 * gdb.python/py-frame-args.exp: Likewise.
989 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
990 * gdb.python/py-framefilter-mi.exp: Likewise.
991 * gdb.python/py-framefilter.exp: Likewise.
992 * gdb.python/py-mi.exp: Likewise.
993 * gdb.python/py-pp-maint.exp: Likewise.
994 * gdb.python/py-pp-registration.exp: Likewise.
995 * gdb.python/py-prettyprint.exp: Likewise.
996 (run_lang_tests): Likewise.
997 * gdb.python/py-typeprint.exp: Likewise.
998
999 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1000
1001 * lib/memory.exp: New file.
1002 * lib/gdb.exp: Load memory.exp.
1003 * gdb.base/memattr.exp (delete_memory): Move proc to
1004 lib/memory.exp and rename to delete_memory_regions.
1005 Replace delete_memory with delete_memory_regions.
1006 Cleanup memory regions before tests.
1007 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1008 before tests.
1009
1010 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1011
1012 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1013 files.
1014 (initialize): New function conditionally defined.
1015 (testcases): Move within conditional block.
1016 (main): Call initialize.
1017 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1018 of gdb.reverse/insn-reverse.c.
1019 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1020 gdb.reverse/insn-reverse.c.
1021
1022 2017-01-26 Yao Qi <yao.qi@linaro.org>
1023
1024 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1025 disassemble on address 0.
1026
1027 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1028 Yao Qi <yao.qi@linaro.org>
1029
1030 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1031 * gdb.dwarf2/implptr-64bit.S: Remove.
1032 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1033 variables in caller's context. Add DW_OP_implicit_value.
1034
1035 2017-01-25 Yao Qi <yao.qi@linaro.org>
1036
1037 * lib/dwarf.exp (Dwarf::_location): Handle
1038 DW_OP_GNU_implicit_pointer with proper size.
1039
1040 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1041
1042 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1043 and add untested calls.
1044
1045 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1046
1047 * gdb.python/python.exp: Check line number against what GDB thinks
1048 the line number is for func1.
1049
1050 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1051
1052 * gdb.dlang/debug-expr.exp: New file.
1053
1054 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1055
1056 Fix test names for the following files:
1057
1058 * gdb.ada/exec_changed.exp
1059 * gdb.ada/info_types.exp
1060 * gdb.arch/aarch64-atomic-inst.exp
1061 * gdb.arch/aarch64-fp.exp
1062 * gdb.arch/altivec-abi.exp
1063 * gdb.arch/altivec-regs.exp
1064 * gdb.arch/amd64-byte.exp
1065 * gdb.arch/amd64-disp-step.exp
1066 * gdb.arch/amd64-dword.exp
1067 * gdb.arch/amd64-entry-value-inline.exp
1068 * gdb.arch/amd64-entry-value-param.exp
1069 * gdb.arch/amd64-entry-value-paramref.exp
1070 * gdb.arch/amd64-entry-value.exp
1071 * gdb.arch/amd64-i386-address.exp
1072 * gdb.arch/amd64-invalid-stack-middle.exp
1073 * gdb.arch/amd64-invalid-stack-top.exp
1074 * gdb.arch/amd64-optimout-repeat.exp
1075 * gdb.arch/amd64-prologue-skip.exp
1076 * gdb.arch/amd64-prologue-xmm.exp
1077 * gdb.arch/amd64-stap-special-operands.exp
1078 * gdb.arch/amd64-stap-wrong-subexp.exp
1079 * gdb.arch/amd64-tailcall-cxx.exp
1080 * gdb.arch/amd64-tailcall-noret.exp
1081 * gdb.arch/amd64-tailcall-ret.exp
1082 * gdb.arch/amd64-tailcall-self.exp
1083 * gdb.arch/amd64-word.exp
1084 * gdb.arch/arm-bl-branch-dest.exp
1085 * gdb.arch/arm-disp-step.exp
1086 * gdb.arch/arm-neon.exp
1087 * gdb.arch/arm-single-step-kernel-helper.exp
1088 * gdb.arch/avr-flash-qualifier.exp
1089 * gdb.arch/disp-step-insn-reloc.exp
1090 * gdb.arch/e500-abi.exp
1091 * gdb.arch/e500-regs.exp
1092 * gdb.arch/ftrace-insn-reloc.exp
1093 * gdb.arch/i386-avx512.exp
1094 * gdb.arch/i386-bp_permanent.exp
1095 * gdb.arch/i386-byte.exp
1096 * gdb.arch/i386-cfi-notcurrent.exp
1097 * gdb.arch/i386-disp-step.exp
1098 * gdb.arch/i386-dr3-watch.exp
1099 * gdb.arch/i386-float.exp
1100 * gdb.arch/i386-gnu-cfi.exp
1101 * gdb.arch/i386-mpx-map.exp
1102 * gdb.arch/i386-mpx-sigsegv.exp
1103 * gdb.arch/i386-mpx-simple_segv.exp
1104 * gdb.arch/i386-mpx.exp
1105 * gdb.arch/i386-permbkpt.exp
1106 * gdb.arch/i386-prologue.exp
1107 * gdb.arch/i386-signal.exp
1108 * gdb.arch/i386-size-overlap.exp
1109 * gdb.arch/i386-unwind.exp
1110 * gdb.arch/i386-word.exp
1111 * gdb.arch/mips-fcr.exp
1112 * gdb.arch/powerpc-d128-regs.exp
1113 * gdb.arch/powerpc-stackless.exp
1114 * gdb.arch/ppc64-atomic-inst.exp
1115 * gdb.arch/s390-stackless.exp
1116 * gdb.arch/s390-tdbregs.exp
1117 * gdb.arch/s390-vregs.exp
1118 * gdb.arch/sparc-sysstep.exp
1119 * gdb.arch/thumb-bx-pc.exp
1120 * gdb.arch/thumb-singlestep.exp
1121 * gdb.arch/thumb2-it.exp
1122 * gdb.arch/vsx-regs.exp
1123 * gdb.asm/asm-source.exp
1124 * gdb.base/a2-run.exp
1125 * gdb.base/advance.exp
1126 * gdb.base/all-bin.exp
1127 * gdb.base/anon.exp
1128 * gdb.base/args.exp
1129 * gdb.base/arithmet.exp
1130 * gdb.base/async-shell.exp
1131 * gdb.base/async.exp
1132 * gdb.base/attach-pie-noexec.exp
1133 * gdb.base/attach-twice.exp
1134 * gdb.base/auto-load.exp
1135 * gdb.base/bang.exp
1136 * gdb.base/bitfields.exp
1137 * gdb.base/break-always.exp
1138 * gdb.base/break-caller-line.exp
1139 * gdb.base/break-entry.exp
1140 * gdb.base/break-inline.exp
1141 * gdb.base/break-on-linker-gcd-function.exp
1142 * gdb.base/break-probes.exp
1143 * gdb.base/break.exp
1144 * gdb.base/breakpoint-shadow.exp
1145 * gdb.base/call-ar-st.exp
1146 * gdb.base/call-sc.exp
1147 * gdb.base/call-signal-resume.exp
1148 * gdb.base/call-strs.exp
1149 * gdb.base/callfuncs.exp
1150 * gdb.base/catch-fork-static.exp
1151 * gdb.base/catch-gdb-caused-signals.exp
1152 * gdb.base/catch-load.exp
1153 * gdb.base/catch-signal-fork.exp
1154 * gdb.base/catch-signal.exp
1155 * gdb.base/catch-syscall.exp
1156 * gdb.base/charset.exp
1157 * gdb.base/checkpoint.exp
1158 * gdb.base/chng-syms.exp
1159 * gdb.base/code-expr.exp
1160 * gdb.base/code_elim.exp
1161 * gdb.base/commands.exp
1162 * gdb.base/completion.exp
1163 * gdb.base/complex.exp
1164 * gdb.base/cond-expr.exp
1165 * gdb.base/condbreak.exp
1166 * gdb.base/consecutive.exp
1167 * gdb.base/continue-all-already-running.exp
1168 * gdb.base/coredump-filter.exp
1169 * gdb.base/corefile.exp
1170 * gdb.base/dbx.exp
1171 * gdb.base/debug-expr.exp
1172 * gdb.base/define.exp
1173 * gdb.base/del.exp
1174 * gdb.base/disabled-location.exp
1175 * gdb.base/disasm-end-cu.exp
1176 * gdb.base/disasm-optim.exp
1177 * gdb.base/display.exp
1178 * gdb.base/duplicate-bp.exp
1179 * gdb.base/ena-dis-br.exp
1180 * gdb.base/ending-run.exp
1181 * gdb.base/enumval.exp
1182 * gdb.base/environ.exp
1183 * gdb.base/eu-strip-infcall.exp
1184 * gdb.base/eval-avoid-side-effects.exp
1185 * gdb.base/eval-skip.exp
1186 * gdb.base/exitsignal.exp
1187 * gdb.base/expand-psymtabs.exp
1188 * gdb.base/filesym.exp
1189 * gdb.base/find-unmapped.exp
1190 * gdb.base/finish.exp
1191 * gdb.base/float.exp
1192 * gdb.base/foll-exec-mode.exp
1193 * gdb.base/foll-exec.exp
1194 * gdb.base/foll-fork.exp
1195 * gdb.base/fortran-sym-case.exp
1196 * gdb.base/freebpcmd.exp
1197 * gdb.base/func-ptr.exp
1198 * gdb.base/func-ptrs.exp
1199 * gdb.base/funcargs.exp
1200 * gdb.base/gcore-buffer-overflow.exp
1201 * gdb.base/gcore-relro-pie.exp
1202 * gdb.base/gcore-relro.exp
1203 * gdb.base/gcore.exp
1204 * gdb.base/gdb1090.exp
1205 * gdb.base/gdb11530.exp
1206 * gdb.base/gdb11531.exp
1207 * gdb.base/gdb1821.exp
1208 * gdb.base/gdbindex-stabs.exp
1209 * gdb.base/gdbvars.exp
1210 * gdb.base/hbreak.exp
1211 * gdb.base/hbreak2.exp
1212 * gdb.base/included.exp
1213 * gdb.base/infcall-input.exp
1214 * gdb.base/inferior-died.exp
1215 * gdb.base/infnan.exp
1216 * gdb.base/info-macros.exp
1217 * gdb.base/info-os.exp
1218 * gdb.base/info-proc.exp
1219 * gdb.base/info-shared.exp
1220 * gdb.base/info-target.exp
1221 * gdb.base/infoline.exp
1222 * gdb.base/interp.exp
1223 * gdb.base/interrupt.exp
1224 * gdb.base/jit-reader.exp
1225 * gdb.base/jit-simple.exp
1226 * gdb.base/kill-after-signal.exp
1227 * gdb.base/kill-detach-inferiors-cmd.exp
1228 * gdb.base/label.exp
1229 * gdb.base/langs.exp
1230 * gdb.base/ldbl_e308.exp
1231 * gdb.base/line-symtabs.exp
1232 * gdb.base/linespecs.exp
1233 * gdb.base/list.exp
1234 * gdb.base/long_long.exp
1235 * gdb.base/longest-types.exp
1236 * gdb.base/maint.exp
1237 * gdb.base/max-value-size.exp
1238 * gdb.base/memattr.exp
1239 * gdb.base/mips_pro.exp
1240 * gdb.base/morestack.exp
1241 * gdb.base/moribund-step.exp
1242 * gdb.base/multi-forks.exp
1243 * gdb.base/nested-addr.exp
1244 * gdb.base/nextoverexit.exp
1245 * gdb.base/noreturn-finish.exp
1246 * gdb.base/noreturn-return.exp
1247 * gdb.base/nostdlib.exp
1248 * gdb.base/offsets.exp
1249 * gdb.base/opaque.exp
1250 * gdb.base/pc-fp.exp
1251 * gdb.base/permissions.exp
1252 * gdb.base/print-symbol-loading.exp
1253 * gdb.base/prologue-include.exp
1254 * gdb.base/psymtab.exp
1255 * gdb.base/ptype.exp
1256 * gdb.base/random-signal.exp
1257 * gdb.base/randomize.exp
1258 * gdb.base/range-stepping.exp
1259 * gdb.base/readline-ask.exp
1260 * gdb.base/recpar.exp
1261 * gdb.base/recurse.exp
1262 * gdb.base/relational.exp
1263 * gdb.base/restore.exp
1264 * gdb.base/return-nodebug.exp
1265 * gdb.base/return.exp
1266 * gdb.base/run-after-attach.exp
1267 * gdb.base/save-bp.exp
1268 * gdb.base/scope.exp
1269 * gdb.base/sect-cmd.exp
1270 * gdb.base/set-lang-auto.exp
1271 * gdb.base/set-noassign.exp
1272 * gdb.base/setvar.exp
1273 * gdb.base/sigall.exp
1274 * gdb.base/sigbpt.exp
1275 * gdb.base/siginfo-addr.exp
1276 * gdb.base/siginfo-infcall.exp
1277 * gdb.base/siginfo-obj.exp
1278 * gdb.base/siginfo.exp
1279 * gdb.base/signals-state-child.exp
1280 * gdb.base/signest.exp
1281 * gdb.base/sigstep.exp
1282 * gdb.base/sizeof.exp
1283 * gdb.base/skip.exp
1284 * gdb.base/solib-corrupted.exp
1285 * gdb.base/solib-nodir.exp
1286 * gdb.base/solib-search.exp
1287 * gdb.base/stack-checking.exp
1288 * gdb.base/stale-infcall.exp
1289 * gdb.base/stap-probe.exp
1290 * gdb.base/start.exp
1291 * gdb.base/step-break.exp
1292 * gdb.base/step-bt.exp
1293 * gdb.base/step-line.exp
1294 * gdb.base/step-over-exit.exp
1295 * gdb.base/step-over-syscall.exp
1296 * gdb.base/step-resume-infcall.exp
1297 * gdb.base/step-test.exp
1298 * gdb.base/store.exp
1299 * gdb.base/structs3.exp
1300 * gdb.base/sym-file.exp
1301 * gdb.base/symbol-without-target_section.exp
1302 * gdb.base/term.exp
1303 * gdb.base/testenv.exp
1304 * gdb.base/ui-redirect.exp
1305 * gdb.base/until.exp
1306 * gdb.base/unwindonsignal.exp
1307 * gdb.base/value-double-free.exp
1308 * gdb.base/vla-datatypes.exp
1309 * gdb.base/vla-ptr.exp
1310 * gdb.base/vla-sideeffect.exp
1311 * gdb.base/volatile.exp
1312 * gdb.base/watch-cond-infcall.exp
1313 * gdb.base/watch-cond.exp
1314 * gdb.base/watch-non-mem.exp
1315 * gdb.base/watch-read.exp
1316 * gdb.base/watch-vfork.exp
1317 * gdb.base/watchpoint-cond-gone.exp
1318 * gdb.base/watchpoint-delete.exp
1319 * gdb.base/watchpoint-hw-hit-once.exp
1320 * gdb.base/watchpoint-hw.exp
1321 * gdb.base/watchpoint-stops-at-right-insn.exp
1322 * gdb.base/watchpoints.exp
1323 * gdb.base/wchar.exp
1324 * gdb.base/whatis-exp.exp
1325 * gdb.btrace/buffer-size.exp
1326 * gdb.btrace/data.exp
1327 * gdb.btrace/delta.exp
1328 * gdb.btrace/dlopen.exp
1329 * gdb.btrace/enable.exp
1330 * gdb.btrace/exception.exp
1331 * gdb.btrace/function_call_history.exp
1332 * gdb.btrace/gcore.exp
1333 * gdb.btrace/instruction_history.exp
1334 * gdb.btrace/nohist.exp
1335 * gdb.btrace/reconnect.exp
1336 * gdb.btrace/record_goto-step.exp
1337 * gdb.btrace/record_goto.exp
1338 * gdb.btrace/rn-dl-bind.exp
1339 * gdb.btrace/segv.exp
1340 * gdb.btrace/step.exp
1341 * gdb.btrace/stepi.exp
1342 * gdb.btrace/tailcall-only.exp
1343 * gdb.btrace/tailcall.exp
1344 * gdb.btrace/tsx.exp
1345 * gdb.btrace/unknown_functions.exp
1346 * gdb.btrace/vdso.exp
1347 * gdb.compile/compile-ifunc.exp
1348 * gdb.compile/compile-ops.exp
1349 * gdb.compile/compile-print.exp
1350 * gdb.compile/compile-setjmp.exp
1351 * gdb.cp/abstract-origin.exp
1352 * gdb.cp/ambiguous.exp
1353 * gdb.cp/annota2.exp
1354 * gdb.cp/annota3.exp
1355 * gdb.cp/anon-ns.exp
1356 * gdb.cp/anon-struct.exp
1357 * gdb.cp/anon-union.exp
1358 * gdb.cp/arg-reference.exp
1359 * gdb.cp/baseenum.exp
1360 * gdb.cp/bool.exp
1361 * gdb.cp/breakpoint.exp
1362 * gdb.cp/bs15503.exp
1363 * gdb.cp/call-c.exp
1364 * gdb.cp/casts.exp
1365 * gdb.cp/chained-calls.exp
1366 * gdb.cp/class2.exp
1367 * gdb.cp/classes.exp
1368 * gdb.cp/cmpd-minsyms.exp
1369 * gdb.cp/converts.exp
1370 * gdb.cp/cp-relocate.exp
1371 * gdb.cp/cpcompletion.exp
1372 * gdb.cp/cpexprs.exp
1373 * gdb.cp/cplabel.exp
1374 * gdb.cp/cplusfuncs.exp
1375 * gdb.cp/cpsizeof.exp
1376 * gdb.cp/ctti.exp
1377 * gdb.cp/derivation.exp
1378 * gdb.cp/destrprint.exp
1379 * gdb.cp/dispcxx.exp
1380 * gdb.cp/enum-class.exp
1381 * gdb.cp/exception.exp
1382 * gdb.cp/exceptprint.exp
1383 * gdb.cp/expand-psymtabs-cxx.exp
1384 * gdb.cp/expand-sals.exp
1385 * gdb.cp/extern-c.exp
1386 * gdb.cp/filename.exp
1387 * gdb.cp/formatted-ref.exp
1388 * gdb.cp/fpointer.exp
1389 * gdb.cp/gdb1355.exp
1390 * gdb.cp/gdb2495.exp
1391 * gdb.cp/hang.exp
1392 * gdb.cp/impl-this.exp
1393 * gdb.cp/infcall-dlopen.exp
1394 * gdb.cp/inherit.exp
1395 * gdb.cp/iostream.exp
1396 * gdb.cp/koenig.exp
1397 * gdb.cp/local.exp
1398 * gdb.cp/m-data.exp
1399 * gdb.cp/m-static.exp
1400 * gdb.cp/mb-ctor.exp
1401 * gdb.cp/mb-inline.exp
1402 * gdb.cp/mb-templates.exp
1403 * gdb.cp/member-name.exp
1404 * gdb.cp/member-ptr.exp
1405 * gdb.cp/meth-typedefs.exp
1406 * gdb.cp/method.exp
1407 * gdb.cp/method2.exp
1408 * gdb.cp/minsym-fallback.exp
1409 * gdb.cp/misc.exp
1410 * gdb.cp/namelessclass.exp
1411 * gdb.cp/namespace-enum.exp
1412 * gdb.cp/namespace-nested-import.exp
1413 * gdb.cp/namespace.exp
1414 * gdb.cp/nextoverthrow.exp
1415 * gdb.cp/no-dmgl-verbose.exp
1416 * gdb.cp/non-trivial-retval.exp
1417 * gdb.cp/noparam.exp
1418 * gdb.cp/nsdecl.exp
1419 * gdb.cp/nsimport.exp
1420 * gdb.cp/nsnested.exp
1421 * gdb.cp/nsnoimports.exp
1422 * gdb.cp/nsrecurs.exp
1423 * gdb.cp/nsstress.exp
1424 * gdb.cp/nsusing.exp
1425 * gdb.cp/operator.exp
1426 * gdb.cp/oranking.exp
1427 * gdb.cp/overload-const.exp
1428 * gdb.cp/overload.exp
1429 * gdb.cp/ovldbreak.exp
1430 * gdb.cp/ovsrch.exp
1431 * gdb.cp/paren-type.exp
1432 * gdb.cp/parse-lang.exp
1433 * gdb.cp/pass-by-ref.exp
1434 * gdb.cp/pr-1023.exp
1435 * gdb.cp/pr-1210.exp
1436 * gdb.cp/pr-574.exp
1437 * gdb.cp/pr10687.exp
1438 * gdb.cp/pr12028.exp
1439 * gdb.cp/pr17132.exp
1440 * gdb.cp/pr17494.exp
1441 * gdb.cp/pr9067.exp
1442 * gdb.cp/pr9167.exp
1443 * gdb.cp/pr9631.exp
1444 * gdb.cp/printmethod.exp
1445 * gdb.cp/psmang.exp
1446 * gdb.cp/psymtab-parameter.exp
1447 * gdb.cp/ptype-cv-cp.exp
1448 * gdb.cp/ptype-flags.exp
1449 * gdb.cp/re-set-overloaded.exp
1450 * gdb.cp/ref-types.exp
1451 * gdb.cp/rtti.exp
1452 * gdb.cp/scope-err.exp
1453 * gdb.cp/shadow.exp
1454 * gdb.cp/smartp.exp
1455 * gdb.cp/static-method.exp
1456 * gdb.cp/static-print-quit.exp
1457 * gdb.cp/temargs.exp
1458 * gdb.cp/templates.exp
1459 * gdb.cp/try_catch.exp
1460 * gdb.cp/typedef-operator.exp
1461 * gdb.cp/typeid.exp
1462 * gdb.cp/userdef.exp
1463 * gdb.cp/using-crash.exp
1464 * gdb.cp/var-tag.exp
1465 * gdb.cp/virtbase.exp
1466 * gdb.cp/virtfunc.exp
1467 * gdb.cp/virtfunc2.exp
1468 * gdb.cp/vla-cxx.exp
1469 * gdb.disasm/t01_mov.exp
1470 * gdb.disasm/t02_mova.exp
1471 * gdb.disasm/t03_add.exp
1472 * gdb.disasm/t04_sub.exp
1473 * gdb.disasm/t05_cmp.exp
1474 * gdb.disasm/t06_ari2.exp
1475 * gdb.disasm/t07_ari3.exp
1476 * gdb.disasm/t08_or.exp
1477 * gdb.disasm/t09_xor.exp
1478 * gdb.disasm/t10_and.exp
1479 * gdb.disasm/t11_logs.exp
1480 * gdb.disasm/t12_bit.exp
1481 * gdb.disasm/t13_otr.exp
1482 * gdb.dlang/circular.exp
1483 * gdb.dwarf2/arr-stride.exp
1484 * gdb.dwarf2/arr-subrange.exp
1485 * gdb.dwarf2/atomic-type.exp
1486 * gdb.dwarf2/bad-regnum.exp
1487 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1488 * gdb.dwarf2/callframecfa.exp
1489 * gdb.dwarf2/clztest.exp
1490 * gdb.dwarf2/corrupt.exp
1491 * gdb.dwarf2/data-loc.exp
1492 * gdb.dwarf2/dup-psym.exp
1493 * gdb.dwarf2/dw2-anon-mptr.exp
1494 * gdb.dwarf2/dw2-anonymous-func.exp
1495 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1496 * gdb.dwarf2/dw2-bad-unresolved.exp
1497 * gdb.dwarf2/dw2-basic.exp
1498 * gdb.dwarf2/dw2-canonicalize-type.exp
1499 * gdb.dwarf2/dw2-case-insensitive.exp
1500 * gdb.dwarf2/dw2-common-block.exp
1501 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1502 * gdb.dwarf2/dw2-compressed.exp
1503 * gdb.dwarf2/dw2-const.exp
1504 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1505 * gdb.dwarf2/dw2-cu-size.exp
1506 * gdb.dwarf2/dw2-dup-frame.exp
1507 * gdb.dwarf2/dw2-entry-value.exp
1508 * gdb.dwarf2/dw2-icycle.exp
1509 * gdb.dwarf2/dw2-ifort-parameter.exp
1510 * gdb.dwarf2/dw2-inline-break.exp
1511 * gdb.dwarf2/dw2-inline-param.exp
1512 * gdb.dwarf2/dw2-intercu.exp
1513 * gdb.dwarf2/dw2-intermix.exp
1514 * gdb.dwarf2/dw2-lexical-block-bare.exp
1515 * gdb.dwarf2/dw2-linkage-name-trust.exp
1516 * gdb.dwarf2/dw2-minsym-in-cu.exp
1517 * gdb.dwarf2/dw2-noloc.exp
1518 * gdb.dwarf2/dw2-op-call.exp
1519 * gdb.dwarf2/dw2-op-out-param.exp
1520 * gdb.dwarf2/dw2-opt-structptr.exp
1521 * gdb.dwarf2/dw2-param-error.exp
1522 * gdb.dwarf2/dw2-producer.exp
1523 * gdb.dwarf2/dw2-ranges-base.exp
1524 * gdb.dwarf2/dw2-ref-missing-frame.exp
1525 * gdb.dwarf2/dw2-reg-undefined.exp
1526 * gdb.dwarf2/dw2-regno-invalid.exp
1527 * gdb.dwarf2/dw2-restore.exp
1528 * gdb.dwarf2/dw2-restrict.exp
1529 * gdb.dwarf2/dw2-single-line-discriminators.exp
1530 * gdb.dwarf2/dw2-strp.exp
1531 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1532 * gdb.dwarf2/dw2-unresolved.exp
1533 * gdb.dwarf2/dw2-var-zero-addr.exp
1534 * gdb.dwarf2/dw4-sig-types.exp
1535 * gdb.dwarf2/dwz.exp
1536 * gdb.dwarf2/dynarr-ptr.exp
1537 * gdb.dwarf2/enum-type.exp
1538 * gdb.dwarf2/gdb-index.exp
1539 * gdb.dwarf2/implptr-64bit.exp
1540 * gdb.dwarf2/implptr-optimized-out.exp
1541 * gdb.dwarf2/implptr.exp
1542 * gdb.dwarf2/implref-array.exp
1543 * gdb.dwarf2/implref-const.exp
1544 * gdb.dwarf2/implref-global.exp
1545 * gdb.dwarf2/implref-struct.exp
1546 * gdb.dwarf2/mac-fileno.exp
1547 * gdb.dwarf2/main-subprogram.exp
1548 * gdb.dwarf2/member-ptr-forwardref.exp
1549 * gdb.dwarf2/method-ptr.exp
1550 * gdb.dwarf2/missing-sig-type.exp
1551 * gdb.dwarf2/nonvar-access.exp
1552 * gdb.dwarf2/opaque-type-lookup.exp
1553 * gdb.dwarf2/pieces-optimized-out.exp
1554 * gdb.dwarf2/pieces.exp
1555 * gdb.dwarf2/pr10770.exp
1556 * gdb.dwarf2/pr13961.exp
1557 * gdb.dwarf2/staticvirtual.exp
1558 * gdb.dwarf2/subrange.exp
1559 * gdb.dwarf2/symtab-producer.exp
1560 * gdb.dwarf2/trace-crash.exp
1561 * gdb.dwarf2/typeddwarf.exp
1562 * gdb.dwarf2/valop.exp
1563 * gdb.dwarf2/watch-notconst.exp
1564 * gdb.fortran/array-element.exp
1565 * gdb.fortran/charset.exp
1566 * gdb.fortran/common-block.exp
1567 * gdb.fortran/complex.exp
1568 * gdb.fortran/derived-type-function.exp
1569 * gdb.fortran/derived-type.exp
1570 * gdb.fortran/logical.exp
1571 * gdb.fortran/module.exp
1572 * gdb.fortran/multi-dim.exp
1573 * gdb.fortran/nested-funcs.exp
1574 * gdb.fortran/print-formatted.exp
1575 * gdb.fortran/subarray.exp
1576 * gdb.fortran/vla-alloc-assoc.exp
1577 * gdb.fortran/vla-datatypes.exp
1578 * gdb.fortran/vla-history.exp
1579 * gdb.fortran/vla-ptr-info.exp
1580 * gdb.fortran/vla-ptype-sub.exp
1581 * gdb.fortran/vla-ptype.exp
1582 * gdb.fortran/vla-sizeof.exp
1583 * gdb.fortran/vla-type.exp
1584 * gdb.fortran/vla-value-sub-arbitrary.exp
1585 * gdb.fortran/vla-value-sub-finish.exp
1586 * gdb.fortran/vla-value-sub.exp
1587 * gdb.fortran/vla-value.exp
1588 * gdb.fortran/whatis_type.exp
1589 * gdb.go/chan.exp
1590 * gdb.go/handcall.exp
1591 * gdb.go/hello.exp
1592 * gdb.go/integers.exp
1593 * gdb.go/methods.exp
1594 * gdb.go/package.exp
1595 * gdb.go/strings.exp
1596 * gdb.go/types.exp
1597 * gdb.go/unsafe.exp
1598 * gdb.guile/scm-arch.exp
1599 * gdb.guile/scm-block.exp
1600 * gdb.guile/scm-breakpoint.exp
1601 * gdb.guile/scm-cmd.exp
1602 * gdb.guile/scm-disasm.exp
1603 * gdb.guile/scm-equal.exp
1604 * gdb.guile/scm-frame-args.exp
1605 * gdb.guile/scm-frame-inline.exp
1606 * gdb.guile/scm-frame.exp
1607 * gdb.guile/scm-iterator.exp
1608 * gdb.guile/scm-math.exp
1609 * gdb.guile/scm-objfile.exp
1610 * gdb.guile/scm-ports.exp
1611 * gdb.guile/scm-symbol.exp
1612 * gdb.guile/scm-symtab.exp
1613 * gdb.guile/scm-value-cc.exp
1614 * gdb.guile/types-module.exp
1615 * gdb.linespec/break-ask.exp
1616 * gdb.linespec/cpexplicit.exp
1617 * gdb.linespec/explicit.exp
1618 * gdb.linespec/keywords.exp
1619 * gdb.linespec/linespec.exp
1620 * gdb.linespec/ls-dollar.exp
1621 * gdb.linespec/ls-errs.exp
1622 * gdb.linespec/skip-two.exp
1623 * gdb.linespec/thread.exp
1624 * gdb.mi/mi-async.exp
1625 * gdb.mi/mi-basics.exp
1626 * gdb.mi/mi-break.exp
1627 * gdb.mi/mi-catch-load.exp
1628 * gdb.mi/mi-cli.exp
1629 * gdb.mi/mi-cmd-param-changed.exp
1630 * gdb.mi/mi-console.exp
1631 * gdb.mi/mi-detach.exp
1632 * gdb.mi/mi-disassemble.exp
1633 * gdb.mi/mi-eval.exp
1634 * gdb.mi/mi-file-transfer.exp
1635 * gdb.mi/mi-file.exp
1636 * gdb.mi/mi-fill-memory.exp
1637 * gdb.mi/mi-inheritance-syntax-error.exp
1638 * gdb.mi/mi-linespec-err-cp.exp
1639 * gdb.mi/mi-logging.exp
1640 * gdb.mi/mi-memory-changed.exp
1641 * gdb.mi/mi-read-memory.exp
1642 * gdb.mi/mi-record-changed.exp
1643 * gdb.mi/mi-reg-undefined.exp
1644 * gdb.mi/mi-regs.exp
1645 * gdb.mi/mi-return.exp
1646 * gdb.mi/mi-reverse.exp
1647 * gdb.mi/mi-simplerun.exp
1648 * gdb.mi/mi-solib.exp
1649 * gdb.mi/mi-stack.exp
1650 * gdb.mi/mi-stepi.exp
1651 * gdb.mi/mi-syn-frame.exp
1652 * gdb.mi/mi-until.exp
1653 * gdb.mi/mi-var-block.exp
1654 * gdb.mi/mi-var-child.exp
1655 * gdb.mi/mi-var-cmd.exp
1656 * gdb.mi/mi-var-cp.exp
1657 * gdb.mi/mi-var-display.exp
1658 * gdb.mi/mi-var-invalidate.exp
1659 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1660 * gdb.mi/mi-vla-fortran.exp
1661 * gdb.mi/mi-watch.exp
1662 * gdb.mi/mi2-var-child.exp
1663 * gdb.mi/user-selected-context-sync.exp
1664 * gdb.modula2/unbounded-array.exp
1665 * gdb.multi/dummy-frame-restore.exp
1666 * gdb.multi/multi-arch-exec.exp
1667 * gdb.multi/multi-arch.exp
1668 * gdb.multi/tids.exp
1669 * gdb.multi/watchpoint-multi.exp
1670 * gdb.opencl/callfuncs.exp
1671 * gdb.opencl/convs_casts.exp
1672 * gdb.opencl/datatypes.exp
1673 * gdb.opencl/operators.exp
1674 * gdb.opencl/vec_comps.exp
1675 * gdb.opt/clobbered-registers-O2.exp
1676 * gdb.opt/inline-break.exp
1677 * gdb.opt/inline-bt.exp
1678 * gdb.opt/inline-cmds.exp
1679 * gdb.opt/inline-locals.exp
1680 * gdb.pascal/case-insensitive-symbols.exp
1681 * gdb.pascal/floats.exp
1682 * gdb.pascal/gdb11492.exp
1683 * gdb.python/lib-types.exp
1684 * gdb.python/py-arch.exp
1685 * gdb.python/py-as-string.exp
1686 * gdb.python/py-bad-printers.exp
1687 * gdb.python/py-block.exp
1688 * gdb.python/py-breakpoint-create-fail.exp
1689 * gdb.python/py-breakpoint.exp
1690 * gdb.python/py-caller-is.exp
1691 * gdb.python/py-cmd.exp
1692 * gdb.python/py-explore-cc.exp
1693 * gdb.python/py-explore.exp
1694 * gdb.python/py-finish-breakpoint.exp
1695 * gdb.python/py-finish-breakpoint2.exp
1696 * gdb.python/py-frame-args.exp
1697 * gdb.python/py-frame-inline.exp
1698 * gdb.python/py-frame.exp
1699 * gdb.python/py-framefilter-mi.exp
1700 * gdb.python/py-infthread.exp
1701 * gdb.python/py-lazy-string.exp
1702 * gdb.python/py-linetable.exp
1703 * gdb.python/py-mi-events.exp
1704 * gdb.python/py-mi-objfile.exp
1705 * gdb.python/py-mi.exp
1706 * gdb.python/py-objfile.exp
1707 * gdb.python/py-pp-integral.exp
1708 * gdb.python/py-pp-maint.exp
1709 * gdb.python/py-pp-re-notag.exp
1710 * gdb.python/py-pp-registration.exp
1711 * gdb.python/py-recurse-unwind.exp
1712 * gdb.python/py-strfns.exp
1713 * gdb.python/py-symbol.exp
1714 * gdb.python/py-symtab.exp
1715 * gdb.python/py-sync-interp.exp
1716 * gdb.python/py-typeprint.exp
1717 * gdb.python/py-unwind-maint.exp
1718 * gdb.python/py-unwind.exp
1719 * gdb.python/py-value-cc.exp
1720 * gdb.python/py-xmethods.exp
1721 * gdb.reverse/amd64-tailcall-reverse.exp
1722 * gdb.reverse/break-precsave.exp
1723 * gdb.reverse/break-reverse.exp
1724 * gdb.reverse/consecutive-precsave.exp
1725 * gdb.reverse/consecutive-reverse.exp
1726 * gdb.reverse/finish-precsave.exp
1727 * gdb.reverse/finish-reverse-bkpt.exp
1728 * gdb.reverse/finish-reverse.exp
1729 * gdb.reverse/fstatat-reverse.exp
1730 * gdb.reverse/getresuid-reverse.exp
1731 * gdb.reverse/i386-precsave.exp
1732 * gdb.reverse/i386-reverse.exp
1733 * gdb.reverse/i386-sse-reverse.exp
1734 * gdb.reverse/i387-env-reverse.exp
1735 * gdb.reverse/i387-stack-reverse.exp
1736 * gdb.reverse/insn-reverse.exp
1737 * gdb.reverse/machinestate-precsave.exp
1738 * gdb.reverse/machinestate.exp
1739 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1740 * gdb.reverse/pipe-reverse.exp
1741 * gdb.reverse/readv-reverse.exp
1742 * gdb.reverse/recvmsg-reverse.exp
1743 * gdb.reverse/rerun-prec.exp
1744 * gdb.reverse/s390-mvcle.exp
1745 * gdb.reverse/step-precsave.exp
1746 * gdb.reverse/step-reverse.exp
1747 * gdb.reverse/time-reverse.exp
1748 * gdb.reverse/until-precsave.exp
1749 * gdb.reverse/until-reverse.exp
1750 * gdb.reverse/waitpid-reverse.exp
1751 * gdb.reverse/watch-precsave.exp
1752 * gdb.reverse/watch-reverse.exp
1753 * gdb.rust/generics.exp
1754 * gdb.rust/methods.exp
1755 * gdb.rust/modules.exp
1756 * gdb.rust/simple.exp
1757 * gdb.server/connect-with-no-symbol-file.exp
1758 * gdb.server/ext-attach.exp
1759 * gdb.server/ext-restart.exp
1760 * gdb.server/ext-wrapper.exp
1761 * gdb.server/file-transfer.exp
1762 * gdb.server/server-exec-info.exp
1763 * gdb.server/server-kill.exp
1764 * gdb.server/server-mon.exp
1765 * gdb.server/wrapper.exp
1766 * gdb.stabs/exclfwd.exp
1767 * gdb.stabs/gdb11479.exp
1768 * gdb.threads/clone-new-thread-event.exp
1769 * gdb.threads/corethreads.exp
1770 * gdb.threads/current-lwp-dead.exp
1771 * gdb.threads/dlopen-libpthread.exp
1772 * gdb.threads/gcore-thread.exp
1773 * gdb.threads/sigstep-threads.exp
1774 * gdb.threads/watchpoint-fork.exp
1775 * gdb.trace/actions-changed.exp
1776 * gdb.trace/backtrace.exp
1777 * gdb.trace/change-loc.exp
1778 * gdb.trace/circ.exp
1779 * gdb.trace/collection.exp
1780 * gdb.trace/disconnected-tracing.exp
1781 * gdb.trace/ftrace.exp
1782 * gdb.trace/mi-trace-frame-collected.exp
1783 * gdb.trace/mi-trace-unavailable.exp
1784 * gdb.trace/mi-traceframe-changed.exp
1785 * gdb.trace/mi-tsv-changed.exp
1786 * gdb.trace/no-attach-trace.exp
1787 * gdb.trace/passc-dyn.exp
1788 * gdb.trace/qtro.exp
1789 * gdb.trace/range-stepping.exp
1790 * gdb.trace/read-memory.exp
1791 * gdb.trace/save-trace.exp
1792 * gdb.trace/signal.exp
1793 * gdb.trace/status-stop.exp
1794 * gdb.trace/tfile.exp
1795 * gdb.trace/trace-break.exp
1796 * gdb.trace/trace-buffer-size.exp
1797 * gdb.trace/trace-condition.exp
1798 * gdb.trace/tracefile-pseudo-reg.exp
1799 * gdb.trace/tstatus.exp
1800 * gdb.trace/unavailable.exp
1801 * gdb.trace/while-dyn.exp
1802 * gdb.trace/while-stepping.exp
1803
1804 2016-12-22 Doug Evans <xdje42@gmail.com>
1805
1806 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1807 and msymbols.
1808
1809 2016-12-19 Yao Qi <yao.qi@linaro.org>
1810
1811 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1812 (test_with_self): Don't call do_steps_and_nexts, and remove
1813 code about stepping into xmalloc.
1814
1815 2016-12-09 Yao Qi <yao.qi@linaro.org>
1816
1817 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1818
1819 2016-12-09 Yao Qi <yao.qi@linaro.org>
1820
1821 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1822
1823 2016-12-09 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.base/all-architectures-0.exp: New file.
1826 * gdb.base/all-architectures-1.exp: New file.
1827 * gdb.base/all-architectures-2.exp: New file.
1828 * gdb.base/all-architectures-3.exp: New file.
1829 * gdb.base/all-architectures-4.exp: New file.
1830 * gdb.base/all-architectures-5.exp: New file.
1831 * gdb.base/all-architectures-6.exp: New file.
1832 * gdb.base/all-architectures-7.exp: New file.
1833 * gdb.base/all-architectures.exp.in: New file.
1834
1835 2016-12-09 Yao Qi <yao.qi@linaro.org>
1836
1837 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1838
1839 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1840
1841 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1842 possible.
1843 Remove useless pattern-matching code.
1844
1845 2016-12-02 Pedro Alves <palves@redhat.com>
1846
1847 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1848 procedure.
1849 (top level): Call it.
1850
1851 2016-12-02 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1854 New procedure.
1855 (top level): Call it.
1856
1857 2016-12-02 Pedro Alves <palves@redhat.com>
1858
1859 PR cli/20559
1860 * gdb.base/commands.exp (user_defined_command_args_eval): New
1861 procedure.
1862 (top level): Call it.
1863
1864 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1865
1866 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1867 timeout handling.
1868
1869 2016-12-02 Tom Tromey <tom@tromey.com>
1870
1871 * gdb.dwarf2/main-subprogram.c: New file.
1872 * gdb.dwarf2/main-subprogram.exp: New file.
1873
1874 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1875
1876 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1877 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1878 gdb_test_no_output for a couple of cases.
1879 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1880
1881 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1882
1883 Fix test names and standardize compilation error messages throughout
1884 the following files:
1885
1886 * gdb.ada/start.exp
1887 * gdb.arch/alpha-step.exp
1888 * gdb.arch/e500-prologue.exp
1889 * gdb.arch/ftrace-insn-reloc.exp
1890 * gdb.arch/gdb1291.exp
1891 * gdb.arch/gdb1431.exp
1892 * gdb.arch/gdb1558.exp
1893 * gdb.arch/i386-dr3-watch.exp
1894 * gdb.arch/i386-sse-stack-align.exp
1895 * gdb.arch/ia64-breakpoint-shadow.exp
1896 * gdb.arch/pa-nullify.exp
1897 * gdb.arch/powerpc-aix-prologue.exp
1898 * gdb.arch/thumb-bx-pc.exp
1899 * gdb.base/annota1.exp
1900 * gdb.base/annota3.exp
1901 * gdb.base/arrayidx.exp
1902 * gdb.base/assign.exp
1903 * gdb.base/attach.exp
1904 * gdb.base/auxv.exp
1905 * gdb.base/bang.exp
1906 * gdb.base/bfp-test.exp
1907 * gdb.base/bigcore.exp
1908 * gdb.base/bitfields2.exp
1909 * gdb.base/break-fun-addr.exp
1910 * gdb.base/break-probes.exp
1911 * gdb.base/call-rt-st.exp
1912 * gdb.base/callexit.exp
1913 * gdb.base/catch-fork-kill.exp
1914 * gdb.base/charset.exp
1915 * gdb.base/checkpoint.exp
1916 * gdb.base/comprdebug.exp
1917 * gdb.base/constvars.exp
1918 * gdb.base/coredump-filter.exp
1919 * gdb.base/cursal.exp
1920 * gdb.base/cvexpr.exp
1921 * gdb.base/detach.exp
1922 * gdb.base/display.exp
1923 * gdb.base/dmsym.exp
1924 * gdb.base/dprintf-pending.exp
1925 * gdb.base/dso2dso.exp
1926 * gdb.base/dtrace-probe.exp
1927 * gdb.base/dump.exp
1928 * gdb.base/enum_cond.exp
1929 * gdb.base/exe-lock.exp
1930 * gdb.base/exec-invalid-sysroot.exp
1931 * gdb.base/execl-update-breakpoints.exp
1932 * gdb.base/exprs.exp
1933 * gdb.base/fileio.exp
1934 * gdb.base/find.exp
1935 * gdb.base/finish.exp
1936 * gdb.base/fixsection.exp
1937 * gdb.base/foll-vfork.exp
1938 * gdb.base/frame-args.exp
1939 * gdb.base/gcore.exp
1940 * gdb.base/gdb1250.exp
1941 * gdb.base/global-var-nested-by-dso.exp
1942 * gdb.base/gnu-ifunc.exp
1943 * gdb.base/hashline1.exp
1944 * gdb.base/hashline2.exp
1945 * gdb.base/hashline3.exp
1946 * gdb.base/hbreak-in-shr-unsupported.exp
1947 * gdb.base/huge.exp
1948 * gdb.base/infcall-input.exp
1949 * gdb.base/info-fun.exp
1950 * gdb.base/info-shared.exp
1951 * gdb.base/jit-simple.exp
1952 * gdb.base/jit-so.exp
1953 * gdb.base/jit.exp
1954 * gdb.base/jump.exp
1955 * gdb.base/label.exp
1956 * gdb.base/lineinc.exp
1957 * gdb.base/logical.exp
1958 * gdb.base/longjmp.exp
1959 * gdb.base/macscp.exp
1960 * gdb.base/miscexprs.exp
1961 * gdb.base/new-ui-echo.exp
1962 * gdb.base/new-ui-pending-input.exp
1963 * gdb.base/new-ui.exp
1964 * gdb.base/nodebug.exp
1965 * gdb.base/nofield.exp
1966 * gdb.base/offsets.exp
1967 * gdb.base/overlays.exp
1968 * gdb.base/pending.exp
1969 * gdb.base/pointers.exp
1970 * gdb.base/pr11022.exp
1971 * gdb.base/printcmds.exp
1972 * gdb.base/prologue.exp
1973 * gdb.base/ptr-typedef.exp
1974 * gdb.base/realname-expand.exp
1975 * gdb.base/relativedebug.exp
1976 * gdb.base/relocate.exp
1977 * gdb.base/remote.exp
1978 * gdb.base/reread.exp
1979 * gdb.base/return2.exp
1980 * gdb.base/savedregs.exp
1981 * gdb.base/sep.exp
1982 * gdb.base/sepdebug.exp
1983 * gdb.base/sepsymtab.exp
1984 * gdb.base/set-inferior-tty.exp
1985 * gdb.base/setshow.exp
1986 * gdb.base/shlib-call.exp
1987 * gdb.base/sigaltstack.exp
1988 * gdb.base/siginfo-addr.exp
1989 * gdb.base/signals.exp
1990 * gdb.base/signull.exp
1991 * gdb.base/sigrepeat.exp
1992 * gdb.base/so-impl-ld.exp
1993 * gdb.base/solib-display.exp
1994 * gdb.base/solib-overlap.exp
1995 * gdb.base/solib-search.exp
1996 * gdb.base/solib-symbol.exp
1997 * gdb.base/structs.exp
1998 * gdb.base/structs2.exp
1999 * gdb.base/symtab-search-order.exp
2000 * gdb.base/twice.exp
2001 * gdb.base/unload.exp
2002 * gdb.base/varargs.exp
2003 * gdb.base/watchpoint-solib.exp
2004 * gdb.base/watchpoint.exp
2005 * gdb.base/whatis.exp
2006 * gdb.base/wrong_frame_bt_full.exp
2007 * gdb.btrace/dlopen.exp
2008 * gdb.cell/ea-standalone.exp
2009 * gdb.cell/ea-test.exp
2010 * gdb.cp/dispcxx.exp
2011 * gdb.cp/gdb2384.exp
2012 * gdb.cp/method2.exp
2013 * gdb.cp/nextoverthrow.exp
2014 * gdb.cp/pr10728.exp
2015 * gdb.disasm/am33.exp
2016 * gdb.disasm/h8300s.exp
2017 * gdb.disasm/mn10300.exp
2018 * gdb.disasm/sh3.exp
2019 * gdb.dwarf2/dw2-dir-file-name.exp
2020 * gdb.fortran/complex.exp
2021 * gdb.fortran/library-module.exp
2022 * gdb.guile/scm-pretty-print.exp
2023 * gdb.guile/scm-symbol.exp
2024 * gdb.guile/scm-type.exp
2025 * gdb.guile/scm-value.exp
2026 * gdb.linespec/linespec.exp
2027 * gdb.mi/gdb701.exp
2028 * gdb.mi/gdb792.exp
2029 * gdb.mi/mi-breakpoint-changed.exp
2030 * gdb.mi/mi-dprintf-pending.exp
2031 * gdb.mi/mi-dprintf.exp
2032 * gdb.mi/mi-exit-code.exp
2033 * gdb.mi/mi-pending.exp
2034 * gdb.mi/mi-solib.exp
2035 * gdb.mi/new-ui-mi-sync.exp
2036 * gdb.mi/pr11022.exp
2037 * gdb.mi/user-selected-context-sync.exp
2038 * gdb.opt/solib-intra-step.exp
2039 * gdb.python/py-events.exp
2040 * gdb.python/py-finish-breakpoint.exp
2041 * gdb.python/py-mi.exp
2042 * gdb.python/py-prettyprint.exp
2043 * gdb.python/py-shared.exp
2044 * gdb.python/py-symbol.exp
2045 * gdb.python/py-template.exp
2046 * gdb.python/py-type.exp
2047 * gdb.python/py-value.exp
2048 * gdb.reverse/solib-precsave.exp
2049 * gdb.reverse/solib-reverse.exp
2050 * gdb.server/solib-list.exp
2051 * gdb.stabs/weird.exp
2052 * gdb.threads/reconnect-signal.exp
2053 * gdb.threads/stepi-random-signal.exp
2054 * gdb.trace/actions.exp
2055 * gdb.trace/ax.exp
2056 * gdb.trace/backtrace.exp
2057 * gdb.trace/change-loc.exp
2058 * gdb.trace/deltrace.exp
2059 * gdb.trace/ftrace-lock.exp
2060 * gdb.trace/ftrace.exp
2061 * gdb.trace/infotrace.exp
2062 * gdb.trace/mi-tracepoint-changed.exp
2063 * gdb.trace/packetlen.exp
2064 * gdb.trace/passcount.exp
2065 * gdb.trace/pending.exp
2066 * gdb.trace/range-stepping.exp
2067 * gdb.trace/report.exp
2068 * gdb.trace/stap-trace.exp
2069 * gdb.trace/tfind.exp
2070 * gdb.trace/trace-break.exp
2071 * gdb.trace/trace-condition.exp
2072 * gdb.trace/trace-enable-disable.exp
2073 * gdb.trace/trace-mt.exp
2074 * gdb.trace/tracecmd.exp
2075 * gdb.trace/tspeed.exp
2076 * gdb.trace/tsv.exp
2077 * lib/perftest.exp
2078
2079 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2080
2081 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2082 with gdb_test_no_output.
2083 Use command as test name.
2084
2085 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2086
2087 Fix test names starting with uppercase throughout the files.
2088
2089 * gdb.ada/assign_1.exp
2090 * gdb.ada/boolean_expr.exp
2091 * gdb.base/arrayidx.exp
2092 * gdb.base/del.exp
2093 * gdb.base/gcore-buffer-overflow.exp
2094 * gdb.base/testenv.exp
2095 * gdb.compile/compile.exp
2096 * gdb.python/py-framefilter-invalidarg.exp
2097 * gdb.python/py-framefilter.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.ada/array_return.exp
2104 * gdb.ada/expr_delims.exp
2105 * gdb.ada/mi_dyn_arr.exp
2106 * gdb.ada/mi_interface.exp
2107 * gdb.ada/mi_var_array.exp
2108 * gdb.ada/watch_arg.exp
2109 * gdb.arch/alpha-step.exp
2110 * gdb.arch/altivec-regs.exp
2111 * gdb.arch/e500-regs.exp
2112 * gdb.arch/powerpc-d128-regs.exp
2113 * gdb.base/arrayidx.exp
2114 * gdb.base/break.exp
2115 * gdb.base/checkpoint.exp
2116 * gdb.base/debug-expr.exp
2117 * gdb.base/dmsym.exp
2118 * gdb.base/radix.exp
2119 * gdb.base/sepdebug.exp
2120 * gdb.base/testenv.exp
2121 * gdb.base/watch_thread_num.exp
2122 * gdb.base/watchpoint-cond-gone.exp
2123 * gdb.cell/break.exp
2124 * gdb.cell/ea-cache.exp
2125 * gdb.compile/compile.exp
2126 * gdb.cp/gdb2495.exp
2127 * gdb.gdb/selftest.exp
2128 * gdb.gdb/xfullpath.exp
2129 * gdb.go/hello.exp
2130 * gdb.go/integers.exp
2131 * gdb.objc/basicclass.exp
2132 * gdb.pascal/hello.exp
2133 * gdb.pascal/integers.exp
2134 * gdb.python/py-breakpoint.exp
2135 * gdb.python/py-cmd.exp
2136 * gdb.python/py-linetable.exp
2137 * gdb.python/py-xmethods.exp
2138 * gdb.python/python.exp
2139 * gdb.reverse/consecutive-precsave.exp
2140 * gdb.reverse/finish-precsave.exp
2141 * gdb.reverse/i386-precsave.exp
2142 * gdb.reverse/machinestate-precsave.exp
2143 * gdb.reverse/sigall-precsave.exp
2144 * gdb.reverse/solib-precsave.exp
2145 * gdb.reverse/step-precsave.exp
2146 * gdb.reverse/until-precsave.exp
2147 * gdb.reverse/watch-precsave.exp
2148 * gdb.threads/leader-exit.exp
2149 * gdb.threads/pthreads.exp
2150 * gdb.threads/wp-replication.exp
2151 * gdb.trace/actions.exp
2152 * gdb.trace/mi-tsv-changed.exp
2153 * gdb.trace/tsv.exp
2154
2155 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2156
2157 Fix test names starting with uppercase throughout the files.
2158
2159 * gdb.arch/i386-bp_permanent.exp
2160 * gdb.arch/i386-gnu-cfi.exp
2161 * gdb.base/disasm-end-cu.exp
2162 * gdb.base/macscp.exp
2163 * gdb.base/pending.exp
2164 * gdb.base/watch_thread_num.exp
2165 * gdb.cp/exception.exp
2166 * gdb.cp/gdb2495.exp
2167 * gdb.cp/local.exp
2168 * gdb.python/py-evsignal.exp
2169 * gdb.python/python.exp
2170 * gdb.trace/tracecmd.exp
2171
2172 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2173
2174 Fix test names starting with uppercase throughout the files.
2175
2176 * gdb.base/charset.exp
2177 * gdb.base/eval.exp
2178 * gdb.base/multi-forks.exp
2179 * gdb.guile/scm-progspace.exp
2180 * gdb.opencl/datatypes.exp
2181 * gdb.python/py-block.exp
2182 * gdb.python/py-function.exp
2183 * gdb.python/py-symbol.exp
2184 * gdb.python/py-symtab.exp
2185 * gdb.python/py-xmethods.exp
2186 * gdb.reverse/break-precsave.exp
2187 * gdb.reverse/break-reverse.exp
2188 * gdb.reverse/consecutive-precsave.exp
2189 * gdb.reverse/consecutive-reverse.exp
2190 * gdb.reverse/finish-precsave.exp
2191 * gdb.reverse/finish-reverse-bkpt.exp
2192 * gdb.reverse/finish-reverse.exp
2193 * gdb.reverse/fstatat-reverse.exp
2194 * gdb.reverse/getresuid-reverse.exp
2195 * gdb.reverse/i386-precsave.exp
2196 * gdb.reverse/i386-reverse.exp
2197 * gdb.reverse/i386-sse-reverse.exp
2198 * gdb.reverse/i387-stack-reverse.exp
2199 * gdb.reverse/insn-reverse.exp
2200 * gdb.reverse/machinestate-precsave.exp
2201 * gdb.reverse/machinestate.exp
2202 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2203 * gdb.reverse/pipe-reverse.exp
2204 * gdb.reverse/readv-reverse.exp
2205 * gdb.reverse/recvmsg-reverse.exp
2206 * gdb.reverse/rerun-prec.exp
2207 * gdb.reverse/s390-mvcle.exp
2208 * gdb.reverse/sigall-precsave.exp
2209 * gdb.reverse/sigall-reverse.exp
2210 * gdb.reverse/solib-precsave.exp
2211 * gdb.reverse/solib-reverse.exp
2212 * gdb.reverse/step-precsave.exp
2213 * gdb.reverse/step-reverse.exp
2214 * gdb.reverse/time-reverse.exp
2215 * gdb.reverse/until-precsave.exp
2216 * gdb.reverse/until-reverse.exp
2217 * gdb.reverse/waitpid-reverse.exp
2218 * gdb.reverse/watch-precsave.exp
2219 * gdb.reverse/watch-reverse.exp
2220
2221 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2222
2223 Fix test names starting with uppercase throughout the files.
2224
2225 * gdb.arch/i386-mpx-simple_segv.exp
2226 * gdb.arch/i386-mpx.exp
2227 * gdb.arch/i386-permbkpt.exp
2228 * gdb.arch/pa-nullify.exp
2229 * gdb.arch/powerpc-d128-regs.exp
2230 * gdb.arch/vsx-regs.exp
2231 * gdb.base/bfp-test.exp
2232 * gdb.base/break.exp
2233 * gdb.base/breakpoint-shadow.exp
2234 * gdb.base/callfuncs.exp
2235 * gdb.base/charset.exp
2236 * gdb.base/commands.exp
2237 * gdb.base/completion.exp
2238 * gdb.base/dfp-test.exp
2239 * gdb.base/echo.exp
2240 * gdb.base/ending-run.exp
2241 * gdb.base/eval.exp
2242 * gdb.base/expand-psymtabs.exp
2243 * gdb.base/float128.exp
2244 * gdb.base/floatn.exp
2245 * gdb.base/foll-exec-mode.exp
2246 * gdb.base/gdb1056.exp
2247 * gdb.base/gdb11531.exp
2248 * gdb.base/kill-after-signal.exp
2249 * gdb.base/multi-forks.exp
2250 * gdb.base/overlays.exp
2251 * gdb.base/pending.exp
2252 * gdb.base/sepdebug.exp
2253 * gdb.base/testenv.exp
2254 * gdb.base/valgrind-db-attach.exp
2255 * gdb.base/watch_thread_num.exp
2256 * gdb.base/watchpoint-cond-gone.exp
2257 * gdb.base/watchpoint.exp
2258 * gdb.base/watchpoints.exp
2259 * gdb.cp/arg-reference.exp
2260 * gdb.cp/baseenum.exp
2261 * gdb.cp/operator.exp
2262 * gdb.cp/shadow.exp
2263 * gdb.dwarf2/dw2-op-out-param.exp
2264 * gdb.dwarf2/dw2-reg-undefined.exp
2265 * gdb.go/chan.exp
2266 * gdb.go/hello.exp
2267 * gdb.go/integers.exp
2268 * gdb.go/methods.exp
2269 * gdb.go/package.exp
2270 * gdb.guile/scm-parameter.exp
2271 * gdb.guile/scm-progspace.exp
2272 * gdb.guile/scm-value.exp
2273 * gdb.mi/mi-pending.exp
2274 * gdb.mi/user-selected-context-sync.exp
2275 * gdb.multi/multi-attach.exp
2276 * gdb.multi/tids.exp
2277 * gdb.opt/clobbered-registers-O2.exp
2278 * gdb.pascal/floats.exp
2279 * gdb.pascal/integers.exp
2280 * gdb.python/py-block.exp
2281 * gdb.python/py-events.exp
2282 * gdb.python/py-parameter.exp
2283 * gdb.python/py-symbol.exp
2284 * gdb.python/py-symtab.exp
2285 * gdb.python/py-type.exp
2286 * gdb.python/py-value.exp
2287 * gdb.python/py-xmethods.exp
2288 * gdb.python/python.exp
2289 * gdb.reverse/break-precsave.exp
2290 * gdb.reverse/consecutive-precsave.exp
2291 * gdb.reverse/finish-precsave.exp
2292 * gdb.reverse/i386-precsave.exp
2293 * gdb.reverse/machinestate-precsave.exp
2294 * gdb.reverse/sigall-precsave.exp
2295 * gdb.reverse/solib-precsave.exp
2296 * gdb.reverse/step-precsave.exp
2297 * gdb.reverse/until-precsave.exp
2298 * gdb.reverse/watch-precsave.exp
2299 * gdb.server/ext-attach.exp
2300 * gdb.server/ext-restart.exp
2301 * gdb.server/ext-run.exp
2302 * gdb.server/ext-wrapper.exp
2303 * gdb.stabs/gdb11479.exp
2304 * gdb.stabs/weird.exp
2305 * gdb.threads/attach-many-short-lived-threads.exp
2306 * gdb.threads/kill.exp
2307 * gdb.threads/watchpoint-fork.exp
2308
2309 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2310
2311 Fix test names starting with uppercase throughout all the files below.
2312
2313 * gdb.ada/array_return.exp
2314 * gdb.ada/catch_ex.exp
2315 * gdb.ada/info_exc.exp
2316 * gdb.ada/mi_catch_ex.exp
2317 * gdb.ada/mi_dyn_arr.exp
2318 * gdb.ada/mi_ex_cond.exp
2319 * gdb.ada/mi_exc_info.exp
2320 * gdb.ada/mi_interface.exp
2321 * gdb.ada/mi_task_arg.exp
2322 * gdb.ada/mi_task_info.exp
2323 * gdb.ada/mi_var_array.exp
2324 * gdb.arch/alpha-step.exp
2325 * gdb.arch/amd64-disp-step.exp
2326 * gdb.arch/arm-disp-step.exp
2327 * gdb.arch/disp-step-insn-reloc.exp
2328 * gdb.arch/e500-prologue.exp
2329 * gdb.arch/ftrace-insn-reloc.exp
2330 * gdb.arch/gdb1558.exp
2331 * gdb.arch/i386-bp_permanent.exp
2332 * gdb.arch/i386-disp-step.exp
2333 * gdb.arch/i386-float.exp
2334 * gdb.arch/i386-gnu-cfi.exp
2335 * gdb.arch/ia64-breakpoint-shadow.exp
2336 * gdb.arch/mips16-thunks.exp
2337 * gdb.arch/pa-nullify.exp
2338 * gdb.arch/powerpc-aix-prologue.exp
2339 * gdb.arch/powerpc-power.exp
2340 * gdb.arch/ppc-dfp.exp
2341 * gdb.arch/s390-tdbregs.exp
2342 * gdb.arch/spu-info.exp
2343 * gdb.arch/spu-ls.exp
2344 * gdb.arch/thumb-bx-pc.exp
2345 * gdb.base/advance.exp
2346 * gdb.base/annota-input-while-running.exp
2347 * gdb.base/arrayidx.exp
2348 * gdb.base/asmlabel.exp
2349 * gdb.base/async.exp
2350 * gdb.base/attach-wait-input.exp
2351 * gdb.base/auto-connect-native-target.exp
2352 * gdb.base/batch-preserve-term-settings.exp
2353 * gdb.base/bfp-test.exp
2354 * gdb.base/bigcore.exp
2355 * gdb.base/bp-permanent.exp
2356 * gdb.base/break-always.exp
2357 * gdb.base/break-fun-addr.exp
2358 * gdb.base/break-idempotent.exp
2359 * gdb.base/break-main-file-remove-fail.exp
2360 * gdb.base/break-probes.exp
2361 * gdb.base/break-unload-file.exp
2362 * gdb.base/break.exp
2363 * gdb.base/call-ar-st.exp
2364 * gdb.base/call-rt-st.exp
2365 * gdb.base/call-sc.exp
2366 * gdb.base/call-signal-resume.exp
2367 * gdb.base/call-strs.exp
2368 * gdb.base/callexit.exp
2369 * gdb.base/callfuncs.exp
2370 * gdb.base/catch-gdb-caused-signals.exp
2371 * gdb.base/catch-signal-siginfo-cond.exp
2372 * gdb.base/catch-syscall.exp
2373 * gdb.base/compare-sections.exp
2374 * gdb.base/cond-eval-mode.exp
2375 * gdb.base/condbreak-call-false.exp
2376 * gdb.base/consecutive-step-over.exp
2377 * gdb.base/cursal.exp
2378 * gdb.base/disabled-location.exp
2379 * gdb.base/disasm-end-cu.exp
2380 * gdb.base/display.exp
2381 * gdb.base/double-prompt-target-event-error.exp
2382 * gdb.base/dprintf-bp-same-addr.exp
2383 * gdb.base/dprintf-detach.exp
2384 * gdb.base/dprintf-next.exp
2385 * gdb.base/dprintf-non-stop.exp
2386 * gdb.base/dprintf-pending.exp
2387 * gdb.base/dso2dso.exp
2388 * gdb.base/ending-run.exp
2389 * gdb.base/enum_cond.exp
2390 * gdb.base/examine-backward.exp
2391 * gdb.base/exe-lock.exp
2392 * gdb.base/exec-invalid-sysroot.exp
2393 * gdb.base/execl-update-breakpoints.exp
2394 * gdb.base/execution-termios.exp
2395 * gdb.base/fileio.exp
2396 * gdb.base/fixsection.exp
2397 * gdb.base/foll-exec-mode.exp
2398 * gdb.base/foll-exec.exp
2399 * gdb.base/fork-running-state.exp
2400 * gdb.base/frame-args.exp
2401 * gdb.base/fullpath-expand.exp
2402 * gdb.base/func-ptr.exp
2403 * gdb.base/gcore-relro-pie.exp
2404 * gdb.base/gdb1090.exp
2405 * gdb.base/gdb1555.exp
2406 * gdb.base/global-var-nested-by-dso.exp
2407 * gdb.base/gnu-ifunc.exp
2408 * gdb.base/hbreak-in-shr-unsupported.exp
2409 * gdb.base/hbreak-unmapped.exp
2410 * gdb.base/hook-stop.exp
2411 * gdb.base/infcall-input.exp
2412 * gdb.base/info-fun.exp
2413 * gdb.base/info-shared.exp
2414 * gdb.base/interrupt-noterm.exp
2415 * gdb.base/jit-so.exp
2416 * gdb.base/jit.exp
2417 * gdb.base/line-symtabs.exp
2418 * gdb.base/list.exp
2419 * gdb.base/longjmp.exp
2420 * gdb.base/macscp.exp
2421 * gdb.base/max-value-size.exp
2422 * gdb.base/nodebug.exp
2423 * gdb.base/nofield.exp
2424 * gdb.base/overlays.exp
2425 * gdb.base/paginate-after-ctrl-c-running.exp
2426 * gdb.base/paginate-bg-execution.exp
2427 * gdb.base/paginate-inferior-exit.exp
2428 * gdb.base/pending.exp
2429 * gdb.base/pr11022.exp
2430 * gdb.base/printcmds.exp
2431 * gdb.base/ptr-typedef.exp
2432 * gdb.base/ptype.exp
2433 * gdb.base/randomize.exp
2434 * gdb.base/range-stepping.exp
2435 * gdb.base/realname-expand.exp
2436 * gdb.base/relativedebug.exp
2437 * gdb.base/remote.exp
2438 * gdb.base/savedregs.exp
2439 * gdb.base/sepdebug.exp
2440 * gdb.base/set-noassign.exp
2441 * gdb.base/shlib-call.exp
2442 * gdb.base/shreloc.exp
2443 * gdb.base/sigaltstack.exp
2444 * gdb.base/sigbpt.exp
2445 * gdb.base/siginfo-addr.exp
2446 * gdb.base/siginfo-obj.exp
2447 * gdb.base/siginfo-thread.exp
2448 * gdb.base/signest.exp
2449 * gdb.base/signull.exp
2450 * gdb.base/sigrepeat.exp
2451 * gdb.base/skip.exp
2452 * gdb.base/so-impl-ld.exp
2453 * gdb.base/solib-corrupted.exp
2454 * gdb.base/solib-disc.exp
2455 * gdb.base/solib-display.exp
2456 * gdb.base/solib-overlap.exp
2457 * gdb.base/solib-search.exp
2458 * gdb.base/solib-symbol.exp
2459 * gdb.base/source-execution.exp
2460 * gdb.base/sss-bp-on-user-bp-2.exp
2461 * gdb.base/sss-bp-on-user-bp.exp
2462 * gdb.base/stack-checking.exp
2463 * gdb.base/stale-infcall.exp
2464 * gdb.base/step-break.exp
2465 * gdb.base/step-line.exp
2466 * gdb.base/step-over-exit.exp
2467 * gdb.base/step-test.exp
2468 * gdb.base/structs.exp
2469 * gdb.base/sym-file.exp
2470 * gdb.base/symtab-search-order.exp
2471 * gdb.base/term.exp
2472 * gdb.base/type-opaque.exp
2473 * gdb.base/unload.exp
2474 * gdb.base/until-nodebug.exp
2475 * gdb.base/until.exp
2476 * gdb.base/unwindonsignal.exp
2477 * gdb.base/watch-cond.exp
2478 * gdb.base/watch-non-mem.exp
2479 * gdb.base/watch_thread_num.exp
2480 * gdb.base/watchpoint-reuse-slot.exp
2481 * gdb.base/watchpoint-solib.exp
2482 * gdb.base/watchpoint.exp
2483 * gdb.btrace/dlopen.exp
2484 * gdb.cell/arch.exp
2485 * gdb.cell/break.exp
2486 * gdb.cell/bt.exp
2487 * gdb.cell/core.exp
2488 * gdb.cell/data.exp
2489 * gdb.cell/dwarfaddr.exp
2490 * gdb.cell/ea-cache.exp
2491 * gdb.cell/ea-standalone.exp
2492 * gdb.cell/ea-test.exp
2493 * gdb.cell/f-regs.exp
2494 * gdb.cell/fork.exp
2495 * gdb.cell/gcore.exp
2496 * gdb.cell/mem-access.exp
2497 * gdb.cell/ptype.exp
2498 * gdb.cell/registers.exp
2499 * gdb.cell/sizeof.exp
2500 * gdb.cell/solib-symbol.exp
2501 * gdb.cell/solib.exp
2502 * gdb.compile/compile-tls.exp
2503 * gdb.cp/exception.exp
2504 * gdb.cp/gdb2495.exp
2505 * gdb.cp/local.exp
2506 * gdb.cp/mb-inline.exp
2507 * gdb.cp/mb-templates.exp
2508 * gdb.cp/pr10687.exp
2509 * gdb.cp/pr9167.exp
2510 * gdb.cp/scope-err.exp
2511 * gdb.cp/templates.exp
2512 * gdb.cp/virtfunc.exp
2513 * gdb.dwarf2/dw2-dir-file-name.exp
2514 * gdb.dwarf2/dw2-single-line-discriminators.exp
2515 * gdb.fortran/complex.exp
2516 * gdb.fortran/library-module.exp
2517 * gdb.guile/guile.exp
2518 * gdb.guile/scm-cmd.exp
2519 * gdb.guile/scm-frame-inline.exp
2520 * gdb.guile/scm-objfile.exp
2521 * gdb.guile/scm-pretty-print.exp
2522 * gdb.guile/scm-symbol.exp
2523 * gdb.guile/scm-type.exp
2524 * gdb.guile/scm-value.exp
2525 * gdb.linespec/keywords.exp
2526 * gdb.linespec/ls-errs.exp
2527 * gdb.linespec/macro-relative.exp
2528 * gdb.linespec/thread.exp
2529 * gdb.mi/mi-breakpoint-changed.exp
2530 * gdb.mi/mi-dprintf-pending.exp
2531 * gdb.mi/mi-fullname-deleted.exp
2532 * gdb.mi/mi-logging.exp
2533 * gdb.mi/mi-pending.exp
2534 * gdb.mi/mi-solib.exp
2535 * gdb.mi/new-ui-mi-sync.exp
2536 * gdb.mi/user-selected-context-sync.exp
2537 * gdb.multi/dummy-frame-restore.exp
2538 * gdb.multi/multi-arch-exec.exp
2539 * gdb.multi/remove-inferiors.exp
2540 * gdb.multi/watchpoint-multi-exit.exp
2541 * gdb.opt/solib-intra-step.exp
2542 * gdb.perf/backtrace.exp
2543 * gdb.perf/single-step.exp
2544 * gdb.perf/skip-command.exp
2545 * gdb.perf/skip-prologue.exp
2546 * gdb.perf/solib.exp
2547 * gdb.python/lib-types.exp
2548 * gdb.python/py-as-string.exp
2549 * gdb.python/py-bad-printers.exp
2550 * gdb.python/py-block.exp
2551 * gdb.python/py-breakpoint.exp
2552 * gdb.python/py-cmd.exp
2553 * gdb.python/py-events.exp
2554 * gdb.python/py-evthreads.exp
2555 * gdb.python/py-finish-breakpoint.exp
2556 * gdb.python/py-finish-breakpoint2.exp
2557 * gdb.python/py-frame-inline.exp
2558 * gdb.python/py-frame.exp
2559 * gdb.python/py-inferior.exp
2560 * gdb.python/py-infthread.exp
2561 * gdb.python/py-mi.exp
2562 * gdb.python/py-objfile.exp
2563 * gdb.python/py-pp-maint.exp
2564 * gdb.python/py-pp-registration.exp
2565 * gdb.python/py-prettyprint.exp
2566 * gdb.python/py-recurse-unwind.exp
2567 * gdb.python/py-shared.exp
2568 * gdb.python/py-symbol.exp
2569 * gdb.python/py-symtab.exp
2570 * gdb.python/py-template.exp
2571 * gdb.python/py-type.exp
2572 * gdb.python/py-unwind-maint.exp
2573 * gdb.python/py-unwind.exp
2574 * gdb.python/py-value.exp
2575 * gdb.python/python.exp
2576 * gdb.reverse/finish-reverse-bkpt.exp
2577 * gdb.reverse/insn-reverse.exp
2578 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2579 * gdb.reverse/solib-precsave.exp
2580 * gdb.reverse/solib-reverse.exp
2581 * gdb.stabs/gdb11479.exp
2582 * gdb.stabs/weird.exp
2583 * gdb.threads/fork-child-threads.exp
2584 * gdb.threads/fork-plus-threads.exp
2585 * gdb.threads/fork-thread-pending.exp
2586 * gdb.threads/forking-threads-plus-breakpoint.exp
2587 * gdb.threads/hand-call-in-threads.exp
2588 * gdb.threads/interrupted-hand-call.exp
2589 * gdb.threads/linux-dp.exp
2590 * gdb.threads/local-watch-wrong-thread.exp
2591 * gdb.threads/next-while-other-thread-longjmps.exp
2592 * gdb.threads/non-ldr-exit.exp
2593 * gdb.threads/pending-step.exp
2594 * gdb.threads/print-threads.exp
2595 * gdb.threads/process-dies-while-detaching.exp
2596 * gdb.threads/process-dies-while-handling-bp.exp
2597 * gdb.threads/pthreads.exp
2598 * gdb.threads/queue-signal.exp
2599 * gdb.threads/reconnect-signal.exp
2600 * gdb.threads/signal-command-handle-nopass.exp
2601 * gdb.threads/signal-command-multiple-signals-pending.exp
2602 * gdb.threads/signal-delivered-right-thread.exp
2603 * gdb.threads/signal-sigtrap.exp
2604 * gdb.threads/sigthread.exp
2605 * gdb.threads/staticthreads.exp
2606 * gdb.threads/stepi-random-signal.exp
2607 * gdb.threads/thread-unwindonsignal.exp
2608 * gdb.threads/thread_check.exp
2609 * gdb.threads/thread_events.exp
2610 * gdb.threads/tid-reuse.exp
2611 * gdb.threads/tls-nodebug.exp
2612 * gdb.threads/tls-shared.exp
2613 * gdb.threads/tls-so_extern.exp
2614 * gdb.threads/tls.exp
2615 * gdb.threads/wp-replication.exp
2616 * gdb.trace/actions-changed.exp
2617 * gdb.trace/actions.exp
2618 * gdb.trace/backtrace.exp
2619 * gdb.trace/change-loc.exp
2620 * gdb.trace/collection.exp
2621 * gdb.trace/deltrace.exp
2622 * gdb.trace/disconnected-tracing.exp
2623 * gdb.trace/entry-values.exp
2624 * gdb.trace/ftrace-lock.exp
2625 * gdb.trace/ftrace.exp
2626 * gdb.trace/infotrace.exp
2627 * gdb.trace/mi-trace-frame-collected.exp
2628 * gdb.trace/mi-trace-unavailable.exp
2629 * gdb.trace/mi-traceframe-changed.exp
2630 * gdb.trace/mi-tracepoint-changed.exp
2631 * gdb.trace/mi-tsv-changed.exp
2632 * gdb.trace/no-attach-trace.exp
2633 * gdb.trace/packetlen.exp
2634 * gdb.trace/passc-dyn.exp
2635 * gdb.trace/passcount.exp
2636 * gdb.trace/pending.exp
2637 * gdb.trace/pr16508.exp
2638 * gdb.trace/qtro.exp
2639 * gdb.trace/range-stepping.exp
2640 * gdb.trace/read-memory.exp
2641 * gdb.trace/report.exp
2642 * gdb.trace/save-trace.exp
2643 * gdb.trace/signal.exp
2644 * gdb.trace/stap-trace.exp
2645 * gdb.trace/status-stop.exp
2646 * gdb.trace/strace.exp
2647 * gdb.trace/tfile.exp
2648 * gdb.trace/tfind.exp
2649 * gdb.trace/trace-break.exp
2650 * gdb.trace/trace-condition.exp
2651 * gdb.trace/trace-enable-disable.exp
2652 * gdb.trace/trace-mt.exp
2653 * gdb.trace/tracecmd.exp
2654 * gdb.trace/tracefile-pseudo-reg.exp
2655 * gdb.trace/tspeed.exp
2656 * gdb.trace/tstatus.exp
2657 * gdb.trace/tsv.exp
2658 * gdb.trace/unavailable.exp
2659 * gdb.trace/while-dyn.exp
2660 * gdb.trace/while-stepping.exp
2661 * lib/gdb-guile.exp
2662 * lib/gdb.exp
2663 * lib/mi-support.exp
2664 * lib/pascal.exp
2665 * lib/perftest.exp
2666 * lib/prelink-support.exp
2667 * lib/selftest-support.exp
2668
2669 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2670
2671 * Makefile.in: Include disable-implicit-rules.mk.
2672
2673 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2674
2675 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2676 non-byte-aligned bit fields.
2677
2678 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2679
2680 PR gdb/12616
2681 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2682 respects the DW_AT_data_bit_offset attribute.
2683
2684 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2685
2686 * gdb.base/default.exp: Fix output of "set language".
2687
2688 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2689
2690 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2691 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2692 make.
2693 * configure.ac: Remove checks for the make program.
2694 * configure: Re-generate.
2695
2696 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2697
2698 * gdb.python/py-recurse-unwind.c (main): Add loop.
2699 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2700 to read_register() and gdb.parse_and_eval(). Make each code
2701 call a separate case that can be individually tested.
2702 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2703 proc. Call cont_and_backtrace for each of the code paths that
2704 we want to test in the unwinder.
2705
2706 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2707
2708 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2709 the definition of struct S.
2710
2711 2016-11-11 Catherine Moore <clm@codesourcery.com>
2712
2713 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2714
2715 2016-11-09 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.base/commands.exp (runto_or_return): New procedure.
2718 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2719 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2720 (progvar_simple_while_test, progvar_complex_if_while_test)
2721 (if_while_breakpoint_command_test)
2722 (infrun_breakpoint_command_test, breakpoint_command_test)
2723 (user_defined_command_test, watchpoint_command_test)
2724 (test_command_prompt_position, redefine_hook_test)
2725 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2726 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2727 multi_line_input and multi_line. Remove gdb_expect and
2728 gdb_stop_suppressing_tests uses.
2729 * lib/gdb.exp (valnum_re): New global.
2730 (multi_line_input): New procedure.
2731
2732 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2733
2734 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2735 Remove.
2736 (test_setup): Define with proc_with_prefix.
2737 (test_cli_inferior): Likewise.
2738 (test_cli_thread): Likewise.
2739 (test_cli_frame): Likewise.
2740 (test_cli_select_frame): Likewise.
2741 (test_cli_up_down): Likewise.
2742 (test_mi_thread_select): Likewise.
2743 (test_mi_stack_select_frame): Likewise.
2744 (test_cli_in_mi_inferior): Likewise.
2745 (test_cli_in_mi_thread): Likewise.
2746 (test_cli_in_mi_frame): Likewise.
2747 (top level): Do not use with_test_prefix_procname.
2748
2749 2016-11-09 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/commands.exp (gdbvar_simple_if_test)
2752 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2753 (progvar_simple_if_test, progvar_simple_while_test)
2754 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2755 (infrun_breakpoint_command_test, breakpoint_command_test)
2756 (user_defined_command_test, watchpoint_command_test)
2757 (test_command_prompt_position, deprecated_command_test)
2758 (bp_deleted_in_command, temporary_breakpoint_commands)
2759 (stray_arg0_test, source_file_with_indented_comment)
2760 (recursive_source_test, if_commands_test)
2761 (error_clears_commands_left, redefine_hook_test)
2762 (redefine_backtrace_test): Use proc_with_prefix.
2763 * lib/gdb.exp (proc_with_prefix): New proc.
2764
2765 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2766
2767 * gdb.base/tui-layout.c: New file.
2768 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2769 disassembly window contains very long lines.
2770
2771 2016-11-08 Tom Tromey <tom@tromey.com>
2772
2773 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2774 depend on Python 2.
2775
2776 2016-11-08 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2779 New method.
2780
2781 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2782
2783 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2784
2785 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2786
2787 * gdb.rust/simple.rs: Add test for univariant enums without
2788 discriminants and for encoded struct-like enums.
2789
2790 2016-10-28 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2793 gdb_test_multiple, tighten regexps and match symtabs and line
2794 tables incrementally.
2795
2796 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2797
2798 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2799 general.
2800
2801 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2802
2803 * gdb.base/exec-invalid-sysroot.exp: New file.
2804
2805 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2808
2809 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2812
2813 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2814
2815 * gdb.base/killed-outside.exp: Remove $options from a call to
2816 `prepare_for_testing'.
2817
2818 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2819
2820 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2821 Change test message.
2822
2823 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2824
2825 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2826 Update comment.
2827
2828 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2829
2830 * gdb.trace/mi-trace-save.exp: New file.
2831
2832 2016-10-13 Yao Qi <yao.qi@linaro.org>
2833
2834 * gdb.base/code_elim.exp (get_var_address): Remove.
2835 * gdb.base/relocate.exp: Likewise.
2836 * gdb.base/shreloc.exp: Likewise.
2837 * lib/gdb.exp (get_var_address): New.
2838
2839 2016-10-13 Yao Qi <yao.qi@linaro.org>
2840
2841 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2842 floating point tests if $skip_float_test is false.
2843
2844 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2845
2846 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2847 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2848 argc values.
2849 Add 1 to argc so we guarantee distinct initial/modified argc values.
2850
2851 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2854
2855 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2858 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2859 * gdb.arch/vsx-regs.exp: Likewise.
2860
2861 2016-10-07 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2864
2865 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2866
2867 * gdb.python/python.exp: Test decode_line("*0").
2868
2869 2016-10-06 Doug Evans <dje@google.com>
2870
2871 * gdb.python/py-value.exp (test_value_creation): Add test for large
2872 unsigned 64-bit value.
2873
2874 2016-10-06 Tom Tromey <tom@tromey.com>
2875
2876 * gdb.compile/compile.exp: Change java tests to rust.
2877 * gdb.base/setshow.exp: Change java tests to rust.
2878 * gdb.base/default.exp: Remove java from language list.
2879 * README (Examples): Update language example.
2880 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2881 test.
2882 * lib/gdb.exp (skip_java_tests): Remove.
2883 * lib/java.exp: Remove.
2884 * gdb.java: Remove.
2885
2886 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2887
2888 * gdb.arch/mips-fcr.exp: New test.
2889 * gdb.arch/mips-fcr.c: Source for the new test.
2890
2891 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2892
2893 * gdb.base/solib-disc.exp: Use `standard_output_file'
2894 throughout.
2895
2896 2016-10-06 Pedro Alves <palves@redhat.com>
2897
2898 * gdb.base/jit-simple-dl.c: New file.
2899 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2900 * gdb.base/jit-simple.c: ... this.
2901 * gdb.base/jit-simple.exp (jit_run): Delete.
2902 (build_jit): New proc.
2903 (jit_test_reread): Recompile either the main program or the shared
2904 library, depending on what is being tested. Skip changing address
2905 if caller wants to. Compare before/after addresses. If testing
2906 standalone, explicitly load the binary. Test "maint info
2907 breakpoints".
2908 (top level): Add "standalone vs shared lib" and "change address"
2909 vs "same address" axes.
2910
2911 2016-10-06 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2914 call.
2915 (jit_run): Delete.
2916 (jit_test_reread): Use with_test_prefix. Reload the main binary
2917 explicitly. Compare the before/after addresses of the JIT
2918 descriptor.
2919
2920 2016-08-15 Doug Evans <dje@google.com>
2921
2922 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2923 for single bitfields is bool.
2924 * gdb.xml/tdesc-regs.exp: Ditto.
2925
2926 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2927
2928 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2929
2930 2016-10-05 Yao Qi <yao.qi@linaro.org>
2931
2932 * lib/gdb.exp (support_complex_tests): Return zero if
2933 gdb_skip_float_test return true.
2934
2935 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2936 Simon Marchi <simon.marchi@ericsson.com>
2937
2938 PR gdb/20487
2939 * gdb.mi/user-selected-context-sync.exp: New file.
2940 * gdb.mi/user-selected-context-sync.c: New file.
2941
2942 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2943 Simon Marchi <simon.marchi@ericsson.com>
2944
2945 PR gdb/20487
2946 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2947 =thread-select-event check.
2948
2949 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2950
2951 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2952 the compulsory L operand changes.
2953 * gdb.arch/powerpc-power.s: Likewise.
2954
2955 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2956
2957 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2958 * gdb.base/jit-attach-pie.c: New file.
2959 * gdb.base/jit-attach-pie.exp: New file.
2960
2961 2016-09-28 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.base/infcall-input.c: New file.
2964 * gdb.base/infcall-input.exp: New file.
2965
2966 2016-09-22 Yao Qi <yao.qi@linaro.org>
2967
2968 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2969 (gdb_exit): Rename it to ...
2970 (gdbserver_gdb_exit): ... Close GDBserver.
2971 (gdb_exit): New proc, call gdbserver_gdb_exit.
2972 (mi_gdb_exit): Likewise.
2973
2974 2016-09-22 Yao Qi <yao.qi@linaro.org>
2975
2976 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2977 path.
2978 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2979 Remove duplication.
2980
2981 2016-09-22 Yao Qi <yao.qi@linaro.org>
2982
2983 * lib/gdbserver-support.exp: Check the existence of
2984 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2985
2986 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2987
2988 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2989
2990 2016-09-21 Tom Tromey <tom@tromey.com>
2991
2992 PR gdb/20604:
2993 * gdb.base/quit.exp: New file.
2994
2995 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2996
2997 * .gitignore: New file.
2998
2999 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3000
3001 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3002 throughout.
3003
3004 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3005
3006 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3007
3008 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3009
3010 * gdb.cp/casts.cc (decltype): Move it ...
3011 (main): ... with its call to ...
3012 * gdb.cp/casts03.cc: ... a new file.
3013 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3014
3015 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3018
3019 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3020
3021 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3022 and sync up the test with tests in gas/testsuite/gas/ppc.
3023 * gdb.arch/powerpc-power.exp: Likewise.
3024
3025 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3026
3027 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3028
3029 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3030 Jan Kratochvil <jan.kratochvil@redhat.com>
3031
3032 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3033 make m1's definition to be different from m2's. Use 'dummy' as an
3034 argument for probe 'two'.
3035
3036 2016-09-10 Jon Beniston <jon@beniston.com>
3037
3038 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3039 for sim target.
3040
3041 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3042
3043 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3044 variable declaration.
3045 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3046 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3047 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3048 received HWCAP as its argument.
3049
3050 2016-09-06 Pedro Alves <palves@redhat.com>
3051
3052 * gdb.base/new-ui-pending-input.c: New file.
3053 * gdb.base/new-ui-pending-input.exp: New file.
3054 * gdb.exp (clear_gdb_spawn_id): New procedure.
3055 (with_spawn_id): Check whether gdb_spawn_id exists before
3056 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3057 on exit.
3058
3059 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3060
3061 * gdb.base/float128.c: New file.
3062 * gdb.base/float128.exp: Likewise.
3063 * gdb.base/floatn.c: Likewise.
3064 * gdb.base/floatn.exp: Likewise.
3065
3066 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3067
3068 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3069
3070 2016-09-05 Pedro Alves <palves@redhat.com>
3071
3072 PR backtrace/19927
3073 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3074 unwinders are immediately called as side effect of "source" or
3075 "disable unwinder" commands.
3076 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3077
3078 2016-09-02 Yao Qi <yao.qi@linaro.org>
3079
3080 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3081 is true and $type is "float" or "double".
3082
3083 2016-09-02 Yao Qi <yao.qi@linaro.org>
3084
3085 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3086 true.
3087 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3088 * gdb.base/call-rt-st.exp: Likewise.
3089 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3090 return value instead of gdb,skip_float_test.
3091 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3092 (do_function_calls): Use its return value instead of
3093 gdb,skip_float_test.
3094 * gdb.base/finish.exp: Likewise.
3095 * gdb.base/funcargs.exp: Likewise.
3096 * gdb.base/return.exp: Likewise.
3097 * gdb.base/return2.exp: Likewise.
3098 * gdb.base/varargs.exp: Likewise.
3099 * lib/gdb.exp (gdb_skip_float_test): Change it to
3100 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3101
3102 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3103
3104 * gdb.multi/tids.exp: Test "thread apply all".
3105
3106 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3107
3108 * gdb.base/default.exp (tty): Remove.
3109
3110 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3111
3112 * gdb.python/py-recurse-unwind.c: New file.
3113 * gdb.python/py-recurse-unwind.py: New file.
3114 * gdb.python/py-recurse-unwind.exp: New file.
3115
3116 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3117
3118 * gdb.base/set-inferior-tty.exp: New file.
3119 * gdb.base/set-inferior-tty.c: New file.
3120
3121 2016-08-23 Pedro Alves <palves@redhat.com>
3122
3123 PR gdb/20494
3124 * gdb.base/new-ui-echo.c: New file.
3125 * gdb.base/new-ui-echo.exp: New file.
3126
3127 2016-08-23 Yao Qi <yao.qi@linaro.org>
3128
3129 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3130 gdbserver_spawn.
3131 * gdb.server/connect-without-multi-process.exp (do_test):
3132 Likewise.
3133
3134 2016-08-23 Yao Qi <yao.qi@linaro.org>
3135
3136 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3137 standalone_txt. Delete gdb_txt and standalone_txt on host
3138 and target. Spawn the binary on target. Copy files from
3139 target to host.
3140
3141 2016-08-22 Pedro Alves <palves@redhat.com>
3142
3143 PR gdb/20505
3144 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3145 with_test_prefix. Factor out bits to ...
3146 (test_no_vdso): ... this new procedure.
3147
3148 2016-08-19 Carl Love <cel@us.ibm.com>
3149
3150 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3151 maintaining separate logic for constructing the output path.
3152 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3153 * gdb.arch/ppc-dfp.exp: Likewise.
3154 * gdb.arch/ppc-fp.exp: Likewise.
3155 * gdb.arch/vsx-regs.exp: Likewise.
3156 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3157 binprefix for generating the additional binary files.
3158
3159 2016-08-19 Pedro Alves <palves@redhat.com>
3160
3161 * gdb.trace/mi-trace-frame-collected.exp
3162 (test_trace_frame_collected): On x32, expect two registers.
3163
3164 2016-08-18 Carl Love <cel@us.ibm.com>
3165
3166 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3167 and sync up the test with tests in gas/testsuite/gas/ppc.
3168 * gdb.arch/powerpc-power.exp: Likewise.
3169
3170 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3171
3172 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3173 expected error message.
3174
3175 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3176
3177 * gdb.multi/remove-inferiors.exp: New file.
3178 * gdb.multi/remove-inferiors.c: New file.
3179
3180 2016-08-12 Yao Qi <yao.qi@linaro.org>
3181
3182 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3183 argument list.
3184
3185 2016-08-10 Pedro Alves <palves@redhat.com>
3186
3187 PR gdb/19187
3188 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3189 setup_kfails.
3190
3191 2016-08-09 Pedro Alves <palves@redhat.com>
3192 Simon Marchi <simon.marchi@ericsson.com>
3193
3194 PR gdb/20418
3195 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3196 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3197
3198 2016-08-09 Pedro Alves <palves@redhat.com>
3199
3200 PR mi/20431
3201 * gdb.mi/mi-cmd-error.exp: New file.
3202
3203 2016-08-09 Pedro Alves <palves@redhat.com>
3204
3205 PR gdb/18653
3206 * gdb.base/signals-state-child.c: New file.
3207 * gdb.base/signals-state-child.exp: New file.
3208 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3209
3210 2016-08-09 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3213
3214 2016-08-03 Tom Tromey <tom@tromey.com>
3215
3216 PR python/18565:
3217 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3218
3219 2016-08-01 Yao Qi <yao.qi@linaro.org>
3220
3221 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3222 variable mode to "multi-process" if $multi_process is 1, otherwise
3223 set it to "single-process".
3224
3225 2016-08-01 Yao Qi <yao.qi@linaro.org>
3226
3227 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3228 * gdb.cp/cpexprs.exp: Likewise.
3229 * gdb.cp/m-static.exp: Likewise.
3230
3231 2016-07-26 Tom Tromey <tom@tromey.com>
3232
3233 PR python/20190:
3234 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3235 test.
3236
3237 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3238
3239 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3240 selecting assembly source files.
3241 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3242 assembly source files.
3243 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3244 assembly source files.
3245 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3246 selecting assembly source files.
3247
3248 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3249
3250 * gdb.base/new-ui.exp (do_test_invalid_args): New
3251 procedure.
3252
3253 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3254
3255 * gdb.btrace/reconnect.c: New file.
3256 * gdb.btrace/reconnect.exp: New file.
3257
3258 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3259
3260 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3261 to test_catch_syscall_group.
3262 (test_catch_syscall_group): New.
3263
3264 2016-07-21 Tom Tromey <tom@tromey.com>
3265
3266 * gdb.rust/simple.rs (main): Use empty struct expression.
3267 * gdb.rust/simple.exp: Add tests for empty struct expression.
3268
3269 2016-07-21 Yao Qi <yao.qi@linaro.org>
3270
3271 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3272 if gdb_skip_xml_test is true on some targets.
3273
3274 2016-07-21 Yao Qi <yao.qi@linaro.org>
3275
3276 * gdb.server/solib-list.exp: Unset last_loaded_file.
3277
3278 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3281 "step into captured_main (args)".
3282
3283 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3284
3285 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3286
3287 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3288
3289 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3290
3291 2016-07-19 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3294 * gdb.opt/inline-bt.exp: Likewise.
3295 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3296 additional_flags=-Winline.
3297 * gdb.opt/inline-locals.exp: Likewise.
3298 * gdb.opt/inline-markers.c (ATTR): Define.
3299 (inlined_fn): Use it.
3300
3301 2016-07-19 Yao Qi <yao.qi@linaro.org>
3302
3303 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3304 (test_with_self): Remove some code. Remove argument executable.
3305 (top-level): Use do_self_tests.
3306
3307 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3308 Don Breazeal <donb@codesourcery.com>
3309
3310 * gdb.base/maint.exp: Escape paths used in regular expressions.
3311 * gdb.stabs/weird.exp: Likewise.
3312
3313 2016-07-13 Tom Tromey <tom@tromey.com>
3314
3315 PR python/15620, PR python/18620:
3316 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3317 (test_bkpt_events): New procs.
3318
3319 2016-07-13 Tom Tromey <tom@tromey.com>
3320
3321 PR python/17698:
3322 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3323 test.
3324 (test_watchpoints): Likewise.
3325 (test_bkpt_pending): New proc.
3326
3327 2016-07-13 Tom Tromey <tom@tromey.com>
3328
3329 PR cli/18053:
3330 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3331 completion test.
3332
3333 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3334
3335 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3336 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3337 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3338 f_label.
3339 (g): Rename g_end_lbl to g_label.
3340 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3341 low_pc and high_pc.
3342 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3343
3344 2016-07-12 Tom Tromey <tom@tromey.com>
3345
3346 PR python/19293:
3347 * gdb.python/py-unwind-maint.exp: Update tests.
3348
3349 2016-07-12 Yao Qi <yao.qi@linaro.org>
3350
3351 * lib/selftest-support.exp (selftest_setup): Match the output
3352 when captured_main is inlined.
3353
3354 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3355
3356 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3357 New variables.
3358 (print this%a, print this%b, print this): New tests.
3359 * gdb.fortran/derived-types.f90 (this): New object and
3360 initialization.
3361
3362 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3363
3364 * gdb.ada/arraydim.exp: Remove extra directory level in build
3365 directory.
3366
3367 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3368
3369 * lib/ada.exp: Remove extra directory level in build directory.
3370 * gdb.ada/cond_lang.exp: Likewise.
3371 * gdb.ada/exec_changed.exp: Likewise.
3372 * gdb.ada/lang_switch.exp: Likewise.
3373
3374 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3375
3376 * simple.rs: Add test for raw pointer subscripting.
3377 * simple.exp: Add test expectations.
3378
3379 2016-07-05 Yao Qi <yao.qi@linaro.org>
3380
3381 * gdb.mi/mi-reverse.exp: Match =record-started output.
3382
3383 2016-07-01 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3386 procedure.
3387 (jit_reader_test): Test the jit reader's unwinder.
3388 * gdb.base/jithost.c (jit_function_00_code): New global.
3389 (main): Use memcpy to fill in the mmapped code, instead of poking
3390 bytes manually here.
3391 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3392 value.
3393 (read_debug_info): Save the function's range.
3394 (read_sp): New function.
3395 (unwind_frame): Use it. Also unwind RBP.
3396 (get_frame_id): Use read_sp.
3397 (gdb_init_reader): Use calloc instead of malloc.
3398 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3399 parameter. Use gdb_test_multiple.
3400
3401 2016-07-01 Pedro Alves <palves@redhat.com>
3402 Antoine Tremblay <antoine.tremblay@ericsson.com>
3403
3404 * gdb.threads/process-dies-while-detaching.c: New file.
3405 * gdb.threads/process-dies-while-detaching.exp: New file.
3406
3407 2016-07-01 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.multi/watchpoint-multi-exit.c: New file.
3410 * gdb.multi/watchpoint-multi-exit.exp: New file.
3411
3412 2016-06-30 Pedro Alves <palves@redhat.com>
3413
3414 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3415 unset inferior_spawn_id.
3416
3417 2016-06-30 Pedro Alves <palves@redhat.com>
3418
3419 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3420 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3421
3422 2016-06-29 Yao Qi <yao.qi@linaro.org>
3423
3424 * gdb.base/return.c: Add copyright header.
3425
3426 2016-06-29 Tom Tromey <tom@tromey.com>
3427
3428 PR python/20129:
3429 * gdb.python/py-framefilter.exp: Add tests for setting priority
3430 and disabling of non-existent frame filter.
3431
3432 2016-06-29 Yao Qi <yao.qi@linaro.org>
3433
3434 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3435 0x0f07ff.
3436
3437 2016-06-28 Yao Qi <yao.qi@linaro.org>
3438
3439 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3440 triplets. Start gdb, execute catch syscall, and continue. Check
3441 gdb's output to determine catch syscall is supported.
3442
3443 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3444
3445 * gdb.rust/simple.rs: Add test for returning unit in a function.
3446 * gdb.rust/simple.exp: Add expectation for functions returning
3447 unit.
3448
3449 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3450
3451 * gdb.python/py-breakpoint-create-fail.c,
3452 gdb.python/py-breakpoint-create-fail.exp,
3453 gdb.python/py-breakpoint-create-fail.py: New testcase.
3454
3455 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3456
3457 PR gdb/20239
3458 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3459 * gdb.rust/simple.exp: Add test expectations for new NonZero
3460 tests.
3461
3462 2016-06-24 David Taylor <dtaylor@emc.com>
3463
3464 * gdb.base/offsets.exp: New file.
3465 * gdb.base/offsets.c: New file.
3466
3467 2016-06-23 Tom Tromey <tom@tromey.com>
3468
3469 PR gdb/16483:
3470 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3471 before any filters are loaded.
3472
3473 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3474
3475 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3476 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3477 structs.
3478 * gdb.fortran/derived-type-function.exp: New file.
3479 * gdb.fortran/derived-type-function.f90: New file.
3480
3481
3482 2016-06-21 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.base/new-ui.exp: New file.
3485 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3486 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3487 (with_spawn_id): New procedure.
3488
3489 2016-06-21 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.mi/mi-exec-run.exp: New file.
3492
3493 2016-06-21 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3496 breakpoint command's output on the main UI.
3497 (test_break): New procedure, factored out from calls in the top
3498 level.
3499 (top level): Use foreach_with_prefix to test MI as main UI and as
3500 separate UI.
3501
3502 2016-06-21 Pedro Alves <palves@redhat.com>
3503
3504 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3505 (test_awatch_creation_and_listing)
3506 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3507 Remove 'type' parameter.
3508 (test_watchpoint_all): New parameter mi_mode. Remove
3509 with_test_prefix.
3510 (top level): Use foreach_with_prefix, and add main/separate UI MI
3511 testing axis.
3512
3513 2016-06-21 Pedro Alves <palves@redhat.com>
3514
3515 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3516 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3517 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3518 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3519 (gdb_main_spawn_id, mi_spawn_id): Declare and
3520 comment.
3521 (mi_create_inferior_pty): New procedure,
3522 factored out from default_mi_gdb_start.
3523 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3524 procedures.
3525 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3526 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3527 Use mi_create_inferior_pty.
3528 (mi_gdb_start): Use eval to pass down args list.
3529
3530 2016-06-21 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3533 * gdb.opt/inline-cmds.exp: Add MI tests.
3534
3535 2016-06-21 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3538
3539 2016-06-21 Pedro Alves <palves@redhat.com>
3540
3541 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3542 (top level): Use it instead of mi_execute_to.
3543
3544 2016-06-21 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3547 (cont_handler_str): New.
3548 (signal_stop_handler): Set stop_handler_str instead of printing to
3549 stdout.
3550 (continue_handler): Set cont_handler_str instead of printing to
3551 stdout.
3552 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3553 mi_send_resuming_command. Print stop_handler_str and
3554 cont_handler_str instead of expecting the python events print
3555 directly.
3556
3557 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3558
3559 * gdb.base/jit-reader.exp: New file.
3560 * gdb.base/jithost.c: New file.
3561 * gdb.base/jithost.h: New file.
3562 * gdb.base/jitreader.c : New file.
3563 * gdb.base/jit-protocol.h: New file.
3564
3565 2016-06-17 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3568 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3569 and detach-on-fork. Adjust tests.
3570 (top level): Invoke break_cond_on_syscall with combinations of
3571 syscall, follow-fork-mode and detach-on-fork.
3572
3573 2016-06-17 Yao Qi <yao.qi@linaro.org>
3574
3575 * gdb.base/step-over-exit.c: New.
3576 * gdb.base/step-over-exit.exp: New.
3577
3578 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3579
3580 * gdb.base/float.exp: Add target check for nds32*-*-*.
3581 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3582
3583 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3586 for unsupported target features.
3587 * gdb.base/call-rt-st.exp: Likewise.
3588 * gdb.base/call-sc.exp: Likewise.
3589 * gdb.base/call-signal-resume.exp: Likewise.
3590 * gdb.base/call-strs.exp: Likewise.
3591 * gdb.base/callexit.exp: Likewise.
3592 * gdb.base/callfuncs.exp: Likewise.
3593 * gdb.base/nodebug.exp: Likewise.
3594 * gdb.base/printcmds.exp: Likewise.
3595 * gdb.base/ptype.exp: Likewise.
3596 * gdb.base/structs.exp: Likewise.
3597 * gdb.base/unwindonsignal.exp: Likewise.
3598 * gdb.cp/gdb2495.exp: Likewise.
3599 * gdb.cp/templates.exp: Likewise.
3600 * gdb.cp/virtfunc.exp: Likewise.
3601 * gdb.threads/hand-call-in-threads.exp: Likewise.
3602 * gdb.threads/interrupted-hand-call.exp: Likewise.
3603 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3604
3605 2016-06-10 Tom Tromey <tom@tromey.com>
3606
3607 PR rust/20110:
3608 * gdb.rust/expr.exp: Add test for integer constant larger than
3609 i32.
3610
3611 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3612
3613 * gdb.fortran/nested-funcs.exp: New.
3614 * gdb.fortran/nested-funcs.f90: New.
3615
3616 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3617
3618 * gdb.base/examine-backward.c: New file.
3619 * gdb.base/examine-backward.exp: New file.
3620
3621 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3622
3623 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3624 matching.
3625
3626 2016-06-02 Tom Tromey <tom@tromey.com>
3627
3628 PR python/18984:
3629 * gdb.python/py-shared.exp: Add solib_name test.
3630
3631 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3632
3633 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3634
3635 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3636
3637 PR c++/19893
3638 * gdb.dwarf2/implref.exp: Rename to...
3639 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3640 * gdb.dwarf2/implref-array.c: New file.
3641 * gdb.dwarf2/implref-array.exp: Likewise.
3642 * gdb.dwarf2/implref-global.c: Likewise.
3643 * gdb.dwarf2/implref-global.exp: Likewise.
3644 * gdb.dwarf2/implref-struct.c: Likewise.
3645 * gdb.dwarf2/implref-struct.exp: Likewise.
3646
3647 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3648
3649 * gdb.trace/trace-condition.exp: Add 64bit tests.
3650
3651 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3652
3653 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3654 bits types.
3655 (main): Adapt to 8 to 64 bits types.
3656 * gdb.trace/trace-condition.exp: Add new tests.
3657
3658 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3659
3660 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3661
3662 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3663
3664 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3665 Move condition tests...
3666 * gdb.trace/trace-condition.exp: Here.
3667
3668 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3669
3670 * gdb.trace/trace-condition.exp: Add counter-case tests.
3671
3672 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3673
3674 PR c++/15231
3675 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3676 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3677
3678 2016-05-27 Pedro Alves <palves@redhat.com>
3679
3680 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3681 New procedure.
3682 (top level): Call it, and bail out of DejaGnu is known to be bad.
3683
3684 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.base/whatis.c: Extend the test case.
3687 * gdb.base/whatis.exp: Add additional tests.
3688
3689 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3690
3691 * gdb.fortran/type.f90: Add pointer variable.
3692 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3693
3694 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3695
3696 * gdb.fortran/vla-type.exp: Fix testcase name.
3697
3698 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3699
3700 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3701
3702 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3703
3704 * gdb.fortran/type.f90: Add nested structures.
3705 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3706 * gdb.fortran/derived-type.exp: Adapt expected output.
3707 * gdb.fortran/vla-type.exp: Adapt expected output.
3708
3709 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3710
3711 * gdb.fortran/whatis_type.exp: Adapt expected output.
3712
3713 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3714
3715 * gdb.fortran/print_type.exp: Fix expected output.
3716 * gdb.fortran/whatis_type.exp: Fix expected output.
3717
3718 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3719
3720 * gdb.fortran/whatis_type.exp: Use multi_line.
3721
3722 2016-05-24 Tom Tromey <tom@tromey.com>
3723
3724 PR python/17386:
3725 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3726 use value as an index.
3727
3728 2016-05-23 Tom Tromey <tom@tromey.com>
3729
3730 PR python/17981:
3731 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3732 no-breakpoint case.
3733
3734 2016-05-24 Pedro Alves <palves@redhat.com>
3735
3736 PR gdb/19828
3737 * gdb.threads/clone-attach-detach.c: New file.
3738 * gdb.threads/clone-attach-detach.exp: New file.
3739
3740 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3741
3742 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3743
3744 2016-05-23 Tom Tromey <tom@tromey.com>
3745
3746 PR python/19438, PR python/18393:
3747 * gdb.python/py-progspace.exp: Add "dir" test.
3748 * gdb.python/py-objfile.exp: Add "dir" test.
3749
3750 2016-05-23 Yao Qi <yao.qi@linaro.org>
3751
3752 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3753 * gdb.arch/thumb2-it.exp: Likewise.
3754
3755 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3756
3757 * gdb.mi/mi-threads-interrupt.c: New file.
3758 * gdb.mi/mi-threads-interrupt.exp: New file.
3759
3760 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3761
3762 PR gdb/18077
3763 * gdb.mi/mi-async-run.exp: New file.
3764 * gdb.mi/mi-async-run.c: New file.
3765
3766 2016-05-17 Tom Tromey <tom@tromey.com>
3767 Manish Goregaokar <manishsmail@gmail.com>
3768
3769 * lib/rust-support.exp: New file.
3770 * lib/gdb.exp (skip_rust_tests): New proc.
3771 (build_executable_from_specs): Handle rust.
3772 * lib/future.exp (gdb_find_rustc): New proc.
3773 (gdb_default_target_compile): Handle rust.
3774 * gdb.rust/expr.exp: New file.
3775 * gdb.rust/generics.exp: New file.
3776 * gdb.rust/generics.rs: New file.
3777 * gdb.rust/methods.exp: New file.
3778 * gdb.rust/methods.rs: New file.
3779 * gdb.rust/modules.exp: New file.
3780 * gdb.rust/modules.rs: New file.
3781 * gdb.rust/simple.exp: New file.
3782 * gdb.rust/simple.rs: New file.
3783
3784 2016-05-17 Tom Tromey <tom@tromey.com>
3785
3786 * gdb.base/default.exp (set language): Add rust.
3787
3788 2016-05-17 Tom Tromey <tom@tromey.com>
3789
3790 * gdb.gdb/unittest.exp: New file.
3791
3792 2016-05-16 Yao Qi <yao.qi@linaro.org>
3793
3794 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3795 shell_prompt. Update shell_prompt_re.
3796
3797 2016-05-12 Doug Evans <dje@google.com>
3798
3799 PR symtab/19999
3800 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3801 $options when building executable.
3802 * gdb.dwarf2/fission-loclists-pie.S: New file.
3803 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3804
3805 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3806
3807 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3808 of [is_remote target],
3809
3810 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3811
3812 * lib/gdb.exp (use_gdb_stub): New procedure.
3813
3814 2016-05-03 Yunlian Jiang <yunlian@google.com>
3815 Doug Evans <dje@google.com>
3816
3817 PR symtab/19914
3818 * gdb.dwarf2/dwp-sepdebug.c: New file.
3819 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3820
3821 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3822
3823 * gdb.base/detach.exp: Remove is_remote check.
3824
3825 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3826
3827 * gdb.base/annota-input-while-running.exp: Don't check for
3828 [is_remote target]. Enable annotations after running to main.
3829 Remove unused "set test..." line.
3830
3831 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3832
3833 * gdb.trace/trace-enable-disable.exp: New file.
3834 * gdb.trace/trace-enable-disable.c: New file.
3835
3836 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3837
3838 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3839 use it in info sharedlibrary test.
3840 * gdb.trace/ftrace-lock.exp: Likewise.
3841 * gdb.trace/ftrace.exp: Likewise.
3842 * gdb.trace/range-stepping.exp: Likewise.
3843 * gdb.trace/trace-break.exp: Likewise.
3844 * gdb.trace/trace-condition.exp: Likewise.
3845 * gdb.trace/trace-mt.exp: Likewise.
3846
3847 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3848
3849 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3850 (gdb_load_shlib): ... this.
3851 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3852 gdb_load_shlib.
3853 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3854 * gdb.base/ctxobj.exp: Likewise.
3855 * gdb.base/dprintf-pending.exp: Likewise.
3856 * gdb.base/dso2dso.exp: Likewise.
3857 * gdb.base/fixsection.exp: Likewise.
3858 * gdb.base/gcore-relro.exp: Likewise.
3859 * gdb.base/gdb1555.exp: Likewise.
3860 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3861 * gdb.base/gnu-ifunc.exp: Likewise.
3862 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3863 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3864 * gdb.base/pending.exp: Likewise.
3865 * gdb.base/print-file-var.exp: Likewise.
3866 * gdb.base/print-symbol-loading.exp: Likewise.
3867 * gdb.base/shlib-call.exp: Likewise.
3868 * gdb.base/shreloc.exp: Likewise.
3869 * gdb.base/so-impl-ld.exp: Likewise.
3870 * gdb.base/solib-disc.exp: Likewise.
3871 * gdb.base/solib-nodir.exp: Likewise.
3872 * gdb.base/solib-overlap.exp: Likewise.
3873 * gdb.base/solib-symbol.exp: Likewise.
3874 * gdb.base/solib-weak.exp (do_test): Likewise.
3875 * gdb.base/sym-file.exp: Likewise.
3876 * gdb.base/symtab-search-order.exp: Likewise.
3877 * gdb.base/type-opaque.exp: Likewise.
3878 * gdb.base/unload.exp: Likewise.
3879 * gdb.base/watchpoint-solib.exp: Likewise.
3880 * gdb.compile/compile.exp: Likewise.
3881 * gdb.cp/gdb2384.exp: Likewise.
3882 * gdb.cp/infcall-dlopen.exp: Likewise.
3883 * gdb.cp/re-set-overloaded.exp: Likewise.
3884 * gdb.fortran/library-module.exp: Likewise.
3885 * gdb.opt/solib-intra-step.exp: Likewise.
3886 * gdb.python/py-finish-breakpoint.exp: Likewise.
3887 * gdb.python/py-shared.exp: Likewise.
3888 * gdb.reverse/solib-precsave.exp: Likewise.
3889 * gdb.reverse/solib-reverse.exp: Likewise.
3890 * gdb.server/solib-list.exp: Likewise.
3891 * gdb.threads/dlopen-libpthread.exp: Likewise.
3892 * gdb.threads/tls-shared.exp: Likewise.
3893 * gdb.threads/tls-so_extern.exp: Likewise.
3894 * gdb.trace/change-loc.exp: Likewise.
3895 * gdb.trace/ftrace-lock.exp: Likewise.
3896 * gdb.trace/ftrace.exp: Likewise.
3897 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3898 * gdb.trace/pending.exp: Likewise.
3899 * gdb.trace/range-stepping.exp: Likewise.
3900 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3901 (strace_info_marker): Likewise.
3902 (strace_probe_marker): Likewise.
3903 (strace_trace_on_same_addr): Likewise.
3904 (strace_trace_on_diff_addr): Likewise.
3905 * gdb.trace/trace-break.exp: Likewise.
3906 * gdb.trace/trace-condition.exp: Likewise.
3907 * gdb.trace/trace-mt.exp: Likewise.
3908
3909 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3910
3911 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3912 result of gdb_remote_download.
3913 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3914 * gdb.base/dso2dso.exp: Likewise.
3915 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3916 * gdb.base/print-file-var.exp: Likewise.
3917 * gdb.base/shlib-call.exp: Likewise.
3918 * gdb.base/shreloc.exp: Likewise.
3919 * gdb.base/solib-overlap.exp: Likewise.
3920 * gdb.base/solib-weak.exp (do_test): Likewise.
3921 * gdb.base/unload.exp: Likewise.
3922
3923 2016-04-27 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3926 exists.
3927
3928 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3929
3930 * vla-type.exp: Print structure from toplevel.
3931
3932 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3933
3934 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3935 of dynamic types.
3936 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3937 of dynamic types.
3938
3939 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3940
3941 * gdb.fortran/vla-type.f90: New file.
3942 * gdb.fortran/vla-type.exp: New file.
3943
3944 2016-04-25 Yao Qi <yao.qi@linaro.org>
3945
3946 * gdb.base/branch-to-self.c: New file.
3947 * gdb.base/branch-to-self.exp: New file.
3948
3949 2016-04-22 Yao Qi <yao.qi@linaro.org>
3950
3951 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3952 more after $hex.
3953
3954 2016-04-22 Yao Qi <yao.qi@linaro.org>
3955
3956 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3957 * gdb.base/annota3.exp: Likewise.
3958
3959 2016-04-22 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.reverse/step-precsave.exp: Do one step and test program
3962 stops in "callee" and do multiple steps until program goes out
3963 of "callee".
3964 * gdb.reverse/step-reverse.exp: Likewise.
3965
3966 2016-04-22 Yao Qi <yao.qi@linaro.org>
3967
3968 * gdb.trace/signal.exp: Also pass if
3969 $tracepoint_hits($i) > $iterations.
3970
3971 2016-04-22 Yao Qi <yao.qi@linaro.org>
3972
3973 * gdb.trace/signal.c: New file.
3974 * gdb.trace/signal.exp: New file.
3975
3976 2016-04-19 Doug Evans <xdje42@gmail.com>
3977
3978 * gdb.base/bad-file.exp: New file.
3979
3980 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3981
3982 * gdb.dwarf2/implref.exp: New file.
3983
3984 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3985
3986 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3987 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3988 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3989 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3990 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3991 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3992 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3993 * lib/fortran.exp (fortran_int4): New procedure.
3994 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3995 (fortran_logical4): Likewise.
3996
3997 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3998
3999 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4000
4001 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4002
4003 * lib/compiler.c: Add Intel specific preprocessor macros.
4004 * lib/compiler.cc: Likewise.
4005
4006 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4007
4008 * gdb.server/connect-with-no-symbol-file.c: New file.
4009 * gdb.server/connect-with-no-symbol-file.exp: New file.
4010
4011 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4012
4013 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4014
4015 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4016
4017 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4018 standard output directory.
4019
4020 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4021
4022 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4023
4024 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4025
4026 * gdb.btrace/instruction_history.c (loop): Add declaration.
4027
4028 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4029
4030 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4031
4032 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4033
4034 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4035 parentheses to print.
4036 (continue_handler): Likewise.
4037
4038 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4039
4040 * gdb.server/solib-list.exp: Remove is_remote check.
4041 Pass shlib= to gdb_compile. Don't link shared library with
4042 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4043 Run binary filename through "readlink -f" on the target.
4044
4045 2016-04-08 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4048 interpreter filename as argument to gdbserver_spawn.
4049 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4050 Return empty if $last_loaded_file does not exist.
4051
4052 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4055 * gdb.base/jit-main.c: Use exit after usage.
4056
4057 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4060 GDBHISTSIZE prior to the tests.
4061 * gdb.base/gdbinit-history.exp: Likewise.
4062
4063 2016-04-07 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4066 instead of build_executable. Use gdb_load_shlibs.
4067
4068 2016-04-07 Yao Qi <yao.qi@linaro.org>
4069
4070 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4071 Execute "si" command.
4072
4073 2016-04-07 Yao Qi <yao.qi@linaro.org>
4074
4075 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4076 number instead of the comments on some line.
4077
4078 2016-04-06 Don Breazeal <donb@codesourcery.com>
4079
4080 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4081 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4082
4083 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4086 standard_output_file. Remove unused binfile variable.
4087
4088 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4089
4090 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4091 * gdb.python/py-mi-objfile.exp: Match "list main" output
4092 in console format.
4093
4094 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4095
4096 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4097 absolute.
4098
4099 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4102 absolute.
4103 * gdb.trace/ftrace.exp: Likewise.
4104 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4105 targets as well.
4106 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4107 (gdb_load_shlibs): Copy libraries to test directory when testing
4108 natively. Only set solib-search-path if testing remotely.
4109 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4110
4111 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4112
4113 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4114 gdb_download. Use it even if the target is not remote.
4115 * gdb.base/jit.exp (compile_jit_test): Likewise.
4116 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4117 output directory if the destination board is local, otherwise use
4118 the standard remote_download from DejaGnu.
4119 (gdb_download): Remove.
4120 (gdb_load_shlibs): Use gdb_remote_download instead of
4121 gdb_download.
4122 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4123 Use gdb_remote_download instead of gdb_download. Use it even if
4124 the target is not remote.
4125 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4126 instead of gdb_download.
4127
4128 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4129
4130 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4131 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4132 run.
4133
4134 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4135
4136 PR gdb/19820
4137 * gdb.base/printcmds.exp: Add artificial arrays tests.
4138
4139 2016-03-31 Pedro Alves <palves@redhat.com>
4140
4141 PR gdb/19858
4142 * gdb.base/jit-main.c: Include unistd.h.
4143 (ATTACH): Define to 0 if not already defined.
4144 (wait_for_gdb, mypid): New globals.
4145 (WAIT_FOR_GDB): New macro.
4146 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4147 some breakpoint locations.
4148 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4149 New procedures.
4150 (one_jit_test): Add REATTACH parameter, and handle it. Use
4151 continue_to_test_location.
4152 (top level): Test attach, and adjusts calls to one_jit_test.
4153
4154 2016-03-31 Pedro Alves <palves@redhat.com>
4155
4156 PR gdb/19858
4157 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4158 BINSUFFIX parameter, and handle it.
4159 (top level): Adjust calls compile_jit_test.
4160
4161 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4162
4163 PR python/19743
4164 * gdb.python/py-mi-events-gdb.py: New file.
4165 * gdb.python/py-mi-events.c: New file.
4166 * gdb.python/py-mi-events.exp: New file.
4167
4168 2016-03-30 Yao Qi <yao.qi@linaro.org>
4169
4170 * gdb.reverse/until-precsave.exp: Match function name only.
4171 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4172 Move malloc to a condition block.
4173 * gdb.reverse/until-reverse.exp: Match function name only.
4174
4175 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4176
4177 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4178 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4179 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4180 variable for GPR 0 instead of assuming it is register 0.
4181 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4182 * lib/trace-support.exp: Add s390 registers.
4183
4184 2016-03-29 Yao Qi <yao.qi@linaro.org>
4185
4186 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4187
4188 2016-03-24 Yao Qi <yao.qi@linaro.org>
4189
4190 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4191 test message.
4192
4193 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4194
4195 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4196 maintaining separate logic for constructing the output path.
4197
4198 2016-03-16 Don Breazeal <donb@codesourcery.com>
4199
4200 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4201 Retry fork and waitpid on interrupted system call errors.
4202 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4203 Use with_timeout_factor to increase timeout by factor of 10.
4204
4205 2016-03-15 Don Breazeal <donb@codesourcery.com>
4206
4207 * gdb.cp/scope-err.cc: New test program.
4208 * gdb.cp/scope-err.exp: New test script.
4209 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4210 lines and "set breakpoint here" comment.
4211 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4212 Fixed some whitespace and format issues.
4213 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4214 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4215
4216 2016-03-15 Doug Evans <dje@google.com>
4217
4218 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4219 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4220 All callers updated. Add tests for enums, mixed flags register.
4221
4222 2016-03-15 Doug Evans <dje@google.com>
4223
4224 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4225 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4226
4227 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4228
4229 * gdb.base/default.exp: Add $_as_string to the list of expected
4230 convenience functions.
4231
4232 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4235
4236 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4237
4238 * gdb.python/py-as-string.exp: New file.
4239 * gdb.python/py-as-string.c: New file.
4240
4241 2016-03-09 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4244 signal" -> "Thread NN received signal" output change.
4245 * gdb.threads/ia64-sigill.exp: Likewise.
4246 * gdb.threads/linux-dp.exp: Likewise.
4247 * gdb.threads/manythreads.exp: Likewise.
4248 * gdb.threads/pending-step.exp: Likewise.
4249 * gdb.threads/print-threads.exp: Likewise.
4250 * gdb.threads/sigstep-threads.exp: Likewise.
4251 * gdb.threads/staticthreads.exp: Likewise.
4252 * gdb.threads/tls.exp: Likewise.
4253
4254 2016-03-09 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/command-line-input.exp: New file.
4257
4258 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4259
4260 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4261 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4262 * gdb.trace/pending.exp: Accept leading dot before function name.
4263 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4264 * lib/trace-support.exp: Set registers for ppc.
4265
4266 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4267
4268 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4269 use it for disassembly; accept .main in addition to main in backtrace.
4270
4271 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4272 Marcin Kościelnicki <koriakin@0x04.net>
4273
4274 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4275 (gdb_recursion_test_ptr): New global variable.
4276 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4277 gdb_recursion_test.
4278 (gdb_c_test): Ditto.
4279
4280 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4281
4282 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4283 ordering.
4284
4285 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4286
4287 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4288 (bar): Add bar_start_lbl label.
4289 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4290 of foo/bar for emitting DWARF and tracing.
4291
4292 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4293
4294 * analyze-racy-logs.py: Set executable bit.
4295
4296 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4297
4298 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4299 (CHECK_TARGET_TMP): Likewise.
4300 (check-single-racy): New rule.
4301 (check-parallel-racy): Likewise.
4302 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4303 (do-check-parallel-racy): New rule.
4304 (check-racy/%.exp): Likewise.
4305 * README (Racy testcases): New section.
4306 * analyze-racy-logs.py: New file.
4307
4308 2016-03-03 Doug Evans <dje@google.com>
4309
4310 * gdb.base/skip.exp: Use with_test_prefix.
4311
4312 2016-03-03 Yao Qi <yao.qi@linaro.org>
4313
4314 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4315 Invoke step_over_syscall "clone" and break_cond_on_syscall
4316 "clone".
4317 * gdb.base/step-over-clone.c: New file.
4318
4319 2016-03-03 Yao Qi <yao.qi@linaro.org>
4320
4321 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4322 code format.
4323
4324 2016-03-03 Yao Qi <yao.qi@linaro.org>
4325
4326 * gdb.base/disp-step-fork.c: Rename to ...
4327 * gdb.base/step-over-fork.c: ... it. New file.
4328 * gdb.base/disp-step-vfork.c: Rename to ...
4329 * gdb.base/step-over-vfork.c: ... it. New file.
4330 * gdb.base/disp-step-syscall.exp: Rename to ...
4331 * gdb.base/step-over-syscall.exp: ... it. New file.
4332 (disp_step_cross_syscall): Rename to ...
4333 (step_over_syscall): ... it.
4334
4335 2016-03-03 Yao Qi <yao.qi@linaro.org>
4336
4337 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4338 If target supports condition evaluation on target, invoke
4339 break_cond_on_syscall for fork and vfork.
4340
4341 2016-03-03 Yao Qi <yao.qi@linaro.org>
4342
4343 * gdb.base/disp-step-syscall.exp: Don't invoke
4344 support_displaced_stepping.
4345 (disp_step_cross_syscall): Test with displaced stepping off and
4346 on if supported.
4347
4348 2016-03-03 Yao Qi <yao.qi@linaro.org>
4349
4350 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4351 proc.
4352 (setup): New proc.
4353 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4354 and setup.
4355
4356 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4357
4358 * gdb.fortran/vla-history.exp: Remove breakpoint.
4359
4360 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4361
4362 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4363 exceeds timeout.
4364
4365 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4366
4367 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4368 breakpoint.
4369
4370 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4371
4372 * gdb.mi/vla.f90: Nullify pointer after declaration.
4373
4374 2016-03-01 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4377
4378 2016-03-01 Pedro Alves <palves@redhat.com>
4379
4380 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4381 before anything else.
4382 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4383 _GNU_SOURCE here.
4384 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4385 before anything else.
4386 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4387
4388 2016-03-01 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4391
4392 2016-03-01 Yao Qi <yao.qi@linaro.org>
4393
4394 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4395 prepare_for_testing.
4396
4397 2016-03-01 Yao Qi <yao.qi@linaro.org>
4398
4399 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4400
4401 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4402
4403 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4404 manually constructing the output path.
4405
4406 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4407
4408 * gdb.arch/s390-stackless.S: New.
4409 * gdb.arch/s390-stackless.exp: New.
4410
4411 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4412
4413 * gdb.dlang/circular.c: New file.
4414 * gdb.dlang/circular.exp: New file.
4415
4416 2016-02-26 Yao Qi <yao.qi@linaro.org>
4417
4418 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4419 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4420 (testcases): Update.
4421
4422 2016-02-26 Yao Qi <yao.qi@linaro.org>
4423
4424 * gdb.reverse/aarch64.c: Rename to ...
4425 * gdb.reverse/insn-reverse.c: ... it.
4426 * gdb.reverse/aarch64.exp: Rename to ...
4427 * gdb.reverse/insn-reverse.exp: ... it.
4428
4429 2016-02-26 Yao Qi <yao.qi@linaro.org>
4430
4431 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4432 (testcase_ftype): New.
4433 (testcases): New array.
4434 (n_testcases): New.
4435 (main): Call each element in testcases.
4436 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4437 (read_testcase): New.
4438 Do the tests in a loop.
4439
4440 2016-02-25 Yao Qi <yao.qi@linaro.org>
4441
4442 * gdb.base/branches.c: Remove.
4443
4444 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4445
4446 PR gdb/13808
4447 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4448
4449 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4450
4451 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4452
4453 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4454
4455 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4456 change x86_64 call_insn to 'callq'.
4457
4458 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4459
4460 * gdb.trace/tfile-avx.c: Move to...
4461 * gdb.trace/tracefile-pseudo-reg.c: Here.
4462 * gdb.trace/tfile-avx.exp: Move to...
4463 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4464
4465 2016-02-24 Gary Benson <gbenson@redhat.com>
4466
4467 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4468 message on attach.
4469
4470 2016-02-23 Doug Evans <dje@google.com>
4471
4472 * gdb.base/skip.c (test_skip): New function.
4473 (end_test_skip_file_and_function): New function.
4474 (test_skip_file_and_function): New function.
4475 * gdb.base/skip1.c (test_skip): New function.
4476 (skip1_test_skip_file_and_function): New function.
4477 * gdb.base/skip.exp: Add tests for new skip options.
4478 * gdb.base/skip-solib.exp: Update expected output.
4479 * gdb.perf/skip-command.cc: New file.
4480 * gdb.perf/skip-command.exp: New file.
4481 * gdb.perf/skip-command.py: New file.
4482
4483 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4484
4485 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4486 info registers pattern.
4487
4488 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4489
4490 * lib/future.exp: Add D support.
4491 (gdb_find_gdc): New proc.
4492 (gdb_default_target_compile): Add D support.
4493
4494 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4495
4496 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4497 user+system time.
4498 (trace_speed_test): Determine the iteration count for a time
4499 between 15..30 seconds.
4500
4501 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4502
4503 * gdb.arch/i386-mpx-sigsegv.c: New file.
4504 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4505 * gdb.arch/i386-mpx-simple_segv.c: New file.
4506 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4507
4508 2016-02-18 Yao Qi <yao.qi@linaro.org>
4509
4510 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4511 Don't call setup_kfail.
4512
4513 2016-02-18 Yao Qi <yao.qi@linaro.org>
4514
4515 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4516 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4517
4518 2016-02-16 Doug Evans <dje@google.com>
4519
4520 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4521 * gdb.base/skip1.c: Ditto.
4522 * gdb.base/skip.exp: Whitespace cleanup.
4523
4524 2016-02-16 Don Breazeal <donb@codesourcery.com>
4525
4526 PR remote/19496
4527 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4528 Remove kfail for PR remote/19496.
4529
4530 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * lib/gdb.exp (standard_temp_file): Return a path specific to
4533 the runtest invocation.
4534
4535 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4536
4537 * gdb.trace/save-trace.exp: Change relative path to be in the
4538 standard output directory.
4539
4540 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4541
4542 * gdb.arch/i386-prologue.c: Add missing prototypes.
4543
4544 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4547 * gdb.arch/i386-prologue.exp: Likewise.
4548 * gdb.arch/i386-size.exp: Likewise.
4549
4550 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4551
4552 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4553 define object file path.
4554 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4555 file path.
4556 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4557 standard_output_file to define binfile.
4558
4559 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4560
4561 Fix compatibility with recent gfortran-5.3.1.
4562 * gdb.fortran/vla-history.exp (print vla1 allocated)
4563 (print vla2 allocated, print $2, print $3): Remove
4564 (print $4): Rename to ...
4565 (print $2): ... here.
4566 (print $9): Rename to ...
4567 (print $5): ... here.
4568 (print $10): Rename to ...
4569 (print $6): ... here.
4570 * gdb.fortran/vla.f90: Add pvla initialization.
4571
4572 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4573
4574 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4575 New test.
4576 * gdb.fortran/vla-value-sub.exp: Likewise.
4577
4578 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4579
4580 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4581
4582 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4583
4584 * i386-biarch-core.exp: Define corefile using
4585 standard_output_file.
4586
4587 2016-02-12 Yao Qi <yao.qi@linaro.org>
4588
4589 * gdb.arch/arm-single-step-kernel-helper.c: New.
4590 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4591
4592 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4593
4594 * gdb.btrace/tailcall-only.exp: New.
4595 * gdb.btrace/tailcall-only.c: New.
4596 * gdb.btrace/x86_64-tailcall-only.S: New.
4597 * gdb.btrace/i686-tailcall-only.S: New.
4598
4599 2016-02-11 Pedro Alves <palves@redhat.com>
4600
4601 * README (Parallel testing): Add missing double quotes.
4602
4603 2016-02-11 Pedro Alves <palves@redhat.com>
4604
4605 * README (Parallel testing): New section.
4606 (GDB_PARALLEL): Rewrite.
4607 (FORCE_PARALLEL): Document.
4608
4609 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4610
4611 * gdb.trace/tfile-avx.c: New test.
4612 * gdb.trace/tfile-avx.exp: New test.
4613
4614 2016-02-09 Keith Seitz <keiths@redhat.com>
4615
4616 PR breakpoints/19546
4617 * gdb.base/infcall-exec.c: New file.
4618 * gdb.base/infcall-exec2.c: New file.
4619 * gdb.base/infcall-exec.exp: New file.
4620
4621 2016-02-09 Keith Seitz <keiths@redhat.com>
4622
4623 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4624 (toplevel): Call test_bkpt_address.
4625
4626 2016-02-09 Keith Seitz <keiths@redhat.com>
4627
4628 PR python/19506
4629 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4630 (toplevel): Call test_bkpt_address.
4631
4632 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4633
4634 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4635 to AC_OUTPUT.
4636 * configure: Regenerate.
4637
4638 2016-02-09 Pedro Alves <palves@redhat.com>
4639
4640 PR breakpoints/19548
4641 * gdb.base/execl-update-breakpoints.c (some_function): New
4642 function.
4643 (main): Call it.
4644 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4645 Tighten expected GDB output.
4646
4647 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * Makefile.in (ALL_SUBDIRS): Remove.
4650 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4651 (distclean maintainer-clean realclean): Likewise.
4652 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4653 * configure: Regenerate.
4654 * gdb.ada/Makefile.in: Delete.
4655 * gdb.arch/Makefile.in: Likewise.
4656 * gdb.asm/Makefile.in: Likewise.
4657 * gdb.base/Makefile.in: Likewise.
4658 * gdb.btrace/Makefile.in: Likewise.
4659 * gdb.cell/Makefile.in: Likewise.
4660 * gdb.compile/Makefile.in: Likewise.
4661 * gdb.cp/Makefile.in: Likewise.
4662 * gdb.disasm/Makefile.in: Likewise.
4663 * gdb.dlang/Makefile.in: Likewise.
4664 * gdb.dwarf2/Makefile.in: Likewise.
4665 * gdb.fortran/Makefile.in: Likewise.
4666 * gdb.gdb/Makefile.in: Likewise.
4667 * gdb.go/Makefile.in: Likewise.
4668 * gdb.guile/Makefile.in: Likewise.
4669 * gdb.java/Makefile.in: Likewise.
4670 * gdb.linespec/Makefile.in: Likewise.
4671 * gdb.mi/Makefile.in: Likewise.
4672 * gdb.modula2/Makefile.in: Likewise.
4673 * gdb.multi/Makefile.in: Likewise.
4674 * gdb.objc/Makefile.in: Likewise.
4675 * gdb.opencl/Makefile.in: Likewise.
4676 * gdb.opt/Makefile.in: Likewise.
4677 * gdb.pascal/Makefile.in: Likewise.
4678 * gdb.perf/Makefile.in: Likewise.
4679 * gdb.python/Makefile.in: Likewise.
4680 * gdb.reverse/Makefile.in: Likewise.
4681 * gdb.server/Makefile.in: Likewise.
4682 * gdb.stabs/Makefile.in: Likewise.
4683 * gdb.threads/Makefile.in: Likewise.
4684 * gdb.trace/Makefile.in: Likewise.
4685 * gdb.xml/Makefile.in: Likewise.
4686 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4687 GDB_PARALLEL.
4688 (standard_output_file): Remove check for GDB_PARALLEL, always
4689 return path in outputs/$subdir/$testname.
4690
4691 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4692
4693 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4694 (site.exp): Assign abs_srcdir to tcl's srcdir.
4695
4696 2016-02-04 Yao Qi <yao.qi@linaro.org>
4697
4698 * gdb.base/foll-exec-mode.c: Include limits.h.
4699 (main): Add parameters argc and argv. Get directory from
4700 argv[0].
4701 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4702 compilation.
4703 * gdb.base/foll-exec.c: Include limits.h.
4704 (main): Add parameters argc and argv.
4705 Get directory from argv[0].
4706 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4707 Adjust tests on the number of lines as source code changed.
4708 * gdb.base/foll-vfork-exit.c: Include limits.h.
4709 (main): Add one line of statement before vfork.
4710 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4711 (main): Add parameters argc and argv. Get directory from
4712 argv[0].
4713 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4714 (setup_gdb): Set tbreak to skip some source lines.
4715 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4716 (main): Add parameters argc and argv. Get directory from
4717 argv[0].
4718 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4719 compilation.
4720 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4721 (main): Add parameters argc and argv. Get directory from
4722 argv[0].
4723 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4724 compilation.
4725
4726 2016-02-01 Doug Evans <dje@google.com>
4727
4728 * gdb.base/skip.exp: Clean up multiple references to same test name.
4729
4730 2016-02-01 Pedro Alves <palves@redhat.com>
4731
4732 PR remote/19496
4733 * gdb.threads/forking-threads-plus-breakpoint.exp
4734 (displaced_stepping_supported): New global.
4735 (probe_displaced_stepping_support): New procedure.
4736 (do_test): Add 'displaced' parameter, and use it.
4737 (top level): Check for displaced stepping support. Add displaced
4738 stepping on/off testing axis.
4739
4740 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4743 pointer. Don't perform further tests on the unassociated pointer
4744 if the first test fails.
4745
4746 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.base/max-value-size.c: New file.
4749 * gdb.base/max-value-size.exp: New file.
4750 * gdb.base/huge.exp: Disable max-value-size for this test.
4751
4752 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4753
4754 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4755
4756 2016-01-28 Yao Qi <yao.qi@linaro.org>
4757
4758 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4759
4760 2016-01-25 Pedro Alves <palves@redhat.com>
4761
4762 PR threads/19461
4763 * gdb.base/fork-running-state.c: New file.
4764 * gdb.base/fork-running-state.exp: New file.
4765
4766 2016-01-25 Pedro Alves <palves@redhat.com>
4767
4768 PR gdb/19494
4769 * gdb.base/catch-fork-kill.c: New file.
4770 * gdb.base/catch-fork-kill.exp: New file.
4771
4772 2016-01-25 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4775 Delete, moved to lib/gdb.exp.
4776 * gdb.threads/forking-threads-plus-breakpoint.exp
4777 (foreach_with_prefix): Likewise.
4778 * gdb.threads/process-dies-while-handling-bp.exp
4779 (foreach_with_prefix): Likewise.
4780 * lib/gdb.exp (foreach_with_prefix): New procedure.
4781
4782 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4783
4784 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4785 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4786
4787 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4788
4789 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4790 endian targets.
4791
4792 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4793 Pedro Alves <palves@redhat.com>
4794
4795 Fix testsuite compatibility with Guile.
4796 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4797 number.
4798
4799 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4800
4801 Fix testsuite compatibility with Guile.
4802 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4803 (thread 1): New test for backtrace through signal handler.
4804
4805 2016-01-22 Yao Qi <yao.qi@linaro.org>
4806
4807 PR testsuite/19491
4808 * gdb.base/multi-forks.c: Include
4809 ../lib/unbuffer_output.c
4810 (main): Call gdb_unbuffer_output.
4811
4812 2016-01-21 Doug Evans <dje@google.com>
4813
4814 * lib/ada.exp (gdb_compile_ada): Fix typo.
4815
4816 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4817
4818 * gdb.base/break-fun-addr.exp: New file.
4819 * gdb.base/break-fun-addr1.c: New file.
4820 * gdb.base/break-fun-addr2.c: New file.
4821
4822 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4823
4824 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4825 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4826 enum flag values.
4827
4828 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4829
4830 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4831 when GDB can not set the vector return value. Add more comments
4832 for clarification.
4833
4834 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4835
4836 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4837 command.
4838
4839 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4840
4841 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4842
4843 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4844
4845 * Makefile.in (check-single): Pass --status to runtest.
4846 (check/%.exp): Likewise.
4847
4848 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4849
4850 * Makefile.in (check-parallel): Propagate return code from make
4851 do-check-parallel.
4852
4853 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4854
4855 * gdb.trace/ftrace.exp: Fix expected message on continue.
4856 * gdb.trace/pending.exp: Fix expected message on continue.
4857 * gdb.trace/trace-break.exp: Fix expected message on continue.
4858
4859 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4860
4861 * lib/gdb.exp (gdb_test): Remove unused global references.
4862
4863 2016-01-18 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.base/async-shell.exp: Adjust expected output.
4866 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4867 * gdb.base/siginfo-thread.exp: Adjust expected output.
4868 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4869 * gdb.java/jnpe.exp: Adjust expected output.
4870 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4871 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4872 * gdb.threads/leader-exit.exp: Adjust expected output.
4873 * gdb.threads/manythreads.exp: Adjust expected output.
4874 * gdb.threads/pthreads.exp: Adjust expected output.
4875 * gdb.threads/schedlock.exp: Adjust expected output.
4876 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4877 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4878 expected output.
4879 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4880 output.
4881 * gdb.threads/sigthread.exp: Adjust expected output.
4882 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4883
4884 2016-01-18 Yao Qi <yao.qi@linaro.org>
4885
4886 * gdb.guile/scm-section-script.c: Replace @progbits with
4887 %progbits.
4888 * gdb.python/py-section-script.c: Likewise.
4889
4890 2016-01-15 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.multi/tids.exp: Test star wildcard ranges.
4893
4894 2016-01-15 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4897 command from "thread apply" invocation.
4898 (thr_apply_info_thr_invalid): Default the expected output to the
4899 input tid list.
4900 (top level): Add tests that use convenience variables. Add tests
4901 for "thread apply" with a valid TID list, but missing the command.
4902
4903 2016-01-13 Pedro Alves <palves@redhat.com>
4904
4905 * gdb.base/default.exp: Expect $_gthread as well.
4906 * gdb.multi/tids.exp: Test $_gthread.
4907 * gdb.threads/thread-specific.exp: Test $_gthread.
4908
4909 2016-01-13 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.multi/tids.exp: Test "info threads -gid".
4912
4913 2016-01-13 Pedro Alves <palves@redhat.com>
4914
4915 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4916 Breakpoint.thread.
4917 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4918
4919 2016-01-07 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/break.exp: Adjust to output changes.
4922 * gdb.base/hbreak2.exp: Likewise.
4923 * gdb.base/sepdebug.exp: Likewise.
4924 * gdb.base/watch_thread_num.exp: Likewise.
4925 * gdb.linespec/keywords.exp: Likewise.
4926 * gdb.multi/info-threads.exp: Likewise.
4927 * gdb.threads/thread-find.exp: Likewise.
4928 * gdb.multi/tids.c: New file.
4929 * gdb.multi/tids.exp: New file.
4930
4931 2016-01-13 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4934
4935 2016-01-13 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.base/default.exp: Expect $_inferior as well.
4938 * gdb.multi/base.exp: Test $_inferior.
4939
4940 2016-01-13 Pedro Alves <palves@redhat.com>
4941
4942 PR breakpoints/19388
4943 * gdb.base/catch-signal-siginfo-cond.c: New file.
4944 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4945
4946 2016-01-12 Josh Stone <jistone@redhat.com>
4947 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4948
4949 * gdb.base/catch-syscall.c (do_execve): New variable.
4950 (main): Conditionally trigger an execve.
4951 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4952 (test_catch_syscall_execve): New, check entry/return across execve.
4953 (do_syscall_tests): Call test_catch_syscall_execve.
4954
4955 2016-01-12 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/random-signal.exp (do_test): New procedure, with body
4958 of testcase moved in.
4959
4960 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4961 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.base/funcargs.exp (finish from indirectly called function):
4964 Reintroduce the case for 'First'.
4965
4966 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4967 Pedro Alves <palves@redhat.com>
4968
4969 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4970 (tcatch_vfork_then_child_follow_exec)
4971 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4972 identification.
4973
4974 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4975
4976 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4977 and repeats to unlimited.
4978 * gdb.python/py-value.exp: Likewise.
4979 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4980 and repeats to unlimited.
4981
4982 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4983
4984 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4985 and reordering the functions.
4986 * gdb.multi/hangout.c: Likewise.
4987 * gdb.multi/hello.c: Likewise.
4988
4989 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4990
4991 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4992 absolute.
4993 (SingleStatisticTestResult.report): Use dict.keys instead of
4994 dict.iterkeys.
4995
4996 2016-01-06 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4999
5000 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5001
5002 * gdb.btrace/dlopen.exp: New.
5003 * gdb.btrace/dlopen.c: New.
5004 * gdb.btrace/dlopen-dso.c: New.
5005
5006 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5007
5008 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5009 PATTERN argument is optional.
5010
5011 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5012
5013 * lib/ada.exp (target_compile_ada_from_dir): New function.
5014 (gdb_compile_ada): Reimplement avoiding the use of project files.
5015 * gdb.ada/gnat_ada.gpr: Delete.
5016 * gdb.ada/cond_lang.exp: Adjust test to make path before
5017 filename optional.
5018 * gdb.ada/small_reg_param.exp: Likewise.
5019
5020 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5023
5024 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5025
5026 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5027 case.
5028
5029 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5030
5031 * gdb.base/break.exp: Remove dead code.
5032 * gdb.base/sepdebug.exp: Likewise.
5033
5034 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5035
5036 * gdb.asm/asm-source.exp: Remove HP-UX references.
5037 * gdb.base/annota1.exp: Likewise.
5038 * gdb.base/annota3.exp: Likewise.
5039 * gdb.base/attach.exp: Likewise.
5040 * gdb.base/bigcore.exp: Likewise.
5041 * gdb.base/break.exp: Likewise.
5042 * gdb.base/call-ar-st.exp: Likewise.
5043 * gdb.base/callfuncs.exp: Likewise.
5044 * gdb.base/catch-fork-static.exp: Likewise.
5045 * gdb.base/display.exp: Likewise.
5046 * gdb.base/foll-exec-mode.exp: Likewise.
5047 * gdb.base/foll-exec.exp: Likewise.
5048 * gdb.base/foll-fork.exp: Likewise.
5049 * gdb.base/foll-vfork.exp: Likewise.
5050 * gdb.base/funcargs.exp: Likewise.
5051 * gdb.base/hbreak2.exp: Likewise.
5052 * gdb.base/inferior-died.exp: Likewise.
5053 * gdb.base/interrupt.exp: Likewise.
5054 * gdb.base/multi-forks.exp: Likewise.
5055 * gdb.base/nodebug.exp: Likewise.
5056 * gdb.base/sepdebug.exp: Likewise.
5057 * gdb.base/solib1.c: Likewise.
5058 * gdb.base/step-test.exp: Likewise.
5059 * gdb.mi/non-stop.c: Likewise.
5060 * gdb.mi/pthreads.c: Likewise.
5061 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5062 * gdb.threads/pthreads.c: Likewise.
5063 * gdb.threads/staticthreads.exp: Likewise.
5064 * lib/future.exp: Likewise.
5065 * lib/gdb.exp: Likewise.
5066 * gdb.base/so-indr-cl.c: Remove.
5067 * gdb.base/so-indr-cl.exp: Likewise.
5068 * gdb.base/solib.c: Likewise.
5069 * gdb.base/solib.exp: Likewise.
5070 * gdb.base/solib2.c: Likewise.
5071
5072 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5073
5074 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5075 * gdb.base/call-ar-st.exp: Likewise.
5076 * gdb.base/callfuncs.exp: Likewise.
5077 * gdb.base/condbreak.exp: Likewise.
5078 * gdb.base/constvars.exp: Likewise.
5079 * gdb.base/hbreak2.exp: Likewise.
5080 * gdb.base/langs.exp: Likewise.
5081 * gdb.base/list.exp: Likewise.
5082 * gdb.base/long_long.exp: Likewise.
5083 * gdb.base/ptype.exp: Likewise.
5084 * gdb.base/scope.exp: Likewise.
5085 * gdb.base/signals.exp: Likewise.
5086 * gdb.base/so-impl-ld.exp: Likewise.
5087 * gdb.base/varargs.exp: Likewise.
5088 * gdb.base/volatile.exp: Likewise.
5089 * gdb.base/whatis.exp: Likewise.
5090 * gdb.cp/cplusfuncs.exp: Likewise.
5091 * gdb.cp/inherit.exp: Likewise.
5092 * gdb.cp/local.exp: Likewise.
5093 * gdb.cp/member-ptr.exp: Likewise.
5094 * gdb.cp/method.exp: Likewise.
5095 * gdb.cp/overload.exp: Likewise.
5096 * gdb.cp/templates.exp: Likewise.
5097 * gdb.stabs/weird.exp: Likewise.
5098 * lib/compiler.c: Likewise.
5099 * lib/compiler.cc: Likewise.
5100 * lib/cp-support.exp: Likewise.
5101 * lib/gdb.exp: Likewise.
5102
5103 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5104
5105 * configure.ac: Remove HP-UX case.
5106 * configure: Regenerate.
5107
5108 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5109
5110 * lib/gdb.exp (gdb_compile): Add function doc.
5111
5112 2015-12-17 Pedro Alves <palves@redhat.com>
5113
5114 PR threads/19354
5115 * gdb.multi/info-threads.exp: New file.
5116
5117 2015-12-15 Yao Qi <yao.qi@linaro.org>
5118
5119 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5120 is aarch64*-*-*.
5121
5122 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5123
5124 * gdb.base/history-duplicates.exp: Skip if no readline support.
5125
5126 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5127
5128 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5129
5130 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5131
5132 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5133
5134 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5135
5136 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5137 ctrl-C if nointerrupts target property is set.
5138 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5139 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5140 * gdb.base/paginate-bg-execution.exp: Likewise.
5141 * gdb.base/paginate-execution-startup.exp: Likewise.
5142 * gdb.base/random-signal.exp: Likewise.
5143 * gdb.base/range-stepping.exp: Likewise.
5144 * gdb.cp/annota2.exp: Likewise.
5145 * gdb.cp/annota3.exp: Likewise.
5146 * gdb.gdb/selftest.exp: Likewise.
5147 * gdb.threads/continue-pending-status.exp: Likewise.
5148 * gdb.threads/leader-exit.exp: Likewise.
5149 * gdb.threads/manythreads.exp: Likewise.
5150 * gdb.threads/pthreads.exp: Likewise.
5151 * gdb.threads/schedlock.exp: Likewise.
5152 * gdb.threads/sigthread.exp: Likewise.
5153
5154 2015-12-11 Don Breazeal <donb@codesourcery.com>
5155
5156 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5157 remote.
5158 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5159 * gdb.base/foll-exec.exp (main): Enable for target remote.
5160 * gdb.base/foll-fork.exp (main): Likewise.
5161 * gdb.base/foll-vfork.exp (main): Likewise.
5162 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5163 (proc continue_to_exit_bp_loc): Use clean_restart.
5164 * gdb.base/pie-execl.exp (main): Disable for target remote.
5165 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5166 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5167 * gdb.threads/execl.exp (main): Likewise.
5168 * gdb.threads/fork-child-threads.exp (main): Likewise.
5169 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5170 remote.
5171 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5172 remote.
5173 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5174 pid.tid style ptids, instead of just tid.
5175 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5176 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5177 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5178 ptids, instead of just tid.
5179
5180 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * gdb.base/list.exp (test_list_forward): Add end of file error
5183 test.
5184 (test_repeat_list_command): Add end of file error test.
5185 (test_list_backwards): Add beginning of file error test.
5186
5187 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5188
5189 * gdb.base/list.exp (test_list_invalid_args): New function,
5190 defined, and called.
5191
5192 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5193
5194 * gdb.base/list.exp (test_list): Make test names unique.
5195
5196 2015-12-11 Yao Qi <yao.qi@linaro.org>
5197
5198 * gdb.base/coremaker2.c: Remove.
5199
5200 2015-12-10 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.multi/base.exp: Remove stale "spaces" references.
5203
5204 2015-12-10 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.multi/base.exp: Don't use nowarnings.
5207 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5208 * gdb.multi/hangout.c: Include stdio.h.
5209 * gdb.multi/hello.c: Include stdlib.h.
5210 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5211 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5212 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5213
5214 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.dwarf2/dw2-ranges-base.c: New file.
5217 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5218 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5219 support additional line table, and debug ranges generation.
5220 (Dwarf::ranges): New function, generate .debug_ranges.
5221 (Dwarf::lines): Support generating simple line table programs.
5222 (Dwarf::assemble): Initialise new namespace variables.
5223
5224 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5225
5226 * gdb.base/async.exp (proc test_background): Add case for
5227 asynchronous execution not supported.
5228
5229 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5230
5231 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5232 format and change test names to make them unique.
5233
5234 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5235 Pedro Alves <pedro@redhat.com>
5236
5237 PR gdb/18702
5238 Add checking of floatformats setup on x86_64 hosts.
5239 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5240 (smallval, bigval): New labels/constants.
5241 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5242 float" after loading bigval and smallval.
5243
5244 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5245
5246 * gdb.ada/fun_overload_menu.exp: New testcase.
5247 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5248
5249 2015-12-04 Josh Stone <jistone@redhat.com>
5250
5251 * gdb.base/catch-fork-static.exp: New.
5252
5253 2015-12-03 Yao Qi <yao.qi@linaro.org>
5254
5255 * gdb.base/sizeof.c: Don't include stdio.h and
5256 ../lib/unbuffer_output.c.
5257 (main): New variable 'size' and 'value'. Remove printf and
5258 gdb_unbuffer_output. Assign return value to size and value.
5259 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5260 at the beginning.
5261 (check_sizeof): Check the result by printing variable 'size'.
5262 (check_valueof): Check the result by printing variable 'value'.
5263
5264 2015-12-01 Yao Qi <yao.qi@linaro.org>
5265
5266 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5267 for aarch64*-*-linux* target.
5268
5269 2015-11-30 Pedro Alves <palves@redhat.com>
5270
5271 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5272
5273 2015-11-30 Pedro Alves <palves@redhat.com>
5274
5275 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5276 Handle non-stop mode vCont replies.
5277
5278 2015-11-30 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5281 prepare_for_testing. Start gdb with "set non-stop on" appended to
5282 GDBFLAGS. Lax expected stop output.
5283
5284 2015-11-27 Yao Qi <yao.qi@linaro.org>
5285
5286 * gdb.arch/arm-neon.exp: New.
5287 * gdb.arch/arm-neon.c: New.
5288
5289 2015-11-27 Yao Qi <yao.qi@linaro.org>
5290
5291 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5292
5293 2015-11-27 Yao Qi <yao.qi@linaro.org>
5294
5295 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5296 frames-invalid annotation.
5297
5298 2015-11-27 Yao Qi <yao.qi@linaro.org>
5299
5300 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5301
5302 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5303
5304 * gdb.threads/names.exp: New file.
5305 * gdb.threads/names.c: New file.
5306 * README: Mention gdb,no_thread_names.
5307
5308 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5309
5310 PR 19297
5311 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5312 support" error.
5313
5314 2015-11-24 Pedro Alves <palves@redhat.com>
5315
5316 PR 17539
5317 * gdb.base/display.exp: Expect displays to be sorted in ascending
5318 order. Use multi_line.
5319 * gdb.base/solib-display.exp: Likewise.
5320
5321 2015-11-24 Pedro Alves <palves@redhat.com>
5322
5323 PR 17539
5324 * gdb.base/display.exp: Expect displays to be sorted in ascending
5325 order. Use multi_line.
5326 * gdb.base/solib-display.exp: Likewise.
5327
5328 2015-11-24 Pedro Alves <palves@redhat.com>
5329
5330 PR 17539
5331 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5332 threads in ascending order.
5333 * gdb.base/foll-fork.exp: Likewise.
5334 * gdb.base/foll-vfork.exp: Likewise.
5335 * gdb.base/multi-forks.exp: Likewise.
5336 * gdb.mi/mi-nonstop.exp: Likewise.
5337 * gdb.mi/mi-nsintrall.exp: Likewise.
5338 * gdb.multi/base.exp: Likewise.
5339 * gdb.multi/multi-arch.exp: Likewise.
5340 * gdb.python/py-inferior.exp: Likewise.
5341 * gdb.threads/break-while-running.exp: Likewise.
5342 * gdb.threads/execl.exp: Likewise.
5343 * gdb.threads/gcore-thread.exp: Likewise.
5344 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5345 * gdb.threads/kill.exp: Likewise.
5346 * gdb.threads/linux-dp.exp: Likewise.
5347 * gdb.threads/multiple-step-overs.exp: Likewise.
5348 * gdb.threads/next-bp-other-thread.exp: Likewise.
5349 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5350 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5351 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5352 * gdb.threads/thread-find.exp: Likewise.
5353 * gdb.threads/tls.exp: Likewise.
5354 * lib/mi-support.exp (mi_reverse_list): Delete.
5355 (mi_check_thread_states): No longer reverse list.
5356
5357 2015-11-24 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5360 use lowercase.
5361
5362 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.trace/actions.c: Include trace-common.h.
5365 (main): Add a location for a fast tracepoint.
5366 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5367 the normal tracepoints.
5368 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5369
5370 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5371
5372 * save-trace.exp: Factor out code to these...
5373 (gdb_save_tracepoints): New.
5374 (gdb_load_tracepoints): New.
5375 (do_save_load_test): New.
5376
5377 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5378
5379 * gdb.base/asmlabel.exp: New test.
5380 * gdb.base/asmlabel.c: New test case.
5381
5382 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gdb.base/wrong_frame_bt_full-main.c: New file.
5385 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5386 * gdb.base/wrong_frame_bt_full.exp: New file.
5387
5388 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5389
5390 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5391
5392 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5393
5394 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5395 pstate register when comparing registers values in
5396 sparc64-*-linux-gnu targets to avoid spurious differences.
5397
5398 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5399
5400 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5401
5402 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5403
5404 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5405 as type argument to gdb_compile.
5406 * gdb.base/nested-subp2.exp: Likewise.
5407 * gdb.base/nested-subp3.exp: Likewise.
5408
5409 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5410
5411 * lib/dwarf.exp (_note): Fix left shift of negative value.
5412 * gdb.trace/trace-condition.exp: Likewise.
5413
5414 2015-11-13 Yao Qi <yao.qi@linaro.org>
5415
5416 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5417 comments about d10v.
5418 (test_scalar_returns): Likewise.
5419 * gdb.base/d10v.ld: Remove.
5420 * gdb.base/overlays.exp: Remove the target triplet checking for
5421 d10v-*-*.
5422 * gdb.base/structs.exp (test_struct_returns): Remove the
5423 comments about d10v.
5424 (test_struct_calls): Likewise.
5425
5426 2015-11-13 Yao Qi <yao.qi@linaro.org>
5427
5428 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5429 * gdb.base/gnu_vector.c: Don't include stdio.h.
5430 (main): Don't print res and call add_some_intvecs.
5431
5432 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5433
5434 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5435 macro.
5436 (func5): Removed.
5437 (func4): Use FAST_TRACEPOINT_LABEL.
5438 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5439 macro.
5440 (func): Removed.
5441 (thread_function): Use FAST_TRACEPOINT_LABEL.
5442 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5443 (func): Remove.
5444 (marker): Use FAST_TRACEPOINT_LABEL.
5445 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5446 (pendfunc1): Remove.
5447 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5448 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5449 (foo): Remove.
5450 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5451 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5452 macro.
5453 (func): Remove.
5454 (marker): Use FAST_TRACEPOINT_LABEL.
5455 * gdb.trace/trace-common.h: New header.
5456 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5457 macro.
5458 (func): Remove.
5459 (marker): Use FAST_TRACEPOINT_LABEL.
5460 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5461 (func): Remove.
5462 (thread_function): Use FAST_TRACEPOINT_LABEL.
5463
5464 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5465
5466 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5467 in front.
5468 * gdb.trace/change-loc.exp: Use global pcreg definition.
5469 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5470 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5471 in front.
5472 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5473 * gdb.trace/pending.exp: Likewise.
5474 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5475 * gdb.trace/trace-break.exp: Likewise.
5476 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5477 in front.
5478 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5479 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5480 in front.
5481 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5482
5483 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5484
5485 * gdb.ada/fin_fun_out: New testcase.
5486
5487 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5488
5489 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5490 value associated with DW_AT_byte_size.
5491 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5492 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5493 DW_AT_upper_bound.
5494
5495 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5496
5497 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5498 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5499 version.
5500 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5501 gdb.dwarf2/dw2-canonicalize-type.exp,
5502 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5503 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5504 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5505 provided by gdb_target_symbol_prefix_flags_asm.
5506 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5507 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5508 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5509 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5510 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5511 macros where needed). Use this macro for symbols which require
5512 the prefix provided by SYMBOL_PREFIX.
5513
5514 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5515
5516 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5517 New procs.
5518 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5519 representing expressions, of more than one list element.
5520 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5521 to prepend linker symbol prefix to f.
5522 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5523 table_1 and table_2.
5524 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5525 Likewise, for f and g.
5526 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5527 for ptr.
5528 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5529 for main.
5530 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5531 table_1_ptr and table_2_ptr.
5532
5533 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5534 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5537
5538 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5539
5540 * gdb.reverse/s390-mvcle.c: New test.
5541 * gdb.reverse/s390-mvcle.exp: New file.
5542 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5543
5544 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5545
5546 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5547
5548 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5549
5550 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5551 reaching marker2.
5552 * gdb.reverse/getresuid-reverse.exp: Likewise.
5553 * gdb.reverse/pipe-reverse.exp: Likewise.
5554 * gdb.reverse/readv-reverse.exp: Likewise.
5555 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5556 * gdb.reverse/time-reverse.exp: Likewise.
5557 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5558
5559 2015-10-30 Yao Qi <yao.qi@linaro.org>
5560
5561 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5562 (empty_cycle): Remove.
5563 (main): Don't call empty_cycle. Don't use watch_count_done.
5564 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5565 empty_cycle. Rewrite the code counting HW watchpoints.
5566
5567 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5568
5569 * gdb.reverse/fstatat-reverse.c: New test.
5570 * gdb.reverse/fstatat-reverse.exp: New file.
5571 * gdb.reverse/getresuid-reverse.c: New test.
5572 * gdb.reverse/getresuid-reverse.exp: New file.
5573 * gdb.reverse/pipe-reverse.c: New test.
5574 * gdb.reverse/pipe-reverse.exp: New file.
5575 * gdb.reverse/readv-reverse.c: New test.
5576 * gdb.reverse/readv-reverse.exp: New file.
5577 * gdb.reverse/recvmsg-reverse.c: New test.
5578 * gdb.reverse/recvmsg-reverse.exp: New file.
5579 * gdb.reverse/time-reverse.c: New test.
5580 * gdb.reverse/time-reverse.exp: New file.
5581 * gdb.reverse/waitpid-reverse.c: New test.
5582 * gdb.reverse/waitpid-reverse.exp: New file.
5583
5584 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5585
5586 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5587
5588 2015-10-26 Doug Evans <dje@google.com>
5589
5590 PR symtab/17391
5591 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5592 * gdb.dwarf2/bad-regnum.c: New file.
5593 * gdb.dwarf2/bad-regnum.exp: New file.
5594
5595 2015-10-26 Doug Evans <dje@google.com>
5596
5597 PR python/18938
5598 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5599 file.
5600
5601 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5602
5603 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5604 for a change by "Mention language in compile error message".
5605
5606 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5607
5608 PR python/18073
5609 * gdb.python/py-type.c (C::a_method): New.
5610 (C::a_const_method): New.
5611 (C::a_static_method): New.
5612 (a_function): New.
5613 * gdb.python/py-type.exp (test_fields): Test getting fields
5614 from function and method.
5615
5616 2015-10-21 Keven Boell <keven.boell@intel.com>
5617
5618 * gdb.fortran/vla-alloc-assoc.exp: New file.
5619 * gdb.fortran/vla-datatypes.exp: New file.
5620 * gdb.fortran/vla-datatypes.f90: New file.
5621 * gdb.fortran/vla-history.exp: New file.
5622 * gdb.fortran/vla-ptype-sub.exp: New file.
5623 * gdb.fortran/vla-ptype.exp: New file.
5624 * gdb.fortran/vla-sizeof.exp: New file.
5625 * gdb.fortran/vla-sub.f90: New file.
5626 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5627 * gdb.fortran/vla-value-sub-finish.exp: New file.
5628 * gdb.fortran/vla-value-sub.exp: New file.
5629 * gdb.fortran/vla-value.exp: New file.
5630 * gdb.fortran/vla-ptr-info.exp: New file.
5631 * gdb.mi/mi-vla-fortran.exp: New file.
5632 * gdb.mi/vla.f90: New file.
5633
5634 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5635
5636 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5637 of hardwired timeout value.
5638
5639 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5640 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5643 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5644
5645 2015-10-19 Josh Stone <jistone@redhat.com>
5646
5647 * gdb.base/catch-syscall.c: Include <sched.h>.
5648 (unknown_syscall): New variable.
5649 (main): Trigger a vfork and an unknown syscall.
5650 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5651 (unknown_syscall_number): Likewise.
5652 (check_call_to_syscall): Accept an optional syscall pattern.
5653 (check_return_from_syscall): Likewise.
5654 (check_continue): Likewise.
5655 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5656 (test_catch_syscall_skipping_return): New test toggling off 'catch
5657 syscall' to step over the syscall return, then toggling back on.
5658 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5659 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5660 (do_syscall_tests): Call test_catch_syscall_without_args and
5661 test_catch_syscall_mid_vfork.
5662 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5663 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5664
5665 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5666
5667 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5668 print g_vE): Add new pass patterns.
5669 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5670 print various symbol names for vptr fields.
5671
5672 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5673
5674 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5675 results.
5676
5677 2015-10-12 Yao Qi <yao.qi@linaro.org>
5678
5679 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5680
5681 2015-10-12 Yao Qi <yao.qi@linaro.org>
5682
5683 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5684 is aarch64*-*-linux*.
5685
5686 2015-10-12 Yao Qi <yao.qi@linaro.org>
5687
5688 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5689 (can_relocate_bcond_true): ... it.
5690 (can_relocate_bcond_false): New function.
5691 (foo): Likewise.
5692 (can_relocate_bl): Likewise.
5693 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5694 can_relocate_bl.
5695
5696 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5697
5698 * gdb.base/nested-addr.c: New file.
5699 * gdb.base/nested-addr.exp: New testcase.
5700
5701 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5702
5703 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5704 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5705 its output. Ignore the output of "record goto begin" and instead
5706 check that GDB is replaying.
5707
5708 2015-10-09 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5711 (top level): Use it in the run with no args test.
5712
5713 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5714
5715 * gdb.dlang/properties.exp: New file.
5716
5717 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5718
5719 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5720 whether or not address 0x1000 is mapped on the target.
5721
5722 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5723
5724 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5725 build.
5726
5727 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5728
5729 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5730 instruction-history test.
5731
5732 2015-09-28 Doug Evans <dje@google.com>
5733
5734 * gdb.base/gcore.c (array_func): Add reference to static_array.
5735
5736 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5737
5738 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5739 source line.
5740
5741 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5742
5743 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5744 short or char as base type.
5745
5746 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5747
5748 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5749 to allow any size enum.
5750
5751 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5752
5753 * gdb.ada/array_ptr_renaming.exp: New testcase.
5754 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5755 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5756
5757 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5758
5759 * gdb.trace/ftrace-lock.c: New file.
5760 * gdb.trace/ftrace-lock.exp: New file.
5761
5762 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5763
5764 * gdb.arch/insn-reloc.c: New file.
5765 * gdb.arch/ftrace-insn-reloc.exp: New file.
5766
5767 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5768
5769 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5770 instruction.
5771 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5772 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5773 * gdb.trace/range-stepping.c: Likewise.
5774 * gdb.trace/trace-break.c: Likewise.
5775 * gdb.trace/trace-mt.c (thread_function): Likewise.
5776 * gdb.trace/ftrace.c (marker): Likewise.
5777 * gdb.trace/trace-condition.c (marker): Likewise.
5778 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5779 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5780 is_aarch64_target.
5781
5782 2015-09-18 Doug Evans <xdje42@gmail.com>
5783
5784 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5785 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5786
5787 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5788
5789 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5790 the breakpoint.
5791
5792 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5793
5794 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5795 the pending breakpoint. Remove timeout override for "Run till
5796 MI pending breakpoint on pendfunc3 on thread 2" test.
5797
5798 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5799
5800 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5801 filename pattern.
5802
5803 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5804
5805 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5806 in breakpoint filename pattern.
5807
5808 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5809
5810 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5811
5812 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5813
5814 * gdb.linespec/explicit.exp: Check for readline support for
5815 tab-completion tests. Fix obvious typo.
5816
5817 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5818
5819 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5820 and replay.
5821
5822 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5823
5824 * gdb.btrace/non-stop.c: New.
5825 * gdb.btrace/non-stop.exp: New.
5826
5827 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5828 Yao Qi <yao.qi@linaro.org>
5829
5830 * gdb.trace/trace-condition.c: New file.
5831 * gdb.trace/trace-condition.exp: New file.
5832
5833 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5834
5835 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5836 for testing bytecode compilation.
5837
5838 2015-09-16 Pedro Alves <palves@redhat.com>
5839 Sandra Loosemore <sandra@codesourcery.com>
5840
5841 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5842 (SECONDS): Redefine.
5843 (main): Call pthread_kill and alarm early.
5844 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5845 support.
5846 (test): If the target can't hardware step and doesn't support
5847 displaced stepping, increase the timeout.
5848
5849 2015-09-16 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5852 (enable_debug): New procedures.
5853 (test): Use them. Bail out if waiting for threads fails.
5854 (top level): Bail out if a test fails.
5855
5856 2015-09-16 Yao Qi <yao.qi@linaro.org>
5857
5858 * gdb.asm/asm-source.exp: Set asm-arch for
5859 aarch64*-*-* target.
5860 * gdb.asm/aarch64.inc: New file.
5861
5862 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5863
5864 * gdb.ada/array_of_variable_length.exp: New testcase.
5865 * gdb.ada/array_of_variable_length/foo.adb: New file.
5866 * gdb.ada/array_of_variable_length/pck.adb: New file.
5867 * gdb.ada/array_of_variable_length/pck.ads: New file.
5868
5869 2015-09-15 Doug Evans <dje@google.com>
5870
5871 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5872 of function static local variable.
5873
5874 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5875
5876 * gdb.threads/tls-so_extern.exp: New test file.
5877 * gdb.threads/tls-so_extern.c: New test file.
5878 * gdb.threads/tls-so_extern_main.c: New test file.
5879
5880 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5881
5882 * gdb.opt/solib-intra-step-lib.c: New file.
5883 * gdb.opt/solib-intra-step-main.c: New file.
5884 * gdb.opt/solib-intra-step.exp: New file.
5885
5886 2015-09-15 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5889 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5890
5891 2015-09-14 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/hook-stop-continue.c: Delete.
5894 * gdb.base/hook-stop-continue.exp: Delete.
5895 * gdb.base/hook-stop-frame.c: Delete.
5896 * gdb.base/hook-stop-frame.exp: Delete.
5897 * gdb.base/hook-stop.c: New file.
5898 * gdb.base/hook-stop.exp: New file.
5899
5900 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5901
5902 * gdb.ada/access_to_packed_array.exp: New testcase.
5903 * gdb.ada/access_to_packed_array/foo.adb: New file.
5904 * gdb.ada/access_to_packed_array/pack.adb: New file.
5905 * gdb.ada/access_to_packed_array/pack.ads: New file.
5906
5907 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5908
5909 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5910 buffer size test.
5911
5912 2015-09-11 Don Breazeal <donb@codesourcery.com>
5913
5914 * gdb.base/foll-exec.c: Add copyright header. Fix
5915 formatting issues.
5916 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5917 (do_exec_tests): Use clean_restart in place of zap_session,
5918 and for test initialization. Fix formatting issues. Use
5919 fail in place of perror.
5920 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5921 an expect statement to match an expression with output from
5922 the program under debug.
5923 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5924 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5925 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5926 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5927 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5928
5929 2015-09-09 Doug Evans <dje@google.com>
5930
5931 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5932
5933 2015-09-09 Doug Evans <dje@google.com>
5934
5935 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5936
5937 2015-09-09 Doug Evans <dje@google.com>
5938
5939 * gdb.base/savedregs.exp: Fix typo.
5940
5941 2015-09-09 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5944
5945 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5946
5947 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5948 command actually switches threads. Give up on remaining
5949 tests if target fails to stop at breakpoint.
5950
5951 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5952
5953 * gdb.ada/funcall_char.exp: New testcase.
5954 * gdb.ada/funcall_char/foo.adb: New file.
5955
5956 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5957
5958 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5959 expected outputs. Add two testcases for completing ambiguous
5960 functions.
5961 * gdb.ada/complete/aux_pck.adb: New file.
5962 * gdb.ada/complete/aux_pck.ads: New file.
5963 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5964 Ambiguous_Func functions.
5965 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5966 * gdb.ada/complete/pck.adb: Likewise.
5967
5968 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5969
5970 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5971 failures to run the test program under GDB.
5972
5973 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5974
5975 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5976 to C.
5977
5978 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5979
5980 * gdb.base/run-after-attach.exp: New test file.
5981 * gdb.base/run-after-attach.c: New test file.
5982
5983 2015-08-26 Don Breazeal <donb@codesourcery.com>
5984
5985 * gdb.base/foll-exec-2.c: New test program.
5986 * gdb.base/foll-exec-2.exp: New test.
5987
5988 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5989
5990 * gdb.base/nested-subp1.exp: New file.
5991 * gdb.base/nested-subp1.c: New file.
5992 * gdb.base/nested-subp2.exp: New file.
5993 * gdb.base/nested-subp2.c: New file.
5994 * gdb.base/nested-subp3.exp: New file.
5995 * gdb.base/nested-subp3.c: New file.
5996
5997 2015-08-24 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.server/connect-without-multi-process.c: New file.
6000 * gdb.server/connect-without-multi-process.exp: New file.
6001
6002 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6003
6004 * gdb.opt/inline-markers.c: Make z int.
6005
6006 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6007
6008 * gdb.opt/inline-markers.c: Make z volatile.
6009
6010 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6011
6012 * gdb.opt/inline-bt.c: New volatile global z.
6013 * gdb.opt/inline-cmds.c: Likewise.
6014 * gdb.opt/inline-locals.c: Likewise.
6015 * gdb.opt/inline-markers.c: New extern global z.
6016 (marker): Use z.
6017 (inline_fn): Likewise.
6018
6019 2015-08-24 Pedro Alves <palves@redhat.com>
6020
6021 * config/m32r-stub.exp: Remove file.
6022 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6023 * gdb.base/call-rt-st.exp: Likewise.
6024 * gdb.base/call-strs.exp: Likewise.
6025 * gdb.base/default.exp: Remove references to h8300-*-hms and
6026 *-*-udi*.
6027 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6028
6029 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6030
6031 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6032 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6033 and "return" use KFAIL when GDB can not read/write the vector
6034 return value.
6035
6036 2015-08-21 Gary Benson <gbenson@redhat.com>
6037
6038 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6039
6040 2015-08-20 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.server/solib-list.exp: No longer expect an interior stop in
6043 non-stop mode.
6044
6045 2015-08-20 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.server/connect-stopped-target.c: New file.
6048 * gdb.server/connect-stopped-target.exp: New file.
6049
6050 2015-08-20 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.dwarf2/comp-unit-lang.exp: New file.
6053 * gdb.dwarf2/comp-unit-lang.c: New file.
6054
6055 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6056
6057 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6058 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6059
6060 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6061
6062 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6063 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6064
6065 2015-08-18 Doug Evans <dje@google.com>
6066 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6067
6068 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6069 skip_python_tests. New arg prompt_regexp.
6070 (skip_python_tests): New function.
6071 * lib/mi-support.exp (mi_skip_python_tests): New function.
6072 * gdb.python/py-mi-objfile-gdb.py: New file.
6073 * gdb.python/py-mi-objfile.c: New file.
6074 * gdb.python/py-mi-objfile.exp: New file.
6075
6076 2015-08-17 Keith Seitz <keiths@redhat.com>
6077
6078 * gdb.linespec/explicit.exp: Move strace test from here ...
6079 * gdb.trace/strace.exp: ... to here.
6080
6081 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6082
6083 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6084 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6085
6086 2015-08-14 Doug Evans <xdje42@gmail.com>
6087
6088 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6089 inferior before selecting a new file.
6090
6091 2015-08-14 Doug Evans <xdje42@gmail.com>
6092
6093 * gdb.mi/mi-disassemble.exp: Update.
6094 * gdb.base/disasm-optim.S: New file.
6095 * gdb.base/disasm-optim.c: New file.
6096 * gdb.base/disasm-optim.h: New file.
6097 * gdb.base/disasm-optim.exp: New file.
6098
6099 2015-08-14 Keith Seitz <keiths@redhat.com>
6100
6101 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6102 "evaluated-by".
6103
6104 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6105
6106 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6107
6108 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6109
6110 * gdb.ada/fun_renaming.exp: New testcase.
6111 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6112 * gdb.ada/fun_renaming/pack.adb: New file.
6113 * gdb.ada/fun_renaming/pack.ads: New file.
6114
6115 2015-08-12 Keith Seitz <keiths@redhat.com>
6116
6117 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6118 gdb_get_line_number.
6119
6120 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6121
6122 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6123 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6124 gdb.base/dso2dso.exp: New files.
6125
6126 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6127 Pedro Alves <palves@redhat.com>
6128 Keith Seitz <keiths@redhat.com>
6129
6130 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6131 GDBFLAGS.
6132
6133 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6134
6135 * gdb.base/gdbhistsize-history.exp
6136 (test_histsize_history_setting): Use save_vars.
6137 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6138 Use save_vars.
6139 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6140 * gdb.base/readline.exp: Use save_vars.
6141
6142 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6143
6144 * lib/gdb.exp (save_vars): New proc.
6145
6146 2015-08-11 Keith Seitz <keiths@redhat.com>
6147
6148 * gdb.base/help.exp: Update help_breakpoint_text.
6149
6150 2015-08-11 Keith Seitz <keiths@redhat.com>
6151
6152 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6153 (at toplevel): Call test_explicit_breakpoints.
6154 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6155 breakpoints.
6156 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6157 breakpoint conditions, "-cond".
6158
6159 2015-08-11 Keith Seitz <keiths@redhat.com>
6160
6161 * gdb.linespec/3explicit.c: New file.
6162 * gdb.linespec/cpexplicit.cc: New file.
6163 * gdb.linespec/cpexplicit.exp: New file.
6164 * gdb.linespec/explicit.c: New file.
6165 * gdb.linespec/explicit.exp: New file.
6166 * gdb.linespec/explicit2.c: New file.
6167 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6168 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6169 before using in the matching pattern.
6170 Clarify that `prefix' is a regular expression.
6171
6172 2015-08-11 Keith Seitz <keiths@redhat.com>
6173
6174 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6175 test.
6176 Add tests for missing ",FMT" and ",".
6177
6178 2015-08-10 Doug Evans <dje@google.com>
6179 Keith Seitz <keiths@redhat.com>
6180
6181 PR gdb/17960
6182 * gdb.base/completion.exp: Add location completer tests.
6183
6184 2015-08-07 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6187 tests here.
6188 (top level): Run do_test with and without displaced stepping.
6189
6190 2015-08-07 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/valgrind-disp-step.c: New file.
6193 * gdb.base/valgrind-disp-step.exp: New file.
6194
6195 2015-08-07 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6198 Delete function.
6199 (main): Add alarm. Run an infinite loop instead of calling
6200 wait_threads.
6201 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6202 comment.
6203 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6204 Delete function.
6205 (main): Add alarm. Run an infinite loop instead of calling
6206 wait_threads.
6207 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6208 comment.
6209
6210 2015-08-07 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/checkpoint-ns.exp: New file.
6213 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6214 standard_testfile.
6215
6216 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6217
6218 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6219 * gdb.btrace/instruction_history.exp: Update.
6220 * gdb.btrace/tsx.exp: New.
6221 * gdb.btrace/tsx.c: New.
6222
6223 2015-08-06 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6226 increase timeout.
6227 * gdb.reverse/until-precsave.exp: Bump timeouts.
6228
6229 2015-08-06 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6232
6233 2015-08-06 Pedro Alves <palves@redhat.com>
6234
6235 PR gdb/18749
6236 * gdb.threads/process-dies-while-handling-bp.c: New file.
6237 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6238
6239 2015-08-06 Pedro Alves <palves@redhat.com>
6240
6241 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6242 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6243
6244 2015-08-05 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6247 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6248
6249 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6250
6251 * gdb.base/bp-permanent.exp: Report test as unsupported if
6252 the target cannot stop at the permanent breakpoint.
6253
6254 2015-08-03 Doug Evans <dje@google.com>
6255
6256 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6257 10000.
6258
6259 2015-08-03 Doug Evans <dje@google.com>
6260
6261 * Makefile.in (workers/%.worker, build-perf): New rule.
6262 (GDB_PERFTEST_MODE): New variable.
6263 (check-perf): Use it.
6264 (clean): Clean up gdb.perf parallel build subdirs.
6265 * lib/build-piece.exp: New file.
6266 * lib/gdb.exp (make_gdb_parallel_path): New function
6267 (standard_output_file, standard_temp_file): Call it.
6268 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6269 of $GDB_PARALLEL.
6270 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6271
6272 2015-08-03 Doug Evans <dje@google.com>
6273
6274 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6275 (LOG_FILE_NAME): New global.
6276 (TextReporter.__init__): Initialize self.txt_sum.
6277 (TextReporter.report): Add support for multiple data-points.
6278 Move report to perftest.sum, put raw data in perftest.log.
6279 (TextReporter.start): Open sum and log files.
6280 (TextReporter.end): Close sum and log files.
6281 * gdb.perf/lib/perftest/testresult.py
6282 (SingleStatisticTestResult.record): Handle multiple data-points.
6283
6284 2015-07-31 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6287 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6288 kill_wait_spawned_process instead of explicit "kill -9".
6289 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6290 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6291 kill_wait_spawned_process.
6292 * gdb.base/attach-twice.exp: Likewise.
6293 * gdb.base/attach.exp: Likewise.
6294 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6295 gdb_test_multiple.
6296 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6297 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6298 kill_wait_spawned_process.
6299 * gdb.base/valgrind-infcall.exp: Likewise.
6300 * gdb.multi/multi-attach.exp: Likewise.
6301 * gdb.python/py-prompt.exp: Likewise.
6302 * gdb.python/py-sync-interp.exp: Likewise.
6303 * gdb.server/ext-attach.exp: Likewise.
6304 * gdb.threads/attach-into-signal.exp (corefunc): Use
6305 spawn_wait_for_attach, spawn_id_get_pid and
6306 kill_wait_spawned_process.
6307 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6308 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6309 spawn_id_get_pid and kill_wait_spawned_process.
6310 * gdb.threads/attach-stopped.exp (corefunc): Use
6311 spawn_wait_for_attach, spawn_id_get_pid and
6312 kill_wait_spawned_process.
6313 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6314 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6315 kill_wait_spawned_process instead of explicit "kill -9".
6316 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6317 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6318 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6319 processes. Don't map cygwin/windows pids here. Now returns a
6320 spawn id list.
6321
6322 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6323
6324 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6325 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6326 correct patch.
6327
6328 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6329
6330 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6331
6332 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6333
6334 Reapply:
6335 2014-05-21 Mark Wielaard <mjw@redhat.com>
6336
6337 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6338
6339 2015-07-30 Pedro Alves <palves@redhat.com>
6340
6341 * linux-low.c (handle_extended_wait): Set the child's last
6342 reported status to TARGET_WAITKIND_STOPPED.
6343
6344 2015-07-30 Pedro Alves <palves@redhat.com>
6345
6346 PR threads/18600
6347 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6348 only shows inferior 1.
6349
6350 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6351 Pedro Alves <palves@redhat.com>
6352
6353 PR threads/18600
6354 * gdb.threads/fork-plus-threads.c: New file.
6355 * gdb.threads/fork-plus-threads.exp: New file.
6356
6357 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6358
6359 * gdb.base/batch-preserve-term-settings.exp
6360 (test_terminal_settings_preserved_after_cli_exit): Use
6361 send_quit_command.
6362
6363 2015-07-29 Pedro Alves <palves@redhat.com>
6364 Don Breazeal <donb@codesourcery.com>
6365
6366 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6367 output from both inferior_spawn_id and gdb_spawn_id.
6368
6369 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6370
6371 * gdb.threads/attach-into-signal.exp (corefunc): Use
6372 with_test_prefix on nested loops, uniquefying the test messages.
6373
6374 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6375
6376 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6377 commit.
6378
6379 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6380
6381 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6382 New proc.
6383 (test_terminal_settings_preserved_after_sigterm): New test.
6384
6385 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6386
6387 * gdb.base/batch-preserve-term-settings.exp
6388 (test_terminal_settings_preserved_after_cli_exit): New test.
6389
6390 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6391
6392 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6393 manipulation of saved_gdbflags.
6394 (test_terminal_settings_preserved): Remove global declaration of
6395 the unused variable pagination_prompt. Remove manipulation of
6396 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6397 GDBFLAGS.
6398
6399 2015-07-29 Pedro Alves <palves@redhat.com>
6400
6401 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6402
6403 2015-07-29 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6406 at the top.
6407
6408 2015-07-29 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6411 (main): Call gdb_unbuffer_output.
6412 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6413 (main): Call gdb_unbuffer_output.
6414 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6415 (main): Call gdb_unbuffer_output.
6416 * gdb.base/call-strs.exp: Adjust to step over the
6417 gdb_unbuffer_output call.
6418 * gdb.base/catch-gdb-caused-signals.c: Include
6419 "../lib/unbuffer_output.c".
6420 (main): Call gdb_unbuffer_output.
6421 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6422 (main): Call gdb_unbuffer_output.
6423 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6424 (main): Call gdb_unbuffer_output.
6425 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6426 (main): Call gdb_unbuffer_output.
6427 * gdb.base/shlib-call.exp: Adjust to step over the
6428 gdb_unbuffer_output call.
6429 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6430 (main): Call gdb_unbuffer_output.
6431 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6432 (main): Call gdb_unbuffer_output.
6433 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6434 (main): Rename to ...
6435 (test): ... this.
6436 (main): Reimplement.
6437 * gdb.base/varargs.exp: Run to test instead of to main.
6438 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6439 (main): Call gdb_unbuffer_output.
6440
6441 2015-07-29 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6444 factore out from mi_continue_dprintf. For call-style dprintfs,
6445 expect dprintf output out of $inferior_spawn_id.
6446 (mi_continue_dprintf): Use mi_expect_dprintf.
6447 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6448 (main): Call gdb_unbuffer_output.
6449
6450 2015-07-29 Pedro Alves <palves@redhat.com>
6451
6452 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6453 (default_mi_gdb_start): Set inferior_spawn_id instead of
6454 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6455 gdb_spawn_id.
6456 (mi_gdb_test): Always expect inferior output from both
6457 $inferior_spawn_id and $gdb_spawn_id.
6458
6459 2015-07-29 Pedro Alves <palves@redhat.com>
6460
6461 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6462 send_inferior and $inferior_spawn_id.
6463
6464 2015-07-29 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.gdb/complaints.exp (test_initial_complaints)
6467 (test_serial_complaints, test_short_complaints): Use
6468 gdb_test_stdio.
6469 (test_empty_complaint): Handle $inferior_spawn_id !=
6470 $gdb_spawn_id.
6471
6472 2015-07-29 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.base/varargs.exp: Use gdb_test_stdio.
6475
6476 2015-07-29 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6479
6480 2015-07-29 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6483
6484 2015-07-29 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6487 parameter into two new parameters, "inf_result" and "gdb_result".
6488 Expect inferior output and gdb output from $inferior_spawn_id and
6489 $gdb_spawn_id, respectively. Adjust all callers.
6490
6491 2015-07-29 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6494 of gdb_test_sequence.
6495
6496 2015-07-29 Pedro Alves <palves@redhat.com>
6497
6498 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6499 (saw_spurious_output): Expect inferior output from
6500 $inferior_spawn_id. Use gdb_test_stdio.
6501
6502 2015-07-29 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.base/dprintf.exp: Use standard_testfile. Change
6505 prepare_for_testing call.
6506 (srcfile): Don't set.
6507 (restart): New procedure.
6508 (test_dprintf): New procecure, use to continue over dprintfs.
6509 (test_call, test_agent): New procedures, tests moved here.
6510 Restart gdb and recreate dprintfs. Adjust expected output.
6511
6512 2015-07-29 Pedro Alves <palves@redhat.com>
6513
6514 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6515
6516 2015-07-29 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6519
6520 2015-07-29 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6523 gdb_test_stdio.
6524
6525 2015-07-29 Pedro Alves <palves@redhat.com>
6526
6527 * lib/gdb.exp (gdb_test_stdio): New procedure.
6528
6529 2015-07-29 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6532
6533 2015-07-29 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/call-signal-resume.exp: Remove check for
6536 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6537 * gdb.base/unwindonsignal.exp: Likewise.
6538 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6539 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6540
6541 2015-07-29 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/siginfo-addr.c (pass): New function.
6544 (handler): Call it iff si_addr is correct.
6545 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6546 Set a breakpoint at "pass" and continue to it.
6547
6548 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6549
6550 * gdb.python/py-objfile.exp: Make some tests have unique names.
6551 * gdb.python/py-pp-registration.exp: Likewise.
6552
6553 2015-07-28 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6556
6557 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6560
6561 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6562
6563 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6564
6565 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6566
6567 * gdb.base/gdb-sigterm-2.exp: New test.
6568
6569 2015-07-25 Doug Evans <xdje42@gmail.com>
6570
6571 Revert:
6572 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6573 (workers/%.worker, build-perf): New rule.
6574 (GDB_PERFTEST_MODE): New variable.
6575 (check-perf): Use it.
6576 (clean): Clean up gdb.perf parallel build subdirs.
6577 * lib/build-piece.exp: New file.
6578 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6579 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6580 name.
6581 (standard_temp_file): Ditto.
6582 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6583 of $GDB_PARALLEL.
6584
6585 2015-07-24 Doug Evans <dje@google.com>
6586
6587 * gdb.perf/lib/perftest/utils.py: New file.
6588 * gdb.perf/gm-hello.cc: New file.
6589 * gdb.perf/gm-pervasive-typedef.cc: New file.
6590 * gdb.perf/gm-pervasive-typedef.h: New file.
6591 * gdb.perf/gm-std.cc: New file.
6592 * gdb.perf/gm-std.h: New file.
6593 * gdb.perf/gm-use-cerr.cc: New file.
6594 * gdb.perf/gm-utils.h: New file.
6595 * gdb.perf/gmonster-null-lookup.py: New file.
6596 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6597 * gdb.perf/gmonster-print-cerr.py: New file.
6598 * gdb.perf/gmonster-ptype-string.py: New file.
6599 * gdb.perf/gmonster-runto-main.py: New file.
6600 * gdb.perf/gmonster-select-file.py: New file.
6601 * gdb.perf/gmonster1-null-lookup.exp: New file.
6602 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6603 * gdb.perf/gmonster1-print-cerr.exp: New file.
6604 * gdb.perf/gmonster1-ptype-string.exp: New file.
6605 * gdb.perf/gmonster1-runto-main.exp: New file.
6606 * gdb.perf/gmonster1-select-file.exp: New file.
6607 * gdb.perf/gmonster1.cc: New file.
6608 * gdb.perf/gmonster1.exp: New file.
6609 * gdb.perf/gmonster2-null-lookup.exp: New file.
6610 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6611 * gdb.perf/gmonster2-print-cerr.exp: New file.
6612 * gdb.perf/gmonster2-ptype-string.exp: New file.
6613 * gdb.perf/gmonster2-runto-main.exp: New file.
6614 * gdb.perf/gmonster2-select-file.exp: New file.
6615 * gdb.perf/gmonster2.cc: New file.
6616 * gdb.perf/gmonster2.exp: New file.
6617
6618 2015-07-24 Doug Evans <dje@google.com>
6619
6620 * gdb.perf/README: New file.
6621 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6622 * lib/gen-perf-test.exp: New file.
6623
6624 2015-07-24 Doug Evans <dje@google.com>
6625
6626 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6627 (PerfTest::startup): New function.
6628 (PerfTest::run): Return result of calling body.
6629 (PerfTest::assemble): Rewrite.
6630 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6631 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6632 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6633 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6634 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6635
6636 2015-07-24 Doug Evans <dje@google.com>
6637
6638 * lib/gdb.exp (clean_restart): Make executable optional.
6639
6640 2015-07-24 Doug Evans <dje@google.com>
6641
6642 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6643 compiler_info references.
6644 * gdb.cp/temargs.exp: Ditto.
6645 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6646 (get_compiler_info): Early exit if already computed. Set compiler_info
6647 to "unknown" if there was a problem.
6648 (test_compiler_info): Add function comment. Call get_compiler_info.
6649
6650 2015-07-24 Doug Evans <dje@google.com>
6651
6652 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6653 (workers/%.worker, build-perf): New rule.
6654 (GDB_PERFTEST_MODE): New variable.
6655 (check-perf): Use it.
6656 (clean): Clean up gdb.perf parallel build subdirs.
6657 * lib/build-piece.exp: New file.
6658 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6659 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6660 name.
6661 (standard_temp_file): Ditto.
6662 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6663 of $GDB_PARALLEL.
6664
6665 2015-07-24 Doug Evans <dje@google.com>
6666
6667 * lib/future.exp (gdb_default_target_compile): New option
6668 "early_flags".
6669 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6670 --as-needed.
6671
6672 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6673
6674 * gdb.base/catch-syscall.exp: Call gdb_exit before
6675 gdb_skip_xml_test.
6676
6677 2015-07-24 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.python/py-events.exp: Accept output between the stop event
6680 and the prompt.
6681 * gdb.python/py-evsignal.exp: Likewise.
6682 * gdb.python/py-evthreads.exp: Likewise.
6683
6684 2015-07-24 Pedro Alves <palves@redhat.com>
6685
6686 PR gdb/18717
6687 * gdb.threads/non-ldr-exit.c: New file.
6688 * gdb.threads/non-ldr-exit.exp: New file.
6689
6690 2015-07-24 Yao Qi <yao.qi@linaro.org>
6691
6692 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6693 restarting process.
6694
6695 2015-07-24 Yao Qi <yao.qi@linaro.org>
6696
6697 * gdb.server/ext-restart.exp: New file.
6698
6699 2015-07-24 Yao Qi <yao.qi@linaro.org>
6700
6701 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6702 argument options.
6703 * gdb.server/ext-wrapper.exp: New file.
6704
6705 2015-07-23 Doug Evans <dje@google.com>
6706
6707 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6708 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6709
6710 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6711
6712 * gdb.ada/var_arr_typedef.exp: New testcase.
6713 * gdb.ada/var_arr_typedef/pack.adb: New file.
6714 * gdb.ada/var_arr_typedef/pack.ads: New file.
6715 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6716
6717 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6718
6719 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6720
6721 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6722
6723 * gdb.arch/i386-biarch-core.exp: Replace istarget
6724 by "complete set gnutarget". Remove expectation for the "core-file"
6725 command.
6726
6727 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6728
6729 Revert the previous commit:
6730 Tests for validate symbol file using build-id.
6731
6732 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6733
6734 Tests for validate symbol file using build-id.
6735 * gdb.base/solib-mismatch-lib.c: New file.
6736 * gdb.base/solib-mismatch-libmod.c: New file.
6737 * gdb.base/solib-mismatch.c: New file.
6738 * gdb.base/solib-mismatch.exp: New file.
6739
6740 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6741
6742 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6743 nios2-*-linux*.
6744 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6745 * gdb.base/siginfo.exp: Likewise.
6746 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6747
6748 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6749
6750 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6751 Move it to ...
6752 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6753 ... here.
6754 * gdb.trace/range-stepping.exp: Check that the target supports
6755 range stepping.
6756
6757 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6760
6761 2015-07-14 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.base/killed-outside.exp: New file.
6764 * gdb.base/killed-outside.c: New file.
6765
6766 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6767
6768 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6769 (n at main): New.
6770 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6771
6772 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6773
6774 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6775 infcall tests instead of setting up for KFAIL.
6776
6777 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6778
6779 * gdb.btrace/record_goto-step.exp: New.
6780
6781 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6782
6783 PR compile/18484
6784 * gdb.compile/compile.c (struct struct_type): Add volatile to
6785 selffield's type.
6786 * gdb.compile/compile.exp
6787 (compile code struct_object.selffield = &struct_object): Skip further
6788 struct_object tests if this one xfails.
6789
6790 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6791
6792 PR exp/18617
6793 * gdb.trace/ax.exp: Add test.
6794
6795 2015-07-07 Yao Qi <yao.qi@linaro.org>
6796
6797 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6798 instead of istarget "aarch64*-*-*".
6799 * gdb.arch/aarch64-fp.exp: Likewise.
6800 * gdb.base/float.exp: Likewise.
6801 * gdb.reverse/aarch64.exp: Likewise.
6802 * lib/gdb.exp (is_aarch64_target): New proc.
6803
6804 2015-07-07 Yao Qi <yao.qi@linaro.org>
6805
6806 * lib/gdb.exp (is_aarch32_target): New proc.
6807 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6808 instead of "istarget "arm*-*-*"".
6809 * gdb.arch/arm-disp-step.exp: Likewise.
6810 * gdb.arch/thumb-bx-pc.exp: Likewise.
6811 * gdb.arch/thumb-prologue.exp: Likewise.
6812 * gdb.arch/thumb-singlestep.exp: Likewise.
6813 * gdb.base/disp-step-syscall.exp: Likewise.
6814 * gdb.base/float.exp: Likewise.
6815
6816 2015-07-07 Yao Qi <yao.qi@linaro.org>
6817
6818 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6819 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6820
6821 2015-07-07 Yao Qi <yao.qi@linaro.org>
6822
6823 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6824 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6825 if it exists.
6826 * gdb.multi/multi-arch.exp: Likewise.
6827
6828 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6831 print.
6832
6833 2015-07-07 Yao Qi <yao.qi@linaro.org>
6834
6835 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6836
6837 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6838
6839 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6840 '[' and ']' characters.
6841
6842 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6843
6844 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6845
6846 2015-06-29 Pedro Alves <palves@redhat.com>
6847
6848 PR threads/18127
6849 * gdb.threads/hand-call-new-thread.c: New file.
6850 * gdb.threads/hand-call-new-thread.c: New file.
6851
6852 2015-06-26 Keith Seitz <keiths@redhat.com>
6853 Doug Evans <dje@google.com>
6854
6855 PR 16253
6856 * gdb.cp/var-tag-2.cc: New file.
6857 * gdb.cp/var-tag-3.cc: New file.
6858 * gdb.cp/var-tag-4.cc: New file.
6859 * gdb.cp/var-tag.cc: New file.
6860 * gdb.cp/var-tag.exp: New file.
6861
6862 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6863
6864 * gdb.base/history-duplicates.exp: New test.
6865
6866 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6867
6868 * gdb.base/completion.exp: Test the completion of the "focus"
6869 command.
6870
6871 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6872
6873 * gdb.arch/amd64-prologue-skip.S: New file.
6874 * gdb.arch/amd64-prologue-skip.exp: New file.
6875
6876 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6877
6878 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6879 is_address_zero_readable check.
6880
6881 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6882
6883 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6884 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6885
6886 2015-06-24 Yao Qi <yao.qi@linaro.org>
6887
6888 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6889 linux targets.
6890
6891 2015-06-24 Yao Qi <yao.qi@linaro.org>
6892
6893 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6894 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6895 * gdb.base/siginfo-thread.exp: Likewise.
6896
6897 2015-06-22 Yao Qi <yao.qi@linaro.org>
6898
6899 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6900
6901 2015-06-22 Yao Qi <yao.qi@linaro.org>
6902
6903 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6904 aarch64*-*-*.
6905 (skip_hw_watchpoint_tests): Likewise.
6906
6907 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6908
6909 * gdb.base/gdbinit-history.exp: Test the interaction between
6910 setting GDBHISTSIZE and setting the history size via .gdbinit.
6911
6912 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6913
6914 PR gdb/16999
6915 * gdb.base/gdbhistsize-history.exp: New test.
6916
6917 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6918
6919 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6920 with GDBHISTSIZE.
6921 * gdb.base/readline.exp: Likewise.
6922
6923 2015-06-17 Yao Qi <yao.qi@linaro.org>
6924
6925 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6926 line.
6927
6928 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6929
6930 * gdb.base/gdbinit-history.exp: Add test case to check that
6931 an unlimited history file does not get truncated on exit.
6932
6933 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6934
6935 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6936 (VECTOR): New macro. Use it...
6937 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6938 ...for these typedefs.
6939 (int8, char1, int1, double1): New typedefs.
6940 (struct just_int2, struct two_int2): New structures.
6941 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6942 (add_structvecs, add_singlevecs): New functions.
6943 (main): Call add_some_intvecs twice.
6944 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6945 the compile and exit upon failure. Try compiling for the "native"
6946 architecture. Test inferior function calls with vector arguments
6947 and vector return value handling with "finish" and "return".
6948
6949 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6950
6951 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6952 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6953 PE file.
6954 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6955
6956 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6957
6958 PR breakpoints/16465
6959 * gdb.mi/mi-dprintf-pending.c: New file.
6960 * gdb.mi/mi-dprintf-pending.exp: New test.
6961 * gdb.mi/mi-dprintf-pendshr.c: New file.
6962
6963 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6964 Mircea Gherzan <mircea.gherzan@intel.com>
6965
6966 * gdb.arch/i386-mpx-map.c: New file.
6967 * gdb.arch/i386-mpx-map.exp: New File.
6968
6969 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6970
6971 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6972 * gdb.arch/i386-mpx.exp: Indentation fixed.
6973
6974 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6975
6976 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6977 function and improved indentation.
6978 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6979 gdb_test_multiple. Added additional tests to skip the test.
6980
6981 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6982
6983 * gdb.arch/i386-avx512.c: Change path in include file.
6984 * gdb.arch/i386-avx512.exp: Change include dir path
6985 compilation flag.
6986 * gdb.arch/i386-mpx.c: Change path in include file.
6987 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6988 flag.
6989
6990 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6991
6992 * gdb.compile/compile-print.exp (compile print *vararray@3)
6993 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6994
6995 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6998 (do not keep jit in memory): ... this.
6999 (expect 5): Change it to ...
7000 (expect no 5): ... this.
7001
7002 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7003
7004 PR gdb/15564
7005 * gdb.mi/mi-detach.exp: New file.
7006
7007 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7008
7009 PR symtab/18392
7010 * gdb.arch/amd64-tailcall-self.S: New file.
7011 * gdb.arch/amd64-tailcall-self.c: New file.
7012 * gdb.arch/amd64-tailcall-self.exp: New file.
7013
7014 2015-05-28 Don Breazeal <donb@codesourcery.com>
7015
7016 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7017 tests for remote targets by checking is_target_gdbserver.
7018
7019 2015-05-27 Doug Evans <dje@google.com>
7020
7021 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7022 * gdb.dwarf2/opaque-type-lookup.c: New file.
7023 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7024
7025 2015-05-26 Doug Evans <dje@google.com>
7026
7027 * gdb.cp/iostream.cc: New file.
7028 * gdb.cp/iostream.exp: New file.
7029
7030 2015-05-26 Doug Evans <dje@google.com>
7031
7032 * gdb.dwarf2/dw2-op-call.exp: Update.
7033 * gdb.dwarf2/dw4-sig-types.exp: Update.
7034 * gdb.dwarf2/implptr.exp: Update.
7035 * gdb.mi/mi-cmd-param-changed.exp: Update.
7036
7037 2015-05-26 Doug Evans <dje@google.com>
7038
7039 * gdb.python/py-lazy-string.c: New file.
7040 * gdb.python/py-lazy-string.exp: New file.
7041 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7042 (main): Update. Add estring3.
7043 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7044 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7045
7046 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7047 Yao Qi <yao.qi@linaro.org>
7048
7049 * gdb.reverse/aarch64.c: New.
7050 * gdb.reverse/aarch64.exp: New.
7051
7052 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7053
7054 * lib/gdb.exp (supports_process_record): Return true for
7055 aarch64*-linux*.
7056 (supports_reverse): Likewise.
7057
7058 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7059
7060 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7061 Use with_test_prefix.
7062
7063 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7064
7065 * gdb.base/completion.exp: Add test for completion of layout
7066 names.
7067
7068 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7069
7070 * lib/gdb.exp (skip_tui_tests): New proc.
7071 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7072
7073 2015-05-19 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7076 Save the whole env array instead of just HOME. Unset HISTSIZE in
7077 the environment while testing. Restore whole environment
7078 afterwards.
7079
7080 2015-05-16 Doug Evans <xdje42@gmail.com>
7081
7082 * gdb.guile/scm-ports.c: New file.
7083 * gdb.guile/scm-ports.exp: Add memory port tests.
7084
7085 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7086
7087 * gdb.compile/compile-print.c: New file.
7088 * gdb.compile/compile-print.exp: New file.
7089
7090 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7091
7092 * gdb.compile/compile-ops.exp: Cast param to void.
7093 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7094 (compile code struct_object.selffield = &struct_object): Add xfail.
7095
7096 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7097
7098 * gdb.ada/arr_enum_with_gap: New testcase.
7099
7100 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7101
7102 * gdb.ada/byte_packed_arr: New testcase.
7103
7104 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7105
7106 * gdb.ada/pckd_neg: New testcase.
7107
7108 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7109
7110 PR gdb/17820
7111 * gdb.base/gdbinit-history.exp: New test.
7112 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7113 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7114
7115 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7116
7117 * gdb.python/py-xmethods.cc: Enhance test case.
7118 * gdb.python/py-xmethods.exp: New tests.
7119 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7120 function.
7121 (B_indexoper): Likewise.
7122 (global_dm_list) : Add new xmethod worker functions.
7123
7124 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7125
7126 * gdb.base/coredump-filter.exp: Correctly unset
7127 "coredump_var_addr" array.
7128
7129 2015-05-08 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.server/non-existing-program.exp: Unset spawn_id.
7132
7133 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7134
7135 PR python/18291
7136 * gdb.python/py-xmethods.exp: Add tests.
7137
7138 2015-05-08 Yao Qi <yao.qi@linaro.org>
7139
7140 PR gdb/18208
7141 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7142 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7143 function set_coredump_filter, and remove remote_exec call.
7144 Remove argument ipid. Callers update.
7145 (top level): Don't get inferior's PID.
7146
7147 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7148
7149 * gdb.base/watch_thread_num.exp: Skip test on targets without
7150 access watchpoints.
7151
7152 2015-05-06 Pedro Alves <palves@redhat.com>
7153
7154 PR server/18081
7155 * gdb.server/non-existing-program.exp: New file.
7156
7157 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7158
7159 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7160
7161 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7162
7163 * gdb.ada/out_of_line_in_inlined: New testcase.
7164
7165 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7166
7167 * gdb.ada/var_rec_arr: New testcase.
7168
7169 2015-04-30 Yao Qi <yao.qi@linaro.org>
7170
7171 * gdb.base/break-idempotent.exp: If
7172 skip_hw_watchpoint_multi_tests returns true, skip the tests
7173 on "rwatch" and "awatch".
7174
7175 2015-04-30 Yao Qi <yao.qi@linaro.org>
7176
7177 * gdb.base/relativedebug.exp: Invoke gdb command
7178 "info sharedlibrary", and if libc.so doesn't have debug info,
7179 skip the test.
7180
7181 2015-04-29 Doug Evans <dje@google.com>
7182
7183 * gdb.python/py-xmethods.exp: Add ptype tests.
7184 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7185 get_result_type method.
7186
7187 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7188
7189 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7190 the target does not support hardware watchpoints.
7191
7192 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7193
7194 * gdb.base/break-always.exp: Abort testing if writing to memory
7195 causes an error.
7196
7197 2015-04-28 Doug Evans <dje@google.com>
7198
7199 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7200 * gdb.python/py-pp-registration.exp: ... here. New file.
7201 * gdb.python/py-pp-registration.c: New file.
7202 * gdb.python/py-pp-registration.py: New file.
7203
7204 2015-04-28 Doug Evans <dje@google.com>
7205
7206 * gdb.python/py-bad-printers.c: New file.
7207 * gdb.python/py-bad-printers.py: New file.
7208 * gdb.python/py-bad-printers.exp: New file.
7209
7210 2015-04-28 Sasha Smundak <asmundak@google.com>
7211
7212 * gdb.python/py-type.exp: New test.
7213
7214 2015-04-28 Andy Wingo <wingo@igalia.com>
7215
7216 * gdb.python/py-parameter.exp:
7217 * gdb.guile/scm-parameter.exp: Escape the path that we are
7218 matching against, as it might contain characters that are special
7219 to regular expressions.
7220
7221 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/rec_comp: New testcase.
7224
7225 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7226
7227 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7228 before using it.
7229
7230 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7231
7232 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7233 new tests for verilog output.
7234
7235 2015-04-24 Yao Qi <yao.qi@linaro.org>
7236
7237 * boards/remote-gdbserver-on-localhost.exp: New file.
7238
7239 2015-04-23 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7242 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7243 "end of file", remove $inferior_spawn_id from the indirect list.
7244
7245 2015-04-23 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7248
7249 2015-04-23 Pedro Alves <palves@redhat.com>
7250
7251 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7252 on $any_spawn_id instead of only on $gdb_spawn_id.
7253
7254 2015-04-21 Pierre Muller <muller@sourceware.org>
7255
7256 PR pascal/17815
7257 * lib/pascal.exp (gpc_compile): Add new option "class".
7258 (fpc_compile): Likewise.
7259 * gdb.pascal/case-insensitive-symbols.pas: New file.
7260 * gdb.pascal/case-insensitive-symbols.exp: New file.
7261
7262 2015-04-20 Gary Benson <gbenson@redhat.com>
7263
7264 * gdb.base/attach.exp: Fix three extended remote failures.
7265
7266 2015-04-17 Gary Benson <gbenson@redhat.com>
7267
7268 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7269 the main executable over the remote protocol.
7270
7271 2015-04-16 Pedro Alves <palves@redhat.com>
7272
7273 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7274 a new gdbserver if gdbserver_reconnect_p is set.
7275
7276 2015-04-16 Pedro Alves <palves@redhat.com>
7277
7278 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7279 is set, don't exit gdbserver.
7280
7281 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7282
7283 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7284 appropriate .insn, such that an older assembler can be used.
7285 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7286 the z/Architecture instruction set on 31-bit targets as well.
7287
7288 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 * gdb.go/handcall.exp: Remove all logic related to the first
7291 breakpoint and rely on go_runto_main instead.
7292 * gdb.go/strings.exp: Likewise.
7293 * gdb.go/unsafe.exp: Likewise.
7294 * gdb.go/hello.exp: Likewise. Also rename the remaining
7295 breakpoint marker to "breakpoint 1".
7296 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7297 * gdb.go/strings.go: Likewise.
7298 * gdb.go/unsafe.go: Likewise.
7299 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7300 "set breakpoint 2 here" and rename the remaining breakpoint marker
7301 to "breakpoint 1".
7302
7303 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7304
7305 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7306 if itertools.imap is not present.
7307 * gdb.python/py-objfile.exp: Add parentheses.
7308 * gdb.python/py-type.exp: Same.
7309 * gdb.python/py-unwind-maint.py: Same.
7310
7311 2015-04-15 Yao Qi <yao.qi@linaro.org>
7312
7313 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7314 of ":$ptr_size" and set its form explicitly.
7315
7316 2015-04-15 Pedro Alves <palves@redhat.com>
7317 Yao Qi <yao.qi@linaro.org>
7318
7319 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7320 timeout by factor of 4.
7321 (test_regular_watch): Likewise.
7322 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7323 * gdb.reverse/sigall-reverse.exp: Likewise.
7324 * gdb.reverse/until-precsave.exp: Likewise.
7325 * lib/gdb.exp (with_timeout_factor): New proc.
7326 (gdb_expect): Move some code to ...
7327 (get_largest_timeout): ... here. New procedure.
7328
7329 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7330
7331 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7332
7333 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7334
7335 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7336 to write to the .text section.
7337
7338 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7339
7340 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7341 Handle the case of targets that do not provide PID information.
7342
7343 2015-04-13 Yao Qi <yao.qi@linaro.org>
7344
7345 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7346 and use expect instead of gdb_expect.
7347
7348 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7349
7350 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7351 "coredump_var_addr" to avoid naming conflict with other testcases.
7352
7353 2015-04-10 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7356 gdb_test_sequence and gdb_assert.
7357
7358 2015-04-10 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7361 test messages that don't include the breakpoint address.
7362
7363 2015-04-10 Yao Qi <yao.qi@linaro.org>
7364
7365 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7366 false for some offset and width combinations which aren't
7367 supported by linux kernel.
7368
7369 2015-04-10 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7372 procedure, factored out from ...
7373 (top level): ... here. Add "set displaced-stepping" testing axis.
7374 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7375 parameter "displaced". Use it.
7376 (top level): Use foreach and add "set displaced-stepping" testing
7377 axis.
7378
7379 2015-04-10 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7382 Remove comment.
7383 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7384 both the address of the instruction that triggers the watchpoint
7385 and the address of the instruction immediately after, and use
7386 those addresses for the test. Fix comment.
7387
7388 2015-04-10 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/sigstep.exp (breakpoint_to_handler)
7391 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7392 Test "backtrace" in handler.
7393 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7394 (top level): Add new "displaced" test axis to
7395 breakpoint_to_handler, breakpoint_to_handler_entry and
7396 breakpoint_over_handler.
7397
7398 2015-04-10 Pedro Alves <palves@redhat.com>
7399
7400 PR gdb/18216
7401 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7402
7403 2015-04-10 Yao Qi <yao.qi@linaro.org>
7404
7405 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7406 (test_add_rn_pc): New function.
7407 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7408 (top level): Invoke test_add_rn_pc.
7409
7410 2015-04-10 Pedro Alves <palves@redhat.com>
7411
7412 PR gdb/13858
7413 * gdb.base/step-over-no-symbols.exp: New file.
7414
7415 2015-04-09 Andy Wingo <wingo@igalia.com>
7416
7417 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7418 after the Python tests.
7419
7420 2015-04-08 Keith Seitz <keiths@redhat.com>
7421
7422 PR python/16699
7423 * gdb.python/py-completion.exp: New tests for completion.
7424 * gdb.python/py-completion.py (CompleteLimit1): New class.
7425 (CompleteLimit2): Likewise.
7426 (CompleteLimit3): Likewise.
7427 (CompleteLimit4): Likewise.
7428 (CompleteLimit5): Likewise.
7429 (CompleteLimit6): Likewise.
7430 (CompleteLimit7): Likewise.
7431
7432 2015-04-08 Pedro Alves <palves@redhat.com>
7433
7434 PR gdb/18214
7435 PR gdb/18216
7436 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7437 function.
7438 (main): Install it as SIGUSR1 handler.
7439 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7440 parameter. Always use "setup" as prefix. Toggle "set
7441 displaced-stepping" off/on depending on global. Don't switch to
7442 thread 1 here.
7443 (top level): Add displaced stepping "off/on" test axis. Update
7444 "setup" calls. Wrap each subtest with with_test_prefix. Test
7445 continuing with a queued signal in each thread.
7446
7447 2015-04-08 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7450 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7451 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7452 Return early if running to main fails.
7453 * gdb.trace/while-stepping.exp: Likewise.
7454
7455 2015-04-07 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7458 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7459 interact with inferior program.
7460
7461 2015-04-07 Pedro Alves <palves@redhat.com>
7462
7463 * lib/gdb.exp (inferior_spawn_id): New global.
7464 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7465 spawn id after processing the user code.
7466 (default_gdb_start): Set inferior_spawn_id.
7467 (send_inferior): New procedure.
7468 * lib/gdbserver-support.exp (gdbserver_start): Set
7469 inferior_spawn_id.
7470 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7471
7472 2015-04-07 Pedro Alves <palves@redhat.com>
7473
7474 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7475 * lib/gdbserver-support.exp (gdbserver_start): Make
7476 $server_spawn_id global.
7477 (gdbserver_start): Don't wait for gdbserver's spawn id with
7478 expect_background.
7479 (close_gdbserver): New procedure.
7480 (gdb_exit): Rename the default version and reimplement.
7481
7482 2015-04-07 Pedro Alves <palves@redhat.com>
7483
7484 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7485 append the substituted item, not the original item.
7486
7487 2015-04-07 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7490 gdb_expect.
7491
7492 2015-04-07 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7495 output appearing once only.
7496
7497 2015-04-07 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7500 that doesn't expect anything. Return early if running to main
7501 fails.
7502
7503 2015-04-07 Yao Qi <yao.qi@linaro.org>
7504
7505 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7506 (child_function): Call alarm.
7507 (main): Move call to alarm into the loop.
7508 * gdb.threads/non-stop-fair-events.exp: Build program with
7509 -DTIMEOUT=$timeout.
7510
7511 2015-04-06 Doug Evans <xdje42@gmail.com>
7512
7513 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7514 Fix dest parameter to board_info.
7515 (fpc_compile): Ditto.
7516 (gdb_compile_pascal): Rename dest arg to destfile.
7517
7518 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7519
7520 * gdb.ada/funcall_ref.exp: New file.
7521 * gdb.ada/funcall_ref/foo.adb: New file.
7522
7523 2015-04-02 Yao Qi <yao.qi@linaro.org>
7524
7525 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7526 is remote.
7527
7528 2015-04-02 Gary Benson <gbenson@redhat.com>
7529
7530 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7531
7532 2015-04-01 Sasha Smundak <asmundak@google.com>
7533
7534 * gdb.python/py-unwind-maint.c: New file.
7535 * gdb.python/py-unwind-maint.exp: New test.
7536 * gdb.python/py-unwind-maint.py: New file.
7537 * gdb.python/py-unwind.c: New file.
7538 * gdb.python/py-unwind.exp: New test.
7539 * gdb.python/py-unwind.py: New test.
7540
7541 2015-04-01 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7544 to fail instead of non-existent $test.
7545
7546 2015-04-01 Pedro Alves <palves@redhat.com>
7547
7548 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7549 GDBFLAGS if not empty.
7550
7551 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7552
7553 * gdb.ada/complete.exp: Remove "multi_line".
7554 * gdb.ada/info_exc.exp: Remove "multi_line".
7555 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7556 * gdb.ada/ptype_field.exp: Remove "multi_line".
7557 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7558 * gdb.ada/tagged.exp: Remove "multi_line".
7559 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7560 [multi_line ...]
7561 * gdb.btrace/delta.exp: Likewise.
7562 * gdb.btrace/exception.exp: Likewise.
7563 * gdb.btrace/function_call_history.exp: Likewise.
7564 * gdb.btrace/instruction_history.exp: Likewise.
7565 * gdb.btrace/nohist.exp: Likewise.
7566 * gdb.btrace/record_goto.exp: Likewise.
7567 * gdb.btrace/segv.exp: Likewise.
7568 * gdb.btrace/stepi.exp: Likewise.
7569 * gdb.btrace/tailcall.exp: Likewise.
7570 * gdb.btrace/unknown_functions.exp: Likewise.
7571 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7572 * lib/gdb.exp: Add the "multi_line" helper.
7573
7574 2015-04-01 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.threads/tid-reuse.c: New file.
7577 * gdb.threads/tid-reuse.exp: New file.
7578
7579 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7580
7581 PR corefiles/16092
7582 * gdb.base/coredump-filter.c: New file.
7583 * gdb.base/coredump-filter.exp: Likewise.
7584
7585 2015-03-27 Petr Machata <pmachata@redhat.com>
7586
7587 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7588 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7589 (Dwarf::assemble): Initialize them.
7590 (Dwarf::lines): New function.
7591
7592 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7593
7594 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7595 SYMBOL_PREFIX for x86_64-*-cygwin.
7596
7597 2015-03-26 Andy Wingo <wingo@igalia.com>
7598
7599 PR symtab/18148
7600 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7601 const_value but not a location.
7602 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7603 location defined in non-main CUs are visible.
7604
7605 2015-03-26 Yao Qi <yao.qi@linaro.org>
7606
7607 PR testsuite/18139
7608 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7609 Add a line number entry for the same line.
7610 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7611 Add a line number entry for the same line.
7612
7613 2015-03-26 Yao Qi <yao.qi@linaro.org>
7614
7615 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7616 .int 0.
7617 (func): Likewise. Add .Lfunc_1 label.
7618 Use .Lfunc_1 label.
7619 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7620 .int 0.
7621 (func): Likewise.
7622 Use .Lfunc_1 label.
7623
7624 2015-03-26 Yao Qi <yao.qi@linaro.org>
7625
7626 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7627 Call gdb_compile instead to compile each .s files without debug
7628 information.
7629
7630 2015-03-26 Yao Qi <yao.qi@linaro.org>
7631
7632 * gdb.base/savedregs.exp (process_saved_regs): Make
7633 "Saved registers:" optional in the pattern.
7634
7635 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7636
7637 * gdb.btrace/next.exp: Merged into step.exp.
7638 * gdb.btrace/finish.exp: Merged into step.exp.
7639 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7640 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7641 "record goto" and checking the exact replay position.
7642 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7643 check for "Recording format" in "info record" output.
7644 * gdb.btrace/record_goto.exp: Choose test file based on target.
7645 * gdb.btrace/x86-record_goto.S: Renamed into ...
7646 * gdb.btrace/x86_64-record_goto.S: ... this.
7647 * gdb.btrace/i686-record_goto.S: New.
7648 * gdb.btrace/x86-tailcall.S: Renamed into ...
7649 * gdb.btrace/x86_64-tailcall.S: ... this.
7650 * gdb.btrace/i686-tailcall.S: New.
7651 * gdb.btrace/x86-tailcall.c: Renamed into ...
7652 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7653 separate statements. Update test.
7654 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7655 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7656 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7657 * gdb.btrace/tailcall.exp: Choose test file based on target.
7658 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7659
7660 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7661
7662 * gdb.btrace/exception.exp: Increase BTS buffer size.
7663
7664 2015-03-24 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7667
7668 2015-03-24 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.threads/schedlock.exp (test_step): No longer expect that
7671 "set scheduler-locking step" with "next" over a function call runs
7672 threads unlocked.
7673
7674 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7675
7676 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7677
7678 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7679
7680 PR breakpoints/16466
7681 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7682 * gdb.mi/mi-pending.c (thread_func): New function.
7683 (int main): Add threading support required.
7684 * gdb.mi/mi-pending.exp: Add tests for this issue.
7685 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7686 (pendfunc2): Remove stdio dependency.
7687 * gdb.mi/mi-pendshr2.c: New file.
7688
7689 2015-03-23 Keith Seitz <keiths@redhat.com>
7690
7691 * gdb.linespec/keywords.c: New file.
7692 * gdb.linespec/keywords.exp: New file.
7693
7694 2015-03-23 Keith Seitz <keiths@redhat.com>
7695
7696 PR gdb/18021
7697 * gdb.dwarf2/staticvirtual.exp: New test.
7698
7699 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7700
7701 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7702 * README: Remove HP-UX and gdb.hp.
7703 (configuration):
7704 * configure: Regenerate.
7705 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7706 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7707 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7708 gdb.hp/gdb.defects/Makefile.
7709 * gdb.hp/Makefile.in: File deleted.
7710 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7711 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7712 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7713 * gdb.hp/gdb.aCC/run.c: File deleted.
7714 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7715 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7716 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7717 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7718 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7719 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7720 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7721 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7722 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7723 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7724 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7725 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7726 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7727 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7728 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7729 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7730 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7731 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7732 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7733 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7734 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7735 * gdb.hp/gdb.compat/average.c: File deleted.
7736 * gdb.hp/gdb.compat/sum.c: File deleted.
7737 * gdb.hp/gdb.compat/xdb.c: File deleted.
7738 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7739 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7740 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7741 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7742 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7743 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7744 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7745 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7746 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7747 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7748 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7749 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7750 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7751 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7752 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7753 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7754 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7755 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7756 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7757 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7758 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7759 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7760 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7761 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7762 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7763 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7764 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7765 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7766 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7767 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7768 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7769 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7770 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7771 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7772 * gdb.hp/tools/odump: File deleted.
7773
7774 2015-03-19 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7777 (saw_thread_3): New globals.
7778 (top level): Increment them when an event for the corresponding
7779 thread is seen.
7780 (no thread starvation): New test.
7781
7782 2015-03-19 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.threads/continue-pending-status.c: New file.
7785 * gdb.threads/continue-pending-status.exp: New file.
7786
7787 2015-03-18 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7790 Use gdb_is_target_remote instead of is_remote. Use
7791 gdb_test_multiple instead of gdb_expect. Exit early if
7792 gdb_test_multiple hits its internal matches. Tighten stepi tests
7793 expected output. Fail on exit with any signal, instead of just
7794 SIGILL.
7795
7796 2015-03-18 Yao Qi <yao.qi@linaro.org>
7797
7798 PR tdep/18107
7799 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7800 variable.
7801 * gdb.base/catch-syscall.exp: Don't skip it on
7802 aarch64*-*-linux* target. Remove elements in all_syscalls.
7803 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7804 target.
7805 (setup_all_syscalls): New proc.
7806
7807 2015-03-16 Yao Qi <yao.qi@linaro.org>
7808
7809 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7810 (top level): Skip tests if valid_addr_p returns false for
7811 $cmd1 or $cmd2.
7812
7813 2015-03-11 Andy Wingo <wingo@igalia.com>
7814
7815 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7816
7817 2015-03-11 Yao Qi <yao.qi@linaro.org>
7818
7819 * gdb.base/catch-syscall.exp: Fix typo in comments.
7820
7821 2015-03-11 Yao Qi <yao.qi@linaro.org>
7822
7823 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7824
7825 2015-03-09 Pedro Alves <palves@redhat.com>
7826
7827 * dg-extract-results.py: Delete.
7828
7829 2015-03-09 Pedro Alves <palves@redhat.com>
7830
7831 Merge dg-extract-results.sh from GCC upstream (r218843).
7832
7833 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7834 * dg-extract-results.sh: Use --text with grep to avoid issues with
7835 binary files. Fall back to cat -v, if that doesn't work.
7836
7837 2015-03-05 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7840
7841 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7842
7843 * lib/mi-support.exp (mi_expect_interrupt): Accept
7844 alternative event for when in all-stop mode.
7845
7846 2015-03-04 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7849
7850 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7851
7852 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7853
7854 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7855
7856 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7857 regexps for GDB's current line display, accept a hex address
7858 preceding the line number.
7859
7860 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7861
7862 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7863 the 'arch1' variable for "s390*-linux*" targets.
7864
7865 2015-03-04 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7868 (main): Pass missing retval argument to pthread_join call.
7869
7870 2015-03-02 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7873 (top level): Call do_test with non-stop as well.
7874
7875 2015-03-02 Pedro Alves <palves@redhat.com>
7876
7877 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7878 -1.
7879
7880 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7881
7882 * gdb.arch/s390-vregs.exp: New test.
7883 * gdb.arch/s390-vregs.S: New file.
7884
7885 2015-02-27 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7888 call to catch_command_errors.
7889 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7890 catch_command_errors.
7891
7892 2015-02-27 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7895 "true" for boolean result.
7896 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7897 prototype of main.
7898
7899 2015-02-27 Pedro Alves <palves@redhat.com>
7900
7901 * lib/unbuffer_output.c: New file.
7902 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7903 (main): Call gdb_unbuffer_output.
7904
7905 2015-02-27 Yao Qi <yao.qi@linaro.org>
7906
7907 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7908 target.
7909
7910 2015-02-26 Doug Evans <dje@google.com>
7911
7912 * gdb.cp/class2.cc (Dbase, D): New classes.
7913 (main): New local delta.
7914 * gdb.cp/class2.exp: Test printing delta.
7915 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7916 (dynbar): New global.
7917 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7918
7919 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 * gdb.compile/compile-ifunc.c: New file.
7922 * gdb.compile/compile-ifunc.exp: New file.
7923
7924 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7925
7926 * gdb.base/structs.exp: Check for correct struct on finish.
7927
7928 2015-02-26 Yao Qi <yao.qi@linaro.org>
7929
7930 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7931 is zero.
7932
7933 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * gdb.arch/cordic.ko.bz2: New file.
7936 * gdb.arch/cordic.ko.debug.bz2: New file.
7937 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7938
7939 2015-02-25 Yao Qi <yao.qi@linaro.org>
7940
7941 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7942 aarch64*-*-* target.
7943
7944 2015-02-23 Pedro Alves <palves@redhat.com>
7945
7946 * lib/gdb.exp (delete_breakpoints): Rewrite using
7947 gdb_test_multiple.
7948
7949 2015-02-23 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/info-os.c: Include stdlib.h.
7952
7953 2015-02-22 Doug Evans <xdje42@gmail.com>
7954
7955 PR symtab/17855
7956 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7957 is read after symbols have been re-read.
7958 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7959 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7960
7961 2015-02-21 Doug Evans <dje@google.com>
7962
7963 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7964
7965 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7966
7967 PR corefiles/17808
7968 * gdb.arch/i386-biarch-core.core.bz2: New file.
7969 * gdb.arch/i386-biarch-core.exp: New file.
7970
7971 2015-02-21 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7974 runto_main fails.
7975
7976 2015-02-20 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7979 info probes.
7980
7981 2015-02-20 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7984
7985 2015-02-20 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7988 clean_restart before gdb_target_supports_trace.
7989
7990 2015-02-20 Pedro Alves <palves@redhat.com>
7991
7992 PR threads/18006
7993 * gdb.threads/clone-thread_db.c: New file.
7994 * gdb.threads/clone-thread_db.exp: New file.
7995
7996 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7997
7998 PR breakpoints/16812
7999 * gdb.base/catch-gdb-caused-signals.c: New file.
8000 * gdb.base/catch-gdb-caused-signals.exp: New file.
8001
8002 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8003
8004 * configure: Regenerated.
8005 * configure.ac: Use GDB_AC_TRANSFORM.
8006 * aclocal.m4: sinclude ../transform.m4.
8007
8008 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8009
8010 * lib/dtrace.exp: New file.
8011 * gdb.base/dtrace-probe.exp: Likewise.
8012 * gdb.base/dtrace-probe.d: Likewise.
8013 * gdb.base/dtrace-probe.c: Likewise.
8014 * lib/pdtrace.in: Likewise.
8015 * configure.ac: Output variables with the transformed names of
8016 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8017 * configure: Regenerated.
8018
8019 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8020
8021 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8022 expected message when trying to access $_probe_* convenience
8023 variables while not on a probe.
8024
8025 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8028
8029 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8030
8031 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8032 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8033
8034 2015-02-10 Doug Evans <xdje42@gmail.com>
8035
8036 * lib/gdb.exp (gdb_load): Always return a result.
8037
8038 2015-02-10 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.threads/signal-sigtrap.c: New file.
8041 * gdb.threads/signal-sigtrap.exp: New file.
8042
8043 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8044
8045 * gdb.trace/no-attach-trace.c: New file.
8046 * gdb.trace/no-attach-trace.exp: New file.
8047
8048 2015-02-09 Mark Wielaard <mjw@redhat.com>
8049
8050 * gdb.dwarf2/atomic.c: New file.
8051 * gdb.dwarf2/atomic-type.exp: Likewise.
8052
8053 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8054
8055 * gdb.btrace/buffer-size.exp: Update "info record" output.
8056 * gdb.btrace/delta.exp: Update "info record" output.
8057 * gdb.btrace/enable.exp: Update "info record" output.
8058 * gdb.btrace/finish.exp: Update "info record" output.
8059 * gdb.btrace/instruction_history.exp: Update "info record" output.
8060 * gdb.btrace/next.exp: Update "info record" output.
8061 * gdb.btrace/nexti.exp: Update "info record" output.
8062 * gdb.btrace/step.exp: Update "info record" output.
8063 * gdb.btrace/stepi.exp: Update "info record" output.
8064 * gdb.btrace/nohist.exp: Update "info record" output.
8065
8066 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8067
8068 * gdb.btrace/buffer-size: New.
8069
8070 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8071
8072 * gdb.btrace/delta.exp: Update "info record" output.
8073 * gdb.btrace/enable.exp: Update "info record" output.
8074 * gdb.btrace/finish.exp: Update "info record" output.
8075 * gdb.btrace/instruction_history.exp: Update "info record" output.
8076 * gdb.btrace/next.exp: Update "info record" output.
8077 * gdb.btrace/nexti.exp: Update "info record" output.
8078 * gdb.btrace/step.exp: Update "info record" output.
8079 * gdb.btrace/stepi.exp: Update "info record" output.
8080 * gdb.btrace/nohist.exp: Update "info record" output.
8081
8082 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8083
8084 PR gdb/15678
8085 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8086
8087 2015-02-06 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8090 macro.
8091 (seconds_left, again): New globals.
8092 (main): Wait seconds_left in a 1-second sleep loop instead of
8093 sleeping 180 seconds. If 'again' is set, reset the seconds
8094 counter.
8095 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8096 'again' in the inferior before detaching. Print the seconds left.
8097 (options): New global.
8098 (top level): Build program with -DTIMEOUT=$timeout.
8099
8100 2015-02-06 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8103 determine how many seconds to pass to 'alarm'.
8104 * gdb.base/gdb-sigterm.exp (top level): Build program with
8105 -DTIMEOUT=$timeout.
8106 (do_test): Return success/failure indication. Add more verbose
8107 logging. Don't fail if 200 single steps are seen. Instead, fail
8108 when the test times out.
8109 (passes): New global.
8110 (top level): Break the testing loop if testing fails on any
8111 iteration. Use gdb_assert.
8112
8113 2015-02-04 Don Breazeal <donb@codesourcery.com>
8114
8115 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8116 and initialize them.
8117 (ipc_cleanup): New function.
8118 (main): Don't declare shmid, semid, and msqid. Add a call to
8119 atexit so that we call ipc_cleanup on exit.
8120
8121 2015-02-04 Pedro Alves <palves@redhat.com>
8122
8123 * boards/native-extended-gdbserver.exp: Remove any target variant
8124 specifications from the board name before clearing the isremote
8125 flag from board_info.
8126
8127 2015-01-31 Doug Evans <xdje42@gmail.com>
8128
8129 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8130
8131 2015-01-31 Gary Benson <gbenson@redhat.com>
8132
8133 * gdb.base/completion.exp: Disable completion limiting for
8134 existing tests. Add new tests to check completion limiting.
8135 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8136
8137 2015-01-31 Doug Evans <xdje42@gmail.com>
8138
8139 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8140
8141 2015-01-31 Doug Evans <xdje42@gmail.com>
8142
8143 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8144 entries. Duplicate file section script entries.
8145 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8146 inlined entries. Add test for safe-path rejection.
8147 * gdb.python/py-section-script.c: Add duplicate inlined section script
8148 entries. Duplicate file section script entries.
8149 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8150 inlined entries. Add test for safe-path rejection.
8151
8152 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8153
8154 * gdb.ada/disc_arr_bound: New testcase.
8155
8156 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8157
8158 * gdb.ada/mi_var_array: New testcase.
8159
8160 2015-01-27 Doug Evans <dje@google.com>
8161
8162 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8163 Add test for objfile.filename, objfile.username after objfile
8164 has been unloaded.
8165
8166 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8167
8168 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8169 the second test to print the name attribute of value
8170 returned by the call to gdb.lookup_type, and adjust
8171 the expected output accordingly.
8172
8173 2015-01-25 Mark Wielaard <mjw@redhat.com>
8174
8175 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8176 * gdb.base/disp-step-fork.c: Include unistd.h.
8177 * gdb.base/siginfo-obj.c: Include stdio.h.
8178 * gdb.base/siginfo-thread.c: Likewise.
8179 * gdb.mi/non-stop.c: Include unistd.h.
8180 * gdb.mi/nsthrexec.c: Include stdio.h.
8181 * gdb.mi/pthreads.c: Include unistd.h.
8182 * gdb.modula2/unbounded1.c (main): Declare returns int.
8183 * gdb.reverse/consecutive-reverse.c: Likewise.
8184 * gdb.threads/create-fail.c: Include unistd.h.
8185 * gdb.threads/killed.c: Likewise.
8186 * gdb.threads/linux-dp.c: Likewise.
8187 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8188 * gdb.threads/non-ldr-exc-2.c: Likewise.
8189 * gdb.threads/non-ldr-exc-3.c: Likewise.
8190 * gdb.threads/non-ldr-exc-4.c: Likewise.
8191 * gdb.threads/pthreads.c: Include unistd.h.
8192 (main): Declare returns int.
8193 * gdb.threads/tls-main.c (foo): New declaration.
8194 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8195
8196 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8197
8198 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8199 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8200
8201 2015-01-15 Mark Wielaard <mjw@redhat.com>
8202
8203 * gdb.base/noreturn-return.c: New file.
8204 * gdb.base/noreturn-return.exp: New file.
8205 * gdb.base/noreturn-finish.c: New file.
8206 * gdb.base/noreturn-finish.exp: New file.
8207
8208 2015-01-23 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.threads/continue-pending-after-query.c: New file.
8211 * gdb.threads/continue-pending-after-query.exp: New file.
8212
8213 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8214 Simon Marchi <simon.marchi@ericsson.com>
8215
8216 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8217 * gdb.base/valgrind-db-attach.exp: Same.
8218 * gdb.base/valgrind-infcall.exp: Same.
8219 * lib/mi-support.exp (default_mi_gdb_start): Same.
8220 * lib/prompt.exp (default_prompt_gdb_start): Same.
8221 * lib/gdb.exp (default_gdb_spawn): Same.
8222 (gdb_interact): New.
8223
8224
8225 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8226
8227 * gdb.compile/compile.exp (pointer to jit function): New test.
8228
8229 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8230
8231 * lib/gdb.exp (supports_process_record): Return true for
8232 powerpc*-*-linux*.
8233 (supports_reverse): Likewise.
8234
8235 2015-01-15 Don Breazeal <donb@codesourcery.com>
8236
8237 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8238 instead of checking whether the target board is remote and
8239 use spawn_wait_for_attach instead of exec/sleep.
8240 * gdb.base/attach-twice.exp: Likewise.
8241
8242 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8243
8244 * gdb.ada/var_arr_attrs: New testcase.
8245
8246 2015-01-14 Pedro Alves <palves@redhat.com>
8247 Joel Brobecker <brobecker@adacore.com>
8248
8249 PR gdb/17525
8250 * gdb.base/bp-cmds-execution-x-script.c: New file.
8251 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8252 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8253
8254 2015-01-14 Pedro Alves <palves@redhat.com>
8255
8256 PR cli/17828
8257 * gdb.base/batch-preserve-term-settings.c: New file.
8258 * gdb.base/batch-preserve-term-settings.exp: New file.
8259
8260 2015-01-13 Doug Evans <dje@google.com>
8261
8262 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8263 binary.
8264
8265 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8266
8267 * Makefile.in (clean mostlyclean): Do not delete *.py.
8268
8269 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8270
8271 * gdb.python/py-lookup-type.exp: New file.
8272
8273 2015-01-12 Pedro Alves <palves@redhat.com>
8274
8275 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8276 restore GDBFLAGS before returning.
8277
8278 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8279
8280 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8281 is_amd64_regs_target and is_x86_like_target.
8282
8283 2015-01-11 Doug Evans <xdje42@gmail.com>
8284
8285 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8286 is given without an explicit form.
8287 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8288 attributes.
8289 * gdb.dwarf/corrupt.exp: Ditto.
8290 * gdb.dwarf2/enum-type.exp: Ditto.
8291 * gdb.trace/entry-values.exp: Ditto.
8292 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8293
8294 2015-01-11 Doug Evans <xdje42@gmail.com>
8295
8296 PR gdb/15830
8297 * gdb.base/maint.exp: Remove references to "maint demangle".
8298 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8299 Add tests for explicitly specifying language to demangle.
8300 * gdb.dlang/demangle.exp: Ditto.
8301
8302 2015-01-09 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.threads/non-stop-fair-events.c: New file.
8305 * gdb.threads/non-stop-fair-events.exp: New file.
8306
8307 2015-01-09 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8310 the global scope. Set a breakpoint after all threads are started
8311 rather than stepping over two source lines. Expect the prompt.
8312 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8313 global.
8314 (NUM): Now 15.
8315 (main): Use threads_started_barrier to wait for all threads to
8316 start. Main thread no longer calls thread_function. Exit after
8317 180 seconds.
8318 (loop): New function.
8319 (thread_function): Wait on threads_started_barrier barrier. Call
8320 'loop' at each iteration.
8321 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8322 threads have started, instead of hardcoding number of "next"
8323 steps. Use an access watchpoint instead of a write watchpoint.
8324
8325 2015-01-09 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8328 (thread_func): Wait on barrier.
8329 (main): Wait for all threads to start before stopping GDB.
8330 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8331 global.
8332 (thread1_func, thread2_func): Wait on barrier.
8333 (main): Wait for all threads to start before stopping GDB.
8334 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8335 New global.
8336 (thread1_func, thread2_func): Wait on barrier.
8337 (main): Wait for all threads to start before stopping GDB.
8338
8339 2015-01-09 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.threads/attach-many-short-lived-threads.c: New file.
8342 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8343
8344 2014-01-09 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8347 instead of to thread 2.
8348 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8349 Add barrier around each pthread_create call instead of around all
8350 calls.
8351 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8352 Set a break on thread_function and have the child threads hit it
8353 one at at a time.
8354
8355 2015-01-09 Pedro Alves <palves@redhat.com>
8356
8357 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8358 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8359 false.
8360 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8361 checking whether the target board is remote.
8362 * gdb.multi/multi-attach.exp: Likewise.
8363 * gdb.python/py-sync-interp.exp: Likewise.
8364 * gdb.server/ext-attach.exp: Likewise.
8365 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8366 tests that need to attach, instead of checking whether the target
8367 board is remote at the top of the file.
8368
8369 2015-01-08 Yao Qi <yao@codesourcery.com>
8370
8371 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8372
8373 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 Fix testcase compilation.
8376 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8377
8378 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8379
8380 * gdb.python/py-type.exp: Add a couple test about empty
8381 array creation, and negative-length array creation.
8382
8383 2015-01-02 Doug Evans <xdje42@gmail.com>
8384
8385 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8386
8387 2015-01-02 Doug Evans <dje@google.com>
8388
8389 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8390
8391 2014-12-29 Yao Qi <yao@codesourcery.com>
8392
8393 * gdb.trace/entry-values.exp: Update comments. Rename variable
8394 bar_call_foo to returned_from_foo.
8395
8396 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8397
8398 PR gdb/17394
8399 * gdb.linespec/break-asm-file.c: New file.
8400 * gdb.linespec/break-asm-file.exp: New file.
8401 * gdb.linespec/break-asm-file0.s: New file.
8402 * gdb.linespec/break-asm-file1.s: New file.
8403
8404 2014-12-18 Nigel Stephens <nigel@mips.com>
8405 Maciej W. Rozycki <macro@codesourcery.com>
8406
8407 * gdb.base/float.exp: Handle the new output from "info float" on
8408 MIPS targets.
8409
8410 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 Fix MinGW compilation.
8413 * gdb.compile/compile-ops.exp: Update untested message if
8414 !skip_compile_feature_tests.
8415 * gdb.compile/compile-setjmp.exp: Likewise.
8416 * gdb.compile/compile-tls.exp: Likewise.
8417 * gdb.compile/compile.exp: Likewise.
8418 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8419 supported on this host".
8420
8421 2014-12-16 Doug Evans <xdje42@gmail.com>
8422
8423 * boards/stabs.exp: New file.
8424
8425 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8426
8427 * gdb.base/completion.exp: Adjust to format changes of "maint
8428 print user-registers".
8429
8430 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8431
8432 PR server/17457
8433 * gdb.arch/aarch64-fp.c: New file.
8434 * gdb.arch/aarch64-fp.exp: New file.
8435
8436 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8437
8438 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8439 r210637, r210913, r211666, r215400, r215817).
8440
8441 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8442 * dg-extract-results.py: New file.
8443 * dg-extract-results.sh: Use it if the environment seems
8444 suitable.
8445
8446 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8447
8448 * dg-extract-results.py (parse_run): Handle warnings that
8449 are printed before a test harness is run.
8450
8451 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8452
8453 * dg-extract-results.py (Named): Remove __cmp__ method.
8454 (output_variation): Use a key to sort variation.harnesses.
8455
8456 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8457
8458 * dg-extract-results.py: For Python 3, force sys.stdout to
8459 handle surrogate escape sequences.
8460 (safe_open): New function.
8461 (output_segment, main): Use it.
8462
8463 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8464
8465 * dg-extract-results.py (Prog.result_re): Include options
8466 in test name.
8467
8468 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8469
8470 * dg-extract-results.py (output_variation): Always sort if
8471 do_sum.
8472
8473 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8474
8475 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8476 as long as we get pagination notifications.
8477
8478 2014-12-15 Jason Merrill <jason@redhat.com>
8479
8480 * Makefile.in (check-gdb.%): Restore.
8481 * README: Mention it.
8482
8483 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8484
8485 * gdb.ada/str_uninit: New testcase.
8486
8487 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8488
8489 PR symtab/17642
8490 * gdb.base/vla-stub-define.c: New file.
8491 * gdb.base/vla-stub.c: New file.
8492 * gdb.base/vla-stub.exp: New file.
8493
8494 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8495 Jan Kratochvil <jan.kratochvil@redhat.com>
8496 Tom Tromey <tromey@redhat.com>
8497
8498 * configure.ac: Add gdb.compile/.
8499 * configure: Regenerate.
8500 * gdb.compile/Makefile.in: New file.
8501 * gdb.compile/compile-ops.exp: New file.
8502 * gdb.compile/compile-ops.c: New file.
8503 * gdb.compile/compile-tls.c: New file.
8504 * gdb.compile/compile-tls.exp: New file.
8505 * gdb.compile/compile-constvar.S: New file.
8506 * gdb.compile/compile-constvar.c: New file.
8507 * gdb.compile/compile-mod.c: New file.
8508 * gdb.compile/compile-nodebug.c: New file.
8509 * gdb.compile/compile-setjmp-mod.c: New file.
8510 * gdb.compile/compile-setjmp.c: New file.
8511 * gdb.compile/compile-setjmp.exp: New file.
8512 * gdb.compile/compile-shlib.c: New file.
8513 * gdb.compile/compile.c: New file.
8514 * gdb.compile/compile.exp: New file.
8515 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8516
8517 2014-12-12 Tom Tromey <tromey@redhat.com>
8518
8519 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8520 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8521
8522 2014-12-12 Doug Evans <dje@google.com>
8523
8524 * lib/gdb-python.exp (get_python_valueof): New function.
8525 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8526
8527 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8528
8529 * gdb.base/completion.exp: Add test for completion of "info
8530 registers ".
8531
8532 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8533
8534 * gdb.base/func-ptrs.c: New file.
8535 * gdb.base/func-ptrs.exp: New file.
8536
8537 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8538
8539 PR breakpoints/17012
8540 * gdb.base/dprintf-detach.c: New file.
8541 * gdb.base/dprintf-detach.exp: New file.
8542
8543 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8544
8545 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8546 * lib/gdb.exp (target_is_gdbserver): New procedure.
8547
8548 2014-12-08 Doug Evans <dje@google.com>
8549
8550 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8551
8552 2014-12-05 Yao Qi <yao@codesourcery.com>
8553
8554 * gdb.guile/scm-error.exp: Remove the third argument to
8555 gdb_remote_download.
8556 * gdb.guile/scm-frame-args.exp: Likewise.
8557 * gdb.guile/scm-section-script.exp: Likewise.
8558
8559 2014-12-05 Yao Qi <yao@codesourcery.com>
8560
8561 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8562
8563 2014-12-04 Doug Evans <dje@google.com>
8564
8565 * gdb.python/py-objfile.exp: Add tests for
8566 objfile.add_separate_debug_file.
8567
8568 2014-12-04 Doug Evans <dje@google.com>
8569
8570 * lib/gdb.exp (get_build_id): New function.
8571 (build_id_debug_filename_get): Rewrite to use it.
8572 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8573
8574 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8575
8576 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8577 `method(long)', not just 0x0.
8578 * gdb.cp/nsalias.exp: Align code labels to 4.
8579 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8580 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8581 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8582 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8583 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8584 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8585
8586 2014-12-02 Doug Evans <dje@google.com>
8587
8588 PR symtab/17602
8589 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8590 * gdb.cp/anon-ns2.cc: ... here. New file.
8591 * gdb.cp/anon-ns.exp: Update.
8592
8593 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8594
8595 * gdb.python/py-events.py (inferior_call_handler): New.
8596 (register_changed_handler, memory_changed_handler): New.
8597 (test_events.invoke): Register new handlers.
8598 * gdb.python/py-events.exp: Add tests for inferior call,
8599 memory_changed and register_changed events.
8600
8601 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8602
8603 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8604 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8605 if the linker doesn't understand this.
8606
8607 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8608
8609 * gdb.python/python.exp: Change expected reply to help().
8610
8611 2014-12-01 Yao Qi <yao@codesourcery.com>
8612
8613 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8614 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8615 * configure: Re-generated.
8616
8617 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8618
8619 * gdb.cp/chained-calls.cc: New file.
8620 * gdb.cp/chained-calls.exp: New file.
8621 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8622
8623 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8626 * gdb.dwarf2/symtab-producer.exp: Same.
8627 * gdb.gdb/python-interrupts.exp: Same.
8628 * gdb.gdb/python-selftest.exp: Same.
8629 * gdb.python/py-linetable.exp: Same.
8630 * gdb.python/py-type.exp: Same.
8631 * gdb.python/py-value-cc.exp: Same.
8632 * gdb.python/py-value.exp: Same.
8633
8634 2014-11-28 Yao Qi <yao@codesourcery.com>
8635
8636 * gdb.base/break-probes.exp: Match library name prefixed with
8637 sysroot.
8638
8639 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8642 test expected output. Add parentheses for the call to print.
8643 Remove L suffix from integers.
8644
8645 2014-11-26 Doug Evans <dje@google.com>
8646
8647 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8648
8649 2014-11-22 Yao Qi <yao@codesourcery.com>
8650
8651 * gdb.trace/entry-values.c: Remove asms.
8652 (foo): Add foo_label.
8653 (bar): Add bar_label.
8654 * gdb.trace/entry-values.exp: Remove code computing foo's
8655 length and bar's length.
8656 (Dwarf::assemble): Invoke function_range for bar and use
8657 MACRO_AT_func for foo.
8658
8659 2014-11-22 Yao Qi <yao@codesourcery.com>
8660
8661 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8662 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8663 Use .Lgcc43_procstart instead of gcc43.
8664
8665 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8666
8667 * gdb.ada/n_arr_bound: New testcase.
8668
8669 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8670
8671 PR breakpoints/10737
8672 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8673 test_catch_syscall_multi_arch.
8674 (test_catch_syscall_multi_arch): New function.
8675
8676 2014-11-20 Doug Evans <xdje42@gmail.com>
8677
8678 * gdb.base/maint.exp: Update expected output.
8679
8680 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8681
8682 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8683 4-byte instruction on S390.
8684
8685 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8686
8687 * gdb.ada/arr_arr: New testcase.
8688
8689 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8690
8691 * gdb.ada/pkd_arr_elem: New Testcase.
8692
8693 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8694
8695 * gdb.reverse/break-precsave: Expect completion message for
8696 core file reads.
8697 * gdb.reverse/consecutive-precsave.exp: Likewise.
8698 * gdb.reverse/finish-precsave.exp: Likewise.
8699 * gdb.reverse/i386-precsave.exp: Likewise.
8700 * gdb.reverse/machinestate-precsave.exp: Likewise.
8701 * gdb.reverse/sigall-precsave.exp: Likewise.
8702 * gdb.reverse/solib-precsave.exp: Likewise.
8703 * gdb.reverse/step-precsave.exp: Likewise.
8704 * gdb.reverse/until-precsave.exp: Likewise.
8705 * gdb.reverse/watch-precsave.exp: Likewise.
8706
8707 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8708
8709 * gdb.base/bp-permanent.c: Include unistd.h.
8710 * gdb.python/py-framefilter-mi.c (main): Add return type.
8711 * gdb.python/py-framefilter.c (main): Likewise.
8712 * gdb.trace/actions-changed.c (main): Likewise.
8713
8714 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8715
8716 * gdb.mi/until.c: Add eye-catchers.
8717 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8718 line numbers.
8719
8720 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8721
8722 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8723 function header variants in break1.c.
8724 * gdb.base/ena-dis-br.exp: Likewise.
8725 * gdb.base/hbreak2.exp: Likewise.
8726 * gdb.reverse/until-precsave.exp: Drop references to removed
8727 non-prototype function header variants in ur1.c.
8728 * gdb.reverse/until-reverse.exp: Likewise.
8729
8730 2014-11-17 Petr Machata <pmachata@redhat.com>
8731
8732 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8733 ${_cu_offset_size} bytes abbrev offset.
8734
8735 2014-11-15 Doug Evans <xdje42@gmail.com>
8736
8737 PR symtab/17559
8738 * gdb.base/line-symtabs.exp: New file.
8739 * gdb.base/line-symtabs.c: New file.
8740 * gdb.base/line-symtabs.h: New file.
8741
8742 2014-11-14 Yao Qi <yao@codesourcery.com>
8743
8744 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8745 (func): Add label func_label.
8746 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8747 Replace low_pc and high_pc with MACRO_AT_range.
8748 Replace name, low_pc and high_pc with MACRO_AT_func.
8749
8750 2014-11-14 Yao Qi <yao@codesourcery.com>
8751
8752 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8753 Replace name, low_pc and high_pc with MACRO_AT_func.
8754
8755 2014-11-14 Yao Qi <yao@codesourcery.com>
8756
8757 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8758 produce debug information.
8759 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8760
8761 2014-11-14 Yao Qi <yao@codesourcery.com>
8762
8763 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8764 object and get function length.
8765 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8766 with MACRO_AT_func.
8767 (top-level): Replace gdb_compile and clean_restart with
8768 prepare_for_testing.
8769 * gdb.dwarf2/main.c (main): Add label main_label.
8770
8771 2014-11-14 Yao Qi <yao@codesourcery.com>
8772
8773 * lib/dwarf.exp (function_range): New procedure.
8774 (Dwarf::_handle_macro_at_func): New procedure.
8775 (Dwarf::_handle_macro_at_range): New procedure.
8776 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8777
8778 2014-11-14 Yao Qi <yao@codesourcery.com>
8779
8780 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8781 (_handle_attribute): New procedure.
8782
8783 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8784
8785 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8786 * gdb.base/call-sc.c (zed): Likewise.
8787 * gdb.base/checkpoint.c (main): Likewise.
8788 * gdb.base/dump.c (main): Likewise.
8789 * gdb.base/gcore.c (main): Likewise.
8790 * gdb.base/huge.c (main): Likewise.
8791 * gdb.base/multi-forks.c (main): Likewise.
8792 * gdb.base/pr10179-a.c (main): Likewise.
8793 * gdb.base/savedregs.c (main): Likewise.
8794 * gdb.base/sigaltstack.c (main): Likewise.
8795 * gdb.base/siginfo.c (main): Likewise.
8796 * gdb.base/structs.c (zed): Likewise.
8797 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8798 * gdb.mi/mi-syn-frame.c (main): Likewise.
8799 * gdb.mi/until.c (foo, main): Likewise.
8800 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8801 * gdb.base/solib-weak.c (foo): Declare.
8802 * gdb.base/attach-twice.c: Include stdio.h.
8803 * gdb.base/weaklib1.c: Likewise.
8804 * gdb.base/weaklib2.c: Likewise.
8805 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8806 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8807 unistd.h.
8808 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8809 * gdb.mi/mi-exit-code.c: Likewise.
8810 * gdb.base/break-interp-lib.c: Include string.h.
8811 * gdb.base/coremaker.c: Likewise.
8812 * gdb.base/testenv.c: Likewise.
8813 * gdb.python/py-finish-breakpoint.c: Likewise.
8814 * gdb.base/inferior-died.c: Include sys/wait.h.
8815 * gdb.base/fileio.c: Include time.h.
8816 * gdb.base/async-shell.c: Include unistd.h.
8817 * gdb.base/dprintf-non-stop.c: Likewise.
8818 * gdb.base/info-os.c: Likewise.
8819 * gdb.mi/mi-console.c: Likewise.
8820 * gdb.mi/watch-nonstop.c: Likewise.
8821 * gdb.python/py-events.c: Likewise.
8822 * gdb.base/async.c (baz): Move up before its invocation.
8823 * gdb.base/code_elim2.c (my_global_func): Likewise.
8824 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8825 * gdb.base/advance.c (func2): Likewise.
8826
8827 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8828
8829 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8830 variant.
8831 * gdb.base/annota3.c: Likewise.
8832 * gdb.base/async.c: Likewise.
8833 * gdb.base/average.c: Likewise.
8834 * gdb.base/call-ar-st.c: Likewise.
8835 * gdb.base/call-rt-st.c: Likewise.
8836 * gdb.base/call-sc.c: Likewise.
8837 * gdb.base/call-strs.c: Likewise.
8838 * gdb.base/ending-run.c: Likewise.
8839 * gdb.base/execd-prog.c: Likewise.
8840 * gdb.base/exprs.c: Likewise.
8841 * gdb.base/foll-exec.c: Likewise.
8842 * gdb.base/foll-fork.c: Likewise.
8843 * gdb.base/foll-vfork.c: Likewise.
8844 * gdb.base/funcargs.c: Likewise.
8845 * gdb.base/gcore.c: Likewise.
8846 * gdb.base/jump.c: Likewise.
8847 * gdb.base/langs0.c: Likewise.
8848 * gdb.base/langs1.c: Likewise.
8849 * gdb.base/langs2.c: Likewise.
8850 * gdb.base/mips_pro.c: Likewise.
8851 * gdb.base/nodebug.c: Likewise.
8852 * gdb.base/opaque0.c: Likewise.
8853 * gdb.base/opaque1.c: Likewise.
8854 * gdb.base/recurse.c: Likewise.
8855 * gdb.base/run.c: Likewise.
8856 * gdb.base/scope0.c: Likewise.
8857 * gdb.base/scope1.c: Likewise.
8858 * gdb.base/setshow.c: Likewise.
8859 * gdb.base/setvar.c: Likewise.
8860 * gdb.base/shmain.c: Likewise.
8861 * gdb.base/shr1.c: Likewise.
8862 * gdb.base/shr2.c: Likewise.
8863 * gdb.base/sigall.c: Likewise.
8864 * gdb.base/signals.c: Likewise.
8865 * gdb.base/so-indr-cl.c: Likewise.
8866 * gdb.base/solib2.c: Likewise.
8867 * gdb.base/structs.c: Likewise.
8868 * gdb.base/sum.c: Likewise.
8869 * gdb.base/vforked-prog.c: Likewise.
8870 * gdb.base/watchpoint.c: Likewise.
8871 * gdb.reverse/shr2.c: Likewise.
8872 * gdb.reverse/until-reverse.c: Likewise.
8873 * gdb.reverse/ur1.c: Likewise.
8874 * gdb.reverse/watch-reverse.c: Likewise.
8875
8876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8877
8878 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8879 variant.
8880 * gdb.base/sepdebug.exp: Drop references to removed code.
8881
8882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8883
8884 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8885 variant. Preserve original line numbering.
8886 * gdb.base/list1.c: Likewise.
8887
8888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8889
8890 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8891 variant.
8892 * gdb.base/break1.c: Likewise.
8893 * gdb.base/break.exp: Drop references to removed code.
8894
8895 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8896
8897 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8898 variant.
8899
8900 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8901
8902 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8903
8904 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8905
8906 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8907 logic into perform_all_tests() and invoke it with and without
8908 function header prototypes.
8909 (do_function_calls): Remove conditional XFAIL for PR 5318.
8910 (rerun_and_prepare): Remove duplicate code.
8911 (perform_all_tests): New. Main logic moved here.
8912
8913 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8914
8915 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8916 code guarded by #ifdef NO_PROTOTYPES.
8917 (t_double_many_args): Likewise.
8918 (DEF_FUNC_MANY_ARGS_1): Likewise.
8919 (DEF_FUNC_VALUES_1): Likewise.
8920 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8921 guarded by #ifdef PROTOTYPES.
8922
8923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8924
8925 * gdb.mi/mi-console.c: Add eye-catcher.
8926 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8927 instead of literal line number.
8928
8929 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8930
8931 * gdb.base/shr2.c: Add eye-catcher.
8932 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8933 line number.
8934
8935 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8936
8937 * gdb.base/jump.c: Add eye-catchers.
8938 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8939 numbers.
8940
8941 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8942
8943 * gdb.base/execd-prog.c: Add eye-catchers.
8944 * gdb.base/foll-exec.c: Likewise.
8945 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8946 line numbers.
8947
8948 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8949
8950 * gdb.base/ending-run.c: Add eye-catchers.
8951 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8952 literal line numbers.
8953
8954 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8955
8956 * gdb.base/call-rt-st.c: Add eye-catchers.
8957 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8958 literal line numbers.
8959
8960 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8961
8962 * gdb.base/call-ar-st.c: Add eye-catchers.
8963 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8964 literal line numbers.
8965
8966 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8967
8968 * gdb.base/average.c: Add eye-catchers.
8969 * gdb.base/sum.c: Likewise.
8970 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8971 regexps dynamically.
8972
8973 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8974
8975 * gdb.base/solib1.c: Add eye-catchers.
8976 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8977 literal line numbers.
8978
8979 2014-11-12 Pedro Alves <palves@redhat.com>
8980
8981 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8982 leader has exited.
8983
8984 2014-11-12 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.arch/i386-bp_permanent.c: New file.
8987 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8988 (srcfile): Set to i386-bp_permanent.c.
8989 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8990 that stepi does not execute the 'leave' instruction, instead of
8991 testing it does execute.
8992 * gdb.base/bp-permanent.c: New file.
8993 * gdb.base/bp-permanent.exp: New file.
8994
8995 2014-11-10 Doug Evans <xdje42@gmail.com>
8996
8997 PR symtab/17564
8998 * gdb.base/symtab-search-order.exp: New file.
8999 * gdb.base/symtab-search-order.c: New file.
9000 * gdb.base/symtab-search-order-1.c: New file.
9001 * gdb.base/symtab-search-order-shlib-1.c: New file.
9002
9003 2014-11-07 Pedro Alves <palves@redhat.com>
9004
9005 PR gdb/17511
9006 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9007 i?86-*-linux*.
9008
9009 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9010
9011 PR c++/17494
9012 * gdb.cp/pr17494.cc: New file.
9013 * gdb.cp/pr17494.exp: New file.
9014
9015 2014-11-02 Yao Qi <yao@codesourcery.com>
9016
9017 * gdb.python/python.exp: Get working directory and match the
9018 output of "set extended-prompt \\w " with it.
9019
9020 2014-10-30 Doug Evans <dje@google.com>
9021
9022 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9023 in objfiles.
9024 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9025 in progspaces.
9026
9027 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9028
9029 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9030 * gdb.base/realname-expand.exp: Likewise.
9031 * gdb.linespec/macro-relative.exp: Likewise.
9032
9033 2014-10-29 Pedro Alves <palves@redhat.com>
9034
9035 PR gdb/17408
9036 * gdb.threads/schedlock.c (some_function): New function.
9037 (call_function): New global.
9038 (MAYBE_CALL_SOME_FUNCTION): New macro.
9039 (thread_function): Call it.
9040 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9041 and use it instead of a global counter. Adjust all callers.
9042 (get_current_thread): Use "find current thread" for test message
9043 here rather than having all callers pass down the same string.
9044 (goto_loop): New procedure, factored out from ...
9045 (my_continue): ... this.
9046 (step_ten_loops): Change parameter from test message to command to
9047 use. Adjust.
9048 (list_count): Delete global.
9049 (check_result): New procedure, factored out from duplicate top
9050 level code.
9051 (continue tests): Wrap in with_test_prefix.
9052 (test_step): New procedure, factored out from duplicate top level
9053 code.
9054 (top level): Test "step" in combination with all scheduler-locking
9055 modes. Test "next" in combination with all scheduler-locking
9056 modes, and in combination with stepping over a function call or
9057 not.
9058 * gdb.threads/next-bp-other-thread.c: New file.
9059 * gdb.threads/next-bp-other-thread.exp: New file.
9060
9061 2014-10-29 Pedro Alves <palves@redhat.com>
9062
9063 PR python/17372
9064 * gdb.python/python.exp: Test a multi-line command that spawns
9065 interactive Python.
9066 * gdb.base/multi-line-starts-subshell.exp: New file.
9067
9068 2014-10-29 Yao Qi <yao@codesourcery.com>
9069
9070 * gdb.base/fileio.exp: Make directories on host.
9071
9072 2014-10-29 Yao Qi <yao@codesourcery.com>
9073
9074 * gdb.base/fileio.c (test_write): Close the file.
9075
9076 2014-10-28 Pedro Alves <palves@redhat.com>
9077
9078 PR gdb/12623
9079 * gdb.base/sigstep.c (no_handler): New global.
9080 (main): If 'no_handler is true, set the signal handlers to
9081 SIG_IGN.
9082 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9083 with_sw_watch and no_handler parameters. Handle them.
9084 (top level) <stepping over handler when stopped at a breakpoint
9085 test>: Add a test axis for testing with a software watchpoint, and
9086 another for testing with the signal handler set to SIG_IGN.
9087 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9088 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9089
9090 2014-10-28 Pedro Alves <palves@redhat.com>
9091
9092 PR gdb/17511
9093 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9094 * gdb.base/sigstep.exp (other_handler_location): New global.
9095 (advance): Support stepping into the signal handler, and running
9096 commands while in the handler.
9097 (in_handler_map): New global.
9098 (top level): In the advance test, add combinations for getting
9099 into the handler with stepping commands, and for running commands
9100 in the handler. Add comment descripting the advancei tests.
9101
9102 2014-10-28 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.base/sigstep.exp: Use build_executable instead of
9105 prepare_for_testing.
9106 (top level): Move code that starts GDB, runs to main and creates a
9107 display to ...
9108 (restart): ... this new procedure.
9109 (top level): Move backtrace from signal handler test to ...
9110 (validate_backtrace): ... this new procedure.
9111 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9112 with_test_prefix. Always restart GDB.
9113 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9114 with_test_prefix. Always restart GDB. No need to delete
9115 breakpoints after the test.
9116 (test_skip_handler): Remove prefix parameter.
9117 (skip_over_handler, breakpoint_to_handler)
9118 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9119 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9120 restart GDB. No need to delete breakpoints after the test.
9121 (top level): Use foreach to call the test procedures with
9122 different commands.
9123
9124 2014-10-28 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9127 instead of GNATS numbers.
9128 * gdb.base/sigbpt.exp: Likewise.
9129 * gdb.base/siginfo.exp: Likewise.
9130 * gdb.base/sigstep.exp: Likewise.
9131
9132 2014-10-27 Pedro Alves <palves@redhat.com>
9133
9134 * gdb.base/sigstep.c (dummy): New global.
9135 (main): Issue a couple writes to the new global.
9136 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9137 procedures.
9138 (skip_over_handler): Use test_skip_handler.
9139 (top level): Call skip_over_handler for stepi and nexti too.
9140 (breakpoint_over_handler): Use test_skip_handler.
9141 (top level): Call breakpoint_over_handler for stepi and nexti too.
9142
9143 2014-10-27 Yao Qi <yao@codesourcery.com>
9144
9145 * gdb.trace/tfile.c (adjust_function_address)
9146 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9147 function descriptor.
9148
9149 2014-10-24 Don Breazeal <donb@codesourcery.com>
9150
9151 * gdb.base/foll-fork.exp (test_follow_fork,
9152 catch_fork_child_follow): Check for updated fork messages emitted
9153 from infrun.c.
9154 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9155 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9156 vfork_and_exec_child_follow_through_step): Check for updated vfork
9157 messages emitted from infrun.c.
9158
9159 2014-10-24 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.base/corefile.exp: Remove references to ultrix.
9162 * gdb.base/interrupt.exp: Likewise.
9163 * gdb.base/whatis.exp: Likewise.
9164 * gdb.gdb/selftest.exp: Likewise.
9165 * gdb.threads/manythreads.exp: Likewise.
9166 * gdb.threads/print-threads.exp: Likewise.
9167 * gdb.threads/pthreads.exp:: Likewise.
9168 * gdb.threads/schedlock.exp: Likewise.
9169
9170 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9171
9172 * gdb.cp/non-trivial-retval.cc: Add a test case.
9173 * gdb.cp/non-trivial-retval.exp: Add a test.
9174
9175 2014-10-20 Yao Qi <yao@codesourcery.com>
9176
9177 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9178 * gdb.python/py-objfile-script-gdb.py: New file.
9179 * gdb.python/py-objfile-script.exp: Update reference to
9180 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9181 of remote_download. Remove the dest file.
9182
9183 2014-10-20 Yao Qi <yao@codesourcery.com>
9184
9185 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9186 * gdb.base/step-line.exp: Likewise.
9187 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9188 * gdb.dwarf2/dw2-basic.exp: Likewise.
9189 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9190 * gdb.dwarf2/dw2-filename.exp: Likewise.
9191 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9192 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9193 * gdb.dwarf2/dw2-producer.exp: Likewise.
9194 * gdb.dwarf2/mac-fileno.exp: Likewise.
9195 * gdb.python/py-frame-args.exp: Likewise.
9196 * gdb.python/py-framefilter.exp: Likewise.
9197 * gdb.python/py-mi.exp: Likewise.
9198 * gdb.python/py-objfile-script.exp: Likewise
9199 * gdb.python/py-pp-integral.exp: Likewise.
9200 * gdb.python/py-pp-re-notag.exp: Likewise.
9201 * gdb.python/py-prettyprint.exp: Likewise.
9202 * gdb.python/py-section-script.exp: Likewise.
9203 * gdb.python/py-typeprint.exp: Likewise.
9204 * gdb.python/py-xmethods.exp: Likewise.
9205 * gdb.stabs/weird.exp: Likewise.
9206 * gdb.xml/tdesc-regs.exp: Likewise.
9207
9208 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9209
9210 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9211 (out_cu): Use addr_len for the size of addresses.
9212 (out_line): Likewise. Size DW_LNE_set_address instruction
9213 according to addr_len.
9214 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9215 (FUNC): Add START_INSNS to definition.
9216
9217 2014-10-18 Yao Qi <yao@codesourcery.com>
9218
9219 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9220 gdb_has_argv0 return true.
9221 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9222 check [target_info exists noargs], check [gdb_has_argv0]
9223 instead.
9224 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9225 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9226 procedures.
9227
9228 2014-10-17 Doug Evans <dje@google.com>
9229
9230 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9231 event.
9232 * gdb.python/py-events.py: Add clear_objfiles event.
9233
9234 2014-10-17 Doug Evans <dje@google.com>
9235
9236 * gdb.python/py-objfile.exp: Test progspace attribute.
9237
9238 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9239
9240 * gdb.guile/scm-breakpoint.exp: Do not assume any
9241 directory separators when matching source file paths.
9242 * gdb.python/py-breakpoint.exp: Likewise.
9243 * gdb.reverse/break-precsave.exp: Likewise.
9244 * gdb.reverse/break-reverse.exp: Likewise.
9245 * gdb.reverse/consecutive-precsave.exp: Likewise.
9246 * gdb.reverse/finish-precsave.exp: Likewise.
9247 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9248 * gdb.reverse/finish-reverse.exp: Likewise.
9249 * gdb.reverse/i386-precsave.exp: Likewise.
9250 * gdb.reverse/i387-env-reverse.exp: Likewise.
9251 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9252 * gdb.reverse/machinestate-precsave.exp: Likewise.
9253 * gdb.reverse/machinestate.exp: Likewise.
9254 * gdb.reverse/sigall-precsave.exp: Likewise.
9255 * gdb.reverse/solib-precsave.exp: Likewise.
9256 * gdb.reverse/step-precsave.exp: Likewise.
9257 * gdb.reverse/until-precsave.exp: Likewise.
9258 * gdb.reverse/watch-precsave.exp: Likewise.
9259 * gdb.reverse/watch-reverse.exp: Likewise.
9260
9261 2014-10-17 Yao Qi <yao@codesourcery.com>
9262
9263 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9264 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9265
9266 2014-10-17 Pedro Alves <palves@redhat.com>
9267
9268 PR gdb/17471
9269 * gdb.base/bg-execution-repeat.c: New file.
9270 * gdb.base/bg-execution-repeat.exp: New file.
9271
9272 2014-10-17 Pedro Alves <palves@redhat.com>
9273
9274 PR gdb/17300
9275 * gdb.base/continue-all-already-running.c: New file.
9276 * gdb.base/continue-all-already-running.exp: New file.
9277
9278 2014-10-17 Pedro Alves <palves@redhat.com>
9279
9280 PR gdb/17472
9281 * gdb.base/annota-input-while-running.c: New file.
9282 * gdb.base/annota-input-while-running.exp: New file.
9283
9284 2014-10-17 Pedro Alves <palves@redhat.com>
9285
9286 * gdb.base/callfuncs.exp: emove references to osf.
9287 * gdb.base/sigall.exp: Likewise.
9288 * gdb.gdb/selftest.exp: Likewise.
9289 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9290 * gdb.mi/non-stop.c: Likewise.
9291 * gdb.mi/pthreads.c: Likewise.
9292 * gdb.reverse/sigall-precsave.exp: Likewise.
9293 * gdb.reverse/sigall-reverse.exp: Likewise.
9294 * gdb.threads/pthreads.c: Likewise.
9295 * gdb.threads/pthreads.exp: Likewise.
9296
9297 2014-10-17 Yao Qi <yao@codesourcery.com>
9298
9299 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9300 check 'target_info exists noargs'.
9301 (test_command_prompt_position): Likewise.
9302 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9303 Remove "set args".
9304 (progvar_simple_while_test): Likewise.
9305 (progvar_complex_if_while_test): Likewise.
9306 (if_while_breakpoint_command_test): Likewise.
9307 (infrun_breakpoint_command_test): Likewise.
9308 (breakpoint_command_test): Likewise.
9309 (watchpoint_command_test): Likewise.
9310 (bp_deleted_in_command_test): Likewise.
9311 (temporary_breakpoint_commands): Likewise.
9312
9313 2014-10-16 Yao Qi <yao@codesourcery.com>
9314
9315 * gdb.base/remotetimeout.exp: Remove noargs checking.
9316
9317 2014-10-15 Pedro Alves <palves@redhat.com>
9318
9319 PR breakpoints/9649
9320 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9321 * gdb.base/breakpoint-in-ro-region.exp
9322 (probe_target_hardware_step): New procedure.
9323 (top level): Probe hardware stepping and hardware breakpoint
9324 support. Test stepping through a read-only region, with both
9325 "breakpoint auto-hw" on and off and both "always-inserted" on and
9326 off.
9327
9328 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9329
9330 * gdb.dlang/demangle.exp: Update for demangling changes.
9331
9332 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9333
9334 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9335 * gdb.cp/non-trivial-retval.exp: Add new tests.
9336
9337 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9338
9339 PR c++/13403
9340 PR c++/15154
9341 * gdb.cp/non-trivial-retval.cc: New file.
9342 * gdb.cp/non-trivial-retval.exp: New file.
9343
9344 2014-10-15 Yao Qi <yao@codesourcery.com>
9345
9346 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9347 remote host.
9348
9349 2014-10-15 Yao Qi <yao@codesourcery.com>
9350
9351 * gdb.python/py-symbol.exp: Match file base name if host is
9352 remote, otherwise match file name with dir name.
9353 * gdb.python/py-symtab.exp: Likewise.
9354 * gdb.python/python.exp: Likewise.
9355
9356 2014-10-15 Yao Qi <yao@codesourcery.com>
9357
9358 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9359 pattern.
9360 * gdb.python/py-symtab.exp: Likewise.
9361 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9362 locationn.
9363
9364 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9365
9366 * gdb.ada/addr_arith: New testcase.
9367
9368 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9369
9370 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9371 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9372 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9373 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9374
9375 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9376
9377 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9378 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9379 * gdb.arch/stap-eval-lang-ada.exp: New file.
9380
9381 2014-10-14 Yao Qi <yao@codesourcery.com>
9382
9383 * gdb.mi/mi-var-child.c (nothing1): New function.
9384 (nothing2): New function.
9385 (do_children_tests): Set function pointers by nothing1 and
9386 nothing2.
9387 * gdb.mi/mi-var-child.exp: Step over new added statements.
9388 Update test to match the new output.
9389 * gdb.mi/var-cmd.c (nothing1): New function.
9390 (nothing2): New function.
9391 (do_children_tests): Set function pointers by nothing1 and
9392 nothing2.
9393 * gdb.mi/mi-var-display.exp: Update test to match output.
9394 Step to the line specified by $line_dct_nothing.
9395 Increase the number of lines to step.
9396
9397 2014-10-14 Yao Qi <yao@codesourcery.com>
9398
9399 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9400 tests.
9401 * gdb.mi/mi2-var-child.exp: Likewise.
9402
9403 2014-10-13 Doug Evans <dje@google.com>
9404
9405 * gdb.python/py-objfile.exp: Change name of file name test.
9406
9407 2014-10-13 Doug Evans <dje@google.com>
9408
9409 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9410 from the start of the CU.
9411
9412 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9413 Yao Qi <yao@codesourcery.com>
9414
9415 Fix "save breakpoints" for "catch" command.
9416 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9417 Remove -nonewline. Match also the added "main" line.
9418
9419 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 Fix "save breakpoints" for "disable $bpnum" command.
9422 * gdb.base/save-bp.c (main): Add label.
9423 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9424
9425 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9428
9429 2014-10-11 Yao Qi <yao@codesourcery.com>
9430
9431 * gdb.server/server-kill.exp: Execute command
9432 "set remote trace-status-packet on" before "tstatus".
9433
9434 2014-10-11 Yao Qi <yao@codesourcery.com>
9435
9436 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9437 (main): Call getppid.
9438 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9439 and continue to it. Read variable "server_pid".
9440
9441 2014-10-11 Yao Qi <yao@codesourcery.com>
9442
9443 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9444
9445 2014-10-11 Yao Qi <yao@codesourcery.com>
9446
9447 * gdb.threads/thread-find.exp: Don't execute command
9448 "info threads".
9449 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9450 * gdb.threads/linux-dp.exp: Don't check the condition
9451 $threads_created equals to zero.
9452
9453 2014-10-10 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.base/bigcore.exp: Remove references to IRIX.
9456 * gdb.base/funcargs.exp: Likewise.
9457 * gdb.base/interrupt.exp: Likewise.
9458 * gdb.base/mips_pro.exp: Likewise.
9459 * gdb.base/nodebug.exp: Likewise.
9460 * gdb.base/setvar.exp: Likewise.
9461 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9462
9463 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9464 Pedro Alves <palves@redhat.com>
9465
9466 PR symtab/14466
9467 * gdb.base/vdso-warning.c: New file.
9468 * gdb.base/vdso-warning.exp: New file.
9469
9470 2014-10-02 Doug Evans <dje@google.com>
9471
9472 * gdb.base/structs.c (main): Don't run forever.
9473
9474 2014-10-02 Pedro Alves <palves@redhat.com>
9475
9476 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9477 (top level) <stop threads 1, stop threads 2>: Use it.
9478
9479 2014-10-02 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.threads/break-while-running.exp (test): Add new
9482 'update_thread_list' argument. Skip "info threads" if false.
9483 (top level): Add new 'update_thread_list' axis.
9484
9485 2014-10-02 Pedro Alves <palves@redhat.com>
9486
9487 PR breakpoints/17431
9488 * gdb.base/execl-update-breakpoints.c: New file.
9489 * gdb.base/execl-update-breakpoints.exp: New file.
9490
9491 2014-10-01 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/breakpoint-in-ro-region.c: New file.
9494 * gdb.base/breakpoint-in-ro-region.exp: New file.
9495
9496 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9497
9498 * gdb.mi/mi-exit-code.exp: New file.
9499 * gdb.mi/mi-exit-code.c: New file.
9500
9501 2014-09-30 Yao Qi <yao@codesourcery.com>
9502
9503 * lib/prelink-support.exp (build_executable_own_libs): Error if
9504 the target isn't native.
9505
9506 2014-09-30 Yao Qi <yao@codesourcery.com>
9507
9508 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9509 false.
9510
9511 2014-09-22 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.threads/break-while-running.exp: New file.
9514 * gdb.threads/break-while-running.c: New file.
9515
9516 2014-09-19 Yao Qi <yao@codesourcery.com>
9517
9518 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9519 Invoke test. Restart GDB with --readnow and invoke test again.
9520
9521 2014-09-19 Yao Qi <yao@codesourcery.com>
9522
9523 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9524 proc set_breakpoint_on_gcd_function. Invoke
9525 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9526 invoke set_breakpoint_on_gcd_function again.
9527
9528 2014-09-18 Doug Evans <dje@google.com>
9529
9530 * gdb.dwarf2/symtab-producer.exp: New file.
9531
9532 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9533
9534 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9535 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9536 * gdb.base/global-var-nested-by-dso.c: Likewise.
9537 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9538
9539 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9540 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.base/watch-bitfields.exp: Pass string other than test file
9543 name to prepare_for_testing.
9544 (watch): New procedure.
9545 (expect_watchpoint): Use with_test_prefix.
9546 (top level): Factor out tests to ...
9547 (test_watch_location, test_regular_watch): ... these new
9548 procedures, and use with_test_prefix and gdb_continue_to_end.
9549
9550 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9551
9552 PR breakpoints/12526
9553 * gdb.base/watch-bitfields.exp: New file.
9554 * gdb.base/watch-bitfields.c: New file.
9555
9556 2014-09-16 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9559 software and hardware addresses, not software address against
9560 itself.
9561
9562 2014-09-16 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9565 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9566
9567 2014-09-16 Pedro Alves <palves@redhat.com>
9568
9569 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9570 files.
9571 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9572 "*-*-vxworks*" throughout.
9573 * gdb.base/break.exp: Likewise.
9574 * gdb.base/default.exp: Likewise.
9575 * gdb.base/scope.exp: Likewise.
9576 * gdb.base/sepdebug.exp: Likewise.
9577 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9578 throughout.
9579 * gdb.base/run.c: Likewise.
9580 * gdb.base/sepdebug.c: Likewise.
9581 * gdb.hp/gdb.aCC/run.c: Likewise.
9582 * gdb.reverse/until-reverse.c: Likewise.
9583 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9584
9585 2014-09-16 Yao Qi <yao@codesourcery.com>
9586
9587 * boards/local-remote-host-native.exp: New file.
9588
9589 2014-09-14 Doug Evans <xdje42@gmail.com>
9590
9591 * gdb.threads/queue-signal.c (thread_count): New variable.
9592 (thread_count_mutex, thread_count_condvar): New variables.
9593 (incr_thread_count, wait_all_threads_running): New functions.
9594 (main): Wait for all threads to be in their thread functions.
9595
9596 2014-09-13 Doug Evans <xdje42@gmail.com>
9597
9598 * gdb.threads/queue-signal.c: New file.
9599 * gdb.threads/queue-signal.exp: New file.
9600
9601 2014-09-13 Doug Evans <xdje42@gmail.com>
9602
9603 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9604 be consistent with what default_gdb_init uses.
9605 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9606 the plain text of the prompt. Add some logging printfs.
9607 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9608
9609 2014-09-12 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9612 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9613 * gdb.arch/i386-size-overlap.exp: Likewise.
9614 * gdb.arch/i386-size.exp: Likewise.
9615 * gdb.arch/i386-unwind.exp: Likewise.
9616 * gdb.base/a2-run.exp: Likewise.
9617 * gdb.base/break.exp: Likewise.
9618 * gdb.base/charset.exp: Likewise.
9619 * gdb.base/chng-syms.exp: Likewise.
9620 * gdb.base/commands.exp: Likewise.
9621 * gdb.base/dbx.exp: Likewise.
9622 * gdb.base/find.exp: Likewise.
9623 * gdb.base/funcargs.exp: Likewise.
9624 * gdb.base/jit-simple.exp: Likewise.
9625 * gdb.base/reread.exp: Likewise.
9626 * gdb.base/sepdebug.exp: Likewise.
9627 * gdb.base/step-bt.exp: Likewise.
9628 * gdb.cp/mb-inline.exp: Likewise.
9629 * gdb.cp/mb-templates.exp: Likewise.
9630 * gdb.objc/basicclass.exp: Likewise.
9631 * gdb.threads/killed.exp: Likewise.
9632
9633 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9634
9635 PR tdep/17379
9636 * gdb.arch/powerpc-stackless.S: New file.
9637 * gdb.arch/powerpc-stackless.exp: New file.
9638
9639 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9640
9641 * gdb.base/attach.c: Include unistd.h.
9642 (main): Call alarm. Add label postloop.
9643 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9644 gdb_breakpoint, gdb_continue_to_breakpoint.
9645 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9646
9647 2014-09-11 Pedro Alves <palves@redhat.com>
9648
9649 PR gdb/17347
9650 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9651 * gdb.base/attach.exp (test_command_line_attach_run): New
9652 procedure.
9653 (top level): Call it.
9654
9655 2014-09-11 Pedro Alves <palves@redhat.com>
9656
9657 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9658 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9659 (do_command_attach_tests): Use spawn_wait_for_attach.
9660 * gdb.base/solib-overlap.exp: Likewise.
9661 * gdb.multi/multi-attach.exp: Likewise.
9662 * gdb.python/py-prompt.exp: Likewise.
9663 * gdb.python/py-sync-interp.exp: Likewise.
9664 * gdb.server/ext-attach.exp: Likewise.
9665
9666 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9667
9668 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9669 command in testcase. Simplify testcase.
9670
9671 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9672
9673 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9674
9675 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9676
9677 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9678
9679 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9680
9681 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9682
9683 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9684
9685 * gdb.dwarf2/dynarr-ptr.c: New file.
9686 * gdb.dwarf2/dynarr-ptr.exp: New file.
9687
9688 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9689
9690 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9691 of 30 rather than hardcoding 120 for a slow test case. Take the
9692 `gdb,timeout' target setting into account for this calculation.
9693 Don't extend the timeout for the test cases that don't need it.
9694
9695 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9696
9697 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9698 a factor of 2 for a slow test case. Take the `gdb,timeout'
9699 target setting into account for this calculation.
9700 * gdb.reverse/until-precsave.exp: Increase the timeout by
9701 a factor of 15 and 3 respectively rather than adding 120
9702 for a pair of slow test cases. Take the `gdb,timeout'
9703 target setting into account for this calculation.
9704
9705 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9706
9707 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9708 timeout, don't pass one down to gdb_expect.
9709 (gdb_expect): Rework timeout selection.
9710
9711 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9712
9713 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9714 exception on timeout.
9715 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9716 (gdbserver_start_extended): Catch any `gdbserver_start' error
9717 exceptions.
9718 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9719 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9720 `gdbserver_gdb_load' error exceptions.
9721
9722 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9723
9724 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9725 120 on waiting for the TCP socket to open.
9726
9727 2014-09-09 Doug Evans <xdje42@gmail.com>
9728
9729 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9730 _caller_matches, _any_caller_is, _any_caller_matches.
9731
9732 2014-09-09 Doug Evans <xdje42@gmail.com>
9733
9734 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9735
9736 2014-09-09 Yao Qi <yao@codesourcery.com>
9737
9738 * gdb.mi/mi-var-display.exp: Set print symbol off.
9739
9740 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9741
9742 PR gdb/17035
9743 * gdb.base/commands.exp: Add tests to verify user-defined
9744 commands with empty bodies.
9745 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9746 python commands in `show user command`.
9747 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9748 scheme commands in `show user command`.
9749
9750 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9751
9752 PR python/17355
9753 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9754 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9755 * gdb.python/py-framefilter-invalidarg.exp: New file.
9756 * gdb.python/py-framefilter-invalidarg.py: New file.
9757
9758 2014-09-06 Doug Evans <xdje42@gmail.com>
9759
9760 PR 15276
9761 * gdb.python/py-caller-is.c: New file.
9762 * gdb.python/py-caller-is.exp: New file.
9763
9764 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9765
9766 PR gdb/17235
9767 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9768 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9769
9770 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9771
9772 PR fortran/17237
9773 * gdb.fortran/print-formatted.exp: New file.
9774 * gdb.fortran/print-formatted.f90: Likewise.
9775
9776 2014-09-03 Sasha Smundak <asmundak@google.com>
9777
9778 * gdb.python/py-frame.exp: Test Frame.read_register.
9779
9780 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9781
9782 PR python/16699
9783 * gdb.python/py-completion.exp: New file.
9784 * gdb.python/py-completion.py: Likewise.
9785
9786 2014-08-28 Doug Evans <dje@google.com>
9787
9788 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9789 eax,etc. are live with values set by gdb and thus the compiler can't
9790 use them.
9791 * gdb.arch/i386-pseudo.c (main): Ditto.
9792
9793 2014-08-27 Doug Evans <dje@google.com>
9794
9795 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9796
9797 2014-08-25 Doug Evans <dje@google.com>
9798
9799 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9800 (main): Ditto.
9801
9802 2014-08-25 Doug Evans <dje@google.com>
9803
9804 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9805
9806 2014-08-24 Yao Qi <yao@codesourcery.com>
9807
9808 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9809 symbol off.
9810 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9811
9812 2014-08-22 Doug Evans <dje@google.com>
9813
9814 PR 17276
9815 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9816 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9817 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9818
9819 2014-08-22 Yao Qi <yao@codesourcery.com>
9820
9821 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9822 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9823 * gdb.python/python.exp: Likewise. Use .py file on the host
9824 instead of the build.
9825
9826 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9827
9828 * gdb.threads/gcore-stale-thread.c: New file.
9829 * gdb.threads/gcore-stale-thread.exp: New file.
9830
9831 2014-08-21 Pedro Alves <palves@redhat.com>
9832
9833 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9834 * gdb.base/gcore-relro-pie.exp: Likewise.
9835 * gdb.base/gcore-relro.exp: Likewise.
9836 * gdb.base/gcore.exp: Likewise.
9837 * gdb.base/print-symbol-loading.exp: Likewise.
9838 * gdb.threads/gcore-thread.exp: Likewise.
9839 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9840
9841 2014-08-20 Pedro Alves <palves@redhat.com>
9842 Jan Kratochvil <jan.kratochvil@redhat.com>
9843
9844 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9845 configure.
9846 (EXPECT): Handle READ1 being set.
9847 (all): Depend on EXTRA_RULES.
9848 (check-read1, expect-read1, read1.so, read1): New rules.
9849 * README (Testsuite Parameters): Document the READ1 make variable.
9850 (Race detection): New section.
9851 * configure: Regenerate.
9852 * configure.ac: If build==host==target, and running under a
9853 GNU/glibc system, add read1 to the extra Makefile rules.
9854 (EXTRA_RULES): AC_SUBST it.
9855 * lib/read1.c: New file.
9856
9857 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9858
9859 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9860 the handling of variables declared as a typedef to an array
9861 which a DW_AT_data_location attribute.
9862
9863 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9864 Pedro Alves <palves@redhat.com>
9865
9866 PR symtab/14604
9867 PR symtab/14605
9868 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9869 gdb_test.
9870
9871 2014-08-19 Pedro Alves <palves@redhat.com>
9872
9873 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9874
9875 2014-08-19 Yao Qi <yao@codesourcery.com>
9876
9877 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9878 right line.
9879
9880 2014-08-18 David Blaikie <dblaikie@gmail.com>
9881
9882 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9883
9884 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9885
9886 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9887 attribute in array range.
9888
9889 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9890
9891 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9892
9893 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9894
9895 PR c++/17132
9896 * gdb.cp/pr17132.cc: New file.
9897 * gdb.cp/pr17132.exp: New file.
9898
9899 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9900
9901 * gdb.python/py-xmethods.py (A_getarrayind)
9902 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9903 Use 'print' with function call syntax.
9904 (E_method_matcher.match): Fix tab vs space indentation mixup.
9905
9906 2014-08-15 Yao Qi <yao@codesourcery.com>
9907
9908 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9909 false.
9910
9911 2014-08-15 Yao Qi <yao@codesourcery.com>
9912
9913 * gdb.cp/casts.exp: Set print symbol off.
9914 * gdb.cp/class2.exp: Likewise.
9915 * gdb.cp/overload.exp: Likewise.
9916 * gdb.cp/templates.exp: Likewise.
9917
9918 2014-08-11 Doug Evans <dje@google.com>
9919
9920 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9921 (test_load_shlib): Update.
9922
9923 2014-08-09 Yao Qi <yao@codesourcery.com>
9924
9925 * gdb.base/display.exp: Invoke is_address_zero_readable.
9926 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9927 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9928 * gdb.base/hbreak-unmapped.exp: Return if
9929 is_address_zero_readable returns true.
9930 * gdb.base/signest.exp: Likewise.
9931 * gdb.base/signull.exp: Likewise.
9932 * gdb.base/sigbpt.exp: Likewise.
9933 * gdb.guile/scm-disasm.exp: Do the test if
9934 is_address_zero_readable returns false.
9935 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9936 * gdb.python/py-arch.exp: Likewise.
9937 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9938 * lib/gdb.exp (is_address_zero_readable): New proc.
9939
9940 2014-08-09 Yao Qi <yao@codesourcery.com>
9941
9942 PR testsuite/13443
9943 * gdb.mi/mi-var-display.exp: Make test messages unique.
9944
9945 2014-08-04 Tom Tromey <tromey@redhat.com>
9946
9947 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9948 target 0".
9949
9950 2014-08-04 Tom Tromey <tromey@redhat.com>
9951
9952 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9953 "target_resume".
9954
9955 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9956
9957 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9958 inner_vla_struct_object_size.
9959 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9960 as xfail.
9961
9962 2014-07-30 Pedro Alves <palves@redhat.com>
9963
9964 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9965 comment.
9966
9967 2014-07-29 Yao Qi <yao@codesourcery.com>
9968
9969 PR gdb/17206
9970 * gdb.base/until-nodebug.exp: New.
9971
9972 2014-07-28 Doug Evans <xdje42@gmail.com>
9973
9974 PR guile/17203
9975 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9976 previously existing parameter, and previously ambiguously spelled
9977 parameter.
9978
9979 2014-07-28 Will Newton <will.newton@linaro.org>
9980
9981 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9982
9983 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9984 Doug Evans <xdje42@gmail.com>
9985
9986 PR guile/17146
9987 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9988
9989 2014-07-25 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.threads/signal-command-handle-nopass.c: New file.
9992 * gdb.threads/signal-command-handle-nopass.exp: New file.
9993 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9994 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9995 * gdb.threads/signal-delivered-right-thread.c: New file.
9996 * gdb.threads/signal-delivered-right-thread.exp: New file.
9997
9998 2014-07-25 Pedro Alves <palves@redhat.com>
9999
10000 * gdb.base/double-prompt-target-event-error.exp
10001 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10002 match.
10003 (cancel_pagination_in_target_event): Rework double prompt
10004 detection.
10005 * gdb.base/paginate-after-ctrl-c-running.exp
10006 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10007 <return>' match.
10008 * gdb.base/paginate-bg-execution.exp
10009 (test_bg_execution_pagination_return)
10010 (test_bg_execution_pagination_cancel): Remove '-notransfer
10011 <return>' matches.
10012 * gdb.base/paginate-execution-startup.exp
10013 (test_fg_execution_pagination_return)
10014 (test_fg_execution_pagination_cancel): Remove '-notransfer
10015 <return>' matches.
10016 * gdb.base/paginate-inferior-exit.exp
10017 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10018 match.
10019 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10020 * lib/gdb.exp (pagination_prompt): Run text through
10021 string_to_regexp.
10022 (gdb_test_multiple): Match $pagination_prompt instead of
10023 "<return>".
10024 (string_to_regexp): Move to lib/gdb-utils.exp.
10025
10026 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10027
10028 * gdb.arch/amd64-entry-value-paramref.S: New file.
10029 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10030 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10031 * gdb.arch/amd64-optimout-repeat.S: New file.
10032 * gdb.arch/amd64-optimout-repeat.c: New file.
10033 * gdb.arch/amd64-optimout-repeat.exp: New file.
10034
10035 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 PR gdb/17170
10038 * gdb.base/statistics.exp: New file.
10039
10040 2014-07-17 Doug Evans <dje@google.com>
10041
10042 PR gdb/17170
10043 * gdb.base/maint.exp: Update testing of per-command stats.
10044
10045 2014-07-16 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10048 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10049 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10050 (tfile_write_buf): New functions.
10051 (add_memory_block): Rewrite using the above.
10052 (adjust_function_address): New function.
10053 (FUNCTION_ADDRESS): New macro.
10054 (write_basic_trace_file): Remove short_x local, and use
10055 tfile_write_16. Change type of func_addr local to unsigned long
10056 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10057 here. Cast argument of add_memory_block to char pointer.
10058 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10059 (main): Remove parameters.
10060 * gdb.trace/tfile.exp: Remove nowarnings.
10061
10062 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10063
10064 * gdb.base/debug-expr.exp: Test string evaluation with
10065 "debug expression" on.
10066
10067 2014-07-15 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/reread.exp: Use clean_restart.
10070
10071 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10072
10073 * gdb.arch/avr-flash-qualifer.c: New.
10074 * gdb.arch/avr-flash-qualifer.exp: New.
10075
10076 2014-07-14 Pedro Alves <palves@redhat.com>
10077
10078 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10079 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10080
10081 2014-07-14 Pedro Alves <palves@redhat.com>
10082
10083 * gdb.base/double-prompt-target-event-error.c: New file.
10084 * gdb.base/double-prompt-target-event-error.exp: New file.
10085
10086 2014-07-14 Pedro Alves <palves@redhat.com>
10087
10088 PR gdb/17072
10089 * gdb.base/paginate-inferior-exit.c: New file.
10090 * gdb.base/paginate-inferior-exit.exp: New file.
10091
10092 2014-07-14 Pedro Alves <palves@redhat.com>
10093
10094 PR gdb/17072
10095 * gdb.base/paginate-bg-execution.c: New file.
10096 * gdb.base/paginate-bg-execution.exp: New file.
10097
10098 2014-07-14 Pedro Alves <palves@redhat.com>
10099
10100 PR gdb/17072
10101 * gdb.base/paginate-execution-startup.c: New file.
10102 * gdb.base/paginate-execution-startup.exp: New file.
10103 * lib/gdb.exp (pagination_prompt): New global.
10104 (default_gdb_spawn): New procedure, factored out from
10105 default_gdb_spawn.
10106 (default_gdb_start): Adjust to call default_gdb_spawn.
10107 (gdb_spawn): New procedure.
10108
10109 2014-07-14 Pedro Alves <palves@redhat.com>
10110
10111 * lib/gdb.exp (gdb_assert): New procedure.
10112 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10113
10114 2014-07-14 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.base/execution-termios.c: New file.
10117 * gdb.base/execution-termios.exp: New file.
10118
10119 2014-07-14 Tom Tromey <tromey@redhat.com>
10120
10121 * gdb.cp/vla-cxx.cc: New file.
10122 * gdb.cp/vla-cxx.exp: New file.
10123
10124 2014-07-14 Tom Tromey <tromey@redhat.com>
10125
10126 * gdb.reverse/rerun-prec.c: New file.
10127 * gdb.reverse/rerun-prec.exp: New file.
10128
10129 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10130 Maciej W. Rozycki <macro@codesourcery.com>
10131
10132 * lib/gdb-utils.exp: New file.
10133 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10134 inline `gdb_init_command' processing.
10135 (gdb_start_cmd): Likewise.
10136 * lib/mi-support.exp (mi_run_cmd): Likewise.
10137 * README: Document `gdb_init_command' and `gdb_init_commands'.
10138
10139 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10140
10141 Fix false FAIL running under a very long directory name.
10142 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10143 and "set print elements 10000". Twice.
10144
10145 2014-07-11 Yao Qi <yao@codesourcery.com>
10146
10147 * gdb.base/exprs.exp: "set print symbol off".
10148
10149 2014-07-11 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.threads/kill.c: New file.
10152 * gdb.threads/kill.exp: New file.
10153
10154 2014-07-10 Yao Qi <yao@codesourcery.com>
10155
10156 * gdb.trace/tfile.c (write_basic_trace_file)
10157 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10158 address written to trace file.
10159
10160 2014-07-09 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/attach-wait-input.exp: New file.
10163 * gdb.base/attach-wait-input.c: New file.
10164
10165 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10166
10167 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10168 setting up test structures.
10169 (main): Call new test function.
10170 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10171 test function, continue into test function and walk test
10172 structures.
10173
10174 2014-07-02 Yao Qi <yao@codesourcery.com>
10175
10176 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10177 'bar_start' at the beginning of functions 'foo' and 'bar'
10178 respectively.
10179 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10180 instead of 'foo' and 'bar'.
10181
10182 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10183
10184 * gdb.btrace/segv.exp: New.
10185 * gdb.btrace/segv.c: New.
10186
10187 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10188
10189 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10190 instruction.
10191
10192 2014-06-30 Mark Wielaard <mjw@redhat.com>
10193
10194 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10195 vulture, vilify, villar): New volatile array constants.
10196 (vindictive, vegetation): New const volatile array constants.
10197 * gdb.base/volatile.exp: Test volatile and const volatile array
10198 types.
10199
10200 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10201
10202 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10203 target lacks support for awatch, rwatch, or hbreak.
10204
10205 2014-06-27 Yao Qi <yao@codesourcery.com>
10206
10207 * gdb.multi/dummy-frame-restore.exp: New.
10208 * gdb.multi/dummy-frame-restore.c: New.
10209
10210 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10211
10212 * gdb.btrace/gcore.exp: New.
10213
10214 2014-06-23 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/watchpoint-reuse-slot.c: New file.
10217 * gdb.base/watchpoint-reuse-slot.exp: New file.
10218
10219 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10220
10221 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10222 progspace's filename in 'info', 'enable' and 'disable' command
10223 tests.
10224
10225 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10226
10227 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10228 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10229 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10230
10231 2014-06-20 Gary Benson <gbenson@redhat.com>
10232
10233 * gdb.arch/i386-avx.exp: Fix include file location.
10234 * gdb.arch/i386-sse.exp: Likewise.
10235
10236 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10237
10238 * gdb.dlang/expression.exp: New file.
10239
10240 2014-06-19 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10243 out from ...
10244 (top level): ... here. Iterate running tests under different
10245 scheduler-locking settings.
10246
10247 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10248
10249 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10250 to DW_FORM_addr and use non-zero addresses.
10251
10252 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10253
10254 PR gdb/17017
10255 * gdb.python/py-xmethods.cc: Add global function call counters and
10256 increment them in their respective functions. Remove "cout"
10257 statements.
10258 * gdb.python/py-xmethods.exp: Make tests check the global function
10259 call counters instead of depending on inferior IO.
10260
10261 2014-06-18 Don Breazeal <donb@codesourcery.com>
10262
10263 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10264 Deleted procedure.
10265 (explicit_fork_parent_follow): Deleted procedure.
10266 (explicit_fork_child_follow): Deleted procedure.
10267 (test_follow_fork): New procedure.
10268 (do_fork_tests): Replace calls to deleted procedures with
10269 calls to test_follow_fork and reset GDB for subsequent
10270 procedure calls.
10271
10272 2014-06-17 Yao Qi <yao@codesourcery.com>
10273
10274 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10275 CP1252.
10276
10277 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10278
10279 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10280 Initialize ptr and S explicitly.
10281 (skip_type_update_when_not_use_rtti_test): Likewise.
10282
10283 2014-06-16 Keith Seitz <keiths@redhat.com>
10284
10285 PR mi/15863
10286 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10287 the inferior is started.
10288
10289 2014-06-16 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.base/break-main-file-remove-fail.c: New file.
10292 * gdb.base/break-main-file-remove-fail.exp: New file.
10293 * gdb.base/break-unload-file.exp: Use build_executable instead of
10294 prepare_for_testing.
10295 (test_break): New parameter "initial_load". Handle it.
10296 (top level): Add initial_load cmdline/file axis.
10297
10298 2014-06-12 Tom Tromey <tromey@redhat.com>
10299
10300 * gdb.base/completion.exp: Don't use directory name in test.
10301
10302 2014-06-09 Gary Benson <gbenson@redhat.com>
10303
10304 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10305 separate the always-available ANSI-standard signals from the
10306 signals that require checking.
10307 (main): Likewise.
10308 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10309 Likewise.
10310 (main): Likewise.
10311
10312 2014-06-07 Keith Seitz <keiths@redhat.com>
10313
10314 Revert:
10315 PR c++/16253
10316 * gdb.cp/var-tag.cc: New file.
10317 * gdb.cp/var-tag.exp: New file.
10318 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10319 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10320 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10321 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10322
10323 2014-06-06 Doug Evans <xdje42@gmail.com>
10324
10325 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10326
10327 2014-06-06 Pedro Alves <palves@redhat.com>
10328
10329 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10330 in target debug output instead of looking at RSP packets,
10331 disabling the test on any target that uses hardware stepping.
10332 Update comments.
10333
10334 2014-06-06 Pedro Alves <palves@redhat.com>
10335
10336 * gdb.base/break-unload-file.exp: Fix typo.
10337
10338 2014-06-06 Yao Qi <yao@codesourcery.com>
10339
10340 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10341 from "jit_function" to "^jit_function".
10342
10343 2014-06-06 Yao Qi <yao@codesourcery.com>
10344
10345 * gdb.base/async.c (foo): Add one statement.
10346 * gdb.base/async.exp: Get the next instruction address and
10347 match the output of "nexti" by instruction address. Match
10348 the hex address in the output of "finish".
10349
10350 2014-06-06 Gary Benson <gbenson@redhat.com>
10351
10352 * gdb.base/call-signals.c: Remove preprocessor conditionals
10353 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10354 SIGSEGV and SIGTERM.
10355 * gdb.base/sigall.c: Likewise.
10356 * gdb.base/unwindonsignal.c: Likewise.
10357 * gdb.reverse/sigall-reverse.c: Likewise.
10358
10359 2014-06-06 Yao Qi <yao@codesourcery.com>
10360
10361 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10362 readable, skip the test.
10363
10364 2014-06-06 Yao Qi <yao@codesourcery.com>
10365
10366 * gdb.threads/staticthreads.c (thread_function): Move the line
10367 setting breakpoint on forward.
10368 * gdb.threads/staticthreads.exp: Update comments.
10369
10370 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10371
10372 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10373 "history-append! type error".
10374
10375 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10378 erroneous dprintf expected input.
10379
10380 2014-06-04 Doug Evans <xdje42@gmail.com>
10381
10382 * gdb.guile/scm-generics.exp: Delete.
10383
10384 2014-06-04 Doug Evans <xdje42@gmail.com>
10385
10386 * gdb.guile/scm-breakpoint.exp: Update.
10387 Add tests for breakpoint registration.
10388
10389 2014-06-04 Tom Tromey <tromey@redhat.com>
10390
10391 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10392 VLA-in-union.
10393 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10394 inner_vla_struct, vla_union types. Initialize objects of those
10395 types and compute their sizes.
10396
10397 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10398 Hui Zhu <hui@codesourcery.com>
10399
10400 * gdb.base/fileio.exp: Add test for shell not available as well as
10401 available.
10402 * gdb.base/fileio.c (test_system): Check for shell twice.
10403
10404 2014-06-04 Yao Qi <yao@codesourcery.com>
10405
10406 * gdb.base/auto-connect-native-target.exp: Remove redundant
10407 space from the regexp pattern.
10408
10409 2014-06-04 Yao Qi <yao@codesourcery.com>
10410
10411 * gdb.base/default.exp: Replace "child" with "native" in
10412 regexp pattern.
10413
10414 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10415
10416 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10417 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10418 * gdb.python/py-xmethods.py: Python script supporting the
10419 new testcase and tests.
10420
10421 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10422 Pedro Alves <palves@redhat.com>
10423
10424 PR breakpoints/17000
10425 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10426 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10427
10428 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10429
10430 * gdb.base/subst.exp: Add tests to verify partial path matching
10431 output.
10432
10433 2014-06-03 Pedro Alves <palves@redhat.com>
10434
10435 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10436 target that doesn't use software single-stepping.
10437
10438 2014-06-03 Pedro Alves <palves@redhat.com>
10439
10440 PR breakpoints/17000
10441 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10442 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10443
10444 2014-06-02 Doug Evans <xdje42@gmail.com>
10445
10446 * gdb.guile/scm-parameter.exp: New file.
10447
10448 2014-06-02 Doug Evans <xdje42@gmail.com>
10449
10450 * gdb.guile/scm-cmd.c: New file.
10451 * gdb.guile/scm-cmd.exp: New file.
10452
10453 2014-06-02 Doug Evans <xdje42@gmail.com>
10454
10455 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10456 pretty-printer lookup.
10457 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10458 (make-pp_s-printer): Call it.
10459 (make-pretty-printer-from-dict): New function.
10460 (lookup-pretty-printer-maker-from-dict): New function.
10461 (*pretty-printer*): Simplify.
10462 (make-objfile-pp_s-printer): New function.
10463 (install-objfile-pretty-printers!): New function.
10464 (make-progspace-pp_s-printer): New function.
10465 (install-progspace-pretty-printers!): New function.
10466 * gdb.guile/scm-progspace.c: New file.
10467 * gdb.guile/scm-progspace.exp: New file.
10468
10469 2014-06-02 Pedro Alves <palves@redhat.com>
10470
10471 * gdb.base/dprintf-bp-same-addr.c: New file.
10472 * gdb.base/dprintf-bp-same-addr.exp: New file.
10473
10474 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10475
10476 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10477 * gdb.arch/powerpc-power.s: Likewise.
10478
10479 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10480
10481 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10482
10483 2014-06-01 Yao Qi <yao@codesourcery.com>
10484
10485 * gdb.base/watchpoint.exp (test_watch_location): Check null
10486 pointer can be dereferenced. If not, do the test, otherwise
10487 skip it.
10488
10489 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10490
10491 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10492 results.
10493 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10494
10495 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10496
10497 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10498 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10499 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10500 * gdb.arch/amd64-invalid-stack-top.c: New file.
10501 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10502
10503 2014-05-30 Pedro Alves <palves@redhat.com>
10504
10505 PR breakpoints/17000
10506 * gdb.base/sss-bp-on-user-bp.c: New file.
10507 * gdb.base/sss-bp-on-user-bp.exp: New file.
10508
10509 2014-05-30 David Blaikie <dblaikie@gmail.com>
10510
10511 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10512 gnu_inline semantics via attribute.
10513 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10514 source explicitly specifies the required semantics.
10515
10516 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10517
10518 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10519
10520 2014-05-29 Pedro Alves <palves@redhat.com>
10521 Tom Tromey <tromey@redhat.com>
10522
10523 * gdb.base/async-shell.exp: Don't enable target-async.
10524 * gdb.base/async.exp
10525 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10526 parameter. Adjust.
10527 (top level): Don't test with "target-async".
10528 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10529 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10530 * gdb.base/inferior-died.exp: Don't enable target-async.
10531 * gdb.base/interrupt-noterm.exp: Likewise.
10532 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10533 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10534 * gdb.mi/mi-nonstop.exp: Likewise.
10535 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10536 * gdb.mi/mi-nsintrall.exp: Likewise.
10537 * gdb.mi/mi-nsmoribund.exp: Likewise.
10538 * gdb.mi/mi-nsthrexec.exp: Likewise.
10539 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10540 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10541 * gdb.python/py-evsignal.exp: Don't enable target-async.
10542 * gdb.python/py-evthreads.exp: Likewise.
10543 * gdb.python/py-prompt.exp: Likewise.
10544 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10545 * gdb.server/solib-list.exp: Don't enable target-async.
10546 * gdb.threads/thread-specific-bp.exp: Likewise.
10547 * lib/mi-support.exp: Adjust to use mi-async.
10548
10549 2014-05-29 Pedro Alves <palves@redhat.com>
10550
10551 PR gdb/13860
10552 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10553 reason, even in sync mode.
10554
10555 2014-05-29 Pedro Alves <palves@redhat.com>
10556 Hui Zhu <hui@codesourcery.com>
10557
10558 PR PR15693
10559 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10560 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10561 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10562 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10563
10564 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10565
10566 * config/monitor.exp (gdb_target_monitor): Replace use of
10567 "set remotebaud" by "set serial baud".
10568
10569 2014-05-26 Andy Wingo <wingo@igalia.com>
10570
10571 * gdb.guile/scm-breakpoint.exp:
10572 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10573 properties instead of gdb-object-properties.
10574
10575 2014-05-26 Yao Qi <yao@codesourcery.com>
10576
10577 * gdb.server/no-thread-db.exp: Specify source file name
10578 explicitly when setting a breakpoint.
10579
10580 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10581
10582 * gdb.btrace/vdso.c: New.
10583 * gdb.btrace/vdso.exp: New.
10584
10585 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10586
10587 * gdb.base/gcore.exp (capture_command_output): Move ...
10588 * lib/gdb.exp (capture_command_output): ... here.
10589
10590 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10591
10592 * gdb.btrace/data.exp: Test memory access during btrace replay.
10593
10594 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10595
10596 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10597
10598 2014-05-21 Pedro Alves <palves@redhat.com>
10599
10600 PR gdb/13860
10601 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10602 (top level): Test that output related to execution commands is
10603 sent to the console with CLI commands, but not with MI commands.
10604 Test that breakpoint events are always mirrored to the console.
10605 Also expect the new source line to be output after a "next" in
10606 async mode too. Make it a pass/fail test.
10607 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10608 output.
10609 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10610
10611 2014-05-21 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10614 Use them to test variations of "list" after reaching a breakpoint.
10615 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10616 Test "list" with listsize 10 after reaching a breakpoint.
10617 * gdb.python/python.exp (decode_line current location line
10618 number): Adjust expected line number.
10619
10620 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10621
10622 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10623 behavior for $args, pass it directly to "run".
10624
10625 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10626
10627 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10628 30000 to 65536.
10629
10630 2014-05-21 Pedro Alves <palves@redhat.com>
10631
10632 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10633 auto-connect-native-target off".
10634 * gdb.base/auto-connect-native-target.c: New file.
10635 * gdb.base/auto-connect-native-target.exp: New file.
10636
10637 2014-05-21 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/default.exp: Test "target native" instead of "target
10640 child".
10641
10642 2014-05-21 Mark Wielaard <mjw@redhat.com>
10643
10644 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10645
10646 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 Fix TLS access for -static -pthread.
10649 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10650 <HAVE_TLS> (thread_function, main): Initialize it.
10651 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10652 Add clean_restart.
10653 <$have_tls != "">: Check TLSVAR.
10654
10655 2014-05-21 Pedro Alves <palves@redhat.com>
10656
10657 * gdb.base/dcache-line-read-error.c: New.
10658 * gdb.base/dcache-line-read-error.exp: New.
10659
10660 2014-05-20 Pedro Alves <palves@redhat.com>
10661
10662 * gdb.base/compare-sections.c: New file.
10663 * gdb.base/compare-sections.exp: New file.
10664
10665 2014-05-20 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.base/break-idempotent.c: New file.
10668 * gdb.base/break-idempotent.exp: New file.
10669
10670 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10671
10672 * gdb.btrace/nohist.exp: New.
10673
10674 2014-05-20 Yao Qi <yao@codesourcery.com>
10675
10676 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10677 gdb.reverse directory and gdb_reverse_timeout exists in board
10678 setting.
10679 * README: Document gdb_reverse_timeout.
10680
10681 2014-05-20 Yao Qi <yao@codesourcery.com>
10682
10683 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10684 'test_file_name'. Treat args as a string instead of a list.
10685 (gdb_init): Rename argument 'args' by 'test_file_name'.
10686
10687 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 * gdb.arch/powerpc-power.exp: New file.
10690 * gdb.arch/powerpc-power.s: New file.
10691
10692 2014-05-16 Doug Evans <dje@google.com>
10693
10694 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10695 * gdb.base/completion.exp: Check that all expected files exist
10696 before doing file completion.
10697
10698 2014-05-16 Doug Evans <dje@google.com>
10699
10700 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10701 Update.
10702 (do_syscall_tests_without_xml): Update.
10703
10704 2014-05-16 Pedro Alves <palves@redhat.com>
10705
10706 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10707 instead of "unknown output after running".
10708
10709 2014-05-16 Yao Qi <yao@codesourcery.com>
10710
10711 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10712 file1.txt from host at the end.
10713 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10714
10715 2014-05-15 Doug Evans <dje@google.com>
10716
10717 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10718 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10719 loading file. Add test for TU lookup.
10720
10721 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10724 calling "-exec-arguments" or "set args" before running the
10725 inferior.
10726
10727 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10728
10729 * lib/mi-support.exp (mi_expect_stop): Expect message for
10730 inferiors that exit with non-zero exit code.
10731
10732 2014-05-14 Yao Qi <yao@codesourcery.com>
10733
10734 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10735 match absolute path on remote host.
10736 (test_file_list_exec_source_files): Remove "/" from the
10737 pattern.
10738
10739 2014-05-14 Yao Qi <yao@codesourcery.com>
10740
10741 * boards/local-remote-host-notty.exp (${board}_file): New
10742 proc.
10743
10744 2014-05-07 Kyle McMartin <kyle@redhat.com>
10745
10746 Pushed by Joel Brobecker <brobecker@adacore.com>.
10747 * gdb.arch/aarch64-atomic-inst.c: New file.
10748 * gdb.arch/aarch64-atomic-inst.exp: New file.
10749
10750 2014-05-07 Yao Qi <yao@codesourcery.com>
10751
10752 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10753 in current context" too.
10754
10755 2014-05-05 Keith Seitz <keiths@redhat.com>
10756
10757 * gdb.linespec/ls-dollar.exp: Add test for linespec
10758 file:convenience_variable.
10759
10760 2014-05-05 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10763 traceframes into tfile and ctf trace files. Read data from
10764 trace file and test collected data.
10765 (gdb_collect_locals_test): Likewise.
10766 (gdb_unavailable_registers_test): Likewise.
10767 (gdb_unavailable_floats): Likewise.
10768 (gdb_collect_globals_test): Likewise.
10769 (top-level): Append "ctf" to trace_file_targets if GDB
10770 supports.
10771
10772 2014-05-05 Yao Qi <yao@codesourcery.com>
10773
10774 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10775 code to ...
10776 (gdb_collect_args_test_1): ... it. New proc.
10777 (gdb_collect_locals_test): Move some code to ...
10778 (gdb_collect_locals_test_1): ... it. New proc.
10779 (gdb_unavailable_registers_test): Move some code to ...
10780 (gdb_unavailable_registers_test_1): ... it. New proc.
10781 (gdb_unavailable_floats): Move some code to ...
10782 (gdb_unavailable_floats_1): ... it. New proc.
10783
10784 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10785
10786 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10787 probes to test for bitness recognition.
10788 * gdb.arch/amd64-stap-optional-prefix.exp
10789 (test_probe_value_without_reg): New procedure.
10790 Add code to test for different kinds of bitness.
10791
10792 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10793
10794 PR breakpoints/16889
10795 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10796 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10797
10798 2014-05-01 Pedro Alves <palves@redhat.com>
10799
10800 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10801 gdb_file_cmd if no file is specified.
10802 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10803 last_loaded_file to set the remote exec-file.
10804
10805 2014-05-01 Pedro Alves <palves@redhat.com>
10806
10807 * boards/local-remote-host.exp: New file.
10808
10809 2014-05-01 Pedro Alves <palves@redhat.com>
10810
10811 * boards/local-remote-host.exp: Rename to ...
10812 * boards/local-remote-host-notty.exp: ... this.
10813
10814 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10815
10816 * gdb.ada/dyn_arrayidx: New testcase.
10817
10818 2014-04-26 Yao Qi <yao@codesourcery.com>
10819
10820 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10821 and compute the length of function main. Save it in
10822 $main_length.
10823 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10824 (top-level): Use gdb_compile to compile objects into
10825 executable and restart GDB. Remove invocation to
10826 prepare_for_testing.
10827
10828 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10829 Pedro Alves <palves@redhat.com>
10830
10831 PR server/16255
10832 * gdb.multi/multi-attach.c: New file.
10833 * gdb.multi/multi-attach.exp: New file.
10834
10835 2014-04-25 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10838 user.
10839 (top level): Test that "set remote conditional-breakpoints-packet
10840 off" works as intended.
10841 * gdb.base/dprintf.exp: Test that "set remote
10842 breakpoint-commands-packet off" works as intended.
10843 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10844 New function.
10845 (top level): Call it.
10846 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10847 remote fast-tracepoints-packet off" works as intended.
10848 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10849 * lib/gdb.exp (gdb_is_target_remote): ... here.
10850
10851 2014-04-24 David Blaikie <dblaikie@gmail.com>
10852
10853 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10854 ensure clang would not discard them.
10855 * gdb.base/gdbvars.c: Ditto.
10856 * gdb.base/memattr.c: Ditto.
10857 * gdb.base/whatis.c: Ditto.
10858 * gdb.python/py-prettyprint.c: Ditto.
10859 * gdb.trace/actions.c: Ditto.
10860 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10861 ensure clang would not discard it.
10862
10863 2014-04-24 David Blaikie <dblaikie@gmail.com>
10864
10865 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10866 clang to emit the full definition of type required by the test
10867 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10868
10869 2014-04-24 David Blaikie <dblaikie@gmail.com>
10870
10871 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10872 coax Clang into emitting the definition of the type.
10873 * gdb.cp/pr10728-x.h (y): Ditto.
10874 * gdb.cp/pr10728-y.cc (y): Ditto.
10875
10876 2014-04-24 David Blaikie <dblaikie@gmail.com>
10877
10878 * gdb.base/label.exp: XFAIL label related tests under Clang.
10879 * gdb.cp/cplabel.exp: Ditto.
10880 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10881 under Clang those using labels.
10882
10883 2014-04-25 Yao Qi <yao@codesourcery.com>
10884
10885 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10886 double_label.
10887 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10888 partial_label and double_label.
10889
10890 2014-04-24 David Blaikie <dblaikie@gmail.com>
10891
10892 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10893
10894 2014-04-24 David Blaikie <dblaikie@gmail.com>
10895
10896 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10897 of the function to work across GCC and Clang.
10898 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10899 pointer types (const void ** const V void **).
10900
10901 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10902 Walfred Tedeschi <walfred.tedeschi@intel.com>
10903
10904 * Makefile.in (EXECUTABLES): Added i386-avx512.
10905 * gdb.arch/i386-avx512.c: New file.
10906 * gdb.arch/i386-avx512.exp: Likewise.
10907
10908 2014-04-23 Keith Seitz <keiths@redhat.com>
10909
10910 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10911 (mi_make_breakpoint_table): New procedure.
10912 (mi_create_breakpoint): Use mi_make_breakpoint
10913 and return the result.
10914 (mi_make_breakpoint): New procedure.
10915 (mi_build_kv_pairs): New procedure.
10916
10917 * gdb.mi/mi-break.exp: Remove unused globals,
10918 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10919 All callers updated.
10920 * gdb.mi/mi-dprintf.exp: Use variable to track command
10921 number.
10922 Update all callers of mi_create_breakpoint and use
10923 mi_make_breakpoint_table.
10924 Remove any unused global variables.
10925 * gdb.mi/mi-nonstop.exp: Likewise.
10926 * gdb.mi/mi-nsintrall.exp: Likewise.
10927 * gdb.mi/mi-nsmoribund.exp: Likewise.
10928 * gdb.mi/mi-nsthrexec.exp: Likewise.
10929 * gdb.mi/mi-reverse.exp: Likewise.
10930 * gdb.mi/mi-simplerun.exp: Likewise.
10931 * gdb.mi/mi-stepn.exp: Likewise.
10932 * gdb.mi/mi-syn-frame.exp: Likewise.
10933 * gdb.mi/mi-until.exp: Likewise.
10934 * gdb.mi/mi-var-cp.exp: Likewise.
10935 * gdb.mi/mi-var-display.exp: Likewise.
10936 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10937 * gdb.mi/mi2-var-child.exp: Likewise.
10938 * gdb.mi/mi-vla-c99.exp: Likewise.
10939 * lib/mi-support.exp: Likewise.
10940
10941 From Ian Lance Taylor <iant@cygnus.com>:
10942 * lib/gdb.exp (parse_args): New procedure.
10943
10944 2014-04-23 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.base/break-unload-file.c: New file.
10947 * gdb.base/break-unload-file.exp: New file.
10948 * gdb.base/sym-file-lib.c (baz): New function.
10949 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10950 field.
10951 (load): Store the segment's mapped size.
10952 (unload): New function.
10953 (unload_shlib): New function.
10954 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10955 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10956 set a breakpoint at baz, and call it.
10957 * gdb.base/sym-file.exp: New tests for stale breakpoint
10958 instructions.
10959
10960 2014-04-23 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10963 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10964 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10965 * gdb.base/hbreak-unmapped.c: New file.
10966 * gdb.base/hbreak-unmapped.exp: New file.
10967 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10968 * lib/gdb.exp (gdb_is_target_remote): ... here.
10969
10970 2014-04-22 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.base/consecutive-step-over.c: New file.
10973 * gdb.base/consecutive-step-over.exp: New file.
10974
10975 2014-04-22 Pedro Alves <palves@redhat.com>
10976
10977 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10978 instead of send_gdb/gdb_expect.
10979
10980 2014-04-22 Yao Qi <yao@codesourcery.com>
10981
10982 * lib/trace-support.exp (generate_tracefile): New procedure.
10983 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10984 return 0.
10985 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10986 if generate_tracefile returns 1.
10987
10988 2014-04-18 Tom Tromey <palves@redhat.com>
10989 Pedro alves <tromey@redhat.com>
10990
10991 PR backtrace/15558
10992 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10993 with a backtrace limit.
10994 * gdb.python/py-frame-inline.exp: Test running to an inline
10995 function with a backtrace limit, and printing the newest frame.
10996 * gdb.python/py-frame-inline.c (main): Call f.
10997
10998 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10999
11000 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11001
11002 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11003
11004 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11005 Drop prefix from unsupported source file path.
11006
11007 2014-04-17 Yao Qi <yao@codesourcery.com>
11008
11009 * lib/gdb.exp (with_target_charset): New proc.
11010 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11011 with_target_charset.
11012 (test_print_strings): Likewise.
11013 (test_repeat_bytes): Likewise.
11014 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11015 for some tests.
11016
11017 2014-04-16 Keith Seitz <keiths@redhat.com>
11018
11019 PR gdb/15827
11020 * gdb.dwarf2/corrupt.c: New file.
11021 * gdb.dwarf2/corrupt.exp: New file.
11022
11023 2014-04-16 Keith Seitz <keiths@redhat.com>
11024
11025 PR c++/16597
11026 * gdb.cp/namelessclass.cc: New file.
11027 * gdb.cp/namelessclass.exp: New file.
11028 * gdb.cp/namelessclass.S: New file.
11029
11030 2014-04-16 Doug Evans <dje@google.com>
11031
11032 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11033 Add comment.
11034 (gdbserver_default_get_comm_port): New function.
11035 (gdbserver_start): Check if board file provided
11036 "gdbserver,get_comm_port" and use it if so.
11037 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11038 (gdb,socketport): Set to "stdio".
11039 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11040 (stdio_gdbserver_template): Delete.
11041 (${board}_get_remote_address): Update.
11042 (${board}_build_remote_cmd): Delete.
11043 (${board}_get_comm_port): New function.
11044 (${board}_spawn): Update.
11045 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11046 Delete.
11047 (${board}_get_remote_address): Update.
11048 (${board}_get_comm_port): New function.
11049
11050 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11051
11052 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11053 appearing in any order.
11054
11055 2014-04-15 Doug Evans <dje@google.com>
11056
11057 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11058 uninitialized value of "description".
11059
11060 2014-04-15 Keith Seitz <keiths@redhat.com>
11061
11062 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11063 Remove unused globals.
11064 (test_running_the_program): Likewise.
11065 (test_controlled_execution): Likewise.
11066 (test_controlling_breakpoints): Likewise.
11067 (test_program_termination): Likewise.
11068
11069 2014-04-15 Keith Seitz <keiths@redhat.com>
11070
11071 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11072 unused globals.
11073 (test_rbreak_creation_and_listing): Likewise.
11074 (test_ignore_count): Likewise.
11075 (test_error): Likewise.
11076
11077 2014-04-15 Pedro Alves <palves@redhat.com>
11078
11079 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11080 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11081 sym-file-loader.c.
11082 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11083 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11084 to sym-file-loader.c.
11085 (struct library): Forward declare.
11086 (load_shlib, lookup_function): Change prototypes.
11087 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11088 (translate_offset): Remove declarations.
11089 (get_text_addr): New declaration.
11090 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11091 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11092 sym-file-loader.h.
11093 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11094 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11095 here from sym-file-loader.h.
11096 (struct library): New structure.
11097 (load_shlib, lookup_function): Change prototypes and adjust to
11098 work with a struct library.
11099 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11100 (translate_offset): Make static.
11101 (get_text_addr): New function.
11102 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11103
11104 2014-04-15 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11107
11108 2014-04-15 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/sym-file-loader.c: Include <limits.h>.
11111 (SELF_LINK): New define.
11112 (get_origin): New function.
11113 (load_shlib): Use it.
11114 * gdb.base/sym-file.exp: Don't early return if the target is
11115 remote. Use runto_main, and issue fail is that fails. Use
11116 gdb_load_shlibs.
11117 (shlib_name): Delete.
11118 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11119
11120 2014-04-15 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/sym-file.exp: Remove regex characters from test
11123 message. Don't refer to breakpoint numbers in test messages.
11124
11125 2014-04-14 Keith Seitz <keiths@redhat.com>
11126
11127 PR c++/16253
11128 * gdb.cp/var-tag.cc: New file.
11129 * gdb.cp/var-tag.exp: New file.
11130 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11131 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11132 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11133 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11134
11135 2014-04-14 Tom Tromey <tromey@redhat.com>
11136
11137 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11138 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11139 type.
11140 * gdb.cp/enum-class.exp: New file.
11141 * gdb.cp/enum-class.cc: New file.
11142
11143 2014-04-14 Tom Tromey <tromey@redhat.com>
11144
11145 * gdb.dwarf2/enum-type.exp: New file.
11146
11147 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11148
11149 * gdb.mi/mi-vla-c99.exp: New file.
11150 * gdb.mi/vla.c: New file.
11151
11152 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11153
11154 * gdb.base/vla-datatypes.c: New file.
11155 * gdb.base/vla-datatypes.exp: New file.
11156
11157 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11158
11159 * gdb.base/vla-ptr.c: New file.
11160 * gdb.base/vla-ptr.exp: New file.
11161
11162 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11163
11164 * gdb.dwarf2/count.exp: New file.
11165
11166 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11167
11168 * gdb.base/vla-sideeffect.c: New file.
11169 * gdb.base/vla-sideeffect.exp: New file.
11170
11171 2014-04-14 David Blaikie <dblaikie@gmail.com>
11172
11173 * gdb.mi/non-stop.c: Add return value for non-void function return
11174 statement.
11175 * gdb.threads/staticthreads.c: Ditto.
11176
11177 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11178 Doug Evans <xdje42@gmail.com>
11179
11180 * gdb.guile/scm-value.c: Improve test case.
11181 * gdb.guile/scm-value.exp: Add new test.
11182
11183 2014-04-11 David Blaikie <dblaikie@gmail.com>
11184
11185 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11186 override Clang's default.
11187
11188 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11189
11190 Revert the following changes (regressions):
11191
11192 * gdb.base/vla-sideeffect.c: New file.
11193 * gdb.base/vla-sideeffect.exp: New file.
11194
11195 * gdb.dwarf2/count.exp: New file.
11196
11197 * gdb.base/vla-multi.c: New file.
11198 * gdb.base/vla-multi.exp: New file.
11199
11200 * gdb.base/vla-ptr.c: New file.
11201 * gdb.base/vla-ptr.exp: New file.
11202
11203 * gdb.base/vla-datatypes.c: New file.
11204 * gdb.base/vla-datatypes.exp: New file.
11205
11206 * gdb.mi/mi-vla-c99.exp: New file.
11207 * gdb.mi/vla.c: New file.
11208
11209 2014-04-11 Keith Seitz <keiths@redhat.com>
11210
11211 PR c++/16675
11212 * gdb.cp/cpsizeof.exp: New file.
11213 * gdb.cp/cpsizeof.cc: New file.
11214
11215 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11216
11217 * gdb.mi/mi-vla-c99.exp: New file.
11218 * gdb.mi/vla.c: New file.
11219
11220 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11221
11222 * gdb.base/vla-datatypes.c: New file.
11223 * gdb.base/vla-datatypes.exp: New file.
11224
11225 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11226
11227 * gdb.base/vla-ptr.c: New file.
11228 * gdb.base/vla-ptr.exp: New file.
11229
11230 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11231
11232 * gdb.base/vla-multi.c: New file.
11233 * gdb.base/vla-multi.exp: New file.
11234
11235 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11236
11237 * gdb.dwarf2/count.exp: New file.
11238
11239 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11240
11241 * gdb.base/vla-sideeffect.c: New file.
11242 * gdb.base/vla-sideeffect.exp: New file.
11243
11244 2014-04-11 Yao Qi <yao@codesourcery.com>
11245
11246 * gdb.base/completion.exp: Check file exists before running tests
11247 on file completion.
11248
11249 2014-04-10 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.base/cond-eval-mode.c: New file.
11252 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11253 prepare_for_testing to build the new file. Check result of
11254 runto_main.
11255 (test_break, test_watch): New procedures.
11256 (top level): Use them.
11257
11258 2014-04-08 Pierre Muller <muller@sourceware.org>
11259
11260 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11261 Ctrl-V use for mingw hosts.
11262
11263 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11264
11265 * gdb.python/py-value.c: Improve test case.
11266 * gdb.python/py-value.exp: Add new test.
11267
11268 2014-04-07 David Blaikie <dblaikie@gmail.com>
11269
11270 * lib/compiler.c: Identify the clang compiler.
11271 * lib/compiler.cc: Ditto.
11272
11273 2014-04-03 Yao Qi <yao@codesourcery.com>
11274
11275 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11276
11277 2014-04-01 Anton Blanchard <anton@samba.org>
11278
11279 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11280 messages unique.
11281
11282 2014-04-01 Anton Blanchard <anton@samba.org>
11283
11284 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11285 prepare_for_testing.
11286
11287 2014-04-01 Anton Blanchard <anton@samba.org>
11288
11289 * gdb.arch/ppc64-atomic-inst.c: Remove.
11290 * gdb.arch/ppc64-atomic-inst.S: New file.
11291 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11292
11293 2014-03-31 Doug Evans <dje@google.com>
11294
11295 * gdb.base/print-symbol-loading-lib.c: New file.
11296 * gdb.base/print-symbol-loading-main.c: New file.
11297 * gdb.base/print-symbol-loading.exp: New file.
11298
11299 2014-03-31 Yao Qi <yao@codesourcery.com>
11300
11301 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11302
11303 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.ada/mi_dyn_arr: New testcase.
11306
11307 2014-03-27 Doug Evans <dje@google.com>
11308
11309 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11310
11311 2014-03-27 Yao Qi <yao@codesourcery.com>
11312
11313 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11314 if target is nios2-*-*.
11315
11316 2014-03-26 Yao Qi <yao@codesourcery.com>
11317
11318 * lib/gdb.exp (readline_is_used): New proc.
11319 * gdb.base/completion.exp: Move tests on command complete up.
11320 Skip the rest of tests if readline is not used.
11321 * gdb.ada/complete.exp: Skp the test if readline is not
11322 used.
11323 * gdb.base/filesym.exp: Likewise.
11324 * gdb.base/macscp.exp: Likewise.
11325 * gdb.base/readline-ask.exp: Likewise.
11326 * gdb.base/readline.exp: Likewise.
11327 * gdb.python/py-cmd.exp: Likewise.
11328 * gdb.trace/tfile.exp: Likewise.
11329
11330 2014-03-26 Yao Qi <yao@codesourcery.com>
11331
11332 * gdb.base/macscp.exp: Fix code format issues.
11333
11334 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11335
11336 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11337 * gdb.asm/powerpc64le.inc: New file.
11338
11339 2014-03-25 Pedro Alves <palves@redhat.com>
11340 Doug Evans <dje@google.com>
11341
11342 * gdb.base/source-execution.c: New file.
11343 * gdb.base/source-execution.exp: New file.
11344 * gdb.base/source-execution.gdb: New file.
11345
11346 2014-03-24 Doug Evans <dje@google.com>
11347
11348 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11349 using fission.
11350
11351 2014-03-24 Hui Zhu <hui@codesourcery.com>
11352 Pedro Alves <palves@redhat.com>
11353
11354 PR breakpoints/16101
11355 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11356 test pass/fail messages. Detect missing support for dprintf when
11357 breakpoints are actually inserted.
11358 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11359 breakpoints are actually inserted.
11360 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11361 fails.
11362
11363 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11366
11367 2014-03-22 Doug Evans <xdje42@gmail.com>
11368
11369 * gdb.python/python.exp (python not supported): Verify multi-line
11370 python command issues an error.
11371 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11372 guile command issues an error.
11373
11374 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11375
11376 * gdb.threads/thread-specific.exp: Handle the lack of usable
11377 $this_breakpoint and $this_thread.
11378
11379 2014-03-21 Hui Zhu <hui@codesourcery.com>
11380
11381 * gdb.base/attach.exp (do_command_attach_tests): New.
11382
11383 2014-03-20 Tom Tromey <tromey@redhat.com>
11384 Pedro Alves <palves@redhat.com>
11385
11386 PR cli/15718
11387 * gdb.base/condbreak-call-false.c: New file.
11388 * gdb.base/condbreak-call-false.exp: New file.
11389
11390 2014-03-20 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11393 Delete.
11394 (block_signals, unblock_signals): Delete.
11395 (child_function_2, main): Remove references to deleted variable
11396 and functions.
11397
11398 2014-03-20 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11401 Use pthread_kill to signal thread 2.
11402 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11403 Adjust to make the test send itself a signal rather than using the
11404 host's "kill" command.
11405
11406 2014-03-20 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.threads/multiple-step-overs.c: New file.
11409 * gdb.threads/multiple-step-overs.exp: New file.
11410 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11411 Adjust expected infrun debug output.
11412
11413 2014-03-20 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11416 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11417
11418 2014-03-20 Pedro Alves <palves@redhat.com>
11419
11420 PR breakpoints/7143
11421 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11422 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11423 of gdb_test_multiple.
11424 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11425 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11426
11427 2014-03-20 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11430 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11431
11432 2014-03-19 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/async.exp: Remove early return.
11435
11436 2014-03-19 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11439
11440 2014-03-19 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/async.exp (test_background): Expect \r\n after
11443 "completed." in the fail pattern.
11444
11445 2014-03-19 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/async.exp (test_background): New procedure.
11448 Use it for all background execution command tests.
11449
11450 2014-03-19 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.base/async.exp: Use prepare_for_testing.
11453
11454 2014-03-19 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11457 the same line.
11458
11459 2014-03-19 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.base/async.c (main): Add "jump here" and "until here" line
11462 marker comments.
11463 * gdb.base/async.exp (jump_here): New global.
11464 (jump& test): Use it.
11465 (until_here): New global.
11466 (until& test): Use it.
11467
11468 2014-03-19 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/async.exp: Don't frob gdb_protocol.
11471
11472 2014-03-18 Doug Evans <xdje42@gmail.com>
11473
11474 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11475 Fix spelling of exec-done-display.
11476
11477 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 PR gdb/15358
11480 * gdb.base/gdb-sigterm.c: New file.
11481 * gdb.base/gdb-sigterm.exp: New file.
11482
11483 2014-03-18 Pedro Alves <palves@redhat.com>
11484
11485 PR gdb/13860
11486 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11487 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11488 solib-event.
11489
11490 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11491
11492 * gdb.ada/pckd_arr_ren: New testcase.
11493
11494 2014-03-13 Doug Evans <xdje42@gmail.com>
11495
11496 PR guile/16612
11497 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11498 collect after discarding symbols.
11499
11500 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11501 Doug Evans <xdje42@gmail.com>
11502
11503 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11504 to history survives a gc.
11505
11506 2014-03-13 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.base/default.exp: Don't test "target procfs".
11509
11510 2014-03-13 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.base/default.exp: Update "target child" and "target procfs"
11513 tests to not expect "Unix".
11514
11515 2014-03-12 Tom Tromey <tromey@redhat.com>
11516
11517 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11518 New procs. Add target-async tests.
11519 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11520 Add target-async tests.
11521
11522 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11523
11524 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11525 'func_start' and 'func_end' for the beginning and end of the
11526 function code, respectively.
11527 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11528 'func_end' instead of 'func' and 'main'.
11529
11530 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11531
11532 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11533 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11534 generate the debug info assembler source.
11535
11536 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11537
11538 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11539 * gdb.dwarf2/arr-subrange.exp: Likewise.
11540 * gdb.dwarf2/dwz.exp: Likewise.
11541 * gdb.dwarf2/method-ptr.exp: Likewise.
11542 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11543 * gdb.dwarf2/subrange.exp: Likewise.
11544 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11545 * gdb.dwarf2/implptrpiece.exp: Likewise.
11546 * gdb.dwarf2/nostaticblock.exp: Likewise.
11547
11548 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11549
11550 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11551 directory to absolute path name arguments.
11552
11553 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11554
11555 * gdb.ada/tagged_access: New testcase.
11556
11557 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11558
11559 * gdb.btrace/data.exp: Update expected output.
11560
11561 2014-03-06 Yao Qi <yao@codesourcery.com>
11562
11563 * gdb.trace/pr16508.exp: New file.
11564
11565 2014-03-05 Pedro Alves <palves@redhat.com>
11566
11567 PR gdb/16575
11568 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11569 procedure.
11570 (top level): Adjust to use it. Add tests that exercise breakpoint
11571 interaction with the code-cache.
11572
11573 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11574
11575 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11576 test for 'history-append!'.
11577
11578 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11579
11580 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11581 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11582 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11583 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11584 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11585 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11586
11587 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11588
11589 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11590 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11591 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11592
11593 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11594
11595 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11596
11597 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11598
11599 * gdb.dwarf2/arr-stride.c: New file.
11600 * gdb.dwarf2/arr-stride.exp: New file.
11601
11602 2014-02-26 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11605 that won't ever trigger. Make sure that GDB reports the correct
11606 breakpoint that caused the stop.
11607
11608 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11609
11610 PR gdb/16626
11611 * gdb.base/auto-load-script: New file.
11612 * gdb.base/auto-load.c: New file.
11613 * gdb.base/auto-load.exp: New file.
11614
11615 PR gdb/16626
11616 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11617
11618 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11619
11620 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11621 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11622
11623 2014-02-24 Doug Evans <dje@google.com>
11624
11625 * lib/gdb.exp (run_on_host): Log error output if program fails.
11626
11627 2014-02-21 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.threads/step-after-sr-lock.c: Rename to ...
11630 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11631 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11632 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11633 ... this.
11634
11635 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11636
11637 PR tdep/16397
11638 * gdb.arch/amd64-stap-special-operands.exp: New file.
11639 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11640 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11641 * gdb.arch/amd64-stap-triplet.S: Likewise.
11642 * gdb.arch/amd64-stap-triplet.c: Likewise.
11643
11644 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11645
11646 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11647 in .section pseudo-op.
11648
11649 2014-02-20 lin zuojian <manjian2006@gmail.com>
11650 Joel Brobecker <brobecker@adacore.com>
11651 Doug Evans <xdje42@gmail.com>
11652
11653 PR symtab/16581
11654 * gdb.dwarf2/dw2-icycle.S: New file.
11655 * gdb.dwarf2/dw2-icycle.c: New file.
11656 * gdb.dwarf2/dw2-icycle.exp: New file.
11657
11658 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11659
11660 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11661 operations on gdb.Value objects.
11662 * gdb.python/py-value-cc.exp: Add new test to test operations on
11663 gdb.Value objects.
11664
11665 2014-02-18 Doug Evans <dje@google.com>
11666
11667 * Makefile.in (TESTS): New variable.
11668 (expanded_tests, expanded_tests_or_none): New variables
11669 (check-single): Pass $(expanded_tests_or_none) to runtest.
11670 (check-parallel): Only run tests in $(TESTS) if non-empty.
11671 (check/no-matching-tests-found): New rule.
11672 * README: Document TESTS makefile variable.
11673
11674 2014-02-18 Doug Evans <dje@google.com>
11675
11676 * Makefile.in (check-parallel): rm -rf outputs temp.
11677
11678 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 Fix "ERROR: no fileid for" in the testsuite.
11681 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11682
11683 2014-02-12 Doug Evans <dje@google.com>
11684
11685 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11686 (MISCELLANEOUS): New variable.
11687 (clean): rm -rf $(MISCELLANEOUS).
11688 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11689 dwp live in the same directory as symlinks, with each symlink pointed
11690 to a differently named file in a different directory.
11691
11692 2014-02-11 Doug Evans <dje@google.com>
11693
11694 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11695 of Tcl file commands.
11696
11697 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11698
11699 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11700 "kill -SIGUSR1 -1".
11701
11702 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11703
11704 * gdb.ada/tick_length_array_enum_idx: New testcase.
11705
11706 2014-02-10 Doug Evans <xdje42@gmail.com>
11707
11708 * configure.ac (AC_OUTPUT): Add gdb.guile.
11709 * configure: Regenerate.
11710 * lib/gdb-guile.exp: New file.
11711 * lib/gdb.exp (get_target_charset): New function.
11712 * gdb.base/help.exp: Update expected output from "apropos apropos".
11713 * gdb.guile/Makefile.in: New file.
11714 * gdb.guile/guile.exp: New file.
11715 * gdb.guile/scm-arch.c: New file.
11716 * gdb.guile/scm-arch.exp: New file.
11717 * gdb.guile/scm-block.c: New file.
11718 * gdb.guile/scm-block.exp: New file.
11719 * gdb.guile/scm-breakpoint.c: New file.
11720 * gdb.guile/scm-breakpoint.exp: New file.
11721 * gdb.guile/scm-disasm.c: New file.
11722 * gdb.guile/scm-disasm.exp: New file.
11723 * gdb.guile/scm-equal.c: New file.
11724 * gdb.guile/scm-equal.exp: New file.
11725 * gdb.guile/scm-error.exp: New file.
11726 * gdb.guile/scm-error.scm: New file.
11727 * gdb.guile/scm-frame-args.c: New file.
11728 * gdb.guile/scm-frame-args.exp: New file.
11729 * gdb.guile/scm-frame-args.scm: New file.
11730 * gdb.guile/scm-frame-inline.c: New file.
11731 * gdb.guile/scm-frame-inline.exp: New file.
11732 * gdb.guile/scm-frame.c: New file.
11733 * gdb.guile/scm-frame.exp: New file.
11734 * gdb.guile/scm-generics.exp: New file.
11735 * gdb.guile/scm-gsmob.exp: New file.
11736 * gdb.guile/scm-iterator.c: New file.
11737 * gdb.guile/scm-iterator.exp: New file.
11738 * gdb.guile/scm-math.c: New file.
11739 * gdb.guile/scm-math.exp: New file.
11740 * gdb.guile/scm-objfile-script-gdb.in: New file.
11741 * gdb.guile/scm-objfile-script.c: New file.
11742 * gdb.guile/scm-objfile-script.exp: New file.
11743 * gdb.guile/scm-objfile.c: New file.
11744 * gdb.guile/scm-objfile.exp: New file.
11745 * gdb.guile/scm-ports.exp: New file.
11746 * gdb.guile/scm-pretty-print.c: New file.
11747 * gdb.guile/scm-pretty-print.exp: New file.
11748 * gdb.guile/scm-pretty-print.scm: New file.
11749 * gdb.guile/scm-section-script.c: New file.
11750 * gdb.guile/scm-section-script.exp: New file.
11751 * gdb.guile/scm-section-script.scm: New file.
11752 * gdb.guile/scm-symbol.c: New file.
11753 * gdb.guile/scm-symbol.exp: New file.
11754 * gdb.guile/scm-symtab-2.c: New file.
11755 * gdb.guile/scm-symtab.c: New file.
11756 * gdb.guile/scm-symtab.exp: New file.
11757 * gdb.guile/scm-type.c: New file.
11758 * gdb.guile/scm-type.exp: New file.
11759 * gdb.guile/scm-value-cc.cc: New file.
11760 * gdb.guile/scm-value-cc.exp: New file.
11761 * gdb.guile/scm-value.c: New file.
11762 * gdb.guile/scm-value.exp: New file.
11763 * gdb.guile/source2.scm: New file.
11764 * gdb.guile/types-module.cc: New file.
11765 * gdb.guile/types-module.exp: New file.
11766
11767 2014-02-10 Yao Qi <yao@codesourcery.com>
11768
11769 PR testsuite/16543
11770 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11771 * configure: Regenerated.
11772 * Makefile.in: New file.
11773
11774 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11775
11776 * gdb.python/py-framefilter.exp: Fix typo.
11777
11778 2014-02-08 Yao Qi <yao@codesourcery.com>
11779
11780 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11781 that no =breakpoint-modified is emitted when breakpoints are
11782 modified through MI commands.
11783
11784 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11785 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.threads/step-after-sr-lock.c: New file.
11788 * gdb.threads/step-after-sr-lock.exp: New file.
11789
11790 2014-02-07 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11793
11794 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11795
11796 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11797 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11798
11799 2014-02-06 Doug Evans <xdje42@gmail.com>
11800
11801 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11802 output.
11803
11804 * gdb.gdb/python-interrupts.exp: New file.
11805
11806 2014-02-05 Yao Qi <yao@codesourcery.com>
11807
11808 * gdb.trace/report.exp (use_collected_data): Test the output
11809 of "info threads" and "info inferiors".
11810
11811 2014-02-05 Yao Qi <yao@codesourcery.com>
11812
11813 Revert this patch:
11814
11815 2013-05-24 Yao Qi <yao@codesourcery.com>
11816
11817 * gdb.trace/tfile.exp: Test inferior and thread.
11818
11819 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11820
11821 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11822 on a function.
11823 * gdb.base/step-bt.c: Call hello via function pointer to make
11824 sure its first instruction is executed on powerpc64le-linux.
11825
11826 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11827
11828 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11829
11830 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11831
11832 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11833 of the test patterns for use on little-endian systems.
11834
11835 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11836
11837 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11838 (decimal_vector): Fix for little-endian.
11839
11840 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11841
11842 * gdb.arch/sparc-sysstep.exp: New file.
11843 * gdb.arch/sparc-sysstep.c: Likewise.
11844
11845 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11846
11847 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11848
11849 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11850
11851 2014-01-23 Tom Tromey <tromey@redhat.com>
11852
11853 * gdb.ada/array_char_idx: New testcase.
11854
11855 2014-01-23 Tom Tromey <tromey@redhat.com>
11856
11857 PR python/16487:
11858 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11859 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11860 classes.
11861
11862 2014-01-23 Tom Tromey <tromey@redhat.com>
11863
11864 PR python/16491:
11865 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11866 string from an inferior frame.
11867 * gdb.python/py-framefilter-mi.exp: Update.
11868
11869 2014-01-22 Doug Evans <dje@google.com>
11870
11871 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11872
11873 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11874
11875 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11876
11877 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11878
11879 * gdb.trace/entry-values.exp: Remove excess space character from
11880 regex patterns. Handle s390 call instruction.
11881
11882 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11883
11884 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11885 define "*_start" label. Make "name" static.
11886 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11887 ${name} by references to ${name}_start.
11888
11889 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11890
11891 * gdb.base/info-macros.exp: Remove "debug" from the compile
11892 options.
11893
11894 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11895
11896 * gdb.dlang/demangle.exp: New file.
11897
11898 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11899
11900 * gdb.dlang/primitive-types.exp: New file.
11901
11902 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11903
11904 * configure.ac: Create gdb.dlang/Makefile.
11905 * configure: Regenerate.
11906 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11907 * gdb.dlang/Makefile.in: New file.
11908 * lib/d-support.exp: New file.
11909 * lib/gdb.exp (skip_d_tests): New proc.
11910
11911 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11912
11913 * gdb.btrace/delta.exp: Check reverse stepi.
11914 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11915 * gdb.btrace/finish.exp: New.
11916 * gdb.btrace/next.exp: New.
11917 * gdb.btrace/nexti.exp: New.
11918 * gdb.btrace/record_goto.c: Add comments.
11919 * gdb.btrace/step.exp: New.
11920 * gdb.btrace/stepi.exp: New.
11921 * gdb.btrace/multi-thread-step.c: New.
11922 * gdb.btrace/multi-thread-step.exp: New.
11923 * gdb.btrace/rn-dl-bind.c: New.
11924 * gdb.btrace/rn-dl-bind.exp: New.
11925 * gdb.btrace/data.c: New.
11926 * gdb.btrace/data.exp: New.
11927 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11928
11929 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11930
11931 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11932 * gdb.btrace/exception.exp: Update.
11933 * gdb.btrace/instruction_history.exp: Update.
11934 * gdb.btrace/record_goto.exp: Update.
11935 * gdb.btrace/tailcall.exp: Update.
11936 * gdb.btrace/unknown_functions.exp: Update.
11937 * gdb.btrace/delta.exp: New.
11938
11939 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11940
11941 * gdb.btrace/record_goto.exp: Add backtrace test.
11942 * gdb.btrace/tailcall.exp: Add backtrace test.
11943
11944 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11947 * gdb.btrace/record_goto.c: New.
11948 * gdb.btrace/record_goto.exp: New.
11949 * gdb.btrace/x86-record_goto.S: New.
11950
11951 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11952
11953 * gdb.btrace/function_call_history.exp: Update tests.
11954 * gdb.btrace/instruction_history.exp: Update tests.
11955
11956 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11957
11958 * gdb.btrace/function_call_history.exp: Fix expected field
11959 order for "record function-call-history".
11960 Add new tests for "record function-call-history /c".
11961 * gdb.btrace/exception.cc: New.
11962 * gdb.btrace/exception.exp: New.
11963 * gdb.btrace/tailcall.exp: New.
11964 * gdb.btrace/x86-tailcall.S: New.
11965 * gdb.btrace/x86-tailcall.c: New.
11966 * gdb.btrace/unknown_functions.c: New.
11967 * gdb.btrace/unknown_functions.exp: New.
11968 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11969
11970 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11971
11972 * gdb.btrace/instruction_history.exp: Update.
11973 * gdb.btrace/function_call_history.exp: Update.
11974
11975 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11976
11977 * gdb.btrace/function_call_history.exp: Fix expected function
11978 trace.
11979 * gdb.btrace/instruction_history.exp: Initialize traced.
11980 Remove traced_functions.
11981
11982 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11983
11984 * gdb.btrace/function_call_history.exp: Update
11985 * gdb.btrace/instruction_history.exp: Update.
11986
11987 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11988
11989 * gdb.btrace/enable.exp: Update expected text.
11990
11991 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11992
11993 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11994 bytes.
11995
11996 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11997
11998 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11999
12000 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12001
12002 * lib/gdb.exp (supports_process_record): Return true for
12003 arm*-linux*. (supports_reverse): Likewise.
12004
12005 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12006
12007 PR python/15464
12008 PR python/16113
12009 * gdb.python/py-type.c: Enhance test case.
12010 * gdb.python/py-value-cc.cc: Likewise
12011 * gdb.python/py-type.exp: Add new tests.
12012 * gdb.python/py-value-cc.exp: Likewise
12013
12014 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12015 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12018 Make "name" extern.
12019 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12020 references to ${name}_start by references to ${name}.
12021
12022 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12025
12026 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12027
12028 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12029
12030 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12031 Pedro Alves <palves@redhat.com>
12032
12033 * gdb.mi/mi-info-os.exp: Connect to the target with
12034 mi_gdb_target_load.
12035
12036 2014-01-08 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.threads/reconnect-signal.c: New file.
12039 * gdb.threads/reconnect-signal.exp: New file.
12040
12041 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12042
12043 * gdb.base/source-dir.exp: New file.
12044
12045 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12046
12047 * gdb.ada/mi_interface: New testcase.
12048
12049 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12050
12051 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12052 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12053 gdb.ada/pp-rec-component/pck.ads: New files.
12054
12055 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12056
12057 * gdb.python/py-pp-integral.c: New file.
12058 * gdb.python/py-pp-integral.py: New file.
12059 * gdb.python/py-pp-integral.exp: New file.
12060
12061 For older changes see ChangeLog-1993-2013.
12062 \f
12063 ;; Local Variables:
12064 ;; mode: change-log
12065 ;; left-margin: 8
12066 ;; fill-column: 74
12067 ;; version-control: never
12068 ;; End:
12069
12070 Copyright 2014-2017 Free Software Foundation, Inc.
12071 Copying and distribution of this file, with or without modification,
12072 are permitted provided the copyright notice and this notice are preserved.
This page took 0.381497 seconds and 5 git commands to generate.