Allow indexing of &str in Rust
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-10-02 Tom Tromey <tom@tromey.com>
2
3 * gdb.rust/simple.exp: Test index of slice.
4
5 2017-09-27 Tom Tromey <tom@tromey.com>
6
7 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8
9 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
10 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/compare-sections.exp (get value of read-only section): Read
13 as unsigned value.
14 (corrupt read-only section): Likewise and don't set written if patching
15 failed.
16
17 2017-09-21 Kevin Buettner <kevinb@redhat.com>
18
19 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
20 files.
21
22 2017-09-20 Pedro Alves <palves@redhat.com>
23
24 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
25 symbol names in gdb's output.
26 * gdb.cp/overload.exp ("list all overloads"): Likewise.
27
28 2017-09-20 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
31 Rename to ...
32 (test_list_ambiguous_symbol): ... this and add a symbol name
33 parameter. Adjust.
34 (test_list_ambiguous_function): Reimplement on top of
35 test_list_ambiguous_symbol and also test listing ambiguous
36 variables.
37 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
38 (ambiguous_fun): ... this.
39 (ambiguous_var): New.
40 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
41 (ambiguous_fun): ... this.
42 (ambiguous_var): New.
43
44 2017-09-19 John Baldwin <jhb@FreeBSD.org>
45
46 * gdb.base/starti.c: New file.
47 * gdb.base/starti.exp: New file.
48 * lib/gdb.exp (gdb_starti_cmd): New procedure.
49
50 2017-09-14 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
53 (top level): Use it instead of runto.
54
55 2017-09-11 Tom Tromey <tom@tromey.com>
56
57 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
58
59 2017-09-11 Tom Tromey <tom@tromey.com>
60
61 * gdb.python/py-infthread.exp: Add tests for new_thread event.
62 * gdb.python/py-inferior.exp: Add tests for new inferior events.
63
64 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
65
66 * gdb.fortran/printing-types.exp: New file.
67 * gdb.fortran/printing-types.exp: New file.
68
69 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
70
71 * gdb.fortran/vla-ptype.exp: Fix typos.
72 * gdb.fortran/vla-value.exp: Same.
73
74 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
75
76 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
77 * gdb.mi/mi-var-child-f.exp: Likewise.
78 * gdb.mi/mi-vla-fortran.exp: Likewise.
79
80 2017-09-08 Frank Penczek <frank.penczek@intel.com>
81 Christoph Weinmann <christoph.t.weinmann@intel.com>
82 Bernhard Heckel <bernhard.heckel@intel.com>
83
84 * gdb.fortran/ptr-indentation.f90: New file.
85 * gdb.fortran/ptr-indentation.exp: New file.
86
87 2017-09-05 Tom Tromey <tom@tromey.com>
88
89 PR gdb/22010:
90 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
91
92 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
93
94 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
95
96 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 * gdb.threads/tls-nodebug-pie.c: New file.
99 * gdb.threads/tls-nodebug-pie.exp: New file.
100
101 2017-09-05 Tom Tromey <tom@tromey.com>
102
103 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
104 for rust.
105
106 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
107
108 * gdb.multi/multi-arch-exec.exp: Test with different
109 "follow-exec-mode" settings.
110 (do_test): New procedure.
111
112 2017-09-04 Pedro Alves <palves@redhat.com>
113
114 * gdb.base/func-static.c (S::method const, S::method volatile)
115 (S::method volatile const): New methods.
116 (c_s, v_s, cv_s): New instances.
117 (main): Call method() on them.
118 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
119 (cannot_resolve): New procedure.
120 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
121 print-quote-unquoted columns.
122 (do_test): Test printing each scope too.
123
124 2017-09-04 Pedro Alves <palves@redhat.com>
125
126 * gdb.base/local-static.exp: Also test with
127 class::method::variable wholly quoted.
128 * gdb.cp/m-static.exp (class::method::variable): Remove test.
129
130 2017-09-04 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/local-static.c: New.
133 * gdb.base/local-static.cc: New.
134 * gdb.base/local-static.exp: New.
135
136 2017-09-04 Pedro Alves <palves@redhat.com>
137
138 * gdb.asm/asm-source.exp: Add casts to int.
139 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
140 (dataglobal64_1, dataglobal64_2): New globals.
141 * gdb.base/nodebug.exp: Test different expressions involving the
142 new globals, with print, whatis and ptype. Add casts to int.
143 * gdb.base/solib-display.exp: Add casts to int.
144 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
145 * gdb.cp/m-static.exp: Add cast to int.
146 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
147 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
148 tls variable with no debug info without a cast. Test with a cast
149 to int too.
150 * gdb.trace/entry-values.exp: Add casts.
151
152 2017-09-04 Pedro Alves <palves@redhat.com>
153
154 * gdb.base/nodebug.exp: Test that ptype's error about functions
155 with unknown return type includes the function name too.
156
157 2017-09-04 Pedro Alves <palves@redhat.com>
158
159 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
160 return type of munmap in infcall.
161 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
162 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
163 type of ftell in infcall.
164 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
165 type of getpid in infcall.
166 * gdb.base/infcall-exec.exp: Cast return type of execlp in
167 infcall.
168 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
169 Bail on failure to extract the pid.
170 * gdb.base/nodebug.c: #include <stdint.h>.
171 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
172 New functions.
173 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
174 Change expected output of print/whatis/ptype with functions with
175 no debug info. Test all supported languages. Call
176 test_call_promotion.
177 * gdb.compile/compile.exp: Adjust expected output to expect
178 warning.
179 * gdb.threads/siginfo-threads.exp: Likewise.
180
181 2017-09-04 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/callfuncs.exp (do_function_calls): New parameter
184 "prototypes". Test calling float functions via prototyped and
185 unprototyped function pointers.
186 (perform_all_tests): New parameter "prototypes". Pass it down.
187 (top level): Pass down "prototypes" parameter to
188 perform_all_tests.
189
190 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
191
192 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
193 Test with nested loops.
194
195 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
196
197 * gdb.base/commands.exp: Call the new procedures.
198 (loop_break_test, loop_continue_test): New procedures.
199
200 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
201
202 * gdb.base/commands.exp: Call new procedure.
203 (define_if_without_arg_test): New procedure.
204
205 2017-09-04 Pedro Alves <palves@redhat.com>
206
207 * gdb.base/list-ambiguous.exp: New file.
208 * gdb.base/list-ambiguous0.c: New file.
209 * gdb.base/list-ambiguous1.c: New file.
210 * gdb.base/list.exp (test_list_range): Adjust expected output.
211
212 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
213
214 * gdb.base/share-env-with-gdbserver.c: New file.
215 * gdb.base/share-env-with-gdbserver.exp: Likewise.
216
217 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
218
219 * gdb.base/commands.exp (gdbvar_simple_if_test,
220 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
221 progvar_simple_if_test, progvar_simple_while_test,
222 progvar_complex_if_while_test, user_defined_command_test,
223 user_defined_command_args_eval,
224 user_defined_command_args_stack_test,
225 user_defined_command_manyargs_test, bp_deleted_in_command_test,
226 temporary_breakpoint_commands,
227 gdb_test_no_prompt, redefine_hook_test,
228 redefine_backtrace_test): Remove "global gdb_prompt".
229
230 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
231
232 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
233 New proc, call it from toplevel.
234
235 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
236
237 PR remote/21852
238 * gdb.server/normal.c: New file, copied from gdb.base.
239 * gdb.server/run-without-local-binary.exp: New file.
240
241 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
242
243 * gdb.arch/sparc64-adi.exp: New file.
244 * gdb.arch/sparc64-adi.c: New file.
245
246 2017-08-22 Pedro Alves <palves@redhat.com>
247
248 * gdb.cp/overload.exp (line_range_pattern): New procedure.
249 (top level): Add "list all overloads" tests.
250
251 2017-08-22 Tom Tromey <tom@tromey.com>
252
253 * gdb.gdb/xfullpath.exp: Remove.
254
255 2017-08-21 Pedro Alves <palves@redhat.com>
256
257 PR gdb/19487
258 * gdb.base/symbol-alias.c: New.
259 * gdb.base/symbol-alias2.c: New.
260 * gdb.base/symbol-alias.exp: New.
261
262 2017-08-21 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/dfp-test.c
265 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
266 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
267 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
268 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
269 * gdb.base/whatis-ptype-typedefs.c: New.
270 * gdb.base/whatis-ptype-typedefs.exp: New.
271 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
272 (an_int, an_int_type, an_int_type2): New globals.
273 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
274 involving typedefs and cast expressions.
275 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
276 (lookup_typedefs_function): New.
277 (typedefs_pretty_printers_dict): New.
278 (top level): Register lookup_typedefs_function in
279 gdb.pretty_printers.
280
281 2017-08-18 Yao Qi <yao.qi@linaro.org>
282
283 * gdb.server/unittest.exp: New.
284
285 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
286
287 PR gdb/21954
288 * gdb.base/environ.exp: Add test to check if 'unset environment'
289 works.
290
291 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
292
293 * lib/gdb.exp (universal_compile_options): New caching proc.
294 (gdb_compile): Suppress GCC's coloring of messages.
295
296 2017-08-14 Tom Tromey <tom@tromey.com>
297
298 PR gdb/21675:
299 * gdb.base/printcmds.exp (test_radices): New function.
300 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
301 * gdb.base/sizeof.exp (check_valueof): Use p/d.
302 * lib/gdb.exp (get_integer_valueof): Use p/d.
303
304 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
305
306 * lib/gdb.exp (get_valueof): Don't capture end-of-line
307 characters.
308
309 2017-08-05 Tom Tromey <tom@tromey.com>
310
311 * gdb.rust/simple.exp: Allow String to appear in a different
312 namespace.
313
314 2017-07-26 Yao Qi <yao.qi@linaro.org>
315
316 * gdb.gdb/unittest.exp: Invoke command
317 "maintenance check xml-descriptions".
318
319 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
320
321 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
322 calling context.
323 (hex128): Drop erroneous calculation of parameters.
324
325 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
326
327 * gdb.python/py-unwind.exp: Disable stack protection when
328 building test file.
329
330 2017-07-20 Pedro Alves <palves@redhat.com>
331
332 * gdb.base/default.exp (set language): Adjust expected output.
333
334 2017-07-20 Pedro Alves <palves@redhat.com>
335
336 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
337 (test_minsym): ... this, and make static.
338 (get_pck__foo__bar__minsym): Rename to ...
339 (get_test_minsym): ... this.
340 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
341 symbol names and comments.
342 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
343 (get_test_minsym): ... this.
344 (pck__foo__bar__minsym__2): Rename to ...
345 (test_minsym): ... this.
346 (main): Adjust.
347
348 2017-07-17 Pedro Alves <palves@redhat.com>
349
350 * gdb.base/completion.exp: Adjust expected output.
351 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
352 the completer works.
353
354 2017-07-17 Pedro Alves <palves@redhat.com>
355
356 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
357
358 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
361
362 2017-07-14 Tom Tromey <tom@tromey.com>
363
364 PR rust/21764:
365 * gdb.rust/simple.exp: Add tests.
366
367 2017-07-14 Tom Tromey <tom@tromey.com>
368
369 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
370
371 2017-07-14 Pedro Alves <palves@redhat.com>
372
373 * gdb.linespec/base/one/thefile.cc (z1): New function.
374 * gdb.linespec/base/two/thefile.cc (z2): New function.
375 * gdb.linespec/linespec.exp: Add tests.
376
377 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
380 to mi_create_breakpoint.
381
382 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
385 mi_create_breakpoint.
386
387 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
388
389 * gdb.dlang/demangle.exp: Update for demangling changes.
390
391 2017-07-09 Tom Tromey <tom@tromey.com>
392
393 * gdb.dwarf2/shortpiece.exp: New file.
394
395 2017-07-06 David Blaikie <dblaikie@gmail.com>
396
397 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
398 built from fissiont-multi-cu{1,2}.c.
399 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
400 except putting 'main' and 'func' in separate CUs in the same DWO file.
401 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
402 test.
403 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
404 test.
405
406 2017-07-06 Pedro Alves <palves@redhat.com>
407
408 * gdb.python/py-unwind.exp: Test flushregs.
409
410 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
411
412 PR cli/21688
413 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
414 tests for alias commands and trailing whitespace.
415
416 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
417
418 PR cli/21688
419 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
420 procedure. Call it.
421
422 2017-06-29 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/printcmds.exp: Add tests.
425
426 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
427
428 PR gdb/21337
429 * gdb.base/reread-readsym.exp: New file.
430 * gdb.base/reread-readsym.c: New file.
431
432 2017-06-21 Kevin Buettner <kevinb@redhat.com>
433
434 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
435 subpattern.
436
437 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
438
439 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
440 extended mnemonic.
441 * gdb.arch/powerpc-power9.s: Likewise.
442
443 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
444
445 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
446 on 32-bit x86 targets. Exploit is_*_target macros where
447 appropriate.
448
449 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
450
451 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
452 register pieces.
453
454 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
455
456 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
457 located in one or more DWARF pieces.
458
459 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
460
461 * lib/gdb.exp (get_endianness): New proc.
462 * gdb.arch/aarch64-fp.exp: Use it.
463 * gdb.arch/altivec-regs.exp: Likewise.
464 * gdb.arch/e500-regs.exp: Likewise.
465 * gdb.arch/vsx-regs.exp: Likewise.
466 * gdb.base/dump.exp: Likewise.
467 * gdb.base/funcargs.exp: Likewise.
468 * gdb.base/gnu_vector.exp: Likewise.
469 * gdb.dwarf2/formdata16.exp: Likewise.
470 * gdb.dwarf2/implptrpiece.exp: Likewise.
471 * gdb.dwarf2/nonvar-access.exp: Likewise.
472 * gdb.python/py-inferior.exp: Likewise.
473 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
474
475 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
476
477 PR gdb/21226
478 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
479 stack value pieces are taken from the LSB end.
480
481 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
482
483 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
484 variable at nonzero offset.
485
486 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
487
488 * gdb.dwarf2/var-access.c: New file.
489 * gdb.dwarf2/var-access.exp: New test.
490 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
491
492 2017-06-12 Tom Tromey <tom@tromey.com>
493
494 * gdb.dwarf2/formdata16.exp: Add tests.
495
496 2017-06-12 Tom Tromey <tom@tromey.com>
497
498 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
499
500 2017-06-12 Tom Tromey <tom@tromey.com>
501
502 PR exp/16225:
503 * gdb.reverse/i386-sse-reverse.exp: Update tests.
504 * gdb.arch/vsx-regs.exp: Update tests.
505 * gdb.arch/s390-vregs.exp (hex128): New proc.
506 Update test.
507 * gdb.arch/altivec-regs.exp: Update tests.
508
509 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
510
511 * gdb.base/startup-with-shell.c: New file.
512 * gdb.base/startup-with-shell.exp: Likewise.
513
514 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
515
516 * gdb.server/non-existing-program.exp: Update regex in order to
517 reflect the fact that gdbserver is now using fork_inferior (with a
518 shell) to startup the inferior.
519
520 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
521
522 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
523 support function calls from GDB.
524
525 2017-05-21 Tom Tromey <tom@tromey.com>
526
527 PR rust/21466:
528 * gdb.rust/unsized.exp: New file.
529 * gdb.rust/unsized.rs: New file.
530
531 2017-05-19 Tom Tromey <tom@tromey.com>
532
533 PR rust/21484:
534 * gdb.rust/watch.exp: New file.
535 * gdb.rust/watch.rs: New file.
536
537 2017-05-18 Tom Tromey <tom@tromey.com>
538
539 * gdb.rust/simple.exp: Allow Box to be qualified.
540
541 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
542
543 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
544
545 2017-05-18 Pedro Alves <palves@redhat.com>
546
547 * gdb.base/fileio.c (test_write, test_read, test_close)
548 (test_fstat): Don't print 'ret' in the fail path.
549
550 2017-05-18 Pedro Alves <palves@redhat.com>
551
552 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
553 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
554 (test_system, test_rename, test_unlink, test_time): Change
555 prototypes.
556 * gdb.base/fileio.exp (stop_msg): Adjust.
557
558 2017-05-18 Pedro Alves <palves@redhat.com>
559
560 * gdb.base/fileio.c (null_str): New global.
561 (test_stat): Use it.
562 * gdb.base/fileio.exp: Remove nowarnings.
563
564 2017-05-17 Yao Qi <yao.qi@linaro.org>
565
566 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
567
568 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
569
570 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
571 argument command.
572 (top-level): Invoke test_set_inferior_tty.
573
574 2017-05-04 Pedro Alves <palves@redhat.com>
575
576 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
577 Add parens to print call for Python 3.
578
579 2017-05-03 Keith Seitz <keiths@redhat.com>
580
581 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
582 (main): Call it.
583
584 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
585
586 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
587 to prev and next.
588
589 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
590
591 * gdb.python/py-record-btrace.exp: Remove test for
592 gdb.BtraceInstruction.error.
593
594 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
595
596 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
597
598 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
599
600 * gdb.python/py-record-btrace-threads.c: New file.
601 * gdb.python/py-record-btrace-threads.exp: New file.
602
603 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
604
605 PR testsuite/8595
606 * gdb.base/environ.exp: Make test available in all architectures.
607 Move bits related to "info program" testing to
608 gdb.base/info-program.exp. Rewrite tests to use the two new
609 procedures mentione below.
610 (test_set_show_env_var) New procedure.
611 (test_set_show_env_var_equal): Likewise.
612 * gdb.base/info-program.exp: New file.
613
614 2017-04-27 Keith Seitz <keiths@redhat.com>
615
616 * gdb.cp/oranking.cc (test15): New function.
617 (main): Call test15 and declare additional variables for testing.
618 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
619 "p foo101('abc')" tests.
620 Add tests for cv qualifier overloads.
621 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
622 "lvalue reference overload" test.
623 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
624 "print value of f1 on Child&& in f2" test.
625
626 2017-04-19 Pedro Alves <palves@redhat.com>
627
628 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
629 procedure.
630 (top level): Call it.
631 * lib/gdb.exp (gdb_define_cmd): New procedure.
632
633 2017-04-12 Pedro Alves <palves@redhat.com>
634
635 PR gdb/21323
636 * gdb.cp/wide_char_types.c: Include <wchar.h>.
637 (wchar): New global.
638 * gdb.cp/wide_char_types.exp (wide_char_types_program)
639 (do_test_wide_char, wide_char_types_no_program, top level): Add
640 wchar_t testing.
641
642 2017-04-12 Pedro Alves <palves@redhat.com>
643
644 PR c++/21323
645 * gdb.cp/wide_char_types.c: New file.
646 * gdb.cp/wide_char_types.exp: New file.
647
648 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
649
650 PR gdb/21352
651 * gdb.trace/tsv.exp: Add test for "tsave -r".
652
653 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
654
655 * gdb.dlang/watch-loc.c: New file.
656 * gdb.dlang/watch-loc.exp: New file.
657
658 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
659
660 * gdb.python/py-section-script.exp (sepdebug): New testcases.
661
662 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
663
664 * gdb.arch/arc-analyze-prologue.S: New file.
665 * gdb.arch/arc-analyze-prologue.exp: Likewise.
666
667 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
668
669 * gdb.arch/arc-decode-insn.S: New file.
670 * gdb.arch/arc-decode-insn.exp: Likewise.
671
672 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
673
674 PR tdep/20928
675 * gdb.arch/sparc64-regs.exp: New file.
676 * gdb.arch/sparc64-regs.S: Likewise.
677
678 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
679
680 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
681 and memory view on Python 3.
682
683 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
684 Keith Seitz <keiths@redhat.com>
685
686 PR gdb/14441
687 * gdb.cp/demangle.exp: Add rvalue reference tests.
688 * gdb.cp/rvalue-ref-casts.cc: New file.
689 * gdb.cp/rvalue-ref-casts.exp: New file.
690 * gdb.cp/rvalue-ref-overload.cc: New file.
691 * gdb.cp/rvalue-ref-overload.exp: New file.
692 * gdb.cp/rvalue-ref-params.cc: New file.
693 * gdb.cp/rvalue-ref-params.exp: New file.
694 * gdb.cp/rvalue-ref-sizeof.cc: New file.
695 * gdb.cp/rvalue-ref-sizeof.exp: New file.
696 * gdb.cp/rvalue-ref-types.cc: New file.
697 * gdb.cp/rvalue-ref-types.exp: New file.
698 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
699 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
700
701 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
702
703 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
704 New procedure.
705
706 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
707
708 * lib/mi-support.exp (mi_gdb_test): Add additional message
709 for unexpected output.
710
711 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
712
713 * gdb.base/examine-backward.c (Barrier): New character array
714 constant, to ensure that TestStrings is preceded by a string
715 terminator.
716
717 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
718
719 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
720 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
721 and implicit pointer into such a location.
722
723 2017-03-16 Doug Evans <dje@google.com>
724
725 * gdb.python/py-lazy-string (pointer): Really add new typedef.
726
727 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
728
729 * gdb.cp/m-static.exp: Fix expectation for prototype of
730 test5.single_constructor and single_constructor::single_constructor.
731
732 2017-03-16 Doug Evans <dje@google.com>
733
734 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
735 * gdb.guile/scm-lazy-string.c: New file.
736 * gdb.guile/scm-value.exp: Move lazy string tests to ...
737 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
738 for pointer, array, typedef lazy strings.
739
740 2017-03-16 Doug Evans <dje@google.com>
741
742 PR python/17728, python/18439, python/18779
743 * gdb.python/py-value.c (main) Delete locals sptr, sn.
744 * gdb.python/py-lazy-string.c (pointer): New typedef.
745 (main): New locals ptr, array, typedef_ptr.
746 * gdb.python/py-value.exp: Move lazy string tests to ...
747 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
748 array, typedef lazy strings.
749
750 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
751
752 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
753 Add optional 'test' parameter.
754
755 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
756
757 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
758 Skip for versions of DejaGnu < 1.5.
759
760 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
761
762 * lib/gdb.exp (dejagnu_version): New proc.
763 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
764 Use dejagnu_version.
765
766 2017-03-10 Keith Seitz <keiths@redhat.com>
767
768 PR c++/8128
769 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
770 type from destructor regexps.
771 Add a branch which actually passes the test.
772 Adjust "ptype t5i" test names.
773
774 2017-03-08 Pedro Alves <palves@redhat.com>
775
776 * gdb.base/step-over-exit.exp: Add explicit test message.
777
778 2017-03-08 Pedro Alves <palves@redhat.com>
779
780 PR gdb/18360
781 * gdb.threads/interrupt-while-step-over.c: New file.
782 * gdb.threads/interrupt-while-step-over.exp: New file.
783
784 2017-03-08 Pedro Alves <palves@redhat.com>
785
786 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
787 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
788
789 2017-03-08 Pedro Alves <palves@redhat.com>
790
791 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
792 PKRU as not supported as a PASS.
793
794 2017-03-08 Pedro Alves <palves@redhat.com>
795
796 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
797 prefix instead of $binfile1/$binfile2.
798 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
799 in test message.
800 * gdb.python/py-completion.exp: Use "load python file" as test
801 messages instead of unstable path names.
802
803 2017-03-08 Pedro Alves <palves@redhat.com>
804 Jan Kratochvil <jan.kratochvil@redhat.com>
805
806 PR cli/21218
807 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
808 New proc.
809 (top level): Call it.
810
811 2017-03-08 Pedro Alves <palves@redhat.com>
812
813 PR tui/21216
814 * gdb.tui/tui-nl-filtered-output.exp: New file.
815
816 2017-03-08 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/completion.exp: Move TUI completion tests to ...
819 * gdb.tui/completion.exp: ... this new file.
820
821 2017-03-08 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/tui-disasm-long-lines.c,
824 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
825 gdb.base/tui-layout.exp: Move to ...
826 * gdb.tui/: ... this new directory.
827
828 2017-03-07 Pedro Alves <palves@redhat.com>
829
830 * gdb.base/tui-layout.c: New file.
831 * gdb.base/tui-layout.exp: New file.
832
833 2017-03-07 Pedro Alves <palves@redhat.com>
834
835 * gdb.base/tui-layout.c: Rename to ...
836 * gdb.base/tui-disasm-long-lines.c: ... this.
837 * gdb.base/tui-layout.exp: Rename to ...
838 * gdb.base/tui-disasm-long-lines.exp: ... this.
839
840 2017-03-07 Pedro Alves <palves@redhat.com>
841
842 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
843
844 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
845
846 * i386-mpx-call.c: New file.
847 * i386-mpx-call.exp: New file.
848
849 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
850
851 * gdb.arch/powerpc-power.exp: Delete test.
852 * gdb.arch/powerpc-power.s: Likewise.
853 * gdb.disasm/disassembler-options.exp: New test.
854 * gdb.arch/powerpc-altivec.exp: Likewise.
855 * gdb.arch/powerpc-altivec.s: Likewise.
856 * gdb.arch/powerpc-altivec2.exp: Likewise.
857 * gdb.arch/powerpc-altivec2.s: Likewise.
858 * gdb.arch/powerpc-altivec3.exp: Likewise.
859 * gdb.arch/powerpc-altivec3.s: Likewise.
860 * gdb.arch/powerpc-power7.exp: Likewise.
861 * gdb.arch/powerpc-power7.s: Likewise.
862 * gdb.arch/powerpc-power8.exp: Likewise.
863 * gdb.arch/powerpc-power8.s: Likewise.
864 * gdb.arch/powerpc-power9.exp: Likewise.
865 * gdb.arch/powerpc-power9.s: Likewise.
866 * gdb.arch/powerpc-vsx.exp: Likewise.
867 * gdb.arch/powerpc-vsx.s: Likewise.
868 * gdb.arch/powerpc-vsx2.exp: Likewise.
869 * gdb.arch/powerpc-vsx2.s: Likewise.
870 * gdb.arch/powerpc-vsx3.exp: Likewise.
871 * gdb.arch/powerpc-vsx3.s: Likewise.
872 * gdb.arch/arm-disassembler-options.exp: Likewise.
873 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
874 * gdb.arch/s390-disassembler-options.exp: Likewise.
875
876 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
877
878 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
879 (check_supported_features): ... this. Changed return type to void.
880 (supports_rdseed): New static global.
881 (rdseed): Check supports_rdseed.
882 (initialize): Call check_supported_features.
883
884 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
885
886 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
887 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
888 and lqarx/stqcx.
889 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
890 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
891
892 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
893
894 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
895 uppercase.
896
897 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
898
899 * gdb.dwarf2/formdata16.c: New file.
900 * gdb.dwarf2/formdata16.exp: New file.
901 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
902
903 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
906 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
907 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
908 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
909 DW_AT_GNU_*.
910
911 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
912
913 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
914
915 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
916
917 PR gdb/21164
918 * gdb.base/maint.exp: Add testcases for when the commands do
919 not have arguments.
920
921 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
922
923 * gdb.cp/chained-calls.exp: Use p instead of P.
924
925 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
926
927 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
928 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
929
930 2017-02-14 Tom Tromey <tom@tromey.com>
931
932 PR python/13598:
933 * gdb.python/py-events.exp: Add before_prompt event tests.
934
935 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
936
937 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
938
939 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
940
941 * gdb.linespec/explicit.c (my_unique_function_name): New function.
942 (main): Call my_unique_function_name.
943 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
944 completion of patterns with a single match.
945 Add missing -re switches to gdb_test_multiple calls.
946
947 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
948
949 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
950 return if core file is not recognized.
951
952 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
953
954 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
955 and extra UIs.
956
957 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
958
959 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
960 proc_with_prefix.
961
962 2017-02-10 Tom Tromey <tom@tromey.com>
963
964 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
965
966 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
967
968 PR gdb/21122
969 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
970
971 2017-02-08 Jerome Guitton <guitton@adacore.com>
972
973 * gdb.base/define.exp: Add test for command abbreviations
974 in define.
975
976 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
977
978 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
979 * gdb.reverse/insn-reverse-x86.c: New file.
980
981 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
982
983 PR tdep/20936
984 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
985
986 2017-02-03 Tom Tromey <tom@tromey.com>
987
988 PR rust/21097:
989 * gdb.rust/simple.exp: Add new tests.
990
991 2017-02-02 Pedro Alves <palves@redhat.com>
992
993 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
994 tests.
995
996 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
997
998 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
999 taking a 2-byte value out of a 4-byte DWARF implicit value on
1000 big-endian targets.
1001 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1002 logic. Add test cases for DW_OP_implicit.
1003
1004 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1005
1006 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1007
1008 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1009
1010 * gdb.btrace/enable.exp: Call gdb_exit before
1011 skip_gdbserver_tests.
1012
1013 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1014
1015 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1016 GDBFLAGS.
1017
1018 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1019
1020 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1021 the test is skipped.
1022 * gdb.btrace/data.exp: Likewise.
1023 * gdb.btrace/delta.exp: Likewise.
1024 * gdb.btrace/dlopen.exp: Likewise.
1025 * gdb.btrace/enable-running.exp: Likewise.
1026 * gdb.btrace/enable.exp: Likewise.
1027 * gdb.btrace/exception.exp: Likewise.
1028 * gdb.btrace/function_call_history.exp: Likewise.
1029 * gdb.btrace/gcore.exp: Likewise.
1030 * gdb.btrace/instruction_history.exp: Likewise.
1031 * gdb.btrace/multi-thread-step.exp: Likewise.
1032 * gdb.btrace/nohist.exp: Likewise.
1033 * gdb.btrace/non-stop.exp: Likewise.
1034 * gdb.btrace/reconnect.exp: Likewise.
1035 * gdb.btrace/record_goto-step.exp: Likewise.
1036 * gdb.btrace/record_goto.exp: Likewise.
1037 * gdb.btrace/rn-dl-bind.exp: Likewise.
1038 * gdb.btrace/segv.exp: Likewise.
1039 * gdb.btrace/step.exp: Likewise.
1040 * gdb.btrace/stepi.exp: Likewise.
1041 * gdb.btrace/tailcall-only.exp: Likewise.
1042 * gdb.btrace/tailcall.exp: Likewise.
1043 * gdb.btrace/tsx.exp: Likewise.
1044 * gdb.btrace/unknown_functions.exp: Likewise.
1045 * gdb.btrace/vdso.exp: Likewise.
1046
1047 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1048
1049 * gdb.btrace/enable-running.c: New.
1050 * gdb.btrace/enable-running.exp: New.
1051
1052 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1053
1054 * gdb.arch/amd64-gs_base.c: New file.
1055 * gdb.arch/amd64-gs_base.exp: New file.
1056
1057 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1058
1059 * lib/memory.exp: Remove spurious empty newlines.
1060
1061 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1062
1063 * gdb.python/py-bad-printers.exp: Load python file using "source".
1064 * gdb.python/py-events.exp: Likewise.
1065 * gdb.python/py-evsignal.exp: Likewise.
1066 * gdb.python/py-evthreads.exp: Likewise.
1067 * gdb.python/py-frame-args.exp: Likewise.
1068 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1069 * gdb.python/py-framefilter-mi.exp: Likewise.
1070 * gdb.python/py-framefilter.exp: Likewise.
1071 * gdb.python/py-mi.exp: Likewise.
1072 * gdb.python/py-pp-maint.exp: Likewise.
1073 * gdb.python/py-pp-registration.exp: Likewise.
1074 * gdb.python/py-prettyprint.exp: Likewise.
1075 (run_lang_tests): Likewise.
1076 * gdb.python/py-typeprint.exp: Likewise.
1077
1078 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1079
1080 * lib/memory.exp: New file.
1081 * lib/gdb.exp: Load memory.exp.
1082 * gdb.base/memattr.exp (delete_memory): Move proc to
1083 lib/memory.exp and rename to delete_memory_regions.
1084 Replace delete_memory with delete_memory_regions.
1085 Cleanup memory regions before tests.
1086 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1087 before tests.
1088
1089 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1090
1091 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1092 files.
1093 (initialize): New function conditionally defined.
1094 (testcases): Move within conditional block.
1095 (main): Call initialize.
1096 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1097 of gdb.reverse/insn-reverse.c.
1098 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1099 gdb.reverse/insn-reverse.c.
1100
1101 2017-01-26 Yao Qi <yao.qi@linaro.org>
1102
1103 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1104 disassemble on address 0.
1105
1106 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1107 Yao Qi <yao.qi@linaro.org>
1108
1109 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1110 * gdb.dwarf2/implptr-64bit.S: Remove.
1111 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1112 variables in caller's context. Add DW_OP_implicit_value.
1113
1114 2017-01-25 Yao Qi <yao.qi@linaro.org>
1115
1116 * lib/dwarf.exp (Dwarf::_location): Handle
1117 DW_OP_GNU_implicit_pointer with proper size.
1118
1119 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1120
1121 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1122 and add untested calls.
1123
1124 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1125
1126 * gdb.python/python.exp: Check line number against what GDB thinks
1127 the line number is for func1.
1128
1129 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1130
1131 * gdb.dlang/debug-expr.exp: New file.
1132
1133 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1134
1135 Fix test names for the following files:
1136
1137 * gdb.ada/exec_changed.exp
1138 * gdb.ada/info_types.exp
1139 * gdb.arch/aarch64-atomic-inst.exp
1140 * gdb.arch/aarch64-fp.exp
1141 * gdb.arch/altivec-abi.exp
1142 * gdb.arch/altivec-regs.exp
1143 * gdb.arch/amd64-byte.exp
1144 * gdb.arch/amd64-disp-step.exp
1145 * gdb.arch/amd64-dword.exp
1146 * gdb.arch/amd64-entry-value-inline.exp
1147 * gdb.arch/amd64-entry-value-param.exp
1148 * gdb.arch/amd64-entry-value-paramref.exp
1149 * gdb.arch/amd64-entry-value.exp
1150 * gdb.arch/amd64-i386-address.exp
1151 * gdb.arch/amd64-invalid-stack-middle.exp
1152 * gdb.arch/amd64-invalid-stack-top.exp
1153 * gdb.arch/amd64-optimout-repeat.exp
1154 * gdb.arch/amd64-prologue-skip.exp
1155 * gdb.arch/amd64-prologue-xmm.exp
1156 * gdb.arch/amd64-stap-special-operands.exp
1157 * gdb.arch/amd64-stap-wrong-subexp.exp
1158 * gdb.arch/amd64-tailcall-cxx.exp
1159 * gdb.arch/amd64-tailcall-noret.exp
1160 * gdb.arch/amd64-tailcall-ret.exp
1161 * gdb.arch/amd64-tailcall-self.exp
1162 * gdb.arch/amd64-word.exp
1163 * gdb.arch/arm-bl-branch-dest.exp
1164 * gdb.arch/arm-disp-step.exp
1165 * gdb.arch/arm-neon.exp
1166 * gdb.arch/arm-single-step-kernel-helper.exp
1167 * gdb.arch/avr-flash-qualifier.exp
1168 * gdb.arch/disp-step-insn-reloc.exp
1169 * gdb.arch/e500-abi.exp
1170 * gdb.arch/e500-regs.exp
1171 * gdb.arch/ftrace-insn-reloc.exp
1172 * gdb.arch/i386-avx512.exp
1173 * gdb.arch/i386-bp_permanent.exp
1174 * gdb.arch/i386-byte.exp
1175 * gdb.arch/i386-cfi-notcurrent.exp
1176 * gdb.arch/i386-disp-step.exp
1177 * gdb.arch/i386-dr3-watch.exp
1178 * gdb.arch/i386-float.exp
1179 * gdb.arch/i386-gnu-cfi.exp
1180 * gdb.arch/i386-mpx-map.exp
1181 * gdb.arch/i386-mpx-sigsegv.exp
1182 * gdb.arch/i386-mpx-simple_segv.exp
1183 * gdb.arch/i386-mpx.exp
1184 * gdb.arch/i386-permbkpt.exp
1185 * gdb.arch/i386-prologue.exp
1186 * gdb.arch/i386-signal.exp
1187 * gdb.arch/i386-size-overlap.exp
1188 * gdb.arch/i386-unwind.exp
1189 * gdb.arch/i386-word.exp
1190 * gdb.arch/mips-fcr.exp
1191 * gdb.arch/powerpc-d128-regs.exp
1192 * gdb.arch/powerpc-stackless.exp
1193 * gdb.arch/ppc64-atomic-inst.exp
1194 * gdb.arch/s390-stackless.exp
1195 * gdb.arch/s390-tdbregs.exp
1196 * gdb.arch/s390-vregs.exp
1197 * gdb.arch/sparc-sysstep.exp
1198 * gdb.arch/thumb-bx-pc.exp
1199 * gdb.arch/thumb-singlestep.exp
1200 * gdb.arch/thumb2-it.exp
1201 * gdb.arch/vsx-regs.exp
1202 * gdb.asm/asm-source.exp
1203 * gdb.base/a2-run.exp
1204 * gdb.base/advance.exp
1205 * gdb.base/all-bin.exp
1206 * gdb.base/anon.exp
1207 * gdb.base/args.exp
1208 * gdb.base/arithmet.exp
1209 * gdb.base/async-shell.exp
1210 * gdb.base/async.exp
1211 * gdb.base/attach-pie-noexec.exp
1212 * gdb.base/attach-twice.exp
1213 * gdb.base/auto-load.exp
1214 * gdb.base/bang.exp
1215 * gdb.base/bitfields.exp
1216 * gdb.base/break-always.exp
1217 * gdb.base/break-caller-line.exp
1218 * gdb.base/break-entry.exp
1219 * gdb.base/break-inline.exp
1220 * gdb.base/break-on-linker-gcd-function.exp
1221 * gdb.base/break-probes.exp
1222 * gdb.base/break.exp
1223 * gdb.base/breakpoint-shadow.exp
1224 * gdb.base/call-ar-st.exp
1225 * gdb.base/call-sc.exp
1226 * gdb.base/call-signal-resume.exp
1227 * gdb.base/call-strs.exp
1228 * gdb.base/callfuncs.exp
1229 * gdb.base/catch-fork-static.exp
1230 * gdb.base/catch-gdb-caused-signals.exp
1231 * gdb.base/catch-load.exp
1232 * gdb.base/catch-signal-fork.exp
1233 * gdb.base/catch-signal.exp
1234 * gdb.base/catch-syscall.exp
1235 * gdb.base/charset.exp
1236 * gdb.base/checkpoint.exp
1237 * gdb.base/chng-syms.exp
1238 * gdb.base/code-expr.exp
1239 * gdb.base/code_elim.exp
1240 * gdb.base/commands.exp
1241 * gdb.base/completion.exp
1242 * gdb.base/complex.exp
1243 * gdb.base/cond-expr.exp
1244 * gdb.base/condbreak.exp
1245 * gdb.base/consecutive.exp
1246 * gdb.base/continue-all-already-running.exp
1247 * gdb.base/coredump-filter.exp
1248 * gdb.base/corefile.exp
1249 * gdb.base/dbx.exp
1250 * gdb.base/debug-expr.exp
1251 * gdb.base/define.exp
1252 * gdb.base/del.exp
1253 * gdb.base/disabled-location.exp
1254 * gdb.base/disasm-end-cu.exp
1255 * gdb.base/disasm-optim.exp
1256 * gdb.base/display.exp
1257 * gdb.base/duplicate-bp.exp
1258 * gdb.base/ena-dis-br.exp
1259 * gdb.base/ending-run.exp
1260 * gdb.base/enumval.exp
1261 * gdb.base/environ.exp
1262 * gdb.base/eu-strip-infcall.exp
1263 * gdb.base/eval-avoid-side-effects.exp
1264 * gdb.base/eval-skip.exp
1265 * gdb.base/exitsignal.exp
1266 * gdb.base/expand-psymtabs.exp
1267 * gdb.base/filesym.exp
1268 * gdb.base/find-unmapped.exp
1269 * gdb.base/finish.exp
1270 * gdb.base/float.exp
1271 * gdb.base/foll-exec-mode.exp
1272 * gdb.base/foll-exec.exp
1273 * gdb.base/foll-fork.exp
1274 * gdb.base/fortran-sym-case.exp
1275 * gdb.base/freebpcmd.exp
1276 * gdb.base/func-ptr.exp
1277 * gdb.base/func-ptrs.exp
1278 * gdb.base/funcargs.exp
1279 * gdb.base/gcore-buffer-overflow.exp
1280 * gdb.base/gcore-relro-pie.exp
1281 * gdb.base/gcore-relro.exp
1282 * gdb.base/gcore.exp
1283 * gdb.base/gdb1090.exp
1284 * gdb.base/gdb11530.exp
1285 * gdb.base/gdb11531.exp
1286 * gdb.base/gdb1821.exp
1287 * gdb.base/gdbindex-stabs.exp
1288 * gdb.base/gdbvars.exp
1289 * gdb.base/hbreak.exp
1290 * gdb.base/hbreak2.exp
1291 * gdb.base/included.exp
1292 * gdb.base/infcall-input.exp
1293 * gdb.base/inferior-died.exp
1294 * gdb.base/infnan.exp
1295 * gdb.base/info-macros.exp
1296 * gdb.base/info-os.exp
1297 * gdb.base/info-proc.exp
1298 * gdb.base/info-shared.exp
1299 * gdb.base/info-target.exp
1300 * gdb.base/infoline.exp
1301 * gdb.base/interp.exp
1302 * gdb.base/interrupt.exp
1303 * gdb.base/jit-reader.exp
1304 * gdb.base/jit-simple.exp
1305 * gdb.base/kill-after-signal.exp
1306 * gdb.base/kill-detach-inferiors-cmd.exp
1307 * gdb.base/label.exp
1308 * gdb.base/langs.exp
1309 * gdb.base/ldbl_e308.exp
1310 * gdb.base/line-symtabs.exp
1311 * gdb.base/linespecs.exp
1312 * gdb.base/list.exp
1313 * gdb.base/long_long.exp
1314 * gdb.base/longest-types.exp
1315 * gdb.base/maint.exp
1316 * gdb.base/max-value-size.exp
1317 * gdb.base/memattr.exp
1318 * gdb.base/mips_pro.exp
1319 * gdb.base/morestack.exp
1320 * gdb.base/moribund-step.exp
1321 * gdb.base/multi-forks.exp
1322 * gdb.base/nested-addr.exp
1323 * gdb.base/nextoverexit.exp
1324 * gdb.base/noreturn-finish.exp
1325 * gdb.base/noreturn-return.exp
1326 * gdb.base/nostdlib.exp
1327 * gdb.base/offsets.exp
1328 * gdb.base/opaque.exp
1329 * gdb.base/pc-fp.exp
1330 * gdb.base/permissions.exp
1331 * gdb.base/print-symbol-loading.exp
1332 * gdb.base/prologue-include.exp
1333 * gdb.base/psymtab.exp
1334 * gdb.base/ptype.exp
1335 * gdb.base/random-signal.exp
1336 * gdb.base/randomize.exp
1337 * gdb.base/range-stepping.exp
1338 * gdb.base/readline-ask.exp
1339 * gdb.base/recpar.exp
1340 * gdb.base/recurse.exp
1341 * gdb.base/relational.exp
1342 * gdb.base/restore.exp
1343 * gdb.base/return-nodebug.exp
1344 * gdb.base/return.exp
1345 * gdb.base/run-after-attach.exp
1346 * gdb.base/save-bp.exp
1347 * gdb.base/scope.exp
1348 * gdb.base/sect-cmd.exp
1349 * gdb.base/set-lang-auto.exp
1350 * gdb.base/set-noassign.exp
1351 * gdb.base/setvar.exp
1352 * gdb.base/sigall.exp
1353 * gdb.base/sigbpt.exp
1354 * gdb.base/siginfo-addr.exp
1355 * gdb.base/siginfo-infcall.exp
1356 * gdb.base/siginfo-obj.exp
1357 * gdb.base/siginfo.exp
1358 * gdb.base/signals-state-child.exp
1359 * gdb.base/signest.exp
1360 * gdb.base/sigstep.exp
1361 * gdb.base/sizeof.exp
1362 * gdb.base/skip.exp
1363 * gdb.base/solib-corrupted.exp
1364 * gdb.base/solib-nodir.exp
1365 * gdb.base/solib-search.exp
1366 * gdb.base/stack-checking.exp
1367 * gdb.base/stale-infcall.exp
1368 * gdb.base/stap-probe.exp
1369 * gdb.base/start.exp
1370 * gdb.base/step-break.exp
1371 * gdb.base/step-bt.exp
1372 * gdb.base/step-line.exp
1373 * gdb.base/step-over-exit.exp
1374 * gdb.base/step-over-syscall.exp
1375 * gdb.base/step-resume-infcall.exp
1376 * gdb.base/step-test.exp
1377 * gdb.base/store.exp
1378 * gdb.base/structs3.exp
1379 * gdb.base/sym-file.exp
1380 * gdb.base/symbol-without-target_section.exp
1381 * gdb.base/term.exp
1382 * gdb.base/testenv.exp
1383 * gdb.base/ui-redirect.exp
1384 * gdb.base/until.exp
1385 * gdb.base/unwindonsignal.exp
1386 * gdb.base/value-double-free.exp
1387 * gdb.base/vla-datatypes.exp
1388 * gdb.base/vla-ptr.exp
1389 * gdb.base/vla-sideeffect.exp
1390 * gdb.base/volatile.exp
1391 * gdb.base/watch-cond-infcall.exp
1392 * gdb.base/watch-cond.exp
1393 * gdb.base/watch-non-mem.exp
1394 * gdb.base/watch-read.exp
1395 * gdb.base/watch-vfork.exp
1396 * gdb.base/watchpoint-cond-gone.exp
1397 * gdb.base/watchpoint-delete.exp
1398 * gdb.base/watchpoint-hw-hit-once.exp
1399 * gdb.base/watchpoint-hw.exp
1400 * gdb.base/watchpoint-stops-at-right-insn.exp
1401 * gdb.base/watchpoints.exp
1402 * gdb.base/wchar.exp
1403 * gdb.base/whatis-exp.exp
1404 * gdb.btrace/buffer-size.exp
1405 * gdb.btrace/data.exp
1406 * gdb.btrace/delta.exp
1407 * gdb.btrace/dlopen.exp
1408 * gdb.btrace/enable.exp
1409 * gdb.btrace/exception.exp
1410 * gdb.btrace/function_call_history.exp
1411 * gdb.btrace/gcore.exp
1412 * gdb.btrace/instruction_history.exp
1413 * gdb.btrace/nohist.exp
1414 * gdb.btrace/reconnect.exp
1415 * gdb.btrace/record_goto-step.exp
1416 * gdb.btrace/record_goto.exp
1417 * gdb.btrace/rn-dl-bind.exp
1418 * gdb.btrace/segv.exp
1419 * gdb.btrace/step.exp
1420 * gdb.btrace/stepi.exp
1421 * gdb.btrace/tailcall-only.exp
1422 * gdb.btrace/tailcall.exp
1423 * gdb.btrace/tsx.exp
1424 * gdb.btrace/unknown_functions.exp
1425 * gdb.btrace/vdso.exp
1426 * gdb.compile/compile-ifunc.exp
1427 * gdb.compile/compile-ops.exp
1428 * gdb.compile/compile-print.exp
1429 * gdb.compile/compile-setjmp.exp
1430 * gdb.cp/abstract-origin.exp
1431 * gdb.cp/ambiguous.exp
1432 * gdb.cp/annota2.exp
1433 * gdb.cp/annota3.exp
1434 * gdb.cp/anon-ns.exp
1435 * gdb.cp/anon-struct.exp
1436 * gdb.cp/anon-union.exp
1437 * gdb.cp/arg-reference.exp
1438 * gdb.cp/baseenum.exp
1439 * gdb.cp/bool.exp
1440 * gdb.cp/breakpoint.exp
1441 * gdb.cp/bs15503.exp
1442 * gdb.cp/call-c.exp
1443 * gdb.cp/casts.exp
1444 * gdb.cp/chained-calls.exp
1445 * gdb.cp/class2.exp
1446 * gdb.cp/classes.exp
1447 * gdb.cp/cmpd-minsyms.exp
1448 * gdb.cp/converts.exp
1449 * gdb.cp/cp-relocate.exp
1450 * gdb.cp/cpcompletion.exp
1451 * gdb.cp/cpexprs.exp
1452 * gdb.cp/cplabel.exp
1453 * gdb.cp/cplusfuncs.exp
1454 * gdb.cp/cpsizeof.exp
1455 * gdb.cp/ctti.exp
1456 * gdb.cp/derivation.exp
1457 * gdb.cp/destrprint.exp
1458 * gdb.cp/dispcxx.exp
1459 * gdb.cp/enum-class.exp
1460 * gdb.cp/exception.exp
1461 * gdb.cp/exceptprint.exp
1462 * gdb.cp/expand-psymtabs-cxx.exp
1463 * gdb.cp/expand-sals.exp
1464 * gdb.cp/extern-c.exp
1465 * gdb.cp/filename.exp
1466 * gdb.cp/formatted-ref.exp
1467 * gdb.cp/fpointer.exp
1468 * gdb.cp/gdb1355.exp
1469 * gdb.cp/gdb2495.exp
1470 * gdb.cp/hang.exp
1471 * gdb.cp/impl-this.exp
1472 * gdb.cp/infcall-dlopen.exp
1473 * gdb.cp/inherit.exp
1474 * gdb.cp/iostream.exp
1475 * gdb.cp/koenig.exp
1476 * gdb.cp/local.exp
1477 * gdb.cp/m-data.exp
1478 * gdb.cp/m-static.exp
1479 * gdb.cp/mb-ctor.exp
1480 * gdb.cp/mb-inline.exp
1481 * gdb.cp/mb-templates.exp
1482 * gdb.cp/member-name.exp
1483 * gdb.cp/member-ptr.exp
1484 * gdb.cp/meth-typedefs.exp
1485 * gdb.cp/method.exp
1486 * gdb.cp/method2.exp
1487 * gdb.cp/minsym-fallback.exp
1488 * gdb.cp/misc.exp
1489 * gdb.cp/namelessclass.exp
1490 * gdb.cp/namespace-enum.exp
1491 * gdb.cp/namespace-nested-import.exp
1492 * gdb.cp/namespace.exp
1493 * gdb.cp/nextoverthrow.exp
1494 * gdb.cp/no-dmgl-verbose.exp
1495 * gdb.cp/non-trivial-retval.exp
1496 * gdb.cp/noparam.exp
1497 * gdb.cp/nsdecl.exp
1498 * gdb.cp/nsimport.exp
1499 * gdb.cp/nsnested.exp
1500 * gdb.cp/nsnoimports.exp
1501 * gdb.cp/nsrecurs.exp
1502 * gdb.cp/nsstress.exp
1503 * gdb.cp/nsusing.exp
1504 * gdb.cp/operator.exp
1505 * gdb.cp/oranking.exp
1506 * gdb.cp/overload-const.exp
1507 * gdb.cp/overload.exp
1508 * gdb.cp/ovldbreak.exp
1509 * gdb.cp/ovsrch.exp
1510 * gdb.cp/paren-type.exp
1511 * gdb.cp/parse-lang.exp
1512 * gdb.cp/pass-by-ref.exp
1513 * gdb.cp/pr-1023.exp
1514 * gdb.cp/pr-1210.exp
1515 * gdb.cp/pr-574.exp
1516 * gdb.cp/pr10687.exp
1517 * gdb.cp/pr12028.exp
1518 * gdb.cp/pr17132.exp
1519 * gdb.cp/pr17494.exp
1520 * gdb.cp/pr9067.exp
1521 * gdb.cp/pr9167.exp
1522 * gdb.cp/pr9631.exp
1523 * gdb.cp/printmethod.exp
1524 * gdb.cp/psmang.exp
1525 * gdb.cp/psymtab-parameter.exp
1526 * gdb.cp/ptype-cv-cp.exp
1527 * gdb.cp/ptype-flags.exp
1528 * gdb.cp/re-set-overloaded.exp
1529 * gdb.cp/ref-types.exp
1530 * gdb.cp/rtti.exp
1531 * gdb.cp/scope-err.exp
1532 * gdb.cp/shadow.exp
1533 * gdb.cp/smartp.exp
1534 * gdb.cp/static-method.exp
1535 * gdb.cp/static-print-quit.exp
1536 * gdb.cp/temargs.exp
1537 * gdb.cp/templates.exp
1538 * gdb.cp/try_catch.exp
1539 * gdb.cp/typedef-operator.exp
1540 * gdb.cp/typeid.exp
1541 * gdb.cp/userdef.exp
1542 * gdb.cp/using-crash.exp
1543 * gdb.cp/var-tag.exp
1544 * gdb.cp/virtbase.exp
1545 * gdb.cp/virtfunc.exp
1546 * gdb.cp/virtfunc2.exp
1547 * gdb.cp/vla-cxx.exp
1548 * gdb.disasm/t01_mov.exp
1549 * gdb.disasm/t02_mova.exp
1550 * gdb.disasm/t03_add.exp
1551 * gdb.disasm/t04_sub.exp
1552 * gdb.disasm/t05_cmp.exp
1553 * gdb.disasm/t06_ari2.exp
1554 * gdb.disasm/t07_ari3.exp
1555 * gdb.disasm/t08_or.exp
1556 * gdb.disasm/t09_xor.exp
1557 * gdb.disasm/t10_and.exp
1558 * gdb.disasm/t11_logs.exp
1559 * gdb.disasm/t12_bit.exp
1560 * gdb.disasm/t13_otr.exp
1561 * gdb.dlang/circular.exp
1562 * gdb.dwarf2/arr-stride.exp
1563 * gdb.dwarf2/arr-subrange.exp
1564 * gdb.dwarf2/atomic-type.exp
1565 * gdb.dwarf2/bad-regnum.exp
1566 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1567 * gdb.dwarf2/callframecfa.exp
1568 * gdb.dwarf2/clztest.exp
1569 * gdb.dwarf2/corrupt.exp
1570 * gdb.dwarf2/data-loc.exp
1571 * gdb.dwarf2/dup-psym.exp
1572 * gdb.dwarf2/dw2-anon-mptr.exp
1573 * gdb.dwarf2/dw2-anonymous-func.exp
1574 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1575 * gdb.dwarf2/dw2-bad-unresolved.exp
1576 * gdb.dwarf2/dw2-basic.exp
1577 * gdb.dwarf2/dw2-canonicalize-type.exp
1578 * gdb.dwarf2/dw2-case-insensitive.exp
1579 * gdb.dwarf2/dw2-common-block.exp
1580 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1581 * gdb.dwarf2/dw2-compressed.exp
1582 * gdb.dwarf2/dw2-const.exp
1583 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1584 * gdb.dwarf2/dw2-cu-size.exp
1585 * gdb.dwarf2/dw2-dup-frame.exp
1586 * gdb.dwarf2/dw2-entry-value.exp
1587 * gdb.dwarf2/dw2-icycle.exp
1588 * gdb.dwarf2/dw2-ifort-parameter.exp
1589 * gdb.dwarf2/dw2-inline-break.exp
1590 * gdb.dwarf2/dw2-inline-param.exp
1591 * gdb.dwarf2/dw2-intercu.exp
1592 * gdb.dwarf2/dw2-intermix.exp
1593 * gdb.dwarf2/dw2-lexical-block-bare.exp
1594 * gdb.dwarf2/dw2-linkage-name-trust.exp
1595 * gdb.dwarf2/dw2-minsym-in-cu.exp
1596 * gdb.dwarf2/dw2-noloc.exp
1597 * gdb.dwarf2/dw2-op-call.exp
1598 * gdb.dwarf2/dw2-op-out-param.exp
1599 * gdb.dwarf2/dw2-opt-structptr.exp
1600 * gdb.dwarf2/dw2-param-error.exp
1601 * gdb.dwarf2/dw2-producer.exp
1602 * gdb.dwarf2/dw2-ranges-base.exp
1603 * gdb.dwarf2/dw2-ref-missing-frame.exp
1604 * gdb.dwarf2/dw2-reg-undefined.exp
1605 * gdb.dwarf2/dw2-regno-invalid.exp
1606 * gdb.dwarf2/dw2-restore.exp
1607 * gdb.dwarf2/dw2-restrict.exp
1608 * gdb.dwarf2/dw2-single-line-discriminators.exp
1609 * gdb.dwarf2/dw2-strp.exp
1610 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1611 * gdb.dwarf2/dw2-unresolved.exp
1612 * gdb.dwarf2/dw2-var-zero-addr.exp
1613 * gdb.dwarf2/dw4-sig-types.exp
1614 * gdb.dwarf2/dwz.exp
1615 * gdb.dwarf2/dynarr-ptr.exp
1616 * gdb.dwarf2/enum-type.exp
1617 * gdb.dwarf2/gdb-index.exp
1618 * gdb.dwarf2/implptr-64bit.exp
1619 * gdb.dwarf2/implptr-optimized-out.exp
1620 * gdb.dwarf2/implptr.exp
1621 * gdb.dwarf2/implref-array.exp
1622 * gdb.dwarf2/implref-const.exp
1623 * gdb.dwarf2/implref-global.exp
1624 * gdb.dwarf2/implref-struct.exp
1625 * gdb.dwarf2/mac-fileno.exp
1626 * gdb.dwarf2/main-subprogram.exp
1627 * gdb.dwarf2/member-ptr-forwardref.exp
1628 * gdb.dwarf2/method-ptr.exp
1629 * gdb.dwarf2/missing-sig-type.exp
1630 * gdb.dwarf2/nonvar-access.exp
1631 * gdb.dwarf2/opaque-type-lookup.exp
1632 * gdb.dwarf2/pieces-optimized-out.exp
1633 * gdb.dwarf2/pieces.exp
1634 * gdb.dwarf2/pr10770.exp
1635 * gdb.dwarf2/pr13961.exp
1636 * gdb.dwarf2/staticvirtual.exp
1637 * gdb.dwarf2/subrange.exp
1638 * gdb.dwarf2/symtab-producer.exp
1639 * gdb.dwarf2/trace-crash.exp
1640 * gdb.dwarf2/typeddwarf.exp
1641 * gdb.dwarf2/valop.exp
1642 * gdb.dwarf2/watch-notconst.exp
1643 * gdb.fortran/array-element.exp
1644 * gdb.fortran/charset.exp
1645 * gdb.fortran/common-block.exp
1646 * gdb.fortran/complex.exp
1647 * gdb.fortran/derived-type-function.exp
1648 * gdb.fortran/derived-type.exp
1649 * gdb.fortran/logical.exp
1650 * gdb.fortran/module.exp
1651 * gdb.fortran/multi-dim.exp
1652 * gdb.fortran/nested-funcs.exp
1653 * gdb.fortran/print-formatted.exp
1654 * gdb.fortran/subarray.exp
1655 * gdb.fortran/vla-alloc-assoc.exp
1656 * gdb.fortran/vla-datatypes.exp
1657 * gdb.fortran/vla-history.exp
1658 * gdb.fortran/vla-ptr-info.exp
1659 * gdb.fortran/vla-ptype-sub.exp
1660 * gdb.fortran/vla-ptype.exp
1661 * gdb.fortran/vla-sizeof.exp
1662 * gdb.fortran/vla-type.exp
1663 * gdb.fortran/vla-value-sub-arbitrary.exp
1664 * gdb.fortran/vla-value-sub-finish.exp
1665 * gdb.fortran/vla-value-sub.exp
1666 * gdb.fortran/vla-value.exp
1667 * gdb.fortran/whatis_type.exp
1668 * gdb.go/chan.exp
1669 * gdb.go/handcall.exp
1670 * gdb.go/hello.exp
1671 * gdb.go/integers.exp
1672 * gdb.go/methods.exp
1673 * gdb.go/package.exp
1674 * gdb.go/strings.exp
1675 * gdb.go/types.exp
1676 * gdb.go/unsafe.exp
1677 * gdb.guile/scm-arch.exp
1678 * gdb.guile/scm-block.exp
1679 * gdb.guile/scm-breakpoint.exp
1680 * gdb.guile/scm-cmd.exp
1681 * gdb.guile/scm-disasm.exp
1682 * gdb.guile/scm-equal.exp
1683 * gdb.guile/scm-frame-args.exp
1684 * gdb.guile/scm-frame-inline.exp
1685 * gdb.guile/scm-frame.exp
1686 * gdb.guile/scm-iterator.exp
1687 * gdb.guile/scm-math.exp
1688 * gdb.guile/scm-objfile.exp
1689 * gdb.guile/scm-ports.exp
1690 * gdb.guile/scm-symbol.exp
1691 * gdb.guile/scm-symtab.exp
1692 * gdb.guile/scm-value-cc.exp
1693 * gdb.guile/types-module.exp
1694 * gdb.linespec/break-ask.exp
1695 * gdb.linespec/cpexplicit.exp
1696 * gdb.linespec/explicit.exp
1697 * gdb.linespec/keywords.exp
1698 * gdb.linespec/linespec.exp
1699 * gdb.linespec/ls-dollar.exp
1700 * gdb.linespec/ls-errs.exp
1701 * gdb.linespec/skip-two.exp
1702 * gdb.linespec/thread.exp
1703 * gdb.mi/mi-async.exp
1704 * gdb.mi/mi-basics.exp
1705 * gdb.mi/mi-break.exp
1706 * gdb.mi/mi-catch-load.exp
1707 * gdb.mi/mi-cli.exp
1708 * gdb.mi/mi-cmd-param-changed.exp
1709 * gdb.mi/mi-console.exp
1710 * gdb.mi/mi-detach.exp
1711 * gdb.mi/mi-disassemble.exp
1712 * gdb.mi/mi-eval.exp
1713 * gdb.mi/mi-file-transfer.exp
1714 * gdb.mi/mi-file.exp
1715 * gdb.mi/mi-fill-memory.exp
1716 * gdb.mi/mi-inheritance-syntax-error.exp
1717 * gdb.mi/mi-linespec-err-cp.exp
1718 * gdb.mi/mi-logging.exp
1719 * gdb.mi/mi-memory-changed.exp
1720 * gdb.mi/mi-read-memory.exp
1721 * gdb.mi/mi-record-changed.exp
1722 * gdb.mi/mi-reg-undefined.exp
1723 * gdb.mi/mi-regs.exp
1724 * gdb.mi/mi-return.exp
1725 * gdb.mi/mi-reverse.exp
1726 * gdb.mi/mi-simplerun.exp
1727 * gdb.mi/mi-solib.exp
1728 * gdb.mi/mi-stack.exp
1729 * gdb.mi/mi-stepi.exp
1730 * gdb.mi/mi-syn-frame.exp
1731 * gdb.mi/mi-until.exp
1732 * gdb.mi/mi-var-block.exp
1733 * gdb.mi/mi-var-child.exp
1734 * gdb.mi/mi-var-cmd.exp
1735 * gdb.mi/mi-var-cp.exp
1736 * gdb.mi/mi-var-display.exp
1737 * gdb.mi/mi-var-invalidate.exp
1738 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1739 * gdb.mi/mi-vla-fortran.exp
1740 * gdb.mi/mi-watch.exp
1741 * gdb.mi/mi2-var-child.exp
1742 * gdb.mi/user-selected-context-sync.exp
1743 * gdb.modula2/unbounded-array.exp
1744 * gdb.multi/dummy-frame-restore.exp
1745 * gdb.multi/multi-arch-exec.exp
1746 * gdb.multi/multi-arch.exp
1747 * gdb.multi/tids.exp
1748 * gdb.multi/watchpoint-multi.exp
1749 * gdb.opencl/callfuncs.exp
1750 * gdb.opencl/convs_casts.exp
1751 * gdb.opencl/datatypes.exp
1752 * gdb.opencl/operators.exp
1753 * gdb.opencl/vec_comps.exp
1754 * gdb.opt/clobbered-registers-O2.exp
1755 * gdb.opt/inline-break.exp
1756 * gdb.opt/inline-bt.exp
1757 * gdb.opt/inline-cmds.exp
1758 * gdb.opt/inline-locals.exp
1759 * gdb.pascal/case-insensitive-symbols.exp
1760 * gdb.pascal/floats.exp
1761 * gdb.pascal/gdb11492.exp
1762 * gdb.python/lib-types.exp
1763 * gdb.python/py-arch.exp
1764 * gdb.python/py-as-string.exp
1765 * gdb.python/py-bad-printers.exp
1766 * gdb.python/py-block.exp
1767 * gdb.python/py-breakpoint-create-fail.exp
1768 * gdb.python/py-breakpoint.exp
1769 * gdb.python/py-caller-is.exp
1770 * gdb.python/py-cmd.exp
1771 * gdb.python/py-explore-cc.exp
1772 * gdb.python/py-explore.exp
1773 * gdb.python/py-finish-breakpoint.exp
1774 * gdb.python/py-finish-breakpoint2.exp
1775 * gdb.python/py-frame-args.exp
1776 * gdb.python/py-frame-inline.exp
1777 * gdb.python/py-frame.exp
1778 * gdb.python/py-framefilter-mi.exp
1779 * gdb.python/py-infthread.exp
1780 * gdb.python/py-lazy-string.exp
1781 * gdb.python/py-linetable.exp
1782 * gdb.python/py-mi-events.exp
1783 * gdb.python/py-mi-objfile.exp
1784 * gdb.python/py-mi.exp
1785 * gdb.python/py-objfile.exp
1786 * gdb.python/py-pp-integral.exp
1787 * gdb.python/py-pp-maint.exp
1788 * gdb.python/py-pp-re-notag.exp
1789 * gdb.python/py-pp-registration.exp
1790 * gdb.python/py-recurse-unwind.exp
1791 * gdb.python/py-strfns.exp
1792 * gdb.python/py-symbol.exp
1793 * gdb.python/py-symtab.exp
1794 * gdb.python/py-sync-interp.exp
1795 * gdb.python/py-typeprint.exp
1796 * gdb.python/py-unwind-maint.exp
1797 * gdb.python/py-unwind.exp
1798 * gdb.python/py-value-cc.exp
1799 * gdb.python/py-xmethods.exp
1800 * gdb.reverse/amd64-tailcall-reverse.exp
1801 * gdb.reverse/break-precsave.exp
1802 * gdb.reverse/break-reverse.exp
1803 * gdb.reverse/consecutive-precsave.exp
1804 * gdb.reverse/consecutive-reverse.exp
1805 * gdb.reverse/finish-precsave.exp
1806 * gdb.reverse/finish-reverse-bkpt.exp
1807 * gdb.reverse/finish-reverse.exp
1808 * gdb.reverse/fstatat-reverse.exp
1809 * gdb.reverse/getresuid-reverse.exp
1810 * gdb.reverse/i386-precsave.exp
1811 * gdb.reverse/i386-reverse.exp
1812 * gdb.reverse/i386-sse-reverse.exp
1813 * gdb.reverse/i387-env-reverse.exp
1814 * gdb.reverse/i387-stack-reverse.exp
1815 * gdb.reverse/insn-reverse.exp
1816 * gdb.reverse/machinestate-precsave.exp
1817 * gdb.reverse/machinestate.exp
1818 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1819 * gdb.reverse/pipe-reverse.exp
1820 * gdb.reverse/readv-reverse.exp
1821 * gdb.reverse/recvmsg-reverse.exp
1822 * gdb.reverse/rerun-prec.exp
1823 * gdb.reverse/s390-mvcle.exp
1824 * gdb.reverse/step-precsave.exp
1825 * gdb.reverse/step-reverse.exp
1826 * gdb.reverse/time-reverse.exp
1827 * gdb.reverse/until-precsave.exp
1828 * gdb.reverse/until-reverse.exp
1829 * gdb.reverse/waitpid-reverse.exp
1830 * gdb.reverse/watch-precsave.exp
1831 * gdb.reverse/watch-reverse.exp
1832 * gdb.rust/generics.exp
1833 * gdb.rust/methods.exp
1834 * gdb.rust/modules.exp
1835 * gdb.rust/simple.exp
1836 * gdb.server/connect-with-no-symbol-file.exp
1837 * gdb.server/ext-attach.exp
1838 * gdb.server/ext-restart.exp
1839 * gdb.server/ext-wrapper.exp
1840 * gdb.server/file-transfer.exp
1841 * gdb.server/server-exec-info.exp
1842 * gdb.server/server-kill.exp
1843 * gdb.server/server-mon.exp
1844 * gdb.server/wrapper.exp
1845 * gdb.stabs/exclfwd.exp
1846 * gdb.stabs/gdb11479.exp
1847 * gdb.threads/clone-new-thread-event.exp
1848 * gdb.threads/corethreads.exp
1849 * gdb.threads/current-lwp-dead.exp
1850 * gdb.threads/dlopen-libpthread.exp
1851 * gdb.threads/gcore-thread.exp
1852 * gdb.threads/sigstep-threads.exp
1853 * gdb.threads/watchpoint-fork.exp
1854 * gdb.trace/actions-changed.exp
1855 * gdb.trace/backtrace.exp
1856 * gdb.trace/change-loc.exp
1857 * gdb.trace/circ.exp
1858 * gdb.trace/collection.exp
1859 * gdb.trace/disconnected-tracing.exp
1860 * gdb.trace/ftrace.exp
1861 * gdb.trace/mi-trace-frame-collected.exp
1862 * gdb.trace/mi-trace-unavailable.exp
1863 * gdb.trace/mi-traceframe-changed.exp
1864 * gdb.trace/mi-tsv-changed.exp
1865 * gdb.trace/no-attach-trace.exp
1866 * gdb.trace/passc-dyn.exp
1867 * gdb.trace/qtro.exp
1868 * gdb.trace/range-stepping.exp
1869 * gdb.trace/read-memory.exp
1870 * gdb.trace/save-trace.exp
1871 * gdb.trace/signal.exp
1872 * gdb.trace/status-stop.exp
1873 * gdb.trace/tfile.exp
1874 * gdb.trace/trace-break.exp
1875 * gdb.trace/trace-buffer-size.exp
1876 * gdb.trace/trace-condition.exp
1877 * gdb.trace/tracefile-pseudo-reg.exp
1878 * gdb.trace/tstatus.exp
1879 * gdb.trace/unavailable.exp
1880 * gdb.trace/while-dyn.exp
1881 * gdb.trace/while-stepping.exp
1882
1883 2016-12-22 Doug Evans <xdje42@gmail.com>
1884
1885 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1886 and msymbols.
1887
1888 2016-12-19 Yao Qi <yao.qi@linaro.org>
1889
1890 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1891 (test_with_self): Don't call do_steps_and_nexts, and remove
1892 code about stepping into xmalloc.
1893
1894 2016-12-09 Yao Qi <yao.qi@linaro.org>
1895
1896 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1897
1898 2016-12-09 Yao Qi <yao.qi@linaro.org>
1899
1900 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1901
1902 2016-12-09 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.base/all-architectures-0.exp: New file.
1905 * gdb.base/all-architectures-1.exp: New file.
1906 * gdb.base/all-architectures-2.exp: New file.
1907 * gdb.base/all-architectures-3.exp: New file.
1908 * gdb.base/all-architectures-4.exp: New file.
1909 * gdb.base/all-architectures-5.exp: New file.
1910 * gdb.base/all-architectures-6.exp: New file.
1911 * gdb.base/all-architectures-7.exp: New file.
1912 * gdb.base/all-architectures.exp.in: New file.
1913
1914 2016-12-09 Yao Qi <yao.qi@linaro.org>
1915
1916 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1917
1918 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1919
1920 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1921 possible.
1922 Remove useless pattern-matching code.
1923
1924 2016-12-02 Pedro Alves <palves@redhat.com>
1925
1926 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1927 procedure.
1928 (top level): Call it.
1929
1930 2016-12-02 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1933 New procedure.
1934 (top level): Call it.
1935
1936 2016-12-02 Pedro Alves <palves@redhat.com>
1937
1938 PR cli/20559
1939 * gdb.base/commands.exp (user_defined_command_args_eval): New
1940 procedure.
1941 (top level): Call it.
1942
1943 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1944
1945 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1946 timeout handling.
1947
1948 2016-12-02 Tom Tromey <tom@tromey.com>
1949
1950 * gdb.dwarf2/main-subprogram.c: New file.
1951 * gdb.dwarf2/main-subprogram.exp: New file.
1952
1953 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1954
1955 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1956 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1957 gdb_test_no_output for a couple of cases.
1958 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1959
1960 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1961
1962 Fix test names and standardize compilation error messages throughout
1963 the following files:
1964
1965 * gdb.ada/start.exp
1966 * gdb.arch/alpha-step.exp
1967 * gdb.arch/e500-prologue.exp
1968 * gdb.arch/ftrace-insn-reloc.exp
1969 * gdb.arch/gdb1291.exp
1970 * gdb.arch/gdb1431.exp
1971 * gdb.arch/gdb1558.exp
1972 * gdb.arch/i386-dr3-watch.exp
1973 * gdb.arch/i386-sse-stack-align.exp
1974 * gdb.arch/ia64-breakpoint-shadow.exp
1975 * gdb.arch/pa-nullify.exp
1976 * gdb.arch/powerpc-aix-prologue.exp
1977 * gdb.arch/thumb-bx-pc.exp
1978 * gdb.base/annota1.exp
1979 * gdb.base/annota3.exp
1980 * gdb.base/arrayidx.exp
1981 * gdb.base/assign.exp
1982 * gdb.base/attach.exp
1983 * gdb.base/auxv.exp
1984 * gdb.base/bang.exp
1985 * gdb.base/bfp-test.exp
1986 * gdb.base/bigcore.exp
1987 * gdb.base/bitfields2.exp
1988 * gdb.base/break-fun-addr.exp
1989 * gdb.base/break-probes.exp
1990 * gdb.base/call-rt-st.exp
1991 * gdb.base/callexit.exp
1992 * gdb.base/catch-fork-kill.exp
1993 * gdb.base/charset.exp
1994 * gdb.base/checkpoint.exp
1995 * gdb.base/comprdebug.exp
1996 * gdb.base/constvars.exp
1997 * gdb.base/coredump-filter.exp
1998 * gdb.base/cursal.exp
1999 * gdb.base/cvexpr.exp
2000 * gdb.base/detach.exp
2001 * gdb.base/display.exp
2002 * gdb.base/dmsym.exp
2003 * gdb.base/dprintf-pending.exp
2004 * gdb.base/dso2dso.exp
2005 * gdb.base/dtrace-probe.exp
2006 * gdb.base/dump.exp
2007 * gdb.base/enum_cond.exp
2008 * gdb.base/exe-lock.exp
2009 * gdb.base/exec-invalid-sysroot.exp
2010 * gdb.base/execl-update-breakpoints.exp
2011 * gdb.base/exprs.exp
2012 * gdb.base/fileio.exp
2013 * gdb.base/find.exp
2014 * gdb.base/finish.exp
2015 * gdb.base/fixsection.exp
2016 * gdb.base/foll-vfork.exp
2017 * gdb.base/frame-args.exp
2018 * gdb.base/gcore.exp
2019 * gdb.base/gdb1250.exp
2020 * gdb.base/global-var-nested-by-dso.exp
2021 * gdb.base/gnu-ifunc.exp
2022 * gdb.base/hashline1.exp
2023 * gdb.base/hashline2.exp
2024 * gdb.base/hashline3.exp
2025 * gdb.base/hbreak-in-shr-unsupported.exp
2026 * gdb.base/huge.exp
2027 * gdb.base/infcall-input.exp
2028 * gdb.base/info-fun.exp
2029 * gdb.base/info-shared.exp
2030 * gdb.base/jit-simple.exp
2031 * gdb.base/jit-so.exp
2032 * gdb.base/jit.exp
2033 * gdb.base/jump.exp
2034 * gdb.base/label.exp
2035 * gdb.base/lineinc.exp
2036 * gdb.base/logical.exp
2037 * gdb.base/longjmp.exp
2038 * gdb.base/macscp.exp
2039 * gdb.base/miscexprs.exp
2040 * gdb.base/new-ui-echo.exp
2041 * gdb.base/new-ui-pending-input.exp
2042 * gdb.base/new-ui.exp
2043 * gdb.base/nodebug.exp
2044 * gdb.base/nofield.exp
2045 * gdb.base/offsets.exp
2046 * gdb.base/overlays.exp
2047 * gdb.base/pending.exp
2048 * gdb.base/pointers.exp
2049 * gdb.base/pr11022.exp
2050 * gdb.base/printcmds.exp
2051 * gdb.base/prologue.exp
2052 * gdb.base/ptr-typedef.exp
2053 * gdb.base/realname-expand.exp
2054 * gdb.base/relativedebug.exp
2055 * gdb.base/relocate.exp
2056 * gdb.base/remote.exp
2057 * gdb.base/reread.exp
2058 * gdb.base/return2.exp
2059 * gdb.base/savedregs.exp
2060 * gdb.base/sep.exp
2061 * gdb.base/sepdebug.exp
2062 * gdb.base/sepsymtab.exp
2063 * gdb.base/set-inferior-tty.exp
2064 * gdb.base/setshow.exp
2065 * gdb.base/shlib-call.exp
2066 * gdb.base/sigaltstack.exp
2067 * gdb.base/siginfo-addr.exp
2068 * gdb.base/signals.exp
2069 * gdb.base/signull.exp
2070 * gdb.base/sigrepeat.exp
2071 * gdb.base/so-impl-ld.exp
2072 * gdb.base/solib-display.exp
2073 * gdb.base/solib-overlap.exp
2074 * gdb.base/solib-search.exp
2075 * gdb.base/solib-symbol.exp
2076 * gdb.base/structs.exp
2077 * gdb.base/structs2.exp
2078 * gdb.base/symtab-search-order.exp
2079 * gdb.base/twice.exp
2080 * gdb.base/unload.exp
2081 * gdb.base/varargs.exp
2082 * gdb.base/watchpoint-solib.exp
2083 * gdb.base/watchpoint.exp
2084 * gdb.base/whatis.exp
2085 * gdb.base/wrong_frame_bt_full.exp
2086 * gdb.btrace/dlopen.exp
2087 * gdb.cell/ea-standalone.exp
2088 * gdb.cell/ea-test.exp
2089 * gdb.cp/dispcxx.exp
2090 * gdb.cp/gdb2384.exp
2091 * gdb.cp/method2.exp
2092 * gdb.cp/nextoverthrow.exp
2093 * gdb.cp/pr10728.exp
2094 * gdb.disasm/am33.exp
2095 * gdb.disasm/h8300s.exp
2096 * gdb.disasm/mn10300.exp
2097 * gdb.disasm/sh3.exp
2098 * gdb.dwarf2/dw2-dir-file-name.exp
2099 * gdb.fortran/complex.exp
2100 * gdb.fortran/library-module.exp
2101 * gdb.guile/scm-pretty-print.exp
2102 * gdb.guile/scm-symbol.exp
2103 * gdb.guile/scm-type.exp
2104 * gdb.guile/scm-value.exp
2105 * gdb.linespec/linespec.exp
2106 * gdb.mi/gdb701.exp
2107 * gdb.mi/gdb792.exp
2108 * gdb.mi/mi-breakpoint-changed.exp
2109 * gdb.mi/mi-dprintf-pending.exp
2110 * gdb.mi/mi-dprintf.exp
2111 * gdb.mi/mi-exit-code.exp
2112 * gdb.mi/mi-pending.exp
2113 * gdb.mi/mi-solib.exp
2114 * gdb.mi/new-ui-mi-sync.exp
2115 * gdb.mi/pr11022.exp
2116 * gdb.mi/user-selected-context-sync.exp
2117 * gdb.opt/solib-intra-step.exp
2118 * gdb.python/py-events.exp
2119 * gdb.python/py-finish-breakpoint.exp
2120 * gdb.python/py-mi.exp
2121 * gdb.python/py-prettyprint.exp
2122 * gdb.python/py-shared.exp
2123 * gdb.python/py-symbol.exp
2124 * gdb.python/py-template.exp
2125 * gdb.python/py-type.exp
2126 * gdb.python/py-value.exp
2127 * gdb.reverse/solib-precsave.exp
2128 * gdb.reverse/solib-reverse.exp
2129 * gdb.server/solib-list.exp
2130 * gdb.stabs/weird.exp
2131 * gdb.threads/reconnect-signal.exp
2132 * gdb.threads/stepi-random-signal.exp
2133 * gdb.trace/actions.exp
2134 * gdb.trace/ax.exp
2135 * gdb.trace/backtrace.exp
2136 * gdb.trace/change-loc.exp
2137 * gdb.trace/deltrace.exp
2138 * gdb.trace/ftrace-lock.exp
2139 * gdb.trace/ftrace.exp
2140 * gdb.trace/infotrace.exp
2141 * gdb.trace/mi-tracepoint-changed.exp
2142 * gdb.trace/packetlen.exp
2143 * gdb.trace/passcount.exp
2144 * gdb.trace/pending.exp
2145 * gdb.trace/range-stepping.exp
2146 * gdb.trace/report.exp
2147 * gdb.trace/stap-trace.exp
2148 * gdb.trace/tfind.exp
2149 * gdb.trace/trace-break.exp
2150 * gdb.trace/trace-condition.exp
2151 * gdb.trace/trace-enable-disable.exp
2152 * gdb.trace/trace-mt.exp
2153 * gdb.trace/tracecmd.exp
2154 * gdb.trace/tspeed.exp
2155 * gdb.trace/tsv.exp
2156 * lib/perftest.exp
2157
2158 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2159
2160 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2161 with gdb_test_no_output.
2162 Use command as test name.
2163
2164 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2165
2166 Fix test names starting with uppercase throughout the files.
2167
2168 * gdb.ada/assign_1.exp
2169 * gdb.ada/boolean_expr.exp
2170 * gdb.base/arrayidx.exp
2171 * gdb.base/del.exp
2172 * gdb.base/gcore-buffer-overflow.exp
2173 * gdb.base/testenv.exp
2174 * gdb.compile/compile.exp
2175 * gdb.python/py-framefilter-invalidarg.exp
2176 * gdb.python/py-framefilter.exp
2177
2178 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2179
2180 Fix test names starting with uppercase throughout the files.
2181
2182 * gdb.ada/array_return.exp
2183 * gdb.ada/expr_delims.exp
2184 * gdb.ada/mi_dyn_arr.exp
2185 * gdb.ada/mi_interface.exp
2186 * gdb.ada/mi_var_array.exp
2187 * gdb.ada/watch_arg.exp
2188 * gdb.arch/alpha-step.exp
2189 * gdb.arch/altivec-regs.exp
2190 * gdb.arch/e500-regs.exp
2191 * gdb.arch/powerpc-d128-regs.exp
2192 * gdb.base/arrayidx.exp
2193 * gdb.base/break.exp
2194 * gdb.base/checkpoint.exp
2195 * gdb.base/debug-expr.exp
2196 * gdb.base/dmsym.exp
2197 * gdb.base/radix.exp
2198 * gdb.base/sepdebug.exp
2199 * gdb.base/testenv.exp
2200 * gdb.base/watch_thread_num.exp
2201 * gdb.base/watchpoint-cond-gone.exp
2202 * gdb.cell/break.exp
2203 * gdb.cell/ea-cache.exp
2204 * gdb.compile/compile.exp
2205 * gdb.cp/gdb2495.exp
2206 * gdb.gdb/selftest.exp
2207 * gdb.gdb/xfullpath.exp
2208 * gdb.go/hello.exp
2209 * gdb.go/integers.exp
2210 * gdb.objc/basicclass.exp
2211 * gdb.pascal/hello.exp
2212 * gdb.pascal/integers.exp
2213 * gdb.python/py-breakpoint.exp
2214 * gdb.python/py-cmd.exp
2215 * gdb.python/py-linetable.exp
2216 * gdb.python/py-xmethods.exp
2217 * gdb.python/python.exp
2218 * gdb.reverse/consecutive-precsave.exp
2219 * gdb.reverse/finish-precsave.exp
2220 * gdb.reverse/i386-precsave.exp
2221 * gdb.reverse/machinestate-precsave.exp
2222 * gdb.reverse/sigall-precsave.exp
2223 * gdb.reverse/solib-precsave.exp
2224 * gdb.reverse/step-precsave.exp
2225 * gdb.reverse/until-precsave.exp
2226 * gdb.reverse/watch-precsave.exp
2227 * gdb.threads/leader-exit.exp
2228 * gdb.threads/pthreads.exp
2229 * gdb.threads/wp-replication.exp
2230 * gdb.trace/actions.exp
2231 * gdb.trace/mi-tsv-changed.exp
2232 * gdb.trace/tsv.exp
2233
2234 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2235
2236 Fix test names starting with uppercase throughout the files.
2237
2238 * gdb.arch/i386-bp_permanent.exp
2239 * gdb.arch/i386-gnu-cfi.exp
2240 * gdb.base/disasm-end-cu.exp
2241 * gdb.base/macscp.exp
2242 * gdb.base/pending.exp
2243 * gdb.base/watch_thread_num.exp
2244 * gdb.cp/exception.exp
2245 * gdb.cp/gdb2495.exp
2246 * gdb.cp/local.exp
2247 * gdb.python/py-evsignal.exp
2248 * gdb.python/python.exp
2249 * gdb.trace/tracecmd.exp
2250
2251 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2252
2253 Fix test names starting with uppercase throughout the files.
2254
2255 * gdb.base/charset.exp
2256 * gdb.base/eval.exp
2257 * gdb.base/multi-forks.exp
2258 * gdb.guile/scm-progspace.exp
2259 * gdb.opencl/datatypes.exp
2260 * gdb.python/py-block.exp
2261 * gdb.python/py-function.exp
2262 * gdb.python/py-symbol.exp
2263 * gdb.python/py-symtab.exp
2264 * gdb.python/py-xmethods.exp
2265 * gdb.reverse/break-precsave.exp
2266 * gdb.reverse/break-reverse.exp
2267 * gdb.reverse/consecutive-precsave.exp
2268 * gdb.reverse/consecutive-reverse.exp
2269 * gdb.reverse/finish-precsave.exp
2270 * gdb.reverse/finish-reverse-bkpt.exp
2271 * gdb.reverse/finish-reverse.exp
2272 * gdb.reverse/fstatat-reverse.exp
2273 * gdb.reverse/getresuid-reverse.exp
2274 * gdb.reverse/i386-precsave.exp
2275 * gdb.reverse/i386-reverse.exp
2276 * gdb.reverse/i386-sse-reverse.exp
2277 * gdb.reverse/i387-stack-reverse.exp
2278 * gdb.reverse/insn-reverse.exp
2279 * gdb.reverse/machinestate-precsave.exp
2280 * gdb.reverse/machinestate.exp
2281 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2282 * gdb.reverse/pipe-reverse.exp
2283 * gdb.reverse/readv-reverse.exp
2284 * gdb.reverse/recvmsg-reverse.exp
2285 * gdb.reverse/rerun-prec.exp
2286 * gdb.reverse/s390-mvcle.exp
2287 * gdb.reverse/sigall-precsave.exp
2288 * gdb.reverse/sigall-reverse.exp
2289 * gdb.reverse/solib-precsave.exp
2290 * gdb.reverse/solib-reverse.exp
2291 * gdb.reverse/step-precsave.exp
2292 * gdb.reverse/step-reverse.exp
2293 * gdb.reverse/time-reverse.exp
2294 * gdb.reverse/until-precsave.exp
2295 * gdb.reverse/until-reverse.exp
2296 * gdb.reverse/waitpid-reverse.exp
2297 * gdb.reverse/watch-precsave.exp
2298 * gdb.reverse/watch-reverse.exp
2299
2300 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2301
2302 Fix test names starting with uppercase throughout the files.
2303
2304 * gdb.arch/i386-mpx-simple_segv.exp
2305 * gdb.arch/i386-mpx.exp
2306 * gdb.arch/i386-permbkpt.exp
2307 * gdb.arch/pa-nullify.exp
2308 * gdb.arch/powerpc-d128-regs.exp
2309 * gdb.arch/vsx-regs.exp
2310 * gdb.base/bfp-test.exp
2311 * gdb.base/break.exp
2312 * gdb.base/breakpoint-shadow.exp
2313 * gdb.base/callfuncs.exp
2314 * gdb.base/charset.exp
2315 * gdb.base/commands.exp
2316 * gdb.base/completion.exp
2317 * gdb.base/dfp-test.exp
2318 * gdb.base/echo.exp
2319 * gdb.base/ending-run.exp
2320 * gdb.base/eval.exp
2321 * gdb.base/expand-psymtabs.exp
2322 * gdb.base/float128.exp
2323 * gdb.base/floatn.exp
2324 * gdb.base/foll-exec-mode.exp
2325 * gdb.base/gdb1056.exp
2326 * gdb.base/gdb11531.exp
2327 * gdb.base/kill-after-signal.exp
2328 * gdb.base/multi-forks.exp
2329 * gdb.base/overlays.exp
2330 * gdb.base/pending.exp
2331 * gdb.base/sepdebug.exp
2332 * gdb.base/testenv.exp
2333 * gdb.base/valgrind-db-attach.exp
2334 * gdb.base/watch_thread_num.exp
2335 * gdb.base/watchpoint-cond-gone.exp
2336 * gdb.base/watchpoint.exp
2337 * gdb.base/watchpoints.exp
2338 * gdb.cp/arg-reference.exp
2339 * gdb.cp/baseenum.exp
2340 * gdb.cp/operator.exp
2341 * gdb.cp/shadow.exp
2342 * gdb.dwarf2/dw2-op-out-param.exp
2343 * gdb.dwarf2/dw2-reg-undefined.exp
2344 * gdb.go/chan.exp
2345 * gdb.go/hello.exp
2346 * gdb.go/integers.exp
2347 * gdb.go/methods.exp
2348 * gdb.go/package.exp
2349 * gdb.guile/scm-parameter.exp
2350 * gdb.guile/scm-progspace.exp
2351 * gdb.guile/scm-value.exp
2352 * gdb.mi/mi-pending.exp
2353 * gdb.mi/user-selected-context-sync.exp
2354 * gdb.multi/multi-attach.exp
2355 * gdb.multi/tids.exp
2356 * gdb.opt/clobbered-registers-O2.exp
2357 * gdb.pascal/floats.exp
2358 * gdb.pascal/integers.exp
2359 * gdb.python/py-block.exp
2360 * gdb.python/py-events.exp
2361 * gdb.python/py-parameter.exp
2362 * gdb.python/py-symbol.exp
2363 * gdb.python/py-symtab.exp
2364 * gdb.python/py-type.exp
2365 * gdb.python/py-value.exp
2366 * gdb.python/py-xmethods.exp
2367 * gdb.python/python.exp
2368 * gdb.reverse/break-precsave.exp
2369 * gdb.reverse/consecutive-precsave.exp
2370 * gdb.reverse/finish-precsave.exp
2371 * gdb.reverse/i386-precsave.exp
2372 * gdb.reverse/machinestate-precsave.exp
2373 * gdb.reverse/sigall-precsave.exp
2374 * gdb.reverse/solib-precsave.exp
2375 * gdb.reverse/step-precsave.exp
2376 * gdb.reverse/until-precsave.exp
2377 * gdb.reverse/watch-precsave.exp
2378 * gdb.server/ext-attach.exp
2379 * gdb.server/ext-restart.exp
2380 * gdb.server/ext-run.exp
2381 * gdb.server/ext-wrapper.exp
2382 * gdb.stabs/gdb11479.exp
2383 * gdb.stabs/weird.exp
2384 * gdb.threads/attach-many-short-lived-threads.exp
2385 * gdb.threads/kill.exp
2386 * gdb.threads/watchpoint-fork.exp
2387
2388 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2389
2390 Fix test names starting with uppercase throughout all the files below.
2391
2392 * gdb.ada/array_return.exp
2393 * gdb.ada/catch_ex.exp
2394 * gdb.ada/info_exc.exp
2395 * gdb.ada/mi_catch_ex.exp
2396 * gdb.ada/mi_dyn_arr.exp
2397 * gdb.ada/mi_ex_cond.exp
2398 * gdb.ada/mi_exc_info.exp
2399 * gdb.ada/mi_interface.exp
2400 * gdb.ada/mi_task_arg.exp
2401 * gdb.ada/mi_task_info.exp
2402 * gdb.ada/mi_var_array.exp
2403 * gdb.arch/alpha-step.exp
2404 * gdb.arch/amd64-disp-step.exp
2405 * gdb.arch/arm-disp-step.exp
2406 * gdb.arch/disp-step-insn-reloc.exp
2407 * gdb.arch/e500-prologue.exp
2408 * gdb.arch/ftrace-insn-reloc.exp
2409 * gdb.arch/gdb1558.exp
2410 * gdb.arch/i386-bp_permanent.exp
2411 * gdb.arch/i386-disp-step.exp
2412 * gdb.arch/i386-float.exp
2413 * gdb.arch/i386-gnu-cfi.exp
2414 * gdb.arch/ia64-breakpoint-shadow.exp
2415 * gdb.arch/mips16-thunks.exp
2416 * gdb.arch/pa-nullify.exp
2417 * gdb.arch/powerpc-aix-prologue.exp
2418 * gdb.arch/powerpc-power.exp
2419 * gdb.arch/ppc-dfp.exp
2420 * gdb.arch/s390-tdbregs.exp
2421 * gdb.arch/spu-info.exp
2422 * gdb.arch/spu-ls.exp
2423 * gdb.arch/thumb-bx-pc.exp
2424 * gdb.base/advance.exp
2425 * gdb.base/annota-input-while-running.exp
2426 * gdb.base/arrayidx.exp
2427 * gdb.base/asmlabel.exp
2428 * gdb.base/async.exp
2429 * gdb.base/attach-wait-input.exp
2430 * gdb.base/auto-connect-native-target.exp
2431 * gdb.base/batch-preserve-term-settings.exp
2432 * gdb.base/bfp-test.exp
2433 * gdb.base/bigcore.exp
2434 * gdb.base/bp-permanent.exp
2435 * gdb.base/break-always.exp
2436 * gdb.base/break-fun-addr.exp
2437 * gdb.base/break-idempotent.exp
2438 * gdb.base/break-main-file-remove-fail.exp
2439 * gdb.base/break-probes.exp
2440 * gdb.base/break-unload-file.exp
2441 * gdb.base/break.exp
2442 * gdb.base/call-ar-st.exp
2443 * gdb.base/call-rt-st.exp
2444 * gdb.base/call-sc.exp
2445 * gdb.base/call-signal-resume.exp
2446 * gdb.base/call-strs.exp
2447 * gdb.base/callexit.exp
2448 * gdb.base/callfuncs.exp
2449 * gdb.base/catch-gdb-caused-signals.exp
2450 * gdb.base/catch-signal-siginfo-cond.exp
2451 * gdb.base/catch-syscall.exp
2452 * gdb.base/compare-sections.exp
2453 * gdb.base/cond-eval-mode.exp
2454 * gdb.base/condbreak-call-false.exp
2455 * gdb.base/consecutive-step-over.exp
2456 * gdb.base/cursal.exp
2457 * gdb.base/disabled-location.exp
2458 * gdb.base/disasm-end-cu.exp
2459 * gdb.base/display.exp
2460 * gdb.base/double-prompt-target-event-error.exp
2461 * gdb.base/dprintf-bp-same-addr.exp
2462 * gdb.base/dprintf-detach.exp
2463 * gdb.base/dprintf-next.exp
2464 * gdb.base/dprintf-non-stop.exp
2465 * gdb.base/dprintf-pending.exp
2466 * gdb.base/dso2dso.exp
2467 * gdb.base/ending-run.exp
2468 * gdb.base/enum_cond.exp
2469 * gdb.base/examine-backward.exp
2470 * gdb.base/exe-lock.exp
2471 * gdb.base/exec-invalid-sysroot.exp
2472 * gdb.base/execl-update-breakpoints.exp
2473 * gdb.base/execution-termios.exp
2474 * gdb.base/fileio.exp
2475 * gdb.base/fixsection.exp
2476 * gdb.base/foll-exec-mode.exp
2477 * gdb.base/foll-exec.exp
2478 * gdb.base/fork-running-state.exp
2479 * gdb.base/frame-args.exp
2480 * gdb.base/fullpath-expand.exp
2481 * gdb.base/func-ptr.exp
2482 * gdb.base/gcore-relro-pie.exp
2483 * gdb.base/gdb1090.exp
2484 * gdb.base/gdb1555.exp
2485 * gdb.base/global-var-nested-by-dso.exp
2486 * gdb.base/gnu-ifunc.exp
2487 * gdb.base/hbreak-in-shr-unsupported.exp
2488 * gdb.base/hbreak-unmapped.exp
2489 * gdb.base/hook-stop.exp
2490 * gdb.base/infcall-input.exp
2491 * gdb.base/info-fun.exp
2492 * gdb.base/info-shared.exp
2493 * gdb.base/interrupt-noterm.exp
2494 * gdb.base/jit-so.exp
2495 * gdb.base/jit.exp
2496 * gdb.base/line-symtabs.exp
2497 * gdb.base/list.exp
2498 * gdb.base/longjmp.exp
2499 * gdb.base/macscp.exp
2500 * gdb.base/max-value-size.exp
2501 * gdb.base/nodebug.exp
2502 * gdb.base/nofield.exp
2503 * gdb.base/overlays.exp
2504 * gdb.base/paginate-after-ctrl-c-running.exp
2505 * gdb.base/paginate-bg-execution.exp
2506 * gdb.base/paginate-inferior-exit.exp
2507 * gdb.base/pending.exp
2508 * gdb.base/pr11022.exp
2509 * gdb.base/printcmds.exp
2510 * gdb.base/ptr-typedef.exp
2511 * gdb.base/ptype.exp
2512 * gdb.base/randomize.exp
2513 * gdb.base/range-stepping.exp
2514 * gdb.base/realname-expand.exp
2515 * gdb.base/relativedebug.exp
2516 * gdb.base/remote.exp
2517 * gdb.base/savedregs.exp
2518 * gdb.base/sepdebug.exp
2519 * gdb.base/set-noassign.exp
2520 * gdb.base/shlib-call.exp
2521 * gdb.base/shreloc.exp
2522 * gdb.base/sigaltstack.exp
2523 * gdb.base/sigbpt.exp
2524 * gdb.base/siginfo-addr.exp
2525 * gdb.base/siginfo-obj.exp
2526 * gdb.base/siginfo-thread.exp
2527 * gdb.base/signest.exp
2528 * gdb.base/signull.exp
2529 * gdb.base/sigrepeat.exp
2530 * gdb.base/skip.exp
2531 * gdb.base/so-impl-ld.exp
2532 * gdb.base/solib-corrupted.exp
2533 * gdb.base/solib-disc.exp
2534 * gdb.base/solib-display.exp
2535 * gdb.base/solib-overlap.exp
2536 * gdb.base/solib-search.exp
2537 * gdb.base/solib-symbol.exp
2538 * gdb.base/source-execution.exp
2539 * gdb.base/sss-bp-on-user-bp-2.exp
2540 * gdb.base/sss-bp-on-user-bp.exp
2541 * gdb.base/stack-checking.exp
2542 * gdb.base/stale-infcall.exp
2543 * gdb.base/step-break.exp
2544 * gdb.base/step-line.exp
2545 * gdb.base/step-over-exit.exp
2546 * gdb.base/step-test.exp
2547 * gdb.base/structs.exp
2548 * gdb.base/sym-file.exp
2549 * gdb.base/symtab-search-order.exp
2550 * gdb.base/term.exp
2551 * gdb.base/type-opaque.exp
2552 * gdb.base/unload.exp
2553 * gdb.base/until-nodebug.exp
2554 * gdb.base/until.exp
2555 * gdb.base/unwindonsignal.exp
2556 * gdb.base/watch-cond.exp
2557 * gdb.base/watch-non-mem.exp
2558 * gdb.base/watch_thread_num.exp
2559 * gdb.base/watchpoint-reuse-slot.exp
2560 * gdb.base/watchpoint-solib.exp
2561 * gdb.base/watchpoint.exp
2562 * gdb.btrace/dlopen.exp
2563 * gdb.cell/arch.exp
2564 * gdb.cell/break.exp
2565 * gdb.cell/bt.exp
2566 * gdb.cell/core.exp
2567 * gdb.cell/data.exp
2568 * gdb.cell/dwarfaddr.exp
2569 * gdb.cell/ea-cache.exp
2570 * gdb.cell/ea-standalone.exp
2571 * gdb.cell/ea-test.exp
2572 * gdb.cell/f-regs.exp
2573 * gdb.cell/fork.exp
2574 * gdb.cell/gcore.exp
2575 * gdb.cell/mem-access.exp
2576 * gdb.cell/ptype.exp
2577 * gdb.cell/registers.exp
2578 * gdb.cell/sizeof.exp
2579 * gdb.cell/solib-symbol.exp
2580 * gdb.cell/solib.exp
2581 * gdb.compile/compile-tls.exp
2582 * gdb.cp/exception.exp
2583 * gdb.cp/gdb2495.exp
2584 * gdb.cp/local.exp
2585 * gdb.cp/mb-inline.exp
2586 * gdb.cp/mb-templates.exp
2587 * gdb.cp/pr10687.exp
2588 * gdb.cp/pr9167.exp
2589 * gdb.cp/scope-err.exp
2590 * gdb.cp/templates.exp
2591 * gdb.cp/virtfunc.exp
2592 * gdb.dwarf2/dw2-dir-file-name.exp
2593 * gdb.dwarf2/dw2-single-line-discriminators.exp
2594 * gdb.fortran/complex.exp
2595 * gdb.fortran/library-module.exp
2596 * gdb.guile/guile.exp
2597 * gdb.guile/scm-cmd.exp
2598 * gdb.guile/scm-frame-inline.exp
2599 * gdb.guile/scm-objfile.exp
2600 * gdb.guile/scm-pretty-print.exp
2601 * gdb.guile/scm-symbol.exp
2602 * gdb.guile/scm-type.exp
2603 * gdb.guile/scm-value.exp
2604 * gdb.linespec/keywords.exp
2605 * gdb.linespec/ls-errs.exp
2606 * gdb.linespec/macro-relative.exp
2607 * gdb.linespec/thread.exp
2608 * gdb.mi/mi-breakpoint-changed.exp
2609 * gdb.mi/mi-dprintf-pending.exp
2610 * gdb.mi/mi-fullname-deleted.exp
2611 * gdb.mi/mi-logging.exp
2612 * gdb.mi/mi-pending.exp
2613 * gdb.mi/mi-solib.exp
2614 * gdb.mi/new-ui-mi-sync.exp
2615 * gdb.mi/user-selected-context-sync.exp
2616 * gdb.multi/dummy-frame-restore.exp
2617 * gdb.multi/multi-arch-exec.exp
2618 * gdb.multi/remove-inferiors.exp
2619 * gdb.multi/watchpoint-multi-exit.exp
2620 * gdb.opt/solib-intra-step.exp
2621 * gdb.perf/backtrace.exp
2622 * gdb.perf/single-step.exp
2623 * gdb.perf/skip-command.exp
2624 * gdb.perf/skip-prologue.exp
2625 * gdb.perf/solib.exp
2626 * gdb.python/lib-types.exp
2627 * gdb.python/py-as-string.exp
2628 * gdb.python/py-bad-printers.exp
2629 * gdb.python/py-block.exp
2630 * gdb.python/py-breakpoint.exp
2631 * gdb.python/py-cmd.exp
2632 * gdb.python/py-events.exp
2633 * gdb.python/py-evthreads.exp
2634 * gdb.python/py-finish-breakpoint.exp
2635 * gdb.python/py-finish-breakpoint2.exp
2636 * gdb.python/py-frame-inline.exp
2637 * gdb.python/py-frame.exp
2638 * gdb.python/py-inferior.exp
2639 * gdb.python/py-infthread.exp
2640 * gdb.python/py-mi.exp
2641 * gdb.python/py-objfile.exp
2642 * gdb.python/py-pp-maint.exp
2643 * gdb.python/py-pp-registration.exp
2644 * gdb.python/py-prettyprint.exp
2645 * gdb.python/py-recurse-unwind.exp
2646 * gdb.python/py-shared.exp
2647 * gdb.python/py-symbol.exp
2648 * gdb.python/py-symtab.exp
2649 * gdb.python/py-template.exp
2650 * gdb.python/py-type.exp
2651 * gdb.python/py-unwind-maint.exp
2652 * gdb.python/py-unwind.exp
2653 * gdb.python/py-value.exp
2654 * gdb.python/python.exp
2655 * gdb.reverse/finish-reverse-bkpt.exp
2656 * gdb.reverse/insn-reverse.exp
2657 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2658 * gdb.reverse/solib-precsave.exp
2659 * gdb.reverse/solib-reverse.exp
2660 * gdb.stabs/gdb11479.exp
2661 * gdb.stabs/weird.exp
2662 * gdb.threads/fork-child-threads.exp
2663 * gdb.threads/fork-plus-threads.exp
2664 * gdb.threads/fork-thread-pending.exp
2665 * gdb.threads/forking-threads-plus-breakpoint.exp
2666 * gdb.threads/hand-call-in-threads.exp
2667 * gdb.threads/interrupted-hand-call.exp
2668 * gdb.threads/linux-dp.exp
2669 * gdb.threads/local-watch-wrong-thread.exp
2670 * gdb.threads/next-while-other-thread-longjmps.exp
2671 * gdb.threads/non-ldr-exit.exp
2672 * gdb.threads/pending-step.exp
2673 * gdb.threads/print-threads.exp
2674 * gdb.threads/process-dies-while-detaching.exp
2675 * gdb.threads/process-dies-while-handling-bp.exp
2676 * gdb.threads/pthreads.exp
2677 * gdb.threads/queue-signal.exp
2678 * gdb.threads/reconnect-signal.exp
2679 * gdb.threads/signal-command-handle-nopass.exp
2680 * gdb.threads/signal-command-multiple-signals-pending.exp
2681 * gdb.threads/signal-delivered-right-thread.exp
2682 * gdb.threads/signal-sigtrap.exp
2683 * gdb.threads/sigthread.exp
2684 * gdb.threads/staticthreads.exp
2685 * gdb.threads/stepi-random-signal.exp
2686 * gdb.threads/thread-unwindonsignal.exp
2687 * gdb.threads/thread_check.exp
2688 * gdb.threads/thread_events.exp
2689 * gdb.threads/tid-reuse.exp
2690 * gdb.threads/tls-nodebug.exp
2691 * gdb.threads/tls-shared.exp
2692 * gdb.threads/tls-so_extern.exp
2693 * gdb.threads/tls.exp
2694 * gdb.threads/wp-replication.exp
2695 * gdb.trace/actions-changed.exp
2696 * gdb.trace/actions.exp
2697 * gdb.trace/backtrace.exp
2698 * gdb.trace/change-loc.exp
2699 * gdb.trace/collection.exp
2700 * gdb.trace/deltrace.exp
2701 * gdb.trace/disconnected-tracing.exp
2702 * gdb.trace/entry-values.exp
2703 * gdb.trace/ftrace-lock.exp
2704 * gdb.trace/ftrace.exp
2705 * gdb.trace/infotrace.exp
2706 * gdb.trace/mi-trace-frame-collected.exp
2707 * gdb.trace/mi-trace-unavailable.exp
2708 * gdb.trace/mi-traceframe-changed.exp
2709 * gdb.trace/mi-tracepoint-changed.exp
2710 * gdb.trace/mi-tsv-changed.exp
2711 * gdb.trace/no-attach-trace.exp
2712 * gdb.trace/packetlen.exp
2713 * gdb.trace/passc-dyn.exp
2714 * gdb.trace/passcount.exp
2715 * gdb.trace/pending.exp
2716 * gdb.trace/pr16508.exp
2717 * gdb.trace/qtro.exp
2718 * gdb.trace/range-stepping.exp
2719 * gdb.trace/read-memory.exp
2720 * gdb.trace/report.exp
2721 * gdb.trace/save-trace.exp
2722 * gdb.trace/signal.exp
2723 * gdb.trace/stap-trace.exp
2724 * gdb.trace/status-stop.exp
2725 * gdb.trace/strace.exp
2726 * gdb.trace/tfile.exp
2727 * gdb.trace/tfind.exp
2728 * gdb.trace/trace-break.exp
2729 * gdb.trace/trace-condition.exp
2730 * gdb.trace/trace-enable-disable.exp
2731 * gdb.trace/trace-mt.exp
2732 * gdb.trace/tracecmd.exp
2733 * gdb.trace/tracefile-pseudo-reg.exp
2734 * gdb.trace/tspeed.exp
2735 * gdb.trace/tstatus.exp
2736 * gdb.trace/tsv.exp
2737 * gdb.trace/unavailable.exp
2738 * gdb.trace/while-dyn.exp
2739 * gdb.trace/while-stepping.exp
2740 * lib/gdb-guile.exp
2741 * lib/gdb.exp
2742 * lib/mi-support.exp
2743 * lib/pascal.exp
2744 * lib/perftest.exp
2745 * lib/prelink-support.exp
2746 * lib/selftest-support.exp
2747
2748 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2749
2750 * Makefile.in: Include disable-implicit-rules.mk.
2751
2752 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2753
2754 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2755 non-byte-aligned bit fields.
2756
2757 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2758
2759 PR gdb/12616
2760 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2761 respects the DW_AT_data_bit_offset attribute.
2762
2763 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2764
2765 * gdb.base/default.exp: Fix output of "set language".
2766
2767 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2768
2769 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2770 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2771 make.
2772 * configure.ac: Remove checks for the make program.
2773 * configure: Re-generate.
2774
2775 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2776
2777 * gdb.python/py-recurse-unwind.c (main): Add loop.
2778 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2779 to read_register() and gdb.parse_and_eval(). Make each code
2780 call a separate case that can be individually tested.
2781 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2782 proc. Call cont_and_backtrace for each of the code paths that
2783 we want to test in the unwinder.
2784
2785 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2786
2787 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2788 the definition of struct S.
2789
2790 2016-11-11 Catherine Moore <clm@codesourcery.com>
2791
2792 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2793
2794 2016-11-09 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.base/commands.exp (runto_or_return): New procedure.
2797 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2798 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2799 (progvar_simple_while_test, progvar_complex_if_while_test)
2800 (if_while_breakpoint_command_test)
2801 (infrun_breakpoint_command_test, breakpoint_command_test)
2802 (user_defined_command_test, watchpoint_command_test)
2803 (test_command_prompt_position, redefine_hook_test)
2804 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2805 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2806 multi_line_input and multi_line. Remove gdb_expect and
2807 gdb_stop_suppressing_tests uses.
2808 * lib/gdb.exp (valnum_re): New global.
2809 (multi_line_input): New procedure.
2810
2811 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2812
2813 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2814 Remove.
2815 (test_setup): Define with proc_with_prefix.
2816 (test_cli_inferior): Likewise.
2817 (test_cli_thread): Likewise.
2818 (test_cli_frame): Likewise.
2819 (test_cli_select_frame): Likewise.
2820 (test_cli_up_down): Likewise.
2821 (test_mi_thread_select): Likewise.
2822 (test_mi_stack_select_frame): Likewise.
2823 (test_cli_in_mi_inferior): Likewise.
2824 (test_cli_in_mi_thread): Likewise.
2825 (test_cli_in_mi_frame): Likewise.
2826 (top level): Do not use with_test_prefix_procname.
2827
2828 2016-11-09 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/commands.exp (gdbvar_simple_if_test)
2831 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2832 (progvar_simple_if_test, progvar_simple_while_test)
2833 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2834 (infrun_breakpoint_command_test, breakpoint_command_test)
2835 (user_defined_command_test, watchpoint_command_test)
2836 (test_command_prompt_position, deprecated_command_test)
2837 (bp_deleted_in_command, temporary_breakpoint_commands)
2838 (stray_arg0_test, source_file_with_indented_comment)
2839 (recursive_source_test, if_commands_test)
2840 (error_clears_commands_left, redefine_hook_test)
2841 (redefine_backtrace_test): Use proc_with_prefix.
2842 * lib/gdb.exp (proc_with_prefix): New proc.
2843
2844 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2845
2846 * gdb.base/tui-layout.c: New file.
2847 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2848 disassembly window contains very long lines.
2849
2850 2016-11-08 Tom Tromey <tom@tromey.com>
2851
2852 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2853 depend on Python 2.
2854
2855 2016-11-08 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2858 New method.
2859
2860 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2861
2862 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2863
2864 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2865
2866 * gdb.rust/simple.rs: Add test for univariant enums without
2867 discriminants and for encoded struct-like enums.
2868
2869 2016-10-28 Pedro Alves <palves@redhat.com>
2870
2871 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2872 gdb_test_multiple, tighten regexps and match symtabs and line
2873 tables incrementally.
2874
2875 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2876
2877 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2878 general.
2879
2880 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2881
2882 * gdb.base/exec-invalid-sysroot.exp: New file.
2883
2884 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2885
2886 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2887
2888 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2889
2890 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2891
2892 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2893
2894 * gdb.base/killed-outside.exp: Remove $options from a call to
2895 `prepare_for_testing'.
2896
2897 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2898
2899 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2900 Change test message.
2901
2902 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2903
2904 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2905 Update comment.
2906
2907 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2908
2909 * gdb.trace/mi-trace-save.exp: New file.
2910
2911 2016-10-13 Yao Qi <yao.qi@linaro.org>
2912
2913 * gdb.base/code_elim.exp (get_var_address): Remove.
2914 * gdb.base/relocate.exp: Likewise.
2915 * gdb.base/shreloc.exp: Likewise.
2916 * lib/gdb.exp (get_var_address): New.
2917
2918 2016-10-13 Yao Qi <yao.qi@linaro.org>
2919
2920 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2921 floating point tests if $skip_float_test is false.
2922
2923 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2924
2925 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2926 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2927 argc values.
2928 Add 1 to argc so we guarantee distinct initial/modified argc values.
2929
2930 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2933
2934 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2935
2936 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2937 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2938 * gdb.arch/vsx-regs.exp: Likewise.
2939
2940 2016-10-07 Yao Qi <yao.qi@linaro.org>
2941
2942 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2943
2944 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.python/python.exp: Test decode_line("*0").
2947
2948 2016-10-06 Doug Evans <dje@google.com>
2949
2950 * gdb.python/py-value.exp (test_value_creation): Add test for large
2951 unsigned 64-bit value.
2952
2953 2016-10-06 Tom Tromey <tom@tromey.com>
2954
2955 * gdb.compile/compile.exp: Change java tests to rust.
2956 * gdb.base/setshow.exp: Change java tests to rust.
2957 * gdb.base/default.exp: Remove java from language list.
2958 * README (Examples): Update language example.
2959 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2960 test.
2961 * lib/gdb.exp (skip_java_tests): Remove.
2962 * lib/java.exp: Remove.
2963 * gdb.java: Remove.
2964
2965 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2966
2967 * gdb.arch/mips-fcr.exp: New test.
2968 * gdb.arch/mips-fcr.c: Source for the new test.
2969
2970 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2971
2972 * gdb.base/solib-disc.exp: Use `standard_output_file'
2973 throughout.
2974
2975 2016-10-06 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.base/jit-simple-dl.c: New file.
2978 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2979 * gdb.base/jit-simple.c: ... this.
2980 * gdb.base/jit-simple.exp (jit_run): Delete.
2981 (build_jit): New proc.
2982 (jit_test_reread): Recompile either the main program or the shared
2983 library, depending on what is being tested. Skip changing address
2984 if caller wants to. Compare before/after addresses. If testing
2985 standalone, explicitly load the binary. Test "maint info
2986 breakpoints".
2987 (top level): Add "standalone vs shared lib" and "change address"
2988 vs "same address" axes.
2989
2990 2016-10-06 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2993 call.
2994 (jit_run): Delete.
2995 (jit_test_reread): Use with_test_prefix. Reload the main binary
2996 explicitly. Compare the before/after addresses of the JIT
2997 descriptor.
2998
2999 2016-08-15 Doug Evans <dje@google.com>
3000
3001 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3002 for single bitfields is bool.
3003 * gdb.xml/tdesc-regs.exp: Ditto.
3004
3005 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3008
3009 2016-10-05 Yao Qi <yao.qi@linaro.org>
3010
3011 * lib/gdb.exp (support_complex_tests): Return zero if
3012 gdb_skip_float_test return true.
3013
3014 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3015 Simon Marchi <simon.marchi@ericsson.com>
3016
3017 PR gdb/20487
3018 * gdb.mi/user-selected-context-sync.exp: New file.
3019 * gdb.mi/user-selected-context-sync.c: New file.
3020
3021 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3022 Simon Marchi <simon.marchi@ericsson.com>
3023
3024 PR gdb/20487
3025 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3026 =thread-select-event check.
3027
3028 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3029
3030 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3031 the compulsory L operand changes.
3032 * gdb.arch/powerpc-power.s: Likewise.
3033
3034 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3035
3036 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3037 * gdb.base/jit-attach-pie.c: New file.
3038 * gdb.base/jit-attach-pie.exp: New file.
3039
3040 2016-09-28 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/infcall-input.c: New file.
3043 * gdb.base/infcall-input.exp: New file.
3044
3045 2016-09-22 Yao Qi <yao.qi@linaro.org>
3046
3047 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3048 (gdb_exit): Rename it to ...
3049 (gdbserver_gdb_exit): ... Close GDBserver.
3050 (gdb_exit): New proc, call gdbserver_gdb_exit.
3051 (mi_gdb_exit): Likewise.
3052
3053 2016-09-22 Yao Qi <yao.qi@linaro.org>
3054
3055 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3056 path.
3057 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3058 Remove duplication.
3059
3060 2016-09-22 Yao Qi <yao.qi@linaro.org>
3061
3062 * lib/gdbserver-support.exp: Check the existence of
3063 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3064
3065 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3066
3067 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3068
3069 2016-09-21 Tom Tromey <tom@tromey.com>
3070
3071 PR gdb/20604:
3072 * gdb.base/quit.exp: New file.
3073
3074 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3075
3076 * .gitignore: New file.
3077
3078 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3079
3080 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3081 throughout.
3082
3083 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3084
3085 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3086
3087 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3088
3089 * gdb.cp/casts.cc (decltype): Move it ...
3090 (main): ... with its call to ...
3091 * gdb.cp/casts03.cc: ... a new file.
3092 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3093
3094 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3095
3096 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3097
3098 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3099
3100 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3101 and sync up the test with tests in gas/testsuite/gas/ppc.
3102 * gdb.arch/powerpc-power.exp: Likewise.
3103
3104 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3107
3108 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3109 Jan Kratochvil <jan.kratochvil@redhat.com>
3110
3111 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3112 make m1's definition to be different from m2's. Use 'dummy' as an
3113 argument for probe 'two'.
3114
3115 2016-09-10 Jon Beniston <jon@beniston.com>
3116
3117 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3118 for sim target.
3119
3120 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3121
3122 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3123 variable declaration.
3124 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3125 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3126 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3127 received HWCAP as its argument.
3128
3129 2016-09-06 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.base/new-ui-pending-input.c: New file.
3132 * gdb.base/new-ui-pending-input.exp: New file.
3133 * gdb.exp (clear_gdb_spawn_id): New procedure.
3134 (with_spawn_id): Check whether gdb_spawn_id exists before
3135 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3136 on exit.
3137
3138 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3139
3140 * gdb.base/float128.c: New file.
3141 * gdb.base/float128.exp: Likewise.
3142 * gdb.base/floatn.c: Likewise.
3143 * gdb.base/floatn.exp: Likewise.
3144
3145 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3146
3147 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3148
3149 2016-09-05 Pedro Alves <palves@redhat.com>
3150
3151 PR backtrace/19927
3152 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3153 unwinders are immediately called as side effect of "source" or
3154 "disable unwinder" commands.
3155 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3156
3157 2016-09-02 Yao Qi <yao.qi@linaro.org>
3158
3159 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3160 is true and $type is "float" or "double".
3161
3162 2016-09-02 Yao Qi <yao.qi@linaro.org>
3163
3164 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3165 true.
3166 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3167 * gdb.base/call-rt-st.exp: Likewise.
3168 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3169 return value instead of gdb,skip_float_test.
3170 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3171 (do_function_calls): Use its return value instead of
3172 gdb,skip_float_test.
3173 * gdb.base/finish.exp: Likewise.
3174 * gdb.base/funcargs.exp: Likewise.
3175 * gdb.base/return.exp: Likewise.
3176 * gdb.base/return2.exp: Likewise.
3177 * gdb.base/varargs.exp: Likewise.
3178 * lib/gdb.exp (gdb_skip_float_test): Change it to
3179 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3180
3181 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3182
3183 * gdb.multi/tids.exp: Test "thread apply all".
3184
3185 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3186
3187 * gdb.base/default.exp (tty): Remove.
3188
3189 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3190
3191 * gdb.python/py-recurse-unwind.c: New file.
3192 * gdb.python/py-recurse-unwind.py: New file.
3193 * gdb.python/py-recurse-unwind.exp: New file.
3194
3195 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3196
3197 * gdb.base/set-inferior-tty.exp: New file.
3198 * gdb.base/set-inferior-tty.c: New file.
3199
3200 2016-08-23 Pedro Alves <palves@redhat.com>
3201
3202 PR gdb/20494
3203 * gdb.base/new-ui-echo.c: New file.
3204 * gdb.base/new-ui-echo.exp: New file.
3205
3206 2016-08-23 Yao Qi <yao.qi@linaro.org>
3207
3208 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3209 gdbserver_spawn.
3210 * gdb.server/connect-without-multi-process.exp (do_test):
3211 Likewise.
3212
3213 2016-08-23 Yao Qi <yao.qi@linaro.org>
3214
3215 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3216 standalone_txt. Delete gdb_txt and standalone_txt on host
3217 and target. Spawn the binary on target. Copy files from
3218 target to host.
3219
3220 2016-08-22 Pedro Alves <palves@redhat.com>
3221
3222 PR gdb/20505
3223 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3224 with_test_prefix. Factor out bits to ...
3225 (test_no_vdso): ... this new procedure.
3226
3227 2016-08-19 Carl Love <cel@us.ibm.com>
3228
3229 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3230 maintaining separate logic for constructing the output path.
3231 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3232 * gdb.arch/ppc-dfp.exp: Likewise.
3233 * gdb.arch/ppc-fp.exp: Likewise.
3234 * gdb.arch/vsx-regs.exp: Likewise.
3235 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3236 binprefix for generating the additional binary files.
3237
3238 2016-08-19 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.trace/mi-trace-frame-collected.exp
3241 (test_trace_frame_collected): On x32, expect two registers.
3242
3243 2016-08-18 Carl Love <cel@us.ibm.com>
3244
3245 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3246 and sync up the test with tests in gas/testsuite/gas/ppc.
3247 * gdb.arch/powerpc-power.exp: Likewise.
3248
3249 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3252 expected error message.
3253
3254 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3255
3256 * gdb.multi/remove-inferiors.exp: New file.
3257 * gdb.multi/remove-inferiors.c: New file.
3258
3259 2016-08-12 Yao Qi <yao.qi@linaro.org>
3260
3261 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3262 argument list.
3263
3264 2016-08-10 Pedro Alves <palves@redhat.com>
3265
3266 PR gdb/19187
3267 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3268 setup_kfails.
3269
3270 2016-08-09 Pedro Alves <palves@redhat.com>
3271 Simon Marchi <simon.marchi@ericsson.com>
3272
3273 PR gdb/20418
3274 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3275 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3276
3277 2016-08-09 Pedro Alves <palves@redhat.com>
3278
3279 PR mi/20431
3280 * gdb.mi/mi-cmd-error.exp: New file.
3281
3282 2016-08-09 Pedro Alves <palves@redhat.com>
3283
3284 PR gdb/18653
3285 * gdb.base/signals-state-child.c: New file.
3286 * gdb.base/signals-state-child.exp: New file.
3287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3288
3289 2016-08-09 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3292
3293 2016-08-03 Tom Tromey <tom@tromey.com>
3294
3295 PR python/18565:
3296 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3297
3298 2016-08-01 Yao Qi <yao.qi@linaro.org>
3299
3300 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3301 variable mode to "multi-process" if $multi_process is 1, otherwise
3302 set it to "single-process".
3303
3304 2016-08-01 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3307 * gdb.cp/cpexprs.exp: Likewise.
3308 * gdb.cp/m-static.exp: Likewise.
3309
3310 2016-07-26 Tom Tromey <tom@tromey.com>
3311
3312 PR python/20190:
3313 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3314 test.
3315
3316 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3317
3318 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3319 selecting assembly source files.
3320 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3321 assembly source files.
3322 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3323 assembly source files.
3324 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3325 selecting assembly source files.
3326
3327 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3328
3329 * gdb.base/new-ui.exp (do_test_invalid_args): New
3330 procedure.
3331
3332 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3333
3334 * gdb.btrace/reconnect.c: New file.
3335 * gdb.btrace/reconnect.exp: New file.
3336
3337 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3338
3339 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3340 to test_catch_syscall_group.
3341 (test_catch_syscall_group): New.
3342
3343 2016-07-21 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.rust/simple.rs (main): Use empty struct expression.
3346 * gdb.rust/simple.exp: Add tests for empty struct expression.
3347
3348 2016-07-21 Yao Qi <yao.qi@linaro.org>
3349
3350 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3351 if gdb_skip_xml_test is true on some targets.
3352
3353 2016-07-21 Yao Qi <yao.qi@linaro.org>
3354
3355 * gdb.server/solib-list.exp: Unset last_loaded_file.
3356
3357 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3360 "step into captured_main (args)".
3361
3362 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3365
3366 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3367
3368 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3369
3370 2016-07-19 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3373 * gdb.opt/inline-bt.exp: Likewise.
3374 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3375 additional_flags=-Winline.
3376 * gdb.opt/inline-locals.exp: Likewise.
3377 * gdb.opt/inline-markers.c (ATTR): Define.
3378 (inlined_fn): Use it.
3379
3380 2016-07-19 Yao Qi <yao.qi@linaro.org>
3381
3382 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3383 (test_with_self): Remove some code. Remove argument executable.
3384 (top-level): Use do_self_tests.
3385
3386 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3387 Don Breazeal <donb@codesourcery.com>
3388
3389 * gdb.base/maint.exp: Escape paths used in regular expressions.
3390 * gdb.stabs/weird.exp: Likewise.
3391
3392 2016-07-13 Tom Tromey <tom@tromey.com>
3393
3394 PR python/15620, PR python/18620:
3395 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3396 (test_bkpt_events): New procs.
3397
3398 2016-07-13 Tom Tromey <tom@tromey.com>
3399
3400 PR python/17698:
3401 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3402 test.
3403 (test_watchpoints): Likewise.
3404 (test_bkpt_pending): New proc.
3405
3406 2016-07-13 Tom Tromey <tom@tromey.com>
3407
3408 PR cli/18053:
3409 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3410 completion test.
3411
3412 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3415 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3416 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3417 f_label.
3418 (g): Rename g_end_lbl to g_label.
3419 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3420 low_pc and high_pc.
3421 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3422
3423 2016-07-12 Tom Tromey <tom@tromey.com>
3424
3425 PR python/19293:
3426 * gdb.python/py-unwind-maint.exp: Update tests.
3427
3428 2016-07-12 Yao Qi <yao.qi@linaro.org>
3429
3430 * lib/selftest-support.exp (selftest_setup): Match the output
3431 when captured_main is inlined.
3432
3433 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3434
3435 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3436 New variables.
3437 (print this%a, print this%b, print this): New tests.
3438 * gdb.fortran/derived-types.f90 (this): New object and
3439 initialization.
3440
3441 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3442
3443 * gdb.ada/arraydim.exp: Remove extra directory level in build
3444 directory.
3445
3446 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3447
3448 * lib/ada.exp: Remove extra directory level in build directory.
3449 * gdb.ada/cond_lang.exp: Likewise.
3450 * gdb.ada/exec_changed.exp: Likewise.
3451 * gdb.ada/lang_switch.exp: Likewise.
3452
3453 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3454
3455 * simple.rs: Add test for raw pointer subscripting.
3456 * simple.exp: Add test expectations.
3457
3458 2016-07-05 Yao Qi <yao.qi@linaro.org>
3459
3460 * gdb.mi/mi-reverse.exp: Match =record-started output.
3461
3462 2016-07-01 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3465 procedure.
3466 (jit_reader_test): Test the jit reader's unwinder.
3467 * gdb.base/jithost.c (jit_function_00_code): New global.
3468 (main): Use memcpy to fill in the mmapped code, instead of poking
3469 bytes manually here.
3470 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3471 value.
3472 (read_debug_info): Save the function's range.
3473 (read_sp): New function.
3474 (unwind_frame): Use it. Also unwind RBP.
3475 (get_frame_id): Use read_sp.
3476 (gdb_init_reader): Use calloc instead of malloc.
3477 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3478 parameter. Use gdb_test_multiple.
3479
3480 2016-07-01 Pedro Alves <palves@redhat.com>
3481 Antoine Tremblay <antoine.tremblay@ericsson.com>
3482
3483 * gdb.threads/process-dies-while-detaching.c: New file.
3484 * gdb.threads/process-dies-while-detaching.exp: New file.
3485
3486 2016-07-01 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.multi/watchpoint-multi-exit.c: New file.
3489 * gdb.multi/watchpoint-multi-exit.exp: New file.
3490
3491 2016-06-30 Pedro Alves <palves@redhat.com>
3492
3493 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3494 unset inferior_spawn_id.
3495
3496 2016-06-30 Pedro Alves <palves@redhat.com>
3497
3498 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3499 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3500
3501 2016-06-29 Yao Qi <yao.qi@linaro.org>
3502
3503 * gdb.base/return.c: Add copyright header.
3504
3505 2016-06-29 Tom Tromey <tom@tromey.com>
3506
3507 PR python/20129:
3508 * gdb.python/py-framefilter.exp: Add tests for setting priority
3509 and disabling of non-existent frame filter.
3510
3511 2016-06-29 Yao Qi <yao.qi@linaro.org>
3512
3513 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3514 0x0f07ff.
3515
3516 2016-06-28 Yao Qi <yao.qi@linaro.org>
3517
3518 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3519 triplets. Start gdb, execute catch syscall, and continue. Check
3520 gdb's output to determine catch syscall is supported.
3521
3522 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3523
3524 * gdb.rust/simple.rs: Add test for returning unit in a function.
3525 * gdb.rust/simple.exp: Add expectation for functions returning
3526 unit.
3527
3528 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3529
3530 * gdb.python/py-breakpoint-create-fail.c,
3531 gdb.python/py-breakpoint-create-fail.exp,
3532 gdb.python/py-breakpoint-create-fail.py: New testcase.
3533
3534 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3535
3536 PR gdb/20239
3537 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3538 * gdb.rust/simple.exp: Add test expectations for new NonZero
3539 tests.
3540
3541 2016-06-24 David Taylor <dtaylor@emc.com>
3542
3543 * gdb.base/offsets.exp: New file.
3544 * gdb.base/offsets.c: New file.
3545
3546 2016-06-23 Tom Tromey <tom@tromey.com>
3547
3548 PR gdb/16483:
3549 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3550 before any filters are loaded.
3551
3552 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3553
3554 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3555 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3556 structs.
3557 * gdb.fortran/derived-type-function.exp: New file.
3558 * gdb.fortran/derived-type-function.f90: New file.
3559
3560
3561 2016-06-21 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/new-ui.exp: New file.
3564 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3565 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3566 (with_spawn_id): New procedure.
3567
3568 2016-06-21 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.mi/mi-exec-run.exp: New file.
3571
3572 2016-06-21 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3575 breakpoint command's output on the main UI.
3576 (test_break): New procedure, factored out from calls in the top
3577 level.
3578 (top level): Use foreach_with_prefix to test MI as main UI and as
3579 separate UI.
3580
3581 2016-06-21 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3584 (test_awatch_creation_and_listing)
3585 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3586 Remove 'type' parameter.
3587 (test_watchpoint_all): New parameter mi_mode. Remove
3588 with_test_prefix.
3589 (top level): Use foreach_with_prefix, and add main/separate UI MI
3590 testing axis.
3591
3592 2016-06-21 Pedro Alves <palves@redhat.com>
3593
3594 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3595 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3596 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3597 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3598 (gdb_main_spawn_id, mi_spawn_id): Declare and
3599 comment.
3600 (mi_create_inferior_pty): New procedure,
3601 factored out from default_mi_gdb_start.
3602 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3603 procedures.
3604 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3605 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3606 Use mi_create_inferior_pty.
3607 (mi_gdb_start): Use eval to pass down args list.
3608
3609 2016-06-21 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3612 * gdb.opt/inline-cmds.exp: Add MI tests.
3613
3614 2016-06-21 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3617
3618 2016-06-21 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3621 (top level): Use it instead of mi_execute_to.
3622
3623 2016-06-21 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3626 (cont_handler_str): New.
3627 (signal_stop_handler): Set stop_handler_str instead of printing to
3628 stdout.
3629 (continue_handler): Set cont_handler_str instead of printing to
3630 stdout.
3631 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3632 mi_send_resuming_command. Print stop_handler_str and
3633 cont_handler_str instead of expecting the python events print
3634 directly.
3635
3636 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3637
3638 * gdb.base/jit-reader.exp: New file.
3639 * gdb.base/jithost.c: New file.
3640 * gdb.base/jithost.h: New file.
3641 * gdb.base/jitreader.c : New file.
3642 * gdb.base/jit-protocol.h: New file.
3643
3644 2016-06-17 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3647 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3648 and detach-on-fork. Adjust tests.
3649 (top level): Invoke break_cond_on_syscall with combinations of
3650 syscall, follow-fork-mode and detach-on-fork.
3651
3652 2016-06-17 Yao Qi <yao.qi@linaro.org>
3653
3654 * gdb.base/step-over-exit.c: New.
3655 * gdb.base/step-over-exit.exp: New.
3656
3657 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3658
3659 * gdb.base/float.exp: Add target check for nds32*-*-*.
3660 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3661
3662 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3665 for unsupported target features.
3666 * gdb.base/call-rt-st.exp: Likewise.
3667 * gdb.base/call-sc.exp: Likewise.
3668 * gdb.base/call-signal-resume.exp: Likewise.
3669 * gdb.base/call-strs.exp: Likewise.
3670 * gdb.base/callexit.exp: Likewise.
3671 * gdb.base/callfuncs.exp: Likewise.
3672 * gdb.base/nodebug.exp: Likewise.
3673 * gdb.base/printcmds.exp: Likewise.
3674 * gdb.base/ptype.exp: Likewise.
3675 * gdb.base/structs.exp: Likewise.
3676 * gdb.base/unwindonsignal.exp: Likewise.
3677 * gdb.cp/gdb2495.exp: Likewise.
3678 * gdb.cp/templates.exp: Likewise.
3679 * gdb.cp/virtfunc.exp: Likewise.
3680 * gdb.threads/hand-call-in-threads.exp: Likewise.
3681 * gdb.threads/interrupted-hand-call.exp: Likewise.
3682 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3683
3684 2016-06-10 Tom Tromey <tom@tromey.com>
3685
3686 PR rust/20110:
3687 * gdb.rust/expr.exp: Add test for integer constant larger than
3688 i32.
3689
3690 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3691
3692 * gdb.fortran/nested-funcs.exp: New.
3693 * gdb.fortran/nested-funcs.f90: New.
3694
3695 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3696
3697 * gdb.base/examine-backward.c: New file.
3698 * gdb.base/examine-backward.exp: New file.
3699
3700 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3701
3702 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3703 matching.
3704
3705 2016-06-02 Tom Tromey <tom@tromey.com>
3706
3707 PR python/18984:
3708 * gdb.python/py-shared.exp: Add solib_name test.
3709
3710 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3711
3712 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3713
3714 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3715
3716 PR c++/19893
3717 * gdb.dwarf2/implref.exp: Rename to...
3718 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3719 * gdb.dwarf2/implref-array.c: New file.
3720 * gdb.dwarf2/implref-array.exp: Likewise.
3721 * gdb.dwarf2/implref-global.c: Likewise.
3722 * gdb.dwarf2/implref-global.exp: Likewise.
3723 * gdb.dwarf2/implref-struct.c: Likewise.
3724 * gdb.dwarf2/implref-struct.exp: Likewise.
3725
3726 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3727
3728 * gdb.trace/trace-condition.exp: Add 64bit tests.
3729
3730 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3731
3732 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3733 bits types.
3734 (main): Adapt to 8 to 64 bits types.
3735 * gdb.trace/trace-condition.exp: Add new tests.
3736
3737 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3738
3739 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3740
3741 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3742
3743 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3744 Move condition tests...
3745 * gdb.trace/trace-condition.exp: Here.
3746
3747 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3748
3749 * gdb.trace/trace-condition.exp: Add counter-case tests.
3750
3751 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 PR c++/15231
3754 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3755 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3756
3757 2016-05-27 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3760 New procedure.
3761 (top level): Call it, and bail out of DejaGnu is known to be bad.
3762
3763 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3764
3765 * gdb.base/whatis.c: Extend the test case.
3766 * gdb.base/whatis.exp: Add additional tests.
3767
3768 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3769
3770 * gdb.fortran/type.f90: Add pointer variable.
3771 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3772
3773 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3774
3775 * gdb.fortran/vla-type.exp: Fix testcase name.
3776
3777 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3778
3779 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3780
3781 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3782
3783 * gdb.fortran/type.f90: Add nested structures.
3784 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3785 * gdb.fortran/derived-type.exp: Adapt expected output.
3786 * gdb.fortran/vla-type.exp: Adapt expected output.
3787
3788 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3789
3790 * gdb.fortran/whatis_type.exp: Adapt expected output.
3791
3792 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3793
3794 * gdb.fortran/print_type.exp: Fix expected output.
3795 * gdb.fortran/whatis_type.exp: Fix expected output.
3796
3797 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3798
3799 * gdb.fortran/whatis_type.exp: Use multi_line.
3800
3801 2016-05-24 Tom Tromey <tom@tromey.com>
3802
3803 PR python/17386:
3804 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3805 use value as an index.
3806
3807 2016-05-23 Tom Tromey <tom@tromey.com>
3808
3809 PR python/17981:
3810 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3811 no-breakpoint case.
3812
3813 2016-05-24 Pedro Alves <palves@redhat.com>
3814
3815 PR gdb/19828
3816 * gdb.threads/clone-attach-detach.c: New file.
3817 * gdb.threads/clone-attach-detach.exp: New file.
3818
3819 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3820
3821 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3822
3823 2016-05-23 Tom Tromey <tom@tromey.com>
3824
3825 PR python/19438, PR python/18393:
3826 * gdb.python/py-progspace.exp: Add "dir" test.
3827 * gdb.python/py-objfile.exp: Add "dir" test.
3828
3829 2016-05-23 Yao Qi <yao.qi@linaro.org>
3830
3831 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3832 * gdb.arch/thumb2-it.exp: Likewise.
3833
3834 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3835
3836 * gdb.mi/mi-threads-interrupt.c: New file.
3837 * gdb.mi/mi-threads-interrupt.exp: New file.
3838
3839 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3840
3841 PR gdb/18077
3842 * gdb.mi/mi-async-run.exp: New file.
3843 * gdb.mi/mi-async-run.c: New file.
3844
3845 2016-05-17 Tom Tromey <tom@tromey.com>
3846 Manish Goregaokar <manishsmail@gmail.com>
3847
3848 * lib/rust-support.exp: New file.
3849 * lib/gdb.exp (skip_rust_tests): New proc.
3850 (build_executable_from_specs): Handle rust.
3851 * lib/future.exp (gdb_find_rustc): New proc.
3852 (gdb_default_target_compile): Handle rust.
3853 * gdb.rust/expr.exp: New file.
3854 * gdb.rust/generics.exp: New file.
3855 * gdb.rust/generics.rs: New file.
3856 * gdb.rust/methods.exp: New file.
3857 * gdb.rust/methods.rs: New file.
3858 * gdb.rust/modules.exp: New file.
3859 * gdb.rust/modules.rs: New file.
3860 * gdb.rust/simple.exp: New file.
3861 * gdb.rust/simple.rs: New file.
3862
3863 2016-05-17 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.base/default.exp (set language): Add rust.
3866
3867 2016-05-17 Tom Tromey <tom@tromey.com>
3868
3869 * gdb.gdb/unittest.exp: New file.
3870
3871 2016-05-16 Yao Qi <yao.qi@linaro.org>
3872
3873 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3874 shell_prompt. Update shell_prompt_re.
3875
3876 2016-05-12 Doug Evans <dje@google.com>
3877
3878 PR symtab/19999
3879 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3880 $options when building executable.
3881 * gdb.dwarf2/fission-loclists-pie.S: New file.
3882 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3883
3884 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3885
3886 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3887 of [is_remote target],
3888
3889 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3890
3891 * lib/gdb.exp (use_gdb_stub): New procedure.
3892
3893 2016-05-03 Yunlian Jiang <yunlian@google.com>
3894 Doug Evans <dje@google.com>
3895
3896 PR symtab/19914
3897 * gdb.dwarf2/dwp-sepdebug.c: New file.
3898 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3899
3900 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3901
3902 * gdb.base/detach.exp: Remove is_remote check.
3903
3904 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3905
3906 * gdb.base/annota-input-while-running.exp: Don't check for
3907 [is_remote target]. Enable annotations after running to main.
3908 Remove unused "set test..." line.
3909
3910 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3911
3912 * gdb.trace/trace-enable-disable.exp: New file.
3913 * gdb.trace/trace-enable-disable.c: New file.
3914
3915 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3916
3917 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3918 use it in info sharedlibrary test.
3919 * gdb.trace/ftrace-lock.exp: Likewise.
3920 * gdb.trace/ftrace.exp: Likewise.
3921 * gdb.trace/range-stepping.exp: Likewise.
3922 * gdb.trace/trace-break.exp: Likewise.
3923 * gdb.trace/trace-condition.exp: Likewise.
3924 * gdb.trace/trace-mt.exp: Likewise.
3925
3926 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3927
3928 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3929 (gdb_load_shlib): ... this.
3930 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3931 gdb_load_shlib.
3932 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3933 * gdb.base/ctxobj.exp: Likewise.
3934 * gdb.base/dprintf-pending.exp: Likewise.
3935 * gdb.base/dso2dso.exp: Likewise.
3936 * gdb.base/fixsection.exp: Likewise.
3937 * gdb.base/gcore-relro.exp: Likewise.
3938 * gdb.base/gdb1555.exp: Likewise.
3939 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3940 * gdb.base/gnu-ifunc.exp: Likewise.
3941 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3942 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3943 * gdb.base/pending.exp: Likewise.
3944 * gdb.base/print-file-var.exp: Likewise.
3945 * gdb.base/print-symbol-loading.exp: Likewise.
3946 * gdb.base/shlib-call.exp: Likewise.
3947 * gdb.base/shreloc.exp: Likewise.
3948 * gdb.base/so-impl-ld.exp: Likewise.
3949 * gdb.base/solib-disc.exp: Likewise.
3950 * gdb.base/solib-nodir.exp: Likewise.
3951 * gdb.base/solib-overlap.exp: Likewise.
3952 * gdb.base/solib-symbol.exp: Likewise.
3953 * gdb.base/solib-weak.exp (do_test): Likewise.
3954 * gdb.base/sym-file.exp: Likewise.
3955 * gdb.base/symtab-search-order.exp: Likewise.
3956 * gdb.base/type-opaque.exp: Likewise.
3957 * gdb.base/unload.exp: Likewise.
3958 * gdb.base/watchpoint-solib.exp: Likewise.
3959 * gdb.compile/compile.exp: Likewise.
3960 * gdb.cp/gdb2384.exp: Likewise.
3961 * gdb.cp/infcall-dlopen.exp: Likewise.
3962 * gdb.cp/re-set-overloaded.exp: Likewise.
3963 * gdb.fortran/library-module.exp: Likewise.
3964 * gdb.opt/solib-intra-step.exp: Likewise.
3965 * gdb.python/py-finish-breakpoint.exp: Likewise.
3966 * gdb.python/py-shared.exp: Likewise.
3967 * gdb.reverse/solib-precsave.exp: Likewise.
3968 * gdb.reverse/solib-reverse.exp: Likewise.
3969 * gdb.server/solib-list.exp: Likewise.
3970 * gdb.threads/dlopen-libpthread.exp: Likewise.
3971 * gdb.threads/tls-shared.exp: Likewise.
3972 * gdb.threads/tls-so_extern.exp: Likewise.
3973 * gdb.trace/change-loc.exp: Likewise.
3974 * gdb.trace/ftrace-lock.exp: Likewise.
3975 * gdb.trace/ftrace.exp: Likewise.
3976 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3977 * gdb.trace/pending.exp: Likewise.
3978 * gdb.trace/range-stepping.exp: Likewise.
3979 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3980 (strace_info_marker): Likewise.
3981 (strace_probe_marker): Likewise.
3982 (strace_trace_on_same_addr): Likewise.
3983 (strace_trace_on_diff_addr): Likewise.
3984 * gdb.trace/trace-break.exp: Likewise.
3985 * gdb.trace/trace-condition.exp: Likewise.
3986 * gdb.trace/trace-mt.exp: Likewise.
3987
3988 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3989
3990 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3991 result of gdb_remote_download.
3992 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3993 * gdb.base/dso2dso.exp: Likewise.
3994 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3995 * gdb.base/print-file-var.exp: Likewise.
3996 * gdb.base/shlib-call.exp: Likewise.
3997 * gdb.base/shreloc.exp: Likewise.
3998 * gdb.base/solib-overlap.exp: Likewise.
3999 * gdb.base/solib-weak.exp (do_test): Likewise.
4000 * gdb.base/unload.exp: Likewise.
4001
4002 2016-04-27 Yao Qi <yao.qi@linaro.org>
4003
4004 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4005 exists.
4006
4007 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4008
4009 * vla-type.exp: Print structure from toplevel.
4010
4011 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4012
4013 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4014 of dynamic types.
4015 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4016 of dynamic types.
4017
4018 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4019
4020 * gdb.fortran/vla-type.f90: New file.
4021 * gdb.fortran/vla-type.exp: New file.
4022
4023 2016-04-25 Yao Qi <yao.qi@linaro.org>
4024
4025 * gdb.base/branch-to-self.c: New file.
4026 * gdb.base/branch-to-self.exp: New file.
4027
4028 2016-04-22 Yao Qi <yao.qi@linaro.org>
4029
4030 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4031 more after $hex.
4032
4033 2016-04-22 Yao Qi <yao.qi@linaro.org>
4034
4035 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4036 * gdb.base/annota3.exp: Likewise.
4037
4038 2016-04-22 Yao Qi <yao.qi@linaro.org>
4039
4040 * gdb.reverse/step-precsave.exp: Do one step and test program
4041 stops in "callee" and do multiple steps until program goes out
4042 of "callee".
4043 * gdb.reverse/step-reverse.exp: Likewise.
4044
4045 2016-04-22 Yao Qi <yao.qi@linaro.org>
4046
4047 * gdb.trace/signal.exp: Also pass if
4048 $tracepoint_hits($i) > $iterations.
4049
4050 2016-04-22 Yao Qi <yao.qi@linaro.org>
4051
4052 * gdb.trace/signal.c: New file.
4053 * gdb.trace/signal.exp: New file.
4054
4055 2016-04-19 Doug Evans <xdje42@gmail.com>
4056
4057 * gdb.base/bad-file.exp: New file.
4058
4059 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4060
4061 * gdb.dwarf2/implref.exp: New file.
4062
4063 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4064
4065 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4066 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4067 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4068 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4069 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4070 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4071 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4072 * lib/fortran.exp (fortran_int4): New procedure.
4073 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4074 (fortran_logical4): Likewise.
4075
4076 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4077
4078 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4079
4080 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4081
4082 * lib/compiler.c: Add Intel specific preprocessor macros.
4083 * lib/compiler.cc: Likewise.
4084
4085 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4086
4087 * gdb.server/connect-with-no-symbol-file.c: New file.
4088 * gdb.server/connect-with-no-symbol-file.exp: New file.
4089
4090 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4093
4094 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4097 standard output directory.
4098
4099 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4100
4101 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4102
4103 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4104
4105 * gdb.btrace/instruction_history.c (loop): Add declaration.
4106
4107 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4108
4109 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4110
4111 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4112
4113 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4114 parentheses to print.
4115 (continue_handler): Likewise.
4116
4117 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4118
4119 * gdb.server/solib-list.exp: Remove is_remote check.
4120 Pass shlib= to gdb_compile. Don't link shared library with
4121 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4122 Run binary filename through "readlink -f" on the target.
4123
4124 2016-04-08 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4127 interpreter filename as argument to gdbserver_spawn.
4128 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4129 Return empty if $last_loaded_file does not exist.
4130
4131 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4134 * gdb.base/jit-main.c: Use exit after usage.
4135
4136 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4139 GDBHISTSIZE prior to the tests.
4140 * gdb.base/gdbinit-history.exp: Likewise.
4141
4142 2016-04-07 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4145 instead of build_executable. Use gdb_load_shlibs.
4146
4147 2016-04-07 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4150 Execute "si" command.
4151
4152 2016-04-07 Yao Qi <yao.qi@linaro.org>
4153
4154 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4155 number instead of the comments on some line.
4156
4157 2016-04-06 Don Breazeal <donb@codesourcery.com>
4158
4159 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4160 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4161
4162 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4163
4164 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4165 standard_output_file. Remove unused binfile variable.
4166
4167 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4168
4169 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4170 * gdb.python/py-mi-objfile.exp: Match "list main" output
4171 in console format.
4172
4173 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4174
4175 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4176 absolute.
4177
4178 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4179
4180 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4181 absolute.
4182 * gdb.trace/ftrace.exp: Likewise.
4183 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4184 targets as well.
4185 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4186 (gdb_load_shlibs): Copy libraries to test directory when testing
4187 natively. Only set solib-search-path if testing remotely.
4188 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4189
4190 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4191
4192 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4193 gdb_download. Use it even if the target is not remote.
4194 * gdb.base/jit.exp (compile_jit_test): Likewise.
4195 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4196 output directory if the destination board is local, otherwise use
4197 the standard remote_download from DejaGnu.
4198 (gdb_download): Remove.
4199 (gdb_load_shlibs): Use gdb_remote_download instead of
4200 gdb_download.
4201 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4202 Use gdb_remote_download instead of gdb_download. Use it even if
4203 the target is not remote.
4204 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4205 instead of gdb_download.
4206
4207 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4208
4209 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4210 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4211 run.
4212
4213 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4214
4215 PR gdb/19820
4216 * gdb.base/printcmds.exp: Add artificial arrays tests.
4217
4218 2016-03-31 Pedro Alves <palves@redhat.com>
4219
4220 PR gdb/19858
4221 * gdb.base/jit-main.c: Include unistd.h.
4222 (ATTACH): Define to 0 if not already defined.
4223 (wait_for_gdb, mypid): New globals.
4224 (WAIT_FOR_GDB): New macro.
4225 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4226 some breakpoint locations.
4227 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4228 New procedures.
4229 (one_jit_test): Add REATTACH parameter, and handle it. Use
4230 continue_to_test_location.
4231 (top level): Test attach, and adjusts calls to one_jit_test.
4232
4233 2016-03-31 Pedro Alves <palves@redhat.com>
4234
4235 PR gdb/19858
4236 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4237 BINSUFFIX parameter, and handle it.
4238 (top level): Adjust calls compile_jit_test.
4239
4240 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4241
4242 PR python/19743
4243 * gdb.python/py-mi-events-gdb.py: New file.
4244 * gdb.python/py-mi-events.c: New file.
4245 * gdb.python/py-mi-events.exp: New file.
4246
4247 2016-03-30 Yao Qi <yao.qi@linaro.org>
4248
4249 * gdb.reverse/until-precsave.exp: Match function name only.
4250 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4251 Move malloc to a condition block.
4252 * gdb.reverse/until-reverse.exp: Match function name only.
4253
4254 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4255
4256 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4257 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4258 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4259 variable for GPR 0 instead of assuming it is register 0.
4260 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4261 * lib/trace-support.exp: Add s390 registers.
4262
4263 2016-03-29 Yao Qi <yao.qi@linaro.org>
4264
4265 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4266
4267 2016-03-24 Yao Qi <yao.qi@linaro.org>
4268
4269 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4270 test message.
4271
4272 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4273
4274 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4275 maintaining separate logic for constructing the output path.
4276
4277 2016-03-16 Don Breazeal <donb@codesourcery.com>
4278
4279 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4280 Retry fork and waitpid on interrupted system call errors.
4281 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4282 Use with_timeout_factor to increase timeout by factor of 10.
4283
4284 2016-03-15 Don Breazeal <donb@codesourcery.com>
4285
4286 * gdb.cp/scope-err.cc: New test program.
4287 * gdb.cp/scope-err.exp: New test script.
4288 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4289 lines and "set breakpoint here" comment.
4290 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4291 Fixed some whitespace and format issues.
4292 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4293 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4294
4295 2016-03-15 Doug Evans <dje@google.com>
4296
4297 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4298 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4299 All callers updated. Add tests for enums, mixed flags register.
4300
4301 2016-03-15 Doug Evans <dje@google.com>
4302
4303 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4304 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4305
4306 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4307
4308 * gdb.base/default.exp: Add $_as_string to the list of expected
4309 convenience functions.
4310
4311 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4312
4313 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4314
4315 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4316
4317 * gdb.python/py-as-string.exp: New file.
4318 * gdb.python/py-as-string.c: New file.
4319
4320 2016-03-09 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4323 signal" -> "Thread NN received signal" output change.
4324 * gdb.threads/ia64-sigill.exp: Likewise.
4325 * gdb.threads/linux-dp.exp: Likewise.
4326 * gdb.threads/manythreads.exp: Likewise.
4327 * gdb.threads/pending-step.exp: Likewise.
4328 * gdb.threads/print-threads.exp: Likewise.
4329 * gdb.threads/sigstep-threads.exp: Likewise.
4330 * gdb.threads/staticthreads.exp: Likewise.
4331 * gdb.threads/tls.exp: Likewise.
4332
4333 2016-03-09 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.base/command-line-input.exp: New file.
4336
4337 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4338
4339 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4340 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4341 * gdb.trace/pending.exp: Accept leading dot before function name.
4342 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4343 * lib/trace-support.exp: Set registers for ppc.
4344
4345 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4346
4347 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4348 use it for disassembly; accept .main in addition to main in backtrace.
4349
4350 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4351 Marcin Kościelnicki <koriakin@0x04.net>
4352
4353 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4354 (gdb_recursion_test_ptr): New global variable.
4355 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4356 gdb_recursion_test.
4357 (gdb_c_test): Ditto.
4358
4359 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4360
4361 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4362 ordering.
4363
4364 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4365
4366 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4367 (bar): Add bar_start_lbl label.
4368 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4369 of foo/bar for emitting DWARF and tracing.
4370
4371 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4372
4373 * analyze-racy-logs.py: Set executable bit.
4374
4375 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4376
4377 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4378 (CHECK_TARGET_TMP): Likewise.
4379 (check-single-racy): New rule.
4380 (check-parallel-racy): Likewise.
4381 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4382 (do-check-parallel-racy): New rule.
4383 (check-racy/%.exp): Likewise.
4384 * README (Racy testcases): New section.
4385 * analyze-racy-logs.py: New file.
4386
4387 2016-03-03 Doug Evans <dje@google.com>
4388
4389 * gdb.base/skip.exp: Use with_test_prefix.
4390
4391 2016-03-03 Yao Qi <yao.qi@linaro.org>
4392
4393 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4394 Invoke step_over_syscall "clone" and break_cond_on_syscall
4395 "clone".
4396 * gdb.base/step-over-clone.c: New file.
4397
4398 2016-03-03 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4401 code format.
4402
4403 2016-03-03 Yao Qi <yao.qi@linaro.org>
4404
4405 * gdb.base/disp-step-fork.c: Rename to ...
4406 * gdb.base/step-over-fork.c: ... it. New file.
4407 * gdb.base/disp-step-vfork.c: Rename to ...
4408 * gdb.base/step-over-vfork.c: ... it. New file.
4409 * gdb.base/disp-step-syscall.exp: Rename to ...
4410 * gdb.base/step-over-syscall.exp: ... it. New file.
4411 (disp_step_cross_syscall): Rename to ...
4412 (step_over_syscall): ... it.
4413
4414 2016-03-03 Yao Qi <yao.qi@linaro.org>
4415
4416 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4417 If target supports condition evaluation on target, invoke
4418 break_cond_on_syscall for fork and vfork.
4419
4420 2016-03-03 Yao Qi <yao.qi@linaro.org>
4421
4422 * gdb.base/disp-step-syscall.exp: Don't invoke
4423 support_displaced_stepping.
4424 (disp_step_cross_syscall): Test with displaced stepping off and
4425 on if supported.
4426
4427 2016-03-03 Yao Qi <yao.qi@linaro.org>
4428
4429 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4430 proc.
4431 (setup): New proc.
4432 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4433 and setup.
4434
4435 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4436
4437 * gdb.fortran/vla-history.exp: Remove breakpoint.
4438
4439 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4440
4441 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4442 exceeds timeout.
4443
4444 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4445
4446 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4447 breakpoint.
4448
4449 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4450
4451 * gdb.mi/vla.f90: Nullify pointer after declaration.
4452
4453 2016-03-01 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4456
4457 2016-03-01 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4460 before anything else.
4461 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4462 _GNU_SOURCE here.
4463 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4464 before anything else.
4465 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4466
4467 2016-03-01 Pedro Alves <palves@redhat.com>
4468
4469 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4470
4471 2016-03-01 Yao Qi <yao.qi@linaro.org>
4472
4473 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4474 prepare_for_testing.
4475
4476 2016-03-01 Yao Qi <yao.qi@linaro.org>
4477
4478 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4479
4480 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4481
4482 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4483 manually constructing the output path.
4484
4485 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4486
4487 * gdb.arch/s390-stackless.S: New.
4488 * gdb.arch/s390-stackless.exp: New.
4489
4490 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4491
4492 * gdb.dlang/circular.c: New file.
4493 * gdb.dlang/circular.exp: New file.
4494
4495 2016-02-26 Yao Qi <yao.qi@linaro.org>
4496
4497 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4498 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4499 (testcases): Update.
4500
4501 2016-02-26 Yao Qi <yao.qi@linaro.org>
4502
4503 * gdb.reverse/aarch64.c: Rename to ...
4504 * gdb.reverse/insn-reverse.c: ... it.
4505 * gdb.reverse/aarch64.exp: Rename to ...
4506 * gdb.reverse/insn-reverse.exp: ... it.
4507
4508 2016-02-26 Yao Qi <yao.qi@linaro.org>
4509
4510 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4511 (testcase_ftype): New.
4512 (testcases): New array.
4513 (n_testcases): New.
4514 (main): Call each element in testcases.
4515 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4516 (read_testcase): New.
4517 Do the tests in a loop.
4518
4519 2016-02-25 Yao Qi <yao.qi@linaro.org>
4520
4521 * gdb.base/branches.c: Remove.
4522
4523 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4524
4525 PR gdb/13808
4526 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4527
4528 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4529
4530 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4531
4532 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4533
4534 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4535 change x86_64 call_insn to 'callq'.
4536
4537 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4538
4539 * gdb.trace/tfile-avx.c: Move to...
4540 * gdb.trace/tracefile-pseudo-reg.c: Here.
4541 * gdb.trace/tfile-avx.exp: Move to...
4542 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4543
4544 2016-02-24 Gary Benson <gbenson@redhat.com>
4545
4546 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4547 message on attach.
4548
4549 2016-02-23 Doug Evans <dje@google.com>
4550
4551 * gdb.base/skip.c (test_skip): New function.
4552 (end_test_skip_file_and_function): New function.
4553 (test_skip_file_and_function): New function.
4554 * gdb.base/skip1.c (test_skip): New function.
4555 (skip1_test_skip_file_and_function): New function.
4556 * gdb.base/skip.exp: Add tests for new skip options.
4557 * gdb.base/skip-solib.exp: Update expected output.
4558 * gdb.perf/skip-command.cc: New file.
4559 * gdb.perf/skip-command.exp: New file.
4560 * gdb.perf/skip-command.py: New file.
4561
4562 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4563
4564 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4565 info registers pattern.
4566
4567 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4568
4569 * lib/future.exp: Add D support.
4570 (gdb_find_gdc): New proc.
4571 (gdb_default_target_compile): Add D support.
4572
4573 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4574
4575 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4576 user+system time.
4577 (trace_speed_test): Determine the iteration count for a time
4578 between 15..30 seconds.
4579
4580 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4581
4582 * gdb.arch/i386-mpx-sigsegv.c: New file.
4583 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4584 * gdb.arch/i386-mpx-simple_segv.c: New file.
4585 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4586
4587 2016-02-18 Yao Qi <yao.qi@linaro.org>
4588
4589 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4590 Don't call setup_kfail.
4591
4592 2016-02-18 Yao Qi <yao.qi@linaro.org>
4593
4594 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4595 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4596
4597 2016-02-16 Doug Evans <dje@google.com>
4598
4599 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4600 * gdb.base/skip1.c: Ditto.
4601 * gdb.base/skip.exp: Whitespace cleanup.
4602
4603 2016-02-16 Don Breazeal <donb@codesourcery.com>
4604
4605 PR remote/19496
4606 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4607 Remove kfail for PR remote/19496.
4608
4609 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * lib/gdb.exp (standard_temp_file): Return a path specific to
4612 the runtest invocation.
4613
4614 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * gdb.trace/save-trace.exp: Change relative path to be in the
4617 standard output directory.
4618
4619 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4620
4621 * gdb.arch/i386-prologue.c: Add missing prototypes.
4622
4623 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4624
4625 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4626 * gdb.arch/i386-prologue.exp: Likewise.
4627 * gdb.arch/i386-size.exp: Likewise.
4628
4629 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4630
4631 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4632 define object file path.
4633 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4634 file path.
4635 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4636 standard_output_file to define binfile.
4637
4638 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4639
4640 Fix compatibility with recent gfortran-5.3.1.
4641 * gdb.fortran/vla-history.exp (print vla1 allocated)
4642 (print vla2 allocated, print $2, print $3): Remove
4643 (print $4): Rename to ...
4644 (print $2): ... here.
4645 (print $9): Rename to ...
4646 (print $5): ... here.
4647 (print $10): Rename to ...
4648 (print $6): ... here.
4649 * gdb.fortran/vla.f90: Add pvla initialization.
4650
4651 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4654 New test.
4655 * gdb.fortran/vla-value-sub.exp: Likewise.
4656
4657 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4658
4659 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4660
4661 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4662
4663 * i386-biarch-core.exp: Define corefile using
4664 standard_output_file.
4665
4666 2016-02-12 Yao Qi <yao.qi@linaro.org>
4667
4668 * gdb.arch/arm-single-step-kernel-helper.c: New.
4669 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4670
4671 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4672
4673 * gdb.btrace/tailcall-only.exp: New.
4674 * gdb.btrace/tailcall-only.c: New.
4675 * gdb.btrace/x86_64-tailcall-only.S: New.
4676 * gdb.btrace/i686-tailcall-only.S: New.
4677
4678 2016-02-11 Pedro Alves <palves@redhat.com>
4679
4680 * README (Parallel testing): Add missing double quotes.
4681
4682 2016-02-11 Pedro Alves <palves@redhat.com>
4683
4684 * README (Parallel testing): New section.
4685 (GDB_PARALLEL): Rewrite.
4686 (FORCE_PARALLEL): Document.
4687
4688 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4689
4690 * gdb.trace/tfile-avx.c: New test.
4691 * gdb.trace/tfile-avx.exp: New test.
4692
4693 2016-02-09 Keith Seitz <keiths@redhat.com>
4694
4695 PR breakpoints/19546
4696 * gdb.base/infcall-exec.c: New file.
4697 * gdb.base/infcall-exec2.c: New file.
4698 * gdb.base/infcall-exec.exp: New file.
4699
4700 2016-02-09 Keith Seitz <keiths@redhat.com>
4701
4702 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4703 (toplevel): Call test_bkpt_address.
4704
4705 2016-02-09 Keith Seitz <keiths@redhat.com>
4706
4707 PR python/19506
4708 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4709 (toplevel): Call test_bkpt_address.
4710
4711 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4712
4713 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4714 to AC_OUTPUT.
4715 * configure: Regenerate.
4716
4717 2016-02-09 Pedro Alves <palves@redhat.com>
4718
4719 PR breakpoints/19548
4720 * gdb.base/execl-update-breakpoints.c (some_function): New
4721 function.
4722 (main): Call it.
4723 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4724 Tighten expected GDB output.
4725
4726 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4727
4728 * Makefile.in (ALL_SUBDIRS): Remove.
4729 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4730 (distclean maintainer-clean realclean): Likewise.
4731 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4732 * configure: Regenerate.
4733 * gdb.ada/Makefile.in: Delete.
4734 * gdb.arch/Makefile.in: Likewise.
4735 * gdb.asm/Makefile.in: Likewise.
4736 * gdb.base/Makefile.in: Likewise.
4737 * gdb.btrace/Makefile.in: Likewise.
4738 * gdb.cell/Makefile.in: Likewise.
4739 * gdb.compile/Makefile.in: Likewise.
4740 * gdb.cp/Makefile.in: Likewise.
4741 * gdb.disasm/Makefile.in: Likewise.
4742 * gdb.dlang/Makefile.in: Likewise.
4743 * gdb.dwarf2/Makefile.in: Likewise.
4744 * gdb.fortran/Makefile.in: Likewise.
4745 * gdb.gdb/Makefile.in: Likewise.
4746 * gdb.go/Makefile.in: Likewise.
4747 * gdb.guile/Makefile.in: Likewise.
4748 * gdb.java/Makefile.in: Likewise.
4749 * gdb.linespec/Makefile.in: Likewise.
4750 * gdb.mi/Makefile.in: Likewise.
4751 * gdb.modula2/Makefile.in: Likewise.
4752 * gdb.multi/Makefile.in: Likewise.
4753 * gdb.objc/Makefile.in: Likewise.
4754 * gdb.opencl/Makefile.in: Likewise.
4755 * gdb.opt/Makefile.in: Likewise.
4756 * gdb.pascal/Makefile.in: Likewise.
4757 * gdb.perf/Makefile.in: Likewise.
4758 * gdb.python/Makefile.in: Likewise.
4759 * gdb.reverse/Makefile.in: Likewise.
4760 * gdb.server/Makefile.in: Likewise.
4761 * gdb.stabs/Makefile.in: Likewise.
4762 * gdb.threads/Makefile.in: Likewise.
4763 * gdb.trace/Makefile.in: Likewise.
4764 * gdb.xml/Makefile.in: Likewise.
4765 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4766 GDB_PARALLEL.
4767 (standard_output_file): Remove check for GDB_PARALLEL, always
4768 return path in outputs/$subdir/$testname.
4769
4770 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4771
4772 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4773 (site.exp): Assign abs_srcdir to tcl's srcdir.
4774
4775 2016-02-04 Yao Qi <yao.qi@linaro.org>
4776
4777 * gdb.base/foll-exec-mode.c: Include limits.h.
4778 (main): Add parameters argc and argv. Get directory from
4779 argv[0].
4780 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4781 compilation.
4782 * gdb.base/foll-exec.c: Include limits.h.
4783 (main): Add parameters argc and argv.
4784 Get directory from argv[0].
4785 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4786 Adjust tests on the number of lines as source code changed.
4787 * gdb.base/foll-vfork-exit.c: Include limits.h.
4788 (main): Add one line of statement before vfork.
4789 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4790 (main): Add parameters argc and argv. Get directory from
4791 argv[0].
4792 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4793 (setup_gdb): Set tbreak to skip some source lines.
4794 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4795 (main): Add parameters argc and argv. Get directory from
4796 argv[0].
4797 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4798 compilation.
4799 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4800 (main): Add parameters argc and argv. Get directory from
4801 argv[0].
4802 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4803 compilation.
4804
4805 2016-02-01 Doug Evans <dje@google.com>
4806
4807 * gdb.base/skip.exp: Clean up multiple references to same test name.
4808
4809 2016-02-01 Pedro Alves <palves@redhat.com>
4810
4811 PR remote/19496
4812 * gdb.threads/forking-threads-plus-breakpoint.exp
4813 (displaced_stepping_supported): New global.
4814 (probe_displaced_stepping_support): New procedure.
4815 (do_test): Add 'displaced' parameter, and use it.
4816 (top level): Check for displaced stepping support. Add displaced
4817 stepping on/off testing axis.
4818
4819 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4820
4821 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4822 pointer. Don't perform further tests on the unassociated pointer
4823 if the first test fails.
4824
4825 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * gdb.base/max-value-size.c: New file.
4828 * gdb.base/max-value-size.exp: New file.
4829 * gdb.base/huge.exp: Disable max-value-size for this test.
4830
4831 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4832
4833 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4834
4835 2016-01-28 Yao Qi <yao.qi@linaro.org>
4836
4837 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4838
4839 2016-01-25 Pedro Alves <palves@redhat.com>
4840
4841 PR threads/19461
4842 * gdb.base/fork-running-state.c: New file.
4843 * gdb.base/fork-running-state.exp: New file.
4844
4845 2016-01-25 Pedro Alves <palves@redhat.com>
4846
4847 PR gdb/19494
4848 * gdb.base/catch-fork-kill.c: New file.
4849 * gdb.base/catch-fork-kill.exp: New file.
4850
4851 2016-01-25 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4854 Delete, moved to lib/gdb.exp.
4855 * gdb.threads/forking-threads-plus-breakpoint.exp
4856 (foreach_with_prefix): Likewise.
4857 * gdb.threads/process-dies-while-handling-bp.exp
4858 (foreach_with_prefix): Likewise.
4859 * lib/gdb.exp (foreach_with_prefix): New procedure.
4860
4861 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4862
4863 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4864 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4865
4866 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4867
4868 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4869 endian targets.
4870
4871 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4872 Pedro Alves <palves@redhat.com>
4873
4874 Fix testsuite compatibility with Guile.
4875 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4876 number.
4877
4878 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 Fix testsuite compatibility with Guile.
4881 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4882 (thread 1): New test for backtrace through signal handler.
4883
4884 2016-01-22 Yao Qi <yao.qi@linaro.org>
4885
4886 PR testsuite/19491
4887 * gdb.base/multi-forks.c: Include
4888 ../lib/unbuffer_output.c
4889 (main): Call gdb_unbuffer_output.
4890
4891 2016-01-21 Doug Evans <dje@google.com>
4892
4893 * lib/ada.exp (gdb_compile_ada): Fix typo.
4894
4895 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4896
4897 * gdb.base/break-fun-addr.exp: New file.
4898 * gdb.base/break-fun-addr1.c: New file.
4899 * gdb.base/break-fun-addr2.c: New file.
4900
4901 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4902
4903 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4904 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4905 enum flag values.
4906
4907 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4908
4909 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4910 when GDB can not set the vector return value. Add more comments
4911 for clarification.
4912
4913 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4914
4915 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4916 command.
4917
4918 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4919
4920 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4921
4922 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 * Makefile.in (check-single): Pass --status to runtest.
4925 (check/%.exp): Likewise.
4926
4927 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4928
4929 * Makefile.in (check-parallel): Propagate return code from make
4930 do-check-parallel.
4931
4932 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4933
4934 * gdb.trace/ftrace.exp: Fix expected message on continue.
4935 * gdb.trace/pending.exp: Fix expected message on continue.
4936 * gdb.trace/trace-break.exp: Fix expected message on continue.
4937
4938 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4939
4940 * lib/gdb.exp (gdb_test): Remove unused global references.
4941
4942 2016-01-18 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.base/async-shell.exp: Adjust expected output.
4945 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4946 * gdb.base/siginfo-thread.exp: Adjust expected output.
4947 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4948 * gdb.java/jnpe.exp: Adjust expected output.
4949 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4950 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4951 * gdb.threads/leader-exit.exp: Adjust expected output.
4952 * gdb.threads/manythreads.exp: Adjust expected output.
4953 * gdb.threads/pthreads.exp: Adjust expected output.
4954 * gdb.threads/schedlock.exp: Adjust expected output.
4955 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4956 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4957 expected output.
4958 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4959 output.
4960 * gdb.threads/sigthread.exp: Adjust expected output.
4961 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4962
4963 2016-01-18 Yao Qi <yao.qi@linaro.org>
4964
4965 * gdb.guile/scm-section-script.c: Replace @progbits with
4966 %progbits.
4967 * gdb.python/py-section-script.c: Likewise.
4968
4969 2016-01-15 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.multi/tids.exp: Test star wildcard ranges.
4972
4973 2016-01-15 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4976 command from "thread apply" invocation.
4977 (thr_apply_info_thr_invalid): Default the expected output to the
4978 input tid list.
4979 (top level): Add tests that use convenience variables. Add tests
4980 for "thread apply" with a valid TID list, but missing the command.
4981
4982 2016-01-13 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.base/default.exp: Expect $_gthread as well.
4985 * gdb.multi/tids.exp: Test $_gthread.
4986 * gdb.threads/thread-specific.exp: Test $_gthread.
4987
4988 2016-01-13 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.multi/tids.exp: Test "info threads -gid".
4991
4992 2016-01-13 Pedro Alves <palves@redhat.com>
4993
4994 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4995 Breakpoint.thread.
4996 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4997
4998 2016-01-07 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.base/break.exp: Adjust to output changes.
5001 * gdb.base/hbreak2.exp: Likewise.
5002 * gdb.base/sepdebug.exp: Likewise.
5003 * gdb.base/watch_thread_num.exp: Likewise.
5004 * gdb.linespec/keywords.exp: Likewise.
5005 * gdb.multi/info-threads.exp: Likewise.
5006 * gdb.threads/thread-find.exp: Likewise.
5007 * gdb.multi/tids.c: New file.
5008 * gdb.multi/tids.exp: New file.
5009
5010 2016-01-13 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5013
5014 2016-01-13 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/default.exp: Expect $_inferior as well.
5017 * gdb.multi/base.exp: Test $_inferior.
5018
5019 2016-01-13 Pedro Alves <palves@redhat.com>
5020
5021 PR breakpoints/19388
5022 * gdb.base/catch-signal-siginfo-cond.c: New file.
5023 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5024
5025 2016-01-12 Josh Stone <jistone@redhat.com>
5026 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5027
5028 * gdb.base/catch-syscall.c (do_execve): New variable.
5029 (main): Conditionally trigger an execve.
5030 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5031 (test_catch_syscall_execve): New, check entry/return across execve.
5032 (do_syscall_tests): Call test_catch_syscall_execve.
5033
5034 2016-01-12 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.base/random-signal.exp (do_test): New procedure, with body
5037 of testcase moved in.
5038
5039 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5040 Pedro Alves <palves@redhat.com>
5041
5042 * gdb.base/funcargs.exp (finish from indirectly called function):
5043 Reintroduce the case for 'First'.
5044
5045 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5046 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5049 (tcatch_vfork_then_child_follow_exec)
5050 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5051 identification.
5052
5053 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5056 and repeats to unlimited.
5057 * gdb.python/py-value.exp: Likewise.
5058 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5059 and repeats to unlimited.
5060
5061 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5062
5063 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5064 and reordering the functions.
5065 * gdb.multi/hangout.c: Likewise.
5066 * gdb.multi/hello.c: Likewise.
5067
5068 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5069
5070 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5071 absolute.
5072 (SingleStatisticTestResult.report): Use dict.keys instead of
5073 dict.iterkeys.
5074
5075 2016-01-06 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5078
5079 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5080
5081 * gdb.btrace/dlopen.exp: New.
5082 * gdb.btrace/dlopen.c: New.
5083 * gdb.btrace/dlopen-dso.c: New.
5084
5085 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5086
5087 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5088 PATTERN argument is optional.
5089
5090 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5091
5092 * lib/ada.exp (target_compile_ada_from_dir): New function.
5093 (gdb_compile_ada): Reimplement avoiding the use of project files.
5094 * gdb.ada/gnat_ada.gpr: Delete.
5095 * gdb.ada/cond_lang.exp: Adjust test to make path before
5096 filename optional.
5097 * gdb.ada/small_reg_param.exp: Likewise.
5098
5099 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5100
5101 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5102
5103 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5104
5105 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5106 case.
5107
5108 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5109
5110 * gdb.base/break.exp: Remove dead code.
5111 * gdb.base/sepdebug.exp: Likewise.
5112
5113 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5114
5115 * gdb.asm/asm-source.exp: Remove HP-UX references.
5116 * gdb.base/annota1.exp: Likewise.
5117 * gdb.base/annota3.exp: Likewise.
5118 * gdb.base/attach.exp: Likewise.
5119 * gdb.base/bigcore.exp: Likewise.
5120 * gdb.base/break.exp: Likewise.
5121 * gdb.base/call-ar-st.exp: Likewise.
5122 * gdb.base/callfuncs.exp: Likewise.
5123 * gdb.base/catch-fork-static.exp: Likewise.
5124 * gdb.base/display.exp: Likewise.
5125 * gdb.base/foll-exec-mode.exp: Likewise.
5126 * gdb.base/foll-exec.exp: Likewise.
5127 * gdb.base/foll-fork.exp: Likewise.
5128 * gdb.base/foll-vfork.exp: Likewise.
5129 * gdb.base/funcargs.exp: Likewise.
5130 * gdb.base/hbreak2.exp: Likewise.
5131 * gdb.base/inferior-died.exp: Likewise.
5132 * gdb.base/interrupt.exp: Likewise.
5133 * gdb.base/multi-forks.exp: Likewise.
5134 * gdb.base/nodebug.exp: Likewise.
5135 * gdb.base/sepdebug.exp: Likewise.
5136 * gdb.base/solib1.c: Likewise.
5137 * gdb.base/step-test.exp: Likewise.
5138 * gdb.mi/non-stop.c: Likewise.
5139 * gdb.mi/pthreads.c: Likewise.
5140 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5141 * gdb.threads/pthreads.c: Likewise.
5142 * gdb.threads/staticthreads.exp: Likewise.
5143 * lib/future.exp: Likewise.
5144 * lib/gdb.exp: Likewise.
5145 * gdb.base/so-indr-cl.c: Remove.
5146 * gdb.base/so-indr-cl.exp: Likewise.
5147 * gdb.base/solib.c: Likewise.
5148 * gdb.base/solib.exp: Likewise.
5149 * gdb.base/solib2.c: Likewise.
5150
5151 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5152
5153 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5154 * gdb.base/call-ar-st.exp: Likewise.
5155 * gdb.base/callfuncs.exp: Likewise.
5156 * gdb.base/condbreak.exp: Likewise.
5157 * gdb.base/constvars.exp: Likewise.
5158 * gdb.base/hbreak2.exp: Likewise.
5159 * gdb.base/langs.exp: Likewise.
5160 * gdb.base/list.exp: Likewise.
5161 * gdb.base/long_long.exp: Likewise.
5162 * gdb.base/ptype.exp: Likewise.
5163 * gdb.base/scope.exp: Likewise.
5164 * gdb.base/signals.exp: Likewise.
5165 * gdb.base/so-impl-ld.exp: Likewise.
5166 * gdb.base/varargs.exp: Likewise.
5167 * gdb.base/volatile.exp: Likewise.
5168 * gdb.base/whatis.exp: Likewise.
5169 * gdb.cp/cplusfuncs.exp: Likewise.
5170 * gdb.cp/inherit.exp: Likewise.
5171 * gdb.cp/local.exp: Likewise.
5172 * gdb.cp/member-ptr.exp: Likewise.
5173 * gdb.cp/method.exp: Likewise.
5174 * gdb.cp/overload.exp: Likewise.
5175 * gdb.cp/templates.exp: Likewise.
5176 * gdb.stabs/weird.exp: Likewise.
5177 * lib/compiler.c: Likewise.
5178 * lib/compiler.cc: Likewise.
5179 * lib/cp-support.exp: Likewise.
5180 * lib/gdb.exp: Likewise.
5181
5182 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5183
5184 * configure.ac: Remove HP-UX case.
5185 * configure: Regenerate.
5186
5187 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * lib/gdb.exp (gdb_compile): Add function doc.
5190
5191 2015-12-17 Pedro Alves <palves@redhat.com>
5192
5193 PR threads/19354
5194 * gdb.multi/info-threads.exp: New file.
5195
5196 2015-12-15 Yao Qi <yao.qi@linaro.org>
5197
5198 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5199 is aarch64*-*-*.
5200
5201 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5202
5203 * gdb.base/history-duplicates.exp: Skip if no readline support.
5204
5205 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5206
5207 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5208
5209 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5210
5211 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5212
5213 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5214
5215 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5216 ctrl-C if nointerrupts target property is set.
5217 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5218 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5219 * gdb.base/paginate-bg-execution.exp: Likewise.
5220 * gdb.base/paginate-execution-startup.exp: Likewise.
5221 * gdb.base/random-signal.exp: Likewise.
5222 * gdb.base/range-stepping.exp: Likewise.
5223 * gdb.cp/annota2.exp: Likewise.
5224 * gdb.cp/annota3.exp: Likewise.
5225 * gdb.gdb/selftest.exp: Likewise.
5226 * gdb.threads/continue-pending-status.exp: Likewise.
5227 * gdb.threads/leader-exit.exp: Likewise.
5228 * gdb.threads/manythreads.exp: Likewise.
5229 * gdb.threads/pthreads.exp: Likewise.
5230 * gdb.threads/schedlock.exp: Likewise.
5231 * gdb.threads/sigthread.exp: Likewise.
5232
5233 2015-12-11 Don Breazeal <donb@codesourcery.com>
5234
5235 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5236 remote.
5237 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5238 * gdb.base/foll-exec.exp (main): Enable for target remote.
5239 * gdb.base/foll-fork.exp (main): Likewise.
5240 * gdb.base/foll-vfork.exp (main): Likewise.
5241 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5242 (proc continue_to_exit_bp_loc): Use clean_restart.
5243 * gdb.base/pie-execl.exp (main): Disable for target remote.
5244 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5245 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5246 * gdb.threads/execl.exp (main): Likewise.
5247 * gdb.threads/fork-child-threads.exp (main): Likewise.
5248 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5249 remote.
5250 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5251 remote.
5252 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5253 pid.tid style ptids, instead of just tid.
5254 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5255 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5256 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5257 ptids, instead of just tid.
5258
5259 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5260
5261 * gdb.base/list.exp (test_list_forward): Add end of file error
5262 test.
5263 (test_repeat_list_command): Add end of file error test.
5264 (test_list_backwards): Add beginning of file error test.
5265
5266 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * gdb.base/list.exp (test_list_invalid_args): New function,
5269 defined, and called.
5270
5271 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.base/list.exp (test_list): Make test names unique.
5274
5275 2015-12-11 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.base/coremaker2.c: Remove.
5278
5279 2015-12-10 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.multi/base.exp: Remove stale "spaces" references.
5282
5283 2015-12-10 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.multi/base.exp: Don't use nowarnings.
5286 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5287 * gdb.multi/hangout.c: Include stdio.h.
5288 * gdb.multi/hello.c: Include stdlib.h.
5289 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5290 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5291 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5292
5293 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5294
5295 * gdb.dwarf2/dw2-ranges-base.c: New file.
5296 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5297 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5298 support additional line table, and debug ranges generation.
5299 (Dwarf::ranges): New function, generate .debug_ranges.
5300 (Dwarf::lines): Support generating simple line table programs.
5301 (Dwarf::assemble): Initialise new namespace variables.
5302
5303 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5304
5305 * gdb.base/async.exp (proc test_background): Add case for
5306 asynchronous execution not supported.
5307
5308 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5309
5310 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5311 format and change test names to make them unique.
5312
5313 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5314 Pedro Alves <pedro@redhat.com>
5315
5316 PR gdb/18702
5317 Add checking of floatformats setup on x86_64 hosts.
5318 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5319 (smallval, bigval): New labels/constants.
5320 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5321 float" after loading bigval and smallval.
5322
5323 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5324
5325 * gdb.ada/fun_overload_menu.exp: New testcase.
5326 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5327
5328 2015-12-04 Josh Stone <jistone@redhat.com>
5329
5330 * gdb.base/catch-fork-static.exp: New.
5331
5332 2015-12-03 Yao Qi <yao.qi@linaro.org>
5333
5334 * gdb.base/sizeof.c: Don't include stdio.h and
5335 ../lib/unbuffer_output.c.
5336 (main): New variable 'size' and 'value'. Remove printf and
5337 gdb_unbuffer_output. Assign return value to size and value.
5338 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5339 at the beginning.
5340 (check_sizeof): Check the result by printing variable 'size'.
5341 (check_valueof): Check the result by printing variable 'value'.
5342
5343 2015-12-01 Yao Qi <yao.qi@linaro.org>
5344
5345 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5346 for aarch64*-*-linux* target.
5347
5348 2015-11-30 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5351
5352 2015-11-30 Pedro Alves <palves@redhat.com>
5353
5354 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5355 Handle non-stop mode vCont replies.
5356
5357 2015-11-30 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5360 prepare_for_testing. Start gdb with "set non-stop on" appended to
5361 GDBFLAGS. Lax expected stop output.
5362
5363 2015-11-27 Yao Qi <yao.qi@linaro.org>
5364
5365 * gdb.arch/arm-neon.exp: New.
5366 * gdb.arch/arm-neon.c: New.
5367
5368 2015-11-27 Yao Qi <yao.qi@linaro.org>
5369
5370 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5371
5372 2015-11-27 Yao Qi <yao.qi@linaro.org>
5373
5374 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5375 frames-invalid annotation.
5376
5377 2015-11-27 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5380
5381 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5382
5383 * gdb.threads/names.exp: New file.
5384 * gdb.threads/names.c: New file.
5385 * README: Mention gdb,no_thread_names.
5386
5387 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5388
5389 PR 19297
5390 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5391 support" error.
5392
5393 2015-11-24 Pedro Alves <palves@redhat.com>
5394
5395 PR 17539
5396 * gdb.base/display.exp: Expect displays to be sorted in ascending
5397 order. Use multi_line.
5398 * gdb.base/solib-display.exp: Likewise.
5399
5400 2015-11-24 Pedro Alves <palves@redhat.com>
5401
5402 PR 17539
5403 * gdb.base/display.exp: Expect displays to be sorted in ascending
5404 order. Use multi_line.
5405 * gdb.base/solib-display.exp: Likewise.
5406
5407 2015-11-24 Pedro Alves <palves@redhat.com>
5408
5409 PR 17539
5410 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5411 threads in ascending order.
5412 * gdb.base/foll-fork.exp: Likewise.
5413 * gdb.base/foll-vfork.exp: Likewise.
5414 * gdb.base/multi-forks.exp: Likewise.
5415 * gdb.mi/mi-nonstop.exp: Likewise.
5416 * gdb.mi/mi-nsintrall.exp: Likewise.
5417 * gdb.multi/base.exp: Likewise.
5418 * gdb.multi/multi-arch.exp: Likewise.
5419 * gdb.python/py-inferior.exp: Likewise.
5420 * gdb.threads/break-while-running.exp: Likewise.
5421 * gdb.threads/execl.exp: Likewise.
5422 * gdb.threads/gcore-thread.exp: Likewise.
5423 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5424 * gdb.threads/kill.exp: Likewise.
5425 * gdb.threads/linux-dp.exp: Likewise.
5426 * gdb.threads/multiple-step-overs.exp: Likewise.
5427 * gdb.threads/next-bp-other-thread.exp: Likewise.
5428 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5429 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5430 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5431 * gdb.threads/thread-find.exp: Likewise.
5432 * gdb.threads/tls.exp: Likewise.
5433 * lib/mi-support.exp (mi_reverse_list): Delete.
5434 (mi_check_thread_states): No longer reverse list.
5435
5436 2015-11-24 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5439 use lowercase.
5440
5441 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5442
5443 * gdb.trace/actions.c: Include trace-common.h.
5444 (main): Add a location for a fast tracepoint.
5445 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5446 the normal tracepoints.
5447 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5448
5449 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5450
5451 * save-trace.exp: Factor out code to these...
5452 (gdb_save_tracepoints): New.
5453 (gdb_load_tracepoints): New.
5454 (do_save_load_test): New.
5455
5456 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5457
5458 * gdb.base/asmlabel.exp: New test.
5459 * gdb.base/asmlabel.c: New test case.
5460
5461 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5462
5463 * gdb.base/wrong_frame_bt_full-main.c: New file.
5464 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5465 * gdb.base/wrong_frame_bt_full.exp: New file.
5466
5467 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5468
5469 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5470
5471 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5472
5473 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5474 pstate register when comparing registers values in
5475 sparc64-*-linux-gnu targets to avoid spurious differences.
5476
5477 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5478
5479 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5480
5481 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5482
5483 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5484 as type argument to gdb_compile.
5485 * gdb.base/nested-subp2.exp: Likewise.
5486 * gdb.base/nested-subp3.exp: Likewise.
5487
5488 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5489
5490 * lib/dwarf.exp (_note): Fix left shift of negative value.
5491 * gdb.trace/trace-condition.exp: Likewise.
5492
5493 2015-11-13 Yao Qi <yao.qi@linaro.org>
5494
5495 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5496 comments about d10v.
5497 (test_scalar_returns): Likewise.
5498 * gdb.base/d10v.ld: Remove.
5499 * gdb.base/overlays.exp: Remove the target triplet checking for
5500 d10v-*-*.
5501 * gdb.base/structs.exp (test_struct_returns): Remove the
5502 comments about d10v.
5503 (test_struct_calls): Likewise.
5504
5505 2015-11-13 Yao Qi <yao.qi@linaro.org>
5506
5507 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5508 * gdb.base/gnu_vector.c: Don't include stdio.h.
5509 (main): Don't print res and call add_some_intvecs.
5510
5511 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5512
5513 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5514 macro.
5515 (func5): Removed.
5516 (func4): Use FAST_TRACEPOINT_LABEL.
5517 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5518 macro.
5519 (func): Removed.
5520 (thread_function): Use FAST_TRACEPOINT_LABEL.
5521 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5522 (func): Remove.
5523 (marker): Use FAST_TRACEPOINT_LABEL.
5524 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5525 (pendfunc1): Remove.
5526 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5527 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5528 (foo): Remove.
5529 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5530 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5531 macro.
5532 (func): Remove.
5533 (marker): Use FAST_TRACEPOINT_LABEL.
5534 * gdb.trace/trace-common.h: New header.
5535 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5536 macro.
5537 (func): Remove.
5538 (marker): Use FAST_TRACEPOINT_LABEL.
5539 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5540 (func): Remove.
5541 (thread_function): Use FAST_TRACEPOINT_LABEL.
5542
5543 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5544
5545 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5546 in front.
5547 * gdb.trace/change-loc.exp: Use global pcreg definition.
5548 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5549 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5550 in front.
5551 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5552 * gdb.trace/pending.exp: Likewise.
5553 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5554 * gdb.trace/trace-break.exp: Likewise.
5555 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5556 in front.
5557 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5558 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5559 in front.
5560 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5561
5562 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.ada/fin_fun_out: New testcase.
5565
5566 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5567
5568 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5569 value associated with DW_AT_byte_size.
5570 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5571 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5572 DW_AT_upper_bound.
5573
5574 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5575
5576 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5577 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5578 version.
5579 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5580 gdb.dwarf2/dw2-canonicalize-type.exp,
5581 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5582 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5583 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5584 provided by gdb_target_symbol_prefix_flags_asm.
5585 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5586 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5587 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5588 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5589 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5590 macros where needed). Use this macro for symbols which require
5591 the prefix provided by SYMBOL_PREFIX.
5592
5593 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5594
5595 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5596 New procs.
5597 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5598 representing expressions, of more than one list element.
5599 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5600 to prepend linker symbol prefix to f.
5601 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5602 table_1 and table_2.
5603 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5604 Likewise, for f and g.
5605 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5606 for ptr.
5607 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5608 for main.
5609 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5610 table_1_ptr and table_2_ptr.
5611
5612 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5613 Joel Brobecker <brobecker@adacore.com>
5614
5615 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5616
5617 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5618
5619 * gdb.reverse/s390-mvcle.c: New test.
5620 * gdb.reverse/s390-mvcle.exp: New file.
5621 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5622
5623 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5624
5625 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5626
5627 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5628
5629 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5630 reaching marker2.
5631 * gdb.reverse/getresuid-reverse.exp: Likewise.
5632 * gdb.reverse/pipe-reverse.exp: Likewise.
5633 * gdb.reverse/readv-reverse.exp: Likewise.
5634 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5635 * gdb.reverse/time-reverse.exp: Likewise.
5636 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5637
5638 2015-10-30 Yao Qi <yao.qi@linaro.org>
5639
5640 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5641 (empty_cycle): Remove.
5642 (main): Don't call empty_cycle. Don't use watch_count_done.
5643 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5644 empty_cycle. Rewrite the code counting HW watchpoints.
5645
5646 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5647
5648 * gdb.reverse/fstatat-reverse.c: New test.
5649 * gdb.reverse/fstatat-reverse.exp: New file.
5650 * gdb.reverse/getresuid-reverse.c: New test.
5651 * gdb.reverse/getresuid-reverse.exp: New file.
5652 * gdb.reverse/pipe-reverse.c: New test.
5653 * gdb.reverse/pipe-reverse.exp: New file.
5654 * gdb.reverse/readv-reverse.c: New test.
5655 * gdb.reverse/readv-reverse.exp: New file.
5656 * gdb.reverse/recvmsg-reverse.c: New test.
5657 * gdb.reverse/recvmsg-reverse.exp: New file.
5658 * gdb.reverse/time-reverse.c: New test.
5659 * gdb.reverse/time-reverse.exp: New file.
5660 * gdb.reverse/waitpid-reverse.c: New test.
5661 * gdb.reverse/waitpid-reverse.exp: New file.
5662
5663 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5664
5665 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5666
5667 2015-10-26 Doug Evans <dje@google.com>
5668
5669 PR symtab/17391
5670 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5671 * gdb.dwarf2/bad-regnum.c: New file.
5672 * gdb.dwarf2/bad-regnum.exp: New file.
5673
5674 2015-10-26 Doug Evans <dje@google.com>
5675
5676 PR python/18938
5677 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5678 file.
5679
5680 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5681
5682 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5683 for a change by "Mention language in compile error message".
5684
5685 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5686
5687 PR python/18073
5688 * gdb.python/py-type.c (C::a_method): New.
5689 (C::a_const_method): New.
5690 (C::a_static_method): New.
5691 (a_function): New.
5692 * gdb.python/py-type.exp (test_fields): Test getting fields
5693 from function and method.
5694
5695 2015-10-21 Keven Boell <keven.boell@intel.com>
5696
5697 * gdb.fortran/vla-alloc-assoc.exp: New file.
5698 * gdb.fortran/vla-datatypes.exp: New file.
5699 * gdb.fortran/vla-datatypes.f90: New file.
5700 * gdb.fortran/vla-history.exp: New file.
5701 * gdb.fortran/vla-ptype-sub.exp: New file.
5702 * gdb.fortran/vla-ptype.exp: New file.
5703 * gdb.fortran/vla-sizeof.exp: New file.
5704 * gdb.fortran/vla-sub.f90: New file.
5705 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5706 * gdb.fortran/vla-value-sub-finish.exp: New file.
5707 * gdb.fortran/vla-value-sub.exp: New file.
5708 * gdb.fortran/vla-value.exp: New file.
5709 * gdb.fortran/vla-ptr-info.exp: New file.
5710 * gdb.mi/mi-vla-fortran.exp: New file.
5711 * gdb.mi/vla.f90: New file.
5712
5713 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5714
5715 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5716 of hardwired timeout value.
5717
5718 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5719 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5722 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5723
5724 2015-10-19 Josh Stone <jistone@redhat.com>
5725
5726 * gdb.base/catch-syscall.c: Include <sched.h>.
5727 (unknown_syscall): New variable.
5728 (main): Trigger a vfork and an unknown syscall.
5729 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5730 (unknown_syscall_number): Likewise.
5731 (check_call_to_syscall): Accept an optional syscall pattern.
5732 (check_return_from_syscall): Likewise.
5733 (check_continue): Likewise.
5734 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5735 (test_catch_syscall_skipping_return): New test toggling off 'catch
5736 syscall' to step over the syscall return, then toggling back on.
5737 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5738 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5739 (do_syscall_tests): Call test_catch_syscall_without_args and
5740 test_catch_syscall_mid_vfork.
5741 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5742 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5743
5744 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5745
5746 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5747 print g_vE): Add new pass patterns.
5748 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5749 print various symbol names for vptr fields.
5750
5751 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5752
5753 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5754 results.
5755
5756 2015-10-12 Yao Qi <yao.qi@linaro.org>
5757
5758 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5759
5760 2015-10-12 Yao Qi <yao.qi@linaro.org>
5761
5762 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5763 is aarch64*-*-linux*.
5764
5765 2015-10-12 Yao Qi <yao.qi@linaro.org>
5766
5767 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5768 (can_relocate_bcond_true): ... it.
5769 (can_relocate_bcond_false): New function.
5770 (foo): Likewise.
5771 (can_relocate_bl): Likewise.
5772 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5773 can_relocate_bl.
5774
5775 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5776
5777 * gdb.base/nested-addr.c: New file.
5778 * gdb.base/nested-addr.exp: New testcase.
5779
5780 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5781
5782 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5783 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5784 its output. Ignore the output of "record goto begin" and instead
5785 check that GDB is replaying.
5786
5787 2015-10-09 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5790 (top level): Use it in the run with no args test.
5791
5792 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5793
5794 * gdb.dlang/properties.exp: New file.
5795
5796 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5797
5798 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5799 whether or not address 0x1000 is mapped on the target.
5800
5801 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5802
5803 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5804 build.
5805
5806 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5807
5808 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5809 instruction-history test.
5810
5811 2015-09-28 Doug Evans <dje@google.com>
5812
5813 * gdb.base/gcore.c (array_func): Add reference to static_array.
5814
5815 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5818 source line.
5819
5820 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5821
5822 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5823 short or char as base type.
5824
5825 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5826
5827 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5828 to allow any size enum.
5829
5830 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5831
5832 * gdb.ada/array_ptr_renaming.exp: New testcase.
5833 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5834 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5835
5836 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5837
5838 * gdb.trace/ftrace-lock.c: New file.
5839 * gdb.trace/ftrace-lock.exp: New file.
5840
5841 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5842
5843 * gdb.arch/insn-reloc.c: New file.
5844 * gdb.arch/ftrace-insn-reloc.exp: New file.
5845
5846 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5847
5848 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5849 instruction.
5850 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5851 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5852 * gdb.trace/range-stepping.c: Likewise.
5853 * gdb.trace/trace-break.c: Likewise.
5854 * gdb.trace/trace-mt.c (thread_function): Likewise.
5855 * gdb.trace/ftrace.c (marker): Likewise.
5856 * gdb.trace/trace-condition.c (marker): Likewise.
5857 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5858 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5859 is_aarch64_target.
5860
5861 2015-09-18 Doug Evans <xdje42@gmail.com>
5862
5863 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5864 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5865
5866 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5867
5868 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5869 the breakpoint.
5870
5871 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5874 the pending breakpoint. Remove timeout override for "Run till
5875 MI pending breakpoint on pendfunc3 on thread 2" test.
5876
5877 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5878
5879 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5880 filename pattern.
5881
5882 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5883
5884 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5885 in breakpoint filename pattern.
5886
5887 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5888
5889 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5890
5891 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5892
5893 * gdb.linespec/explicit.exp: Check for readline support for
5894 tab-completion tests. Fix obvious typo.
5895
5896 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5897
5898 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5899 and replay.
5900
5901 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5902
5903 * gdb.btrace/non-stop.c: New.
5904 * gdb.btrace/non-stop.exp: New.
5905
5906 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5907 Yao Qi <yao.qi@linaro.org>
5908
5909 * gdb.trace/trace-condition.c: New file.
5910 * gdb.trace/trace-condition.exp: New file.
5911
5912 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5913
5914 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5915 for testing bytecode compilation.
5916
5917 2015-09-16 Pedro Alves <palves@redhat.com>
5918 Sandra Loosemore <sandra@codesourcery.com>
5919
5920 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5921 (SECONDS): Redefine.
5922 (main): Call pthread_kill and alarm early.
5923 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5924 support.
5925 (test): If the target can't hardware step and doesn't support
5926 displaced stepping, increase the timeout.
5927
5928 2015-09-16 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5931 (enable_debug): New procedures.
5932 (test): Use them. Bail out if waiting for threads fails.
5933 (top level): Bail out if a test fails.
5934
5935 2015-09-16 Yao Qi <yao.qi@linaro.org>
5936
5937 * gdb.asm/asm-source.exp: Set asm-arch for
5938 aarch64*-*-* target.
5939 * gdb.asm/aarch64.inc: New file.
5940
5941 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5942
5943 * gdb.ada/array_of_variable_length.exp: New testcase.
5944 * gdb.ada/array_of_variable_length/foo.adb: New file.
5945 * gdb.ada/array_of_variable_length/pck.adb: New file.
5946 * gdb.ada/array_of_variable_length/pck.ads: New file.
5947
5948 2015-09-15 Doug Evans <dje@google.com>
5949
5950 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5951 of function static local variable.
5952
5953 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5954
5955 * gdb.threads/tls-so_extern.exp: New test file.
5956 * gdb.threads/tls-so_extern.c: New test file.
5957 * gdb.threads/tls-so_extern_main.c: New test file.
5958
5959 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5960
5961 * gdb.opt/solib-intra-step-lib.c: New file.
5962 * gdb.opt/solib-intra-step-main.c: New file.
5963 * gdb.opt/solib-intra-step.exp: New file.
5964
5965 2015-09-15 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5968 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5969
5970 2015-09-14 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.base/hook-stop-continue.c: Delete.
5973 * gdb.base/hook-stop-continue.exp: Delete.
5974 * gdb.base/hook-stop-frame.c: Delete.
5975 * gdb.base/hook-stop-frame.exp: Delete.
5976 * gdb.base/hook-stop.c: New file.
5977 * gdb.base/hook-stop.exp: New file.
5978
5979 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5980
5981 * gdb.ada/access_to_packed_array.exp: New testcase.
5982 * gdb.ada/access_to_packed_array/foo.adb: New file.
5983 * gdb.ada/access_to_packed_array/pack.adb: New file.
5984 * gdb.ada/access_to_packed_array/pack.ads: New file.
5985
5986 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5987
5988 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5989 buffer size test.
5990
5991 2015-09-11 Don Breazeal <donb@codesourcery.com>
5992
5993 * gdb.base/foll-exec.c: Add copyright header. Fix
5994 formatting issues.
5995 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5996 (do_exec_tests): Use clean_restart in place of zap_session,
5997 and for test initialization. Fix formatting issues. Use
5998 fail in place of perror.
5999 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6000 an expect statement to match an expression with output from
6001 the program under debug.
6002 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6003 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6004 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6005 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6006 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6007
6008 2015-09-09 Doug Evans <dje@google.com>
6009
6010 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6011
6012 2015-09-09 Doug Evans <dje@google.com>
6013
6014 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6015
6016 2015-09-09 Doug Evans <dje@google.com>
6017
6018 * gdb.base/savedregs.exp: Fix typo.
6019
6020 2015-09-09 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6023
6024 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6025
6026 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6027 command actually switches threads. Give up on remaining
6028 tests if target fails to stop at breakpoint.
6029
6030 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6031
6032 * gdb.ada/funcall_char.exp: New testcase.
6033 * gdb.ada/funcall_char/foo.adb: New file.
6034
6035 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6036
6037 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6038 expected outputs. Add two testcases for completing ambiguous
6039 functions.
6040 * gdb.ada/complete/aux_pck.adb: New file.
6041 * gdb.ada/complete/aux_pck.ads: New file.
6042 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6043 Ambiguous_Func functions.
6044 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6045 * gdb.ada/complete/pck.adb: Likewise.
6046
6047 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6048
6049 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6050 failures to run the test program under GDB.
6051
6052 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6053
6054 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6055 to C.
6056
6057 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6058
6059 * gdb.base/run-after-attach.exp: New test file.
6060 * gdb.base/run-after-attach.c: New test file.
6061
6062 2015-08-26 Don Breazeal <donb@codesourcery.com>
6063
6064 * gdb.base/foll-exec-2.c: New test program.
6065 * gdb.base/foll-exec-2.exp: New test.
6066
6067 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6068
6069 * gdb.base/nested-subp1.exp: New file.
6070 * gdb.base/nested-subp1.c: New file.
6071 * gdb.base/nested-subp2.exp: New file.
6072 * gdb.base/nested-subp2.c: New file.
6073 * gdb.base/nested-subp3.exp: New file.
6074 * gdb.base/nested-subp3.c: New file.
6075
6076 2015-08-24 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.server/connect-without-multi-process.c: New file.
6079 * gdb.server/connect-without-multi-process.exp: New file.
6080
6081 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6082
6083 * gdb.opt/inline-markers.c: Make z int.
6084
6085 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6086
6087 * gdb.opt/inline-markers.c: Make z volatile.
6088
6089 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6090
6091 * gdb.opt/inline-bt.c: New volatile global z.
6092 * gdb.opt/inline-cmds.c: Likewise.
6093 * gdb.opt/inline-locals.c: Likewise.
6094 * gdb.opt/inline-markers.c: New extern global z.
6095 (marker): Use z.
6096 (inline_fn): Likewise.
6097
6098 2015-08-24 Pedro Alves <palves@redhat.com>
6099
6100 * config/m32r-stub.exp: Remove file.
6101 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6102 * gdb.base/call-rt-st.exp: Likewise.
6103 * gdb.base/call-strs.exp: Likewise.
6104 * gdb.base/default.exp: Remove references to h8300-*-hms and
6105 *-*-udi*.
6106 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6107
6108 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6109
6110 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6111 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6112 and "return" use KFAIL when GDB can not read/write the vector
6113 return value.
6114
6115 2015-08-21 Gary Benson <gbenson@redhat.com>
6116
6117 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6118
6119 2015-08-20 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.server/solib-list.exp: No longer expect an interior stop in
6122 non-stop mode.
6123
6124 2015-08-20 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.server/connect-stopped-target.c: New file.
6127 * gdb.server/connect-stopped-target.exp: New file.
6128
6129 2015-08-20 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.dwarf2/comp-unit-lang.exp: New file.
6132 * gdb.dwarf2/comp-unit-lang.c: New file.
6133
6134 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6135
6136 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6137 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6138
6139 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6140
6141 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6142 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6143
6144 2015-08-18 Doug Evans <dje@google.com>
6145 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6146
6147 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6148 skip_python_tests. New arg prompt_regexp.
6149 (skip_python_tests): New function.
6150 * lib/mi-support.exp (mi_skip_python_tests): New function.
6151 * gdb.python/py-mi-objfile-gdb.py: New file.
6152 * gdb.python/py-mi-objfile.c: New file.
6153 * gdb.python/py-mi-objfile.exp: New file.
6154
6155 2015-08-17 Keith Seitz <keiths@redhat.com>
6156
6157 * gdb.linespec/explicit.exp: Move strace test from here ...
6158 * gdb.trace/strace.exp: ... to here.
6159
6160 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6161
6162 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6163 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6164
6165 2015-08-14 Doug Evans <xdje42@gmail.com>
6166
6167 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6168 inferior before selecting a new file.
6169
6170 2015-08-14 Doug Evans <xdje42@gmail.com>
6171
6172 * gdb.mi/mi-disassemble.exp: Update.
6173 * gdb.base/disasm-optim.S: New file.
6174 * gdb.base/disasm-optim.c: New file.
6175 * gdb.base/disasm-optim.h: New file.
6176 * gdb.base/disasm-optim.exp: New file.
6177
6178 2015-08-14 Keith Seitz <keiths@redhat.com>
6179
6180 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6181 "evaluated-by".
6182
6183 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6186
6187 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6188
6189 * gdb.ada/fun_renaming.exp: New testcase.
6190 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6191 * gdb.ada/fun_renaming/pack.adb: New file.
6192 * gdb.ada/fun_renaming/pack.ads: New file.
6193
6194 2015-08-12 Keith Seitz <keiths@redhat.com>
6195
6196 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6197 gdb_get_line_number.
6198
6199 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6200
6201 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6202 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6203 gdb.base/dso2dso.exp: New files.
6204
6205 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6206 Pedro Alves <palves@redhat.com>
6207 Keith Seitz <keiths@redhat.com>
6208
6209 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6210 GDBFLAGS.
6211
6212 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6213
6214 * gdb.base/gdbhistsize-history.exp
6215 (test_histsize_history_setting): Use save_vars.
6216 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6217 Use save_vars.
6218 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6219 * gdb.base/readline.exp: Use save_vars.
6220
6221 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6222
6223 * lib/gdb.exp (save_vars): New proc.
6224
6225 2015-08-11 Keith Seitz <keiths@redhat.com>
6226
6227 * gdb.base/help.exp: Update help_breakpoint_text.
6228
6229 2015-08-11 Keith Seitz <keiths@redhat.com>
6230
6231 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6232 (at toplevel): Call test_explicit_breakpoints.
6233 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6234 breakpoints.
6235 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6236 breakpoint conditions, "-cond".
6237
6238 2015-08-11 Keith Seitz <keiths@redhat.com>
6239
6240 * gdb.linespec/3explicit.c: New file.
6241 * gdb.linespec/cpexplicit.cc: New file.
6242 * gdb.linespec/cpexplicit.exp: New file.
6243 * gdb.linespec/explicit.c: New file.
6244 * gdb.linespec/explicit.exp: New file.
6245 * gdb.linespec/explicit2.c: New file.
6246 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6247 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6248 before using in the matching pattern.
6249 Clarify that `prefix' is a regular expression.
6250
6251 2015-08-11 Keith Seitz <keiths@redhat.com>
6252
6253 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6254 test.
6255 Add tests for missing ",FMT" and ",".
6256
6257 2015-08-10 Doug Evans <dje@google.com>
6258 Keith Seitz <keiths@redhat.com>
6259
6260 PR gdb/17960
6261 * gdb.base/completion.exp: Add location completer tests.
6262
6263 2015-08-07 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6266 tests here.
6267 (top level): Run do_test with and without displaced stepping.
6268
6269 2015-08-07 Pedro Alves <palves@redhat.com>
6270
6271 * gdb.base/valgrind-disp-step.c: New file.
6272 * gdb.base/valgrind-disp-step.exp: New file.
6273
6274 2015-08-07 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6277 Delete function.
6278 (main): Add alarm. Run an infinite loop instead of calling
6279 wait_threads.
6280 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6281 comment.
6282 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6283 Delete function.
6284 (main): Add alarm. Run an infinite loop instead of calling
6285 wait_threads.
6286 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6287 comment.
6288
6289 2015-08-07 Pedro Alves <palves@redhat.com>
6290
6291 * gdb.base/checkpoint-ns.exp: New file.
6292 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6293 standard_testfile.
6294
6295 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6296
6297 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6298 * gdb.btrace/instruction_history.exp: Update.
6299 * gdb.btrace/tsx.exp: New.
6300 * gdb.btrace/tsx.c: New.
6301
6302 2015-08-06 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6305 increase timeout.
6306 * gdb.reverse/until-precsave.exp: Bump timeouts.
6307
6308 2015-08-06 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6311
6312 2015-08-06 Pedro Alves <palves@redhat.com>
6313
6314 PR gdb/18749
6315 * gdb.threads/process-dies-while-handling-bp.c: New file.
6316 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6317
6318 2015-08-06 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6321 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6322
6323 2015-08-05 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6326 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6327
6328 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6329
6330 * gdb.base/bp-permanent.exp: Report test as unsupported if
6331 the target cannot stop at the permanent breakpoint.
6332
6333 2015-08-03 Doug Evans <dje@google.com>
6334
6335 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6336 10000.
6337
6338 2015-08-03 Doug Evans <dje@google.com>
6339
6340 * Makefile.in (workers/%.worker, build-perf): New rule.
6341 (GDB_PERFTEST_MODE): New variable.
6342 (check-perf): Use it.
6343 (clean): Clean up gdb.perf parallel build subdirs.
6344 * lib/build-piece.exp: New file.
6345 * lib/gdb.exp (make_gdb_parallel_path): New function
6346 (standard_output_file, standard_temp_file): Call it.
6347 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6348 of $GDB_PARALLEL.
6349 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6350
6351 2015-08-03 Doug Evans <dje@google.com>
6352
6353 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6354 (LOG_FILE_NAME): New global.
6355 (TextReporter.__init__): Initialize self.txt_sum.
6356 (TextReporter.report): Add support for multiple data-points.
6357 Move report to perftest.sum, put raw data in perftest.log.
6358 (TextReporter.start): Open sum and log files.
6359 (TextReporter.end): Close sum and log files.
6360 * gdb.perf/lib/perftest/testresult.py
6361 (SingleStatisticTestResult.record): Handle multiple data-points.
6362
6363 2015-07-31 Pedro Alves <palves@redhat.com>
6364
6365 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6366 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6367 kill_wait_spawned_process instead of explicit "kill -9".
6368 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6369 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6370 kill_wait_spawned_process.
6371 * gdb.base/attach-twice.exp: Likewise.
6372 * gdb.base/attach.exp: Likewise.
6373 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6374 gdb_test_multiple.
6375 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6376 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6377 kill_wait_spawned_process.
6378 * gdb.base/valgrind-infcall.exp: Likewise.
6379 * gdb.multi/multi-attach.exp: Likewise.
6380 * gdb.python/py-prompt.exp: Likewise.
6381 * gdb.python/py-sync-interp.exp: Likewise.
6382 * gdb.server/ext-attach.exp: Likewise.
6383 * gdb.threads/attach-into-signal.exp (corefunc): Use
6384 spawn_wait_for_attach, spawn_id_get_pid and
6385 kill_wait_spawned_process.
6386 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6387 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6388 spawn_id_get_pid and kill_wait_spawned_process.
6389 * gdb.threads/attach-stopped.exp (corefunc): Use
6390 spawn_wait_for_attach, spawn_id_get_pid and
6391 kill_wait_spawned_process.
6392 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6393 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6394 kill_wait_spawned_process instead of explicit "kill -9".
6395 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6396 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6397 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6398 processes. Don't map cygwin/windows pids here. Now returns a
6399 spawn id list.
6400
6401 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6402
6403 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6404 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6405 correct patch.
6406
6407 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6408
6409 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6410
6411 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6412
6413 Reapply:
6414 2014-05-21 Mark Wielaard <mjw@redhat.com>
6415
6416 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6417
6418 2015-07-30 Pedro Alves <palves@redhat.com>
6419
6420 * linux-low.c (handle_extended_wait): Set the child's last
6421 reported status to TARGET_WAITKIND_STOPPED.
6422
6423 2015-07-30 Pedro Alves <palves@redhat.com>
6424
6425 PR threads/18600
6426 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6427 only shows inferior 1.
6428
6429 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6430 Pedro Alves <palves@redhat.com>
6431
6432 PR threads/18600
6433 * gdb.threads/fork-plus-threads.c: New file.
6434 * gdb.threads/fork-plus-threads.exp: New file.
6435
6436 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6437
6438 * gdb.base/batch-preserve-term-settings.exp
6439 (test_terminal_settings_preserved_after_cli_exit): Use
6440 send_quit_command.
6441
6442 2015-07-29 Pedro Alves <palves@redhat.com>
6443 Don Breazeal <donb@codesourcery.com>
6444
6445 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6446 output from both inferior_spawn_id and gdb_spawn_id.
6447
6448 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6449
6450 * gdb.threads/attach-into-signal.exp (corefunc): Use
6451 with_test_prefix on nested loops, uniquefying the test messages.
6452
6453 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6454
6455 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6456 commit.
6457
6458 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6459
6460 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6461 New proc.
6462 (test_terminal_settings_preserved_after_sigterm): New test.
6463
6464 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6465
6466 * gdb.base/batch-preserve-term-settings.exp
6467 (test_terminal_settings_preserved_after_cli_exit): New test.
6468
6469 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6470
6471 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6472 manipulation of saved_gdbflags.
6473 (test_terminal_settings_preserved): Remove global declaration of
6474 the unused variable pagination_prompt. Remove manipulation of
6475 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6476 GDBFLAGS.
6477
6478 2015-07-29 Pedro Alves <palves@redhat.com>
6479
6480 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6481
6482 2015-07-29 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6485 at the top.
6486
6487 2015-07-29 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6490 (main): Call gdb_unbuffer_output.
6491 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6492 (main): Call gdb_unbuffer_output.
6493 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6494 (main): Call gdb_unbuffer_output.
6495 * gdb.base/call-strs.exp: Adjust to step over the
6496 gdb_unbuffer_output call.
6497 * gdb.base/catch-gdb-caused-signals.c: Include
6498 "../lib/unbuffer_output.c".
6499 (main): Call gdb_unbuffer_output.
6500 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6501 (main): Call gdb_unbuffer_output.
6502 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6503 (main): Call gdb_unbuffer_output.
6504 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6505 (main): Call gdb_unbuffer_output.
6506 * gdb.base/shlib-call.exp: Adjust to step over the
6507 gdb_unbuffer_output call.
6508 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6509 (main): Call gdb_unbuffer_output.
6510 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6511 (main): Call gdb_unbuffer_output.
6512 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6513 (main): Rename to ...
6514 (test): ... this.
6515 (main): Reimplement.
6516 * gdb.base/varargs.exp: Run to test instead of to main.
6517 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6518 (main): Call gdb_unbuffer_output.
6519
6520 2015-07-29 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6523 factore out from mi_continue_dprintf. For call-style dprintfs,
6524 expect dprintf output out of $inferior_spawn_id.
6525 (mi_continue_dprintf): Use mi_expect_dprintf.
6526 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6527 (main): Call gdb_unbuffer_output.
6528
6529 2015-07-29 Pedro Alves <palves@redhat.com>
6530
6531 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6532 (default_mi_gdb_start): Set inferior_spawn_id instead of
6533 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6534 gdb_spawn_id.
6535 (mi_gdb_test): Always expect inferior output from both
6536 $inferior_spawn_id and $gdb_spawn_id.
6537
6538 2015-07-29 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6541 send_inferior and $inferior_spawn_id.
6542
6543 2015-07-29 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.gdb/complaints.exp (test_initial_complaints)
6546 (test_serial_complaints, test_short_complaints): Use
6547 gdb_test_stdio.
6548 (test_empty_complaint): Handle $inferior_spawn_id !=
6549 $gdb_spawn_id.
6550
6551 2015-07-29 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/varargs.exp: Use gdb_test_stdio.
6554
6555 2015-07-29 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6558
6559 2015-07-29 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6562
6563 2015-07-29 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6566 parameter into two new parameters, "inf_result" and "gdb_result".
6567 Expect inferior output and gdb output from $inferior_spawn_id and
6568 $gdb_spawn_id, respectively. Adjust all callers.
6569
6570 2015-07-29 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6573 of gdb_test_sequence.
6574
6575 2015-07-29 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6578 (saw_spurious_output): Expect inferior output from
6579 $inferior_spawn_id. Use gdb_test_stdio.
6580
6581 2015-07-29 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/dprintf.exp: Use standard_testfile. Change
6584 prepare_for_testing call.
6585 (srcfile): Don't set.
6586 (restart): New procedure.
6587 (test_dprintf): New procecure, use to continue over dprintfs.
6588 (test_call, test_agent): New procedures, tests moved here.
6589 Restart gdb and recreate dprintfs. Adjust expected output.
6590
6591 2015-07-29 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6594
6595 2015-07-29 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6598
6599 2015-07-29 Pedro Alves <palves@redhat.com>
6600
6601 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6602 gdb_test_stdio.
6603
6604 2015-07-29 Pedro Alves <palves@redhat.com>
6605
6606 * lib/gdb.exp (gdb_test_stdio): New procedure.
6607
6608 2015-07-29 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6611
6612 2015-07-29 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.base/call-signal-resume.exp: Remove check for
6615 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6616 * gdb.base/unwindonsignal.exp: Likewise.
6617 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6618 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6619
6620 2015-07-29 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.base/siginfo-addr.c (pass): New function.
6623 (handler): Call it iff si_addr is correct.
6624 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6625 Set a breakpoint at "pass" and continue to it.
6626
6627 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6628
6629 * gdb.python/py-objfile.exp: Make some tests have unique names.
6630 * gdb.python/py-pp-registration.exp: Likewise.
6631
6632 2015-07-28 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6635
6636 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6637
6638 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6639
6640 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6641
6642 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6643
6644 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6645
6646 * gdb.base/gdb-sigterm-2.exp: New test.
6647
6648 2015-07-25 Doug Evans <xdje42@gmail.com>
6649
6650 Revert:
6651 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6652 (workers/%.worker, build-perf): New rule.
6653 (GDB_PERFTEST_MODE): New variable.
6654 (check-perf): Use it.
6655 (clean): Clean up gdb.perf parallel build subdirs.
6656 * lib/build-piece.exp: New file.
6657 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6658 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6659 name.
6660 (standard_temp_file): Ditto.
6661 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6662 of $GDB_PARALLEL.
6663
6664 2015-07-24 Doug Evans <dje@google.com>
6665
6666 * gdb.perf/lib/perftest/utils.py: New file.
6667 * gdb.perf/gm-hello.cc: New file.
6668 * gdb.perf/gm-pervasive-typedef.cc: New file.
6669 * gdb.perf/gm-pervasive-typedef.h: New file.
6670 * gdb.perf/gm-std.cc: New file.
6671 * gdb.perf/gm-std.h: New file.
6672 * gdb.perf/gm-use-cerr.cc: New file.
6673 * gdb.perf/gm-utils.h: New file.
6674 * gdb.perf/gmonster-null-lookup.py: New file.
6675 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6676 * gdb.perf/gmonster-print-cerr.py: New file.
6677 * gdb.perf/gmonster-ptype-string.py: New file.
6678 * gdb.perf/gmonster-runto-main.py: New file.
6679 * gdb.perf/gmonster-select-file.py: New file.
6680 * gdb.perf/gmonster1-null-lookup.exp: New file.
6681 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6682 * gdb.perf/gmonster1-print-cerr.exp: New file.
6683 * gdb.perf/gmonster1-ptype-string.exp: New file.
6684 * gdb.perf/gmonster1-runto-main.exp: New file.
6685 * gdb.perf/gmonster1-select-file.exp: New file.
6686 * gdb.perf/gmonster1.cc: New file.
6687 * gdb.perf/gmonster1.exp: New file.
6688 * gdb.perf/gmonster2-null-lookup.exp: New file.
6689 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6690 * gdb.perf/gmonster2-print-cerr.exp: New file.
6691 * gdb.perf/gmonster2-ptype-string.exp: New file.
6692 * gdb.perf/gmonster2-runto-main.exp: New file.
6693 * gdb.perf/gmonster2-select-file.exp: New file.
6694 * gdb.perf/gmonster2.cc: New file.
6695 * gdb.perf/gmonster2.exp: New file.
6696
6697 2015-07-24 Doug Evans <dje@google.com>
6698
6699 * gdb.perf/README: New file.
6700 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6701 * lib/gen-perf-test.exp: New file.
6702
6703 2015-07-24 Doug Evans <dje@google.com>
6704
6705 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6706 (PerfTest::startup): New function.
6707 (PerfTest::run): Return result of calling body.
6708 (PerfTest::assemble): Rewrite.
6709 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6710 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6711 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6712 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6713 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6714
6715 2015-07-24 Doug Evans <dje@google.com>
6716
6717 * lib/gdb.exp (clean_restart): Make executable optional.
6718
6719 2015-07-24 Doug Evans <dje@google.com>
6720
6721 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6722 compiler_info references.
6723 * gdb.cp/temargs.exp: Ditto.
6724 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6725 (get_compiler_info): Early exit if already computed. Set compiler_info
6726 to "unknown" if there was a problem.
6727 (test_compiler_info): Add function comment. Call get_compiler_info.
6728
6729 2015-07-24 Doug Evans <dje@google.com>
6730
6731 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6732 (workers/%.worker, build-perf): New rule.
6733 (GDB_PERFTEST_MODE): New variable.
6734 (check-perf): Use it.
6735 (clean): Clean up gdb.perf parallel build subdirs.
6736 * lib/build-piece.exp: New file.
6737 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6738 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6739 name.
6740 (standard_temp_file): Ditto.
6741 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6742 of $GDB_PARALLEL.
6743
6744 2015-07-24 Doug Evans <dje@google.com>
6745
6746 * lib/future.exp (gdb_default_target_compile): New option
6747 "early_flags".
6748 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6749 --as-needed.
6750
6751 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6752
6753 * gdb.base/catch-syscall.exp: Call gdb_exit before
6754 gdb_skip_xml_test.
6755
6756 2015-07-24 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.python/py-events.exp: Accept output between the stop event
6759 and the prompt.
6760 * gdb.python/py-evsignal.exp: Likewise.
6761 * gdb.python/py-evthreads.exp: Likewise.
6762
6763 2015-07-24 Pedro Alves <palves@redhat.com>
6764
6765 PR gdb/18717
6766 * gdb.threads/non-ldr-exit.c: New file.
6767 * gdb.threads/non-ldr-exit.exp: New file.
6768
6769 2015-07-24 Yao Qi <yao.qi@linaro.org>
6770
6771 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6772 restarting process.
6773
6774 2015-07-24 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.server/ext-restart.exp: New file.
6777
6778 2015-07-24 Yao Qi <yao.qi@linaro.org>
6779
6780 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6781 argument options.
6782 * gdb.server/ext-wrapper.exp: New file.
6783
6784 2015-07-23 Doug Evans <dje@google.com>
6785
6786 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6787 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6788
6789 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6790
6791 * gdb.ada/var_arr_typedef.exp: New testcase.
6792 * gdb.ada/var_arr_typedef/pack.adb: New file.
6793 * gdb.ada/var_arr_typedef/pack.ads: New file.
6794 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6795
6796 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6797
6798 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6799
6800 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6801
6802 * gdb.arch/i386-biarch-core.exp: Replace istarget
6803 by "complete set gnutarget". Remove expectation for the "core-file"
6804 command.
6805
6806 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6807
6808 Revert the previous commit:
6809 Tests for validate symbol file using build-id.
6810
6811 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6812
6813 Tests for validate symbol file using build-id.
6814 * gdb.base/solib-mismatch-lib.c: New file.
6815 * gdb.base/solib-mismatch-libmod.c: New file.
6816 * gdb.base/solib-mismatch.c: New file.
6817 * gdb.base/solib-mismatch.exp: New file.
6818
6819 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6820
6821 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6822 nios2-*-linux*.
6823 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6824 * gdb.base/siginfo.exp: Likewise.
6825 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6826
6827 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6828
6829 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6830 Move it to ...
6831 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6832 ... here.
6833 * gdb.trace/range-stepping.exp: Check that the target supports
6834 range stepping.
6835
6836 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6837
6838 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6839
6840 2015-07-14 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.base/killed-outside.exp: New file.
6843 * gdb.base/killed-outside.c: New file.
6844
6845 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6846
6847 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6848 (n at main): New.
6849 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6850
6851 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6852
6853 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6854 infcall tests instead of setting up for KFAIL.
6855
6856 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6857
6858 * gdb.btrace/record_goto-step.exp: New.
6859
6860 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6861
6862 PR compile/18484
6863 * gdb.compile/compile.c (struct struct_type): Add volatile to
6864 selffield's type.
6865 * gdb.compile/compile.exp
6866 (compile code struct_object.selffield = &struct_object): Skip further
6867 struct_object tests if this one xfails.
6868
6869 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6870
6871 PR exp/18617
6872 * gdb.trace/ax.exp: Add test.
6873
6874 2015-07-07 Yao Qi <yao.qi@linaro.org>
6875
6876 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6877 instead of istarget "aarch64*-*-*".
6878 * gdb.arch/aarch64-fp.exp: Likewise.
6879 * gdb.base/float.exp: Likewise.
6880 * gdb.reverse/aarch64.exp: Likewise.
6881 * lib/gdb.exp (is_aarch64_target): New proc.
6882
6883 2015-07-07 Yao Qi <yao.qi@linaro.org>
6884
6885 * lib/gdb.exp (is_aarch32_target): New proc.
6886 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6887 instead of "istarget "arm*-*-*"".
6888 * gdb.arch/arm-disp-step.exp: Likewise.
6889 * gdb.arch/thumb-bx-pc.exp: Likewise.
6890 * gdb.arch/thumb-prologue.exp: Likewise.
6891 * gdb.arch/thumb-singlestep.exp: Likewise.
6892 * gdb.base/disp-step-syscall.exp: Likewise.
6893 * gdb.base/float.exp: Likewise.
6894
6895 2015-07-07 Yao Qi <yao.qi@linaro.org>
6896
6897 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6898 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6899
6900 2015-07-07 Yao Qi <yao.qi@linaro.org>
6901
6902 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6903 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6904 if it exists.
6905 * gdb.multi/multi-arch.exp: Likewise.
6906
6907 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6908
6909 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6910 print.
6911
6912 2015-07-07 Yao Qi <yao.qi@linaro.org>
6913
6914 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6915
6916 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6917
6918 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6919 '[' and ']' characters.
6920
6921 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6922
6923 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6924
6925 2015-06-29 Pedro Alves <palves@redhat.com>
6926
6927 PR threads/18127
6928 * gdb.threads/hand-call-new-thread.c: New file.
6929 * gdb.threads/hand-call-new-thread.c: New file.
6930
6931 2015-06-26 Keith Seitz <keiths@redhat.com>
6932 Doug Evans <dje@google.com>
6933
6934 PR 16253
6935 * gdb.cp/var-tag-2.cc: New file.
6936 * gdb.cp/var-tag-3.cc: New file.
6937 * gdb.cp/var-tag-4.cc: New file.
6938 * gdb.cp/var-tag.cc: New file.
6939 * gdb.cp/var-tag.exp: New file.
6940
6941 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6942
6943 * gdb.base/history-duplicates.exp: New test.
6944
6945 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6946
6947 * gdb.base/completion.exp: Test the completion of the "focus"
6948 command.
6949
6950 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 * gdb.arch/amd64-prologue-skip.S: New file.
6953 * gdb.arch/amd64-prologue-skip.exp: New file.
6954
6955 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6958 is_address_zero_readable check.
6959
6960 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6961
6962 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6963 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6964
6965 2015-06-24 Yao Qi <yao.qi@linaro.org>
6966
6967 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6968 linux targets.
6969
6970 2015-06-24 Yao Qi <yao.qi@linaro.org>
6971
6972 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6973 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6974 * gdb.base/siginfo-thread.exp: Likewise.
6975
6976 2015-06-22 Yao Qi <yao.qi@linaro.org>
6977
6978 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6979
6980 2015-06-22 Yao Qi <yao.qi@linaro.org>
6981
6982 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6983 aarch64*-*-*.
6984 (skip_hw_watchpoint_tests): Likewise.
6985
6986 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6987
6988 * gdb.base/gdbinit-history.exp: Test the interaction between
6989 setting GDBHISTSIZE and setting the history size via .gdbinit.
6990
6991 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6992
6993 PR gdb/16999
6994 * gdb.base/gdbhistsize-history.exp: New test.
6995
6996 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6997
6998 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6999 with GDBHISTSIZE.
7000 * gdb.base/readline.exp: Likewise.
7001
7002 2015-06-17 Yao Qi <yao.qi@linaro.org>
7003
7004 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7005 line.
7006
7007 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7008
7009 * gdb.base/gdbinit-history.exp: Add test case to check that
7010 an unlimited history file does not get truncated on exit.
7011
7012 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7013
7014 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7015 (VECTOR): New macro. Use it...
7016 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7017 ...for these typedefs.
7018 (int8, char1, int1, double1): New typedefs.
7019 (struct just_int2, struct two_int2): New structures.
7020 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7021 (add_structvecs, add_singlevecs): New functions.
7022 (main): Call add_some_intvecs twice.
7023 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7024 the compile and exit upon failure. Try compiling for the "native"
7025 architecture. Test inferior function calls with vector arguments
7026 and vector return value handling with "finish" and "return".
7027
7028 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7029
7030 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7031 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7032 PE file.
7033 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7034
7035 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7036
7037 PR breakpoints/16465
7038 * gdb.mi/mi-dprintf-pending.c: New file.
7039 * gdb.mi/mi-dprintf-pending.exp: New test.
7040 * gdb.mi/mi-dprintf-pendshr.c: New file.
7041
7042 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7043 Mircea Gherzan <mircea.gherzan@intel.com>
7044
7045 * gdb.arch/i386-mpx-map.c: New file.
7046 * gdb.arch/i386-mpx-map.exp: New File.
7047
7048 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7049
7050 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7051 * gdb.arch/i386-mpx.exp: Indentation fixed.
7052
7053 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7054
7055 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7056 function and improved indentation.
7057 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7058 gdb_test_multiple. Added additional tests to skip the test.
7059
7060 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7061
7062 * gdb.arch/i386-avx512.c: Change path in include file.
7063 * gdb.arch/i386-avx512.exp: Change include dir path
7064 compilation flag.
7065 * gdb.arch/i386-mpx.c: Change path in include file.
7066 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7067 flag.
7068
7069 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 * gdb.compile/compile-print.exp (compile print *vararray@3)
7072 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7073
7074 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7075
7076 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7077 (do not keep jit in memory): ... this.
7078 (expect 5): Change it to ...
7079 (expect no 5): ... this.
7080
7081 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7082
7083 PR gdb/15564
7084 * gdb.mi/mi-detach.exp: New file.
7085
7086 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7087
7088 PR symtab/18392
7089 * gdb.arch/amd64-tailcall-self.S: New file.
7090 * gdb.arch/amd64-tailcall-self.c: New file.
7091 * gdb.arch/amd64-tailcall-self.exp: New file.
7092
7093 2015-05-28 Don Breazeal <donb@codesourcery.com>
7094
7095 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7096 tests for remote targets by checking is_target_gdbserver.
7097
7098 2015-05-27 Doug Evans <dje@google.com>
7099
7100 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7101 * gdb.dwarf2/opaque-type-lookup.c: New file.
7102 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7103
7104 2015-05-26 Doug Evans <dje@google.com>
7105
7106 * gdb.cp/iostream.cc: New file.
7107 * gdb.cp/iostream.exp: New file.
7108
7109 2015-05-26 Doug Evans <dje@google.com>
7110
7111 * gdb.dwarf2/dw2-op-call.exp: Update.
7112 * gdb.dwarf2/dw4-sig-types.exp: Update.
7113 * gdb.dwarf2/implptr.exp: Update.
7114 * gdb.mi/mi-cmd-param-changed.exp: Update.
7115
7116 2015-05-26 Doug Evans <dje@google.com>
7117
7118 * gdb.python/py-lazy-string.c: New file.
7119 * gdb.python/py-lazy-string.exp: New file.
7120 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7121 (main): Update. Add estring3.
7122 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7123 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7124
7125 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7126 Yao Qi <yao.qi@linaro.org>
7127
7128 * gdb.reverse/aarch64.c: New.
7129 * gdb.reverse/aarch64.exp: New.
7130
7131 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7132
7133 * lib/gdb.exp (supports_process_record): Return true for
7134 aarch64*-linux*.
7135 (supports_reverse): Likewise.
7136
7137 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7138
7139 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7140 Use with_test_prefix.
7141
7142 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7143
7144 * gdb.base/completion.exp: Add test for completion of layout
7145 names.
7146
7147 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7148
7149 * lib/gdb.exp (skip_tui_tests): New proc.
7150 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7151
7152 2015-05-19 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7155 Save the whole env array instead of just HOME. Unset HISTSIZE in
7156 the environment while testing. Restore whole environment
7157 afterwards.
7158
7159 2015-05-16 Doug Evans <xdje42@gmail.com>
7160
7161 * gdb.guile/scm-ports.c: New file.
7162 * gdb.guile/scm-ports.exp: Add memory port tests.
7163
7164 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 * gdb.compile/compile-print.c: New file.
7167 * gdb.compile/compile-print.exp: New file.
7168
7169 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 * gdb.compile/compile-ops.exp: Cast param to void.
7172 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7173 (compile code struct_object.selffield = &struct_object): Add xfail.
7174
7175 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7176
7177 * gdb.ada/arr_enum_with_gap: New testcase.
7178
7179 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7180
7181 * gdb.ada/byte_packed_arr: New testcase.
7182
7183 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7184
7185 * gdb.ada/pckd_neg: New testcase.
7186
7187 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7188
7189 PR gdb/17820
7190 * gdb.base/gdbinit-history.exp: New test.
7191 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7192 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7193
7194 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7195
7196 * gdb.python/py-xmethods.cc: Enhance test case.
7197 * gdb.python/py-xmethods.exp: New tests.
7198 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7199 function.
7200 (B_indexoper): Likewise.
7201 (global_dm_list) : Add new xmethod worker functions.
7202
7203 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7204
7205 * gdb.base/coredump-filter.exp: Correctly unset
7206 "coredump_var_addr" array.
7207
7208 2015-05-08 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.server/non-existing-program.exp: Unset spawn_id.
7211
7212 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7213
7214 PR python/18291
7215 * gdb.python/py-xmethods.exp: Add tests.
7216
7217 2015-05-08 Yao Qi <yao.qi@linaro.org>
7218
7219 PR gdb/18208
7220 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7221 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7222 function set_coredump_filter, and remove remote_exec call.
7223 Remove argument ipid. Callers update.
7224 (top level): Don't get inferior's PID.
7225
7226 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7227
7228 * gdb.base/watch_thread_num.exp: Skip test on targets without
7229 access watchpoints.
7230
7231 2015-05-06 Pedro Alves <palves@redhat.com>
7232
7233 PR server/18081
7234 * gdb.server/non-existing-program.exp: New file.
7235
7236 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7237
7238 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7239
7240 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7241
7242 * gdb.ada/out_of_line_in_inlined: New testcase.
7243
7244 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7245
7246 * gdb.ada/var_rec_arr: New testcase.
7247
7248 2015-04-30 Yao Qi <yao.qi@linaro.org>
7249
7250 * gdb.base/break-idempotent.exp: If
7251 skip_hw_watchpoint_multi_tests returns true, skip the tests
7252 on "rwatch" and "awatch".
7253
7254 2015-04-30 Yao Qi <yao.qi@linaro.org>
7255
7256 * gdb.base/relativedebug.exp: Invoke gdb command
7257 "info sharedlibrary", and if libc.so doesn't have debug info,
7258 skip the test.
7259
7260 2015-04-29 Doug Evans <dje@google.com>
7261
7262 * gdb.python/py-xmethods.exp: Add ptype tests.
7263 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7264 get_result_type method.
7265
7266 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7267
7268 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7269 the target does not support hardware watchpoints.
7270
7271 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7272
7273 * gdb.base/break-always.exp: Abort testing if writing to memory
7274 causes an error.
7275
7276 2015-04-28 Doug Evans <dje@google.com>
7277
7278 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7279 * gdb.python/py-pp-registration.exp: ... here. New file.
7280 * gdb.python/py-pp-registration.c: New file.
7281 * gdb.python/py-pp-registration.py: New file.
7282
7283 2015-04-28 Doug Evans <dje@google.com>
7284
7285 * gdb.python/py-bad-printers.c: New file.
7286 * gdb.python/py-bad-printers.py: New file.
7287 * gdb.python/py-bad-printers.exp: New file.
7288
7289 2015-04-28 Sasha Smundak <asmundak@google.com>
7290
7291 * gdb.python/py-type.exp: New test.
7292
7293 2015-04-28 Andy Wingo <wingo@igalia.com>
7294
7295 * gdb.python/py-parameter.exp:
7296 * gdb.guile/scm-parameter.exp: Escape the path that we are
7297 matching against, as it might contain characters that are special
7298 to regular expressions.
7299
7300 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7301
7302 * gdb.ada/rec_comp: New testcase.
7303
7304 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7305
7306 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7307 before using it.
7308
7309 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7310
7311 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7312 new tests for verilog output.
7313
7314 2015-04-24 Yao Qi <yao.qi@linaro.org>
7315
7316 * boards/remote-gdbserver-on-localhost.exp: New file.
7317
7318 2015-04-23 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7321 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7322 "end of file", remove $inferior_spawn_id from the indirect list.
7323
7324 2015-04-23 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7327
7328 2015-04-23 Pedro Alves <palves@redhat.com>
7329
7330 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7331 on $any_spawn_id instead of only on $gdb_spawn_id.
7332
7333 2015-04-21 Pierre Muller <muller@sourceware.org>
7334
7335 PR pascal/17815
7336 * lib/pascal.exp (gpc_compile): Add new option "class".
7337 (fpc_compile): Likewise.
7338 * gdb.pascal/case-insensitive-symbols.pas: New file.
7339 * gdb.pascal/case-insensitive-symbols.exp: New file.
7340
7341 2015-04-20 Gary Benson <gbenson@redhat.com>
7342
7343 * gdb.base/attach.exp: Fix three extended remote failures.
7344
7345 2015-04-17 Gary Benson <gbenson@redhat.com>
7346
7347 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7348 the main executable over the remote protocol.
7349
7350 2015-04-16 Pedro Alves <palves@redhat.com>
7351
7352 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7353 a new gdbserver if gdbserver_reconnect_p is set.
7354
7355 2015-04-16 Pedro Alves <palves@redhat.com>
7356
7357 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7358 is set, don't exit gdbserver.
7359
7360 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7361
7362 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7363 appropriate .insn, such that an older assembler can be used.
7364 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7365 the z/Architecture instruction set on 31-bit targets as well.
7366
7367 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7368
7369 * gdb.go/handcall.exp: Remove all logic related to the first
7370 breakpoint and rely on go_runto_main instead.
7371 * gdb.go/strings.exp: Likewise.
7372 * gdb.go/unsafe.exp: Likewise.
7373 * gdb.go/hello.exp: Likewise. Also rename the remaining
7374 breakpoint marker to "breakpoint 1".
7375 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7376 * gdb.go/strings.go: Likewise.
7377 * gdb.go/unsafe.go: Likewise.
7378 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7379 "set breakpoint 2 here" and rename the remaining breakpoint marker
7380 to "breakpoint 1".
7381
7382 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7383
7384 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7385 if itertools.imap is not present.
7386 * gdb.python/py-objfile.exp: Add parentheses.
7387 * gdb.python/py-type.exp: Same.
7388 * gdb.python/py-unwind-maint.py: Same.
7389
7390 2015-04-15 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7393 of ":$ptr_size" and set its form explicitly.
7394
7395 2015-04-15 Pedro Alves <palves@redhat.com>
7396 Yao Qi <yao.qi@linaro.org>
7397
7398 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7399 timeout by factor of 4.
7400 (test_regular_watch): Likewise.
7401 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7402 * gdb.reverse/sigall-reverse.exp: Likewise.
7403 * gdb.reverse/until-precsave.exp: Likewise.
7404 * lib/gdb.exp (with_timeout_factor): New proc.
7405 (gdb_expect): Move some code to ...
7406 (get_largest_timeout): ... here. New procedure.
7407
7408 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7409
7410 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7411
7412 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7413
7414 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7415 to write to the .text section.
7416
7417 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7418
7419 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7420 Handle the case of targets that do not provide PID information.
7421
7422 2015-04-13 Yao Qi <yao.qi@linaro.org>
7423
7424 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7425 and use expect instead of gdb_expect.
7426
7427 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7428
7429 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7430 "coredump_var_addr" to avoid naming conflict with other testcases.
7431
7432 2015-04-10 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7435 gdb_test_sequence and gdb_assert.
7436
7437 2015-04-10 Pedro Alves <palves@redhat.com>
7438
7439 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7440 test messages that don't include the breakpoint address.
7441
7442 2015-04-10 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7445 false for some offset and width combinations which aren't
7446 supported by linux kernel.
7447
7448 2015-04-10 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7451 procedure, factored out from ...
7452 (top level): ... here. Add "set displaced-stepping" testing axis.
7453 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7454 parameter "displaced". Use it.
7455 (top level): Use foreach and add "set displaced-stepping" testing
7456 axis.
7457
7458 2015-04-10 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7461 Remove comment.
7462 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7463 both the address of the instruction that triggers the watchpoint
7464 and the address of the instruction immediately after, and use
7465 those addresses for the test. Fix comment.
7466
7467 2015-04-10 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.base/sigstep.exp (breakpoint_to_handler)
7470 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7471 Test "backtrace" in handler.
7472 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7473 (top level): Add new "displaced" test axis to
7474 breakpoint_to_handler, breakpoint_to_handler_entry and
7475 breakpoint_over_handler.
7476
7477 2015-04-10 Pedro Alves <palves@redhat.com>
7478
7479 PR gdb/18216
7480 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7481
7482 2015-04-10 Yao Qi <yao.qi@linaro.org>
7483
7484 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7485 (test_add_rn_pc): New function.
7486 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7487 (top level): Invoke test_add_rn_pc.
7488
7489 2015-04-10 Pedro Alves <palves@redhat.com>
7490
7491 PR gdb/13858
7492 * gdb.base/step-over-no-symbols.exp: New file.
7493
7494 2015-04-09 Andy Wingo <wingo@igalia.com>
7495
7496 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7497 after the Python tests.
7498
7499 2015-04-08 Keith Seitz <keiths@redhat.com>
7500
7501 PR python/16699
7502 * gdb.python/py-completion.exp: New tests for completion.
7503 * gdb.python/py-completion.py (CompleteLimit1): New class.
7504 (CompleteLimit2): Likewise.
7505 (CompleteLimit3): Likewise.
7506 (CompleteLimit4): Likewise.
7507 (CompleteLimit5): Likewise.
7508 (CompleteLimit6): Likewise.
7509 (CompleteLimit7): Likewise.
7510
7511 2015-04-08 Pedro Alves <palves@redhat.com>
7512
7513 PR gdb/18214
7514 PR gdb/18216
7515 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7516 function.
7517 (main): Install it as SIGUSR1 handler.
7518 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7519 parameter. Always use "setup" as prefix. Toggle "set
7520 displaced-stepping" off/on depending on global. Don't switch to
7521 thread 1 here.
7522 (top level): Add displaced stepping "off/on" test axis. Update
7523 "setup" calls. Wrap each subtest with with_test_prefix. Test
7524 continuing with a queued signal in each thread.
7525
7526 2015-04-08 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7529 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7530 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7531 Return early if running to main fails.
7532 * gdb.trace/while-stepping.exp: Likewise.
7533
7534 2015-04-07 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7537 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7538 interact with inferior program.
7539
7540 2015-04-07 Pedro Alves <palves@redhat.com>
7541
7542 * lib/gdb.exp (inferior_spawn_id): New global.
7543 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7544 spawn id after processing the user code.
7545 (default_gdb_start): Set inferior_spawn_id.
7546 (send_inferior): New procedure.
7547 * lib/gdbserver-support.exp (gdbserver_start): Set
7548 inferior_spawn_id.
7549 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7550
7551 2015-04-07 Pedro Alves <palves@redhat.com>
7552
7553 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7554 * lib/gdbserver-support.exp (gdbserver_start): Make
7555 $server_spawn_id global.
7556 (gdbserver_start): Don't wait for gdbserver's spawn id with
7557 expect_background.
7558 (close_gdbserver): New procedure.
7559 (gdb_exit): Rename the default version and reimplement.
7560
7561 2015-04-07 Pedro Alves <palves@redhat.com>
7562
7563 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7564 append the substituted item, not the original item.
7565
7566 2015-04-07 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7569 gdb_expect.
7570
7571 2015-04-07 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7574 output appearing once only.
7575
7576 2015-04-07 Pedro Alves <palves@redhat.com>
7577
7578 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7579 that doesn't expect anything. Return early if running to main
7580 fails.
7581
7582 2015-04-07 Yao Qi <yao.qi@linaro.org>
7583
7584 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7585 (child_function): Call alarm.
7586 (main): Move call to alarm into the loop.
7587 * gdb.threads/non-stop-fair-events.exp: Build program with
7588 -DTIMEOUT=$timeout.
7589
7590 2015-04-06 Doug Evans <xdje42@gmail.com>
7591
7592 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7593 Fix dest parameter to board_info.
7594 (fpc_compile): Ditto.
7595 (gdb_compile_pascal): Rename dest arg to destfile.
7596
7597 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7598
7599 * gdb.ada/funcall_ref.exp: New file.
7600 * gdb.ada/funcall_ref/foo.adb: New file.
7601
7602 2015-04-02 Yao Qi <yao.qi@linaro.org>
7603
7604 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7605 is remote.
7606
7607 2015-04-02 Gary Benson <gbenson@redhat.com>
7608
7609 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7610
7611 2015-04-01 Sasha Smundak <asmundak@google.com>
7612
7613 * gdb.python/py-unwind-maint.c: New file.
7614 * gdb.python/py-unwind-maint.exp: New test.
7615 * gdb.python/py-unwind-maint.py: New file.
7616 * gdb.python/py-unwind.c: New file.
7617 * gdb.python/py-unwind.exp: New test.
7618 * gdb.python/py-unwind.py: New test.
7619
7620 2015-04-01 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7623 to fail instead of non-existent $test.
7624
7625 2015-04-01 Pedro Alves <palves@redhat.com>
7626
7627 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7628 GDBFLAGS if not empty.
7629
7630 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7631
7632 * gdb.ada/complete.exp: Remove "multi_line".
7633 * gdb.ada/info_exc.exp: Remove "multi_line".
7634 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7635 * gdb.ada/ptype_field.exp: Remove "multi_line".
7636 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7637 * gdb.ada/tagged.exp: Remove "multi_line".
7638 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7639 [multi_line ...]
7640 * gdb.btrace/delta.exp: Likewise.
7641 * gdb.btrace/exception.exp: Likewise.
7642 * gdb.btrace/function_call_history.exp: Likewise.
7643 * gdb.btrace/instruction_history.exp: Likewise.
7644 * gdb.btrace/nohist.exp: Likewise.
7645 * gdb.btrace/record_goto.exp: Likewise.
7646 * gdb.btrace/segv.exp: Likewise.
7647 * gdb.btrace/stepi.exp: Likewise.
7648 * gdb.btrace/tailcall.exp: Likewise.
7649 * gdb.btrace/unknown_functions.exp: Likewise.
7650 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7651 * lib/gdb.exp: Add the "multi_line" helper.
7652
7653 2015-04-01 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.threads/tid-reuse.c: New file.
7656 * gdb.threads/tid-reuse.exp: New file.
7657
7658 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7659
7660 PR corefiles/16092
7661 * gdb.base/coredump-filter.c: New file.
7662 * gdb.base/coredump-filter.exp: Likewise.
7663
7664 2015-03-27 Petr Machata <pmachata@redhat.com>
7665
7666 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7667 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7668 (Dwarf::assemble): Initialize them.
7669 (Dwarf::lines): New function.
7670
7671 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7672
7673 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7674 SYMBOL_PREFIX for x86_64-*-cygwin.
7675
7676 2015-03-26 Andy Wingo <wingo@igalia.com>
7677
7678 PR symtab/18148
7679 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7680 const_value but not a location.
7681 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7682 location defined in non-main CUs are visible.
7683
7684 2015-03-26 Yao Qi <yao.qi@linaro.org>
7685
7686 PR testsuite/18139
7687 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7688 Add a line number entry for the same line.
7689 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7690 Add a line number entry for the same line.
7691
7692 2015-03-26 Yao Qi <yao.qi@linaro.org>
7693
7694 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7695 .int 0.
7696 (func): Likewise. Add .Lfunc_1 label.
7697 Use .Lfunc_1 label.
7698 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7699 .int 0.
7700 (func): Likewise.
7701 Use .Lfunc_1 label.
7702
7703 2015-03-26 Yao Qi <yao.qi@linaro.org>
7704
7705 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7706 Call gdb_compile instead to compile each .s files without debug
7707 information.
7708
7709 2015-03-26 Yao Qi <yao.qi@linaro.org>
7710
7711 * gdb.base/savedregs.exp (process_saved_regs): Make
7712 "Saved registers:" optional in the pattern.
7713
7714 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7715
7716 * gdb.btrace/next.exp: Merged into step.exp.
7717 * gdb.btrace/finish.exp: Merged into step.exp.
7718 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7719 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7720 "record goto" and checking the exact replay position.
7721 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7722 check for "Recording format" in "info record" output.
7723 * gdb.btrace/record_goto.exp: Choose test file based on target.
7724 * gdb.btrace/x86-record_goto.S: Renamed into ...
7725 * gdb.btrace/x86_64-record_goto.S: ... this.
7726 * gdb.btrace/i686-record_goto.S: New.
7727 * gdb.btrace/x86-tailcall.S: Renamed into ...
7728 * gdb.btrace/x86_64-tailcall.S: ... this.
7729 * gdb.btrace/i686-tailcall.S: New.
7730 * gdb.btrace/x86-tailcall.c: Renamed into ...
7731 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7732 separate statements. Update test.
7733 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7734 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7735 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7736 * gdb.btrace/tailcall.exp: Choose test file based on target.
7737 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7738
7739 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7740
7741 * gdb.btrace/exception.exp: Increase BTS buffer size.
7742
7743 2015-03-24 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7746
7747 2015-03-24 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.threads/schedlock.exp (test_step): No longer expect that
7750 "set scheduler-locking step" with "next" over a function call runs
7751 threads unlocked.
7752
7753 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7754
7755 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7756
7757 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7758
7759 PR breakpoints/16466
7760 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7761 * gdb.mi/mi-pending.c (thread_func): New function.
7762 (int main): Add threading support required.
7763 * gdb.mi/mi-pending.exp: Add tests for this issue.
7764 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7765 (pendfunc2): Remove stdio dependency.
7766 * gdb.mi/mi-pendshr2.c: New file.
7767
7768 2015-03-23 Keith Seitz <keiths@redhat.com>
7769
7770 * gdb.linespec/keywords.c: New file.
7771 * gdb.linespec/keywords.exp: New file.
7772
7773 2015-03-23 Keith Seitz <keiths@redhat.com>
7774
7775 PR gdb/18021
7776 * gdb.dwarf2/staticvirtual.exp: New test.
7777
7778 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7779
7780 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7781 * README: Remove HP-UX and gdb.hp.
7782 (configuration):
7783 * configure: Regenerate.
7784 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7785 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7786 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7787 gdb.hp/gdb.defects/Makefile.
7788 * gdb.hp/Makefile.in: File deleted.
7789 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7790 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7791 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7792 * gdb.hp/gdb.aCC/run.c: File deleted.
7793 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7794 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7795 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7796 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7797 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7798 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7799 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7800 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7801 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7802 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7803 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7804 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7805 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7806 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7807 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7808 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7809 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7810 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7811 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7812 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7813 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7814 * gdb.hp/gdb.compat/average.c: File deleted.
7815 * gdb.hp/gdb.compat/sum.c: File deleted.
7816 * gdb.hp/gdb.compat/xdb.c: File deleted.
7817 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7818 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7819 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7820 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7821 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7822 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7823 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7824 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7825 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7826 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7827 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7828 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7829 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7830 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7831 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7832 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7833 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7834 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7835 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7836 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7837 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7838 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7839 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7840 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7841 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7842 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7843 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7844 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7845 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7846 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7847 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7848 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7849 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7850 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7851 * gdb.hp/tools/odump: File deleted.
7852
7853 2015-03-19 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7856 (saw_thread_3): New globals.
7857 (top level): Increment them when an event for the corresponding
7858 thread is seen.
7859 (no thread starvation): New test.
7860
7861 2015-03-19 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.threads/continue-pending-status.c: New file.
7864 * gdb.threads/continue-pending-status.exp: New file.
7865
7866 2015-03-18 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7869 Use gdb_is_target_remote instead of is_remote. Use
7870 gdb_test_multiple instead of gdb_expect. Exit early if
7871 gdb_test_multiple hits its internal matches. Tighten stepi tests
7872 expected output. Fail on exit with any signal, instead of just
7873 SIGILL.
7874
7875 2015-03-18 Yao Qi <yao.qi@linaro.org>
7876
7877 PR tdep/18107
7878 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7879 variable.
7880 * gdb.base/catch-syscall.exp: Don't skip it on
7881 aarch64*-*-linux* target. Remove elements in all_syscalls.
7882 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7883 target.
7884 (setup_all_syscalls): New proc.
7885
7886 2015-03-16 Yao Qi <yao.qi@linaro.org>
7887
7888 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7889 (top level): Skip tests if valid_addr_p returns false for
7890 $cmd1 or $cmd2.
7891
7892 2015-03-11 Andy Wingo <wingo@igalia.com>
7893
7894 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7895
7896 2015-03-11 Yao Qi <yao.qi@linaro.org>
7897
7898 * gdb.base/catch-syscall.exp: Fix typo in comments.
7899
7900 2015-03-11 Yao Qi <yao.qi@linaro.org>
7901
7902 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7903
7904 2015-03-09 Pedro Alves <palves@redhat.com>
7905
7906 * dg-extract-results.py: Delete.
7907
7908 2015-03-09 Pedro Alves <palves@redhat.com>
7909
7910 Merge dg-extract-results.sh from GCC upstream (r218843).
7911
7912 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7913 * dg-extract-results.sh: Use --text with grep to avoid issues with
7914 binary files. Fall back to cat -v, if that doesn't work.
7915
7916 2015-03-05 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7919
7920 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7921
7922 * lib/mi-support.exp (mi_expect_interrupt): Accept
7923 alternative event for when in all-stop mode.
7924
7925 2015-03-04 Pedro Alves <palves@redhat.com>
7926
7927 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7928
7929 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7930
7931 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7932
7933 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7934
7935 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7936 regexps for GDB's current line display, accept a hex address
7937 preceding the line number.
7938
7939 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7940
7941 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7942 the 'arch1' variable for "s390*-linux*" targets.
7943
7944 2015-03-04 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7947 (main): Pass missing retval argument to pthread_join call.
7948
7949 2015-03-02 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7952 (top level): Call do_test with non-stop as well.
7953
7954 2015-03-02 Pedro Alves <palves@redhat.com>
7955
7956 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7957 -1.
7958
7959 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7960
7961 * gdb.arch/s390-vregs.exp: New test.
7962 * gdb.arch/s390-vregs.S: New file.
7963
7964 2015-02-27 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7967 call to catch_command_errors.
7968 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7969 catch_command_errors.
7970
7971 2015-02-27 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7974 "true" for boolean result.
7975 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7976 prototype of main.
7977
7978 2015-02-27 Pedro Alves <palves@redhat.com>
7979
7980 * lib/unbuffer_output.c: New file.
7981 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7982 (main): Call gdb_unbuffer_output.
7983
7984 2015-02-27 Yao Qi <yao.qi@linaro.org>
7985
7986 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7987 target.
7988
7989 2015-02-26 Doug Evans <dje@google.com>
7990
7991 * gdb.cp/class2.cc (Dbase, D): New classes.
7992 (main): New local delta.
7993 * gdb.cp/class2.exp: Test printing delta.
7994 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7995 (dynbar): New global.
7996 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7997
7998 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7999
8000 * gdb.compile/compile-ifunc.c: New file.
8001 * gdb.compile/compile-ifunc.exp: New file.
8002
8003 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8004
8005 * gdb.base/structs.exp: Check for correct struct on finish.
8006
8007 2015-02-26 Yao Qi <yao.qi@linaro.org>
8008
8009 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8010 is zero.
8011
8012 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * gdb.arch/cordic.ko.bz2: New file.
8015 * gdb.arch/cordic.ko.debug.bz2: New file.
8016 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8017
8018 2015-02-25 Yao Qi <yao.qi@linaro.org>
8019
8020 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8021 aarch64*-*-* target.
8022
8023 2015-02-23 Pedro Alves <palves@redhat.com>
8024
8025 * lib/gdb.exp (delete_breakpoints): Rewrite using
8026 gdb_test_multiple.
8027
8028 2015-02-23 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.base/info-os.c: Include stdlib.h.
8031
8032 2015-02-22 Doug Evans <xdje42@gmail.com>
8033
8034 PR symtab/17855
8035 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8036 is read after symbols have been re-read.
8037 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8038 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8039
8040 2015-02-21 Doug Evans <dje@google.com>
8041
8042 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8043
8044 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8045
8046 PR corefiles/17808
8047 * gdb.arch/i386-biarch-core.core.bz2: New file.
8048 * gdb.arch/i386-biarch-core.exp: New file.
8049
8050 2015-02-21 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8053 runto_main fails.
8054
8055 2015-02-20 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8058 info probes.
8059
8060 2015-02-20 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8063
8064 2015-02-20 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8067 clean_restart before gdb_target_supports_trace.
8068
8069 2015-02-20 Pedro Alves <palves@redhat.com>
8070
8071 PR threads/18006
8072 * gdb.threads/clone-thread_db.c: New file.
8073 * gdb.threads/clone-thread_db.exp: New file.
8074
8075 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8076
8077 PR breakpoints/16812
8078 * gdb.base/catch-gdb-caused-signals.c: New file.
8079 * gdb.base/catch-gdb-caused-signals.exp: New file.
8080
8081 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8082
8083 * configure: Regenerated.
8084 * configure.ac: Use GDB_AC_TRANSFORM.
8085 * aclocal.m4: sinclude ../transform.m4.
8086
8087 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8088
8089 * lib/dtrace.exp: New file.
8090 * gdb.base/dtrace-probe.exp: Likewise.
8091 * gdb.base/dtrace-probe.d: Likewise.
8092 * gdb.base/dtrace-probe.c: Likewise.
8093 * lib/pdtrace.in: Likewise.
8094 * configure.ac: Output variables with the transformed names of
8095 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8096 * configure: Regenerated.
8097
8098 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8099
8100 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8101 expected message when trying to access $_probe_* convenience
8102 variables while not on a probe.
8103
8104 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8107
8108 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8109
8110 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8111 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8112
8113 2015-02-10 Doug Evans <xdje42@gmail.com>
8114
8115 * lib/gdb.exp (gdb_load): Always return a result.
8116
8117 2015-02-10 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.threads/signal-sigtrap.c: New file.
8120 * gdb.threads/signal-sigtrap.exp: New file.
8121
8122 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8123
8124 * gdb.trace/no-attach-trace.c: New file.
8125 * gdb.trace/no-attach-trace.exp: New file.
8126
8127 2015-02-09 Mark Wielaard <mjw@redhat.com>
8128
8129 * gdb.dwarf2/atomic.c: New file.
8130 * gdb.dwarf2/atomic-type.exp: Likewise.
8131
8132 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8133
8134 * gdb.btrace/buffer-size.exp: Update "info record" output.
8135 * gdb.btrace/delta.exp: Update "info record" output.
8136 * gdb.btrace/enable.exp: Update "info record" output.
8137 * gdb.btrace/finish.exp: Update "info record" output.
8138 * gdb.btrace/instruction_history.exp: Update "info record" output.
8139 * gdb.btrace/next.exp: Update "info record" output.
8140 * gdb.btrace/nexti.exp: Update "info record" output.
8141 * gdb.btrace/step.exp: Update "info record" output.
8142 * gdb.btrace/stepi.exp: Update "info record" output.
8143 * gdb.btrace/nohist.exp: Update "info record" output.
8144
8145 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8146
8147 * gdb.btrace/buffer-size: New.
8148
8149 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8150
8151 * gdb.btrace/delta.exp: Update "info record" output.
8152 * gdb.btrace/enable.exp: Update "info record" output.
8153 * gdb.btrace/finish.exp: Update "info record" output.
8154 * gdb.btrace/instruction_history.exp: Update "info record" output.
8155 * gdb.btrace/next.exp: Update "info record" output.
8156 * gdb.btrace/nexti.exp: Update "info record" output.
8157 * gdb.btrace/step.exp: Update "info record" output.
8158 * gdb.btrace/stepi.exp: Update "info record" output.
8159 * gdb.btrace/nohist.exp: Update "info record" output.
8160
8161 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8162
8163 PR gdb/15678
8164 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8165
8166 2015-02-06 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8169 macro.
8170 (seconds_left, again): New globals.
8171 (main): Wait seconds_left in a 1-second sleep loop instead of
8172 sleeping 180 seconds. If 'again' is set, reset the seconds
8173 counter.
8174 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8175 'again' in the inferior before detaching. Print the seconds left.
8176 (options): New global.
8177 (top level): Build program with -DTIMEOUT=$timeout.
8178
8179 2015-02-06 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8182 determine how many seconds to pass to 'alarm'.
8183 * gdb.base/gdb-sigterm.exp (top level): Build program with
8184 -DTIMEOUT=$timeout.
8185 (do_test): Return success/failure indication. Add more verbose
8186 logging. Don't fail if 200 single steps are seen. Instead, fail
8187 when the test times out.
8188 (passes): New global.
8189 (top level): Break the testing loop if testing fails on any
8190 iteration. Use gdb_assert.
8191
8192 2015-02-04 Don Breazeal <donb@codesourcery.com>
8193
8194 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8195 and initialize them.
8196 (ipc_cleanup): New function.
8197 (main): Don't declare shmid, semid, and msqid. Add a call to
8198 atexit so that we call ipc_cleanup on exit.
8199
8200 2015-02-04 Pedro Alves <palves@redhat.com>
8201
8202 * boards/native-extended-gdbserver.exp: Remove any target variant
8203 specifications from the board name before clearing the isremote
8204 flag from board_info.
8205
8206 2015-01-31 Doug Evans <xdje42@gmail.com>
8207
8208 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8209
8210 2015-01-31 Gary Benson <gbenson@redhat.com>
8211
8212 * gdb.base/completion.exp: Disable completion limiting for
8213 existing tests. Add new tests to check completion limiting.
8214 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8215
8216 2015-01-31 Doug Evans <xdje42@gmail.com>
8217
8218 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8219
8220 2015-01-31 Doug Evans <xdje42@gmail.com>
8221
8222 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8223 entries. Duplicate file section script entries.
8224 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8225 inlined entries. Add test for safe-path rejection.
8226 * gdb.python/py-section-script.c: Add duplicate inlined section script
8227 entries. Duplicate file section script entries.
8228 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8229 inlined entries. Add test for safe-path rejection.
8230
8231 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.ada/disc_arr_bound: New testcase.
8234
8235 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8236
8237 * gdb.ada/mi_var_array: New testcase.
8238
8239 2015-01-27 Doug Evans <dje@google.com>
8240
8241 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8242 Add test for objfile.filename, objfile.username after objfile
8243 has been unloaded.
8244
8245 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8246
8247 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8248 the second test to print the name attribute of value
8249 returned by the call to gdb.lookup_type, and adjust
8250 the expected output accordingly.
8251
8252 2015-01-25 Mark Wielaard <mjw@redhat.com>
8253
8254 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8255 * gdb.base/disp-step-fork.c: Include unistd.h.
8256 * gdb.base/siginfo-obj.c: Include stdio.h.
8257 * gdb.base/siginfo-thread.c: Likewise.
8258 * gdb.mi/non-stop.c: Include unistd.h.
8259 * gdb.mi/nsthrexec.c: Include stdio.h.
8260 * gdb.mi/pthreads.c: Include unistd.h.
8261 * gdb.modula2/unbounded1.c (main): Declare returns int.
8262 * gdb.reverse/consecutive-reverse.c: Likewise.
8263 * gdb.threads/create-fail.c: Include unistd.h.
8264 * gdb.threads/killed.c: Likewise.
8265 * gdb.threads/linux-dp.c: Likewise.
8266 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8267 * gdb.threads/non-ldr-exc-2.c: Likewise.
8268 * gdb.threads/non-ldr-exc-3.c: Likewise.
8269 * gdb.threads/non-ldr-exc-4.c: Likewise.
8270 * gdb.threads/pthreads.c: Include unistd.h.
8271 (main): Declare returns int.
8272 * gdb.threads/tls-main.c (foo): New declaration.
8273 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8274
8275 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8276
8277 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8278 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8279
8280 2015-01-15 Mark Wielaard <mjw@redhat.com>
8281
8282 * gdb.base/noreturn-return.c: New file.
8283 * gdb.base/noreturn-return.exp: New file.
8284 * gdb.base/noreturn-finish.c: New file.
8285 * gdb.base/noreturn-finish.exp: New file.
8286
8287 2015-01-23 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.threads/continue-pending-after-query.c: New file.
8290 * gdb.threads/continue-pending-after-query.exp: New file.
8291
8292 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8293 Simon Marchi <simon.marchi@ericsson.com>
8294
8295 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8296 * gdb.base/valgrind-db-attach.exp: Same.
8297 * gdb.base/valgrind-infcall.exp: Same.
8298 * lib/mi-support.exp (default_mi_gdb_start): Same.
8299 * lib/prompt.exp (default_prompt_gdb_start): Same.
8300 * lib/gdb.exp (default_gdb_spawn): Same.
8301 (gdb_interact): New.
8302
8303
8304 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8305
8306 * gdb.compile/compile.exp (pointer to jit function): New test.
8307
8308 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8309
8310 * lib/gdb.exp (supports_process_record): Return true for
8311 powerpc*-*-linux*.
8312 (supports_reverse): Likewise.
8313
8314 2015-01-15 Don Breazeal <donb@codesourcery.com>
8315
8316 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8317 instead of checking whether the target board is remote and
8318 use spawn_wait_for_attach instead of exec/sleep.
8319 * gdb.base/attach-twice.exp: Likewise.
8320
8321 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8322
8323 * gdb.ada/var_arr_attrs: New testcase.
8324
8325 2015-01-14 Pedro Alves <palves@redhat.com>
8326 Joel Brobecker <brobecker@adacore.com>
8327
8328 PR gdb/17525
8329 * gdb.base/bp-cmds-execution-x-script.c: New file.
8330 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8331 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8332
8333 2015-01-14 Pedro Alves <palves@redhat.com>
8334
8335 PR cli/17828
8336 * gdb.base/batch-preserve-term-settings.c: New file.
8337 * gdb.base/batch-preserve-term-settings.exp: New file.
8338
8339 2015-01-13 Doug Evans <dje@google.com>
8340
8341 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8342 binary.
8343
8344 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8345
8346 * Makefile.in (clean mostlyclean): Do not delete *.py.
8347
8348 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8349
8350 * gdb.python/py-lookup-type.exp: New file.
8351
8352 2015-01-12 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8355 restore GDBFLAGS before returning.
8356
8357 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8358
8359 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8360 is_amd64_regs_target and is_x86_like_target.
8361
8362 2015-01-11 Doug Evans <xdje42@gmail.com>
8363
8364 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8365 is given without an explicit form.
8366 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8367 attributes.
8368 * gdb.dwarf/corrupt.exp: Ditto.
8369 * gdb.dwarf2/enum-type.exp: Ditto.
8370 * gdb.trace/entry-values.exp: Ditto.
8371 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8372
8373 2015-01-11 Doug Evans <xdje42@gmail.com>
8374
8375 PR gdb/15830
8376 * gdb.base/maint.exp: Remove references to "maint demangle".
8377 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8378 Add tests for explicitly specifying language to demangle.
8379 * gdb.dlang/demangle.exp: Ditto.
8380
8381 2015-01-09 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.threads/non-stop-fair-events.c: New file.
8384 * gdb.threads/non-stop-fair-events.exp: New file.
8385
8386 2015-01-09 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8389 the global scope. Set a breakpoint after all threads are started
8390 rather than stepping over two source lines. Expect the prompt.
8391 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8392 global.
8393 (NUM): Now 15.
8394 (main): Use threads_started_barrier to wait for all threads to
8395 start. Main thread no longer calls thread_function. Exit after
8396 180 seconds.
8397 (loop): New function.
8398 (thread_function): Wait on threads_started_barrier barrier. Call
8399 'loop' at each iteration.
8400 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8401 threads have started, instead of hardcoding number of "next"
8402 steps. Use an access watchpoint instead of a write watchpoint.
8403
8404 2015-01-09 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8407 (thread_func): Wait on barrier.
8408 (main): Wait for all threads to start before stopping GDB.
8409 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8410 global.
8411 (thread1_func, thread2_func): Wait on barrier.
8412 (main): Wait for all threads to start before stopping GDB.
8413 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8414 New global.
8415 (thread1_func, thread2_func): Wait on barrier.
8416 (main): Wait for all threads to start before stopping GDB.
8417
8418 2015-01-09 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.threads/attach-many-short-lived-threads.c: New file.
8421 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8422
8423 2014-01-09 Pedro Alves <palves@redhat.com>
8424
8425 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8426 instead of to thread 2.
8427 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8428 Add barrier around each pthread_create call instead of around all
8429 calls.
8430 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8431 Set a break on thread_function and have the child threads hit it
8432 one at at a time.
8433
8434 2015-01-09 Pedro Alves <palves@redhat.com>
8435
8436 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8437 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8438 false.
8439 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8440 checking whether the target board is remote.
8441 * gdb.multi/multi-attach.exp: Likewise.
8442 * gdb.python/py-sync-interp.exp: Likewise.
8443 * gdb.server/ext-attach.exp: Likewise.
8444 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8445 tests that need to attach, instead of checking whether the target
8446 board is remote at the top of the file.
8447
8448 2015-01-08 Yao Qi <yao@codesourcery.com>
8449
8450 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8451
8452 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8453
8454 Fix testcase compilation.
8455 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8456
8457 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8458
8459 * gdb.python/py-type.exp: Add a couple test about empty
8460 array creation, and negative-length array creation.
8461
8462 2015-01-02 Doug Evans <xdje42@gmail.com>
8463
8464 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8465
8466 2015-01-02 Doug Evans <dje@google.com>
8467
8468 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8469
8470 2014-12-29 Yao Qi <yao@codesourcery.com>
8471
8472 * gdb.trace/entry-values.exp: Update comments. Rename variable
8473 bar_call_foo to returned_from_foo.
8474
8475 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8476
8477 PR gdb/17394
8478 * gdb.linespec/break-asm-file.c: New file.
8479 * gdb.linespec/break-asm-file.exp: New file.
8480 * gdb.linespec/break-asm-file0.s: New file.
8481 * gdb.linespec/break-asm-file1.s: New file.
8482
8483 2014-12-18 Nigel Stephens <nigel@mips.com>
8484 Maciej W. Rozycki <macro@codesourcery.com>
8485
8486 * gdb.base/float.exp: Handle the new output from "info float" on
8487 MIPS targets.
8488
8489 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8490
8491 Fix MinGW compilation.
8492 * gdb.compile/compile-ops.exp: Update untested message if
8493 !skip_compile_feature_tests.
8494 * gdb.compile/compile-setjmp.exp: Likewise.
8495 * gdb.compile/compile-tls.exp: Likewise.
8496 * gdb.compile/compile.exp: Likewise.
8497 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8498 supported on this host".
8499
8500 2014-12-16 Doug Evans <xdje42@gmail.com>
8501
8502 * boards/stabs.exp: New file.
8503
8504 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8505
8506 * gdb.base/completion.exp: Adjust to format changes of "maint
8507 print user-registers".
8508
8509 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8510
8511 PR server/17457
8512 * gdb.arch/aarch64-fp.c: New file.
8513 * gdb.arch/aarch64-fp.exp: New file.
8514
8515 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8518 r210637, r210913, r211666, r215400, r215817).
8519
8520 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8521 * dg-extract-results.py: New file.
8522 * dg-extract-results.sh: Use it if the environment seems
8523 suitable.
8524
8525 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8526
8527 * dg-extract-results.py (parse_run): Handle warnings that
8528 are printed before a test harness is run.
8529
8530 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8531
8532 * dg-extract-results.py (Named): Remove __cmp__ method.
8533 (output_variation): Use a key to sort variation.harnesses.
8534
8535 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8536
8537 * dg-extract-results.py: For Python 3, force sys.stdout to
8538 handle surrogate escape sequences.
8539 (safe_open): New function.
8540 (output_segment, main): Use it.
8541
8542 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8543
8544 * dg-extract-results.py (Prog.result_re): Include options
8545 in test name.
8546
8547 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8548
8549 * dg-extract-results.py (output_variation): Always sort if
8550 do_sum.
8551
8552 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8553
8554 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8555 as long as we get pagination notifications.
8556
8557 2014-12-15 Jason Merrill <jason@redhat.com>
8558
8559 * Makefile.in (check-gdb.%): Restore.
8560 * README: Mention it.
8561
8562 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8563
8564 * gdb.ada/str_uninit: New testcase.
8565
8566 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8567
8568 PR symtab/17642
8569 * gdb.base/vla-stub-define.c: New file.
8570 * gdb.base/vla-stub.c: New file.
8571 * gdb.base/vla-stub.exp: New file.
8572
8573 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8574 Jan Kratochvil <jan.kratochvil@redhat.com>
8575 Tom Tromey <tromey@redhat.com>
8576
8577 * configure.ac: Add gdb.compile/.
8578 * configure: Regenerate.
8579 * gdb.compile/Makefile.in: New file.
8580 * gdb.compile/compile-ops.exp: New file.
8581 * gdb.compile/compile-ops.c: New file.
8582 * gdb.compile/compile-tls.c: New file.
8583 * gdb.compile/compile-tls.exp: New file.
8584 * gdb.compile/compile-constvar.S: New file.
8585 * gdb.compile/compile-constvar.c: New file.
8586 * gdb.compile/compile-mod.c: New file.
8587 * gdb.compile/compile-nodebug.c: New file.
8588 * gdb.compile/compile-setjmp-mod.c: New file.
8589 * gdb.compile/compile-setjmp.c: New file.
8590 * gdb.compile/compile-setjmp.exp: New file.
8591 * gdb.compile/compile-shlib.c: New file.
8592 * gdb.compile/compile.c: New file.
8593 * gdb.compile/compile.exp: New file.
8594 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8595
8596 2014-12-12 Tom Tromey <tromey@redhat.com>
8597
8598 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8599 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8600
8601 2014-12-12 Doug Evans <dje@google.com>
8602
8603 * lib/gdb-python.exp (get_python_valueof): New function.
8604 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8605
8606 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8607
8608 * gdb.base/completion.exp: Add test for completion of "info
8609 registers ".
8610
8611 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8612
8613 * gdb.base/func-ptrs.c: New file.
8614 * gdb.base/func-ptrs.exp: New file.
8615
8616 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8617
8618 PR breakpoints/17012
8619 * gdb.base/dprintf-detach.c: New file.
8620 * gdb.base/dprintf-detach.exp: New file.
8621
8622 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8623
8624 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8625 * lib/gdb.exp (target_is_gdbserver): New procedure.
8626
8627 2014-12-08 Doug Evans <dje@google.com>
8628
8629 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8630
8631 2014-12-05 Yao Qi <yao@codesourcery.com>
8632
8633 * gdb.guile/scm-error.exp: Remove the third argument to
8634 gdb_remote_download.
8635 * gdb.guile/scm-frame-args.exp: Likewise.
8636 * gdb.guile/scm-section-script.exp: Likewise.
8637
8638 2014-12-05 Yao Qi <yao@codesourcery.com>
8639
8640 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8641
8642 2014-12-04 Doug Evans <dje@google.com>
8643
8644 * gdb.python/py-objfile.exp: Add tests for
8645 objfile.add_separate_debug_file.
8646
8647 2014-12-04 Doug Evans <dje@google.com>
8648
8649 * lib/gdb.exp (get_build_id): New function.
8650 (build_id_debug_filename_get): Rewrite to use it.
8651 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8652
8653 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8654
8655 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8656 `method(long)', not just 0x0.
8657 * gdb.cp/nsalias.exp: Align code labels to 4.
8658 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8659 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8660 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8661 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8662 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8663 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8664
8665 2014-12-02 Doug Evans <dje@google.com>
8666
8667 PR symtab/17602
8668 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8669 * gdb.cp/anon-ns2.cc: ... here. New file.
8670 * gdb.cp/anon-ns.exp: Update.
8671
8672 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8673
8674 * gdb.python/py-events.py (inferior_call_handler): New.
8675 (register_changed_handler, memory_changed_handler): New.
8676 (test_events.invoke): Register new handlers.
8677 * gdb.python/py-events.exp: Add tests for inferior call,
8678 memory_changed and register_changed events.
8679
8680 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8681
8682 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8683 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8684 if the linker doesn't understand this.
8685
8686 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8687
8688 * gdb.python/python.exp: Change expected reply to help().
8689
8690 2014-12-01 Yao Qi <yao@codesourcery.com>
8691
8692 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8693 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8694 * configure: Re-generated.
8695
8696 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8697
8698 * gdb.cp/chained-calls.cc: New file.
8699 * gdb.cp/chained-calls.exp: New file.
8700 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8701
8702 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8705 * gdb.dwarf2/symtab-producer.exp: Same.
8706 * gdb.gdb/python-interrupts.exp: Same.
8707 * gdb.gdb/python-selftest.exp: Same.
8708 * gdb.python/py-linetable.exp: Same.
8709 * gdb.python/py-type.exp: Same.
8710 * gdb.python/py-value-cc.exp: Same.
8711 * gdb.python/py-value.exp: Same.
8712
8713 2014-11-28 Yao Qi <yao@codesourcery.com>
8714
8715 * gdb.base/break-probes.exp: Match library name prefixed with
8716 sysroot.
8717
8718 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8719
8720 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8721 test expected output. Add parentheses for the call to print.
8722 Remove L suffix from integers.
8723
8724 2014-11-26 Doug Evans <dje@google.com>
8725
8726 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8727
8728 2014-11-22 Yao Qi <yao@codesourcery.com>
8729
8730 * gdb.trace/entry-values.c: Remove asms.
8731 (foo): Add foo_label.
8732 (bar): Add bar_label.
8733 * gdb.trace/entry-values.exp: Remove code computing foo's
8734 length and bar's length.
8735 (Dwarf::assemble): Invoke function_range for bar and use
8736 MACRO_AT_func for foo.
8737
8738 2014-11-22 Yao Qi <yao@codesourcery.com>
8739
8740 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8741 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8742 Use .Lgcc43_procstart instead of gcc43.
8743
8744 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8745
8746 * gdb.ada/n_arr_bound: New testcase.
8747
8748 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8749
8750 PR breakpoints/10737
8751 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8752 test_catch_syscall_multi_arch.
8753 (test_catch_syscall_multi_arch): New function.
8754
8755 2014-11-20 Doug Evans <xdje42@gmail.com>
8756
8757 * gdb.base/maint.exp: Update expected output.
8758
8759 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8762 4-byte instruction on S390.
8763
8764 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8765
8766 * gdb.ada/arr_arr: New testcase.
8767
8768 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8769
8770 * gdb.ada/pkd_arr_elem: New Testcase.
8771
8772 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8773
8774 * gdb.reverse/break-precsave: Expect completion message for
8775 core file reads.
8776 * gdb.reverse/consecutive-precsave.exp: Likewise.
8777 * gdb.reverse/finish-precsave.exp: Likewise.
8778 * gdb.reverse/i386-precsave.exp: Likewise.
8779 * gdb.reverse/machinestate-precsave.exp: Likewise.
8780 * gdb.reverse/sigall-precsave.exp: Likewise.
8781 * gdb.reverse/solib-precsave.exp: Likewise.
8782 * gdb.reverse/step-precsave.exp: Likewise.
8783 * gdb.reverse/until-precsave.exp: Likewise.
8784 * gdb.reverse/watch-precsave.exp: Likewise.
8785
8786 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8787
8788 * gdb.base/bp-permanent.c: Include unistd.h.
8789 * gdb.python/py-framefilter-mi.c (main): Add return type.
8790 * gdb.python/py-framefilter.c (main): Likewise.
8791 * gdb.trace/actions-changed.c (main): Likewise.
8792
8793 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8794
8795 * gdb.mi/until.c: Add eye-catchers.
8796 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8797 line numbers.
8798
8799 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8800
8801 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8802 function header variants in break1.c.
8803 * gdb.base/ena-dis-br.exp: Likewise.
8804 * gdb.base/hbreak2.exp: Likewise.
8805 * gdb.reverse/until-precsave.exp: Drop references to removed
8806 non-prototype function header variants in ur1.c.
8807 * gdb.reverse/until-reverse.exp: Likewise.
8808
8809 2014-11-17 Petr Machata <pmachata@redhat.com>
8810
8811 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8812 ${_cu_offset_size} bytes abbrev offset.
8813
8814 2014-11-15 Doug Evans <xdje42@gmail.com>
8815
8816 PR symtab/17559
8817 * gdb.base/line-symtabs.exp: New file.
8818 * gdb.base/line-symtabs.c: New file.
8819 * gdb.base/line-symtabs.h: New file.
8820
8821 2014-11-14 Yao Qi <yao@codesourcery.com>
8822
8823 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8824 (func): Add label func_label.
8825 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8826 Replace low_pc and high_pc with MACRO_AT_range.
8827 Replace name, low_pc and high_pc with MACRO_AT_func.
8828
8829 2014-11-14 Yao Qi <yao@codesourcery.com>
8830
8831 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8832 Replace name, low_pc and high_pc with MACRO_AT_func.
8833
8834 2014-11-14 Yao Qi <yao@codesourcery.com>
8835
8836 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8837 produce debug information.
8838 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8839
8840 2014-11-14 Yao Qi <yao@codesourcery.com>
8841
8842 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8843 object and get function length.
8844 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8845 with MACRO_AT_func.
8846 (top-level): Replace gdb_compile and clean_restart with
8847 prepare_for_testing.
8848 * gdb.dwarf2/main.c (main): Add label main_label.
8849
8850 2014-11-14 Yao Qi <yao@codesourcery.com>
8851
8852 * lib/dwarf.exp (function_range): New procedure.
8853 (Dwarf::_handle_macro_at_func): New procedure.
8854 (Dwarf::_handle_macro_at_range): New procedure.
8855 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8856
8857 2014-11-14 Yao Qi <yao@codesourcery.com>
8858
8859 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8860 (_handle_attribute): New procedure.
8861
8862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8863
8864 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8865 * gdb.base/call-sc.c (zed): Likewise.
8866 * gdb.base/checkpoint.c (main): Likewise.
8867 * gdb.base/dump.c (main): Likewise.
8868 * gdb.base/gcore.c (main): Likewise.
8869 * gdb.base/huge.c (main): Likewise.
8870 * gdb.base/multi-forks.c (main): Likewise.
8871 * gdb.base/pr10179-a.c (main): Likewise.
8872 * gdb.base/savedregs.c (main): Likewise.
8873 * gdb.base/sigaltstack.c (main): Likewise.
8874 * gdb.base/siginfo.c (main): Likewise.
8875 * gdb.base/structs.c (zed): Likewise.
8876 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8877 * gdb.mi/mi-syn-frame.c (main): Likewise.
8878 * gdb.mi/until.c (foo, main): Likewise.
8879 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8880 * gdb.base/solib-weak.c (foo): Declare.
8881 * gdb.base/attach-twice.c: Include stdio.h.
8882 * gdb.base/weaklib1.c: Likewise.
8883 * gdb.base/weaklib2.c: Likewise.
8884 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8885 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8886 unistd.h.
8887 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8888 * gdb.mi/mi-exit-code.c: Likewise.
8889 * gdb.base/break-interp-lib.c: Include string.h.
8890 * gdb.base/coremaker.c: Likewise.
8891 * gdb.base/testenv.c: Likewise.
8892 * gdb.python/py-finish-breakpoint.c: Likewise.
8893 * gdb.base/inferior-died.c: Include sys/wait.h.
8894 * gdb.base/fileio.c: Include time.h.
8895 * gdb.base/async-shell.c: Include unistd.h.
8896 * gdb.base/dprintf-non-stop.c: Likewise.
8897 * gdb.base/info-os.c: Likewise.
8898 * gdb.mi/mi-console.c: Likewise.
8899 * gdb.mi/watch-nonstop.c: Likewise.
8900 * gdb.python/py-events.c: Likewise.
8901 * gdb.base/async.c (baz): Move up before its invocation.
8902 * gdb.base/code_elim2.c (my_global_func): Likewise.
8903 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8904 * gdb.base/advance.c (func2): Likewise.
8905
8906 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8907
8908 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8909 variant.
8910 * gdb.base/annota3.c: Likewise.
8911 * gdb.base/async.c: Likewise.
8912 * gdb.base/average.c: Likewise.
8913 * gdb.base/call-ar-st.c: Likewise.
8914 * gdb.base/call-rt-st.c: Likewise.
8915 * gdb.base/call-sc.c: Likewise.
8916 * gdb.base/call-strs.c: Likewise.
8917 * gdb.base/ending-run.c: Likewise.
8918 * gdb.base/execd-prog.c: Likewise.
8919 * gdb.base/exprs.c: Likewise.
8920 * gdb.base/foll-exec.c: Likewise.
8921 * gdb.base/foll-fork.c: Likewise.
8922 * gdb.base/foll-vfork.c: Likewise.
8923 * gdb.base/funcargs.c: Likewise.
8924 * gdb.base/gcore.c: Likewise.
8925 * gdb.base/jump.c: Likewise.
8926 * gdb.base/langs0.c: Likewise.
8927 * gdb.base/langs1.c: Likewise.
8928 * gdb.base/langs2.c: Likewise.
8929 * gdb.base/mips_pro.c: Likewise.
8930 * gdb.base/nodebug.c: Likewise.
8931 * gdb.base/opaque0.c: Likewise.
8932 * gdb.base/opaque1.c: Likewise.
8933 * gdb.base/recurse.c: Likewise.
8934 * gdb.base/run.c: Likewise.
8935 * gdb.base/scope0.c: Likewise.
8936 * gdb.base/scope1.c: Likewise.
8937 * gdb.base/setshow.c: Likewise.
8938 * gdb.base/setvar.c: Likewise.
8939 * gdb.base/shmain.c: Likewise.
8940 * gdb.base/shr1.c: Likewise.
8941 * gdb.base/shr2.c: Likewise.
8942 * gdb.base/sigall.c: Likewise.
8943 * gdb.base/signals.c: Likewise.
8944 * gdb.base/so-indr-cl.c: Likewise.
8945 * gdb.base/solib2.c: Likewise.
8946 * gdb.base/structs.c: Likewise.
8947 * gdb.base/sum.c: Likewise.
8948 * gdb.base/vforked-prog.c: Likewise.
8949 * gdb.base/watchpoint.c: Likewise.
8950 * gdb.reverse/shr2.c: Likewise.
8951 * gdb.reverse/until-reverse.c: Likewise.
8952 * gdb.reverse/ur1.c: Likewise.
8953 * gdb.reverse/watch-reverse.c: Likewise.
8954
8955 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8956
8957 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8958 variant.
8959 * gdb.base/sepdebug.exp: Drop references to removed code.
8960
8961 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8962
8963 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8964 variant. Preserve original line numbering.
8965 * gdb.base/list1.c: Likewise.
8966
8967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8968
8969 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8970 variant.
8971 * gdb.base/break1.c: Likewise.
8972 * gdb.base/break.exp: Drop references to removed code.
8973
8974 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8975
8976 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8977 variant.
8978
8979 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8980
8981 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8982
8983 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8984
8985 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8986 logic into perform_all_tests() and invoke it with and without
8987 function header prototypes.
8988 (do_function_calls): Remove conditional XFAIL for PR 5318.
8989 (rerun_and_prepare): Remove duplicate code.
8990 (perform_all_tests): New. Main logic moved here.
8991
8992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8993
8994 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8995 code guarded by #ifdef NO_PROTOTYPES.
8996 (t_double_many_args): Likewise.
8997 (DEF_FUNC_MANY_ARGS_1): Likewise.
8998 (DEF_FUNC_VALUES_1): Likewise.
8999 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9000 guarded by #ifdef PROTOTYPES.
9001
9002 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9003
9004 * gdb.mi/mi-console.c: Add eye-catcher.
9005 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9006 instead of literal line number.
9007
9008 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9009
9010 * gdb.base/shr2.c: Add eye-catcher.
9011 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9012 line number.
9013
9014 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 * gdb.base/jump.c: Add eye-catchers.
9017 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9018 numbers.
9019
9020 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * gdb.base/execd-prog.c: Add eye-catchers.
9023 * gdb.base/foll-exec.c: Likewise.
9024 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9025 line numbers.
9026
9027 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9028
9029 * gdb.base/ending-run.c: Add eye-catchers.
9030 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9031 literal line numbers.
9032
9033 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9034
9035 * gdb.base/call-rt-st.c: Add eye-catchers.
9036 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9037 literal line numbers.
9038
9039 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9040
9041 * gdb.base/call-ar-st.c: Add eye-catchers.
9042 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9043 literal line numbers.
9044
9045 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9046
9047 * gdb.base/average.c: Add eye-catchers.
9048 * gdb.base/sum.c: Likewise.
9049 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9050 regexps dynamically.
9051
9052 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9053
9054 * gdb.base/solib1.c: Add eye-catchers.
9055 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9056 literal line numbers.
9057
9058 2014-11-12 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9061 leader has exited.
9062
9063 2014-11-12 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.arch/i386-bp_permanent.c: New file.
9066 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9067 (srcfile): Set to i386-bp_permanent.c.
9068 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9069 that stepi does not execute the 'leave' instruction, instead of
9070 testing it does execute.
9071 * gdb.base/bp-permanent.c: New file.
9072 * gdb.base/bp-permanent.exp: New file.
9073
9074 2014-11-10 Doug Evans <xdje42@gmail.com>
9075
9076 PR symtab/17564
9077 * gdb.base/symtab-search-order.exp: New file.
9078 * gdb.base/symtab-search-order.c: New file.
9079 * gdb.base/symtab-search-order-1.c: New file.
9080 * gdb.base/symtab-search-order-shlib-1.c: New file.
9081
9082 2014-11-07 Pedro Alves <palves@redhat.com>
9083
9084 PR gdb/17511
9085 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9086 i?86-*-linux*.
9087
9088 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9089
9090 PR c++/17494
9091 * gdb.cp/pr17494.cc: New file.
9092 * gdb.cp/pr17494.exp: New file.
9093
9094 2014-11-02 Yao Qi <yao@codesourcery.com>
9095
9096 * gdb.python/python.exp: Get working directory and match the
9097 output of "set extended-prompt \\w " with it.
9098
9099 2014-10-30 Doug Evans <dje@google.com>
9100
9101 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9102 in objfiles.
9103 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9104 in progspaces.
9105
9106 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9107
9108 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9109 * gdb.base/realname-expand.exp: Likewise.
9110 * gdb.linespec/macro-relative.exp: Likewise.
9111
9112 2014-10-29 Pedro Alves <palves@redhat.com>
9113
9114 PR gdb/17408
9115 * gdb.threads/schedlock.c (some_function): New function.
9116 (call_function): New global.
9117 (MAYBE_CALL_SOME_FUNCTION): New macro.
9118 (thread_function): Call it.
9119 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9120 and use it instead of a global counter. Adjust all callers.
9121 (get_current_thread): Use "find current thread" for test message
9122 here rather than having all callers pass down the same string.
9123 (goto_loop): New procedure, factored out from ...
9124 (my_continue): ... this.
9125 (step_ten_loops): Change parameter from test message to command to
9126 use. Adjust.
9127 (list_count): Delete global.
9128 (check_result): New procedure, factored out from duplicate top
9129 level code.
9130 (continue tests): Wrap in with_test_prefix.
9131 (test_step): New procedure, factored out from duplicate top level
9132 code.
9133 (top level): Test "step" in combination with all scheduler-locking
9134 modes. Test "next" in combination with all scheduler-locking
9135 modes, and in combination with stepping over a function call or
9136 not.
9137 * gdb.threads/next-bp-other-thread.c: New file.
9138 * gdb.threads/next-bp-other-thread.exp: New file.
9139
9140 2014-10-29 Pedro Alves <palves@redhat.com>
9141
9142 PR python/17372
9143 * gdb.python/python.exp: Test a multi-line command that spawns
9144 interactive Python.
9145 * gdb.base/multi-line-starts-subshell.exp: New file.
9146
9147 2014-10-29 Yao Qi <yao@codesourcery.com>
9148
9149 * gdb.base/fileio.exp: Make directories on host.
9150
9151 2014-10-29 Yao Qi <yao@codesourcery.com>
9152
9153 * gdb.base/fileio.c (test_write): Close the file.
9154
9155 2014-10-28 Pedro Alves <palves@redhat.com>
9156
9157 PR gdb/12623
9158 * gdb.base/sigstep.c (no_handler): New global.
9159 (main): If 'no_handler is true, set the signal handlers to
9160 SIG_IGN.
9161 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9162 with_sw_watch and no_handler parameters. Handle them.
9163 (top level) <stepping over handler when stopped at a breakpoint
9164 test>: Add a test axis for testing with a software watchpoint, and
9165 another for testing with the signal handler set to SIG_IGN.
9166 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9167 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9168
9169 2014-10-28 Pedro Alves <palves@redhat.com>
9170
9171 PR gdb/17511
9172 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9173 * gdb.base/sigstep.exp (other_handler_location): New global.
9174 (advance): Support stepping into the signal handler, and running
9175 commands while in the handler.
9176 (in_handler_map): New global.
9177 (top level): In the advance test, add combinations for getting
9178 into the handler with stepping commands, and for running commands
9179 in the handler. Add comment descripting the advancei tests.
9180
9181 2014-10-28 Pedro Alves <palves@redhat.com>
9182
9183 * gdb.base/sigstep.exp: Use build_executable instead of
9184 prepare_for_testing.
9185 (top level): Move code that starts GDB, runs to main and creates a
9186 display to ...
9187 (restart): ... this new procedure.
9188 (top level): Move backtrace from signal handler test to ...
9189 (validate_backtrace): ... this new procedure.
9190 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9191 with_test_prefix. Always restart GDB.
9192 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9193 with_test_prefix. Always restart GDB. No need to delete
9194 breakpoints after the test.
9195 (test_skip_handler): Remove prefix parameter.
9196 (skip_over_handler, breakpoint_to_handler)
9197 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9198 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9199 restart GDB. No need to delete breakpoints after the test.
9200 (top level): Use foreach to call the test procedures with
9201 different commands.
9202
9203 2014-10-28 Pedro Alves <palves@redhat.com>
9204
9205 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9206 instead of GNATS numbers.
9207 * gdb.base/sigbpt.exp: Likewise.
9208 * gdb.base/siginfo.exp: Likewise.
9209 * gdb.base/sigstep.exp: Likewise.
9210
9211 2014-10-27 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.base/sigstep.c (dummy): New global.
9214 (main): Issue a couple writes to the new global.
9215 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9216 procedures.
9217 (skip_over_handler): Use test_skip_handler.
9218 (top level): Call skip_over_handler for stepi and nexti too.
9219 (breakpoint_over_handler): Use test_skip_handler.
9220 (top level): Call breakpoint_over_handler for stepi and nexti too.
9221
9222 2014-10-27 Yao Qi <yao@codesourcery.com>
9223
9224 * gdb.trace/tfile.c (adjust_function_address)
9225 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9226 function descriptor.
9227
9228 2014-10-24 Don Breazeal <donb@codesourcery.com>
9229
9230 * gdb.base/foll-fork.exp (test_follow_fork,
9231 catch_fork_child_follow): Check for updated fork messages emitted
9232 from infrun.c.
9233 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9234 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9235 vfork_and_exec_child_follow_through_step): Check for updated vfork
9236 messages emitted from infrun.c.
9237
9238 2014-10-24 Pedro Alves <palves@redhat.com>
9239
9240 * gdb.base/corefile.exp: Remove references to ultrix.
9241 * gdb.base/interrupt.exp: Likewise.
9242 * gdb.base/whatis.exp: Likewise.
9243 * gdb.gdb/selftest.exp: Likewise.
9244 * gdb.threads/manythreads.exp: Likewise.
9245 * gdb.threads/print-threads.exp: Likewise.
9246 * gdb.threads/pthreads.exp:: Likewise.
9247 * gdb.threads/schedlock.exp: Likewise.
9248
9249 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9250
9251 * gdb.cp/non-trivial-retval.cc: Add a test case.
9252 * gdb.cp/non-trivial-retval.exp: Add a test.
9253
9254 2014-10-20 Yao Qi <yao@codesourcery.com>
9255
9256 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9257 * gdb.python/py-objfile-script-gdb.py: New file.
9258 * gdb.python/py-objfile-script.exp: Update reference to
9259 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9260 of remote_download. Remove the dest file.
9261
9262 2014-10-20 Yao Qi <yao@codesourcery.com>
9263
9264 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9265 * gdb.base/step-line.exp: Likewise.
9266 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9267 * gdb.dwarf2/dw2-basic.exp: Likewise.
9268 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9269 * gdb.dwarf2/dw2-filename.exp: Likewise.
9270 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9271 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9272 * gdb.dwarf2/dw2-producer.exp: Likewise.
9273 * gdb.dwarf2/mac-fileno.exp: Likewise.
9274 * gdb.python/py-frame-args.exp: Likewise.
9275 * gdb.python/py-framefilter.exp: Likewise.
9276 * gdb.python/py-mi.exp: Likewise.
9277 * gdb.python/py-objfile-script.exp: Likewise
9278 * gdb.python/py-pp-integral.exp: Likewise.
9279 * gdb.python/py-pp-re-notag.exp: Likewise.
9280 * gdb.python/py-prettyprint.exp: Likewise.
9281 * gdb.python/py-section-script.exp: Likewise.
9282 * gdb.python/py-typeprint.exp: Likewise.
9283 * gdb.python/py-xmethods.exp: Likewise.
9284 * gdb.stabs/weird.exp: Likewise.
9285 * gdb.xml/tdesc-regs.exp: Likewise.
9286
9287 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9288
9289 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9290 (out_cu): Use addr_len for the size of addresses.
9291 (out_line): Likewise. Size DW_LNE_set_address instruction
9292 according to addr_len.
9293 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9294 (FUNC): Add START_INSNS to definition.
9295
9296 2014-10-18 Yao Qi <yao@codesourcery.com>
9297
9298 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9299 gdb_has_argv0 return true.
9300 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9301 check [target_info exists noargs], check [gdb_has_argv0]
9302 instead.
9303 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9304 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9305 procedures.
9306
9307 2014-10-17 Doug Evans <dje@google.com>
9308
9309 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9310 event.
9311 * gdb.python/py-events.py: Add clear_objfiles event.
9312
9313 2014-10-17 Doug Evans <dje@google.com>
9314
9315 * gdb.python/py-objfile.exp: Test progspace attribute.
9316
9317 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9318
9319 * gdb.guile/scm-breakpoint.exp: Do not assume any
9320 directory separators when matching source file paths.
9321 * gdb.python/py-breakpoint.exp: Likewise.
9322 * gdb.reverse/break-precsave.exp: Likewise.
9323 * gdb.reverse/break-reverse.exp: Likewise.
9324 * gdb.reverse/consecutive-precsave.exp: Likewise.
9325 * gdb.reverse/finish-precsave.exp: Likewise.
9326 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9327 * gdb.reverse/finish-reverse.exp: Likewise.
9328 * gdb.reverse/i386-precsave.exp: Likewise.
9329 * gdb.reverse/i387-env-reverse.exp: Likewise.
9330 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9331 * gdb.reverse/machinestate-precsave.exp: Likewise.
9332 * gdb.reverse/machinestate.exp: Likewise.
9333 * gdb.reverse/sigall-precsave.exp: Likewise.
9334 * gdb.reverse/solib-precsave.exp: Likewise.
9335 * gdb.reverse/step-precsave.exp: Likewise.
9336 * gdb.reverse/until-precsave.exp: Likewise.
9337 * gdb.reverse/watch-precsave.exp: Likewise.
9338 * gdb.reverse/watch-reverse.exp: Likewise.
9339
9340 2014-10-17 Yao Qi <yao@codesourcery.com>
9341
9342 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9343 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9344
9345 2014-10-17 Pedro Alves <palves@redhat.com>
9346
9347 PR gdb/17471
9348 * gdb.base/bg-execution-repeat.c: New file.
9349 * gdb.base/bg-execution-repeat.exp: New file.
9350
9351 2014-10-17 Pedro Alves <palves@redhat.com>
9352
9353 PR gdb/17300
9354 * gdb.base/continue-all-already-running.c: New file.
9355 * gdb.base/continue-all-already-running.exp: New file.
9356
9357 2014-10-17 Pedro Alves <palves@redhat.com>
9358
9359 PR gdb/17472
9360 * gdb.base/annota-input-while-running.c: New file.
9361 * gdb.base/annota-input-while-running.exp: New file.
9362
9363 2014-10-17 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.base/callfuncs.exp: emove references to osf.
9366 * gdb.base/sigall.exp: Likewise.
9367 * gdb.gdb/selftest.exp: Likewise.
9368 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9369 * gdb.mi/non-stop.c: Likewise.
9370 * gdb.mi/pthreads.c: Likewise.
9371 * gdb.reverse/sigall-precsave.exp: Likewise.
9372 * gdb.reverse/sigall-reverse.exp: Likewise.
9373 * gdb.threads/pthreads.c: Likewise.
9374 * gdb.threads/pthreads.exp: Likewise.
9375
9376 2014-10-17 Yao Qi <yao@codesourcery.com>
9377
9378 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9379 check 'target_info exists noargs'.
9380 (test_command_prompt_position): Likewise.
9381 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9382 Remove "set args".
9383 (progvar_simple_while_test): Likewise.
9384 (progvar_complex_if_while_test): Likewise.
9385 (if_while_breakpoint_command_test): Likewise.
9386 (infrun_breakpoint_command_test): Likewise.
9387 (breakpoint_command_test): Likewise.
9388 (watchpoint_command_test): Likewise.
9389 (bp_deleted_in_command_test): Likewise.
9390 (temporary_breakpoint_commands): Likewise.
9391
9392 2014-10-16 Yao Qi <yao@codesourcery.com>
9393
9394 * gdb.base/remotetimeout.exp: Remove noargs checking.
9395
9396 2014-10-15 Pedro Alves <palves@redhat.com>
9397
9398 PR breakpoints/9649
9399 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9400 * gdb.base/breakpoint-in-ro-region.exp
9401 (probe_target_hardware_step): New procedure.
9402 (top level): Probe hardware stepping and hardware breakpoint
9403 support. Test stepping through a read-only region, with both
9404 "breakpoint auto-hw" on and off and both "always-inserted" on and
9405 off.
9406
9407 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9408
9409 * gdb.dlang/demangle.exp: Update for demangling changes.
9410
9411 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9412
9413 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9414 * gdb.cp/non-trivial-retval.exp: Add new tests.
9415
9416 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9417
9418 PR c++/13403
9419 PR c++/15154
9420 * gdb.cp/non-trivial-retval.cc: New file.
9421 * gdb.cp/non-trivial-retval.exp: New file.
9422
9423 2014-10-15 Yao Qi <yao@codesourcery.com>
9424
9425 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9426 remote host.
9427
9428 2014-10-15 Yao Qi <yao@codesourcery.com>
9429
9430 * gdb.python/py-symbol.exp: Match file base name if host is
9431 remote, otherwise match file name with dir name.
9432 * gdb.python/py-symtab.exp: Likewise.
9433 * gdb.python/python.exp: Likewise.
9434
9435 2014-10-15 Yao Qi <yao@codesourcery.com>
9436
9437 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9438 pattern.
9439 * gdb.python/py-symtab.exp: Likewise.
9440 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9441 locationn.
9442
9443 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9444
9445 * gdb.ada/addr_arith: New testcase.
9446
9447 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9448
9449 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9450 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9451 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9452 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9453
9454 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9455
9456 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9457 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9458 * gdb.arch/stap-eval-lang-ada.exp: New file.
9459
9460 2014-10-14 Yao Qi <yao@codesourcery.com>
9461
9462 * gdb.mi/mi-var-child.c (nothing1): New function.
9463 (nothing2): New function.
9464 (do_children_tests): Set function pointers by nothing1 and
9465 nothing2.
9466 * gdb.mi/mi-var-child.exp: Step over new added statements.
9467 Update test to match the new output.
9468 * gdb.mi/var-cmd.c (nothing1): New function.
9469 (nothing2): New function.
9470 (do_children_tests): Set function pointers by nothing1 and
9471 nothing2.
9472 * gdb.mi/mi-var-display.exp: Update test to match output.
9473 Step to the line specified by $line_dct_nothing.
9474 Increase the number of lines to step.
9475
9476 2014-10-14 Yao Qi <yao@codesourcery.com>
9477
9478 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9479 tests.
9480 * gdb.mi/mi2-var-child.exp: Likewise.
9481
9482 2014-10-13 Doug Evans <dje@google.com>
9483
9484 * gdb.python/py-objfile.exp: Change name of file name test.
9485
9486 2014-10-13 Doug Evans <dje@google.com>
9487
9488 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9489 from the start of the CU.
9490
9491 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9492 Yao Qi <yao@codesourcery.com>
9493
9494 Fix "save breakpoints" for "catch" command.
9495 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9496 Remove -nonewline. Match also the added "main" line.
9497
9498 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9499
9500 Fix "save breakpoints" for "disable $bpnum" command.
9501 * gdb.base/save-bp.c (main): Add label.
9502 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9503
9504 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9505
9506 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9507
9508 2014-10-11 Yao Qi <yao@codesourcery.com>
9509
9510 * gdb.server/server-kill.exp: Execute command
9511 "set remote trace-status-packet on" before "tstatus".
9512
9513 2014-10-11 Yao Qi <yao@codesourcery.com>
9514
9515 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9516 (main): Call getppid.
9517 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9518 and continue to it. Read variable "server_pid".
9519
9520 2014-10-11 Yao Qi <yao@codesourcery.com>
9521
9522 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9523
9524 2014-10-11 Yao Qi <yao@codesourcery.com>
9525
9526 * gdb.threads/thread-find.exp: Don't execute command
9527 "info threads".
9528 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9529 * gdb.threads/linux-dp.exp: Don't check the condition
9530 $threads_created equals to zero.
9531
9532 2014-10-10 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/bigcore.exp: Remove references to IRIX.
9535 * gdb.base/funcargs.exp: Likewise.
9536 * gdb.base/interrupt.exp: Likewise.
9537 * gdb.base/mips_pro.exp: Likewise.
9538 * gdb.base/nodebug.exp: Likewise.
9539 * gdb.base/setvar.exp: Likewise.
9540 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9541
9542 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9543 Pedro Alves <palves@redhat.com>
9544
9545 PR symtab/14466
9546 * gdb.base/vdso-warning.c: New file.
9547 * gdb.base/vdso-warning.exp: New file.
9548
9549 2014-10-02 Doug Evans <dje@google.com>
9550
9551 * gdb.base/structs.c (main): Don't run forever.
9552
9553 2014-10-02 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9556 (top level) <stop threads 1, stop threads 2>: Use it.
9557
9558 2014-10-02 Pedro Alves <palves@redhat.com>
9559
9560 * gdb.threads/break-while-running.exp (test): Add new
9561 'update_thread_list' argument. Skip "info threads" if false.
9562 (top level): Add new 'update_thread_list' axis.
9563
9564 2014-10-02 Pedro Alves <palves@redhat.com>
9565
9566 PR breakpoints/17431
9567 * gdb.base/execl-update-breakpoints.c: New file.
9568 * gdb.base/execl-update-breakpoints.exp: New file.
9569
9570 2014-10-01 Pedro Alves <palves@redhat.com>
9571
9572 * gdb.base/breakpoint-in-ro-region.c: New file.
9573 * gdb.base/breakpoint-in-ro-region.exp: New file.
9574
9575 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9576
9577 * gdb.mi/mi-exit-code.exp: New file.
9578 * gdb.mi/mi-exit-code.c: New file.
9579
9580 2014-09-30 Yao Qi <yao@codesourcery.com>
9581
9582 * lib/prelink-support.exp (build_executable_own_libs): Error if
9583 the target isn't native.
9584
9585 2014-09-30 Yao Qi <yao@codesourcery.com>
9586
9587 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9588 false.
9589
9590 2014-09-22 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.threads/break-while-running.exp: New file.
9593 * gdb.threads/break-while-running.c: New file.
9594
9595 2014-09-19 Yao Qi <yao@codesourcery.com>
9596
9597 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9598 Invoke test. Restart GDB with --readnow and invoke test again.
9599
9600 2014-09-19 Yao Qi <yao@codesourcery.com>
9601
9602 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9603 proc set_breakpoint_on_gcd_function. Invoke
9604 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9605 invoke set_breakpoint_on_gcd_function again.
9606
9607 2014-09-18 Doug Evans <dje@google.com>
9608
9609 * gdb.dwarf2/symtab-producer.exp: New file.
9610
9611 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9612
9613 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9614 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9615 * gdb.base/global-var-nested-by-dso.c: Likewise.
9616 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9617
9618 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9619 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.base/watch-bitfields.exp: Pass string other than test file
9622 name to prepare_for_testing.
9623 (watch): New procedure.
9624 (expect_watchpoint): Use with_test_prefix.
9625 (top level): Factor out tests to ...
9626 (test_watch_location, test_regular_watch): ... these new
9627 procedures, and use with_test_prefix and gdb_continue_to_end.
9628
9629 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9630
9631 PR breakpoints/12526
9632 * gdb.base/watch-bitfields.exp: New file.
9633 * gdb.base/watch-bitfields.c: New file.
9634
9635 2014-09-16 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9638 software and hardware addresses, not software address against
9639 itself.
9640
9641 2014-09-16 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9644 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9645
9646 2014-09-16 Pedro Alves <palves@redhat.com>
9647
9648 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9649 files.
9650 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9651 "*-*-vxworks*" throughout.
9652 * gdb.base/break.exp: Likewise.
9653 * gdb.base/default.exp: Likewise.
9654 * gdb.base/scope.exp: Likewise.
9655 * gdb.base/sepdebug.exp: Likewise.
9656 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9657 throughout.
9658 * gdb.base/run.c: Likewise.
9659 * gdb.base/sepdebug.c: Likewise.
9660 * gdb.hp/gdb.aCC/run.c: Likewise.
9661 * gdb.reverse/until-reverse.c: Likewise.
9662 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9663
9664 2014-09-16 Yao Qi <yao@codesourcery.com>
9665
9666 * boards/local-remote-host-native.exp: New file.
9667
9668 2014-09-14 Doug Evans <xdje42@gmail.com>
9669
9670 * gdb.threads/queue-signal.c (thread_count): New variable.
9671 (thread_count_mutex, thread_count_condvar): New variables.
9672 (incr_thread_count, wait_all_threads_running): New functions.
9673 (main): Wait for all threads to be in their thread functions.
9674
9675 2014-09-13 Doug Evans <xdje42@gmail.com>
9676
9677 * gdb.threads/queue-signal.c: New file.
9678 * gdb.threads/queue-signal.exp: New file.
9679
9680 2014-09-13 Doug Evans <xdje42@gmail.com>
9681
9682 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9683 be consistent with what default_gdb_init uses.
9684 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9685 the plain text of the prompt. Add some logging printfs.
9686 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9687
9688 2014-09-12 Pedro Alves <palves@redhat.com>
9689
9690 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9691 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9692 * gdb.arch/i386-size-overlap.exp: Likewise.
9693 * gdb.arch/i386-size.exp: Likewise.
9694 * gdb.arch/i386-unwind.exp: Likewise.
9695 * gdb.base/a2-run.exp: Likewise.
9696 * gdb.base/break.exp: Likewise.
9697 * gdb.base/charset.exp: Likewise.
9698 * gdb.base/chng-syms.exp: Likewise.
9699 * gdb.base/commands.exp: Likewise.
9700 * gdb.base/dbx.exp: Likewise.
9701 * gdb.base/find.exp: Likewise.
9702 * gdb.base/funcargs.exp: Likewise.
9703 * gdb.base/jit-simple.exp: Likewise.
9704 * gdb.base/reread.exp: Likewise.
9705 * gdb.base/sepdebug.exp: Likewise.
9706 * gdb.base/step-bt.exp: Likewise.
9707 * gdb.cp/mb-inline.exp: Likewise.
9708 * gdb.cp/mb-templates.exp: Likewise.
9709 * gdb.objc/basicclass.exp: Likewise.
9710 * gdb.threads/killed.exp: Likewise.
9711
9712 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9713
9714 PR tdep/17379
9715 * gdb.arch/powerpc-stackless.S: New file.
9716 * gdb.arch/powerpc-stackless.exp: New file.
9717
9718 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9719
9720 * gdb.base/attach.c: Include unistd.h.
9721 (main): Call alarm. Add label postloop.
9722 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9723 gdb_breakpoint, gdb_continue_to_breakpoint.
9724 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9725
9726 2014-09-11 Pedro Alves <palves@redhat.com>
9727
9728 PR gdb/17347
9729 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9730 * gdb.base/attach.exp (test_command_line_attach_run): New
9731 procedure.
9732 (top level): Call it.
9733
9734 2014-09-11 Pedro Alves <palves@redhat.com>
9735
9736 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9737 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9738 (do_command_attach_tests): Use spawn_wait_for_attach.
9739 * gdb.base/solib-overlap.exp: Likewise.
9740 * gdb.multi/multi-attach.exp: Likewise.
9741 * gdb.python/py-prompt.exp: Likewise.
9742 * gdb.python/py-sync-interp.exp: Likewise.
9743 * gdb.server/ext-attach.exp: Likewise.
9744
9745 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9746
9747 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9748 command in testcase. Simplify testcase.
9749
9750 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9751
9752 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9753
9754 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9755
9756 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9757
9758 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9759
9760 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9761
9762 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9763
9764 * gdb.dwarf2/dynarr-ptr.c: New file.
9765 * gdb.dwarf2/dynarr-ptr.exp: New file.
9766
9767 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9768
9769 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9770 of 30 rather than hardcoding 120 for a slow test case. Take the
9771 `gdb,timeout' target setting into account for this calculation.
9772 Don't extend the timeout for the test cases that don't need it.
9773
9774 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9775
9776 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9777 a factor of 2 for a slow test case. Take the `gdb,timeout'
9778 target setting into account for this calculation.
9779 * gdb.reverse/until-precsave.exp: Increase the timeout by
9780 a factor of 15 and 3 respectively rather than adding 120
9781 for a pair of slow test cases. Take the `gdb,timeout'
9782 target setting into account for this calculation.
9783
9784 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9785
9786 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9787 timeout, don't pass one down to gdb_expect.
9788 (gdb_expect): Rework timeout selection.
9789
9790 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9791
9792 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9793 exception on timeout.
9794 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9795 (gdbserver_start_extended): Catch any `gdbserver_start' error
9796 exceptions.
9797 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9798 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9799 `gdbserver_gdb_load' error exceptions.
9800
9801 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9802
9803 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9804 120 on waiting for the TCP socket to open.
9805
9806 2014-09-09 Doug Evans <xdje42@gmail.com>
9807
9808 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9809 _caller_matches, _any_caller_is, _any_caller_matches.
9810
9811 2014-09-09 Doug Evans <xdje42@gmail.com>
9812
9813 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9814
9815 2014-09-09 Yao Qi <yao@codesourcery.com>
9816
9817 * gdb.mi/mi-var-display.exp: Set print symbol off.
9818
9819 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9820
9821 PR gdb/17035
9822 * gdb.base/commands.exp: Add tests to verify user-defined
9823 commands with empty bodies.
9824 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9825 python commands in `show user command`.
9826 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9827 scheme commands in `show user command`.
9828
9829 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9830
9831 PR python/17355
9832 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9833 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9834 * gdb.python/py-framefilter-invalidarg.exp: New file.
9835 * gdb.python/py-framefilter-invalidarg.py: New file.
9836
9837 2014-09-06 Doug Evans <xdje42@gmail.com>
9838
9839 PR 15276
9840 * gdb.python/py-caller-is.c: New file.
9841 * gdb.python/py-caller-is.exp: New file.
9842
9843 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9844
9845 PR gdb/17235
9846 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9847 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9848
9849 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9850
9851 PR fortran/17237
9852 * gdb.fortran/print-formatted.exp: New file.
9853 * gdb.fortran/print-formatted.f90: Likewise.
9854
9855 2014-09-03 Sasha Smundak <asmundak@google.com>
9856
9857 * gdb.python/py-frame.exp: Test Frame.read_register.
9858
9859 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9860
9861 PR python/16699
9862 * gdb.python/py-completion.exp: New file.
9863 * gdb.python/py-completion.py: Likewise.
9864
9865 2014-08-28 Doug Evans <dje@google.com>
9866
9867 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9868 eax,etc. are live with values set by gdb and thus the compiler can't
9869 use them.
9870 * gdb.arch/i386-pseudo.c (main): Ditto.
9871
9872 2014-08-27 Doug Evans <dje@google.com>
9873
9874 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9875
9876 2014-08-25 Doug Evans <dje@google.com>
9877
9878 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9879 (main): Ditto.
9880
9881 2014-08-25 Doug Evans <dje@google.com>
9882
9883 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9884
9885 2014-08-24 Yao Qi <yao@codesourcery.com>
9886
9887 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9888 symbol off.
9889 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9890
9891 2014-08-22 Doug Evans <dje@google.com>
9892
9893 PR 17276
9894 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9895 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9896 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9897
9898 2014-08-22 Yao Qi <yao@codesourcery.com>
9899
9900 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9901 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9902 * gdb.python/python.exp: Likewise. Use .py file on the host
9903 instead of the build.
9904
9905 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9906
9907 * gdb.threads/gcore-stale-thread.c: New file.
9908 * gdb.threads/gcore-stale-thread.exp: New file.
9909
9910 2014-08-21 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9913 * gdb.base/gcore-relro-pie.exp: Likewise.
9914 * gdb.base/gcore-relro.exp: Likewise.
9915 * gdb.base/gcore.exp: Likewise.
9916 * gdb.base/print-symbol-loading.exp: Likewise.
9917 * gdb.threads/gcore-thread.exp: Likewise.
9918 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9919
9920 2014-08-20 Pedro Alves <palves@redhat.com>
9921 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9924 configure.
9925 (EXPECT): Handle READ1 being set.
9926 (all): Depend on EXTRA_RULES.
9927 (check-read1, expect-read1, read1.so, read1): New rules.
9928 * README (Testsuite Parameters): Document the READ1 make variable.
9929 (Race detection): New section.
9930 * configure: Regenerate.
9931 * configure.ac: If build==host==target, and running under a
9932 GNU/glibc system, add read1 to the extra Makefile rules.
9933 (EXTRA_RULES): AC_SUBST it.
9934 * lib/read1.c: New file.
9935
9936 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9937
9938 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9939 the handling of variables declared as a typedef to an array
9940 which a DW_AT_data_location attribute.
9941
9942 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9943 Pedro Alves <palves@redhat.com>
9944
9945 PR symtab/14604
9946 PR symtab/14605
9947 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9948 gdb_test.
9949
9950 2014-08-19 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9953
9954 2014-08-19 Yao Qi <yao@codesourcery.com>
9955
9956 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9957 right line.
9958
9959 2014-08-18 David Blaikie <dblaikie@gmail.com>
9960
9961 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9962
9963 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9964
9965 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9966 attribute in array range.
9967
9968 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9969
9970 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9971
9972 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9973
9974 PR c++/17132
9975 * gdb.cp/pr17132.cc: New file.
9976 * gdb.cp/pr17132.exp: New file.
9977
9978 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9979
9980 * gdb.python/py-xmethods.py (A_getarrayind)
9981 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9982 Use 'print' with function call syntax.
9983 (E_method_matcher.match): Fix tab vs space indentation mixup.
9984
9985 2014-08-15 Yao Qi <yao@codesourcery.com>
9986
9987 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9988 false.
9989
9990 2014-08-15 Yao Qi <yao@codesourcery.com>
9991
9992 * gdb.cp/casts.exp: Set print symbol off.
9993 * gdb.cp/class2.exp: Likewise.
9994 * gdb.cp/overload.exp: Likewise.
9995 * gdb.cp/templates.exp: Likewise.
9996
9997 2014-08-11 Doug Evans <dje@google.com>
9998
9999 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10000 (test_load_shlib): Update.
10001
10002 2014-08-09 Yao Qi <yao@codesourcery.com>
10003
10004 * gdb.base/display.exp: Invoke is_address_zero_readable.
10005 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10006 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10007 * gdb.base/hbreak-unmapped.exp: Return if
10008 is_address_zero_readable returns true.
10009 * gdb.base/signest.exp: Likewise.
10010 * gdb.base/signull.exp: Likewise.
10011 * gdb.base/sigbpt.exp: Likewise.
10012 * gdb.guile/scm-disasm.exp: Do the test if
10013 is_address_zero_readable returns false.
10014 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10015 * gdb.python/py-arch.exp: Likewise.
10016 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10017 * lib/gdb.exp (is_address_zero_readable): New proc.
10018
10019 2014-08-09 Yao Qi <yao@codesourcery.com>
10020
10021 PR testsuite/13443
10022 * gdb.mi/mi-var-display.exp: Make test messages unique.
10023
10024 2014-08-04 Tom Tromey <tromey@redhat.com>
10025
10026 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10027 target 0".
10028
10029 2014-08-04 Tom Tromey <tromey@redhat.com>
10030
10031 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10032 "target_resume".
10033
10034 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10035
10036 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10037 inner_vla_struct_object_size.
10038 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10039 as xfail.
10040
10041 2014-07-30 Pedro Alves <palves@redhat.com>
10042
10043 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10044 comment.
10045
10046 2014-07-29 Yao Qi <yao@codesourcery.com>
10047
10048 PR gdb/17206
10049 * gdb.base/until-nodebug.exp: New.
10050
10051 2014-07-28 Doug Evans <xdje42@gmail.com>
10052
10053 PR guile/17203
10054 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10055 previously existing parameter, and previously ambiguously spelled
10056 parameter.
10057
10058 2014-07-28 Will Newton <will.newton@linaro.org>
10059
10060 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10061
10062 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10063 Doug Evans <xdje42@gmail.com>
10064
10065 PR guile/17146
10066 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10067
10068 2014-07-25 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.threads/signal-command-handle-nopass.c: New file.
10071 * gdb.threads/signal-command-handle-nopass.exp: New file.
10072 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10073 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10074 * gdb.threads/signal-delivered-right-thread.c: New file.
10075 * gdb.threads/signal-delivered-right-thread.exp: New file.
10076
10077 2014-07-25 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.base/double-prompt-target-event-error.exp
10080 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10081 match.
10082 (cancel_pagination_in_target_event): Rework double prompt
10083 detection.
10084 * gdb.base/paginate-after-ctrl-c-running.exp
10085 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10086 <return>' match.
10087 * gdb.base/paginate-bg-execution.exp
10088 (test_bg_execution_pagination_return)
10089 (test_bg_execution_pagination_cancel): Remove '-notransfer
10090 <return>' matches.
10091 * gdb.base/paginate-execution-startup.exp
10092 (test_fg_execution_pagination_return)
10093 (test_fg_execution_pagination_cancel): Remove '-notransfer
10094 <return>' matches.
10095 * gdb.base/paginate-inferior-exit.exp
10096 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10097 match.
10098 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10099 * lib/gdb.exp (pagination_prompt): Run text through
10100 string_to_regexp.
10101 (gdb_test_multiple): Match $pagination_prompt instead of
10102 "<return>".
10103 (string_to_regexp): Move to lib/gdb-utils.exp.
10104
10105 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10106
10107 * gdb.arch/amd64-entry-value-paramref.S: New file.
10108 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10109 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10110 * gdb.arch/amd64-optimout-repeat.S: New file.
10111 * gdb.arch/amd64-optimout-repeat.c: New file.
10112 * gdb.arch/amd64-optimout-repeat.exp: New file.
10113
10114 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10115
10116 PR gdb/17170
10117 * gdb.base/statistics.exp: New file.
10118
10119 2014-07-17 Doug Evans <dje@google.com>
10120
10121 PR gdb/17170
10122 * gdb.base/maint.exp: Update testing of per-command stats.
10123
10124 2014-07-16 Pedro Alves <palves@redhat.com>
10125
10126 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10127 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10128 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10129 (tfile_write_buf): New functions.
10130 (add_memory_block): Rewrite using the above.
10131 (adjust_function_address): New function.
10132 (FUNCTION_ADDRESS): New macro.
10133 (write_basic_trace_file): Remove short_x local, and use
10134 tfile_write_16. Change type of func_addr local to unsigned long
10135 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10136 here. Cast argument of add_memory_block to char pointer.
10137 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10138 (main): Remove parameters.
10139 * gdb.trace/tfile.exp: Remove nowarnings.
10140
10141 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10142
10143 * gdb.base/debug-expr.exp: Test string evaluation with
10144 "debug expression" on.
10145
10146 2014-07-15 Pedro Alves <palves@redhat.com>
10147
10148 * gdb.base/reread.exp: Use clean_restart.
10149
10150 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10151
10152 * gdb.arch/avr-flash-qualifer.c: New.
10153 * gdb.arch/avr-flash-qualifer.exp: New.
10154
10155 2014-07-14 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10158 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10159
10160 2014-07-14 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/double-prompt-target-event-error.c: New file.
10163 * gdb.base/double-prompt-target-event-error.exp: New file.
10164
10165 2014-07-14 Pedro Alves <palves@redhat.com>
10166
10167 PR gdb/17072
10168 * gdb.base/paginate-inferior-exit.c: New file.
10169 * gdb.base/paginate-inferior-exit.exp: New file.
10170
10171 2014-07-14 Pedro Alves <palves@redhat.com>
10172
10173 PR gdb/17072
10174 * gdb.base/paginate-bg-execution.c: New file.
10175 * gdb.base/paginate-bg-execution.exp: New file.
10176
10177 2014-07-14 Pedro Alves <palves@redhat.com>
10178
10179 PR gdb/17072
10180 * gdb.base/paginate-execution-startup.c: New file.
10181 * gdb.base/paginate-execution-startup.exp: New file.
10182 * lib/gdb.exp (pagination_prompt): New global.
10183 (default_gdb_spawn): New procedure, factored out from
10184 default_gdb_spawn.
10185 (default_gdb_start): Adjust to call default_gdb_spawn.
10186 (gdb_spawn): New procedure.
10187
10188 2014-07-14 Pedro Alves <palves@redhat.com>
10189
10190 * lib/gdb.exp (gdb_assert): New procedure.
10191 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10192
10193 2014-07-14 Pedro Alves <palves@redhat.com>
10194
10195 * gdb.base/execution-termios.c: New file.
10196 * gdb.base/execution-termios.exp: New file.
10197
10198 2014-07-14 Tom Tromey <tromey@redhat.com>
10199
10200 * gdb.cp/vla-cxx.cc: New file.
10201 * gdb.cp/vla-cxx.exp: New file.
10202
10203 2014-07-14 Tom Tromey <tromey@redhat.com>
10204
10205 * gdb.reverse/rerun-prec.c: New file.
10206 * gdb.reverse/rerun-prec.exp: New file.
10207
10208 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10209 Maciej W. Rozycki <macro@codesourcery.com>
10210
10211 * lib/gdb-utils.exp: New file.
10212 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10213 inline `gdb_init_command' processing.
10214 (gdb_start_cmd): Likewise.
10215 * lib/mi-support.exp (mi_run_cmd): Likewise.
10216 * README: Document `gdb_init_command' and `gdb_init_commands'.
10217
10218 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10219
10220 Fix false FAIL running under a very long directory name.
10221 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10222 and "set print elements 10000". Twice.
10223
10224 2014-07-11 Yao Qi <yao@codesourcery.com>
10225
10226 * gdb.base/exprs.exp: "set print symbol off".
10227
10228 2014-07-11 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.threads/kill.c: New file.
10231 * gdb.threads/kill.exp: New file.
10232
10233 2014-07-10 Yao Qi <yao@codesourcery.com>
10234
10235 * gdb.trace/tfile.c (write_basic_trace_file)
10236 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10237 address written to trace file.
10238
10239 2014-07-09 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.base/attach-wait-input.exp: New file.
10242 * gdb.base/attach-wait-input.c: New file.
10243
10244 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10245
10246 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10247 setting up test structures.
10248 (main): Call new test function.
10249 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10250 test function, continue into test function and walk test
10251 structures.
10252
10253 2014-07-02 Yao Qi <yao@codesourcery.com>
10254
10255 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10256 'bar_start' at the beginning of functions 'foo' and 'bar'
10257 respectively.
10258 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10259 instead of 'foo' and 'bar'.
10260
10261 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10262
10263 * gdb.btrace/segv.exp: New.
10264 * gdb.btrace/segv.c: New.
10265
10266 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10267
10268 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10269 instruction.
10270
10271 2014-06-30 Mark Wielaard <mjw@redhat.com>
10272
10273 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10274 vulture, vilify, villar): New volatile array constants.
10275 (vindictive, vegetation): New const volatile array constants.
10276 * gdb.base/volatile.exp: Test volatile and const volatile array
10277 types.
10278
10279 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10280
10281 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10282 target lacks support for awatch, rwatch, or hbreak.
10283
10284 2014-06-27 Yao Qi <yao@codesourcery.com>
10285
10286 * gdb.multi/dummy-frame-restore.exp: New.
10287 * gdb.multi/dummy-frame-restore.c: New.
10288
10289 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10290
10291 * gdb.btrace/gcore.exp: New.
10292
10293 2014-06-23 Pedro Alves <palves@redhat.com>
10294
10295 * gdb.base/watchpoint-reuse-slot.c: New file.
10296 * gdb.base/watchpoint-reuse-slot.exp: New file.
10297
10298 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10299
10300 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10301 progspace's filename in 'info', 'enable' and 'disable' command
10302 tests.
10303
10304 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10305
10306 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10307 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10308 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10309
10310 2014-06-20 Gary Benson <gbenson@redhat.com>
10311
10312 * gdb.arch/i386-avx.exp: Fix include file location.
10313 * gdb.arch/i386-sse.exp: Likewise.
10314
10315 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10316
10317 * gdb.dlang/expression.exp: New file.
10318
10319 2014-06-19 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10322 out from ...
10323 (top level): ... here. Iterate running tests under different
10324 scheduler-locking settings.
10325
10326 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10327
10328 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10329 to DW_FORM_addr and use non-zero addresses.
10330
10331 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10332
10333 PR gdb/17017
10334 * gdb.python/py-xmethods.cc: Add global function call counters and
10335 increment them in their respective functions. Remove "cout"
10336 statements.
10337 * gdb.python/py-xmethods.exp: Make tests check the global function
10338 call counters instead of depending on inferior IO.
10339
10340 2014-06-18 Don Breazeal <donb@codesourcery.com>
10341
10342 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10343 Deleted procedure.
10344 (explicit_fork_parent_follow): Deleted procedure.
10345 (explicit_fork_child_follow): Deleted procedure.
10346 (test_follow_fork): New procedure.
10347 (do_fork_tests): Replace calls to deleted procedures with
10348 calls to test_follow_fork and reset GDB for subsequent
10349 procedure calls.
10350
10351 2014-06-17 Yao Qi <yao@codesourcery.com>
10352
10353 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10354 CP1252.
10355
10356 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10357
10358 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10359 Initialize ptr and S explicitly.
10360 (skip_type_update_when_not_use_rtti_test): Likewise.
10361
10362 2014-06-16 Keith Seitz <keiths@redhat.com>
10363
10364 PR mi/15863
10365 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10366 the inferior is started.
10367
10368 2014-06-16 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.base/break-main-file-remove-fail.c: New file.
10371 * gdb.base/break-main-file-remove-fail.exp: New file.
10372 * gdb.base/break-unload-file.exp: Use build_executable instead of
10373 prepare_for_testing.
10374 (test_break): New parameter "initial_load". Handle it.
10375 (top level): Add initial_load cmdline/file axis.
10376
10377 2014-06-12 Tom Tromey <tromey@redhat.com>
10378
10379 * gdb.base/completion.exp: Don't use directory name in test.
10380
10381 2014-06-09 Gary Benson <gbenson@redhat.com>
10382
10383 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10384 separate the always-available ANSI-standard signals from the
10385 signals that require checking.
10386 (main): Likewise.
10387 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10388 Likewise.
10389 (main): Likewise.
10390
10391 2014-06-07 Keith Seitz <keiths@redhat.com>
10392
10393 Revert:
10394 PR c++/16253
10395 * gdb.cp/var-tag.cc: New file.
10396 * gdb.cp/var-tag.exp: New file.
10397 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10398 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10399 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10400 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10401
10402 2014-06-06 Doug Evans <xdje42@gmail.com>
10403
10404 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10405
10406 2014-06-06 Pedro Alves <palves@redhat.com>
10407
10408 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10409 in target debug output instead of looking at RSP packets,
10410 disabling the test on any target that uses hardware stepping.
10411 Update comments.
10412
10413 2014-06-06 Pedro Alves <palves@redhat.com>
10414
10415 * gdb.base/break-unload-file.exp: Fix typo.
10416
10417 2014-06-06 Yao Qi <yao@codesourcery.com>
10418
10419 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10420 from "jit_function" to "^jit_function".
10421
10422 2014-06-06 Yao Qi <yao@codesourcery.com>
10423
10424 * gdb.base/async.c (foo): Add one statement.
10425 * gdb.base/async.exp: Get the next instruction address and
10426 match the output of "nexti" by instruction address. Match
10427 the hex address in the output of "finish".
10428
10429 2014-06-06 Gary Benson <gbenson@redhat.com>
10430
10431 * gdb.base/call-signals.c: Remove preprocessor conditionals
10432 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10433 SIGSEGV and SIGTERM.
10434 * gdb.base/sigall.c: Likewise.
10435 * gdb.base/unwindonsignal.c: Likewise.
10436 * gdb.reverse/sigall-reverse.c: Likewise.
10437
10438 2014-06-06 Yao Qi <yao@codesourcery.com>
10439
10440 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10441 readable, skip the test.
10442
10443 2014-06-06 Yao Qi <yao@codesourcery.com>
10444
10445 * gdb.threads/staticthreads.c (thread_function): Move the line
10446 setting breakpoint on forward.
10447 * gdb.threads/staticthreads.exp: Update comments.
10448
10449 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10450
10451 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10452 "history-append! type error".
10453
10454 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10455
10456 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10457 erroneous dprintf expected input.
10458
10459 2014-06-04 Doug Evans <xdje42@gmail.com>
10460
10461 * gdb.guile/scm-generics.exp: Delete.
10462
10463 2014-06-04 Doug Evans <xdje42@gmail.com>
10464
10465 * gdb.guile/scm-breakpoint.exp: Update.
10466 Add tests for breakpoint registration.
10467
10468 2014-06-04 Tom Tromey <tromey@redhat.com>
10469
10470 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10471 VLA-in-union.
10472 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10473 inner_vla_struct, vla_union types. Initialize objects of those
10474 types and compute their sizes.
10475
10476 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10477 Hui Zhu <hui@codesourcery.com>
10478
10479 * gdb.base/fileio.exp: Add test for shell not available as well as
10480 available.
10481 * gdb.base/fileio.c (test_system): Check for shell twice.
10482
10483 2014-06-04 Yao Qi <yao@codesourcery.com>
10484
10485 * gdb.base/auto-connect-native-target.exp: Remove redundant
10486 space from the regexp pattern.
10487
10488 2014-06-04 Yao Qi <yao@codesourcery.com>
10489
10490 * gdb.base/default.exp: Replace "child" with "native" in
10491 regexp pattern.
10492
10493 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10494
10495 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10496 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10497 * gdb.python/py-xmethods.py: Python script supporting the
10498 new testcase and tests.
10499
10500 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10501 Pedro Alves <palves@redhat.com>
10502
10503 PR breakpoints/17000
10504 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10505 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10506
10507 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10508
10509 * gdb.base/subst.exp: Add tests to verify partial path matching
10510 output.
10511
10512 2014-06-03 Pedro Alves <palves@redhat.com>
10513
10514 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10515 target that doesn't use software single-stepping.
10516
10517 2014-06-03 Pedro Alves <palves@redhat.com>
10518
10519 PR breakpoints/17000
10520 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10521 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10522
10523 2014-06-02 Doug Evans <xdje42@gmail.com>
10524
10525 * gdb.guile/scm-parameter.exp: New file.
10526
10527 2014-06-02 Doug Evans <xdje42@gmail.com>
10528
10529 * gdb.guile/scm-cmd.c: New file.
10530 * gdb.guile/scm-cmd.exp: New file.
10531
10532 2014-06-02 Doug Evans <xdje42@gmail.com>
10533
10534 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10535 pretty-printer lookup.
10536 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10537 (make-pp_s-printer): Call it.
10538 (make-pretty-printer-from-dict): New function.
10539 (lookup-pretty-printer-maker-from-dict): New function.
10540 (*pretty-printer*): Simplify.
10541 (make-objfile-pp_s-printer): New function.
10542 (install-objfile-pretty-printers!): New function.
10543 (make-progspace-pp_s-printer): New function.
10544 (install-progspace-pretty-printers!): New function.
10545 * gdb.guile/scm-progspace.c: New file.
10546 * gdb.guile/scm-progspace.exp: New file.
10547
10548 2014-06-02 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.base/dprintf-bp-same-addr.c: New file.
10551 * gdb.base/dprintf-bp-same-addr.exp: New file.
10552
10553 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10554
10555 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10556 * gdb.arch/powerpc-power.s: Likewise.
10557
10558 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10559
10560 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10561
10562 2014-06-01 Yao Qi <yao@codesourcery.com>
10563
10564 * gdb.base/watchpoint.exp (test_watch_location): Check null
10565 pointer can be dereferenced. If not, do the test, otherwise
10566 skip it.
10567
10568 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10569
10570 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10571 results.
10572 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10573
10574 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10575
10576 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10577 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10578 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10579 * gdb.arch/amd64-invalid-stack-top.c: New file.
10580 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10581
10582 2014-05-30 Pedro Alves <palves@redhat.com>
10583
10584 PR breakpoints/17000
10585 * gdb.base/sss-bp-on-user-bp.c: New file.
10586 * gdb.base/sss-bp-on-user-bp.exp: New file.
10587
10588 2014-05-30 David Blaikie <dblaikie@gmail.com>
10589
10590 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10591 gnu_inline semantics via attribute.
10592 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10593 source explicitly specifies the required semantics.
10594
10595 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10596
10597 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10598
10599 2014-05-29 Pedro Alves <palves@redhat.com>
10600 Tom Tromey <tromey@redhat.com>
10601
10602 * gdb.base/async-shell.exp: Don't enable target-async.
10603 * gdb.base/async.exp
10604 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10605 parameter. Adjust.
10606 (top level): Don't test with "target-async".
10607 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10608 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10609 * gdb.base/inferior-died.exp: Don't enable target-async.
10610 * gdb.base/interrupt-noterm.exp: Likewise.
10611 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10612 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10613 * gdb.mi/mi-nonstop.exp: Likewise.
10614 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10615 * gdb.mi/mi-nsintrall.exp: Likewise.
10616 * gdb.mi/mi-nsmoribund.exp: Likewise.
10617 * gdb.mi/mi-nsthrexec.exp: Likewise.
10618 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10619 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10620 * gdb.python/py-evsignal.exp: Don't enable target-async.
10621 * gdb.python/py-evthreads.exp: Likewise.
10622 * gdb.python/py-prompt.exp: Likewise.
10623 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10624 * gdb.server/solib-list.exp: Don't enable target-async.
10625 * gdb.threads/thread-specific-bp.exp: Likewise.
10626 * lib/mi-support.exp: Adjust to use mi-async.
10627
10628 2014-05-29 Pedro Alves <palves@redhat.com>
10629
10630 PR gdb/13860
10631 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10632 reason, even in sync mode.
10633
10634 2014-05-29 Pedro Alves <palves@redhat.com>
10635 Hui Zhu <hui@codesourcery.com>
10636
10637 PR PR15693
10638 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10639 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10640 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10641 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10642
10643 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10644
10645 * config/monitor.exp (gdb_target_monitor): Replace use of
10646 "set remotebaud" by "set serial baud".
10647
10648 2014-05-26 Andy Wingo <wingo@igalia.com>
10649
10650 * gdb.guile/scm-breakpoint.exp:
10651 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10652 properties instead of gdb-object-properties.
10653
10654 2014-05-26 Yao Qi <yao@codesourcery.com>
10655
10656 * gdb.server/no-thread-db.exp: Specify source file name
10657 explicitly when setting a breakpoint.
10658
10659 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10660
10661 * gdb.btrace/vdso.c: New.
10662 * gdb.btrace/vdso.exp: New.
10663
10664 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10665
10666 * gdb.base/gcore.exp (capture_command_output): Move ...
10667 * lib/gdb.exp (capture_command_output): ... here.
10668
10669 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10670
10671 * gdb.btrace/data.exp: Test memory access during btrace replay.
10672
10673 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10674
10675 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10676
10677 2014-05-21 Pedro Alves <palves@redhat.com>
10678
10679 PR gdb/13860
10680 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10681 (top level): Test that output related to execution commands is
10682 sent to the console with CLI commands, but not with MI commands.
10683 Test that breakpoint events are always mirrored to the console.
10684 Also expect the new source line to be output after a "next" in
10685 async mode too. Make it a pass/fail test.
10686 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10687 output.
10688 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10689
10690 2014-05-21 Pedro Alves <palves@redhat.com>
10691
10692 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10693 Use them to test variations of "list" after reaching a breakpoint.
10694 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10695 Test "list" with listsize 10 after reaching a breakpoint.
10696 * gdb.python/python.exp (decode_line current location line
10697 number): Adjust expected line number.
10698
10699 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10700
10701 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10702 behavior for $args, pass it directly to "run".
10703
10704 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10705
10706 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10707 30000 to 65536.
10708
10709 2014-05-21 Pedro Alves <palves@redhat.com>
10710
10711 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10712 auto-connect-native-target off".
10713 * gdb.base/auto-connect-native-target.c: New file.
10714 * gdb.base/auto-connect-native-target.exp: New file.
10715
10716 2014-05-21 Pedro Alves <palves@redhat.com>
10717
10718 * gdb.base/default.exp: Test "target native" instead of "target
10719 child".
10720
10721 2014-05-21 Mark Wielaard <mjw@redhat.com>
10722
10723 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10724
10725 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10726
10727 Fix TLS access for -static -pthread.
10728 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10729 <HAVE_TLS> (thread_function, main): Initialize it.
10730 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10731 Add clean_restart.
10732 <$have_tls != "">: Check TLSVAR.
10733
10734 2014-05-21 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.base/dcache-line-read-error.c: New.
10737 * gdb.base/dcache-line-read-error.exp: New.
10738
10739 2014-05-20 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.base/compare-sections.c: New file.
10742 * gdb.base/compare-sections.exp: New file.
10743
10744 2014-05-20 Pedro Alves <palves@redhat.com>
10745
10746 * gdb.base/break-idempotent.c: New file.
10747 * gdb.base/break-idempotent.exp: New file.
10748
10749 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10750
10751 * gdb.btrace/nohist.exp: New.
10752
10753 2014-05-20 Yao Qi <yao@codesourcery.com>
10754
10755 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10756 gdb.reverse directory and gdb_reverse_timeout exists in board
10757 setting.
10758 * README: Document gdb_reverse_timeout.
10759
10760 2014-05-20 Yao Qi <yao@codesourcery.com>
10761
10762 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10763 'test_file_name'. Treat args as a string instead of a list.
10764 (gdb_init): Rename argument 'args' by 'test_file_name'.
10765
10766 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 * gdb.arch/powerpc-power.exp: New file.
10769 * gdb.arch/powerpc-power.s: New file.
10770
10771 2014-05-16 Doug Evans <dje@google.com>
10772
10773 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10774 * gdb.base/completion.exp: Check that all expected files exist
10775 before doing file completion.
10776
10777 2014-05-16 Doug Evans <dje@google.com>
10778
10779 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10780 Update.
10781 (do_syscall_tests_without_xml): Update.
10782
10783 2014-05-16 Pedro Alves <palves@redhat.com>
10784
10785 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10786 instead of "unknown output after running".
10787
10788 2014-05-16 Yao Qi <yao@codesourcery.com>
10789
10790 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10791 file1.txt from host at the end.
10792 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10793
10794 2014-05-15 Doug Evans <dje@google.com>
10795
10796 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10797 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10798 loading file. Add test for TU lookup.
10799
10800 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10801
10802 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10803 calling "-exec-arguments" or "set args" before running the
10804 inferior.
10805
10806 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10807
10808 * lib/mi-support.exp (mi_expect_stop): Expect message for
10809 inferiors that exit with non-zero exit code.
10810
10811 2014-05-14 Yao Qi <yao@codesourcery.com>
10812
10813 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10814 match absolute path on remote host.
10815 (test_file_list_exec_source_files): Remove "/" from the
10816 pattern.
10817
10818 2014-05-14 Yao Qi <yao@codesourcery.com>
10819
10820 * boards/local-remote-host-notty.exp (${board}_file): New
10821 proc.
10822
10823 2014-05-07 Kyle McMartin <kyle@redhat.com>
10824
10825 Pushed by Joel Brobecker <brobecker@adacore.com>.
10826 * gdb.arch/aarch64-atomic-inst.c: New file.
10827 * gdb.arch/aarch64-atomic-inst.exp: New file.
10828
10829 2014-05-07 Yao Qi <yao@codesourcery.com>
10830
10831 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10832 in current context" too.
10833
10834 2014-05-05 Keith Seitz <keiths@redhat.com>
10835
10836 * gdb.linespec/ls-dollar.exp: Add test for linespec
10837 file:convenience_variable.
10838
10839 2014-05-05 Yao Qi <yao@codesourcery.com>
10840
10841 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10842 traceframes into tfile and ctf trace files. Read data from
10843 trace file and test collected data.
10844 (gdb_collect_locals_test): Likewise.
10845 (gdb_unavailable_registers_test): Likewise.
10846 (gdb_unavailable_floats): Likewise.
10847 (gdb_collect_globals_test): Likewise.
10848 (top-level): Append "ctf" to trace_file_targets if GDB
10849 supports.
10850
10851 2014-05-05 Yao Qi <yao@codesourcery.com>
10852
10853 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10854 code to ...
10855 (gdb_collect_args_test_1): ... it. New proc.
10856 (gdb_collect_locals_test): Move some code to ...
10857 (gdb_collect_locals_test_1): ... it. New proc.
10858 (gdb_unavailable_registers_test): Move some code to ...
10859 (gdb_unavailable_registers_test_1): ... it. New proc.
10860 (gdb_unavailable_floats): Move some code to ...
10861 (gdb_unavailable_floats_1): ... it. New proc.
10862
10863 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10864
10865 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10866 probes to test for bitness recognition.
10867 * gdb.arch/amd64-stap-optional-prefix.exp
10868 (test_probe_value_without_reg): New procedure.
10869 Add code to test for different kinds of bitness.
10870
10871 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10872
10873 PR breakpoints/16889
10874 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10875 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10876
10877 2014-05-01 Pedro Alves <palves@redhat.com>
10878
10879 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10880 gdb_file_cmd if no file is specified.
10881 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10882 last_loaded_file to set the remote exec-file.
10883
10884 2014-05-01 Pedro Alves <palves@redhat.com>
10885
10886 * boards/local-remote-host.exp: New file.
10887
10888 2014-05-01 Pedro Alves <palves@redhat.com>
10889
10890 * boards/local-remote-host.exp: Rename to ...
10891 * boards/local-remote-host-notty.exp: ... this.
10892
10893 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10894
10895 * gdb.ada/dyn_arrayidx: New testcase.
10896
10897 2014-04-26 Yao Qi <yao@codesourcery.com>
10898
10899 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10900 and compute the length of function main. Save it in
10901 $main_length.
10902 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10903 (top-level): Use gdb_compile to compile objects into
10904 executable and restart GDB. Remove invocation to
10905 prepare_for_testing.
10906
10907 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10908 Pedro Alves <palves@redhat.com>
10909
10910 PR server/16255
10911 * gdb.multi/multi-attach.c: New file.
10912 * gdb.multi/multi-attach.exp: New file.
10913
10914 2014-04-25 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10917 user.
10918 (top level): Test that "set remote conditional-breakpoints-packet
10919 off" works as intended.
10920 * gdb.base/dprintf.exp: Test that "set remote
10921 breakpoint-commands-packet off" works as intended.
10922 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10923 New function.
10924 (top level): Call it.
10925 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10926 remote fast-tracepoints-packet off" works as intended.
10927 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10928 * lib/gdb.exp (gdb_is_target_remote): ... here.
10929
10930 2014-04-24 David Blaikie <dblaikie@gmail.com>
10931
10932 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10933 ensure clang would not discard them.
10934 * gdb.base/gdbvars.c: Ditto.
10935 * gdb.base/memattr.c: Ditto.
10936 * gdb.base/whatis.c: Ditto.
10937 * gdb.python/py-prettyprint.c: Ditto.
10938 * gdb.trace/actions.c: Ditto.
10939 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10940 ensure clang would not discard it.
10941
10942 2014-04-24 David Blaikie <dblaikie@gmail.com>
10943
10944 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10945 clang to emit the full definition of type required by the test
10946 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10947
10948 2014-04-24 David Blaikie <dblaikie@gmail.com>
10949
10950 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10951 coax Clang into emitting the definition of the type.
10952 * gdb.cp/pr10728-x.h (y): Ditto.
10953 * gdb.cp/pr10728-y.cc (y): Ditto.
10954
10955 2014-04-24 David Blaikie <dblaikie@gmail.com>
10956
10957 * gdb.base/label.exp: XFAIL label related tests under Clang.
10958 * gdb.cp/cplabel.exp: Ditto.
10959 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10960 under Clang those using labels.
10961
10962 2014-04-25 Yao Qi <yao@codesourcery.com>
10963
10964 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10965 double_label.
10966 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10967 partial_label and double_label.
10968
10969 2014-04-24 David Blaikie <dblaikie@gmail.com>
10970
10971 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10972
10973 2014-04-24 David Blaikie <dblaikie@gmail.com>
10974
10975 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10976 of the function to work across GCC and Clang.
10977 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10978 pointer types (const void ** const V void **).
10979
10980 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10981 Walfred Tedeschi <walfred.tedeschi@intel.com>
10982
10983 * Makefile.in (EXECUTABLES): Added i386-avx512.
10984 * gdb.arch/i386-avx512.c: New file.
10985 * gdb.arch/i386-avx512.exp: Likewise.
10986
10987 2014-04-23 Keith Seitz <keiths@redhat.com>
10988
10989 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10990 (mi_make_breakpoint_table): New procedure.
10991 (mi_create_breakpoint): Use mi_make_breakpoint
10992 and return the result.
10993 (mi_make_breakpoint): New procedure.
10994 (mi_build_kv_pairs): New procedure.
10995
10996 * gdb.mi/mi-break.exp: Remove unused globals,
10997 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10998 All callers updated.
10999 * gdb.mi/mi-dprintf.exp: Use variable to track command
11000 number.
11001 Update all callers of mi_create_breakpoint and use
11002 mi_make_breakpoint_table.
11003 Remove any unused global variables.
11004 * gdb.mi/mi-nonstop.exp: Likewise.
11005 * gdb.mi/mi-nsintrall.exp: Likewise.
11006 * gdb.mi/mi-nsmoribund.exp: Likewise.
11007 * gdb.mi/mi-nsthrexec.exp: Likewise.
11008 * gdb.mi/mi-reverse.exp: Likewise.
11009 * gdb.mi/mi-simplerun.exp: Likewise.
11010 * gdb.mi/mi-stepn.exp: Likewise.
11011 * gdb.mi/mi-syn-frame.exp: Likewise.
11012 * gdb.mi/mi-until.exp: Likewise.
11013 * gdb.mi/mi-var-cp.exp: Likewise.
11014 * gdb.mi/mi-var-display.exp: Likewise.
11015 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11016 * gdb.mi/mi2-var-child.exp: Likewise.
11017 * gdb.mi/mi-vla-c99.exp: Likewise.
11018 * lib/mi-support.exp: Likewise.
11019
11020 From Ian Lance Taylor <iant@cygnus.com>:
11021 * lib/gdb.exp (parse_args): New procedure.
11022
11023 2014-04-23 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/break-unload-file.c: New file.
11026 * gdb.base/break-unload-file.exp: New file.
11027 * gdb.base/sym-file-lib.c (baz): New function.
11028 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11029 field.
11030 (load): Store the segment's mapped size.
11031 (unload): New function.
11032 (unload_shlib): New function.
11033 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11034 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11035 set a breakpoint at baz, and call it.
11036 * gdb.base/sym-file.exp: New tests for stale breakpoint
11037 instructions.
11038
11039 2014-04-23 Pedro Alves <palves@redhat.com>
11040
11041 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11042 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11043 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11044 * gdb.base/hbreak-unmapped.c: New file.
11045 * gdb.base/hbreak-unmapped.exp: New file.
11046 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11047 * lib/gdb.exp (gdb_is_target_remote): ... here.
11048
11049 2014-04-22 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.base/consecutive-step-over.c: New file.
11052 * gdb.base/consecutive-step-over.exp: New file.
11053
11054 2014-04-22 Pedro Alves <palves@redhat.com>
11055
11056 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11057 instead of send_gdb/gdb_expect.
11058
11059 2014-04-22 Yao Qi <yao@codesourcery.com>
11060
11061 * lib/trace-support.exp (generate_tracefile): New procedure.
11062 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11063 return 0.
11064 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11065 if generate_tracefile returns 1.
11066
11067 2014-04-18 Tom Tromey <palves@redhat.com>
11068 Pedro alves <tromey@redhat.com>
11069
11070 PR backtrace/15558
11071 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11072 with a backtrace limit.
11073 * gdb.python/py-frame-inline.exp: Test running to an inline
11074 function with a backtrace limit, and printing the newest frame.
11075 * gdb.python/py-frame-inline.c (main): Call f.
11076
11077 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11078
11079 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11080
11081 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11082
11083 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11084 Drop prefix from unsupported source file path.
11085
11086 2014-04-17 Yao Qi <yao@codesourcery.com>
11087
11088 * lib/gdb.exp (with_target_charset): New proc.
11089 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11090 with_target_charset.
11091 (test_print_strings): Likewise.
11092 (test_repeat_bytes): Likewise.
11093 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11094 for some tests.
11095
11096 2014-04-16 Keith Seitz <keiths@redhat.com>
11097
11098 PR gdb/15827
11099 * gdb.dwarf2/corrupt.c: New file.
11100 * gdb.dwarf2/corrupt.exp: New file.
11101
11102 2014-04-16 Keith Seitz <keiths@redhat.com>
11103
11104 PR c++/16597
11105 * gdb.cp/namelessclass.cc: New file.
11106 * gdb.cp/namelessclass.exp: New file.
11107 * gdb.cp/namelessclass.S: New file.
11108
11109 2014-04-16 Doug Evans <dje@google.com>
11110
11111 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11112 Add comment.
11113 (gdbserver_default_get_comm_port): New function.
11114 (gdbserver_start): Check if board file provided
11115 "gdbserver,get_comm_port" and use it if so.
11116 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11117 (gdb,socketport): Set to "stdio".
11118 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11119 (stdio_gdbserver_template): Delete.
11120 (${board}_get_remote_address): Update.
11121 (${board}_build_remote_cmd): Delete.
11122 (${board}_get_comm_port): New function.
11123 (${board}_spawn): Update.
11124 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11125 Delete.
11126 (${board}_get_remote_address): Update.
11127 (${board}_get_comm_port): New function.
11128
11129 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11130
11131 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11132 appearing in any order.
11133
11134 2014-04-15 Doug Evans <dje@google.com>
11135
11136 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11137 uninitialized value of "description".
11138
11139 2014-04-15 Keith Seitz <keiths@redhat.com>
11140
11141 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11142 Remove unused globals.
11143 (test_running_the_program): Likewise.
11144 (test_controlled_execution): Likewise.
11145 (test_controlling_breakpoints): Likewise.
11146 (test_program_termination): Likewise.
11147
11148 2014-04-15 Keith Seitz <keiths@redhat.com>
11149
11150 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11151 unused globals.
11152 (test_rbreak_creation_and_listing): Likewise.
11153 (test_ignore_count): Likewise.
11154 (test_error): Likewise.
11155
11156 2014-04-15 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11159 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11160 sym-file-loader.c.
11161 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11162 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11163 to sym-file-loader.c.
11164 (struct library): Forward declare.
11165 (load_shlib, lookup_function): Change prototypes.
11166 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11167 (translate_offset): Remove declarations.
11168 (get_text_addr): New declaration.
11169 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11170 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11171 sym-file-loader.h.
11172 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11173 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11174 here from sym-file-loader.h.
11175 (struct library): New structure.
11176 (load_shlib, lookup_function): Change prototypes and adjust to
11177 work with a struct library.
11178 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11179 (translate_offset): Make static.
11180 (get_text_addr): New function.
11181 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11182
11183 2014-04-15 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11186
11187 2014-04-15 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.base/sym-file-loader.c: Include <limits.h>.
11190 (SELF_LINK): New define.
11191 (get_origin): New function.
11192 (load_shlib): Use it.
11193 * gdb.base/sym-file.exp: Don't early return if the target is
11194 remote. Use runto_main, and issue fail is that fails. Use
11195 gdb_load_shlibs.
11196 (shlib_name): Delete.
11197 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11198
11199 2014-04-15 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.base/sym-file.exp: Remove regex characters from test
11202 message. Don't refer to breakpoint numbers in test messages.
11203
11204 2014-04-14 Keith Seitz <keiths@redhat.com>
11205
11206 PR c++/16253
11207 * gdb.cp/var-tag.cc: New file.
11208 * gdb.cp/var-tag.exp: New file.
11209 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11210 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11211 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11212 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11213
11214 2014-04-14 Tom Tromey <tromey@redhat.com>
11215
11216 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11217 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11218 type.
11219 * gdb.cp/enum-class.exp: New file.
11220 * gdb.cp/enum-class.cc: New file.
11221
11222 2014-04-14 Tom Tromey <tromey@redhat.com>
11223
11224 * gdb.dwarf2/enum-type.exp: New file.
11225
11226 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11227
11228 * gdb.mi/mi-vla-c99.exp: New file.
11229 * gdb.mi/vla.c: New file.
11230
11231 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11232
11233 * gdb.base/vla-datatypes.c: New file.
11234 * gdb.base/vla-datatypes.exp: New file.
11235
11236 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11237
11238 * gdb.base/vla-ptr.c: New file.
11239 * gdb.base/vla-ptr.exp: New file.
11240
11241 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11242
11243 * gdb.dwarf2/count.exp: New file.
11244
11245 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11246
11247 * gdb.base/vla-sideeffect.c: New file.
11248 * gdb.base/vla-sideeffect.exp: New file.
11249
11250 2014-04-14 David Blaikie <dblaikie@gmail.com>
11251
11252 * gdb.mi/non-stop.c: Add return value for non-void function return
11253 statement.
11254 * gdb.threads/staticthreads.c: Ditto.
11255
11256 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11257 Doug Evans <xdje42@gmail.com>
11258
11259 * gdb.guile/scm-value.c: Improve test case.
11260 * gdb.guile/scm-value.exp: Add new test.
11261
11262 2014-04-11 David Blaikie <dblaikie@gmail.com>
11263
11264 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11265 override Clang's default.
11266
11267 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11268
11269 Revert the following changes (regressions):
11270
11271 * gdb.base/vla-sideeffect.c: New file.
11272 * gdb.base/vla-sideeffect.exp: New file.
11273
11274 * gdb.dwarf2/count.exp: New file.
11275
11276 * gdb.base/vla-multi.c: New file.
11277 * gdb.base/vla-multi.exp: New file.
11278
11279 * gdb.base/vla-ptr.c: New file.
11280 * gdb.base/vla-ptr.exp: New file.
11281
11282 * gdb.base/vla-datatypes.c: New file.
11283 * gdb.base/vla-datatypes.exp: New file.
11284
11285 * gdb.mi/mi-vla-c99.exp: New file.
11286 * gdb.mi/vla.c: New file.
11287
11288 2014-04-11 Keith Seitz <keiths@redhat.com>
11289
11290 PR c++/16675
11291 * gdb.cp/cpsizeof.exp: New file.
11292 * gdb.cp/cpsizeof.cc: New file.
11293
11294 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11295
11296 * gdb.mi/mi-vla-c99.exp: New file.
11297 * gdb.mi/vla.c: New file.
11298
11299 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11300
11301 * gdb.base/vla-datatypes.c: New file.
11302 * gdb.base/vla-datatypes.exp: New file.
11303
11304 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11305
11306 * gdb.base/vla-ptr.c: New file.
11307 * gdb.base/vla-ptr.exp: New file.
11308
11309 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11310
11311 * gdb.base/vla-multi.c: New file.
11312 * gdb.base/vla-multi.exp: New file.
11313
11314 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11315
11316 * gdb.dwarf2/count.exp: New file.
11317
11318 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11319
11320 * gdb.base/vla-sideeffect.c: New file.
11321 * gdb.base/vla-sideeffect.exp: New file.
11322
11323 2014-04-11 Yao Qi <yao@codesourcery.com>
11324
11325 * gdb.base/completion.exp: Check file exists before running tests
11326 on file completion.
11327
11328 2014-04-10 Pedro Alves <palves@redhat.com>
11329
11330 * gdb.base/cond-eval-mode.c: New file.
11331 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11332 prepare_for_testing to build the new file. Check result of
11333 runto_main.
11334 (test_break, test_watch): New procedures.
11335 (top level): Use them.
11336
11337 2014-04-08 Pierre Muller <muller@sourceware.org>
11338
11339 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11340 Ctrl-V use for mingw hosts.
11341
11342 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11343
11344 * gdb.python/py-value.c: Improve test case.
11345 * gdb.python/py-value.exp: Add new test.
11346
11347 2014-04-07 David Blaikie <dblaikie@gmail.com>
11348
11349 * lib/compiler.c: Identify the clang compiler.
11350 * lib/compiler.cc: Ditto.
11351
11352 2014-04-03 Yao Qi <yao@codesourcery.com>
11353
11354 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11355
11356 2014-04-01 Anton Blanchard <anton@samba.org>
11357
11358 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11359 messages unique.
11360
11361 2014-04-01 Anton Blanchard <anton@samba.org>
11362
11363 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11364 prepare_for_testing.
11365
11366 2014-04-01 Anton Blanchard <anton@samba.org>
11367
11368 * gdb.arch/ppc64-atomic-inst.c: Remove.
11369 * gdb.arch/ppc64-atomic-inst.S: New file.
11370 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11371
11372 2014-03-31 Doug Evans <dje@google.com>
11373
11374 * gdb.base/print-symbol-loading-lib.c: New file.
11375 * gdb.base/print-symbol-loading-main.c: New file.
11376 * gdb.base/print-symbol-loading.exp: New file.
11377
11378 2014-03-31 Yao Qi <yao@codesourcery.com>
11379
11380 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11381
11382 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11383
11384 * gdb.ada/mi_dyn_arr: New testcase.
11385
11386 2014-03-27 Doug Evans <dje@google.com>
11387
11388 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11389
11390 2014-03-27 Yao Qi <yao@codesourcery.com>
11391
11392 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11393 if target is nios2-*-*.
11394
11395 2014-03-26 Yao Qi <yao@codesourcery.com>
11396
11397 * lib/gdb.exp (readline_is_used): New proc.
11398 * gdb.base/completion.exp: Move tests on command complete up.
11399 Skip the rest of tests if readline is not used.
11400 * gdb.ada/complete.exp: Skp the test if readline is not
11401 used.
11402 * gdb.base/filesym.exp: Likewise.
11403 * gdb.base/macscp.exp: Likewise.
11404 * gdb.base/readline-ask.exp: Likewise.
11405 * gdb.base/readline.exp: Likewise.
11406 * gdb.python/py-cmd.exp: Likewise.
11407 * gdb.trace/tfile.exp: Likewise.
11408
11409 2014-03-26 Yao Qi <yao@codesourcery.com>
11410
11411 * gdb.base/macscp.exp: Fix code format issues.
11412
11413 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11414
11415 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11416 * gdb.asm/powerpc64le.inc: New file.
11417
11418 2014-03-25 Pedro Alves <palves@redhat.com>
11419 Doug Evans <dje@google.com>
11420
11421 * gdb.base/source-execution.c: New file.
11422 * gdb.base/source-execution.exp: New file.
11423 * gdb.base/source-execution.gdb: New file.
11424
11425 2014-03-24 Doug Evans <dje@google.com>
11426
11427 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11428 using fission.
11429
11430 2014-03-24 Hui Zhu <hui@codesourcery.com>
11431 Pedro Alves <palves@redhat.com>
11432
11433 PR breakpoints/16101
11434 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11435 test pass/fail messages. Detect missing support for dprintf when
11436 breakpoints are actually inserted.
11437 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11438 breakpoints are actually inserted.
11439 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11440 fails.
11441
11442 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11445
11446 2014-03-22 Doug Evans <xdje42@gmail.com>
11447
11448 * gdb.python/python.exp (python not supported): Verify multi-line
11449 python command issues an error.
11450 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11451 guile command issues an error.
11452
11453 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11454
11455 * gdb.threads/thread-specific.exp: Handle the lack of usable
11456 $this_breakpoint and $this_thread.
11457
11458 2014-03-21 Hui Zhu <hui@codesourcery.com>
11459
11460 * gdb.base/attach.exp (do_command_attach_tests): New.
11461
11462 2014-03-20 Tom Tromey <tromey@redhat.com>
11463 Pedro Alves <palves@redhat.com>
11464
11465 PR cli/15718
11466 * gdb.base/condbreak-call-false.c: New file.
11467 * gdb.base/condbreak-call-false.exp: New file.
11468
11469 2014-03-20 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11472 Delete.
11473 (block_signals, unblock_signals): Delete.
11474 (child_function_2, main): Remove references to deleted variable
11475 and functions.
11476
11477 2014-03-20 Pedro Alves <palves@redhat.com>
11478
11479 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11480 Use pthread_kill to signal thread 2.
11481 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11482 Adjust to make the test send itself a signal rather than using the
11483 host's "kill" command.
11484
11485 2014-03-20 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.threads/multiple-step-overs.c: New file.
11488 * gdb.threads/multiple-step-overs.exp: New file.
11489 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11490 Adjust expected infrun debug output.
11491
11492 2014-03-20 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11495 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11496
11497 2014-03-20 Pedro Alves <palves@redhat.com>
11498
11499 PR breakpoints/7143
11500 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11501 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11502 of gdb_test_multiple.
11503 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11504 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11505
11506 2014-03-20 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11509 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11510
11511 2014-03-19 Pedro Alves <palves@redhat.com>
11512
11513 * gdb.base/async.exp: Remove early return.
11514
11515 2014-03-19 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11518
11519 2014-03-19 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.base/async.exp (test_background): Expect \r\n after
11522 "completed." in the fail pattern.
11523
11524 2014-03-19 Pedro Alves <palves@redhat.com>
11525
11526 * gdb.base/async.exp (test_background): New procedure.
11527 Use it for all background execution command tests.
11528
11529 2014-03-19 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/async.exp: Use prepare_for_testing.
11532
11533 2014-03-19 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11536 the same line.
11537
11538 2014-03-19 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.base/async.c (main): Add "jump here" and "until here" line
11541 marker comments.
11542 * gdb.base/async.exp (jump_here): New global.
11543 (jump& test): Use it.
11544 (until_here): New global.
11545 (until& test): Use it.
11546
11547 2014-03-19 Pedro Alves <palves@redhat.com>
11548
11549 * gdb.base/async.exp: Don't frob gdb_protocol.
11550
11551 2014-03-18 Doug Evans <xdje42@gmail.com>
11552
11553 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11554 Fix spelling of exec-done-display.
11555
11556 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11557
11558 PR gdb/15358
11559 * gdb.base/gdb-sigterm.c: New file.
11560 * gdb.base/gdb-sigterm.exp: New file.
11561
11562 2014-03-18 Pedro Alves <palves@redhat.com>
11563
11564 PR gdb/13860
11565 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11566 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11567 solib-event.
11568
11569 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11570
11571 * gdb.ada/pckd_arr_ren: New testcase.
11572
11573 2014-03-13 Doug Evans <xdje42@gmail.com>
11574
11575 PR guile/16612
11576 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11577 collect after discarding symbols.
11578
11579 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11580 Doug Evans <xdje42@gmail.com>
11581
11582 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11583 to history survives a gc.
11584
11585 2014-03-13 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.base/default.exp: Don't test "target procfs".
11588
11589 2014-03-13 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.base/default.exp: Update "target child" and "target procfs"
11592 tests to not expect "Unix".
11593
11594 2014-03-12 Tom Tromey <tromey@redhat.com>
11595
11596 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11597 New procs. Add target-async tests.
11598 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11599 Add target-async tests.
11600
11601 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11602
11603 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11604 'func_start' and 'func_end' for the beginning and end of the
11605 function code, respectively.
11606 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11607 'func_end' instead of 'func' and 'main'.
11608
11609 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11610
11611 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11612 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11613 generate the debug info assembler source.
11614
11615 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11616
11617 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11618 * gdb.dwarf2/arr-subrange.exp: Likewise.
11619 * gdb.dwarf2/dwz.exp: Likewise.
11620 * gdb.dwarf2/method-ptr.exp: Likewise.
11621 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11622 * gdb.dwarf2/subrange.exp: Likewise.
11623 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11624 * gdb.dwarf2/implptrpiece.exp: Likewise.
11625 * gdb.dwarf2/nostaticblock.exp: Likewise.
11626
11627 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11628
11629 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11630 directory to absolute path name arguments.
11631
11632 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11633
11634 * gdb.ada/tagged_access: New testcase.
11635
11636 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11637
11638 * gdb.btrace/data.exp: Update expected output.
11639
11640 2014-03-06 Yao Qi <yao@codesourcery.com>
11641
11642 * gdb.trace/pr16508.exp: New file.
11643
11644 2014-03-05 Pedro Alves <palves@redhat.com>
11645
11646 PR gdb/16575
11647 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11648 procedure.
11649 (top level): Adjust to use it. Add tests that exercise breakpoint
11650 interaction with the code-cache.
11651
11652 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11653
11654 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11655 test for 'history-append!'.
11656
11657 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11658
11659 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11660 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11661 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11662 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11663 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11664 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11665
11666 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11667
11668 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11669 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11670 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11671
11672 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11673
11674 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11675
11676 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11677
11678 * gdb.dwarf2/arr-stride.c: New file.
11679 * gdb.dwarf2/arr-stride.exp: New file.
11680
11681 2014-02-26 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11684 that won't ever trigger. Make sure that GDB reports the correct
11685 breakpoint that caused the stop.
11686
11687 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11688
11689 PR gdb/16626
11690 * gdb.base/auto-load-script: New file.
11691 * gdb.base/auto-load.c: New file.
11692 * gdb.base/auto-load.exp: New file.
11693
11694 PR gdb/16626
11695 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11696
11697 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11698
11699 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11700 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11701
11702 2014-02-24 Doug Evans <dje@google.com>
11703
11704 * lib/gdb.exp (run_on_host): Log error output if program fails.
11705
11706 2014-02-21 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.threads/step-after-sr-lock.c: Rename to ...
11709 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11710 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11712 ... this.
11713
11714 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11715
11716 PR tdep/16397
11717 * gdb.arch/amd64-stap-special-operands.exp: New file.
11718 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11719 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11720 * gdb.arch/amd64-stap-triplet.S: Likewise.
11721 * gdb.arch/amd64-stap-triplet.c: Likewise.
11722
11723 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11724
11725 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11726 in .section pseudo-op.
11727
11728 2014-02-20 lin zuojian <manjian2006@gmail.com>
11729 Joel Brobecker <brobecker@adacore.com>
11730 Doug Evans <xdje42@gmail.com>
11731
11732 PR symtab/16581
11733 * gdb.dwarf2/dw2-icycle.S: New file.
11734 * gdb.dwarf2/dw2-icycle.c: New file.
11735 * gdb.dwarf2/dw2-icycle.exp: New file.
11736
11737 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11738
11739 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11740 operations on gdb.Value objects.
11741 * gdb.python/py-value-cc.exp: Add new test to test operations on
11742 gdb.Value objects.
11743
11744 2014-02-18 Doug Evans <dje@google.com>
11745
11746 * Makefile.in (TESTS): New variable.
11747 (expanded_tests, expanded_tests_or_none): New variables
11748 (check-single): Pass $(expanded_tests_or_none) to runtest.
11749 (check-parallel): Only run tests in $(TESTS) if non-empty.
11750 (check/no-matching-tests-found): New rule.
11751 * README: Document TESTS makefile variable.
11752
11753 2014-02-18 Doug Evans <dje@google.com>
11754
11755 * Makefile.in (check-parallel): rm -rf outputs temp.
11756
11757 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11758
11759 Fix "ERROR: no fileid for" in the testsuite.
11760 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11761
11762 2014-02-12 Doug Evans <dje@google.com>
11763
11764 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11765 (MISCELLANEOUS): New variable.
11766 (clean): rm -rf $(MISCELLANEOUS).
11767 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11768 dwp live in the same directory as symlinks, with each symlink pointed
11769 to a differently named file in a different directory.
11770
11771 2014-02-11 Doug Evans <dje@google.com>
11772
11773 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11774 of Tcl file commands.
11775
11776 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11777
11778 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11779 "kill -SIGUSR1 -1".
11780
11781 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11782
11783 * gdb.ada/tick_length_array_enum_idx: New testcase.
11784
11785 2014-02-10 Doug Evans <xdje42@gmail.com>
11786
11787 * configure.ac (AC_OUTPUT): Add gdb.guile.
11788 * configure: Regenerate.
11789 * lib/gdb-guile.exp: New file.
11790 * lib/gdb.exp (get_target_charset): New function.
11791 * gdb.base/help.exp: Update expected output from "apropos apropos".
11792 * gdb.guile/Makefile.in: New file.
11793 * gdb.guile/guile.exp: New file.
11794 * gdb.guile/scm-arch.c: New file.
11795 * gdb.guile/scm-arch.exp: New file.
11796 * gdb.guile/scm-block.c: New file.
11797 * gdb.guile/scm-block.exp: New file.
11798 * gdb.guile/scm-breakpoint.c: New file.
11799 * gdb.guile/scm-breakpoint.exp: New file.
11800 * gdb.guile/scm-disasm.c: New file.
11801 * gdb.guile/scm-disasm.exp: New file.
11802 * gdb.guile/scm-equal.c: New file.
11803 * gdb.guile/scm-equal.exp: New file.
11804 * gdb.guile/scm-error.exp: New file.
11805 * gdb.guile/scm-error.scm: New file.
11806 * gdb.guile/scm-frame-args.c: New file.
11807 * gdb.guile/scm-frame-args.exp: New file.
11808 * gdb.guile/scm-frame-args.scm: New file.
11809 * gdb.guile/scm-frame-inline.c: New file.
11810 * gdb.guile/scm-frame-inline.exp: New file.
11811 * gdb.guile/scm-frame.c: New file.
11812 * gdb.guile/scm-frame.exp: New file.
11813 * gdb.guile/scm-generics.exp: New file.
11814 * gdb.guile/scm-gsmob.exp: New file.
11815 * gdb.guile/scm-iterator.c: New file.
11816 * gdb.guile/scm-iterator.exp: New file.
11817 * gdb.guile/scm-math.c: New file.
11818 * gdb.guile/scm-math.exp: New file.
11819 * gdb.guile/scm-objfile-script-gdb.in: New file.
11820 * gdb.guile/scm-objfile-script.c: New file.
11821 * gdb.guile/scm-objfile-script.exp: New file.
11822 * gdb.guile/scm-objfile.c: New file.
11823 * gdb.guile/scm-objfile.exp: New file.
11824 * gdb.guile/scm-ports.exp: New file.
11825 * gdb.guile/scm-pretty-print.c: New file.
11826 * gdb.guile/scm-pretty-print.exp: New file.
11827 * gdb.guile/scm-pretty-print.scm: New file.
11828 * gdb.guile/scm-section-script.c: New file.
11829 * gdb.guile/scm-section-script.exp: New file.
11830 * gdb.guile/scm-section-script.scm: New file.
11831 * gdb.guile/scm-symbol.c: New file.
11832 * gdb.guile/scm-symbol.exp: New file.
11833 * gdb.guile/scm-symtab-2.c: New file.
11834 * gdb.guile/scm-symtab.c: New file.
11835 * gdb.guile/scm-symtab.exp: New file.
11836 * gdb.guile/scm-type.c: New file.
11837 * gdb.guile/scm-type.exp: New file.
11838 * gdb.guile/scm-value-cc.cc: New file.
11839 * gdb.guile/scm-value-cc.exp: New file.
11840 * gdb.guile/scm-value.c: New file.
11841 * gdb.guile/scm-value.exp: New file.
11842 * gdb.guile/source2.scm: New file.
11843 * gdb.guile/types-module.cc: New file.
11844 * gdb.guile/types-module.exp: New file.
11845
11846 2014-02-10 Yao Qi <yao@codesourcery.com>
11847
11848 PR testsuite/16543
11849 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11850 * configure: Regenerated.
11851 * Makefile.in: New file.
11852
11853 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11854
11855 * gdb.python/py-framefilter.exp: Fix typo.
11856
11857 2014-02-08 Yao Qi <yao@codesourcery.com>
11858
11859 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11860 that no =breakpoint-modified is emitted when breakpoints are
11861 modified through MI commands.
11862
11863 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11864 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.threads/step-after-sr-lock.c: New file.
11867 * gdb.threads/step-after-sr-lock.exp: New file.
11868
11869 2014-02-07 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11872
11873 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11874
11875 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11876 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11877
11878 2014-02-06 Doug Evans <xdje42@gmail.com>
11879
11880 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11881 output.
11882
11883 * gdb.gdb/python-interrupts.exp: New file.
11884
11885 2014-02-05 Yao Qi <yao@codesourcery.com>
11886
11887 * gdb.trace/report.exp (use_collected_data): Test the output
11888 of "info threads" and "info inferiors".
11889
11890 2014-02-05 Yao Qi <yao@codesourcery.com>
11891
11892 Revert this patch:
11893
11894 2013-05-24 Yao Qi <yao@codesourcery.com>
11895
11896 * gdb.trace/tfile.exp: Test inferior and thread.
11897
11898 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11899
11900 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11901 on a function.
11902 * gdb.base/step-bt.c: Call hello via function pointer to make
11903 sure its first instruction is executed on powerpc64le-linux.
11904
11905 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11906
11907 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11908
11909 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11910
11911 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11912 of the test patterns for use on little-endian systems.
11913
11914 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11915
11916 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11917 (decimal_vector): Fix for little-endian.
11918
11919 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11920
11921 * gdb.arch/sparc-sysstep.exp: New file.
11922 * gdb.arch/sparc-sysstep.c: Likewise.
11923
11924 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11925
11926 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11927
11928 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11929
11930 2014-01-23 Tom Tromey <tromey@redhat.com>
11931
11932 * gdb.ada/array_char_idx: New testcase.
11933
11934 2014-01-23 Tom Tromey <tromey@redhat.com>
11935
11936 PR python/16487:
11937 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11938 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11939 classes.
11940
11941 2014-01-23 Tom Tromey <tromey@redhat.com>
11942
11943 PR python/16491:
11944 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11945 string from an inferior frame.
11946 * gdb.python/py-framefilter-mi.exp: Update.
11947
11948 2014-01-22 Doug Evans <dje@google.com>
11949
11950 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11951
11952 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11953
11954 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11955
11956 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11957
11958 * gdb.trace/entry-values.exp: Remove excess space character from
11959 regex patterns. Handle s390 call instruction.
11960
11961 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11962
11963 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11964 define "*_start" label. Make "name" static.
11965 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11966 ${name} by references to ${name}_start.
11967
11968 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11969
11970 * gdb.base/info-macros.exp: Remove "debug" from the compile
11971 options.
11972
11973 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11974
11975 * gdb.dlang/demangle.exp: New file.
11976
11977 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11978
11979 * gdb.dlang/primitive-types.exp: New file.
11980
11981 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11982
11983 * configure.ac: Create gdb.dlang/Makefile.
11984 * configure: Regenerate.
11985 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11986 * gdb.dlang/Makefile.in: New file.
11987 * lib/d-support.exp: New file.
11988 * lib/gdb.exp (skip_d_tests): New proc.
11989
11990 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11991
11992 * gdb.btrace/delta.exp: Check reverse stepi.
11993 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11994 * gdb.btrace/finish.exp: New.
11995 * gdb.btrace/next.exp: New.
11996 * gdb.btrace/nexti.exp: New.
11997 * gdb.btrace/record_goto.c: Add comments.
11998 * gdb.btrace/step.exp: New.
11999 * gdb.btrace/stepi.exp: New.
12000 * gdb.btrace/multi-thread-step.c: New.
12001 * gdb.btrace/multi-thread-step.exp: New.
12002 * gdb.btrace/rn-dl-bind.c: New.
12003 * gdb.btrace/rn-dl-bind.exp: New.
12004 * gdb.btrace/data.c: New.
12005 * gdb.btrace/data.exp: New.
12006 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12007
12008 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12009
12010 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12011 * gdb.btrace/exception.exp: Update.
12012 * gdb.btrace/instruction_history.exp: Update.
12013 * gdb.btrace/record_goto.exp: Update.
12014 * gdb.btrace/tailcall.exp: Update.
12015 * gdb.btrace/unknown_functions.exp: Update.
12016 * gdb.btrace/delta.exp: New.
12017
12018 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12019
12020 * gdb.btrace/record_goto.exp: Add backtrace test.
12021 * gdb.btrace/tailcall.exp: Add backtrace test.
12022
12023 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12024
12025 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12026 * gdb.btrace/record_goto.c: New.
12027 * gdb.btrace/record_goto.exp: New.
12028 * gdb.btrace/x86-record_goto.S: New.
12029
12030 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12031
12032 * gdb.btrace/function_call_history.exp: Update tests.
12033 * gdb.btrace/instruction_history.exp: Update tests.
12034
12035 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12036
12037 * gdb.btrace/function_call_history.exp: Fix expected field
12038 order for "record function-call-history".
12039 Add new tests for "record function-call-history /c".
12040 * gdb.btrace/exception.cc: New.
12041 * gdb.btrace/exception.exp: New.
12042 * gdb.btrace/tailcall.exp: New.
12043 * gdb.btrace/x86-tailcall.S: New.
12044 * gdb.btrace/x86-tailcall.c: New.
12045 * gdb.btrace/unknown_functions.c: New.
12046 * gdb.btrace/unknown_functions.exp: New.
12047 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12048
12049 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12050
12051 * gdb.btrace/instruction_history.exp: Update.
12052 * gdb.btrace/function_call_history.exp: Update.
12053
12054 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12055
12056 * gdb.btrace/function_call_history.exp: Fix expected function
12057 trace.
12058 * gdb.btrace/instruction_history.exp: Initialize traced.
12059 Remove traced_functions.
12060
12061 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12062
12063 * gdb.btrace/function_call_history.exp: Update
12064 * gdb.btrace/instruction_history.exp: Update.
12065
12066 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12067
12068 * gdb.btrace/enable.exp: Update expected text.
12069
12070 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12071
12072 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12073 bytes.
12074
12075 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12076
12077 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12078
12079 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12080
12081 * lib/gdb.exp (supports_process_record): Return true for
12082 arm*-linux*. (supports_reverse): Likewise.
12083
12084 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12085
12086 PR python/15464
12087 PR python/16113
12088 * gdb.python/py-type.c: Enhance test case.
12089 * gdb.python/py-value-cc.cc: Likewise
12090 * gdb.python/py-type.exp: Add new tests.
12091 * gdb.python/py-value-cc.exp: Likewise
12092
12093 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12094 Pedro Alves <palves@redhat.com>
12095
12096 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12097 Make "name" extern.
12098 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12099 references to ${name}_start by references to ${name}.
12100
12101 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12102
12103 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12104
12105 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12106
12107 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12108
12109 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12110 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.mi/mi-info-os.exp: Connect to the target with
12113 mi_gdb_target_load.
12114
12115 2014-01-08 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.threads/reconnect-signal.c: New file.
12118 * gdb.threads/reconnect-signal.exp: New file.
12119
12120 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12121
12122 * gdb.base/source-dir.exp: New file.
12123
12124 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12125
12126 * gdb.ada/mi_interface: New testcase.
12127
12128 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12131 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12132 gdb.ada/pp-rec-component/pck.ads: New files.
12133
12134 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12135
12136 * gdb.python/py-pp-integral.c: New file.
12137 * gdb.python/py-pp-integral.py: New file.
12138 * gdb.python/py-pp-integral.exp: New file.
12139
12140 For older changes see ChangeLog-1993-2013.
12141 \f
12142 ;; Local Variables:
12143 ;; mode: change-log
12144 ;; left-margin: 8
12145 ;; fill-column: 74
12146 ;; version-control: never
12147 ;; End:
12148
12149 Copyright 2014-2017 Free Software Foundation, Inc.
12150 Copying and distribution of this file, with or without modification,
12151 are permitted provided the copyright notice and this notice are preserved.