Fix "list ambiguous_variable"
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-09-20 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4 Rename to ...
5 (test_list_ambiguous_symbol): ... this and add a symbol name
6 parameter. Adjust.
7 (test_list_ambiguous_function): Reimplement on top of
8 test_list_ambiguous_symbol and also test listing ambiguous
9 variables.
10 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11 (ambiguous_fun): ... this.
12 (ambiguous_var): New.
13 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
14 (ambiguous_fun): ... this.
15 (ambiguous_var): New.
16
17 2017-09-19 John Baldwin <jhb@FreeBSD.org>
18
19 * gdb.base/starti.c: New file.
20 * gdb.base/starti.exp: New file.
21 * lib/gdb.exp (gdb_starti_cmd): New procedure.
22
23 2017-09-14 Pedro Alves <palves@redhat.com>
24
25 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
26 (top level): Use it instead of runto.
27
28 2017-09-11 Tom Tromey <tom@tromey.com>
29
30 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
31
32 2017-09-11 Tom Tromey <tom@tromey.com>
33
34 * gdb.python/py-infthread.exp: Add tests for new_thread event.
35 * gdb.python/py-inferior.exp: Add tests for new inferior events.
36
37 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
38
39 * gdb.fortran/printing-types.exp: New file.
40 * gdb.fortran/printing-types.exp: New file.
41
42 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
43
44 * gdb.fortran/vla-ptype.exp: Fix typos.
45 * gdb.fortran/vla-value.exp: Same.
46
47 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
48
49 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
50 * gdb.mi/mi-var-child-f.exp: Likewise.
51 * gdb.mi/mi-vla-fortran.exp: Likewise.
52
53 2017-09-08 Frank Penczek <frank.penczek@intel.com>
54 Christoph Weinmann <christoph.t.weinmann@intel.com>
55 Bernhard Heckel <bernhard.heckel@intel.com>
56
57 * gdb.fortran/ptr-indentation.f90: New file.
58 * gdb.fortran/ptr-indentation.exp: New file.
59
60 2017-09-05 Tom Tromey <tom@tromey.com>
61
62 PR gdb/22010:
63 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
64
65 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
66
67 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
68
69 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 * gdb.threads/tls-nodebug-pie.c: New file.
72 * gdb.threads/tls-nodebug-pie.exp: New file.
73
74 2017-09-05 Tom Tromey <tom@tromey.com>
75
76 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
77 for rust.
78
79 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
80
81 * gdb.multi/multi-arch-exec.exp: Test with different
82 "follow-exec-mode" settings.
83 (do_test): New procedure.
84
85 2017-09-04 Pedro Alves <palves@redhat.com>
86
87 * gdb.base/func-static.c (S::method const, S::method volatile)
88 (S::method volatile const): New methods.
89 (c_s, v_s, cv_s): New instances.
90 (main): Call method() on them.
91 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
92 (cannot_resolve): New procedure.
93 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
94 print-quote-unquoted columns.
95 (do_test): Test printing each scope too.
96
97 2017-09-04 Pedro Alves <palves@redhat.com>
98
99 * gdb.base/local-static.exp: Also test with
100 class::method::variable wholly quoted.
101 * gdb.cp/m-static.exp (class::method::variable): Remove test.
102
103 2017-09-04 Pedro Alves <palves@redhat.com>
104
105 * gdb.base/local-static.c: New.
106 * gdb.base/local-static.cc: New.
107 * gdb.base/local-static.exp: New.
108
109 2017-09-04 Pedro Alves <palves@redhat.com>
110
111 * gdb.asm/asm-source.exp: Add casts to int.
112 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
113 (dataglobal64_1, dataglobal64_2): New globals.
114 * gdb.base/nodebug.exp: Test different expressions involving the
115 new globals, with print, whatis and ptype. Add casts to int.
116 * gdb.base/solib-display.exp: Add casts to int.
117 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
118 * gdb.cp/m-static.exp: Add cast to int.
119 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
120 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
121 tls variable with no debug info without a cast. Test with a cast
122 to int too.
123 * gdb.trace/entry-values.exp: Add casts.
124
125 2017-09-04 Pedro Alves <palves@redhat.com>
126
127 * gdb.base/nodebug.exp: Test that ptype's error about functions
128 with unknown return type includes the function name too.
129
130 2017-09-04 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
133 return type of munmap in infcall.
134 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
135 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
136 type of ftell in infcall.
137 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
138 type of getpid in infcall.
139 * gdb.base/infcall-exec.exp: Cast return type of execlp in
140 infcall.
141 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
142 Bail on failure to extract the pid.
143 * gdb.base/nodebug.c: #include <stdint.h>.
144 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
145 New functions.
146 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
147 Change expected output of print/whatis/ptype with functions with
148 no debug info. Test all supported languages. Call
149 test_call_promotion.
150 * gdb.compile/compile.exp: Adjust expected output to expect
151 warning.
152 * gdb.threads/siginfo-threads.exp: Likewise.
153
154 2017-09-04 Pedro Alves <palves@redhat.com>
155
156 * gdb.base/callfuncs.exp (do_function_calls): New parameter
157 "prototypes". Test calling float functions via prototyped and
158 unprototyped function pointers.
159 (perform_all_tests): New parameter "prototypes". Pass it down.
160 (top level): Pass down "prototypes" parameter to
161 perform_all_tests.
162
163 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
164
165 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
166 Test with nested loops.
167
168 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
169
170 * gdb.base/commands.exp: Call the new procedures.
171 (loop_break_test, loop_continue_test): New procedures.
172
173 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
174
175 * gdb.base/commands.exp: Call new procedure.
176 (define_if_without_arg_test): New procedure.
177
178 2017-09-04 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/list-ambiguous.exp: New file.
181 * gdb.base/list-ambiguous0.c: New file.
182 * gdb.base/list-ambiguous1.c: New file.
183 * gdb.base/list.exp (test_list_range): Adjust expected output.
184
185 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
186
187 * gdb.base/share-env-with-gdbserver.c: New file.
188 * gdb.base/share-env-with-gdbserver.exp: Likewise.
189
190 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
191
192 * gdb.base/commands.exp (gdbvar_simple_if_test,
193 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
194 progvar_simple_if_test, progvar_simple_while_test,
195 progvar_complex_if_while_test, user_defined_command_test,
196 user_defined_command_args_eval,
197 user_defined_command_args_stack_test,
198 user_defined_command_manyargs_test, bp_deleted_in_command_test,
199 temporary_breakpoint_commands,
200 gdb_test_no_prompt, redefine_hook_test,
201 redefine_backtrace_test): Remove "global gdb_prompt".
202
203 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
204
205 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
206 New proc, call it from toplevel.
207
208 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
209
210 PR remote/21852
211 * gdb.server/normal.c: New file, copied from gdb.base.
212 * gdb.server/run-without-local-binary.exp: New file.
213
214 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
215
216 * gdb.arch/sparc64-adi.exp: New file.
217 * gdb.arch/sparc64-adi.c: New file.
218
219 2017-08-22 Pedro Alves <palves@redhat.com>
220
221 * gdb.cp/overload.exp (line_range_pattern): New procedure.
222 (top level): Add "list all overloads" tests.
223
224 2017-08-22 Tom Tromey <tom@tromey.com>
225
226 * gdb.gdb/xfullpath.exp: Remove.
227
228 2017-08-21 Pedro Alves <palves@redhat.com>
229
230 PR gdb/19487
231 * gdb.base/symbol-alias.c: New.
232 * gdb.base/symbol-alias2.c: New.
233 * gdb.base/symbol-alias.exp: New.
234
235 2017-08-21 Pedro Alves <palves@redhat.com>
236
237 * gdb.base/dfp-test.c
238 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
239 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
240 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
241 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
242 * gdb.base/whatis-ptype-typedefs.c: New.
243 * gdb.base/whatis-ptype-typedefs.exp: New.
244 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
245 (an_int, an_int_type, an_int_type2): New globals.
246 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
247 involving typedefs and cast expressions.
248 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
249 (lookup_typedefs_function): New.
250 (typedefs_pretty_printers_dict): New.
251 (top level): Register lookup_typedefs_function in
252 gdb.pretty_printers.
253
254 2017-08-18 Yao Qi <yao.qi@linaro.org>
255
256 * gdb.server/unittest.exp: New.
257
258 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
259
260 PR gdb/21954
261 * gdb.base/environ.exp: Add test to check if 'unset environment'
262 works.
263
264 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
265
266 * lib/gdb.exp (universal_compile_options): New caching proc.
267 (gdb_compile): Suppress GCC's coloring of messages.
268
269 2017-08-14 Tom Tromey <tom@tromey.com>
270
271 PR gdb/21675:
272 * gdb.base/printcmds.exp (test_radices): New function.
273 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
274 * gdb.base/sizeof.exp (check_valueof): Use p/d.
275 * lib/gdb.exp (get_integer_valueof): Use p/d.
276
277 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
278
279 * lib/gdb.exp (get_valueof): Don't capture end-of-line
280 characters.
281
282 2017-08-05 Tom Tromey <tom@tromey.com>
283
284 * gdb.rust/simple.exp: Allow String to appear in a different
285 namespace.
286
287 2017-07-26 Yao Qi <yao.qi@linaro.org>
288
289 * gdb.gdb/unittest.exp: Invoke command
290 "maintenance check xml-descriptions".
291
292 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
293
294 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
295 calling context.
296 (hex128): Drop erroneous calculation of parameters.
297
298 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
299
300 * gdb.python/py-unwind.exp: Disable stack protection when
301 building test file.
302
303 2017-07-20 Pedro Alves <palves@redhat.com>
304
305 * gdb.base/default.exp (set language): Adjust expected output.
306
307 2017-07-20 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
310 (test_minsym): ... this, and make static.
311 (get_pck__foo__bar__minsym): Rename to ...
312 (get_test_minsym): ... this.
313 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
314 symbol names and comments.
315 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
316 (get_test_minsym): ... this.
317 (pck__foo__bar__minsym__2): Rename to ...
318 (test_minsym): ... this.
319 (main): Adjust.
320
321 2017-07-17 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/completion.exp: Adjust expected output.
324 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
325 the completer works.
326
327 2017-07-17 Pedro Alves <palves@redhat.com>
328
329 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
330
331 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
334
335 2017-07-14 Tom Tromey <tom@tromey.com>
336
337 PR rust/21764:
338 * gdb.rust/simple.exp: Add tests.
339
340 2017-07-14 Tom Tromey <tom@tromey.com>
341
342 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
343
344 2017-07-14 Pedro Alves <palves@redhat.com>
345
346 * gdb.linespec/base/one/thefile.cc (z1): New function.
347 * gdb.linespec/base/two/thefile.cc (z2): New function.
348 * gdb.linespec/linespec.exp: Add tests.
349
350 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
353 to mi_create_breakpoint.
354
355 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
358 mi_create_breakpoint.
359
360 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
361
362 * gdb.dlang/demangle.exp: Update for demangling changes.
363
364 2017-07-09 Tom Tromey <tom@tromey.com>
365
366 * gdb.dwarf2/shortpiece.exp: New file.
367
368 2017-07-06 David Blaikie <dblaikie@gmail.com>
369
370 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
371 built from fissiont-multi-cu{1,2}.c.
372 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
373 except putting 'main' and 'func' in separate CUs in the same DWO file.
374 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
375 test.
376 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
377 test.
378
379 2017-07-06 Pedro Alves <palves@redhat.com>
380
381 * gdb.python/py-unwind.exp: Test flushregs.
382
383 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
384
385 PR cli/21688
386 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
387 tests for alias commands and trailing whitespace.
388
389 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
390
391 PR cli/21688
392 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
393 procedure. Call it.
394
395 2017-06-29 Pedro Alves <palves@redhat.com>
396
397 * gdb.base/printcmds.exp: Add tests.
398
399 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
400
401 PR gdb/21337
402 * gdb.base/reread-readsym.exp: New file.
403 * gdb.base/reread-readsym.c: New file.
404
405 2017-06-21 Kevin Buettner <kevinb@redhat.com>
406
407 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
408 subpattern.
409
410 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
411
412 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
413 extended mnemonic.
414 * gdb.arch/powerpc-power9.s: Likewise.
415
416 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
417
418 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
419 on 32-bit x86 targets. Exploit is_*_target macros where
420 appropriate.
421
422 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
423
424 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
425 register pieces.
426
427 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
428
429 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
430 located in one or more DWARF pieces.
431
432 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
433
434 * lib/gdb.exp (get_endianness): New proc.
435 * gdb.arch/aarch64-fp.exp: Use it.
436 * gdb.arch/altivec-regs.exp: Likewise.
437 * gdb.arch/e500-regs.exp: Likewise.
438 * gdb.arch/vsx-regs.exp: Likewise.
439 * gdb.base/dump.exp: Likewise.
440 * gdb.base/funcargs.exp: Likewise.
441 * gdb.base/gnu_vector.exp: Likewise.
442 * gdb.dwarf2/formdata16.exp: Likewise.
443 * gdb.dwarf2/implptrpiece.exp: Likewise.
444 * gdb.dwarf2/nonvar-access.exp: Likewise.
445 * gdb.python/py-inferior.exp: Likewise.
446 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
447
448 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
449
450 PR gdb/21226
451 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
452 stack value pieces are taken from the LSB end.
453
454 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
455
456 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
457 variable at nonzero offset.
458
459 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
460
461 * gdb.dwarf2/var-access.c: New file.
462 * gdb.dwarf2/var-access.exp: New test.
463 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
464
465 2017-06-12 Tom Tromey <tom@tromey.com>
466
467 * gdb.dwarf2/formdata16.exp: Add tests.
468
469 2017-06-12 Tom Tromey <tom@tromey.com>
470
471 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
472
473 2017-06-12 Tom Tromey <tom@tromey.com>
474
475 PR exp/16225:
476 * gdb.reverse/i386-sse-reverse.exp: Update tests.
477 * gdb.arch/vsx-regs.exp: Update tests.
478 * gdb.arch/s390-vregs.exp (hex128): New proc.
479 Update test.
480 * gdb.arch/altivec-regs.exp: Update tests.
481
482 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
483
484 * gdb.base/startup-with-shell.c: New file.
485 * gdb.base/startup-with-shell.exp: Likewise.
486
487 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
488
489 * gdb.server/non-existing-program.exp: Update regex in order to
490 reflect the fact that gdbserver is now using fork_inferior (with a
491 shell) to startup the inferior.
492
493 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
494
495 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
496 support function calls from GDB.
497
498 2017-05-21 Tom Tromey <tom@tromey.com>
499
500 PR rust/21466:
501 * gdb.rust/unsized.exp: New file.
502 * gdb.rust/unsized.rs: New file.
503
504 2017-05-19 Tom Tromey <tom@tromey.com>
505
506 PR rust/21484:
507 * gdb.rust/watch.exp: New file.
508 * gdb.rust/watch.rs: New file.
509
510 2017-05-18 Tom Tromey <tom@tromey.com>
511
512 * gdb.rust/simple.exp: Allow Box to be qualified.
513
514 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
515
516 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
517
518 2017-05-18 Pedro Alves <palves@redhat.com>
519
520 * gdb.base/fileio.c (test_write, test_read, test_close)
521 (test_fstat): Don't print 'ret' in the fail path.
522
523 2017-05-18 Pedro Alves <palves@redhat.com>
524
525 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
526 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
527 (test_system, test_rename, test_unlink, test_time): Change
528 prototypes.
529 * gdb.base/fileio.exp (stop_msg): Adjust.
530
531 2017-05-18 Pedro Alves <palves@redhat.com>
532
533 * gdb.base/fileio.c (null_str): New global.
534 (test_stat): Use it.
535 * gdb.base/fileio.exp: Remove nowarnings.
536
537 2017-05-17 Yao Qi <yao.qi@linaro.org>
538
539 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
540
541 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
542
543 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
544 argument command.
545 (top-level): Invoke test_set_inferior_tty.
546
547 2017-05-04 Pedro Alves <palves@redhat.com>
548
549 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
550 Add parens to print call for Python 3.
551
552 2017-05-03 Keith Seitz <keiths@redhat.com>
553
554 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
555 (main): Call it.
556
557 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
558
559 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
560 to prev and next.
561
562 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
563
564 * gdb.python/py-record-btrace.exp: Remove test for
565 gdb.BtraceInstruction.error.
566
567 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
568
569 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
570
571 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
572
573 * gdb.python/py-record-btrace-threads.c: New file.
574 * gdb.python/py-record-btrace-threads.exp: New file.
575
576 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
577
578 PR testsuite/8595
579 * gdb.base/environ.exp: Make test available in all architectures.
580 Move bits related to "info program" testing to
581 gdb.base/info-program.exp. Rewrite tests to use the two new
582 procedures mentione below.
583 (test_set_show_env_var) New procedure.
584 (test_set_show_env_var_equal): Likewise.
585 * gdb.base/info-program.exp: New file.
586
587 2017-04-27 Keith Seitz <keiths@redhat.com>
588
589 * gdb.cp/oranking.cc (test15): New function.
590 (main): Call test15 and declare additional variables for testing.
591 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
592 "p foo101('abc')" tests.
593 Add tests for cv qualifier overloads.
594 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
595 "lvalue reference overload" test.
596 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
597 "print value of f1 on Child&& in f2" test.
598
599 2017-04-19 Pedro Alves <palves@redhat.com>
600
601 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
602 procedure.
603 (top level): Call it.
604 * lib/gdb.exp (gdb_define_cmd): New procedure.
605
606 2017-04-12 Pedro Alves <palves@redhat.com>
607
608 PR gdb/21323
609 * gdb.cp/wide_char_types.c: Include <wchar.h>.
610 (wchar): New global.
611 * gdb.cp/wide_char_types.exp (wide_char_types_program)
612 (do_test_wide_char, wide_char_types_no_program, top level): Add
613 wchar_t testing.
614
615 2017-04-12 Pedro Alves <palves@redhat.com>
616
617 PR c++/21323
618 * gdb.cp/wide_char_types.c: New file.
619 * gdb.cp/wide_char_types.exp: New file.
620
621 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
622
623 PR gdb/21352
624 * gdb.trace/tsv.exp: Add test for "tsave -r".
625
626 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
627
628 * gdb.dlang/watch-loc.c: New file.
629 * gdb.dlang/watch-loc.exp: New file.
630
631 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * gdb.python/py-section-script.exp (sepdebug): New testcases.
634
635 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
636
637 * gdb.arch/arc-analyze-prologue.S: New file.
638 * gdb.arch/arc-analyze-prologue.exp: Likewise.
639
640 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
641
642 * gdb.arch/arc-decode-insn.S: New file.
643 * gdb.arch/arc-decode-insn.exp: Likewise.
644
645 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
646
647 PR tdep/20928
648 * gdb.arch/sparc64-regs.exp: New file.
649 * gdb.arch/sparc64-regs.S: Likewise.
650
651 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
652
653 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
654 and memory view on Python 3.
655
656 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
657 Keith Seitz <keiths@redhat.com>
658
659 PR gdb/14441
660 * gdb.cp/demangle.exp: Add rvalue reference tests.
661 * gdb.cp/rvalue-ref-casts.cc: New file.
662 * gdb.cp/rvalue-ref-casts.exp: New file.
663 * gdb.cp/rvalue-ref-overload.cc: New file.
664 * gdb.cp/rvalue-ref-overload.exp: New file.
665 * gdb.cp/rvalue-ref-params.cc: New file.
666 * gdb.cp/rvalue-ref-params.exp: New file.
667 * gdb.cp/rvalue-ref-sizeof.cc: New file.
668 * gdb.cp/rvalue-ref-sizeof.exp: New file.
669 * gdb.cp/rvalue-ref-types.cc: New file.
670 * gdb.cp/rvalue-ref-types.exp: New file.
671 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
672 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
673
674 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
675
676 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
677 New procedure.
678
679 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
680
681 * lib/mi-support.exp (mi_gdb_test): Add additional message
682 for unexpected output.
683
684 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
685
686 * gdb.base/examine-backward.c (Barrier): New character array
687 constant, to ensure that TestStrings is preceded by a string
688 terminator.
689
690 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
691
692 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
693 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
694 and implicit pointer into such a location.
695
696 2017-03-16 Doug Evans <dje@google.com>
697
698 * gdb.python/py-lazy-string (pointer): Really add new typedef.
699
700 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
701
702 * gdb.cp/m-static.exp: Fix expectation for prototype of
703 test5.single_constructor and single_constructor::single_constructor.
704
705 2017-03-16 Doug Evans <dje@google.com>
706
707 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
708 * gdb.guile/scm-lazy-string.c: New file.
709 * gdb.guile/scm-value.exp: Move lazy string tests to ...
710 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
711 for pointer, array, typedef lazy strings.
712
713 2017-03-16 Doug Evans <dje@google.com>
714
715 PR python/17728, python/18439, python/18779
716 * gdb.python/py-value.c (main) Delete locals sptr, sn.
717 * gdb.python/py-lazy-string.c (pointer): New typedef.
718 (main): New locals ptr, array, typedef_ptr.
719 * gdb.python/py-value.exp: Move lazy string tests to ...
720 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
721 array, typedef lazy strings.
722
723 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
724
725 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
726 Add optional 'test' parameter.
727
728 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
729
730 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
731 Skip for versions of DejaGnu < 1.5.
732
733 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
734
735 * lib/gdb.exp (dejagnu_version): New proc.
736 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
737 Use dejagnu_version.
738
739 2017-03-10 Keith Seitz <keiths@redhat.com>
740
741 PR c++/8128
742 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
743 type from destructor regexps.
744 Add a branch which actually passes the test.
745 Adjust "ptype t5i" test names.
746
747 2017-03-08 Pedro Alves <palves@redhat.com>
748
749 * gdb.base/step-over-exit.exp: Add explicit test message.
750
751 2017-03-08 Pedro Alves <palves@redhat.com>
752
753 PR gdb/18360
754 * gdb.threads/interrupt-while-step-over.c: New file.
755 * gdb.threads/interrupt-while-step-over.exp: New file.
756
757 2017-03-08 Pedro Alves <palves@redhat.com>
758
759 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
760 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
761
762 2017-03-08 Pedro Alves <palves@redhat.com>
763
764 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
765 PKRU as not supported as a PASS.
766
767 2017-03-08 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
770 prefix instead of $binfile1/$binfile2.
771 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
772 in test message.
773 * gdb.python/py-completion.exp: Use "load python file" as test
774 messages instead of unstable path names.
775
776 2017-03-08 Pedro Alves <palves@redhat.com>
777 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 PR cli/21218
780 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
781 New proc.
782 (top level): Call it.
783
784 2017-03-08 Pedro Alves <palves@redhat.com>
785
786 PR tui/21216
787 * gdb.tui/tui-nl-filtered-output.exp: New file.
788
789 2017-03-08 Pedro Alves <palves@redhat.com>
790
791 * gdb.base/completion.exp: Move TUI completion tests to ...
792 * gdb.tui/completion.exp: ... this new file.
793
794 2017-03-08 Pedro Alves <palves@redhat.com>
795
796 * gdb.base/tui-disasm-long-lines.c,
797 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
798 gdb.base/tui-layout.exp: Move to ...
799 * gdb.tui/: ... this new directory.
800
801 2017-03-07 Pedro Alves <palves@redhat.com>
802
803 * gdb.base/tui-layout.c: New file.
804 * gdb.base/tui-layout.exp: New file.
805
806 2017-03-07 Pedro Alves <palves@redhat.com>
807
808 * gdb.base/tui-layout.c: Rename to ...
809 * gdb.base/tui-disasm-long-lines.c: ... this.
810 * gdb.base/tui-layout.exp: Rename to ...
811 * gdb.base/tui-disasm-long-lines.exp: ... this.
812
813 2017-03-07 Pedro Alves <palves@redhat.com>
814
815 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
816
817 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
818
819 * i386-mpx-call.c: New file.
820 * i386-mpx-call.exp: New file.
821
822 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
823
824 * gdb.arch/powerpc-power.exp: Delete test.
825 * gdb.arch/powerpc-power.s: Likewise.
826 * gdb.disasm/disassembler-options.exp: New test.
827 * gdb.arch/powerpc-altivec.exp: Likewise.
828 * gdb.arch/powerpc-altivec.s: Likewise.
829 * gdb.arch/powerpc-altivec2.exp: Likewise.
830 * gdb.arch/powerpc-altivec2.s: Likewise.
831 * gdb.arch/powerpc-altivec3.exp: Likewise.
832 * gdb.arch/powerpc-altivec3.s: Likewise.
833 * gdb.arch/powerpc-power7.exp: Likewise.
834 * gdb.arch/powerpc-power7.s: Likewise.
835 * gdb.arch/powerpc-power8.exp: Likewise.
836 * gdb.arch/powerpc-power8.s: Likewise.
837 * gdb.arch/powerpc-power9.exp: Likewise.
838 * gdb.arch/powerpc-power9.s: Likewise.
839 * gdb.arch/powerpc-vsx.exp: Likewise.
840 * gdb.arch/powerpc-vsx.s: Likewise.
841 * gdb.arch/powerpc-vsx2.exp: Likewise.
842 * gdb.arch/powerpc-vsx2.s: Likewise.
843 * gdb.arch/powerpc-vsx3.exp: Likewise.
844 * gdb.arch/powerpc-vsx3.s: Likewise.
845 * gdb.arch/arm-disassembler-options.exp: Likewise.
846 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
847 * gdb.arch/s390-disassembler-options.exp: Likewise.
848
849 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
850
851 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
852 (check_supported_features): ... this. Changed return type to void.
853 (supports_rdseed): New static global.
854 (rdseed): Check supports_rdseed.
855 (initialize): Call check_supported_features.
856
857 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
858
859 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
860 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
861 and lqarx/stqcx.
862 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
863 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
864
865 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
866
867 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
868 uppercase.
869
870 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * gdb.dwarf2/formdata16.c: New file.
873 * gdb.dwarf2/formdata16.exp: New file.
874 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
875
876 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
879 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
880 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
881 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
882 DW_AT_GNU_*.
883
884 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
887
888 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
889
890 PR gdb/21164
891 * gdb.base/maint.exp: Add testcases for when the commands do
892 not have arguments.
893
894 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
895
896 * gdb.cp/chained-calls.exp: Use p instead of P.
897
898 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
899
900 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
901 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
902
903 2017-02-14 Tom Tromey <tom@tromey.com>
904
905 PR python/13598:
906 * gdb.python/py-events.exp: Add before_prompt event tests.
907
908 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
909
910 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
911
912 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
913
914 * gdb.linespec/explicit.c (my_unique_function_name): New function.
915 (main): Call my_unique_function_name.
916 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
917 completion of patterns with a single match.
918 Add missing -re switches to gdb_test_multiple calls.
919
920 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
921
922 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
923 return if core file is not recognized.
924
925 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
926
927 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
928 and extra UIs.
929
930 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
931
932 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
933 proc_with_prefix.
934
935 2017-02-10 Tom Tromey <tom@tromey.com>
936
937 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
938
939 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
940
941 PR gdb/21122
942 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
943
944 2017-02-08 Jerome Guitton <guitton@adacore.com>
945
946 * gdb.base/define.exp: Add test for command abbreviations
947 in define.
948
949 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
950
951 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
952 * gdb.reverse/insn-reverse-x86.c: New file.
953
954 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
955
956 PR tdep/20936
957 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
958
959 2017-02-03 Tom Tromey <tom@tromey.com>
960
961 PR rust/21097:
962 * gdb.rust/simple.exp: Add new tests.
963
964 2017-02-02 Pedro Alves <palves@redhat.com>
965
966 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
967 tests.
968
969 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
970
971 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
972 taking a 2-byte value out of a 4-byte DWARF implicit value on
973 big-endian targets.
974 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
975 logic. Add test cases for DW_OP_implicit.
976
977 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
978
979 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
980
981 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
982
983 * gdb.btrace/enable.exp: Call gdb_exit before
984 skip_gdbserver_tests.
985
986 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
987
988 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
989 GDBFLAGS.
990
991 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
992
993 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
994 the test is skipped.
995 * gdb.btrace/data.exp: Likewise.
996 * gdb.btrace/delta.exp: Likewise.
997 * gdb.btrace/dlopen.exp: Likewise.
998 * gdb.btrace/enable-running.exp: Likewise.
999 * gdb.btrace/enable.exp: Likewise.
1000 * gdb.btrace/exception.exp: Likewise.
1001 * gdb.btrace/function_call_history.exp: Likewise.
1002 * gdb.btrace/gcore.exp: Likewise.
1003 * gdb.btrace/instruction_history.exp: Likewise.
1004 * gdb.btrace/multi-thread-step.exp: Likewise.
1005 * gdb.btrace/nohist.exp: Likewise.
1006 * gdb.btrace/non-stop.exp: Likewise.
1007 * gdb.btrace/reconnect.exp: Likewise.
1008 * gdb.btrace/record_goto-step.exp: Likewise.
1009 * gdb.btrace/record_goto.exp: Likewise.
1010 * gdb.btrace/rn-dl-bind.exp: Likewise.
1011 * gdb.btrace/segv.exp: Likewise.
1012 * gdb.btrace/step.exp: Likewise.
1013 * gdb.btrace/stepi.exp: Likewise.
1014 * gdb.btrace/tailcall-only.exp: Likewise.
1015 * gdb.btrace/tailcall.exp: Likewise.
1016 * gdb.btrace/tsx.exp: Likewise.
1017 * gdb.btrace/unknown_functions.exp: Likewise.
1018 * gdb.btrace/vdso.exp: Likewise.
1019
1020 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1021
1022 * gdb.btrace/enable-running.c: New.
1023 * gdb.btrace/enable-running.exp: New.
1024
1025 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1026
1027 * gdb.arch/amd64-gs_base.c: New file.
1028 * gdb.arch/amd64-gs_base.exp: New file.
1029
1030 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1031
1032 * lib/memory.exp: Remove spurious empty newlines.
1033
1034 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1035
1036 * gdb.python/py-bad-printers.exp: Load python file using "source".
1037 * gdb.python/py-events.exp: Likewise.
1038 * gdb.python/py-evsignal.exp: Likewise.
1039 * gdb.python/py-evthreads.exp: Likewise.
1040 * gdb.python/py-frame-args.exp: Likewise.
1041 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1042 * gdb.python/py-framefilter-mi.exp: Likewise.
1043 * gdb.python/py-framefilter.exp: Likewise.
1044 * gdb.python/py-mi.exp: Likewise.
1045 * gdb.python/py-pp-maint.exp: Likewise.
1046 * gdb.python/py-pp-registration.exp: Likewise.
1047 * gdb.python/py-prettyprint.exp: Likewise.
1048 (run_lang_tests): Likewise.
1049 * gdb.python/py-typeprint.exp: Likewise.
1050
1051 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1052
1053 * lib/memory.exp: New file.
1054 * lib/gdb.exp: Load memory.exp.
1055 * gdb.base/memattr.exp (delete_memory): Move proc to
1056 lib/memory.exp and rename to delete_memory_regions.
1057 Replace delete_memory with delete_memory_regions.
1058 Cleanup memory regions before tests.
1059 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1060 before tests.
1061
1062 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1063
1064 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1065 files.
1066 (initialize): New function conditionally defined.
1067 (testcases): Move within conditional block.
1068 (main): Call initialize.
1069 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1070 of gdb.reverse/insn-reverse.c.
1071 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1072 gdb.reverse/insn-reverse.c.
1073
1074 2017-01-26 Yao Qi <yao.qi@linaro.org>
1075
1076 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1077 disassemble on address 0.
1078
1079 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1080 Yao Qi <yao.qi@linaro.org>
1081
1082 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1083 * gdb.dwarf2/implptr-64bit.S: Remove.
1084 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1085 variables in caller's context. Add DW_OP_implicit_value.
1086
1087 2017-01-25 Yao Qi <yao.qi@linaro.org>
1088
1089 * lib/dwarf.exp (Dwarf::_location): Handle
1090 DW_OP_GNU_implicit_pointer with proper size.
1091
1092 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1093
1094 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1095 and add untested calls.
1096
1097 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1098
1099 * gdb.python/python.exp: Check line number against what GDB thinks
1100 the line number is for func1.
1101
1102 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1103
1104 * gdb.dlang/debug-expr.exp: New file.
1105
1106 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1107
1108 Fix test names for the following files:
1109
1110 * gdb.ada/exec_changed.exp
1111 * gdb.ada/info_types.exp
1112 * gdb.arch/aarch64-atomic-inst.exp
1113 * gdb.arch/aarch64-fp.exp
1114 * gdb.arch/altivec-abi.exp
1115 * gdb.arch/altivec-regs.exp
1116 * gdb.arch/amd64-byte.exp
1117 * gdb.arch/amd64-disp-step.exp
1118 * gdb.arch/amd64-dword.exp
1119 * gdb.arch/amd64-entry-value-inline.exp
1120 * gdb.arch/amd64-entry-value-param.exp
1121 * gdb.arch/amd64-entry-value-paramref.exp
1122 * gdb.arch/amd64-entry-value.exp
1123 * gdb.arch/amd64-i386-address.exp
1124 * gdb.arch/amd64-invalid-stack-middle.exp
1125 * gdb.arch/amd64-invalid-stack-top.exp
1126 * gdb.arch/amd64-optimout-repeat.exp
1127 * gdb.arch/amd64-prologue-skip.exp
1128 * gdb.arch/amd64-prologue-xmm.exp
1129 * gdb.arch/amd64-stap-special-operands.exp
1130 * gdb.arch/amd64-stap-wrong-subexp.exp
1131 * gdb.arch/amd64-tailcall-cxx.exp
1132 * gdb.arch/amd64-tailcall-noret.exp
1133 * gdb.arch/amd64-tailcall-ret.exp
1134 * gdb.arch/amd64-tailcall-self.exp
1135 * gdb.arch/amd64-word.exp
1136 * gdb.arch/arm-bl-branch-dest.exp
1137 * gdb.arch/arm-disp-step.exp
1138 * gdb.arch/arm-neon.exp
1139 * gdb.arch/arm-single-step-kernel-helper.exp
1140 * gdb.arch/avr-flash-qualifier.exp
1141 * gdb.arch/disp-step-insn-reloc.exp
1142 * gdb.arch/e500-abi.exp
1143 * gdb.arch/e500-regs.exp
1144 * gdb.arch/ftrace-insn-reloc.exp
1145 * gdb.arch/i386-avx512.exp
1146 * gdb.arch/i386-bp_permanent.exp
1147 * gdb.arch/i386-byte.exp
1148 * gdb.arch/i386-cfi-notcurrent.exp
1149 * gdb.arch/i386-disp-step.exp
1150 * gdb.arch/i386-dr3-watch.exp
1151 * gdb.arch/i386-float.exp
1152 * gdb.arch/i386-gnu-cfi.exp
1153 * gdb.arch/i386-mpx-map.exp
1154 * gdb.arch/i386-mpx-sigsegv.exp
1155 * gdb.arch/i386-mpx-simple_segv.exp
1156 * gdb.arch/i386-mpx.exp
1157 * gdb.arch/i386-permbkpt.exp
1158 * gdb.arch/i386-prologue.exp
1159 * gdb.arch/i386-signal.exp
1160 * gdb.arch/i386-size-overlap.exp
1161 * gdb.arch/i386-unwind.exp
1162 * gdb.arch/i386-word.exp
1163 * gdb.arch/mips-fcr.exp
1164 * gdb.arch/powerpc-d128-regs.exp
1165 * gdb.arch/powerpc-stackless.exp
1166 * gdb.arch/ppc64-atomic-inst.exp
1167 * gdb.arch/s390-stackless.exp
1168 * gdb.arch/s390-tdbregs.exp
1169 * gdb.arch/s390-vregs.exp
1170 * gdb.arch/sparc-sysstep.exp
1171 * gdb.arch/thumb-bx-pc.exp
1172 * gdb.arch/thumb-singlestep.exp
1173 * gdb.arch/thumb2-it.exp
1174 * gdb.arch/vsx-regs.exp
1175 * gdb.asm/asm-source.exp
1176 * gdb.base/a2-run.exp
1177 * gdb.base/advance.exp
1178 * gdb.base/all-bin.exp
1179 * gdb.base/anon.exp
1180 * gdb.base/args.exp
1181 * gdb.base/arithmet.exp
1182 * gdb.base/async-shell.exp
1183 * gdb.base/async.exp
1184 * gdb.base/attach-pie-noexec.exp
1185 * gdb.base/attach-twice.exp
1186 * gdb.base/auto-load.exp
1187 * gdb.base/bang.exp
1188 * gdb.base/bitfields.exp
1189 * gdb.base/break-always.exp
1190 * gdb.base/break-caller-line.exp
1191 * gdb.base/break-entry.exp
1192 * gdb.base/break-inline.exp
1193 * gdb.base/break-on-linker-gcd-function.exp
1194 * gdb.base/break-probes.exp
1195 * gdb.base/break.exp
1196 * gdb.base/breakpoint-shadow.exp
1197 * gdb.base/call-ar-st.exp
1198 * gdb.base/call-sc.exp
1199 * gdb.base/call-signal-resume.exp
1200 * gdb.base/call-strs.exp
1201 * gdb.base/callfuncs.exp
1202 * gdb.base/catch-fork-static.exp
1203 * gdb.base/catch-gdb-caused-signals.exp
1204 * gdb.base/catch-load.exp
1205 * gdb.base/catch-signal-fork.exp
1206 * gdb.base/catch-signal.exp
1207 * gdb.base/catch-syscall.exp
1208 * gdb.base/charset.exp
1209 * gdb.base/checkpoint.exp
1210 * gdb.base/chng-syms.exp
1211 * gdb.base/code-expr.exp
1212 * gdb.base/code_elim.exp
1213 * gdb.base/commands.exp
1214 * gdb.base/completion.exp
1215 * gdb.base/complex.exp
1216 * gdb.base/cond-expr.exp
1217 * gdb.base/condbreak.exp
1218 * gdb.base/consecutive.exp
1219 * gdb.base/continue-all-already-running.exp
1220 * gdb.base/coredump-filter.exp
1221 * gdb.base/corefile.exp
1222 * gdb.base/dbx.exp
1223 * gdb.base/debug-expr.exp
1224 * gdb.base/define.exp
1225 * gdb.base/del.exp
1226 * gdb.base/disabled-location.exp
1227 * gdb.base/disasm-end-cu.exp
1228 * gdb.base/disasm-optim.exp
1229 * gdb.base/display.exp
1230 * gdb.base/duplicate-bp.exp
1231 * gdb.base/ena-dis-br.exp
1232 * gdb.base/ending-run.exp
1233 * gdb.base/enumval.exp
1234 * gdb.base/environ.exp
1235 * gdb.base/eu-strip-infcall.exp
1236 * gdb.base/eval-avoid-side-effects.exp
1237 * gdb.base/eval-skip.exp
1238 * gdb.base/exitsignal.exp
1239 * gdb.base/expand-psymtabs.exp
1240 * gdb.base/filesym.exp
1241 * gdb.base/find-unmapped.exp
1242 * gdb.base/finish.exp
1243 * gdb.base/float.exp
1244 * gdb.base/foll-exec-mode.exp
1245 * gdb.base/foll-exec.exp
1246 * gdb.base/foll-fork.exp
1247 * gdb.base/fortran-sym-case.exp
1248 * gdb.base/freebpcmd.exp
1249 * gdb.base/func-ptr.exp
1250 * gdb.base/func-ptrs.exp
1251 * gdb.base/funcargs.exp
1252 * gdb.base/gcore-buffer-overflow.exp
1253 * gdb.base/gcore-relro-pie.exp
1254 * gdb.base/gcore-relro.exp
1255 * gdb.base/gcore.exp
1256 * gdb.base/gdb1090.exp
1257 * gdb.base/gdb11530.exp
1258 * gdb.base/gdb11531.exp
1259 * gdb.base/gdb1821.exp
1260 * gdb.base/gdbindex-stabs.exp
1261 * gdb.base/gdbvars.exp
1262 * gdb.base/hbreak.exp
1263 * gdb.base/hbreak2.exp
1264 * gdb.base/included.exp
1265 * gdb.base/infcall-input.exp
1266 * gdb.base/inferior-died.exp
1267 * gdb.base/infnan.exp
1268 * gdb.base/info-macros.exp
1269 * gdb.base/info-os.exp
1270 * gdb.base/info-proc.exp
1271 * gdb.base/info-shared.exp
1272 * gdb.base/info-target.exp
1273 * gdb.base/infoline.exp
1274 * gdb.base/interp.exp
1275 * gdb.base/interrupt.exp
1276 * gdb.base/jit-reader.exp
1277 * gdb.base/jit-simple.exp
1278 * gdb.base/kill-after-signal.exp
1279 * gdb.base/kill-detach-inferiors-cmd.exp
1280 * gdb.base/label.exp
1281 * gdb.base/langs.exp
1282 * gdb.base/ldbl_e308.exp
1283 * gdb.base/line-symtabs.exp
1284 * gdb.base/linespecs.exp
1285 * gdb.base/list.exp
1286 * gdb.base/long_long.exp
1287 * gdb.base/longest-types.exp
1288 * gdb.base/maint.exp
1289 * gdb.base/max-value-size.exp
1290 * gdb.base/memattr.exp
1291 * gdb.base/mips_pro.exp
1292 * gdb.base/morestack.exp
1293 * gdb.base/moribund-step.exp
1294 * gdb.base/multi-forks.exp
1295 * gdb.base/nested-addr.exp
1296 * gdb.base/nextoverexit.exp
1297 * gdb.base/noreturn-finish.exp
1298 * gdb.base/noreturn-return.exp
1299 * gdb.base/nostdlib.exp
1300 * gdb.base/offsets.exp
1301 * gdb.base/opaque.exp
1302 * gdb.base/pc-fp.exp
1303 * gdb.base/permissions.exp
1304 * gdb.base/print-symbol-loading.exp
1305 * gdb.base/prologue-include.exp
1306 * gdb.base/psymtab.exp
1307 * gdb.base/ptype.exp
1308 * gdb.base/random-signal.exp
1309 * gdb.base/randomize.exp
1310 * gdb.base/range-stepping.exp
1311 * gdb.base/readline-ask.exp
1312 * gdb.base/recpar.exp
1313 * gdb.base/recurse.exp
1314 * gdb.base/relational.exp
1315 * gdb.base/restore.exp
1316 * gdb.base/return-nodebug.exp
1317 * gdb.base/return.exp
1318 * gdb.base/run-after-attach.exp
1319 * gdb.base/save-bp.exp
1320 * gdb.base/scope.exp
1321 * gdb.base/sect-cmd.exp
1322 * gdb.base/set-lang-auto.exp
1323 * gdb.base/set-noassign.exp
1324 * gdb.base/setvar.exp
1325 * gdb.base/sigall.exp
1326 * gdb.base/sigbpt.exp
1327 * gdb.base/siginfo-addr.exp
1328 * gdb.base/siginfo-infcall.exp
1329 * gdb.base/siginfo-obj.exp
1330 * gdb.base/siginfo.exp
1331 * gdb.base/signals-state-child.exp
1332 * gdb.base/signest.exp
1333 * gdb.base/sigstep.exp
1334 * gdb.base/sizeof.exp
1335 * gdb.base/skip.exp
1336 * gdb.base/solib-corrupted.exp
1337 * gdb.base/solib-nodir.exp
1338 * gdb.base/solib-search.exp
1339 * gdb.base/stack-checking.exp
1340 * gdb.base/stale-infcall.exp
1341 * gdb.base/stap-probe.exp
1342 * gdb.base/start.exp
1343 * gdb.base/step-break.exp
1344 * gdb.base/step-bt.exp
1345 * gdb.base/step-line.exp
1346 * gdb.base/step-over-exit.exp
1347 * gdb.base/step-over-syscall.exp
1348 * gdb.base/step-resume-infcall.exp
1349 * gdb.base/step-test.exp
1350 * gdb.base/store.exp
1351 * gdb.base/structs3.exp
1352 * gdb.base/sym-file.exp
1353 * gdb.base/symbol-without-target_section.exp
1354 * gdb.base/term.exp
1355 * gdb.base/testenv.exp
1356 * gdb.base/ui-redirect.exp
1357 * gdb.base/until.exp
1358 * gdb.base/unwindonsignal.exp
1359 * gdb.base/value-double-free.exp
1360 * gdb.base/vla-datatypes.exp
1361 * gdb.base/vla-ptr.exp
1362 * gdb.base/vla-sideeffect.exp
1363 * gdb.base/volatile.exp
1364 * gdb.base/watch-cond-infcall.exp
1365 * gdb.base/watch-cond.exp
1366 * gdb.base/watch-non-mem.exp
1367 * gdb.base/watch-read.exp
1368 * gdb.base/watch-vfork.exp
1369 * gdb.base/watchpoint-cond-gone.exp
1370 * gdb.base/watchpoint-delete.exp
1371 * gdb.base/watchpoint-hw-hit-once.exp
1372 * gdb.base/watchpoint-hw.exp
1373 * gdb.base/watchpoint-stops-at-right-insn.exp
1374 * gdb.base/watchpoints.exp
1375 * gdb.base/wchar.exp
1376 * gdb.base/whatis-exp.exp
1377 * gdb.btrace/buffer-size.exp
1378 * gdb.btrace/data.exp
1379 * gdb.btrace/delta.exp
1380 * gdb.btrace/dlopen.exp
1381 * gdb.btrace/enable.exp
1382 * gdb.btrace/exception.exp
1383 * gdb.btrace/function_call_history.exp
1384 * gdb.btrace/gcore.exp
1385 * gdb.btrace/instruction_history.exp
1386 * gdb.btrace/nohist.exp
1387 * gdb.btrace/reconnect.exp
1388 * gdb.btrace/record_goto-step.exp
1389 * gdb.btrace/record_goto.exp
1390 * gdb.btrace/rn-dl-bind.exp
1391 * gdb.btrace/segv.exp
1392 * gdb.btrace/step.exp
1393 * gdb.btrace/stepi.exp
1394 * gdb.btrace/tailcall-only.exp
1395 * gdb.btrace/tailcall.exp
1396 * gdb.btrace/tsx.exp
1397 * gdb.btrace/unknown_functions.exp
1398 * gdb.btrace/vdso.exp
1399 * gdb.compile/compile-ifunc.exp
1400 * gdb.compile/compile-ops.exp
1401 * gdb.compile/compile-print.exp
1402 * gdb.compile/compile-setjmp.exp
1403 * gdb.cp/abstract-origin.exp
1404 * gdb.cp/ambiguous.exp
1405 * gdb.cp/annota2.exp
1406 * gdb.cp/annota3.exp
1407 * gdb.cp/anon-ns.exp
1408 * gdb.cp/anon-struct.exp
1409 * gdb.cp/anon-union.exp
1410 * gdb.cp/arg-reference.exp
1411 * gdb.cp/baseenum.exp
1412 * gdb.cp/bool.exp
1413 * gdb.cp/breakpoint.exp
1414 * gdb.cp/bs15503.exp
1415 * gdb.cp/call-c.exp
1416 * gdb.cp/casts.exp
1417 * gdb.cp/chained-calls.exp
1418 * gdb.cp/class2.exp
1419 * gdb.cp/classes.exp
1420 * gdb.cp/cmpd-minsyms.exp
1421 * gdb.cp/converts.exp
1422 * gdb.cp/cp-relocate.exp
1423 * gdb.cp/cpcompletion.exp
1424 * gdb.cp/cpexprs.exp
1425 * gdb.cp/cplabel.exp
1426 * gdb.cp/cplusfuncs.exp
1427 * gdb.cp/cpsizeof.exp
1428 * gdb.cp/ctti.exp
1429 * gdb.cp/derivation.exp
1430 * gdb.cp/destrprint.exp
1431 * gdb.cp/dispcxx.exp
1432 * gdb.cp/enum-class.exp
1433 * gdb.cp/exception.exp
1434 * gdb.cp/exceptprint.exp
1435 * gdb.cp/expand-psymtabs-cxx.exp
1436 * gdb.cp/expand-sals.exp
1437 * gdb.cp/extern-c.exp
1438 * gdb.cp/filename.exp
1439 * gdb.cp/formatted-ref.exp
1440 * gdb.cp/fpointer.exp
1441 * gdb.cp/gdb1355.exp
1442 * gdb.cp/gdb2495.exp
1443 * gdb.cp/hang.exp
1444 * gdb.cp/impl-this.exp
1445 * gdb.cp/infcall-dlopen.exp
1446 * gdb.cp/inherit.exp
1447 * gdb.cp/iostream.exp
1448 * gdb.cp/koenig.exp
1449 * gdb.cp/local.exp
1450 * gdb.cp/m-data.exp
1451 * gdb.cp/m-static.exp
1452 * gdb.cp/mb-ctor.exp
1453 * gdb.cp/mb-inline.exp
1454 * gdb.cp/mb-templates.exp
1455 * gdb.cp/member-name.exp
1456 * gdb.cp/member-ptr.exp
1457 * gdb.cp/meth-typedefs.exp
1458 * gdb.cp/method.exp
1459 * gdb.cp/method2.exp
1460 * gdb.cp/minsym-fallback.exp
1461 * gdb.cp/misc.exp
1462 * gdb.cp/namelessclass.exp
1463 * gdb.cp/namespace-enum.exp
1464 * gdb.cp/namespace-nested-import.exp
1465 * gdb.cp/namespace.exp
1466 * gdb.cp/nextoverthrow.exp
1467 * gdb.cp/no-dmgl-verbose.exp
1468 * gdb.cp/non-trivial-retval.exp
1469 * gdb.cp/noparam.exp
1470 * gdb.cp/nsdecl.exp
1471 * gdb.cp/nsimport.exp
1472 * gdb.cp/nsnested.exp
1473 * gdb.cp/nsnoimports.exp
1474 * gdb.cp/nsrecurs.exp
1475 * gdb.cp/nsstress.exp
1476 * gdb.cp/nsusing.exp
1477 * gdb.cp/operator.exp
1478 * gdb.cp/oranking.exp
1479 * gdb.cp/overload-const.exp
1480 * gdb.cp/overload.exp
1481 * gdb.cp/ovldbreak.exp
1482 * gdb.cp/ovsrch.exp
1483 * gdb.cp/paren-type.exp
1484 * gdb.cp/parse-lang.exp
1485 * gdb.cp/pass-by-ref.exp
1486 * gdb.cp/pr-1023.exp
1487 * gdb.cp/pr-1210.exp
1488 * gdb.cp/pr-574.exp
1489 * gdb.cp/pr10687.exp
1490 * gdb.cp/pr12028.exp
1491 * gdb.cp/pr17132.exp
1492 * gdb.cp/pr17494.exp
1493 * gdb.cp/pr9067.exp
1494 * gdb.cp/pr9167.exp
1495 * gdb.cp/pr9631.exp
1496 * gdb.cp/printmethod.exp
1497 * gdb.cp/psmang.exp
1498 * gdb.cp/psymtab-parameter.exp
1499 * gdb.cp/ptype-cv-cp.exp
1500 * gdb.cp/ptype-flags.exp
1501 * gdb.cp/re-set-overloaded.exp
1502 * gdb.cp/ref-types.exp
1503 * gdb.cp/rtti.exp
1504 * gdb.cp/scope-err.exp
1505 * gdb.cp/shadow.exp
1506 * gdb.cp/smartp.exp
1507 * gdb.cp/static-method.exp
1508 * gdb.cp/static-print-quit.exp
1509 * gdb.cp/temargs.exp
1510 * gdb.cp/templates.exp
1511 * gdb.cp/try_catch.exp
1512 * gdb.cp/typedef-operator.exp
1513 * gdb.cp/typeid.exp
1514 * gdb.cp/userdef.exp
1515 * gdb.cp/using-crash.exp
1516 * gdb.cp/var-tag.exp
1517 * gdb.cp/virtbase.exp
1518 * gdb.cp/virtfunc.exp
1519 * gdb.cp/virtfunc2.exp
1520 * gdb.cp/vla-cxx.exp
1521 * gdb.disasm/t01_mov.exp
1522 * gdb.disasm/t02_mova.exp
1523 * gdb.disasm/t03_add.exp
1524 * gdb.disasm/t04_sub.exp
1525 * gdb.disasm/t05_cmp.exp
1526 * gdb.disasm/t06_ari2.exp
1527 * gdb.disasm/t07_ari3.exp
1528 * gdb.disasm/t08_or.exp
1529 * gdb.disasm/t09_xor.exp
1530 * gdb.disasm/t10_and.exp
1531 * gdb.disasm/t11_logs.exp
1532 * gdb.disasm/t12_bit.exp
1533 * gdb.disasm/t13_otr.exp
1534 * gdb.dlang/circular.exp
1535 * gdb.dwarf2/arr-stride.exp
1536 * gdb.dwarf2/arr-subrange.exp
1537 * gdb.dwarf2/atomic-type.exp
1538 * gdb.dwarf2/bad-regnum.exp
1539 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1540 * gdb.dwarf2/callframecfa.exp
1541 * gdb.dwarf2/clztest.exp
1542 * gdb.dwarf2/corrupt.exp
1543 * gdb.dwarf2/data-loc.exp
1544 * gdb.dwarf2/dup-psym.exp
1545 * gdb.dwarf2/dw2-anon-mptr.exp
1546 * gdb.dwarf2/dw2-anonymous-func.exp
1547 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1548 * gdb.dwarf2/dw2-bad-unresolved.exp
1549 * gdb.dwarf2/dw2-basic.exp
1550 * gdb.dwarf2/dw2-canonicalize-type.exp
1551 * gdb.dwarf2/dw2-case-insensitive.exp
1552 * gdb.dwarf2/dw2-common-block.exp
1553 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1554 * gdb.dwarf2/dw2-compressed.exp
1555 * gdb.dwarf2/dw2-const.exp
1556 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1557 * gdb.dwarf2/dw2-cu-size.exp
1558 * gdb.dwarf2/dw2-dup-frame.exp
1559 * gdb.dwarf2/dw2-entry-value.exp
1560 * gdb.dwarf2/dw2-icycle.exp
1561 * gdb.dwarf2/dw2-ifort-parameter.exp
1562 * gdb.dwarf2/dw2-inline-break.exp
1563 * gdb.dwarf2/dw2-inline-param.exp
1564 * gdb.dwarf2/dw2-intercu.exp
1565 * gdb.dwarf2/dw2-intermix.exp
1566 * gdb.dwarf2/dw2-lexical-block-bare.exp
1567 * gdb.dwarf2/dw2-linkage-name-trust.exp
1568 * gdb.dwarf2/dw2-minsym-in-cu.exp
1569 * gdb.dwarf2/dw2-noloc.exp
1570 * gdb.dwarf2/dw2-op-call.exp
1571 * gdb.dwarf2/dw2-op-out-param.exp
1572 * gdb.dwarf2/dw2-opt-structptr.exp
1573 * gdb.dwarf2/dw2-param-error.exp
1574 * gdb.dwarf2/dw2-producer.exp
1575 * gdb.dwarf2/dw2-ranges-base.exp
1576 * gdb.dwarf2/dw2-ref-missing-frame.exp
1577 * gdb.dwarf2/dw2-reg-undefined.exp
1578 * gdb.dwarf2/dw2-regno-invalid.exp
1579 * gdb.dwarf2/dw2-restore.exp
1580 * gdb.dwarf2/dw2-restrict.exp
1581 * gdb.dwarf2/dw2-single-line-discriminators.exp
1582 * gdb.dwarf2/dw2-strp.exp
1583 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1584 * gdb.dwarf2/dw2-unresolved.exp
1585 * gdb.dwarf2/dw2-var-zero-addr.exp
1586 * gdb.dwarf2/dw4-sig-types.exp
1587 * gdb.dwarf2/dwz.exp
1588 * gdb.dwarf2/dynarr-ptr.exp
1589 * gdb.dwarf2/enum-type.exp
1590 * gdb.dwarf2/gdb-index.exp
1591 * gdb.dwarf2/implptr-64bit.exp
1592 * gdb.dwarf2/implptr-optimized-out.exp
1593 * gdb.dwarf2/implptr.exp
1594 * gdb.dwarf2/implref-array.exp
1595 * gdb.dwarf2/implref-const.exp
1596 * gdb.dwarf2/implref-global.exp
1597 * gdb.dwarf2/implref-struct.exp
1598 * gdb.dwarf2/mac-fileno.exp
1599 * gdb.dwarf2/main-subprogram.exp
1600 * gdb.dwarf2/member-ptr-forwardref.exp
1601 * gdb.dwarf2/method-ptr.exp
1602 * gdb.dwarf2/missing-sig-type.exp
1603 * gdb.dwarf2/nonvar-access.exp
1604 * gdb.dwarf2/opaque-type-lookup.exp
1605 * gdb.dwarf2/pieces-optimized-out.exp
1606 * gdb.dwarf2/pieces.exp
1607 * gdb.dwarf2/pr10770.exp
1608 * gdb.dwarf2/pr13961.exp
1609 * gdb.dwarf2/staticvirtual.exp
1610 * gdb.dwarf2/subrange.exp
1611 * gdb.dwarf2/symtab-producer.exp
1612 * gdb.dwarf2/trace-crash.exp
1613 * gdb.dwarf2/typeddwarf.exp
1614 * gdb.dwarf2/valop.exp
1615 * gdb.dwarf2/watch-notconst.exp
1616 * gdb.fortran/array-element.exp
1617 * gdb.fortran/charset.exp
1618 * gdb.fortran/common-block.exp
1619 * gdb.fortran/complex.exp
1620 * gdb.fortran/derived-type-function.exp
1621 * gdb.fortran/derived-type.exp
1622 * gdb.fortran/logical.exp
1623 * gdb.fortran/module.exp
1624 * gdb.fortran/multi-dim.exp
1625 * gdb.fortran/nested-funcs.exp
1626 * gdb.fortran/print-formatted.exp
1627 * gdb.fortran/subarray.exp
1628 * gdb.fortran/vla-alloc-assoc.exp
1629 * gdb.fortran/vla-datatypes.exp
1630 * gdb.fortran/vla-history.exp
1631 * gdb.fortran/vla-ptr-info.exp
1632 * gdb.fortran/vla-ptype-sub.exp
1633 * gdb.fortran/vla-ptype.exp
1634 * gdb.fortran/vla-sizeof.exp
1635 * gdb.fortran/vla-type.exp
1636 * gdb.fortran/vla-value-sub-arbitrary.exp
1637 * gdb.fortran/vla-value-sub-finish.exp
1638 * gdb.fortran/vla-value-sub.exp
1639 * gdb.fortran/vla-value.exp
1640 * gdb.fortran/whatis_type.exp
1641 * gdb.go/chan.exp
1642 * gdb.go/handcall.exp
1643 * gdb.go/hello.exp
1644 * gdb.go/integers.exp
1645 * gdb.go/methods.exp
1646 * gdb.go/package.exp
1647 * gdb.go/strings.exp
1648 * gdb.go/types.exp
1649 * gdb.go/unsafe.exp
1650 * gdb.guile/scm-arch.exp
1651 * gdb.guile/scm-block.exp
1652 * gdb.guile/scm-breakpoint.exp
1653 * gdb.guile/scm-cmd.exp
1654 * gdb.guile/scm-disasm.exp
1655 * gdb.guile/scm-equal.exp
1656 * gdb.guile/scm-frame-args.exp
1657 * gdb.guile/scm-frame-inline.exp
1658 * gdb.guile/scm-frame.exp
1659 * gdb.guile/scm-iterator.exp
1660 * gdb.guile/scm-math.exp
1661 * gdb.guile/scm-objfile.exp
1662 * gdb.guile/scm-ports.exp
1663 * gdb.guile/scm-symbol.exp
1664 * gdb.guile/scm-symtab.exp
1665 * gdb.guile/scm-value-cc.exp
1666 * gdb.guile/types-module.exp
1667 * gdb.linespec/break-ask.exp
1668 * gdb.linespec/cpexplicit.exp
1669 * gdb.linespec/explicit.exp
1670 * gdb.linespec/keywords.exp
1671 * gdb.linespec/linespec.exp
1672 * gdb.linespec/ls-dollar.exp
1673 * gdb.linespec/ls-errs.exp
1674 * gdb.linespec/skip-two.exp
1675 * gdb.linespec/thread.exp
1676 * gdb.mi/mi-async.exp
1677 * gdb.mi/mi-basics.exp
1678 * gdb.mi/mi-break.exp
1679 * gdb.mi/mi-catch-load.exp
1680 * gdb.mi/mi-cli.exp
1681 * gdb.mi/mi-cmd-param-changed.exp
1682 * gdb.mi/mi-console.exp
1683 * gdb.mi/mi-detach.exp
1684 * gdb.mi/mi-disassemble.exp
1685 * gdb.mi/mi-eval.exp
1686 * gdb.mi/mi-file-transfer.exp
1687 * gdb.mi/mi-file.exp
1688 * gdb.mi/mi-fill-memory.exp
1689 * gdb.mi/mi-inheritance-syntax-error.exp
1690 * gdb.mi/mi-linespec-err-cp.exp
1691 * gdb.mi/mi-logging.exp
1692 * gdb.mi/mi-memory-changed.exp
1693 * gdb.mi/mi-read-memory.exp
1694 * gdb.mi/mi-record-changed.exp
1695 * gdb.mi/mi-reg-undefined.exp
1696 * gdb.mi/mi-regs.exp
1697 * gdb.mi/mi-return.exp
1698 * gdb.mi/mi-reverse.exp
1699 * gdb.mi/mi-simplerun.exp
1700 * gdb.mi/mi-solib.exp
1701 * gdb.mi/mi-stack.exp
1702 * gdb.mi/mi-stepi.exp
1703 * gdb.mi/mi-syn-frame.exp
1704 * gdb.mi/mi-until.exp
1705 * gdb.mi/mi-var-block.exp
1706 * gdb.mi/mi-var-child.exp
1707 * gdb.mi/mi-var-cmd.exp
1708 * gdb.mi/mi-var-cp.exp
1709 * gdb.mi/mi-var-display.exp
1710 * gdb.mi/mi-var-invalidate.exp
1711 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1712 * gdb.mi/mi-vla-fortran.exp
1713 * gdb.mi/mi-watch.exp
1714 * gdb.mi/mi2-var-child.exp
1715 * gdb.mi/user-selected-context-sync.exp
1716 * gdb.modula2/unbounded-array.exp
1717 * gdb.multi/dummy-frame-restore.exp
1718 * gdb.multi/multi-arch-exec.exp
1719 * gdb.multi/multi-arch.exp
1720 * gdb.multi/tids.exp
1721 * gdb.multi/watchpoint-multi.exp
1722 * gdb.opencl/callfuncs.exp
1723 * gdb.opencl/convs_casts.exp
1724 * gdb.opencl/datatypes.exp
1725 * gdb.opencl/operators.exp
1726 * gdb.opencl/vec_comps.exp
1727 * gdb.opt/clobbered-registers-O2.exp
1728 * gdb.opt/inline-break.exp
1729 * gdb.opt/inline-bt.exp
1730 * gdb.opt/inline-cmds.exp
1731 * gdb.opt/inline-locals.exp
1732 * gdb.pascal/case-insensitive-symbols.exp
1733 * gdb.pascal/floats.exp
1734 * gdb.pascal/gdb11492.exp
1735 * gdb.python/lib-types.exp
1736 * gdb.python/py-arch.exp
1737 * gdb.python/py-as-string.exp
1738 * gdb.python/py-bad-printers.exp
1739 * gdb.python/py-block.exp
1740 * gdb.python/py-breakpoint-create-fail.exp
1741 * gdb.python/py-breakpoint.exp
1742 * gdb.python/py-caller-is.exp
1743 * gdb.python/py-cmd.exp
1744 * gdb.python/py-explore-cc.exp
1745 * gdb.python/py-explore.exp
1746 * gdb.python/py-finish-breakpoint.exp
1747 * gdb.python/py-finish-breakpoint2.exp
1748 * gdb.python/py-frame-args.exp
1749 * gdb.python/py-frame-inline.exp
1750 * gdb.python/py-frame.exp
1751 * gdb.python/py-framefilter-mi.exp
1752 * gdb.python/py-infthread.exp
1753 * gdb.python/py-lazy-string.exp
1754 * gdb.python/py-linetable.exp
1755 * gdb.python/py-mi-events.exp
1756 * gdb.python/py-mi-objfile.exp
1757 * gdb.python/py-mi.exp
1758 * gdb.python/py-objfile.exp
1759 * gdb.python/py-pp-integral.exp
1760 * gdb.python/py-pp-maint.exp
1761 * gdb.python/py-pp-re-notag.exp
1762 * gdb.python/py-pp-registration.exp
1763 * gdb.python/py-recurse-unwind.exp
1764 * gdb.python/py-strfns.exp
1765 * gdb.python/py-symbol.exp
1766 * gdb.python/py-symtab.exp
1767 * gdb.python/py-sync-interp.exp
1768 * gdb.python/py-typeprint.exp
1769 * gdb.python/py-unwind-maint.exp
1770 * gdb.python/py-unwind.exp
1771 * gdb.python/py-value-cc.exp
1772 * gdb.python/py-xmethods.exp
1773 * gdb.reverse/amd64-tailcall-reverse.exp
1774 * gdb.reverse/break-precsave.exp
1775 * gdb.reverse/break-reverse.exp
1776 * gdb.reverse/consecutive-precsave.exp
1777 * gdb.reverse/consecutive-reverse.exp
1778 * gdb.reverse/finish-precsave.exp
1779 * gdb.reverse/finish-reverse-bkpt.exp
1780 * gdb.reverse/finish-reverse.exp
1781 * gdb.reverse/fstatat-reverse.exp
1782 * gdb.reverse/getresuid-reverse.exp
1783 * gdb.reverse/i386-precsave.exp
1784 * gdb.reverse/i386-reverse.exp
1785 * gdb.reverse/i386-sse-reverse.exp
1786 * gdb.reverse/i387-env-reverse.exp
1787 * gdb.reverse/i387-stack-reverse.exp
1788 * gdb.reverse/insn-reverse.exp
1789 * gdb.reverse/machinestate-precsave.exp
1790 * gdb.reverse/machinestate.exp
1791 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1792 * gdb.reverse/pipe-reverse.exp
1793 * gdb.reverse/readv-reverse.exp
1794 * gdb.reverse/recvmsg-reverse.exp
1795 * gdb.reverse/rerun-prec.exp
1796 * gdb.reverse/s390-mvcle.exp
1797 * gdb.reverse/step-precsave.exp
1798 * gdb.reverse/step-reverse.exp
1799 * gdb.reverse/time-reverse.exp
1800 * gdb.reverse/until-precsave.exp
1801 * gdb.reverse/until-reverse.exp
1802 * gdb.reverse/waitpid-reverse.exp
1803 * gdb.reverse/watch-precsave.exp
1804 * gdb.reverse/watch-reverse.exp
1805 * gdb.rust/generics.exp
1806 * gdb.rust/methods.exp
1807 * gdb.rust/modules.exp
1808 * gdb.rust/simple.exp
1809 * gdb.server/connect-with-no-symbol-file.exp
1810 * gdb.server/ext-attach.exp
1811 * gdb.server/ext-restart.exp
1812 * gdb.server/ext-wrapper.exp
1813 * gdb.server/file-transfer.exp
1814 * gdb.server/server-exec-info.exp
1815 * gdb.server/server-kill.exp
1816 * gdb.server/server-mon.exp
1817 * gdb.server/wrapper.exp
1818 * gdb.stabs/exclfwd.exp
1819 * gdb.stabs/gdb11479.exp
1820 * gdb.threads/clone-new-thread-event.exp
1821 * gdb.threads/corethreads.exp
1822 * gdb.threads/current-lwp-dead.exp
1823 * gdb.threads/dlopen-libpthread.exp
1824 * gdb.threads/gcore-thread.exp
1825 * gdb.threads/sigstep-threads.exp
1826 * gdb.threads/watchpoint-fork.exp
1827 * gdb.trace/actions-changed.exp
1828 * gdb.trace/backtrace.exp
1829 * gdb.trace/change-loc.exp
1830 * gdb.trace/circ.exp
1831 * gdb.trace/collection.exp
1832 * gdb.trace/disconnected-tracing.exp
1833 * gdb.trace/ftrace.exp
1834 * gdb.trace/mi-trace-frame-collected.exp
1835 * gdb.trace/mi-trace-unavailable.exp
1836 * gdb.trace/mi-traceframe-changed.exp
1837 * gdb.trace/mi-tsv-changed.exp
1838 * gdb.trace/no-attach-trace.exp
1839 * gdb.trace/passc-dyn.exp
1840 * gdb.trace/qtro.exp
1841 * gdb.trace/range-stepping.exp
1842 * gdb.trace/read-memory.exp
1843 * gdb.trace/save-trace.exp
1844 * gdb.trace/signal.exp
1845 * gdb.trace/status-stop.exp
1846 * gdb.trace/tfile.exp
1847 * gdb.trace/trace-break.exp
1848 * gdb.trace/trace-buffer-size.exp
1849 * gdb.trace/trace-condition.exp
1850 * gdb.trace/tracefile-pseudo-reg.exp
1851 * gdb.trace/tstatus.exp
1852 * gdb.trace/unavailable.exp
1853 * gdb.trace/while-dyn.exp
1854 * gdb.trace/while-stepping.exp
1855
1856 2016-12-22 Doug Evans <xdje42@gmail.com>
1857
1858 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1859 and msymbols.
1860
1861 2016-12-19 Yao Qi <yao.qi@linaro.org>
1862
1863 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1864 (test_with_self): Don't call do_steps_and_nexts, and remove
1865 code about stepping into xmalloc.
1866
1867 2016-12-09 Yao Qi <yao.qi@linaro.org>
1868
1869 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1870
1871 2016-12-09 Yao Qi <yao.qi@linaro.org>
1872
1873 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1874
1875 2016-12-09 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.base/all-architectures-0.exp: New file.
1878 * gdb.base/all-architectures-1.exp: New file.
1879 * gdb.base/all-architectures-2.exp: New file.
1880 * gdb.base/all-architectures-3.exp: New file.
1881 * gdb.base/all-architectures-4.exp: New file.
1882 * gdb.base/all-architectures-5.exp: New file.
1883 * gdb.base/all-architectures-6.exp: New file.
1884 * gdb.base/all-architectures-7.exp: New file.
1885 * gdb.base/all-architectures.exp.in: New file.
1886
1887 2016-12-09 Yao Qi <yao.qi@linaro.org>
1888
1889 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1890
1891 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1892
1893 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1894 possible.
1895 Remove useless pattern-matching code.
1896
1897 2016-12-02 Pedro Alves <palves@redhat.com>
1898
1899 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1900 procedure.
1901 (top level): Call it.
1902
1903 2016-12-02 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1906 New procedure.
1907 (top level): Call it.
1908
1909 2016-12-02 Pedro Alves <palves@redhat.com>
1910
1911 PR cli/20559
1912 * gdb.base/commands.exp (user_defined_command_args_eval): New
1913 procedure.
1914 (top level): Call it.
1915
1916 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1917
1918 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1919 timeout handling.
1920
1921 2016-12-02 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.dwarf2/main-subprogram.c: New file.
1924 * gdb.dwarf2/main-subprogram.exp: New file.
1925
1926 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1927
1928 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1929 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1930 gdb_test_no_output for a couple of cases.
1931 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1932
1933 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1934
1935 Fix test names and standardize compilation error messages throughout
1936 the following files:
1937
1938 * gdb.ada/start.exp
1939 * gdb.arch/alpha-step.exp
1940 * gdb.arch/e500-prologue.exp
1941 * gdb.arch/ftrace-insn-reloc.exp
1942 * gdb.arch/gdb1291.exp
1943 * gdb.arch/gdb1431.exp
1944 * gdb.arch/gdb1558.exp
1945 * gdb.arch/i386-dr3-watch.exp
1946 * gdb.arch/i386-sse-stack-align.exp
1947 * gdb.arch/ia64-breakpoint-shadow.exp
1948 * gdb.arch/pa-nullify.exp
1949 * gdb.arch/powerpc-aix-prologue.exp
1950 * gdb.arch/thumb-bx-pc.exp
1951 * gdb.base/annota1.exp
1952 * gdb.base/annota3.exp
1953 * gdb.base/arrayidx.exp
1954 * gdb.base/assign.exp
1955 * gdb.base/attach.exp
1956 * gdb.base/auxv.exp
1957 * gdb.base/bang.exp
1958 * gdb.base/bfp-test.exp
1959 * gdb.base/bigcore.exp
1960 * gdb.base/bitfields2.exp
1961 * gdb.base/break-fun-addr.exp
1962 * gdb.base/break-probes.exp
1963 * gdb.base/call-rt-st.exp
1964 * gdb.base/callexit.exp
1965 * gdb.base/catch-fork-kill.exp
1966 * gdb.base/charset.exp
1967 * gdb.base/checkpoint.exp
1968 * gdb.base/comprdebug.exp
1969 * gdb.base/constvars.exp
1970 * gdb.base/coredump-filter.exp
1971 * gdb.base/cursal.exp
1972 * gdb.base/cvexpr.exp
1973 * gdb.base/detach.exp
1974 * gdb.base/display.exp
1975 * gdb.base/dmsym.exp
1976 * gdb.base/dprintf-pending.exp
1977 * gdb.base/dso2dso.exp
1978 * gdb.base/dtrace-probe.exp
1979 * gdb.base/dump.exp
1980 * gdb.base/enum_cond.exp
1981 * gdb.base/exe-lock.exp
1982 * gdb.base/exec-invalid-sysroot.exp
1983 * gdb.base/execl-update-breakpoints.exp
1984 * gdb.base/exprs.exp
1985 * gdb.base/fileio.exp
1986 * gdb.base/find.exp
1987 * gdb.base/finish.exp
1988 * gdb.base/fixsection.exp
1989 * gdb.base/foll-vfork.exp
1990 * gdb.base/frame-args.exp
1991 * gdb.base/gcore.exp
1992 * gdb.base/gdb1250.exp
1993 * gdb.base/global-var-nested-by-dso.exp
1994 * gdb.base/gnu-ifunc.exp
1995 * gdb.base/hashline1.exp
1996 * gdb.base/hashline2.exp
1997 * gdb.base/hashline3.exp
1998 * gdb.base/hbreak-in-shr-unsupported.exp
1999 * gdb.base/huge.exp
2000 * gdb.base/infcall-input.exp
2001 * gdb.base/info-fun.exp
2002 * gdb.base/info-shared.exp
2003 * gdb.base/jit-simple.exp
2004 * gdb.base/jit-so.exp
2005 * gdb.base/jit.exp
2006 * gdb.base/jump.exp
2007 * gdb.base/label.exp
2008 * gdb.base/lineinc.exp
2009 * gdb.base/logical.exp
2010 * gdb.base/longjmp.exp
2011 * gdb.base/macscp.exp
2012 * gdb.base/miscexprs.exp
2013 * gdb.base/new-ui-echo.exp
2014 * gdb.base/new-ui-pending-input.exp
2015 * gdb.base/new-ui.exp
2016 * gdb.base/nodebug.exp
2017 * gdb.base/nofield.exp
2018 * gdb.base/offsets.exp
2019 * gdb.base/overlays.exp
2020 * gdb.base/pending.exp
2021 * gdb.base/pointers.exp
2022 * gdb.base/pr11022.exp
2023 * gdb.base/printcmds.exp
2024 * gdb.base/prologue.exp
2025 * gdb.base/ptr-typedef.exp
2026 * gdb.base/realname-expand.exp
2027 * gdb.base/relativedebug.exp
2028 * gdb.base/relocate.exp
2029 * gdb.base/remote.exp
2030 * gdb.base/reread.exp
2031 * gdb.base/return2.exp
2032 * gdb.base/savedregs.exp
2033 * gdb.base/sep.exp
2034 * gdb.base/sepdebug.exp
2035 * gdb.base/sepsymtab.exp
2036 * gdb.base/set-inferior-tty.exp
2037 * gdb.base/setshow.exp
2038 * gdb.base/shlib-call.exp
2039 * gdb.base/sigaltstack.exp
2040 * gdb.base/siginfo-addr.exp
2041 * gdb.base/signals.exp
2042 * gdb.base/signull.exp
2043 * gdb.base/sigrepeat.exp
2044 * gdb.base/so-impl-ld.exp
2045 * gdb.base/solib-display.exp
2046 * gdb.base/solib-overlap.exp
2047 * gdb.base/solib-search.exp
2048 * gdb.base/solib-symbol.exp
2049 * gdb.base/structs.exp
2050 * gdb.base/structs2.exp
2051 * gdb.base/symtab-search-order.exp
2052 * gdb.base/twice.exp
2053 * gdb.base/unload.exp
2054 * gdb.base/varargs.exp
2055 * gdb.base/watchpoint-solib.exp
2056 * gdb.base/watchpoint.exp
2057 * gdb.base/whatis.exp
2058 * gdb.base/wrong_frame_bt_full.exp
2059 * gdb.btrace/dlopen.exp
2060 * gdb.cell/ea-standalone.exp
2061 * gdb.cell/ea-test.exp
2062 * gdb.cp/dispcxx.exp
2063 * gdb.cp/gdb2384.exp
2064 * gdb.cp/method2.exp
2065 * gdb.cp/nextoverthrow.exp
2066 * gdb.cp/pr10728.exp
2067 * gdb.disasm/am33.exp
2068 * gdb.disasm/h8300s.exp
2069 * gdb.disasm/mn10300.exp
2070 * gdb.disasm/sh3.exp
2071 * gdb.dwarf2/dw2-dir-file-name.exp
2072 * gdb.fortran/complex.exp
2073 * gdb.fortran/library-module.exp
2074 * gdb.guile/scm-pretty-print.exp
2075 * gdb.guile/scm-symbol.exp
2076 * gdb.guile/scm-type.exp
2077 * gdb.guile/scm-value.exp
2078 * gdb.linespec/linespec.exp
2079 * gdb.mi/gdb701.exp
2080 * gdb.mi/gdb792.exp
2081 * gdb.mi/mi-breakpoint-changed.exp
2082 * gdb.mi/mi-dprintf-pending.exp
2083 * gdb.mi/mi-dprintf.exp
2084 * gdb.mi/mi-exit-code.exp
2085 * gdb.mi/mi-pending.exp
2086 * gdb.mi/mi-solib.exp
2087 * gdb.mi/new-ui-mi-sync.exp
2088 * gdb.mi/pr11022.exp
2089 * gdb.mi/user-selected-context-sync.exp
2090 * gdb.opt/solib-intra-step.exp
2091 * gdb.python/py-events.exp
2092 * gdb.python/py-finish-breakpoint.exp
2093 * gdb.python/py-mi.exp
2094 * gdb.python/py-prettyprint.exp
2095 * gdb.python/py-shared.exp
2096 * gdb.python/py-symbol.exp
2097 * gdb.python/py-template.exp
2098 * gdb.python/py-type.exp
2099 * gdb.python/py-value.exp
2100 * gdb.reverse/solib-precsave.exp
2101 * gdb.reverse/solib-reverse.exp
2102 * gdb.server/solib-list.exp
2103 * gdb.stabs/weird.exp
2104 * gdb.threads/reconnect-signal.exp
2105 * gdb.threads/stepi-random-signal.exp
2106 * gdb.trace/actions.exp
2107 * gdb.trace/ax.exp
2108 * gdb.trace/backtrace.exp
2109 * gdb.trace/change-loc.exp
2110 * gdb.trace/deltrace.exp
2111 * gdb.trace/ftrace-lock.exp
2112 * gdb.trace/ftrace.exp
2113 * gdb.trace/infotrace.exp
2114 * gdb.trace/mi-tracepoint-changed.exp
2115 * gdb.trace/packetlen.exp
2116 * gdb.trace/passcount.exp
2117 * gdb.trace/pending.exp
2118 * gdb.trace/range-stepping.exp
2119 * gdb.trace/report.exp
2120 * gdb.trace/stap-trace.exp
2121 * gdb.trace/tfind.exp
2122 * gdb.trace/trace-break.exp
2123 * gdb.trace/trace-condition.exp
2124 * gdb.trace/trace-enable-disable.exp
2125 * gdb.trace/trace-mt.exp
2126 * gdb.trace/tracecmd.exp
2127 * gdb.trace/tspeed.exp
2128 * gdb.trace/tsv.exp
2129 * lib/perftest.exp
2130
2131 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2132
2133 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2134 with gdb_test_no_output.
2135 Use command as test name.
2136
2137 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2138
2139 Fix test names starting with uppercase throughout the files.
2140
2141 * gdb.ada/assign_1.exp
2142 * gdb.ada/boolean_expr.exp
2143 * gdb.base/arrayidx.exp
2144 * gdb.base/del.exp
2145 * gdb.base/gcore-buffer-overflow.exp
2146 * gdb.base/testenv.exp
2147 * gdb.compile/compile.exp
2148 * gdb.python/py-framefilter-invalidarg.exp
2149 * gdb.python/py-framefilter.exp
2150
2151 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2152
2153 Fix test names starting with uppercase throughout the files.
2154
2155 * gdb.ada/array_return.exp
2156 * gdb.ada/expr_delims.exp
2157 * gdb.ada/mi_dyn_arr.exp
2158 * gdb.ada/mi_interface.exp
2159 * gdb.ada/mi_var_array.exp
2160 * gdb.ada/watch_arg.exp
2161 * gdb.arch/alpha-step.exp
2162 * gdb.arch/altivec-regs.exp
2163 * gdb.arch/e500-regs.exp
2164 * gdb.arch/powerpc-d128-regs.exp
2165 * gdb.base/arrayidx.exp
2166 * gdb.base/break.exp
2167 * gdb.base/checkpoint.exp
2168 * gdb.base/debug-expr.exp
2169 * gdb.base/dmsym.exp
2170 * gdb.base/radix.exp
2171 * gdb.base/sepdebug.exp
2172 * gdb.base/testenv.exp
2173 * gdb.base/watch_thread_num.exp
2174 * gdb.base/watchpoint-cond-gone.exp
2175 * gdb.cell/break.exp
2176 * gdb.cell/ea-cache.exp
2177 * gdb.compile/compile.exp
2178 * gdb.cp/gdb2495.exp
2179 * gdb.gdb/selftest.exp
2180 * gdb.gdb/xfullpath.exp
2181 * gdb.go/hello.exp
2182 * gdb.go/integers.exp
2183 * gdb.objc/basicclass.exp
2184 * gdb.pascal/hello.exp
2185 * gdb.pascal/integers.exp
2186 * gdb.python/py-breakpoint.exp
2187 * gdb.python/py-cmd.exp
2188 * gdb.python/py-linetable.exp
2189 * gdb.python/py-xmethods.exp
2190 * gdb.python/python.exp
2191 * gdb.reverse/consecutive-precsave.exp
2192 * gdb.reverse/finish-precsave.exp
2193 * gdb.reverse/i386-precsave.exp
2194 * gdb.reverse/machinestate-precsave.exp
2195 * gdb.reverse/sigall-precsave.exp
2196 * gdb.reverse/solib-precsave.exp
2197 * gdb.reverse/step-precsave.exp
2198 * gdb.reverse/until-precsave.exp
2199 * gdb.reverse/watch-precsave.exp
2200 * gdb.threads/leader-exit.exp
2201 * gdb.threads/pthreads.exp
2202 * gdb.threads/wp-replication.exp
2203 * gdb.trace/actions.exp
2204 * gdb.trace/mi-tsv-changed.exp
2205 * gdb.trace/tsv.exp
2206
2207 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2208
2209 Fix test names starting with uppercase throughout the files.
2210
2211 * gdb.arch/i386-bp_permanent.exp
2212 * gdb.arch/i386-gnu-cfi.exp
2213 * gdb.base/disasm-end-cu.exp
2214 * gdb.base/macscp.exp
2215 * gdb.base/pending.exp
2216 * gdb.base/watch_thread_num.exp
2217 * gdb.cp/exception.exp
2218 * gdb.cp/gdb2495.exp
2219 * gdb.cp/local.exp
2220 * gdb.python/py-evsignal.exp
2221 * gdb.python/python.exp
2222 * gdb.trace/tracecmd.exp
2223
2224 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2225
2226 Fix test names starting with uppercase throughout the files.
2227
2228 * gdb.base/charset.exp
2229 * gdb.base/eval.exp
2230 * gdb.base/multi-forks.exp
2231 * gdb.guile/scm-progspace.exp
2232 * gdb.opencl/datatypes.exp
2233 * gdb.python/py-block.exp
2234 * gdb.python/py-function.exp
2235 * gdb.python/py-symbol.exp
2236 * gdb.python/py-symtab.exp
2237 * gdb.python/py-xmethods.exp
2238 * gdb.reverse/break-precsave.exp
2239 * gdb.reverse/break-reverse.exp
2240 * gdb.reverse/consecutive-precsave.exp
2241 * gdb.reverse/consecutive-reverse.exp
2242 * gdb.reverse/finish-precsave.exp
2243 * gdb.reverse/finish-reverse-bkpt.exp
2244 * gdb.reverse/finish-reverse.exp
2245 * gdb.reverse/fstatat-reverse.exp
2246 * gdb.reverse/getresuid-reverse.exp
2247 * gdb.reverse/i386-precsave.exp
2248 * gdb.reverse/i386-reverse.exp
2249 * gdb.reverse/i386-sse-reverse.exp
2250 * gdb.reverse/i387-stack-reverse.exp
2251 * gdb.reverse/insn-reverse.exp
2252 * gdb.reverse/machinestate-precsave.exp
2253 * gdb.reverse/machinestate.exp
2254 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2255 * gdb.reverse/pipe-reverse.exp
2256 * gdb.reverse/readv-reverse.exp
2257 * gdb.reverse/recvmsg-reverse.exp
2258 * gdb.reverse/rerun-prec.exp
2259 * gdb.reverse/s390-mvcle.exp
2260 * gdb.reverse/sigall-precsave.exp
2261 * gdb.reverse/sigall-reverse.exp
2262 * gdb.reverse/solib-precsave.exp
2263 * gdb.reverse/solib-reverse.exp
2264 * gdb.reverse/step-precsave.exp
2265 * gdb.reverse/step-reverse.exp
2266 * gdb.reverse/time-reverse.exp
2267 * gdb.reverse/until-precsave.exp
2268 * gdb.reverse/until-reverse.exp
2269 * gdb.reverse/waitpid-reverse.exp
2270 * gdb.reverse/watch-precsave.exp
2271 * gdb.reverse/watch-reverse.exp
2272
2273 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2274
2275 Fix test names starting with uppercase throughout the files.
2276
2277 * gdb.arch/i386-mpx-simple_segv.exp
2278 * gdb.arch/i386-mpx.exp
2279 * gdb.arch/i386-permbkpt.exp
2280 * gdb.arch/pa-nullify.exp
2281 * gdb.arch/powerpc-d128-regs.exp
2282 * gdb.arch/vsx-regs.exp
2283 * gdb.base/bfp-test.exp
2284 * gdb.base/break.exp
2285 * gdb.base/breakpoint-shadow.exp
2286 * gdb.base/callfuncs.exp
2287 * gdb.base/charset.exp
2288 * gdb.base/commands.exp
2289 * gdb.base/completion.exp
2290 * gdb.base/dfp-test.exp
2291 * gdb.base/echo.exp
2292 * gdb.base/ending-run.exp
2293 * gdb.base/eval.exp
2294 * gdb.base/expand-psymtabs.exp
2295 * gdb.base/float128.exp
2296 * gdb.base/floatn.exp
2297 * gdb.base/foll-exec-mode.exp
2298 * gdb.base/gdb1056.exp
2299 * gdb.base/gdb11531.exp
2300 * gdb.base/kill-after-signal.exp
2301 * gdb.base/multi-forks.exp
2302 * gdb.base/overlays.exp
2303 * gdb.base/pending.exp
2304 * gdb.base/sepdebug.exp
2305 * gdb.base/testenv.exp
2306 * gdb.base/valgrind-db-attach.exp
2307 * gdb.base/watch_thread_num.exp
2308 * gdb.base/watchpoint-cond-gone.exp
2309 * gdb.base/watchpoint.exp
2310 * gdb.base/watchpoints.exp
2311 * gdb.cp/arg-reference.exp
2312 * gdb.cp/baseenum.exp
2313 * gdb.cp/operator.exp
2314 * gdb.cp/shadow.exp
2315 * gdb.dwarf2/dw2-op-out-param.exp
2316 * gdb.dwarf2/dw2-reg-undefined.exp
2317 * gdb.go/chan.exp
2318 * gdb.go/hello.exp
2319 * gdb.go/integers.exp
2320 * gdb.go/methods.exp
2321 * gdb.go/package.exp
2322 * gdb.guile/scm-parameter.exp
2323 * gdb.guile/scm-progspace.exp
2324 * gdb.guile/scm-value.exp
2325 * gdb.mi/mi-pending.exp
2326 * gdb.mi/user-selected-context-sync.exp
2327 * gdb.multi/multi-attach.exp
2328 * gdb.multi/tids.exp
2329 * gdb.opt/clobbered-registers-O2.exp
2330 * gdb.pascal/floats.exp
2331 * gdb.pascal/integers.exp
2332 * gdb.python/py-block.exp
2333 * gdb.python/py-events.exp
2334 * gdb.python/py-parameter.exp
2335 * gdb.python/py-symbol.exp
2336 * gdb.python/py-symtab.exp
2337 * gdb.python/py-type.exp
2338 * gdb.python/py-value.exp
2339 * gdb.python/py-xmethods.exp
2340 * gdb.python/python.exp
2341 * gdb.reverse/break-precsave.exp
2342 * gdb.reverse/consecutive-precsave.exp
2343 * gdb.reverse/finish-precsave.exp
2344 * gdb.reverse/i386-precsave.exp
2345 * gdb.reverse/machinestate-precsave.exp
2346 * gdb.reverse/sigall-precsave.exp
2347 * gdb.reverse/solib-precsave.exp
2348 * gdb.reverse/step-precsave.exp
2349 * gdb.reverse/until-precsave.exp
2350 * gdb.reverse/watch-precsave.exp
2351 * gdb.server/ext-attach.exp
2352 * gdb.server/ext-restart.exp
2353 * gdb.server/ext-run.exp
2354 * gdb.server/ext-wrapper.exp
2355 * gdb.stabs/gdb11479.exp
2356 * gdb.stabs/weird.exp
2357 * gdb.threads/attach-many-short-lived-threads.exp
2358 * gdb.threads/kill.exp
2359 * gdb.threads/watchpoint-fork.exp
2360
2361 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2362
2363 Fix test names starting with uppercase throughout all the files below.
2364
2365 * gdb.ada/array_return.exp
2366 * gdb.ada/catch_ex.exp
2367 * gdb.ada/info_exc.exp
2368 * gdb.ada/mi_catch_ex.exp
2369 * gdb.ada/mi_dyn_arr.exp
2370 * gdb.ada/mi_ex_cond.exp
2371 * gdb.ada/mi_exc_info.exp
2372 * gdb.ada/mi_interface.exp
2373 * gdb.ada/mi_task_arg.exp
2374 * gdb.ada/mi_task_info.exp
2375 * gdb.ada/mi_var_array.exp
2376 * gdb.arch/alpha-step.exp
2377 * gdb.arch/amd64-disp-step.exp
2378 * gdb.arch/arm-disp-step.exp
2379 * gdb.arch/disp-step-insn-reloc.exp
2380 * gdb.arch/e500-prologue.exp
2381 * gdb.arch/ftrace-insn-reloc.exp
2382 * gdb.arch/gdb1558.exp
2383 * gdb.arch/i386-bp_permanent.exp
2384 * gdb.arch/i386-disp-step.exp
2385 * gdb.arch/i386-float.exp
2386 * gdb.arch/i386-gnu-cfi.exp
2387 * gdb.arch/ia64-breakpoint-shadow.exp
2388 * gdb.arch/mips16-thunks.exp
2389 * gdb.arch/pa-nullify.exp
2390 * gdb.arch/powerpc-aix-prologue.exp
2391 * gdb.arch/powerpc-power.exp
2392 * gdb.arch/ppc-dfp.exp
2393 * gdb.arch/s390-tdbregs.exp
2394 * gdb.arch/spu-info.exp
2395 * gdb.arch/spu-ls.exp
2396 * gdb.arch/thumb-bx-pc.exp
2397 * gdb.base/advance.exp
2398 * gdb.base/annota-input-while-running.exp
2399 * gdb.base/arrayidx.exp
2400 * gdb.base/asmlabel.exp
2401 * gdb.base/async.exp
2402 * gdb.base/attach-wait-input.exp
2403 * gdb.base/auto-connect-native-target.exp
2404 * gdb.base/batch-preserve-term-settings.exp
2405 * gdb.base/bfp-test.exp
2406 * gdb.base/bigcore.exp
2407 * gdb.base/bp-permanent.exp
2408 * gdb.base/break-always.exp
2409 * gdb.base/break-fun-addr.exp
2410 * gdb.base/break-idempotent.exp
2411 * gdb.base/break-main-file-remove-fail.exp
2412 * gdb.base/break-probes.exp
2413 * gdb.base/break-unload-file.exp
2414 * gdb.base/break.exp
2415 * gdb.base/call-ar-st.exp
2416 * gdb.base/call-rt-st.exp
2417 * gdb.base/call-sc.exp
2418 * gdb.base/call-signal-resume.exp
2419 * gdb.base/call-strs.exp
2420 * gdb.base/callexit.exp
2421 * gdb.base/callfuncs.exp
2422 * gdb.base/catch-gdb-caused-signals.exp
2423 * gdb.base/catch-signal-siginfo-cond.exp
2424 * gdb.base/catch-syscall.exp
2425 * gdb.base/compare-sections.exp
2426 * gdb.base/cond-eval-mode.exp
2427 * gdb.base/condbreak-call-false.exp
2428 * gdb.base/consecutive-step-over.exp
2429 * gdb.base/cursal.exp
2430 * gdb.base/disabled-location.exp
2431 * gdb.base/disasm-end-cu.exp
2432 * gdb.base/display.exp
2433 * gdb.base/double-prompt-target-event-error.exp
2434 * gdb.base/dprintf-bp-same-addr.exp
2435 * gdb.base/dprintf-detach.exp
2436 * gdb.base/dprintf-next.exp
2437 * gdb.base/dprintf-non-stop.exp
2438 * gdb.base/dprintf-pending.exp
2439 * gdb.base/dso2dso.exp
2440 * gdb.base/ending-run.exp
2441 * gdb.base/enum_cond.exp
2442 * gdb.base/examine-backward.exp
2443 * gdb.base/exe-lock.exp
2444 * gdb.base/exec-invalid-sysroot.exp
2445 * gdb.base/execl-update-breakpoints.exp
2446 * gdb.base/execution-termios.exp
2447 * gdb.base/fileio.exp
2448 * gdb.base/fixsection.exp
2449 * gdb.base/foll-exec-mode.exp
2450 * gdb.base/foll-exec.exp
2451 * gdb.base/fork-running-state.exp
2452 * gdb.base/frame-args.exp
2453 * gdb.base/fullpath-expand.exp
2454 * gdb.base/func-ptr.exp
2455 * gdb.base/gcore-relro-pie.exp
2456 * gdb.base/gdb1090.exp
2457 * gdb.base/gdb1555.exp
2458 * gdb.base/global-var-nested-by-dso.exp
2459 * gdb.base/gnu-ifunc.exp
2460 * gdb.base/hbreak-in-shr-unsupported.exp
2461 * gdb.base/hbreak-unmapped.exp
2462 * gdb.base/hook-stop.exp
2463 * gdb.base/infcall-input.exp
2464 * gdb.base/info-fun.exp
2465 * gdb.base/info-shared.exp
2466 * gdb.base/interrupt-noterm.exp
2467 * gdb.base/jit-so.exp
2468 * gdb.base/jit.exp
2469 * gdb.base/line-symtabs.exp
2470 * gdb.base/list.exp
2471 * gdb.base/longjmp.exp
2472 * gdb.base/macscp.exp
2473 * gdb.base/max-value-size.exp
2474 * gdb.base/nodebug.exp
2475 * gdb.base/nofield.exp
2476 * gdb.base/overlays.exp
2477 * gdb.base/paginate-after-ctrl-c-running.exp
2478 * gdb.base/paginate-bg-execution.exp
2479 * gdb.base/paginate-inferior-exit.exp
2480 * gdb.base/pending.exp
2481 * gdb.base/pr11022.exp
2482 * gdb.base/printcmds.exp
2483 * gdb.base/ptr-typedef.exp
2484 * gdb.base/ptype.exp
2485 * gdb.base/randomize.exp
2486 * gdb.base/range-stepping.exp
2487 * gdb.base/realname-expand.exp
2488 * gdb.base/relativedebug.exp
2489 * gdb.base/remote.exp
2490 * gdb.base/savedregs.exp
2491 * gdb.base/sepdebug.exp
2492 * gdb.base/set-noassign.exp
2493 * gdb.base/shlib-call.exp
2494 * gdb.base/shreloc.exp
2495 * gdb.base/sigaltstack.exp
2496 * gdb.base/sigbpt.exp
2497 * gdb.base/siginfo-addr.exp
2498 * gdb.base/siginfo-obj.exp
2499 * gdb.base/siginfo-thread.exp
2500 * gdb.base/signest.exp
2501 * gdb.base/signull.exp
2502 * gdb.base/sigrepeat.exp
2503 * gdb.base/skip.exp
2504 * gdb.base/so-impl-ld.exp
2505 * gdb.base/solib-corrupted.exp
2506 * gdb.base/solib-disc.exp
2507 * gdb.base/solib-display.exp
2508 * gdb.base/solib-overlap.exp
2509 * gdb.base/solib-search.exp
2510 * gdb.base/solib-symbol.exp
2511 * gdb.base/source-execution.exp
2512 * gdb.base/sss-bp-on-user-bp-2.exp
2513 * gdb.base/sss-bp-on-user-bp.exp
2514 * gdb.base/stack-checking.exp
2515 * gdb.base/stale-infcall.exp
2516 * gdb.base/step-break.exp
2517 * gdb.base/step-line.exp
2518 * gdb.base/step-over-exit.exp
2519 * gdb.base/step-test.exp
2520 * gdb.base/structs.exp
2521 * gdb.base/sym-file.exp
2522 * gdb.base/symtab-search-order.exp
2523 * gdb.base/term.exp
2524 * gdb.base/type-opaque.exp
2525 * gdb.base/unload.exp
2526 * gdb.base/until-nodebug.exp
2527 * gdb.base/until.exp
2528 * gdb.base/unwindonsignal.exp
2529 * gdb.base/watch-cond.exp
2530 * gdb.base/watch-non-mem.exp
2531 * gdb.base/watch_thread_num.exp
2532 * gdb.base/watchpoint-reuse-slot.exp
2533 * gdb.base/watchpoint-solib.exp
2534 * gdb.base/watchpoint.exp
2535 * gdb.btrace/dlopen.exp
2536 * gdb.cell/arch.exp
2537 * gdb.cell/break.exp
2538 * gdb.cell/bt.exp
2539 * gdb.cell/core.exp
2540 * gdb.cell/data.exp
2541 * gdb.cell/dwarfaddr.exp
2542 * gdb.cell/ea-cache.exp
2543 * gdb.cell/ea-standalone.exp
2544 * gdb.cell/ea-test.exp
2545 * gdb.cell/f-regs.exp
2546 * gdb.cell/fork.exp
2547 * gdb.cell/gcore.exp
2548 * gdb.cell/mem-access.exp
2549 * gdb.cell/ptype.exp
2550 * gdb.cell/registers.exp
2551 * gdb.cell/sizeof.exp
2552 * gdb.cell/solib-symbol.exp
2553 * gdb.cell/solib.exp
2554 * gdb.compile/compile-tls.exp
2555 * gdb.cp/exception.exp
2556 * gdb.cp/gdb2495.exp
2557 * gdb.cp/local.exp
2558 * gdb.cp/mb-inline.exp
2559 * gdb.cp/mb-templates.exp
2560 * gdb.cp/pr10687.exp
2561 * gdb.cp/pr9167.exp
2562 * gdb.cp/scope-err.exp
2563 * gdb.cp/templates.exp
2564 * gdb.cp/virtfunc.exp
2565 * gdb.dwarf2/dw2-dir-file-name.exp
2566 * gdb.dwarf2/dw2-single-line-discriminators.exp
2567 * gdb.fortran/complex.exp
2568 * gdb.fortran/library-module.exp
2569 * gdb.guile/guile.exp
2570 * gdb.guile/scm-cmd.exp
2571 * gdb.guile/scm-frame-inline.exp
2572 * gdb.guile/scm-objfile.exp
2573 * gdb.guile/scm-pretty-print.exp
2574 * gdb.guile/scm-symbol.exp
2575 * gdb.guile/scm-type.exp
2576 * gdb.guile/scm-value.exp
2577 * gdb.linespec/keywords.exp
2578 * gdb.linespec/ls-errs.exp
2579 * gdb.linespec/macro-relative.exp
2580 * gdb.linespec/thread.exp
2581 * gdb.mi/mi-breakpoint-changed.exp
2582 * gdb.mi/mi-dprintf-pending.exp
2583 * gdb.mi/mi-fullname-deleted.exp
2584 * gdb.mi/mi-logging.exp
2585 * gdb.mi/mi-pending.exp
2586 * gdb.mi/mi-solib.exp
2587 * gdb.mi/new-ui-mi-sync.exp
2588 * gdb.mi/user-selected-context-sync.exp
2589 * gdb.multi/dummy-frame-restore.exp
2590 * gdb.multi/multi-arch-exec.exp
2591 * gdb.multi/remove-inferiors.exp
2592 * gdb.multi/watchpoint-multi-exit.exp
2593 * gdb.opt/solib-intra-step.exp
2594 * gdb.perf/backtrace.exp
2595 * gdb.perf/single-step.exp
2596 * gdb.perf/skip-command.exp
2597 * gdb.perf/skip-prologue.exp
2598 * gdb.perf/solib.exp
2599 * gdb.python/lib-types.exp
2600 * gdb.python/py-as-string.exp
2601 * gdb.python/py-bad-printers.exp
2602 * gdb.python/py-block.exp
2603 * gdb.python/py-breakpoint.exp
2604 * gdb.python/py-cmd.exp
2605 * gdb.python/py-events.exp
2606 * gdb.python/py-evthreads.exp
2607 * gdb.python/py-finish-breakpoint.exp
2608 * gdb.python/py-finish-breakpoint2.exp
2609 * gdb.python/py-frame-inline.exp
2610 * gdb.python/py-frame.exp
2611 * gdb.python/py-inferior.exp
2612 * gdb.python/py-infthread.exp
2613 * gdb.python/py-mi.exp
2614 * gdb.python/py-objfile.exp
2615 * gdb.python/py-pp-maint.exp
2616 * gdb.python/py-pp-registration.exp
2617 * gdb.python/py-prettyprint.exp
2618 * gdb.python/py-recurse-unwind.exp
2619 * gdb.python/py-shared.exp
2620 * gdb.python/py-symbol.exp
2621 * gdb.python/py-symtab.exp
2622 * gdb.python/py-template.exp
2623 * gdb.python/py-type.exp
2624 * gdb.python/py-unwind-maint.exp
2625 * gdb.python/py-unwind.exp
2626 * gdb.python/py-value.exp
2627 * gdb.python/python.exp
2628 * gdb.reverse/finish-reverse-bkpt.exp
2629 * gdb.reverse/insn-reverse.exp
2630 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2631 * gdb.reverse/solib-precsave.exp
2632 * gdb.reverse/solib-reverse.exp
2633 * gdb.stabs/gdb11479.exp
2634 * gdb.stabs/weird.exp
2635 * gdb.threads/fork-child-threads.exp
2636 * gdb.threads/fork-plus-threads.exp
2637 * gdb.threads/fork-thread-pending.exp
2638 * gdb.threads/forking-threads-plus-breakpoint.exp
2639 * gdb.threads/hand-call-in-threads.exp
2640 * gdb.threads/interrupted-hand-call.exp
2641 * gdb.threads/linux-dp.exp
2642 * gdb.threads/local-watch-wrong-thread.exp
2643 * gdb.threads/next-while-other-thread-longjmps.exp
2644 * gdb.threads/non-ldr-exit.exp
2645 * gdb.threads/pending-step.exp
2646 * gdb.threads/print-threads.exp
2647 * gdb.threads/process-dies-while-detaching.exp
2648 * gdb.threads/process-dies-while-handling-bp.exp
2649 * gdb.threads/pthreads.exp
2650 * gdb.threads/queue-signal.exp
2651 * gdb.threads/reconnect-signal.exp
2652 * gdb.threads/signal-command-handle-nopass.exp
2653 * gdb.threads/signal-command-multiple-signals-pending.exp
2654 * gdb.threads/signal-delivered-right-thread.exp
2655 * gdb.threads/signal-sigtrap.exp
2656 * gdb.threads/sigthread.exp
2657 * gdb.threads/staticthreads.exp
2658 * gdb.threads/stepi-random-signal.exp
2659 * gdb.threads/thread-unwindonsignal.exp
2660 * gdb.threads/thread_check.exp
2661 * gdb.threads/thread_events.exp
2662 * gdb.threads/tid-reuse.exp
2663 * gdb.threads/tls-nodebug.exp
2664 * gdb.threads/tls-shared.exp
2665 * gdb.threads/tls-so_extern.exp
2666 * gdb.threads/tls.exp
2667 * gdb.threads/wp-replication.exp
2668 * gdb.trace/actions-changed.exp
2669 * gdb.trace/actions.exp
2670 * gdb.trace/backtrace.exp
2671 * gdb.trace/change-loc.exp
2672 * gdb.trace/collection.exp
2673 * gdb.trace/deltrace.exp
2674 * gdb.trace/disconnected-tracing.exp
2675 * gdb.trace/entry-values.exp
2676 * gdb.trace/ftrace-lock.exp
2677 * gdb.trace/ftrace.exp
2678 * gdb.trace/infotrace.exp
2679 * gdb.trace/mi-trace-frame-collected.exp
2680 * gdb.trace/mi-trace-unavailable.exp
2681 * gdb.trace/mi-traceframe-changed.exp
2682 * gdb.trace/mi-tracepoint-changed.exp
2683 * gdb.trace/mi-tsv-changed.exp
2684 * gdb.trace/no-attach-trace.exp
2685 * gdb.trace/packetlen.exp
2686 * gdb.trace/passc-dyn.exp
2687 * gdb.trace/passcount.exp
2688 * gdb.trace/pending.exp
2689 * gdb.trace/pr16508.exp
2690 * gdb.trace/qtro.exp
2691 * gdb.trace/range-stepping.exp
2692 * gdb.trace/read-memory.exp
2693 * gdb.trace/report.exp
2694 * gdb.trace/save-trace.exp
2695 * gdb.trace/signal.exp
2696 * gdb.trace/stap-trace.exp
2697 * gdb.trace/status-stop.exp
2698 * gdb.trace/strace.exp
2699 * gdb.trace/tfile.exp
2700 * gdb.trace/tfind.exp
2701 * gdb.trace/trace-break.exp
2702 * gdb.trace/trace-condition.exp
2703 * gdb.trace/trace-enable-disable.exp
2704 * gdb.trace/trace-mt.exp
2705 * gdb.trace/tracecmd.exp
2706 * gdb.trace/tracefile-pseudo-reg.exp
2707 * gdb.trace/tspeed.exp
2708 * gdb.trace/tstatus.exp
2709 * gdb.trace/tsv.exp
2710 * gdb.trace/unavailable.exp
2711 * gdb.trace/while-dyn.exp
2712 * gdb.trace/while-stepping.exp
2713 * lib/gdb-guile.exp
2714 * lib/gdb.exp
2715 * lib/mi-support.exp
2716 * lib/pascal.exp
2717 * lib/perftest.exp
2718 * lib/prelink-support.exp
2719 * lib/selftest-support.exp
2720
2721 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2722
2723 * Makefile.in: Include disable-implicit-rules.mk.
2724
2725 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2726
2727 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2728 non-byte-aligned bit fields.
2729
2730 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2731
2732 PR gdb/12616
2733 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2734 respects the DW_AT_data_bit_offset attribute.
2735
2736 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2737
2738 * gdb.base/default.exp: Fix output of "set language".
2739
2740 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2741
2742 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2743 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2744 make.
2745 * configure.ac: Remove checks for the make program.
2746 * configure: Re-generate.
2747
2748 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2749
2750 * gdb.python/py-recurse-unwind.c (main): Add loop.
2751 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2752 to read_register() and gdb.parse_and_eval(). Make each code
2753 call a separate case that can be individually tested.
2754 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2755 proc. Call cont_and_backtrace for each of the code paths that
2756 we want to test in the unwinder.
2757
2758 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2759
2760 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2761 the definition of struct S.
2762
2763 2016-11-11 Catherine Moore <clm@codesourcery.com>
2764
2765 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2766
2767 2016-11-09 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.base/commands.exp (runto_or_return): New procedure.
2770 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2771 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2772 (progvar_simple_while_test, progvar_complex_if_while_test)
2773 (if_while_breakpoint_command_test)
2774 (infrun_breakpoint_command_test, breakpoint_command_test)
2775 (user_defined_command_test, watchpoint_command_test)
2776 (test_command_prompt_position, redefine_hook_test)
2777 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2778 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2779 multi_line_input and multi_line. Remove gdb_expect and
2780 gdb_stop_suppressing_tests uses.
2781 * lib/gdb.exp (valnum_re): New global.
2782 (multi_line_input): New procedure.
2783
2784 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2785
2786 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2787 Remove.
2788 (test_setup): Define with proc_with_prefix.
2789 (test_cli_inferior): Likewise.
2790 (test_cli_thread): Likewise.
2791 (test_cli_frame): Likewise.
2792 (test_cli_select_frame): Likewise.
2793 (test_cli_up_down): Likewise.
2794 (test_mi_thread_select): Likewise.
2795 (test_mi_stack_select_frame): Likewise.
2796 (test_cli_in_mi_inferior): Likewise.
2797 (test_cli_in_mi_thread): Likewise.
2798 (test_cli_in_mi_frame): Likewise.
2799 (top level): Do not use with_test_prefix_procname.
2800
2801 2016-11-09 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/commands.exp (gdbvar_simple_if_test)
2804 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2805 (progvar_simple_if_test, progvar_simple_while_test)
2806 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2807 (infrun_breakpoint_command_test, breakpoint_command_test)
2808 (user_defined_command_test, watchpoint_command_test)
2809 (test_command_prompt_position, deprecated_command_test)
2810 (bp_deleted_in_command, temporary_breakpoint_commands)
2811 (stray_arg0_test, source_file_with_indented_comment)
2812 (recursive_source_test, if_commands_test)
2813 (error_clears_commands_left, redefine_hook_test)
2814 (redefine_backtrace_test): Use proc_with_prefix.
2815 * lib/gdb.exp (proc_with_prefix): New proc.
2816
2817 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2818
2819 * gdb.base/tui-layout.c: New file.
2820 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2821 disassembly window contains very long lines.
2822
2823 2016-11-08 Tom Tromey <tom@tromey.com>
2824
2825 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2826 depend on Python 2.
2827
2828 2016-11-08 Tom Tromey <tom@tromey.com>
2829
2830 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2831 New method.
2832
2833 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2834
2835 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2836
2837 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2838
2839 * gdb.rust/simple.rs: Add test for univariant enums without
2840 discriminants and for encoded struct-like enums.
2841
2842 2016-10-28 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2845 gdb_test_multiple, tighten regexps and match symtabs and line
2846 tables incrementally.
2847
2848 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2849
2850 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2851 general.
2852
2853 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2854
2855 * gdb.base/exec-invalid-sysroot.exp: New file.
2856
2857 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2858
2859 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2860
2861 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2864
2865 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2866
2867 * gdb.base/killed-outside.exp: Remove $options from a call to
2868 `prepare_for_testing'.
2869
2870 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2871
2872 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2873 Change test message.
2874
2875 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2876
2877 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2878 Update comment.
2879
2880 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2881
2882 * gdb.trace/mi-trace-save.exp: New file.
2883
2884 2016-10-13 Yao Qi <yao.qi@linaro.org>
2885
2886 * gdb.base/code_elim.exp (get_var_address): Remove.
2887 * gdb.base/relocate.exp: Likewise.
2888 * gdb.base/shreloc.exp: Likewise.
2889 * lib/gdb.exp (get_var_address): New.
2890
2891 2016-10-13 Yao Qi <yao.qi@linaro.org>
2892
2893 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2894 floating point tests if $skip_float_test is false.
2895
2896 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2897
2898 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2899 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2900 argc values.
2901 Add 1 to argc so we guarantee distinct initial/modified argc values.
2902
2903 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2904
2905 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2906
2907 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2910 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2911 * gdb.arch/vsx-regs.exp: Likewise.
2912
2913 2016-10-07 Yao Qi <yao.qi@linaro.org>
2914
2915 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2916
2917 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2918
2919 * gdb.python/python.exp: Test decode_line("*0").
2920
2921 2016-10-06 Doug Evans <dje@google.com>
2922
2923 * gdb.python/py-value.exp (test_value_creation): Add test for large
2924 unsigned 64-bit value.
2925
2926 2016-10-06 Tom Tromey <tom@tromey.com>
2927
2928 * gdb.compile/compile.exp: Change java tests to rust.
2929 * gdb.base/setshow.exp: Change java tests to rust.
2930 * gdb.base/default.exp: Remove java from language list.
2931 * README (Examples): Update language example.
2932 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2933 test.
2934 * lib/gdb.exp (skip_java_tests): Remove.
2935 * lib/java.exp: Remove.
2936 * gdb.java: Remove.
2937
2938 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2939
2940 * gdb.arch/mips-fcr.exp: New test.
2941 * gdb.arch/mips-fcr.c: Source for the new test.
2942
2943 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2944
2945 * gdb.base/solib-disc.exp: Use `standard_output_file'
2946 throughout.
2947
2948 2016-10-06 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.base/jit-simple-dl.c: New file.
2951 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2952 * gdb.base/jit-simple.c: ... this.
2953 * gdb.base/jit-simple.exp (jit_run): Delete.
2954 (build_jit): New proc.
2955 (jit_test_reread): Recompile either the main program or the shared
2956 library, depending on what is being tested. Skip changing address
2957 if caller wants to. Compare before/after addresses. If testing
2958 standalone, explicitly load the binary. Test "maint info
2959 breakpoints".
2960 (top level): Add "standalone vs shared lib" and "change address"
2961 vs "same address" axes.
2962
2963 2016-10-06 Pedro Alves <palves@redhat.com>
2964
2965 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2966 call.
2967 (jit_run): Delete.
2968 (jit_test_reread): Use with_test_prefix. Reload the main binary
2969 explicitly. Compare the before/after addresses of the JIT
2970 descriptor.
2971
2972 2016-08-15 Doug Evans <dje@google.com>
2973
2974 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2975 for single bitfields is bool.
2976 * gdb.xml/tdesc-regs.exp: Ditto.
2977
2978 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2981
2982 2016-10-05 Yao Qi <yao.qi@linaro.org>
2983
2984 * lib/gdb.exp (support_complex_tests): Return zero if
2985 gdb_skip_float_test return true.
2986
2987 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2988 Simon Marchi <simon.marchi@ericsson.com>
2989
2990 PR gdb/20487
2991 * gdb.mi/user-selected-context-sync.exp: New file.
2992 * gdb.mi/user-selected-context-sync.c: New file.
2993
2994 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2995 Simon Marchi <simon.marchi@ericsson.com>
2996
2997 PR gdb/20487
2998 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2999 =thread-select-event check.
3000
3001 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3002
3003 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3004 the compulsory L operand changes.
3005 * gdb.arch/powerpc-power.s: Likewise.
3006
3007 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3010 * gdb.base/jit-attach-pie.c: New file.
3011 * gdb.base/jit-attach-pie.exp: New file.
3012
3013 2016-09-28 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.base/infcall-input.c: New file.
3016 * gdb.base/infcall-input.exp: New file.
3017
3018 2016-09-22 Yao Qi <yao.qi@linaro.org>
3019
3020 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3021 (gdb_exit): Rename it to ...
3022 (gdbserver_gdb_exit): ... Close GDBserver.
3023 (gdb_exit): New proc, call gdbserver_gdb_exit.
3024 (mi_gdb_exit): Likewise.
3025
3026 2016-09-22 Yao Qi <yao.qi@linaro.org>
3027
3028 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3029 path.
3030 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3031 Remove duplication.
3032
3033 2016-09-22 Yao Qi <yao.qi@linaro.org>
3034
3035 * lib/gdbserver-support.exp: Check the existence of
3036 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3037
3038 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3039
3040 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3041
3042 2016-09-21 Tom Tromey <tom@tromey.com>
3043
3044 PR gdb/20604:
3045 * gdb.base/quit.exp: New file.
3046
3047 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3048
3049 * .gitignore: New file.
3050
3051 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3052
3053 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3054 throughout.
3055
3056 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3057
3058 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3059
3060 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdb.cp/casts.cc (decltype): Move it ...
3063 (main): ... with its call to ...
3064 * gdb.cp/casts03.cc: ... a new file.
3065 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3066
3067 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3070
3071 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3072
3073 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3074 and sync up the test with tests in gas/testsuite/gas/ppc.
3075 * gdb.arch/powerpc-power.exp: Likewise.
3076
3077 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3080
3081 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3082 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3085 make m1's definition to be different from m2's. Use 'dummy' as an
3086 argument for probe 'two'.
3087
3088 2016-09-10 Jon Beniston <jon@beniston.com>
3089
3090 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3091 for sim target.
3092
3093 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3094
3095 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3096 variable declaration.
3097 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3098 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3099 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3100 received HWCAP as its argument.
3101
3102 2016-09-06 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/new-ui-pending-input.c: New file.
3105 * gdb.base/new-ui-pending-input.exp: New file.
3106 * gdb.exp (clear_gdb_spawn_id): New procedure.
3107 (with_spawn_id): Check whether gdb_spawn_id exists before
3108 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3109 on exit.
3110
3111 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3112
3113 * gdb.base/float128.c: New file.
3114 * gdb.base/float128.exp: Likewise.
3115 * gdb.base/floatn.c: Likewise.
3116 * gdb.base/floatn.exp: Likewise.
3117
3118 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3119
3120 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3121
3122 2016-09-05 Pedro Alves <palves@redhat.com>
3123
3124 PR backtrace/19927
3125 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3126 unwinders are immediately called as side effect of "source" or
3127 "disable unwinder" commands.
3128 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3129
3130 2016-09-02 Yao Qi <yao.qi@linaro.org>
3131
3132 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3133 is true and $type is "float" or "double".
3134
3135 2016-09-02 Yao Qi <yao.qi@linaro.org>
3136
3137 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3138 true.
3139 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3140 * gdb.base/call-rt-st.exp: Likewise.
3141 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3142 return value instead of gdb,skip_float_test.
3143 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3144 (do_function_calls): Use its return value instead of
3145 gdb,skip_float_test.
3146 * gdb.base/finish.exp: Likewise.
3147 * gdb.base/funcargs.exp: Likewise.
3148 * gdb.base/return.exp: Likewise.
3149 * gdb.base/return2.exp: Likewise.
3150 * gdb.base/varargs.exp: Likewise.
3151 * lib/gdb.exp (gdb_skip_float_test): Change it to
3152 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3153
3154 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3155
3156 * gdb.multi/tids.exp: Test "thread apply all".
3157
3158 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * gdb.base/default.exp (tty): Remove.
3161
3162 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3163
3164 * gdb.python/py-recurse-unwind.c: New file.
3165 * gdb.python/py-recurse-unwind.py: New file.
3166 * gdb.python/py-recurse-unwind.exp: New file.
3167
3168 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3169
3170 * gdb.base/set-inferior-tty.exp: New file.
3171 * gdb.base/set-inferior-tty.c: New file.
3172
3173 2016-08-23 Pedro Alves <palves@redhat.com>
3174
3175 PR gdb/20494
3176 * gdb.base/new-ui-echo.c: New file.
3177 * gdb.base/new-ui-echo.exp: New file.
3178
3179 2016-08-23 Yao Qi <yao.qi@linaro.org>
3180
3181 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3182 gdbserver_spawn.
3183 * gdb.server/connect-without-multi-process.exp (do_test):
3184 Likewise.
3185
3186 2016-08-23 Yao Qi <yao.qi@linaro.org>
3187
3188 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3189 standalone_txt. Delete gdb_txt and standalone_txt on host
3190 and target. Spawn the binary on target. Copy files from
3191 target to host.
3192
3193 2016-08-22 Pedro Alves <palves@redhat.com>
3194
3195 PR gdb/20505
3196 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3197 with_test_prefix. Factor out bits to ...
3198 (test_no_vdso): ... this new procedure.
3199
3200 2016-08-19 Carl Love <cel@us.ibm.com>
3201
3202 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3203 maintaining separate logic for constructing the output path.
3204 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3205 * gdb.arch/ppc-dfp.exp: Likewise.
3206 * gdb.arch/ppc-fp.exp: Likewise.
3207 * gdb.arch/vsx-regs.exp: Likewise.
3208 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3209 binprefix for generating the additional binary files.
3210
3211 2016-08-19 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.trace/mi-trace-frame-collected.exp
3214 (test_trace_frame_collected): On x32, expect two registers.
3215
3216 2016-08-18 Carl Love <cel@us.ibm.com>
3217
3218 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3219 and sync up the test with tests in gas/testsuite/gas/ppc.
3220 * gdb.arch/powerpc-power.exp: Likewise.
3221
3222 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3223
3224 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3225 expected error message.
3226
3227 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3228
3229 * gdb.multi/remove-inferiors.exp: New file.
3230 * gdb.multi/remove-inferiors.c: New file.
3231
3232 2016-08-12 Yao Qi <yao.qi@linaro.org>
3233
3234 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3235 argument list.
3236
3237 2016-08-10 Pedro Alves <palves@redhat.com>
3238
3239 PR gdb/19187
3240 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3241 setup_kfails.
3242
3243 2016-08-09 Pedro Alves <palves@redhat.com>
3244 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 PR gdb/20418
3247 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3248 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3249
3250 2016-08-09 Pedro Alves <palves@redhat.com>
3251
3252 PR mi/20431
3253 * gdb.mi/mi-cmd-error.exp: New file.
3254
3255 2016-08-09 Pedro Alves <palves@redhat.com>
3256
3257 PR gdb/18653
3258 * gdb.base/signals-state-child.c: New file.
3259 * gdb.base/signals-state-child.exp: New file.
3260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3261
3262 2016-08-09 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3265
3266 2016-08-03 Tom Tromey <tom@tromey.com>
3267
3268 PR python/18565:
3269 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3270
3271 2016-08-01 Yao Qi <yao.qi@linaro.org>
3272
3273 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3274 variable mode to "multi-process" if $multi_process is 1, otherwise
3275 set it to "single-process".
3276
3277 2016-08-01 Yao Qi <yao.qi@linaro.org>
3278
3279 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3280 * gdb.cp/cpexprs.exp: Likewise.
3281 * gdb.cp/m-static.exp: Likewise.
3282
3283 2016-07-26 Tom Tromey <tom@tromey.com>
3284
3285 PR python/20190:
3286 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3287 test.
3288
3289 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3290
3291 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3292 selecting assembly source files.
3293 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3294 assembly source files.
3295 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3296 assembly source files.
3297 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3298 selecting assembly source files.
3299
3300 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3301
3302 * gdb.base/new-ui.exp (do_test_invalid_args): New
3303 procedure.
3304
3305 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3306
3307 * gdb.btrace/reconnect.c: New file.
3308 * gdb.btrace/reconnect.exp: New file.
3309
3310 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3311
3312 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3313 to test_catch_syscall_group.
3314 (test_catch_syscall_group): New.
3315
3316 2016-07-21 Tom Tromey <tom@tromey.com>
3317
3318 * gdb.rust/simple.rs (main): Use empty struct expression.
3319 * gdb.rust/simple.exp: Add tests for empty struct expression.
3320
3321 2016-07-21 Yao Qi <yao.qi@linaro.org>
3322
3323 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3324 if gdb_skip_xml_test is true on some targets.
3325
3326 2016-07-21 Yao Qi <yao.qi@linaro.org>
3327
3328 * gdb.server/solib-list.exp: Unset last_loaded_file.
3329
3330 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3333 "step into captured_main (args)".
3334
3335 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3338
3339 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3342
3343 2016-07-19 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3346 * gdb.opt/inline-bt.exp: Likewise.
3347 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3348 additional_flags=-Winline.
3349 * gdb.opt/inline-locals.exp: Likewise.
3350 * gdb.opt/inline-markers.c (ATTR): Define.
3351 (inlined_fn): Use it.
3352
3353 2016-07-19 Yao Qi <yao.qi@linaro.org>
3354
3355 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3356 (test_with_self): Remove some code. Remove argument executable.
3357 (top-level): Use do_self_tests.
3358
3359 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3360 Don Breazeal <donb@codesourcery.com>
3361
3362 * gdb.base/maint.exp: Escape paths used in regular expressions.
3363 * gdb.stabs/weird.exp: Likewise.
3364
3365 2016-07-13 Tom Tromey <tom@tromey.com>
3366
3367 PR python/15620, PR python/18620:
3368 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3369 (test_bkpt_events): New procs.
3370
3371 2016-07-13 Tom Tromey <tom@tromey.com>
3372
3373 PR python/17698:
3374 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3375 test.
3376 (test_watchpoints): Likewise.
3377 (test_bkpt_pending): New proc.
3378
3379 2016-07-13 Tom Tromey <tom@tromey.com>
3380
3381 PR cli/18053:
3382 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3383 completion test.
3384
3385 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3388 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3389 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3390 f_label.
3391 (g): Rename g_end_lbl to g_label.
3392 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3393 low_pc and high_pc.
3394 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3395
3396 2016-07-12 Tom Tromey <tom@tromey.com>
3397
3398 PR python/19293:
3399 * gdb.python/py-unwind-maint.exp: Update tests.
3400
3401 2016-07-12 Yao Qi <yao.qi@linaro.org>
3402
3403 * lib/selftest-support.exp (selftest_setup): Match the output
3404 when captured_main is inlined.
3405
3406 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3407
3408 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3409 New variables.
3410 (print this%a, print this%b, print this): New tests.
3411 * gdb.fortran/derived-types.f90 (this): New object and
3412 initialization.
3413
3414 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3415
3416 * gdb.ada/arraydim.exp: Remove extra directory level in build
3417 directory.
3418
3419 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3420
3421 * lib/ada.exp: Remove extra directory level in build directory.
3422 * gdb.ada/cond_lang.exp: Likewise.
3423 * gdb.ada/exec_changed.exp: Likewise.
3424 * gdb.ada/lang_switch.exp: Likewise.
3425
3426 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3427
3428 * simple.rs: Add test for raw pointer subscripting.
3429 * simple.exp: Add test expectations.
3430
3431 2016-07-05 Yao Qi <yao.qi@linaro.org>
3432
3433 * gdb.mi/mi-reverse.exp: Match =record-started output.
3434
3435 2016-07-01 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3438 procedure.
3439 (jit_reader_test): Test the jit reader's unwinder.
3440 * gdb.base/jithost.c (jit_function_00_code): New global.
3441 (main): Use memcpy to fill in the mmapped code, instead of poking
3442 bytes manually here.
3443 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3444 value.
3445 (read_debug_info): Save the function's range.
3446 (read_sp): New function.
3447 (unwind_frame): Use it. Also unwind RBP.
3448 (get_frame_id): Use read_sp.
3449 (gdb_init_reader): Use calloc instead of malloc.
3450 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3451 parameter. Use gdb_test_multiple.
3452
3453 2016-07-01 Pedro Alves <palves@redhat.com>
3454 Antoine Tremblay <antoine.tremblay@ericsson.com>
3455
3456 * gdb.threads/process-dies-while-detaching.c: New file.
3457 * gdb.threads/process-dies-while-detaching.exp: New file.
3458
3459 2016-07-01 Pedro Alves <palves@redhat.com>
3460
3461 * gdb.multi/watchpoint-multi-exit.c: New file.
3462 * gdb.multi/watchpoint-multi-exit.exp: New file.
3463
3464 2016-06-30 Pedro Alves <palves@redhat.com>
3465
3466 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3467 unset inferior_spawn_id.
3468
3469 2016-06-30 Pedro Alves <palves@redhat.com>
3470
3471 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3472 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3473
3474 2016-06-29 Yao Qi <yao.qi@linaro.org>
3475
3476 * gdb.base/return.c: Add copyright header.
3477
3478 2016-06-29 Tom Tromey <tom@tromey.com>
3479
3480 PR python/20129:
3481 * gdb.python/py-framefilter.exp: Add tests for setting priority
3482 and disabling of non-existent frame filter.
3483
3484 2016-06-29 Yao Qi <yao.qi@linaro.org>
3485
3486 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3487 0x0f07ff.
3488
3489 2016-06-28 Yao Qi <yao.qi@linaro.org>
3490
3491 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3492 triplets. Start gdb, execute catch syscall, and continue. Check
3493 gdb's output to determine catch syscall is supported.
3494
3495 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3496
3497 * gdb.rust/simple.rs: Add test for returning unit in a function.
3498 * gdb.rust/simple.exp: Add expectation for functions returning
3499 unit.
3500
3501 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3502
3503 * gdb.python/py-breakpoint-create-fail.c,
3504 gdb.python/py-breakpoint-create-fail.exp,
3505 gdb.python/py-breakpoint-create-fail.py: New testcase.
3506
3507 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3508
3509 PR gdb/20239
3510 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3511 * gdb.rust/simple.exp: Add test expectations for new NonZero
3512 tests.
3513
3514 2016-06-24 David Taylor <dtaylor@emc.com>
3515
3516 * gdb.base/offsets.exp: New file.
3517 * gdb.base/offsets.c: New file.
3518
3519 2016-06-23 Tom Tromey <tom@tromey.com>
3520
3521 PR gdb/16483:
3522 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3523 before any filters are loaded.
3524
3525 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3526
3527 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3528 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3529 structs.
3530 * gdb.fortran/derived-type-function.exp: New file.
3531 * gdb.fortran/derived-type-function.f90: New file.
3532
3533
3534 2016-06-21 Pedro Alves <palves@redhat.com>
3535
3536 * gdb.base/new-ui.exp: New file.
3537 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3538 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3539 (with_spawn_id): New procedure.
3540
3541 2016-06-21 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.mi/mi-exec-run.exp: New file.
3544
3545 2016-06-21 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3548 breakpoint command's output on the main UI.
3549 (test_break): New procedure, factored out from calls in the top
3550 level.
3551 (top level): Use foreach_with_prefix to test MI as main UI and as
3552 separate UI.
3553
3554 2016-06-21 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3557 (test_awatch_creation_and_listing)
3558 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3559 Remove 'type' parameter.
3560 (test_watchpoint_all): New parameter mi_mode. Remove
3561 with_test_prefix.
3562 (top level): Use foreach_with_prefix, and add main/separate UI MI
3563 testing axis.
3564
3565 2016-06-21 Pedro Alves <palves@redhat.com>
3566
3567 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3568 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3569 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3570 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3571 (gdb_main_spawn_id, mi_spawn_id): Declare and
3572 comment.
3573 (mi_create_inferior_pty): New procedure,
3574 factored out from default_mi_gdb_start.
3575 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3576 procedures.
3577 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3578 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3579 Use mi_create_inferior_pty.
3580 (mi_gdb_start): Use eval to pass down args list.
3581
3582 2016-06-21 Pedro Alves <palves@redhat.com>
3583
3584 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3585 * gdb.opt/inline-cmds.exp: Add MI tests.
3586
3587 2016-06-21 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3590
3591 2016-06-21 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3594 (top level): Use it instead of mi_execute_to.
3595
3596 2016-06-21 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3599 (cont_handler_str): New.
3600 (signal_stop_handler): Set stop_handler_str instead of printing to
3601 stdout.
3602 (continue_handler): Set cont_handler_str instead of printing to
3603 stdout.
3604 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3605 mi_send_resuming_command. Print stop_handler_str and
3606 cont_handler_str instead of expecting the python events print
3607 directly.
3608
3609 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3610
3611 * gdb.base/jit-reader.exp: New file.
3612 * gdb.base/jithost.c: New file.
3613 * gdb.base/jithost.h: New file.
3614 * gdb.base/jitreader.c : New file.
3615 * gdb.base/jit-protocol.h: New file.
3616
3617 2016-06-17 Yao Qi <yao.qi@linaro.org>
3618
3619 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3620 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3621 and detach-on-fork. Adjust tests.
3622 (top level): Invoke break_cond_on_syscall with combinations of
3623 syscall, follow-fork-mode and detach-on-fork.
3624
3625 2016-06-17 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.base/step-over-exit.c: New.
3628 * gdb.base/step-over-exit.exp: New.
3629
3630 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3631
3632 * gdb.base/float.exp: Add target check for nds32*-*-*.
3633 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3634
3635 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3638 for unsupported target features.
3639 * gdb.base/call-rt-st.exp: Likewise.
3640 * gdb.base/call-sc.exp: Likewise.
3641 * gdb.base/call-signal-resume.exp: Likewise.
3642 * gdb.base/call-strs.exp: Likewise.
3643 * gdb.base/callexit.exp: Likewise.
3644 * gdb.base/callfuncs.exp: Likewise.
3645 * gdb.base/nodebug.exp: Likewise.
3646 * gdb.base/printcmds.exp: Likewise.
3647 * gdb.base/ptype.exp: Likewise.
3648 * gdb.base/structs.exp: Likewise.
3649 * gdb.base/unwindonsignal.exp: Likewise.
3650 * gdb.cp/gdb2495.exp: Likewise.
3651 * gdb.cp/templates.exp: Likewise.
3652 * gdb.cp/virtfunc.exp: Likewise.
3653 * gdb.threads/hand-call-in-threads.exp: Likewise.
3654 * gdb.threads/interrupted-hand-call.exp: Likewise.
3655 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3656
3657 2016-06-10 Tom Tromey <tom@tromey.com>
3658
3659 PR rust/20110:
3660 * gdb.rust/expr.exp: Add test for integer constant larger than
3661 i32.
3662
3663 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3664
3665 * gdb.fortran/nested-funcs.exp: New.
3666 * gdb.fortran/nested-funcs.f90: New.
3667
3668 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3669
3670 * gdb.base/examine-backward.c: New file.
3671 * gdb.base/examine-backward.exp: New file.
3672
3673 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3674
3675 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3676 matching.
3677
3678 2016-06-02 Tom Tromey <tom@tromey.com>
3679
3680 PR python/18984:
3681 * gdb.python/py-shared.exp: Add solib_name test.
3682
3683 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3684
3685 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3686
3687 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3688
3689 PR c++/19893
3690 * gdb.dwarf2/implref.exp: Rename to...
3691 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3692 * gdb.dwarf2/implref-array.c: New file.
3693 * gdb.dwarf2/implref-array.exp: Likewise.
3694 * gdb.dwarf2/implref-global.c: Likewise.
3695 * gdb.dwarf2/implref-global.exp: Likewise.
3696 * gdb.dwarf2/implref-struct.c: Likewise.
3697 * gdb.dwarf2/implref-struct.exp: Likewise.
3698
3699 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3700
3701 * gdb.trace/trace-condition.exp: Add 64bit tests.
3702
3703 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3704
3705 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3706 bits types.
3707 (main): Adapt to 8 to 64 bits types.
3708 * gdb.trace/trace-condition.exp: Add new tests.
3709
3710 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3711
3712 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3713
3714 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3715
3716 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3717 Move condition tests...
3718 * gdb.trace/trace-condition.exp: Here.
3719
3720 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3721
3722 * gdb.trace/trace-condition.exp: Add counter-case tests.
3723
3724 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 PR c++/15231
3727 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3728 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3729
3730 2016-05-27 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3733 New procedure.
3734 (top level): Call it, and bail out of DejaGnu is known to be bad.
3735
3736 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3737
3738 * gdb.base/whatis.c: Extend the test case.
3739 * gdb.base/whatis.exp: Add additional tests.
3740
3741 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3742
3743 * gdb.fortran/type.f90: Add pointer variable.
3744 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3745
3746 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3747
3748 * gdb.fortran/vla-type.exp: Fix testcase name.
3749
3750 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3751
3752 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3753
3754 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3755
3756 * gdb.fortran/type.f90: Add nested structures.
3757 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3758 * gdb.fortran/derived-type.exp: Adapt expected output.
3759 * gdb.fortran/vla-type.exp: Adapt expected output.
3760
3761 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3762
3763 * gdb.fortran/whatis_type.exp: Adapt expected output.
3764
3765 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3766
3767 * gdb.fortran/print_type.exp: Fix expected output.
3768 * gdb.fortran/whatis_type.exp: Fix expected output.
3769
3770 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3771
3772 * gdb.fortran/whatis_type.exp: Use multi_line.
3773
3774 2016-05-24 Tom Tromey <tom@tromey.com>
3775
3776 PR python/17386:
3777 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3778 use value as an index.
3779
3780 2016-05-23 Tom Tromey <tom@tromey.com>
3781
3782 PR python/17981:
3783 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3784 no-breakpoint case.
3785
3786 2016-05-24 Pedro Alves <palves@redhat.com>
3787
3788 PR gdb/19828
3789 * gdb.threads/clone-attach-detach.c: New file.
3790 * gdb.threads/clone-attach-detach.exp: New file.
3791
3792 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3793
3794 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3795
3796 2016-05-23 Tom Tromey <tom@tromey.com>
3797
3798 PR python/19438, PR python/18393:
3799 * gdb.python/py-progspace.exp: Add "dir" test.
3800 * gdb.python/py-objfile.exp: Add "dir" test.
3801
3802 2016-05-23 Yao Qi <yao.qi@linaro.org>
3803
3804 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3805 * gdb.arch/thumb2-it.exp: Likewise.
3806
3807 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3808
3809 * gdb.mi/mi-threads-interrupt.c: New file.
3810 * gdb.mi/mi-threads-interrupt.exp: New file.
3811
3812 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3813
3814 PR gdb/18077
3815 * gdb.mi/mi-async-run.exp: New file.
3816 * gdb.mi/mi-async-run.c: New file.
3817
3818 2016-05-17 Tom Tromey <tom@tromey.com>
3819 Manish Goregaokar <manishsmail@gmail.com>
3820
3821 * lib/rust-support.exp: New file.
3822 * lib/gdb.exp (skip_rust_tests): New proc.
3823 (build_executable_from_specs): Handle rust.
3824 * lib/future.exp (gdb_find_rustc): New proc.
3825 (gdb_default_target_compile): Handle rust.
3826 * gdb.rust/expr.exp: New file.
3827 * gdb.rust/generics.exp: New file.
3828 * gdb.rust/generics.rs: New file.
3829 * gdb.rust/methods.exp: New file.
3830 * gdb.rust/methods.rs: New file.
3831 * gdb.rust/modules.exp: New file.
3832 * gdb.rust/modules.rs: New file.
3833 * gdb.rust/simple.exp: New file.
3834 * gdb.rust/simple.rs: New file.
3835
3836 2016-05-17 Tom Tromey <tom@tromey.com>
3837
3838 * gdb.base/default.exp (set language): Add rust.
3839
3840 2016-05-17 Tom Tromey <tom@tromey.com>
3841
3842 * gdb.gdb/unittest.exp: New file.
3843
3844 2016-05-16 Yao Qi <yao.qi@linaro.org>
3845
3846 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3847 shell_prompt. Update shell_prompt_re.
3848
3849 2016-05-12 Doug Evans <dje@google.com>
3850
3851 PR symtab/19999
3852 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3853 $options when building executable.
3854 * gdb.dwarf2/fission-loclists-pie.S: New file.
3855 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3856
3857 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3858
3859 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3860 of [is_remote target],
3861
3862 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3863
3864 * lib/gdb.exp (use_gdb_stub): New procedure.
3865
3866 2016-05-03 Yunlian Jiang <yunlian@google.com>
3867 Doug Evans <dje@google.com>
3868
3869 PR symtab/19914
3870 * gdb.dwarf2/dwp-sepdebug.c: New file.
3871 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3872
3873 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3874
3875 * gdb.base/detach.exp: Remove is_remote check.
3876
3877 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3878
3879 * gdb.base/annota-input-while-running.exp: Don't check for
3880 [is_remote target]. Enable annotations after running to main.
3881 Remove unused "set test..." line.
3882
3883 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3884
3885 * gdb.trace/trace-enable-disable.exp: New file.
3886 * gdb.trace/trace-enable-disable.c: New file.
3887
3888 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3889
3890 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3891 use it in info sharedlibrary test.
3892 * gdb.trace/ftrace-lock.exp: Likewise.
3893 * gdb.trace/ftrace.exp: Likewise.
3894 * gdb.trace/range-stepping.exp: Likewise.
3895 * gdb.trace/trace-break.exp: Likewise.
3896 * gdb.trace/trace-condition.exp: Likewise.
3897 * gdb.trace/trace-mt.exp: Likewise.
3898
3899 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3900
3901 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3902 (gdb_load_shlib): ... this.
3903 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3904 gdb_load_shlib.
3905 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3906 * gdb.base/ctxobj.exp: Likewise.
3907 * gdb.base/dprintf-pending.exp: Likewise.
3908 * gdb.base/dso2dso.exp: Likewise.
3909 * gdb.base/fixsection.exp: Likewise.
3910 * gdb.base/gcore-relro.exp: Likewise.
3911 * gdb.base/gdb1555.exp: Likewise.
3912 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3913 * gdb.base/gnu-ifunc.exp: Likewise.
3914 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3915 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3916 * gdb.base/pending.exp: Likewise.
3917 * gdb.base/print-file-var.exp: Likewise.
3918 * gdb.base/print-symbol-loading.exp: Likewise.
3919 * gdb.base/shlib-call.exp: Likewise.
3920 * gdb.base/shreloc.exp: Likewise.
3921 * gdb.base/so-impl-ld.exp: Likewise.
3922 * gdb.base/solib-disc.exp: Likewise.
3923 * gdb.base/solib-nodir.exp: Likewise.
3924 * gdb.base/solib-overlap.exp: Likewise.
3925 * gdb.base/solib-symbol.exp: Likewise.
3926 * gdb.base/solib-weak.exp (do_test): Likewise.
3927 * gdb.base/sym-file.exp: Likewise.
3928 * gdb.base/symtab-search-order.exp: Likewise.
3929 * gdb.base/type-opaque.exp: Likewise.
3930 * gdb.base/unload.exp: Likewise.
3931 * gdb.base/watchpoint-solib.exp: Likewise.
3932 * gdb.compile/compile.exp: Likewise.
3933 * gdb.cp/gdb2384.exp: Likewise.
3934 * gdb.cp/infcall-dlopen.exp: Likewise.
3935 * gdb.cp/re-set-overloaded.exp: Likewise.
3936 * gdb.fortran/library-module.exp: Likewise.
3937 * gdb.opt/solib-intra-step.exp: Likewise.
3938 * gdb.python/py-finish-breakpoint.exp: Likewise.
3939 * gdb.python/py-shared.exp: Likewise.
3940 * gdb.reverse/solib-precsave.exp: Likewise.
3941 * gdb.reverse/solib-reverse.exp: Likewise.
3942 * gdb.server/solib-list.exp: Likewise.
3943 * gdb.threads/dlopen-libpthread.exp: Likewise.
3944 * gdb.threads/tls-shared.exp: Likewise.
3945 * gdb.threads/tls-so_extern.exp: Likewise.
3946 * gdb.trace/change-loc.exp: Likewise.
3947 * gdb.trace/ftrace-lock.exp: Likewise.
3948 * gdb.trace/ftrace.exp: Likewise.
3949 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3950 * gdb.trace/pending.exp: Likewise.
3951 * gdb.trace/range-stepping.exp: Likewise.
3952 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3953 (strace_info_marker): Likewise.
3954 (strace_probe_marker): Likewise.
3955 (strace_trace_on_same_addr): Likewise.
3956 (strace_trace_on_diff_addr): Likewise.
3957 * gdb.trace/trace-break.exp: Likewise.
3958 * gdb.trace/trace-condition.exp: Likewise.
3959 * gdb.trace/trace-mt.exp: Likewise.
3960
3961 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3962
3963 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3964 result of gdb_remote_download.
3965 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3966 * gdb.base/dso2dso.exp: Likewise.
3967 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3968 * gdb.base/print-file-var.exp: Likewise.
3969 * gdb.base/shlib-call.exp: Likewise.
3970 * gdb.base/shreloc.exp: Likewise.
3971 * gdb.base/solib-overlap.exp: Likewise.
3972 * gdb.base/solib-weak.exp (do_test): Likewise.
3973 * gdb.base/unload.exp: Likewise.
3974
3975 2016-04-27 Yao Qi <yao.qi@linaro.org>
3976
3977 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3978 exists.
3979
3980 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3981
3982 * vla-type.exp: Print structure from toplevel.
3983
3984 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3985
3986 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3987 of dynamic types.
3988 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3989 of dynamic types.
3990
3991 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3992
3993 * gdb.fortran/vla-type.f90: New file.
3994 * gdb.fortran/vla-type.exp: New file.
3995
3996 2016-04-25 Yao Qi <yao.qi@linaro.org>
3997
3998 * gdb.base/branch-to-self.c: New file.
3999 * gdb.base/branch-to-self.exp: New file.
4000
4001 2016-04-22 Yao Qi <yao.qi@linaro.org>
4002
4003 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4004 more after $hex.
4005
4006 2016-04-22 Yao Qi <yao.qi@linaro.org>
4007
4008 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4009 * gdb.base/annota3.exp: Likewise.
4010
4011 2016-04-22 Yao Qi <yao.qi@linaro.org>
4012
4013 * gdb.reverse/step-precsave.exp: Do one step and test program
4014 stops in "callee" and do multiple steps until program goes out
4015 of "callee".
4016 * gdb.reverse/step-reverse.exp: Likewise.
4017
4018 2016-04-22 Yao Qi <yao.qi@linaro.org>
4019
4020 * gdb.trace/signal.exp: Also pass if
4021 $tracepoint_hits($i) > $iterations.
4022
4023 2016-04-22 Yao Qi <yao.qi@linaro.org>
4024
4025 * gdb.trace/signal.c: New file.
4026 * gdb.trace/signal.exp: New file.
4027
4028 2016-04-19 Doug Evans <xdje42@gmail.com>
4029
4030 * gdb.base/bad-file.exp: New file.
4031
4032 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4033
4034 * gdb.dwarf2/implref.exp: New file.
4035
4036 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4037
4038 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4039 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4040 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4041 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4042 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4043 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4044 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4045 * lib/fortran.exp (fortran_int4): New procedure.
4046 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4047 (fortran_logical4): Likewise.
4048
4049 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4050
4051 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4052
4053 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4054
4055 * lib/compiler.c: Add Intel specific preprocessor macros.
4056 * lib/compiler.cc: Likewise.
4057
4058 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4059
4060 * gdb.server/connect-with-no-symbol-file.c: New file.
4061 * gdb.server/connect-with-no-symbol-file.exp: New file.
4062
4063 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4064
4065 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4066
4067 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4068
4069 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4070 standard output directory.
4071
4072 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4073
4074 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4075
4076 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4077
4078 * gdb.btrace/instruction_history.c (loop): Add declaration.
4079
4080 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4081
4082 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4083
4084 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4085
4086 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4087 parentheses to print.
4088 (continue_handler): Likewise.
4089
4090 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * gdb.server/solib-list.exp: Remove is_remote check.
4093 Pass shlib= to gdb_compile. Don't link shared library with
4094 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4095 Run binary filename through "readlink -f" on the target.
4096
4097 2016-04-08 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4100 interpreter filename as argument to gdbserver_spawn.
4101 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4102 Return empty if $last_loaded_file does not exist.
4103
4104 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4107 * gdb.base/jit-main.c: Use exit after usage.
4108
4109 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4110
4111 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4112 GDBHISTSIZE prior to the tests.
4113 * gdb.base/gdbinit-history.exp: Likewise.
4114
4115 2016-04-07 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4118 instead of build_executable. Use gdb_load_shlibs.
4119
4120 2016-04-07 Yao Qi <yao.qi@linaro.org>
4121
4122 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4123 Execute "si" command.
4124
4125 2016-04-07 Yao Qi <yao.qi@linaro.org>
4126
4127 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4128 number instead of the comments on some line.
4129
4130 2016-04-06 Don Breazeal <donb@codesourcery.com>
4131
4132 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4133 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4134
4135 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4136
4137 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4138 standard_output_file. Remove unused binfile variable.
4139
4140 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4141
4142 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4143 * gdb.python/py-mi-objfile.exp: Match "list main" output
4144 in console format.
4145
4146 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4147
4148 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4149 absolute.
4150
4151 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4154 absolute.
4155 * gdb.trace/ftrace.exp: Likewise.
4156 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4157 targets as well.
4158 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4159 (gdb_load_shlibs): Copy libraries to test directory when testing
4160 natively. Only set solib-search-path if testing remotely.
4161 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4162
4163 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4164
4165 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4166 gdb_download. Use it even if the target is not remote.
4167 * gdb.base/jit.exp (compile_jit_test): Likewise.
4168 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4169 output directory if the destination board is local, otherwise use
4170 the standard remote_download from DejaGnu.
4171 (gdb_download): Remove.
4172 (gdb_load_shlibs): Use gdb_remote_download instead of
4173 gdb_download.
4174 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4175 Use gdb_remote_download instead of gdb_download. Use it even if
4176 the target is not remote.
4177 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4178 instead of gdb_download.
4179
4180 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4181
4182 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4183 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4184 run.
4185
4186 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4187
4188 PR gdb/19820
4189 * gdb.base/printcmds.exp: Add artificial arrays tests.
4190
4191 2016-03-31 Pedro Alves <palves@redhat.com>
4192
4193 PR gdb/19858
4194 * gdb.base/jit-main.c: Include unistd.h.
4195 (ATTACH): Define to 0 if not already defined.
4196 (wait_for_gdb, mypid): New globals.
4197 (WAIT_FOR_GDB): New macro.
4198 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4199 some breakpoint locations.
4200 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4201 New procedures.
4202 (one_jit_test): Add REATTACH parameter, and handle it. Use
4203 continue_to_test_location.
4204 (top level): Test attach, and adjusts calls to one_jit_test.
4205
4206 2016-03-31 Pedro Alves <palves@redhat.com>
4207
4208 PR gdb/19858
4209 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4210 BINSUFFIX parameter, and handle it.
4211 (top level): Adjust calls compile_jit_test.
4212
4213 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4214
4215 PR python/19743
4216 * gdb.python/py-mi-events-gdb.py: New file.
4217 * gdb.python/py-mi-events.c: New file.
4218 * gdb.python/py-mi-events.exp: New file.
4219
4220 2016-03-30 Yao Qi <yao.qi@linaro.org>
4221
4222 * gdb.reverse/until-precsave.exp: Match function name only.
4223 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4224 Move malloc to a condition block.
4225 * gdb.reverse/until-reverse.exp: Match function name only.
4226
4227 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4228
4229 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4230 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4231 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4232 variable for GPR 0 instead of assuming it is register 0.
4233 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4234 * lib/trace-support.exp: Add s390 registers.
4235
4236 2016-03-29 Yao Qi <yao.qi@linaro.org>
4237
4238 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4239
4240 2016-03-24 Yao Qi <yao.qi@linaro.org>
4241
4242 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4243 test message.
4244
4245 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4246
4247 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4248 maintaining separate logic for constructing the output path.
4249
4250 2016-03-16 Don Breazeal <donb@codesourcery.com>
4251
4252 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4253 Retry fork and waitpid on interrupted system call errors.
4254 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4255 Use with_timeout_factor to increase timeout by factor of 10.
4256
4257 2016-03-15 Don Breazeal <donb@codesourcery.com>
4258
4259 * gdb.cp/scope-err.cc: New test program.
4260 * gdb.cp/scope-err.exp: New test script.
4261 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4262 lines and "set breakpoint here" comment.
4263 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4264 Fixed some whitespace and format issues.
4265 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4266 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4267
4268 2016-03-15 Doug Evans <dje@google.com>
4269
4270 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4271 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4272 All callers updated. Add tests for enums, mixed flags register.
4273
4274 2016-03-15 Doug Evans <dje@google.com>
4275
4276 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4277 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4278
4279 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4280
4281 * gdb.base/default.exp: Add $_as_string to the list of expected
4282 convenience functions.
4283
4284 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4287
4288 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4289
4290 * gdb.python/py-as-string.exp: New file.
4291 * gdb.python/py-as-string.c: New file.
4292
4293 2016-03-09 Pedro Alves <palves@redhat.com>
4294
4295 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4296 signal" -> "Thread NN received signal" output change.
4297 * gdb.threads/ia64-sigill.exp: Likewise.
4298 * gdb.threads/linux-dp.exp: Likewise.
4299 * gdb.threads/manythreads.exp: Likewise.
4300 * gdb.threads/pending-step.exp: Likewise.
4301 * gdb.threads/print-threads.exp: Likewise.
4302 * gdb.threads/sigstep-threads.exp: Likewise.
4303 * gdb.threads/staticthreads.exp: Likewise.
4304 * gdb.threads/tls.exp: Likewise.
4305
4306 2016-03-09 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.base/command-line-input.exp: New file.
4309
4310 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4311
4312 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4313 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4314 * gdb.trace/pending.exp: Accept leading dot before function name.
4315 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4316 * lib/trace-support.exp: Set registers for ppc.
4317
4318 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4319
4320 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4321 use it for disassembly; accept .main in addition to main in backtrace.
4322
4323 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4324 Marcin Kościelnicki <koriakin@0x04.net>
4325
4326 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4327 (gdb_recursion_test_ptr): New global variable.
4328 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4329 gdb_recursion_test.
4330 (gdb_c_test): Ditto.
4331
4332 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4333
4334 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4335 ordering.
4336
4337 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4338
4339 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4340 (bar): Add bar_start_lbl label.
4341 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4342 of foo/bar for emitting DWARF and tracing.
4343
4344 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4345
4346 * analyze-racy-logs.py: Set executable bit.
4347
4348 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4349
4350 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4351 (CHECK_TARGET_TMP): Likewise.
4352 (check-single-racy): New rule.
4353 (check-parallel-racy): Likewise.
4354 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4355 (do-check-parallel-racy): New rule.
4356 (check-racy/%.exp): Likewise.
4357 * README (Racy testcases): New section.
4358 * analyze-racy-logs.py: New file.
4359
4360 2016-03-03 Doug Evans <dje@google.com>
4361
4362 * gdb.base/skip.exp: Use with_test_prefix.
4363
4364 2016-03-03 Yao Qi <yao.qi@linaro.org>
4365
4366 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4367 Invoke step_over_syscall "clone" and break_cond_on_syscall
4368 "clone".
4369 * gdb.base/step-over-clone.c: New file.
4370
4371 2016-03-03 Yao Qi <yao.qi@linaro.org>
4372
4373 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4374 code format.
4375
4376 2016-03-03 Yao Qi <yao.qi@linaro.org>
4377
4378 * gdb.base/disp-step-fork.c: Rename to ...
4379 * gdb.base/step-over-fork.c: ... it. New file.
4380 * gdb.base/disp-step-vfork.c: Rename to ...
4381 * gdb.base/step-over-vfork.c: ... it. New file.
4382 * gdb.base/disp-step-syscall.exp: Rename to ...
4383 * gdb.base/step-over-syscall.exp: ... it. New file.
4384 (disp_step_cross_syscall): Rename to ...
4385 (step_over_syscall): ... it.
4386
4387 2016-03-03 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4390 If target supports condition evaluation on target, invoke
4391 break_cond_on_syscall for fork and vfork.
4392
4393 2016-03-03 Yao Qi <yao.qi@linaro.org>
4394
4395 * gdb.base/disp-step-syscall.exp: Don't invoke
4396 support_displaced_stepping.
4397 (disp_step_cross_syscall): Test with displaced stepping off and
4398 on if supported.
4399
4400 2016-03-03 Yao Qi <yao.qi@linaro.org>
4401
4402 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4403 proc.
4404 (setup): New proc.
4405 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4406 and setup.
4407
4408 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4409
4410 * gdb.fortran/vla-history.exp: Remove breakpoint.
4411
4412 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4413
4414 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4415 exceeds timeout.
4416
4417 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4418
4419 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4420 breakpoint.
4421
4422 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4423
4424 * gdb.mi/vla.f90: Nullify pointer after declaration.
4425
4426 2016-03-01 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4429
4430 2016-03-01 Pedro Alves <palves@redhat.com>
4431
4432 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4433 before anything else.
4434 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4435 _GNU_SOURCE here.
4436 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4437 before anything else.
4438 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4439
4440 2016-03-01 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4443
4444 2016-03-01 Yao Qi <yao.qi@linaro.org>
4445
4446 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4447 prepare_for_testing.
4448
4449 2016-03-01 Yao Qi <yao.qi@linaro.org>
4450
4451 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4452
4453 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4454
4455 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4456 manually constructing the output path.
4457
4458 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4459
4460 * gdb.arch/s390-stackless.S: New.
4461 * gdb.arch/s390-stackless.exp: New.
4462
4463 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4464
4465 * gdb.dlang/circular.c: New file.
4466 * gdb.dlang/circular.exp: New file.
4467
4468 2016-02-26 Yao Qi <yao.qi@linaro.org>
4469
4470 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4471 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4472 (testcases): Update.
4473
4474 2016-02-26 Yao Qi <yao.qi@linaro.org>
4475
4476 * gdb.reverse/aarch64.c: Rename to ...
4477 * gdb.reverse/insn-reverse.c: ... it.
4478 * gdb.reverse/aarch64.exp: Rename to ...
4479 * gdb.reverse/insn-reverse.exp: ... it.
4480
4481 2016-02-26 Yao Qi <yao.qi@linaro.org>
4482
4483 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4484 (testcase_ftype): New.
4485 (testcases): New array.
4486 (n_testcases): New.
4487 (main): Call each element in testcases.
4488 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4489 (read_testcase): New.
4490 Do the tests in a loop.
4491
4492 2016-02-25 Yao Qi <yao.qi@linaro.org>
4493
4494 * gdb.base/branches.c: Remove.
4495
4496 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4497
4498 PR gdb/13808
4499 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4500
4501 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4502
4503 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4504
4505 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4506
4507 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4508 change x86_64 call_insn to 'callq'.
4509
4510 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4511
4512 * gdb.trace/tfile-avx.c: Move to...
4513 * gdb.trace/tracefile-pseudo-reg.c: Here.
4514 * gdb.trace/tfile-avx.exp: Move to...
4515 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4516
4517 2016-02-24 Gary Benson <gbenson@redhat.com>
4518
4519 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4520 message on attach.
4521
4522 2016-02-23 Doug Evans <dje@google.com>
4523
4524 * gdb.base/skip.c (test_skip): New function.
4525 (end_test_skip_file_and_function): New function.
4526 (test_skip_file_and_function): New function.
4527 * gdb.base/skip1.c (test_skip): New function.
4528 (skip1_test_skip_file_and_function): New function.
4529 * gdb.base/skip.exp: Add tests for new skip options.
4530 * gdb.base/skip-solib.exp: Update expected output.
4531 * gdb.perf/skip-command.cc: New file.
4532 * gdb.perf/skip-command.exp: New file.
4533 * gdb.perf/skip-command.py: New file.
4534
4535 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4536
4537 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4538 info registers pattern.
4539
4540 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4541
4542 * lib/future.exp: Add D support.
4543 (gdb_find_gdc): New proc.
4544 (gdb_default_target_compile): Add D support.
4545
4546 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4547
4548 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4549 user+system time.
4550 (trace_speed_test): Determine the iteration count for a time
4551 between 15..30 seconds.
4552
4553 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4554
4555 * gdb.arch/i386-mpx-sigsegv.c: New file.
4556 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4557 * gdb.arch/i386-mpx-simple_segv.c: New file.
4558 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4559
4560 2016-02-18 Yao Qi <yao.qi@linaro.org>
4561
4562 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4563 Don't call setup_kfail.
4564
4565 2016-02-18 Yao Qi <yao.qi@linaro.org>
4566
4567 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4568 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4569
4570 2016-02-16 Doug Evans <dje@google.com>
4571
4572 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4573 * gdb.base/skip1.c: Ditto.
4574 * gdb.base/skip.exp: Whitespace cleanup.
4575
4576 2016-02-16 Don Breazeal <donb@codesourcery.com>
4577
4578 PR remote/19496
4579 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4580 Remove kfail for PR remote/19496.
4581
4582 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4583
4584 * lib/gdb.exp (standard_temp_file): Return a path specific to
4585 the runtest invocation.
4586
4587 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4588
4589 * gdb.trace/save-trace.exp: Change relative path to be in the
4590 standard output directory.
4591
4592 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4593
4594 * gdb.arch/i386-prologue.c: Add missing prototypes.
4595
4596 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4597
4598 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4599 * gdb.arch/i386-prologue.exp: Likewise.
4600 * gdb.arch/i386-size.exp: Likewise.
4601
4602 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4603
4604 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4605 define object file path.
4606 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4607 file path.
4608 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4609 standard_output_file to define binfile.
4610
4611 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 Fix compatibility with recent gfortran-5.3.1.
4614 * gdb.fortran/vla-history.exp (print vla1 allocated)
4615 (print vla2 allocated, print $2, print $3): Remove
4616 (print $4): Rename to ...
4617 (print $2): ... here.
4618 (print $9): Rename to ...
4619 (print $5): ... here.
4620 (print $10): Rename to ...
4621 (print $6): ... here.
4622 * gdb.fortran/vla.f90: Add pvla initialization.
4623
4624 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4627 New test.
4628 * gdb.fortran/vla-value-sub.exp: Likewise.
4629
4630 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4631
4632 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4633
4634 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4635
4636 * i386-biarch-core.exp: Define corefile using
4637 standard_output_file.
4638
4639 2016-02-12 Yao Qi <yao.qi@linaro.org>
4640
4641 * gdb.arch/arm-single-step-kernel-helper.c: New.
4642 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4643
4644 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4645
4646 * gdb.btrace/tailcall-only.exp: New.
4647 * gdb.btrace/tailcall-only.c: New.
4648 * gdb.btrace/x86_64-tailcall-only.S: New.
4649 * gdb.btrace/i686-tailcall-only.S: New.
4650
4651 2016-02-11 Pedro Alves <palves@redhat.com>
4652
4653 * README (Parallel testing): Add missing double quotes.
4654
4655 2016-02-11 Pedro Alves <palves@redhat.com>
4656
4657 * README (Parallel testing): New section.
4658 (GDB_PARALLEL): Rewrite.
4659 (FORCE_PARALLEL): Document.
4660
4661 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4662
4663 * gdb.trace/tfile-avx.c: New test.
4664 * gdb.trace/tfile-avx.exp: New test.
4665
4666 2016-02-09 Keith Seitz <keiths@redhat.com>
4667
4668 PR breakpoints/19546
4669 * gdb.base/infcall-exec.c: New file.
4670 * gdb.base/infcall-exec2.c: New file.
4671 * gdb.base/infcall-exec.exp: New file.
4672
4673 2016-02-09 Keith Seitz <keiths@redhat.com>
4674
4675 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4676 (toplevel): Call test_bkpt_address.
4677
4678 2016-02-09 Keith Seitz <keiths@redhat.com>
4679
4680 PR python/19506
4681 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4682 (toplevel): Call test_bkpt_address.
4683
4684 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4685
4686 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4687 to AC_OUTPUT.
4688 * configure: Regenerate.
4689
4690 2016-02-09 Pedro Alves <palves@redhat.com>
4691
4692 PR breakpoints/19548
4693 * gdb.base/execl-update-breakpoints.c (some_function): New
4694 function.
4695 (main): Call it.
4696 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4697 Tighten expected GDB output.
4698
4699 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4700
4701 * Makefile.in (ALL_SUBDIRS): Remove.
4702 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4703 (distclean maintainer-clean realclean): Likewise.
4704 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4705 * configure: Regenerate.
4706 * gdb.ada/Makefile.in: Delete.
4707 * gdb.arch/Makefile.in: Likewise.
4708 * gdb.asm/Makefile.in: Likewise.
4709 * gdb.base/Makefile.in: Likewise.
4710 * gdb.btrace/Makefile.in: Likewise.
4711 * gdb.cell/Makefile.in: Likewise.
4712 * gdb.compile/Makefile.in: Likewise.
4713 * gdb.cp/Makefile.in: Likewise.
4714 * gdb.disasm/Makefile.in: Likewise.
4715 * gdb.dlang/Makefile.in: Likewise.
4716 * gdb.dwarf2/Makefile.in: Likewise.
4717 * gdb.fortran/Makefile.in: Likewise.
4718 * gdb.gdb/Makefile.in: Likewise.
4719 * gdb.go/Makefile.in: Likewise.
4720 * gdb.guile/Makefile.in: Likewise.
4721 * gdb.java/Makefile.in: Likewise.
4722 * gdb.linespec/Makefile.in: Likewise.
4723 * gdb.mi/Makefile.in: Likewise.
4724 * gdb.modula2/Makefile.in: Likewise.
4725 * gdb.multi/Makefile.in: Likewise.
4726 * gdb.objc/Makefile.in: Likewise.
4727 * gdb.opencl/Makefile.in: Likewise.
4728 * gdb.opt/Makefile.in: Likewise.
4729 * gdb.pascal/Makefile.in: Likewise.
4730 * gdb.perf/Makefile.in: Likewise.
4731 * gdb.python/Makefile.in: Likewise.
4732 * gdb.reverse/Makefile.in: Likewise.
4733 * gdb.server/Makefile.in: Likewise.
4734 * gdb.stabs/Makefile.in: Likewise.
4735 * gdb.threads/Makefile.in: Likewise.
4736 * gdb.trace/Makefile.in: Likewise.
4737 * gdb.xml/Makefile.in: Likewise.
4738 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4739 GDB_PARALLEL.
4740 (standard_output_file): Remove check for GDB_PARALLEL, always
4741 return path in outputs/$subdir/$testname.
4742
4743 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4744
4745 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4746 (site.exp): Assign abs_srcdir to tcl's srcdir.
4747
4748 2016-02-04 Yao Qi <yao.qi@linaro.org>
4749
4750 * gdb.base/foll-exec-mode.c: Include limits.h.
4751 (main): Add parameters argc and argv. Get directory from
4752 argv[0].
4753 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4754 compilation.
4755 * gdb.base/foll-exec.c: Include limits.h.
4756 (main): Add parameters argc and argv.
4757 Get directory from argv[0].
4758 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4759 Adjust tests on the number of lines as source code changed.
4760 * gdb.base/foll-vfork-exit.c: Include limits.h.
4761 (main): Add one line of statement before vfork.
4762 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4763 (main): Add parameters argc and argv. Get directory from
4764 argv[0].
4765 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4766 (setup_gdb): Set tbreak to skip some source lines.
4767 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4768 (main): Add parameters argc and argv. Get directory from
4769 argv[0].
4770 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4771 compilation.
4772 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4773 (main): Add parameters argc and argv. Get directory from
4774 argv[0].
4775 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4776 compilation.
4777
4778 2016-02-01 Doug Evans <dje@google.com>
4779
4780 * gdb.base/skip.exp: Clean up multiple references to same test name.
4781
4782 2016-02-01 Pedro Alves <palves@redhat.com>
4783
4784 PR remote/19496
4785 * gdb.threads/forking-threads-plus-breakpoint.exp
4786 (displaced_stepping_supported): New global.
4787 (probe_displaced_stepping_support): New procedure.
4788 (do_test): Add 'displaced' parameter, and use it.
4789 (top level): Check for displaced stepping support. Add displaced
4790 stepping on/off testing axis.
4791
4792 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4793
4794 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4795 pointer. Don't perform further tests on the unassociated pointer
4796 if the first test fails.
4797
4798 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * gdb.base/max-value-size.c: New file.
4801 * gdb.base/max-value-size.exp: New file.
4802 * gdb.base/huge.exp: Disable max-value-size for this test.
4803
4804 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4805
4806 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4807
4808 2016-01-28 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4811
4812 2016-01-25 Pedro Alves <palves@redhat.com>
4813
4814 PR threads/19461
4815 * gdb.base/fork-running-state.c: New file.
4816 * gdb.base/fork-running-state.exp: New file.
4817
4818 2016-01-25 Pedro Alves <palves@redhat.com>
4819
4820 PR gdb/19494
4821 * gdb.base/catch-fork-kill.c: New file.
4822 * gdb.base/catch-fork-kill.exp: New file.
4823
4824 2016-01-25 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4827 Delete, moved to lib/gdb.exp.
4828 * gdb.threads/forking-threads-plus-breakpoint.exp
4829 (foreach_with_prefix): Likewise.
4830 * gdb.threads/process-dies-while-handling-bp.exp
4831 (foreach_with_prefix): Likewise.
4832 * lib/gdb.exp (foreach_with_prefix): New procedure.
4833
4834 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4835
4836 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4837 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4838
4839 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4840
4841 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4842 endian targets.
4843
4844 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4845 Pedro Alves <palves@redhat.com>
4846
4847 Fix testsuite compatibility with Guile.
4848 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4849 number.
4850
4851 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4852
4853 Fix testsuite compatibility with Guile.
4854 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4855 (thread 1): New test for backtrace through signal handler.
4856
4857 2016-01-22 Yao Qi <yao.qi@linaro.org>
4858
4859 PR testsuite/19491
4860 * gdb.base/multi-forks.c: Include
4861 ../lib/unbuffer_output.c
4862 (main): Call gdb_unbuffer_output.
4863
4864 2016-01-21 Doug Evans <dje@google.com>
4865
4866 * lib/ada.exp (gdb_compile_ada): Fix typo.
4867
4868 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4869
4870 * gdb.base/break-fun-addr.exp: New file.
4871 * gdb.base/break-fun-addr1.c: New file.
4872 * gdb.base/break-fun-addr2.c: New file.
4873
4874 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4875
4876 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4877 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4878 enum flag values.
4879
4880 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4881
4882 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4883 when GDB can not set the vector return value. Add more comments
4884 for clarification.
4885
4886 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4887
4888 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4889 command.
4890
4891 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4892
4893 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4894
4895 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4896
4897 * Makefile.in (check-single): Pass --status to runtest.
4898 (check/%.exp): Likewise.
4899
4900 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4901
4902 * Makefile.in (check-parallel): Propagate return code from make
4903 do-check-parallel.
4904
4905 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4906
4907 * gdb.trace/ftrace.exp: Fix expected message on continue.
4908 * gdb.trace/pending.exp: Fix expected message on continue.
4909 * gdb.trace/trace-break.exp: Fix expected message on continue.
4910
4911 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * lib/gdb.exp (gdb_test): Remove unused global references.
4914
4915 2016-01-18 Pedro Alves <palves@redhat.com>
4916
4917 * gdb.base/async-shell.exp: Adjust expected output.
4918 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4919 * gdb.base/siginfo-thread.exp: Adjust expected output.
4920 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4921 * gdb.java/jnpe.exp: Adjust expected output.
4922 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4923 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4924 * gdb.threads/leader-exit.exp: Adjust expected output.
4925 * gdb.threads/manythreads.exp: Adjust expected output.
4926 * gdb.threads/pthreads.exp: Adjust expected output.
4927 * gdb.threads/schedlock.exp: Adjust expected output.
4928 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4929 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4930 expected output.
4931 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4932 output.
4933 * gdb.threads/sigthread.exp: Adjust expected output.
4934 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4935
4936 2016-01-18 Yao Qi <yao.qi@linaro.org>
4937
4938 * gdb.guile/scm-section-script.c: Replace @progbits with
4939 %progbits.
4940 * gdb.python/py-section-script.c: Likewise.
4941
4942 2016-01-15 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.multi/tids.exp: Test star wildcard ranges.
4945
4946 2016-01-15 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4949 command from "thread apply" invocation.
4950 (thr_apply_info_thr_invalid): Default the expected output to the
4951 input tid list.
4952 (top level): Add tests that use convenience variables. Add tests
4953 for "thread apply" with a valid TID list, but missing the command.
4954
4955 2016-01-13 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/default.exp: Expect $_gthread as well.
4958 * gdb.multi/tids.exp: Test $_gthread.
4959 * gdb.threads/thread-specific.exp: Test $_gthread.
4960
4961 2016-01-13 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.multi/tids.exp: Test "info threads -gid".
4964
4965 2016-01-13 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4968 Breakpoint.thread.
4969 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4970
4971 2016-01-07 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/break.exp: Adjust to output changes.
4974 * gdb.base/hbreak2.exp: Likewise.
4975 * gdb.base/sepdebug.exp: Likewise.
4976 * gdb.base/watch_thread_num.exp: Likewise.
4977 * gdb.linespec/keywords.exp: Likewise.
4978 * gdb.multi/info-threads.exp: Likewise.
4979 * gdb.threads/thread-find.exp: Likewise.
4980 * gdb.multi/tids.c: New file.
4981 * gdb.multi/tids.exp: New file.
4982
4983 2016-01-13 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4986
4987 2016-01-13 Pedro Alves <palves@redhat.com>
4988
4989 * gdb.base/default.exp: Expect $_inferior as well.
4990 * gdb.multi/base.exp: Test $_inferior.
4991
4992 2016-01-13 Pedro Alves <palves@redhat.com>
4993
4994 PR breakpoints/19388
4995 * gdb.base/catch-signal-siginfo-cond.c: New file.
4996 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4997
4998 2016-01-12 Josh Stone <jistone@redhat.com>
4999 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5000
5001 * gdb.base/catch-syscall.c (do_execve): New variable.
5002 (main): Conditionally trigger an execve.
5003 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5004 (test_catch_syscall_execve): New, check entry/return across execve.
5005 (do_syscall_tests): Call test_catch_syscall_execve.
5006
5007 2016-01-12 Pedro Alves <palves@redhat.com>
5008
5009 * gdb.base/random-signal.exp (do_test): New procedure, with body
5010 of testcase moved in.
5011
5012 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5013 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.base/funcargs.exp (finish from indirectly called function):
5016 Reintroduce the case for 'First'.
5017
5018 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5019 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5022 (tcatch_vfork_then_child_follow_exec)
5023 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5024 identification.
5025
5026 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5027
5028 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5029 and repeats to unlimited.
5030 * gdb.python/py-value.exp: Likewise.
5031 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5032 and repeats to unlimited.
5033
5034 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5035
5036 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5037 and reordering the functions.
5038 * gdb.multi/hangout.c: Likewise.
5039 * gdb.multi/hello.c: Likewise.
5040
5041 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5042
5043 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5044 absolute.
5045 (SingleStatisticTestResult.report): Use dict.keys instead of
5046 dict.iterkeys.
5047
5048 2016-01-06 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5051
5052 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5053
5054 * gdb.btrace/dlopen.exp: New.
5055 * gdb.btrace/dlopen.c: New.
5056 * gdb.btrace/dlopen-dso.c: New.
5057
5058 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5059
5060 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5061 PATTERN argument is optional.
5062
5063 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5064
5065 * lib/ada.exp (target_compile_ada_from_dir): New function.
5066 (gdb_compile_ada): Reimplement avoiding the use of project files.
5067 * gdb.ada/gnat_ada.gpr: Delete.
5068 * gdb.ada/cond_lang.exp: Adjust test to make path before
5069 filename optional.
5070 * gdb.ada/small_reg_param.exp: Likewise.
5071
5072 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5075
5076 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5077
5078 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5079 case.
5080
5081 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5082
5083 * gdb.base/break.exp: Remove dead code.
5084 * gdb.base/sepdebug.exp: Likewise.
5085
5086 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5087
5088 * gdb.asm/asm-source.exp: Remove HP-UX references.
5089 * gdb.base/annota1.exp: Likewise.
5090 * gdb.base/annota3.exp: Likewise.
5091 * gdb.base/attach.exp: Likewise.
5092 * gdb.base/bigcore.exp: Likewise.
5093 * gdb.base/break.exp: Likewise.
5094 * gdb.base/call-ar-st.exp: Likewise.
5095 * gdb.base/callfuncs.exp: Likewise.
5096 * gdb.base/catch-fork-static.exp: Likewise.
5097 * gdb.base/display.exp: Likewise.
5098 * gdb.base/foll-exec-mode.exp: Likewise.
5099 * gdb.base/foll-exec.exp: Likewise.
5100 * gdb.base/foll-fork.exp: Likewise.
5101 * gdb.base/foll-vfork.exp: Likewise.
5102 * gdb.base/funcargs.exp: Likewise.
5103 * gdb.base/hbreak2.exp: Likewise.
5104 * gdb.base/inferior-died.exp: Likewise.
5105 * gdb.base/interrupt.exp: Likewise.
5106 * gdb.base/multi-forks.exp: Likewise.
5107 * gdb.base/nodebug.exp: Likewise.
5108 * gdb.base/sepdebug.exp: Likewise.
5109 * gdb.base/solib1.c: Likewise.
5110 * gdb.base/step-test.exp: Likewise.
5111 * gdb.mi/non-stop.c: Likewise.
5112 * gdb.mi/pthreads.c: Likewise.
5113 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5114 * gdb.threads/pthreads.c: Likewise.
5115 * gdb.threads/staticthreads.exp: Likewise.
5116 * lib/future.exp: Likewise.
5117 * lib/gdb.exp: Likewise.
5118 * gdb.base/so-indr-cl.c: Remove.
5119 * gdb.base/so-indr-cl.exp: Likewise.
5120 * gdb.base/solib.c: Likewise.
5121 * gdb.base/solib.exp: Likewise.
5122 * gdb.base/solib2.c: Likewise.
5123
5124 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5125
5126 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5127 * gdb.base/call-ar-st.exp: Likewise.
5128 * gdb.base/callfuncs.exp: Likewise.
5129 * gdb.base/condbreak.exp: Likewise.
5130 * gdb.base/constvars.exp: Likewise.
5131 * gdb.base/hbreak2.exp: Likewise.
5132 * gdb.base/langs.exp: Likewise.
5133 * gdb.base/list.exp: Likewise.
5134 * gdb.base/long_long.exp: Likewise.
5135 * gdb.base/ptype.exp: Likewise.
5136 * gdb.base/scope.exp: Likewise.
5137 * gdb.base/signals.exp: Likewise.
5138 * gdb.base/so-impl-ld.exp: Likewise.
5139 * gdb.base/varargs.exp: Likewise.
5140 * gdb.base/volatile.exp: Likewise.
5141 * gdb.base/whatis.exp: Likewise.
5142 * gdb.cp/cplusfuncs.exp: Likewise.
5143 * gdb.cp/inherit.exp: Likewise.
5144 * gdb.cp/local.exp: Likewise.
5145 * gdb.cp/member-ptr.exp: Likewise.
5146 * gdb.cp/method.exp: Likewise.
5147 * gdb.cp/overload.exp: Likewise.
5148 * gdb.cp/templates.exp: Likewise.
5149 * gdb.stabs/weird.exp: Likewise.
5150 * lib/compiler.c: Likewise.
5151 * lib/compiler.cc: Likewise.
5152 * lib/cp-support.exp: Likewise.
5153 * lib/gdb.exp: Likewise.
5154
5155 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5156
5157 * configure.ac: Remove HP-UX case.
5158 * configure: Regenerate.
5159
5160 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5161
5162 * lib/gdb.exp (gdb_compile): Add function doc.
5163
5164 2015-12-17 Pedro Alves <palves@redhat.com>
5165
5166 PR threads/19354
5167 * gdb.multi/info-threads.exp: New file.
5168
5169 2015-12-15 Yao Qi <yao.qi@linaro.org>
5170
5171 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5172 is aarch64*-*-*.
5173
5174 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5175
5176 * gdb.base/history-duplicates.exp: Skip if no readline support.
5177
5178 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5179
5180 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5181
5182 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5183
5184 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5185
5186 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5187
5188 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5189 ctrl-C if nointerrupts target property is set.
5190 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5191 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5192 * gdb.base/paginate-bg-execution.exp: Likewise.
5193 * gdb.base/paginate-execution-startup.exp: Likewise.
5194 * gdb.base/random-signal.exp: Likewise.
5195 * gdb.base/range-stepping.exp: Likewise.
5196 * gdb.cp/annota2.exp: Likewise.
5197 * gdb.cp/annota3.exp: Likewise.
5198 * gdb.gdb/selftest.exp: Likewise.
5199 * gdb.threads/continue-pending-status.exp: Likewise.
5200 * gdb.threads/leader-exit.exp: Likewise.
5201 * gdb.threads/manythreads.exp: Likewise.
5202 * gdb.threads/pthreads.exp: Likewise.
5203 * gdb.threads/schedlock.exp: Likewise.
5204 * gdb.threads/sigthread.exp: Likewise.
5205
5206 2015-12-11 Don Breazeal <donb@codesourcery.com>
5207
5208 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5209 remote.
5210 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5211 * gdb.base/foll-exec.exp (main): Enable for target remote.
5212 * gdb.base/foll-fork.exp (main): Likewise.
5213 * gdb.base/foll-vfork.exp (main): Likewise.
5214 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5215 (proc continue_to_exit_bp_loc): Use clean_restart.
5216 * gdb.base/pie-execl.exp (main): Disable for target remote.
5217 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5218 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5219 * gdb.threads/execl.exp (main): Likewise.
5220 * gdb.threads/fork-child-threads.exp (main): Likewise.
5221 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5222 remote.
5223 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5224 remote.
5225 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5226 pid.tid style ptids, instead of just tid.
5227 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5228 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5229 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5230 ptids, instead of just tid.
5231
5232 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5233
5234 * gdb.base/list.exp (test_list_forward): Add end of file error
5235 test.
5236 (test_repeat_list_command): Add end of file error test.
5237 (test_list_backwards): Add beginning of file error test.
5238
5239 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * gdb.base/list.exp (test_list_invalid_args): New function,
5242 defined, and called.
5243
5244 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5245
5246 * gdb.base/list.exp (test_list): Make test names unique.
5247
5248 2015-12-11 Yao Qi <yao.qi@linaro.org>
5249
5250 * gdb.base/coremaker2.c: Remove.
5251
5252 2015-12-10 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.multi/base.exp: Remove stale "spaces" references.
5255
5256 2015-12-10 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.multi/base.exp: Don't use nowarnings.
5259 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5260 * gdb.multi/hangout.c: Include stdio.h.
5261 * gdb.multi/hello.c: Include stdlib.h.
5262 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5263 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5264 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5265
5266 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * gdb.dwarf2/dw2-ranges-base.c: New file.
5269 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5270 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5271 support additional line table, and debug ranges generation.
5272 (Dwarf::ranges): New function, generate .debug_ranges.
5273 (Dwarf::lines): Support generating simple line table programs.
5274 (Dwarf::assemble): Initialise new namespace variables.
5275
5276 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5277
5278 * gdb.base/async.exp (proc test_background): Add case for
5279 asynchronous execution not supported.
5280
5281 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5282
5283 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5284 format and change test names to make them unique.
5285
5286 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5287 Pedro Alves <pedro@redhat.com>
5288
5289 PR gdb/18702
5290 Add checking of floatformats setup on x86_64 hosts.
5291 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5292 (smallval, bigval): New labels/constants.
5293 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5294 float" after loading bigval and smallval.
5295
5296 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5297
5298 * gdb.ada/fun_overload_menu.exp: New testcase.
5299 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5300
5301 2015-12-04 Josh Stone <jistone@redhat.com>
5302
5303 * gdb.base/catch-fork-static.exp: New.
5304
5305 2015-12-03 Yao Qi <yao.qi@linaro.org>
5306
5307 * gdb.base/sizeof.c: Don't include stdio.h and
5308 ../lib/unbuffer_output.c.
5309 (main): New variable 'size' and 'value'. Remove printf and
5310 gdb_unbuffer_output. Assign return value to size and value.
5311 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5312 at the beginning.
5313 (check_sizeof): Check the result by printing variable 'size'.
5314 (check_valueof): Check the result by printing variable 'value'.
5315
5316 2015-12-01 Yao Qi <yao.qi@linaro.org>
5317
5318 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5319 for aarch64*-*-linux* target.
5320
5321 2015-11-30 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5324
5325 2015-11-30 Pedro Alves <palves@redhat.com>
5326
5327 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5328 Handle non-stop mode vCont replies.
5329
5330 2015-11-30 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5333 prepare_for_testing. Start gdb with "set non-stop on" appended to
5334 GDBFLAGS. Lax expected stop output.
5335
5336 2015-11-27 Yao Qi <yao.qi@linaro.org>
5337
5338 * gdb.arch/arm-neon.exp: New.
5339 * gdb.arch/arm-neon.c: New.
5340
5341 2015-11-27 Yao Qi <yao.qi@linaro.org>
5342
5343 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5344
5345 2015-11-27 Yao Qi <yao.qi@linaro.org>
5346
5347 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5348 frames-invalid annotation.
5349
5350 2015-11-27 Yao Qi <yao.qi@linaro.org>
5351
5352 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5353
5354 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5355
5356 * gdb.threads/names.exp: New file.
5357 * gdb.threads/names.c: New file.
5358 * README: Mention gdb,no_thread_names.
5359
5360 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5361
5362 PR 19297
5363 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5364 support" error.
5365
5366 2015-11-24 Pedro Alves <palves@redhat.com>
5367
5368 PR 17539
5369 * gdb.base/display.exp: Expect displays to be sorted in ascending
5370 order. Use multi_line.
5371 * gdb.base/solib-display.exp: Likewise.
5372
5373 2015-11-24 Pedro Alves <palves@redhat.com>
5374
5375 PR 17539
5376 * gdb.base/display.exp: Expect displays to be sorted in ascending
5377 order. Use multi_line.
5378 * gdb.base/solib-display.exp: Likewise.
5379
5380 2015-11-24 Pedro Alves <palves@redhat.com>
5381
5382 PR 17539
5383 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5384 threads in ascending order.
5385 * gdb.base/foll-fork.exp: Likewise.
5386 * gdb.base/foll-vfork.exp: Likewise.
5387 * gdb.base/multi-forks.exp: Likewise.
5388 * gdb.mi/mi-nonstop.exp: Likewise.
5389 * gdb.mi/mi-nsintrall.exp: Likewise.
5390 * gdb.multi/base.exp: Likewise.
5391 * gdb.multi/multi-arch.exp: Likewise.
5392 * gdb.python/py-inferior.exp: Likewise.
5393 * gdb.threads/break-while-running.exp: Likewise.
5394 * gdb.threads/execl.exp: Likewise.
5395 * gdb.threads/gcore-thread.exp: Likewise.
5396 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5397 * gdb.threads/kill.exp: Likewise.
5398 * gdb.threads/linux-dp.exp: Likewise.
5399 * gdb.threads/multiple-step-overs.exp: Likewise.
5400 * gdb.threads/next-bp-other-thread.exp: Likewise.
5401 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5402 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5403 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5404 * gdb.threads/thread-find.exp: Likewise.
5405 * gdb.threads/tls.exp: Likewise.
5406 * lib/mi-support.exp (mi_reverse_list): Delete.
5407 (mi_check_thread_states): No longer reverse list.
5408
5409 2015-11-24 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5412 use lowercase.
5413
5414 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5415
5416 * gdb.trace/actions.c: Include trace-common.h.
5417 (main): Add a location for a fast tracepoint.
5418 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5419 the normal tracepoints.
5420 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5421
5422 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5423
5424 * save-trace.exp: Factor out code to these...
5425 (gdb_save_tracepoints): New.
5426 (gdb_load_tracepoints): New.
5427 (do_save_load_test): New.
5428
5429 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5430
5431 * gdb.base/asmlabel.exp: New test.
5432 * gdb.base/asmlabel.c: New test case.
5433
5434 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5435
5436 * gdb.base/wrong_frame_bt_full-main.c: New file.
5437 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5438 * gdb.base/wrong_frame_bt_full.exp: New file.
5439
5440 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5441
5442 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5443
5444 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5445
5446 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5447 pstate register when comparing registers values in
5448 sparc64-*-linux-gnu targets to avoid spurious differences.
5449
5450 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5451
5452 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5453
5454 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5455
5456 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5457 as type argument to gdb_compile.
5458 * gdb.base/nested-subp2.exp: Likewise.
5459 * gdb.base/nested-subp3.exp: Likewise.
5460
5461 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5462
5463 * lib/dwarf.exp (_note): Fix left shift of negative value.
5464 * gdb.trace/trace-condition.exp: Likewise.
5465
5466 2015-11-13 Yao Qi <yao.qi@linaro.org>
5467
5468 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5469 comments about d10v.
5470 (test_scalar_returns): Likewise.
5471 * gdb.base/d10v.ld: Remove.
5472 * gdb.base/overlays.exp: Remove the target triplet checking for
5473 d10v-*-*.
5474 * gdb.base/structs.exp (test_struct_returns): Remove the
5475 comments about d10v.
5476 (test_struct_calls): Likewise.
5477
5478 2015-11-13 Yao Qi <yao.qi@linaro.org>
5479
5480 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5481 * gdb.base/gnu_vector.c: Don't include stdio.h.
5482 (main): Don't print res and call add_some_intvecs.
5483
5484 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5485
5486 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5487 macro.
5488 (func5): Removed.
5489 (func4): Use FAST_TRACEPOINT_LABEL.
5490 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5491 macro.
5492 (func): Removed.
5493 (thread_function): Use FAST_TRACEPOINT_LABEL.
5494 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5495 (func): Remove.
5496 (marker): Use FAST_TRACEPOINT_LABEL.
5497 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5498 (pendfunc1): Remove.
5499 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5500 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5501 (foo): Remove.
5502 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5503 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5504 macro.
5505 (func): Remove.
5506 (marker): Use FAST_TRACEPOINT_LABEL.
5507 * gdb.trace/trace-common.h: New header.
5508 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5509 macro.
5510 (func): Remove.
5511 (marker): Use FAST_TRACEPOINT_LABEL.
5512 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5513 (func): Remove.
5514 (thread_function): Use FAST_TRACEPOINT_LABEL.
5515
5516 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5517
5518 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5519 in front.
5520 * gdb.trace/change-loc.exp: Use global pcreg definition.
5521 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5522 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5523 in front.
5524 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5525 * gdb.trace/pending.exp: Likewise.
5526 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5527 * gdb.trace/trace-break.exp: Likewise.
5528 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5529 in front.
5530 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5531 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5532 in front.
5533 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5534
5535 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5536
5537 * gdb.ada/fin_fun_out: New testcase.
5538
5539 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5540
5541 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5542 value associated with DW_AT_byte_size.
5543 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5544 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5545 DW_AT_upper_bound.
5546
5547 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5548
5549 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5550 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5551 version.
5552 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5553 gdb.dwarf2/dw2-canonicalize-type.exp,
5554 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5555 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5556 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5557 provided by gdb_target_symbol_prefix_flags_asm.
5558 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5559 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5560 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5561 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5562 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5563 macros where needed). Use this macro for symbols which require
5564 the prefix provided by SYMBOL_PREFIX.
5565
5566 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5567
5568 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5569 New procs.
5570 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5571 representing expressions, of more than one list element.
5572 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5573 to prepend linker symbol prefix to f.
5574 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5575 table_1 and table_2.
5576 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5577 Likewise, for f and g.
5578 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5579 for ptr.
5580 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5581 for main.
5582 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5583 table_1_ptr and table_2_ptr.
5584
5585 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5586 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5589
5590 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5591
5592 * gdb.reverse/s390-mvcle.c: New test.
5593 * gdb.reverse/s390-mvcle.exp: New file.
5594 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5595
5596 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5597
5598 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5599
5600 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5601
5602 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5603 reaching marker2.
5604 * gdb.reverse/getresuid-reverse.exp: Likewise.
5605 * gdb.reverse/pipe-reverse.exp: Likewise.
5606 * gdb.reverse/readv-reverse.exp: Likewise.
5607 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5608 * gdb.reverse/time-reverse.exp: Likewise.
5609 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5610
5611 2015-10-30 Yao Qi <yao.qi@linaro.org>
5612
5613 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5614 (empty_cycle): Remove.
5615 (main): Don't call empty_cycle. Don't use watch_count_done.
5616 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5617 empty_cycle. Rewrite the code counting HW watchpoints.
5618
5619 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5620
5621 * gdb.reverse/fstatat-reverse.c: New test.
5622 * gdb.reverse/fstatat-reverse.exp: New file.
5623 * gdb.reverse/getresuid-reverse.c: New test.
5624 * gdb.reverse/getresuid-reverse.exp: New file.
5625 * gdb.reverse/pipe-reverse.c: New test.
5626 * gdb.reverse/pipe-reverse.exp: New file.
5627 * gdb.reverse/readv-reverse.c: New test.
5628 * gdb.reverse/readv-reverse.exp: New file.
5629 * gdb.reverse/recvmsg-reverse.c: New test.
5630 * gdb.reverse/recvmsg-reverse.exp: New file.
5631 * gdb.reverse/time-reverse.c: New test.
5632 * gdb.reverse/time-reverse.exp: New file.
5633 * gdb.reverse/waitpid-reverse.c: New test.
5634 * gdb.reverse/waitpid-reverse.exp: New file.
5635
5636 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5639
5640 2015-10-26 Doug Evans <dje@google.com>
5641
5642 PR symtab/17391
5643 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5644 * gdb.dwarf2/bad-regnum.c: New file.
5645 * gdb.dwarf2/bad-regnum.exp: New file.
5646
5647 2015-10-26 Doug Evans <dje@google.com>
5648
5649 PR python/18938
5650 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5651 file.
5652
5653 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5654
5655 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5656 for a change by "Mention language in compile error message".
5657
5658 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5659
5660 PR python/18073
5661 * gdb.python/py-type.c (C::a_method): New.
5662 (C::a_const_method): New.
5663 (C::a_static_method): New.
5664 (a_function): New.
5665 * gdb.python/py-type.exp (test_fields): Test getting fields
5666 from function and method.
5667
5668 2015-10-21 Keven Boell <keven.boell@intel.com>
5669
5670 * gdb.fortran/vla-alloc-assoc.exp: New file.
5671 * gdb.fortran/vla-datatypes.exp: New file.
5672 * gdb.fortran/vla-datatypes.f90: New file.
5673 * gdb.fortran/vla-history.exp: New file.
5674 * gdb.fortran/vla-ptype-sub.exp: New file.
5675 * gdb.fortran/vla-ptype.exp: New file.
5676 * gdb.fortran/vla-sizeof.exp: New file.
5677 * gdb.fortran/vla-sub.f90: New file.
5678 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5679 * gdb.fortran/vla-value-sub-finish.exp: New file.
5680 * gdb.fortran/vla-value-sub.exp: New file.
5681 * gdb.fortran/vla-value.exp: New file.
5682 * gdb.fortran/vla-ptr-info.exp: New file.
5683 * gdb.mi/mi-vla-fortran.exp: New file.
5684 * gdb.mi/vla.f90: New file.
5685
5686 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5687
5688 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5689 of hardwired timeout value.
5690
5691 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5692 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5695 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5696
5697 2015-10-19 Josh Stone <jistone@redhat.com>
5698
5699 * gdb.base/catch-syscall.c: Include <sched.h>.
5700 (unknown_syscall): New variable.
5701 (main): Trigger a vfork and an unknown syscall.
5702 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5703 (unknown_syscall_number): Likewise.
5704 (check_call_to_syscall): Accept an optional syscall pattern.
5705 (check_return_from_syscall): Likewise.
5706 (check_continue): Likewise.
5707 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5708 (test_catch_syscall_skipping_return): New test toggling off 'catch
5709 syscall' to step over the syscall return, then toggling back on.
5710 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5711 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5712 (do_syscall_tests): Call test_catch_syscall_without_args and
5713 test_catch_syscall_mid_vfork.
5714 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5715 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5716
5717 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5718
5719 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5720 print g_vE): Add new pass patterns.
5721 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5722 print various symbol names for vptr fields.
5723
5724 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5725
5726 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5727 results.
5728
5729 2015-10-12 Yao Qi <yao.qi@linaro.org>
5730
5731 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5732
5733 2015-10-12 Yao Qi <yao.qi@linaro.org>
5734
5735 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5736 is aarch64*-*-linux*.
5737
5738 2015-10-12 Yao Qi <yao.qi@linaro.org>
5739
5740 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5741 (can_relocate_bcond_true): ... it.
5742 (can_relocate_bcond_false): New function.
5743 (foo): Likewise.
5744 (can_relocate_bl): Likewise.
5745 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5746 can_relocate_bl.
5747
5748 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5749
5750 * gdb.base/nested-addr.c: New file.
5751 * gdb.base/nested-addr.exp: New testcase.
5752
5753 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5754
5755 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5756 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5757 its output. Ignore the output of "record goto begin" and instead
5758 check that GDB is replaying.
5759
5760 2015-10-09 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5763 (top level): Use it in the run with no args test.
5764
5765 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5766
5767 * gdb.dlang/properties.exp: New file.
5768
5769 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5770
5771 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5772 whether or not address 0x1000 is mapped on the target.
5773
5774 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5775
5776 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5777 build.
5778
5779 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5780
5781 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5782 instruction-history test.
5783
5784 2015-09-28 Doug Evans <dje@google.com>
5785
5786 * gdb.base/gcore.c (array_func): Add reference to static_array.
5787
5788 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5789
5790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5791 source line.
5792
5793 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5794
5795 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5796 short or char as base type.
5797
5798 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5799
5800 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5801 to allow any size enum.
5802
5803 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5804
5805 * gdb.ada/array_ptr_renaming.exp: New testcase.
5806 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5807 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5808
5809 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5810
5811 * gdb.trace/ftrace-lock.c: New file.
5812 * gdb.trace/ftrace-lock.exp: New file.
5813
5814 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5815
5816 * gdb.arch/insn-reloc.c: New file.
5817 * gdb.arch/ftrace-insn-reloc.exp: New file.
5818
5819 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5820
5821 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5822 instruction.
5823 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5824 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5825 * gdb.trace/range-stepping.c: Likewise.
5826 * gdb.trace/trace-break.c: Likewise.
5827 * gdb.trace/trace-mt.c (thread_function): Likewise.
5828 * gdb.trace/ftrace.c (marker): Likewise.
5829 * gdb.trace/trace-condition.c (marker): Likewise.
5830 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5831 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5832 is_aarch64_target.
5833
5834 2015-09-18 Doug Evans <xdje42@gmail.com>
5835
5836 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5837 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5838
5839 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5840
5841 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5842 the breakpoint.
5843
5844 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5845
5846 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5847 the pending breakpoint. Remove timeout override for "Run till
5848 MI pending breakpoint on pendfunc3 on thread 2" test.
5849
5850 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5851
5852 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5853 filename pattern.
5854
5855 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5856
5857 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5858 in breakpoint filename pattern.
5859
5860 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5861
5862 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5863
5864 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5865
5866 * gdb.linespec/explicit.exp: Check for readline support for
5867 tab-completion tests. Fix obvious typo.
5868
5869 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5870
5871 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5872 and replay.
5873
5874 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5875
5876 * gdb.btrace/non-stop.c: New.
5877 * gdb.btrace/non-stop.exp: New.
5878
5879 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5880 Yao Qi <yao.qi@linaro.org>
5881
5882 * gdb.trace/trace-condition.c: New file.
5883 * gdb.trace/trace-condition.exp: New file.
5884
5885 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5886
5887 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5888 for testing bytecode compilation.
5889
5890 2015-09-16 Pedro Alves <palves@redhat.com>
5891 Sandra Loosemore <sandra@codesourcery.com>
5892
5893 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5894 (SECONDS): Redefine.
5895 (main): Call pthread_kill and alarm early.
5896 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5897 support.
5898 (test): If the target can't hardware step and doesn't support
5899 displaced stepping, increase the timeout.
5900
5901 2015-09-16 Pedro Alves <palves@redhat.com>
5902
5903 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5904 (enable_debug): New procedures.
5905 (test): Use them. Bail out if waiting for threads fails.
5906 (top level): Bail out if a test fails.
5907
5908 2015-09-16 Yao Qi <yao.qi@linaro.org>
5909
5910 * gdb.asm/asm-source.exp: Set asm-arch for
5911 aarch64*-*-* target.
5912 * gdb.asm/aarch64.inc: New file.
5913
5914 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5915
5916 * gdb.ada/array_of_variable_length.exp: New testcase.
5917 * gdb.ada/array_of_variable_length/foo.adb: New file.
5918 * gdb.ada/array_of_variable_length/pck.adb: New file.
5919 * gdb.ada/array_of_variable_length/pck.ads: New file.
5920
5921 2015-09-15 Doug Evans <dje@google.com>
5922
5923 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5924 of function static local variable.
5925
5926 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5927
5928 * gdb.threads/tls-so_extern.exp: New test file.
5929 * gdb.threads/tls-so_extern.c: New test file.
5930 * gdb.threads/tls-so_extern_main.c: New test file.
5931
5932 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5933
5934 * gdb.opt/solib-intra-step-lib.c: New file.
5935 * gdb.opt/solib-intra-step-main.c: New file.
5936 * gdb.opt/solib-intra-step.exp: New file.
5937
5938 2015-09-15 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5941 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5942
5943 2015-09-14 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/hook-stop-continue.c: Delete.
5946 * gdb.base/hook-stop-continue.exp: Delete.
5947 * gdb.base/hook-stop-frame.c: Delete.
5948 * gdb.base/hook-stop-frame.exp: Delete.
5949 * gdb.base/hook-stop.c: New file.
5950 * gdb.base/hook-stop.exp: New file.
5951
5952 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5953
5954 * gdb.ada/access_to_packed_array.exp: New testcase.
5955 * gdb.ada/access_to_packed_array/foo.adb: New file.
5956 * gdb.ada/access_to_packed_array/pack.adb: New file.
5957 * gdb.ada/access_to_packed_array/pack.ads: New file.
5958
5959 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5960
5961 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5962 buffer size test.
5963
5964 2015-09-11 Don Breazeal <donb@codesourcery.com>
5965
5966 * gdb.base/foll-exec.c: Add copyright header. Fix
5967 formatting issues.
5968 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5969 (do_exec_tests): Use clean_restart in place of zap_session,
5970 and for test initialization. Fix formatting issues. Use
5971 fail in place of perror.
5972 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5973 an expect statement to match an expression with output from
5974 the program under debug.
5975 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5976 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5977 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5978 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5979 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5980
5981 2015-09-09 Doug Evans <dje@google.com>
5982
5983 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5984
5985 2015-09-09 Doug Evans <dje@google.com>
5986
5987 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5988
5989 2015-09-09 Doug Evans <dje@google.com>
5990
5991 * gdb.base/savedregs.exp: Fix typo.
5992
5993 2015-09-09 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5996
5997 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5998
5999 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6000 command actually switches threads. Give up on remaining
6001 tests if target fails to stop at breakpoint.
6002
6003 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6004
6005 * gdb.ada/funcall_char.exp: New testcase.
6006 * gdb.ada/funcall_char/foo.adb: New file.
6007
6008 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6009
6010 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6011 expected outputs. Add two testcases for completing ambiguous
6012 functions.
6013 * gdb.ada/complete/aux_pck.adb: New file.
6014 * gdb.ada/complete/aux_pck.ads: New file.
6015 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6016 Ambiguous_Func functions.
6017 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6018 * gdb.ada/complete/pck.adb: Likewise.
6019
6020 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6021
6022 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6023 failures to run the test program under GDB.
6024
6025 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6026
6027 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6028 to C.
6029
6030 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6031
6032 * gdb.base/run-after-attach.exp: New test file.
6033 * gdb.base/run-after-attach.c: New test file.
6034
6035 2015-08-26 Don Breazeal <donb@codesourcery.com>
6036
6037 * gdb.base/foll-exec-2.c: New test program.
6038 * gdb.base/foll-exec-2.exp: New test.
6039
6040 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6041
6042 * gdb.base/nested-subp1.exp: New file.
6043 * gdb.base/nested-subp1.c: New file.
6044 * gdb.base/nested-subp2.exp: New file.
6045 * gdb.base/nested-subp2.c: New file.
6046 * gdb.base/nested-subp3.exp: New file.
6047 * gdb.base/nested-subp3.c: New file.
6048
6049 2015-08-24 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.server/connect-without-multi-process.c: New file.
6052 * gdb.server/connect-without-multi-process.exp: New file.
6053
6054 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6055
6056 * gdb.opt/inline-markers.c: Make z int.
6057
6058 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6059
6060 * gdb.opt/inline-markers.c: Make z volatile.
6061
6062 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6063
6064 * gdb.opt/inline-bt.c: New volatile global z.
6065 * gdb.opt/inline-cmds.c: Likewise.
6066 * gdb.opt/inline-locals.c: Likewise.
6067 * gdb.opt/inline-markers.c: New extern global z.
6068 (marker): Use z.
6069 (inline_fn): Likewise.
6070
6071 2015-08-24 Pedro Alves <palves@redhat.com>
6072
6073 * config/m32r-stub.exp: Remove file.
6074 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6075 * gdb.base/call-rt-st.exp: Likewise.
6076 * gdb.base/call-strs.exp: Likewise.
6077 * gdb.base/default.exp: Remove references to h8300-*-hms and
6078 *-*-udi*.
6079 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6080
6081 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6082
6083 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6084 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6085 and "return" use KFAIL when GDB can not read/write the vector
6086 return value.
6087
6088 2015-08-21 Gary Benson <gbenson@redhat.com>
6089
6090 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6091
6092 2015-08-20 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.server/solib-list.exp: No longer expect an interior stop in
6095 non-stop mode.
6096
6097 2015-08-20 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.server/connect-stopped-target.c: New file.
6100 * gdb.server/connect-stopped-target.exp: New file.
6101
6102 2015-08-20 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.dwarf2/comp-unit-lang.exp: New file.
6105 * gdb.dwarf2/comp-unit-lang.c: New file.
6106
6107 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6108
6109 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6110 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6111
6112 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6113
6114 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6115 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6116
6117 2015-08-18 Doug Evans <dje@google.com>
6118 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6119
6120 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6121 skip_python_tests. New arg prompt_regexp.
6122 (skip_python_tests): New function.
6123 * lib/mi-support.exp (mi_skip_python_tests): New function.
6124 * gdb.python/py-mi-objfile-gdb.py: New file.
6125 * gdb.python/py-mi-objfile.c: New file.
6126 * gdb.python/py-mi-objfile.exp: New file.
6127
6128 2015-08-17 Keith Seitz <keiths@redhat.com>
6129
6130 * gdb.linespec/explicit.exp: Move strace test from here ...
6131 * gdb.trace/strace.exp: ... to here.
6132
6133 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6134
6135 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6136 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6137
6138 2015-08-14 Doug Evans <xdje42@gmail.com>
6139
6140 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6141 inferior before selecting a new file.
6142
6143 2015-08-14 Doug Evans <xdje42@gmail.com>
6144
6145 * gdb.mi/mi-disassemble.exp: Update.
6146 * gdb.base/disasm-optim.S: New file.
6147 * gdb.base/disasm-optim.c: New file.
6148 * gdb.base/disasm-optim.h: New file.
6149 * gdb.base/disasm-optim.exp: New file.
6150
6151 2015-08-14 Keith Seitz <keiths@redhat.com>
6152
6153 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6154 "evaluated-by".
6155
6156 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6157
6158 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6159
6160 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6161
6162 * gdb.ada/fun_renaming.exp: New testcase.
6163 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6164 * gdb.ada/fun_renaming/pack.adb: New file.
6165 * gdb.ada/fun_renaming/pack.ads: New file.
6166
6167 2015-08-12 Keith Seitz <keiths@redhat.com>
6168
6169 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6170 gdb_get_line_number.
6171
6172 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6173
6174 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6175 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6176 gdb.base/dso2dso.exp: New files.
6177
6178 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6179 Pedro Alves <palves@redhat.com>
6180 Keith Seitz <keiths@redhat.com>
6181
6182 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6183 GDBFLAGS.
6184
6185 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6186
6187 * gdb.base/gdbhistsize-history.exp
6188 (test_histsize_history_setting): Use save_vars.
6189 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6190 Use save_vars.
6191 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6192 * gdb.base/readline.exp: Use save_vars.
6193
6194 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6195
6196 * lib/gdb.exp (save_vars): New proc.
6197
6198 2015-08-11 Keith Seitz <keiths@redhat.com>
6199
6200 * gdb.base/help.exp: Update help_breakpoint_text.
6201
6202 2015-08-11 Keith Seitz <keiths@redhat.com>
6203
6204 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6205 (at toplevel): Call test_explicit_breakpoints.
6206 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6207 breakpoints.
6208 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6209 breakpoint conditions, "-cond".
6210
6211 2015-08-11 Keith Seitz <keiths@redhat.com>
6212
6213 * gdb.linespec/3explicit.c: New file.
6214 * gdb.linespec/cpexplicit.cc: New file.
6215 * gdb.linespec/cpexplicit.exp: New file.
6216 * gdb.linespec/explicit.c: New file.
6217 * gdb.linespec/explicit.exp: New file.
6218 * gdb.linespec/explicit2.c: New file.
6219 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6220 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6221 before using in the matching pattern.
6222 Clarify that `prefix' is a regular expression.
6223
6224 2015-08-11 Keith Seitz <keiths@redhat.com>
6225
6226 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6227 test.
6228 Add tests for missing ",FMT" and ",".
6229
6230 2015-08-10 Doug Evans <dje@google.com>
6231 Keith Seitz <keiths@redhat.com>
6232
6233 PR gdb/17960
6234 * gdb.base/completion.exp: Add location completer tests.
6235
6236 2015-08-07 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6239 tests here.
6240 (top level): Run do_test with and without displaced stepping.
6241
6242 2015-08-07 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.base/valgrind-disp-step.c: New file.
6245 * gdb.base/valgrind-disp-step.exp: New file.
6246
6247 2015-08-07 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6250 Delete function.
6251 (main): Add alarm. Run an infinite loop instead of calling
6252 wait_threads.
6253 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6254 comment.
6255 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6256 Delete function.
6257 (main): Add alarm. Run an infinite loop instead of calling
6258 wait_threads.
6259 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6260 comment.
6261
6262 2015-08-07 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/checkpoint-ns.exp: New file.
6265 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6266 standard_testfile.
6267
6268 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6269
6270 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6271 * gdb.btrace/instruction_history.exp: Update.
6272 * gdb.btrace/tsx.exp: New.
6273 * gdb.btrace/tsx.c: New.
6274
6275 2015-08-06 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6278 increase timeout.
6279 * gdb.reverse/until-precsave.exp: Bump timeouts.
6280
6281 2015-08-06 Pedro Alves <palves@redhat.com>
6282
6283 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6284
6285 2015-08-06 Pedro Alves <palves@redhat.com>
6286
6287 PR gdb/18749
6288 * gdb.threads/process-dies-while-handling-bp.c: New file.
6289 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6290
6291 2015-08-06 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6294 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6295
6296 2015-08-05 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6299 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6300
6301 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6302
6303 * gdb.base/bp-permanent.exp: Report test as unsupported if
6304 the target cannot stop at the permanent breakpoint.
6305
6306 2015-08-03 Doug Evans <dje@google.com>
6307
6308 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6309 10000.
6310
6311 2015-08-03 Doug Evans <dje@google.com>
6312
6313 * Makefile.in (workers/%.worker, build-perf): New rule.
6314 (GDB_PERFTEST_MODE): New variable.
6315 (check-perf): Use it.
6316 (clean): Clean up gdb.perf parallel build subdirs.
6317 * lib/build-piece.exp: New file.
6318 * lib/gdb.exp (make_gdb_parallel_path): New function
6319 (standard_output_file, standard_temp_file): Call it.
6320 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6321 of $GDB_PARALLEL.
6322 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6323
6324 2015-08-03 Doug Evans <dje@google.com>
6325
6326 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6327 (LOG_FILE_NAME): New global.
6328 (TextReporter.__init__): Initialize self.txt_sum.
6329 (TextReporter.report): Add support for multiple data-points.
6330 Move report to perftest.sum, put raw data in perftest.log.
6331 (TextReporter.start): Open sum and log files.
6332 (TextReporter.end): Close sum and log files.
6333 * gdb.perf/lib/perftest/testresult.py
6334 (SingleStatisticTestResult.record): Handle multiple data-points.
6335
6336 2015-07-31 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6339 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6340 kill_wait_spawned_process instead of explicit "kill -9".
6341 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6342 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6343 kill_wait_spawned_process.
6344 * gdb.base/attach-twice.exp: Likewise.
6345 * gdb.base/attach.exp: Likewise.
6346 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6347 gdb_test_multiple.
6348 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6349 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6350 kill_wait_spawned_process.
6351 * gdb.base/valgrind-infcall.exp: Likewise.
6352 * gdb.multi/multi-attach.exp: Likewise.
6353 * gdb.python/py-prompt.exp: Likewise.
6354 * gdb.python/py-sync-interp.exp: Likewise.
6355 * gdb.server/ext-attach.exp: Likewise.
6356 * gdb.threads/attach-into-signal.exp (corefunc): Use
6357 spawn_wait_for_attach, spawn_id_get_pid and
6358 kill_wait_spawned_process.
6359 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6360 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6361 spawn_id_get_pid and kill_wait_spawned_process.
6362 * gdb.threads/attach-stopped.exp (corefunc): Use
6363 spawn_wait_for_attach, spawn_id_get_pid and
6364 kill_wait_spawned_process.
6365 * gdb.base/break-interp.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 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6369 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6370 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6371 processes. Don't map cygwin/windows pids here. Now returns a
6372 spawn id list.
6373
6374 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6375
6376 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6377 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6378 correct patch.
6379
6380 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6381
6382 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6383
6384 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6385
6386 Reapply:
6387 2014-05-21 Mark Wielaard <mjw@redhat.com>
6388
6389 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6390
6391 2015-07-30 Pedro Alves <palves@redhat.com>
6392
6393 * linux-low.c (handle_extended_wait): Set the child's last
6394 reported status to TARGET_WAITKIND_STOPPED.
6395
6396 2015-07-30 Pedro Alves <palves@redhat.com>
6397
6398 PR threads/18600
6399 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6400 only shows inferior 1.
6401
6402 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6403 Pedro Alves <palves@redhat.com>
6404
6405 PR threads/18600
6406 * gdb.threads/fork-plus-threads.c: New file.
6407 * gdb.threads/fork-plus-threads.exp: New file.
6408
6409 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6410
6411 * gdb.base/batch-preserve-term-settings.exp
6412 (test_terminal_settings_preserved_after_cli_exit): Use
6413 send_quit_command.
6414
6415 2015-07-29 Pedro Alves <palves@redhat.com>
6416 Don Breazeal <donb@codesourcery.com>
6417
6418 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6419 output from both inferior_spawn_id and gdb_spawn_id.
6420
6421 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6422
6423 * gdb.threads/attach-into-signal.exp (corefunc): Use
6424 with_test_prefix on nested loops, uniquefying the test messages.
6425
6426 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6427
6428 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6429 commit.
6430
6431 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6432
6433 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6434 New proc.
6435 (test_terminal_settings_preserved_after_sigterm): New test.
6436
6437 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6438
6439 * gdb.base/batch-preserve-term-settings.exp
6440 (test_terminal_settings_preserved_after_cli_exit): New test.
6441
6442 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6443
6444 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6445 manipulation of saved_gdbflags.
6446 (test_terminal_settings_preserved): Remove global declaration of
6447 the unused variable pagination_prompt. Remove manipulation of
6448 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6449 GDBFLAGS.
6450
6451 2015-07-29 Pedro Alves <palves@redhat.com>
6452
6453 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6454
6455 2015-07-29 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6458 at the top.
6459
6460 2015-07-29 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6463 (main): Call gdb_unbuffer_output.
6464 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6465 (main): Call gdb_unbuffer_output.
6466 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6467 (main): Call gdb_unbuffer_output.
6468 * gdb.base/call-strs.exp: Adjust to step over the
6469 gdb_unbuffer_output call.
6470 * gdb.base/catch-gdb-caused-signals.c: Include
6471 "../lib/unbuffer_output.c".
6472 (main): Call gdb_unbuffer_output.
6473 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6474 (main): Call gdb_unbuffer_output.
6475 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6476 (main): Call gdb_unbuffer_output.
6477 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6478 (main): Call gdb_unbuffer_output.
6479 * gdb.base/shlib-call.exp: Adjust to step over the
6480 gdb_unbuffer_output call.
6481 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6482 (main): Call gdb_unbuffer_output.
6483 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6484 (main): Call gdb_unbuffer_output.
6485 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6486 (main): Rename to ...
6487 (test): ... this.
6488 (main): Reimplement.
6489 * gdb.base/varargs.exp: Run to test instead of to main.
6490 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6491 (main): Call gdb_unbuffer_output.
6492
6493 2015-07-29 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6496 factore out from mi_continue_dprintf. For call-style dprintfs,
6497 expect dprintf output out of $inferior_spawn_id.
6498 (mi_continue_dprintf): Use mi_expect_dprintf.
6499 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6500 (main): Call gdb_unbuffer_output.
6501
6502 2015-07-29 Pedro Alves <palves@redhat.com>
6503
6504 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6505 (default_mi_gdb_start): Set inferior_spawn_id instead of
6506 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6507 gdb_spawn_id.
6508 (mi_gdb_test): Always expect inferior output from both
6509 $inferior_spawn_id and $gdb_spawn_id.
6510
6511 2015-07-29 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6514 send_inferior and $inferior_spawn_id.
6515
6516 2015-07-29 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.gdb/complaints.exp (test_initial_complaints)
6519 (test_serial_complaints, test_short_complaints): Use
6520 gdb_test_stdio.
6521 (test_empty_complaint): Handle $inferior_spawn_id !=
6522 $gdb_spawn_id.
6523
6524 2015-07-29 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/varargs.exp: Use gdb_test_stdio.
6527
6528 2015-07-29 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6531
6532 2015-07-29 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6535
6536 2015-07-29 Pedro Alves <palves@redhat.com>
6537
6538 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6539 parameter into two new parameters, "inf_result" and "gdb_result".
6540 Expect inferior output and gdb output from $inferior_spawn_id and
6541 $gdb_spawn_id, respectively. Adjust all callers.
6542
6543 2015-07-29 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6546 of gdb_test_sequence.
6547
6548 2015-07-29 Pedro Alves <palves@redhat.com>
6549
6550 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6551 (saw_spurious_output): Expect inferior output from
6552 $inferior_spawn_id. Use gdb_test_stdio.
6553
6554 2015-07-29 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/dprintf.exp: Use standard_testfile. Change
6557 prepare_for_testing call.
6558 (srcfile): Don't set.
6559 (restart): New procedure.
6560 (test_dprintf): New procecure, use to continue over dprintfs.
6561 (test_call, test_agent): New procedures, tests moved here.
6562 Restart gdb and recreate dprintfs. Adjust expected output.
6563
6564 2015-07-29 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6567
6568 2015-07-29 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6571
6572 2015-07-29 Pedro Alves <palves@redhat.com>
6573
6574 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6575 gdb_test_stdio.
6576
6577 2015-07-29 Pedro Alves <palves@redhat.com>
6578
6579 * lib/gdb.exp (gdb_test_stdio): New procedure.
6580
6581 2015-07-29 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6584
6585 2015-07-29 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/call-signal-resume.exp: Remove check for
6588 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6589 * gdb.base/unwindonsignal.exp: Likewise.
6590 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6591 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6592
6593 2015-07-29 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.base/siginfo-addr.c (pass): New function.
6596 (handler): Call it iff si_addr is correct.
6597 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6598 Set a breakpoint at "pass" and continue to it.
6599
6600 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6601
6602 * gdb.python/py-objfile.exp: Make some tests have unique names.
6603 * gdb.python/py-pp-registration.exp: Likewise.
6604
6605 2015-07-28 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6608
6609 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6612
6613 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6614
6615 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6616
6617 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6618
6619 * gdb.base/gdb-sigterm-2.exp: New test.
6620
6621 2015-07-25 Doug Evans <xdje42@gmail.com>
6622
6623 Revert:
6624 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6625 (workers/%.worker, build-perf): New rule.
6626 (GDB_PERFTEST_MODE): New variable.
6627 (check-perf): Use it.
6628 (clean): Clean up gdb.perf parallel build subdirs.
6629 * lib/build-piece.exp: New file.
6630 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6631 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6632 name.
6633 (standard_temp_file): Ditto.
6634 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6635 of $GDB_PARALLEL.
6636
6637 2015-07-24 Doug Evans <dje@google.com>
6638
6639 * gdb.perf/lib/perftest/utils.py: New file.
6640 * gdb.perf/gm-hello.cc: New file.
6641 * gdb.perf/gm-pervasive-typedef.cc: New file.
6642 * gdb.perf/gm-pervasive-typedef.h: New file.
6643 * gdb.perf/gm-std.cc: New file.
6644 * gdb.perf/gm-std.h: New file.
6645 * gdb.perf/gm-use-cerr.cc: New file.
6646 * gdb.perf/gm-utils.h: New file.
6647 * gdb.perf/gmonster-null-lookup.py: New file.
6648 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6649 * gdb.perf/gmonster-print-cerr.py: New file.
6650 * gdb.perf/gmonster-ptype-string.py: New file.
6651 * gdb.perf/gmonster-runto-main.py: New file.
6652 * gdb.perf/gmonster-select-file.py: New file.
6653 * gdb.perf/gmonster1-null-lookup.exp: New file.
6654 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6655 * gdb.perf/gmonster1-print-cerr.exp: New file.
6656 * gdb.perf/gmonster1-ptype-string.exp: New file.
6657 * gdb.perf/gmonster1-runto-main.exp: New file.
6658 * gdb.perf/gmonster1-select-file.exp: New file.
6659 * gdb.perf/gmonster1.cc: New file.
6660 * gdb.perf/gmonster1.exp: New file.
6661 * gdb.perf/gmonster2-null-lookup.exp: New file.
6662 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6663 * gdb.perf/gmonster2-print-cerr.exp: New file.
6664 * gdb.perf/gmonster2-ptype-string.exp: New file.
6665 * gdb.perf/gmonster2-runto-main.exp: New file.
6666 * gdb.perf/gmonster2-select-file.exp: New file.
6667 * gdb.perf/gmonster2.cc: New file.
6668 * gdb.perf/gmonster2.exp: New file.
6669
6670 2015-07-24 Doug Evans <dje@google.com>
6671
6672 * gdb.perf/README: New file.
6673 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6674 * lib/gen-perf-test.exp: New file.
6675
6676 2015-07-24 Doug Evans <dje@google.com>
6677
6678 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6679 (PerfTest::startup): New function.
6680 (PerfTest::run): Return result of calling body.
6681 (PerfTest::assemble): Rewrite.
6682 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6683 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6684 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6685 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6686 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6687
6688 2015-07-24 Doug Evans <dje@google.com>
6689
6690 * lib/gdb.exp (clean_restart): Make executable optional.
6691
6692 2015-07-24 Doug Evans <dje@google.com>
6693
6694 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6695 compiler_info references.
6696 * gdb.cp/temargs.exp: Ditto.
6697 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6698 (get_compiler_info): Early exit if already computed. Set compiler_info
6699 to "unknown" if there was a problem.
6700 (test_compiler_info): Add function comment. Call get_compiler_info.
6701
6702 2015-07-24 Doug Evans <dje@google.com>
6703
6704 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6705 (workers/%.worker, build-perf): New rule.
6706 (GDB_PERFTEST_MODE): New variable.
6707 (check-perf): Use it.
6708 (clean): Clean up gdb.perf parallel build subdirs.
6709 * lib/build-piece.exp: New file.
6710 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6711 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6712 name.
6713 (standard_temp_file): Ditto.
6714 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6715 of $GDB_PARALLEL.
6716
6717 2015-07-24 Doug Evans <dje@google.com>
6718
6719 * lib/future.exp (gdb_default_target_compile): New option
6720 "early_flags".
6721 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6722 --as-needed.
6723
6724 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6725
6726 * gdb.base/catch-syscall.exp: Call gdb_exit before
6727 gdb_skip_xml_test.
6728
6729 2015-07-24 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.python/py-events.exp: Accept output between the stop event
6732 and the prompt.
6733 * gdb.python/py-evsignal.exp: Likewise.
6734 * gdb.python/py-evthreads.exp: Likewise.
6735
6736 2015-07-24 Pedro Alves <palves@redhat.com>
6737
6738 PR gdb/18717
6739 * gdb.threads/non-ldr-exit.c: New file.
6740 * gdb.threads/non-ldr-exit.exp: New file.
6741
6742 2015-07-24 Yao Qi <yao.qi@linaro.org>
6743
6744 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6745 restarting process.
6746
6747 2015-07-24 Yao Qi <yao.qi@linaro.org>
6748
6749 * gdb.server/ext-restart.exp: New file.
6750
6751 2015-07-24 Yao Qi <yao.qi@linaro.org>
6752
6753 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6754 argument options.
6755 * gdb.server/ext-wrapper.exp: New file.
6756
6757 2015-07-23 Doug Evans <dje@google.com>
6758
6759 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6760 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6761
6762 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6763
6764 * gdb.ada/var_arr_typedef.exp: New testcase.
6765 * gdb.ada/var_arr_typedef/pack.adb: New file.
6766 * gdb.ada/var_arr_typedef/pack.ads: New file.
6767 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6768
6769 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6770
6771 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6772
6773 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6774
6775 * gdb.arch/i386-biarch-core.exp: Replace istarget
6776 by "complete set gnutarget". Remove expectation for the "core-file"
6777 command.
6778
6779 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6780
6781 Revert the previous commit:
6782 Tests for validate symbol file using build-id.
6783
6784 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6785
6786 Tests for validate symbol file using build-id.
6787 * gdb.base/solib-mismatch-lib.c: New file.
6788 * gdb.base/solib-mismatch-libmod.c: New file.
6789 * gdb.base/solib-mismatch.c: New file.
6790 * gdb.base/solib-mismatch.exp: New file.
6791
6792 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6793
6794 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6795 nios2-*-linux*.
6796 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6797 * gdb.base/siginfo.exp: Likewise.
6798 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6799
6800 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6801
6802 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6803 Move it to ...
6804 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6805 ... here.
6806 * gdb.trace/range-stepping.exp: Check that the target supports
6807 range stepping.
6808
6809 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6810
6811 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6812
6813 2015-07-14 Pedro Alves <palves@redhat.com>
6814
6815 * gdb.base/killed-outside.exp: New file.
6816 * gdb.base/killed-outside.c: New file.
6817
6818 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6819
6820 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6821 (n at main): New.
6822 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6823
6824 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6825
6826 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6827 infcall tests instead of setting up for KFAIL.
6828
6829 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6830
6831 * gdb.btrace/record_goto-step.exp: New.
6832
6833 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6834
6835 PR compile/18484
6836 * gdb.compile/compile.c (struct struct_type): Add volatile to
6837 selffield's type.
6838 * gdb.compile/compile.exp
6839 (compile code struct_object.selffield = &struct_object): Skip further
6840 struct_object tests if this one xfails.
6841
6842 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6843
6844 PR exp/18617
6845 * gdb.trace/ax.exp: Add test.
6846
6847 2015-07-07 Yao Qi <yao.qi@linaro.org>
6848
6849 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6850 instead of istarget "aarch64*-*-*".
6851 * gdb.arch/aarch64-fp.exp: Likewise.
6852 * gdb.base/float.exp: Likewise.
6853 * gdb.reverse/aarch64.exp: Likewise.
6854 * lib/gdb.exp (is_aarch64_target): New proc.
6855
6856 2015-07-07 Yao Qi <yao.qi@linaro.org>
6857
6858 * lib/gdb.exp (is_aarch32_target): New proc.
6859 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6860 instead of "istarget "arm*-*-*"".
6861 * gdb.arch/arm-disp-step.exp: Likewise.
6862 * gdb.arch/thumb-bx-pc.exp: Likewise.
6863 * gdb.arch/thumb-prologue.exp: Likewise.
6864 * gdb.arch/thumb-singlestep.exp: Likewise.
6865 * gdb.base/disp-step-syscall.exp: Likewise.
6866 * gdb.base/float.exp: Likewise.
6867
6868 2015-07-07 Yao Qi <yao.qi@linaro.org>
6869
6870 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6871 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6872
6873 2015-07-07 Yao Qi <yao.qi@linaro.org>
6874
6875 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6876 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6877 if it exists.
6878 * gdb.multi/multi-arch.exp: Likewise.
6879
6880 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6881
6882 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6883 print.
6884
6885 2015-07-07 Yao Qi <yao.qi@linaro.org>
6886
6887 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6888
6889 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6890
6891 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6892 '[' and ']' characters.
6893
6894 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6895
6896 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6897
6898 2015-06-29 Pedro Alves <palves@redhat.com>
6899
6900 PR threads/18127
6901 * gdb.threads/hand-call-new-thread.c: New file.
6902 * gdb.threads/hand-call-new-thread.c: New file.
6903
6904 2015-06-26 Keith Seitz <keiths@redhat.com>
6905 Doug Evans <dje@google.com>
6906
6907 PR 16253
6908 * gdb.cp/var-tag-2.cc: New file.
6909 * gdb.cp/var-tag-3.cc: New file.
6910 * gdb.cp/var-tag-4.cc: New file.
6911 * gdb.cp/var-tag.cc: New file.
6912 * gdb.cp/var-tag.exp: New file.
6913
6914 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6915
6916 * gdb.base/history-duplicates.exp: New test.
6917
6918 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6919
6920 * gdb.base/completion.exp: Test the completion of the "focus"
6921 command.
6922
6923 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6924
6925 * gdb.arch/amd64-prologue-skip.S: New file.
6926 * gdb.arch/amd64-prologue-skip.exp: New file.
6927
6928 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6929
6930 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6931 is_address_zero_readable check.
6932
6933 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6934
6935 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6936 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6937
6938 2015-06-24 Yao Qi <yao.qi@linaro.org>
6939
6940 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6941 linux targets.
6942
6943 2015-06-24 Yao Qi <yao.qi@linaro.org>
6944
6945 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6946 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6947 * gdb.base/siginfo-thread.exp: Likewise.
6948
6949 2015-06-22 Yao Qi <yao.qi@linaro.org>
6950
6951 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6952
6953 2015-06-22 Yao Qi <yao.qi@linaro.org>
6954
6955 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6956 aarch64*-*-*.
6957 (skip_hw_watchpoint_tests): Likewise.
6958
6959 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6960
6961 * gdb.base/gdbinit-history.exp: Test the interaction between
6962 setting GDBHISTSIZE and setting the history size via .gdbinit.
6963
6964 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6965
6966 PR gdb/16999
6967 * gdb.base/gdbhistsize-history.exp: New test.
6968
6969 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6970
6971 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6972 with GDBHISTSIZE.
6973 * gdb.base/readline.exp: Likewise.
6974
6975 2015-06-17 Yao Qi <yao.qi@linaro.org>
6976
6977 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6978 line.
6979
6980 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6981
6982 * gdb.base/gdbinit-history.exp: Add test case to check that
6983 an unlimited history file does not get truncated on exit.
6984
6985 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6986
6987 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6988 (VECTOR): New macro. Use it...
6989 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6990 ...for these typedefs.
6991 (int8, char1, int1, double1): New typedefs.
6992 (struct just_int2, struct two_int2): New structures.
6993 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6994 (add_structvecs, add_singlevecs): New functions.
6995 (main): Call add_some_intvecs twice.
6996 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6997 the compile and exit upon failure. Try compiling for the "native"
6998 architecture. Test inferior function calls with vector arguments
6999 and vector return value handling with "finish" and "return".
7000
7001 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7002
7003 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7004 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7005 PE file.
7006 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7007
7008 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7009
7010 PR breakpoints/16465
7011 * gdb.mi/mi-dprintf-pending.c: New file.
7012 * gdb.mi/mi-dprintf-pending.exp: New test.
7013 * gdb.mi/mi-dprintf-pendshr.c: New file.
7014
7015 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7016 Mircea Gherzan <mircea.gherzan@intel.com>
7017
7018 * gdb.arch/i386-mpx-map.c: New file.
7019 * gdb.arch/i386-mpx-map.exp: New File.
7020
7021 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7022
7023 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7024 * gdb.arch/i386-mpx.exp: Indentation fixed.
7025
7026 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7027
7028 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7029 function and improved indentation.
7030 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7031 gdb_test_multiple. Added additional tests to skip the test.
7032
7033 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7034
7035 * gdb.arch/i386-avx512.c: Change path in include file.
7036 * gdb.arch/i386-avx512.exp: Change include dir path
7037 compilation flag.
7038 * gdb.arch/i386-mpx.c: Change path in include file.
7039 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7040 flag.
7041
7042 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7043
7044 * gdb.compile/compile-print.exp (compile print *vararray@3)
7045 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7046
7047 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7048
7049 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7050 (do not keep jit in memory): ... this.
7051 (expect 5): Change it to ...
7052 (expect no 5): ... this.
7053
7054 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7055
7056 PR gdb/15564
7057 * gdb.mi/mi-detach.exp: New file.
7058
7059 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 PR symtab/18392
7062 * gdb.arch/amd64-tailcall-self.S: New file.
7063 * gdb.arch/amd64-tailcall-self.c: New file.
7064 * gdb.arch/amd64-tailcall-self.exp: New file.
7065
7066 2015-05-28 Don Breazeal <donb@codesourcery.com>
7067
7068 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7069 tests for remote targets by checking is_target_gdbserver.
7070
7071 2015-05-27 Doug Evans <dje@google.com>
7072
7073 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7074 * gdb.dwarf2/opaque-type-lookup.c: New file.
7075 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7076
7077 2015-05-26 Doug Evans <dje@google.com>
7078
7079 * gdb.cp/iostream.cc: New file.
7080 * gdb.cp/iostream.exp: New file.
7081
7082 2015-05-26 Doug Evans <dje@google.com>
7083
7084 * gdb.dwarf2/dw2-op-call.exp: Update.
7085 * gdb.dwarf2/dw4-sig-types.exp: Update.
7086 * gdb.dwarf2/implptr.exp: Update.
7087 * gdb.mi/mi-cmd-param-changed.exp: Update.
7088
7089 2015-05-26 Doug Evans <dje@google.com>
7090
7091 * gdb.python/py-lazy-string.c: New file.
7092 * gdb.python/py-lazy-string.exp: New file.
7093 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7094 (main): Update. Add estring3.
7095 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7096 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7097
7098 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7099 Yao Qi <yao.qi@linaro.org>
7100
7101 * gdb.reverse/aarch64.c: New.
7102 * gdb.reverse/aarch64.exp: New.
7103
7104 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7105
7106 * lib/gdb.exp (supports_process_record): Return true for
7107 aarch64*-linux*.
7108 (supports_reverse): Likewise.
7109
7110 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7111
7112 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7113 Use with_test_prefix.
7114
7115 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7116
7117 * gdb.base/completion.exp: Add test for completion of layout
7118 names.
7119
7120 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7121
7122 * lib/gdb.exp (skip_tui_tests): New proc.
7123 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7124
7125 2015-05-19 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7128 Save the whole env array instead of just HOME. Unset HISTSIZE in
7129 the environment while testing. Restore whole environment
7130 afterwards.
7131
7132 2015-05-16 Doug Evans <xdje42@gmail.com>
7133
7134 * gdb.guile/scm-ports.c: New file.
7135 * gdb.guile/scm-ports.exp: Add memory port tests.
7136
7137 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 * gdb.compile/compile-print.c: New file.
7140 * gdb.compile/compile-print.exp: New file.
7141
7142 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7143
7144 * gdb.compile/compile-ops.exp: Cast param to void.
7145 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7146 (compile code struct_object.selffield = &struct_object): Add xfail.
7147
7148 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7149
7150 * gdb.ada/arr_enum_with_gap: New testcase.
7151
7152 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7153
7154 * gdb.ada/byte_packed_arr: New testcase.
7155
7156 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7157
7158 * gdb.ada/pckd_neg: New testcase.
7159
7160 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7161
7162 PR gdb/17820
7163 * gdb.base/gdbinit-history.exp: New test.
7164 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7165 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7166
7167 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7168
7169 * gdb.python/py-xmethods.cc: Enhance test case.
7170 * gdb.python/py-xmethods.exp: New tests.
7171 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7172 function.
7173 (B_indexoper): Likewise.
7174 (global_dm_list) : Add new xmethod worker functions.
7175
7176 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7177
7178 * gdb.base/coredump-filter.exp: Correctly unset
7179 "coredump_var_addr" array.
7180
7181 2015-05-08 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.server/non-existing-program.exp: Unset spawn_id.
7184
7185 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7186
7187 PR python/18291
7188 * gdb.python/py-xmethods.exp: Add tests.
7189
7190 2015-05-08 Yao Qi <yao.qi@linaro.org>
7191
7192 PR gdb/18208
7193 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7194 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7195 function set_coredump_filter, and remove remote_exec call.
7196 Remove argument ipid. Callers update.
7197 (top level): Don't get inferior's PID.
7198
7199 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7200
7201 * gdb.base/watch_thread_num.exp: Skip test on targets without
7202 access watchpoints.
7203
7204 2015-05-06 Pedro Alves <palves@redhat.com>
7205
7206 PR server/18081
7207 * gdb.server/non-existing-program.exp: New file.
7208
7209 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7210
7211 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7212
7213 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7214
7215 * gdb.ada/out_of_line_in_inlined: New testcase.
7216
7217 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7218
7219 * gdb.ada/var_rec_arr: New testcase.
7220
7221 2015-04-30 Yao Qi <yao.qi@linaro.org>
7222
7223 * gdb.base/break-idempotent.exp: If
7224 skip_hw_watchpoint_multi_tests returns true, skip the tests
7225 on "rwatch" and "awatch".
7226
7227 2015-04-30 Yao Qi <yao.qi@linaro.org>
7228
7229 * gdb.base/relativedebug.exp: Invoke gdb command
7230 "info sharedlibrary", and if libc.so doesn't have debug info,
7231 skip the test.
7232
7233 2015-04-29 Doug Evans <dje@google.com>
7234
7235 * gdb.python/py-xmethods.exp: Add ptype tests.
7236 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7237 get_result_type method.
7238
7239 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7240
7241 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7242 the target does not support hardware watchpoints.
7243
7244 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7245
7246 * gdb.base/break-always.exp: Abort testing if writing to memory
7247 causes an error.
7248
7249 2015-04-28 Doug Evans <dje@google.com>
7250
7251 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7252 * gdb.python/py-pp-registration.exp: ... here. New file.
7253 * gdb.python/py-pp-registration.c: New file.
7254 * gdb.python/py-pp-registration.py: New file.
7255
7256 2015-04-28 Doug Evans <dje@google.com>
7257
7258 * gdb.python/py-bad-printers.c: New file.
7259 * gdb.python/py-bad-printers.py: New file.
7260 * gdb.python/py-bad-printers.exp: New file.
7261
7262 2015-04-28 Sasha Smundak <asmundak@google.com>
7263
7264 * gdb.python/py-type.exp: New test.
7265
7266 2015-04-28 Andy Wingo <wingo@igalia.com>
7267
7268 * gdb.python/py-parameter.exp:
7269 * gdb.guile/scm-parameter.exp: Escape the path that we are
7270 matching against, as it might contain characters that are special
7271 to regular expressions.
7272
7273 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7274
7275 * gdb.ada/rec_comp: New testcase.
7276
7277 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7278
7279 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7280 before using it.
7281
7282 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7283
7284 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7285 new tests for verilog output.
7286
7287 2015-04-24 Yao Qi <yao.qi@linaro.org>
7288
7289 * boards/remote-gdbserver-on-localhost.exp: New file.
7290
7291 2015-04-23 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7294 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7295 "end of file", remove $inferior_spawn_id from the indirect list.
7296
7297 2015-04-23 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7300
7301 2015-04-23 Pedro Alves <palves@redhat.com>
7302
7303 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7304 on $any_spawn_id instead of only on $gdb_spawn_id.
7305
7306 2015-04-21 Pierre Muller <muller@sourceware.org>
7307
7308 PR pascal/17815
7309 * lib/pascal.exp (gpc_compile): Add new option "class".
7310 (fpc_compile): Likewise.
7311 * gdb.pascal/case-insensitive-symbols.pas: New file.
7312 * gdb.pascal/case-insensitive-symbols.exp: New file.
7313
7314 2015-04-20 Gary Benson <gbenson@redhat.com>
7315
7316 * gdb.base/attach.exp: Fix three extended remote failures.
7317
7318 2015-04-17 Gary Benson <gbenson@redhat.com>
7319
7320 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7321 the main executable over the remote protocol.
7322
7323 2015-04-16 Pedro Alves <palves@redhat.com>
7324
7325 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7326 a new gdbserver if gdbserver_reconnect_p is set.
7327
7328 2015-04-16 Pedro Alves <palves@redhat.com>
7329
7330 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7331 is set, don't exit gdbserver.
7332
7333 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7334
7335 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7336 appropriate .insn, such that an older assembler can be used.
7337 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7338 the z/Architecture instruction set on 31-bit targets as well.
7339
7340 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7341
7342 * gdb.go/handcall.exp: Remove all logic related to the first
7343 breakpoint and rely on go_runto_main instead.
7344 * gdb.go/strings.exp: Likewise.
7345 * gdb.go/unsafe.exp: Likewise.
7346 * gdb.go/hello.exp: Likewise. Also rename the remaining
7347 breakpoint marker to "breakpoint 1".
7348 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7349 * gdb.go/strings.go: Likewise.
7350 * gdb.go/unsafe.go: Likewise.
7351 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7352 "set breakpoint 2 here" and rename the remaining breakpoint marker
7353 to "breakpoint 1".
7354
7355 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7358 if itertools.imap is not present.
7359 * gdb.python/py-objfile.exp: Add parentheses.
7360 * gdb.python/py-type.exp: Same.
7361 * gdb.python/py-unwind-maint.py: Same.
7362
7363 2015-04-15 Yao Qi <yao.qi@linaro.org>
7364
7365 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7366 of ":$ptr_size" and set its form explicitly.
7367
7368 2015-04-15 Pedro Alves <palves@redhat.com>
7369 Yao Qi <yao.qi@linaro.org>
7370
7371 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7372 timeout by factor of 4.
7373 (test_regular_watch): Likewise.
7374 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7375 * gdb.reverse/sigall-reverse.exp: Likewise.
7376 * gdb.reverse/until-precsave.exp: Likewise.
7377 * lib/gdb.exp (with_timeout_factor): New proc.
7378 (gdb_expect): Move some code to ...
7379 (get_largest_timeout): ... here. New procedure.
7380
7381 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7382
7383 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7384
7385 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7386
7387 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7388 to write to the .text section.
7389
7390 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7391
7392 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7393 Handle the case of targets that do not provide PID information.
7394
7395 2015-04-13 Yao Qi <yao.qi@linaro.org>
7396
7397 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7398 and use expect instead of gdb_expect.
7399
7400 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7401
7402 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7403 "coredump_var_addr" to avoid naming conflict with other testcases.
7404
7405 2015-04-10 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7408 gdb_test_sequence and gdb_assert.
7409
7410 2015-04-10 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7413 test messages that don't include the breakpoint address.
7414
7415 2015-04-10 Yao Qi <yao.qi@linaro.org>
7416
7417 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7418 false for some offset and width combinations which aren't
7419 supported by linux kernel.
7420
7421 2015-04-10 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7424 procedure, factored out from ...
7425 (top level): ... here. Add "set displaced-stepping" testing axis.
7426 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7427 parameter "displaced". Use it.
7428 (top level): Use foreach and add "set displaced-stepping" testing
7429 axis.
7430
7431 2015-04-10 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7434 Remove comment.
7435 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7436 both the address of the instruction that triggers the watchpoint
7437 and the address of the instruction immediately after, and use
7438 those addresses for the test. Fix comment.
7439
7440 2015-04-10 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/sigstep.exp (breakpoint_to_handler)
7443 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7444 Test "backtrace" in handler.
7445 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7446 (top level): Add new "displaced" test axis to
7447 breakpoint_to_handler, breakpoint_to_handler_entry and
7448 breakpoint_over_handler.
7449
7450 2015-04-10 Pedro Alves <palves@redhat.com>
7451
7452 PR gdb/18216
7453 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7454
7455 2015-04-10 Yao Qi <yao.qi@linaro.org>
7456
7457 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7458 (test_add_rn_pc): New function.
7459 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7460 (top level): Invoke test_add_rn_pc.
7461
7462 2015-04-10 Pedro Alves <palves@redhat.com>
7463
7464 PR gdb/13858
7465 * gdb.base/step-over-no-symbols.exp: New file.
7466
7467 2015-04-09 Andy Wingo <wingo@igalia.com>
7468
7469 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7470 after the Python tests.
7471
7472 2015-04-08 Keith Seitz <keiths@redhat.com>
7473
7474 PR python/16699
7475 * gdb.python/py-completion.exp: New tests for completion.
7476 * gdb.python/py-completion.py (CompleteLimit1): New class.
7477 (CompleteLimit2): Likewise.
7478 (CompleteLimit3): Likewise.
7479 (CompleteLimit4): Likewise.
7480 (CompleteLimit5): Likewise.
7481 (CompleteLimit6): Likewise.
7482 (CompleteLimit7): Likewise.
7483
7484 2015-04-08 Pedro Alves <palves@redhat.com>
7485
7486 PR gdb/18214
7487 PR gdb/18216
7488 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7489 function.
7490 (main): Install it as SIGUSR1 handler.
7491 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7492 parameter. Always use "setup" as prefix. Toggle "set
7493 displaced-stepping" off/on depending on global. Don't switch to
7494 thread 1 here.
7495 (top level): Add displaced stepping "off/on" test axis. Update
7496 "setup" calls. Wrap each subtest with with_test_prefix. Test
7497 continuing with a queued signal in each thread.
7498
7499 2015-04-08 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7502 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7503 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7504 Return early if running to main fails.
7505 * gdb.trace/while-stepping.exp: Likewise.
7506
7507 2015-04-07 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7510 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7511 interact with inferior program.
7512
7513 2015-04-07 Pedro Alves <palves@redhat.com>
7514
7515 * lib/gdb.exp (inferior_spawn_id): New global.
7516 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7517 spawn id after processing the user code.
7518 (default_gdb_start): Set inferior_spawn_id.
7519 (send_inferior): New procedure.
7520 * lib/gdbserver-support.exp (gdbserver_start): Set
7521 inferior_spawn_id.
7522 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7523
7524 2015-04-07 Pedro Alves <palves@redhat.com>
7525
7526 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7527 * lib/gdbserver-support.exp (gdbserver_start): Make
7528 $server_spawn_id global.
7529 (gdbserver_start): Don't wait for gdbserver's spawn id with
7530 expect_background.
7531 (close_gdbserver): New procedure.
7532 (gdb_exit): Rename the default version and reimplement.
7533
7534 2015-04-07 Pedro Alves <palves@redhat.com>
7535
7536 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7537 append the substituted item, not the original item.
7538
7539 2015-04-07 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7542 gdb_expect.
7543
7544 2015-04-07 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7547 output appearing once only.
7548
7549 2015-04-07 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7552 that doesn't expect anything. Return early if running to main
7553 fails.
7554
7555 2015-04-07 Yao Qi <yao.qi@linaro.org>
7556
7557 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7558 (child_function): Call alarm.
7559 (main): Move call to alarm into the loop.
7560 * gdb.threads/non-stop-fair-events.exp: Build program with
7561 -DTIMEOUT=$timeout.
7562
7563 2015-04-06 Doug Evans <xdje42@gmail.com>
7564
7565 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7566 Fix dest parameter to board_info.
7567 (fpc_compile): Ditto.
7568 (gdb_compile_pascal): Rename dest arg to destfile.
7569
7570 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7571
7572 * gdb.ada/funcall_ref.exp: New file.
7573 * gdb.ada/funcall_ref/foo.adb: New file.
7574
7575 2015-04-02 Yao Qi <yao.qi@linaro.org>
7576
7577 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7578 is remote.
7579
7580 2015-04-02 Gary Benson <gbenson@redhat.com>
7581
7582 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7583
7584 2015-04-01 Sasha Smundak <asmundak@google.com>
7585
7586 * gdb.python/py-unwind-maint.c: New file.
7587 * gdb.python/py-unwind-maint.exp: New test.
7588 * gdb.python/py-unwind-maint.py: New file.
7589 * gdb.python/py-unwind.c: New file.
7590 * gdb.python/py-unwind.exp: New test.
7591 * gdb.python/py-unwind.py: New test.
7592
7593 2015-04-01 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7596 to fail instead of non-existent $test.
7597
7598 2015-04-01 Pedro Alves <palves@redhat.com>
7599
7600 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7601 GDBFLAGS if not empty.
7602
7603 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7604
7605 * gdb.ada/complete.exp: Remove "multi_line".
7606 * gdb.ada/info_exc.exp: Remove "multi_line".
7607 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7608 * gdb.ada/ptype_field.exp: Remove "multi_line".
7609 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7610 * gdb.ada/tagged.exp: Remove "multi_line".
7611 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7612 [multi_line ...]
7613 * gdb.btrace/delta.exp: Likewise.
7614 * gdb.btrace/exception.exp: Likewise.
7615 * gdb.btrace/function_call_history.exp: Likewise.
7616 * gdb.btrace/instruction_history.exp: Likewise.
7617 * gdb.btrace/nohist.exp: Likewise.
7618 * gdb.btrace/record_goto.exp: Likewise.
7619 * gdb.btrace/segv.exp: Likewise.
7620 * gdb.btrace/stepi.exp: Likewise.
7621 * gdb.btrace/tailcall.exp: Likewise.
7622 * gdb.btrace/unknown_functions.exp: Likewise.
7623 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7624 * lib/gdb.exp: Add the "multi_line" helper.
7625
7626 2015-04-01 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.threads/tid-reuse.c: New file.
7629 * gdb.threads/tid-reuse.exp: New file.
7630
7631 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7632
7633 PR corefiles/16092
7634 * gdb.base/coredump-filter.c: New file.
7635 * gdb.base/coredump-filter.exp: Likewise.
7636
7637 2015-03-27 Petr Machata <pmachata@redhat.com>
7638
7639 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7640 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7641 (Dwarf::assemble): Initialize them.
7642 (Dwarf::lines): New function.
7643
7644 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7645
7646 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7647 SYMBOL_PREFIX for x86_64-*-cygwin.
7648
7649 2015-03-26 Andy Wingo <wingo@igalia.com>
7650
7651 PR symtab/18148
7652 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7653 const_value but not a location.
7654 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7655 location defined in non-main CUs are visible.
7656
7657 2015-03-26 Yao Qi <yao.qi@linaro.org>
7658
7659 PR testsuite/18139
7660 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7661 Add a line number entry for the same line.
7662 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7663 Add a line number entry for the same line.
7664
7665 2015-03-26 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7668 .int 0.
7669 (func): Likewise. Add .Lfunc_1 label.
7670 Use .Lfunc_1 label.
7671 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7672 .int 0.
7673 (func): Likewise.
7674 Use .Lfunc_1 label.
7675
7676 2015-03-26 Yao Qi <yao.qi@linaro.org>
7677
7678 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7679 Call gdb_compile instead to compile each .s files without debug
7680 information.
7681
7682 2015-03-26 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.base/savedregs.exp (process_saved_regs): Make
7685 "Saved registers:" optional in the pattern.
7686
7687 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7688
7689 * gdb.btrace/next.exp: Merged into step.exp.
7690 * gdb.btrace/finish.exp: Merged into step.exp.
7691 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7692 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7693 "record goto" and checking the exact replay position.
7694 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7695 check for "Recording format" in "info record" output.
7696 * gdb.btrace/record_goto.exp: Choose test file based on target.
7697 * gdb.btrace/x86-record_goto.S: Renamed into ...
7698 * gdb.btrace/x86_64-record_goto.S: ... this.
7699 * gdb.btrace/i686-record_goto.S: New.
7700 * gdb.btrace/x86-tailcall.S: Renamed into ...
7701 * gdb.btrace/x86_64-tailcall.S: ... this.
7702 * gdb.btrace/i686-tailcall.S: New.
7703 * gdb.btrace/x86-tailcall.c: Renamed into ...
7704 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7705 separate statements. Update test.
7706 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7707 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7708 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7709 * gdb.btrace/tailcall.exp: Choose test file based on target.
7710 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7711
7712 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7713
7714 * gdb.btrace/exception.exp: Increase BTS buffer size.
7715
7716 2015-03-24 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7719
7720 2015-03-24 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.threads/schedlock.exp (test_step): No longer expect that
7723 "set scheduler-locking step" with "next" over a function call runs
7724 threads unlocked.
7725
7726 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7727
7728 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7729
7730 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7731
7732 PR breakpoints/16466
7733 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7734 * gdb.mi/mi-pending.c (thread_func): New function.
7735 (int main): Add threading support required.
7736 * gdb.mi/mi-pending.exp: Add tests for this issue.
7737 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7738 (pendfunc2): Remove stdio dependency.
7739 * gdb.mi/mi-pendshr2.c: New file.
7740
7741 2015-03-23 Keith Seitz <keiths@redhat.com>
7742
7743 * gdb.linespec/keywords.c: New file.
7744 * gdb.linespec/keywords.exp: New file.
7745
7746 2015-03-23 Keith Seitz <keiths@redhat.com>
7747
7748 PR gdb/18021
7749 * gdb.dwarf2/staticvirtual.exp: New test.
7750
7751 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7752
7753 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7754 * README: Remove HP-UX and gdb.hp.
7755 (configuration):
7756 * configure: Regenerate.
7757 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7758 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7759 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7760 gdb.hp/gdb.defects/Makefile.
7761 * gdb.hp/Makefile.in: File deleted.
7762 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7763 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7764 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7765 * gdb.hp/gdb.aCC/run.c: File deleted.
7766 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7767 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7768 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7769 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7770 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7771 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7772 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7773 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7774 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7775 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7776 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7777 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7778 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7779 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7780 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7781 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7782 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7783 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7784 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7785 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7786 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7787 * gdb.hp/gdb.compat/average.c: File deleted.
7788 * gdb.hp/gdb.compat/sum.c: File deleted.
7789 * gdb.hp/gdb.compat/xdb.c: File deleted.
7790 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7791 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7792 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7793 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7794 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7795 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7796 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7797 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7798 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7799 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7800 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7801 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7802 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7803 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7804 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7805 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7806 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7807 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7808 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7809 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7810 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7811 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7812 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7813 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7814 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7815 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7816 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7817 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7818 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7819 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7820 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7821 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7822 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7823 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7824 * gdb.hp/tools/odump: File deleted.
7825
7826 2015-03-19 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7829 (saw_thread_3): New globals.
7830 (top level): Increment them when an event for the corresponding
7831 thread is seen.
7832 (no thread starvation): New test.
7833
7834 2015-03-19 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.threads/continue-pending-status.c: New file.
7837 * gdb.threads/continue-pending-status.exp: New file.
7838
7839 2015-03-18 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7842 Use gdb_is_target_remote instead of is_remote. Use
7843 gdb_test_multiple instead of gdb_expect. Exit early if
7844 gdb_test_multiple hits its internal matches. Tighten stepi tests
7845 expected output. Fail on exit with any signal, instead of just
7846 SIGILL.
7847
7848 2015-03-18 Yao Qi <yao.qi@linaro.org>
7849
7850 PR tdep/18107
7851 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7852 variable.
7853 * gdb.base/catch-syscall.exp: Don't skip it on
7854 aarch64*-*-linux* target. Remove elements in all_syscalls.
7855 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7856 target.
7857 (setup_all_syscalls): New proc.
7858
7859 2015-03-16 Yao Qi <yao.qi@linaro.org>
7860
7861 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7862 (top level): Skip tests if valid_addr_p returns false for
7863 $cmd1 or $cmd2.
7864
7865 2015-03-11 Andy Wingo <wingo@igalia.com>
7866
7867 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7868
7869 2015-03-11 Yao Qi <yao.qi@linaro.org>
7870
7871 * gdb.base/catch-syscall.exp: Fix typo in comments.
7872
7873 2015-03-11 Yao Qi <yao.qi@linaro.org>
7874
7875 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7876
7877 2015-03-09 Pedro Alves <palves@redhat.com>
7878
7879 * dg-extract-results.py: Delete.
7880
7881 2015-03-09 Pedro Alves <palves@redhat.com>
7882
7883 Merge dg-extract-results.sh from GCC upstream (r218843).
7884
7885 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7886 * dg-extract-results.sh: Use --text with grep to avoid issues with
7887 binary files. Fall back to cat -v, if that doesn't work.
7888
7889 2015-03-05 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7892
7893 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * lib/mi-support.exp (mi_expect_interrupt): Accept
7896 alternative event for when in all-stop mode.
7897
7898 2015-03-04 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7901
7902 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7903
7904 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7905
7906 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7907
7908 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7909 regexps for GDB's current line display, accept a hex address
7910 preceding the line number.
7911
7912 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7913
7914 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7915 the 'arch1' variable for "s390*-linux*" targets.
7916
7917 2015-03-04 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7920 (main): Pass missing retval argument to pthread_join call.
7921
7922 2015-03-02 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7925 (top level): Call do_test with non-stop as well.
7926
7927 2015-03-02 Pedro Alves <palves@redhat.com>
7928
7929 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7930 -1.
7931
7932 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7933
7934 * gdb.arch/s390-vregs.exp: New test.
7935 * gdb.arch/s390-vregs.S: New file.
7936
7937 2015-02-27 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7940 call to catch_command_errors.
7941 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7942 catch_command_errors.
7943
7944 2015-02-27 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7947 "true" for boolean result.
7948 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7949 prototype of main.
7950
7951 2015-02-27 Pedro Alves <palves@redhat.com>
7952
7953 * lib/unbuffer_output.c: New file.
7954 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7955 (main): Call gdb_unbuffer_output.
7956
7957 2015-02-27 Yao Qi <yao.qi@linaro.org>
7958
7959 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7960 target.
7961
7962 2015-02-26 Doug Evans <dje@google.com>
7963
7964 * gdb.cp/class2.cc (Dbase, D): New classes.
7965 (main): New local delta.
7966 * gdb.cp/class2.exp: Test printing delta.
7967 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7968 (dynbar): New global.
7969 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7970
7971 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 * gdb.compile/compile-ifunc.c: New file.
7974 * gdb.compile/compile-ifunc.exp: New file.
7975
7976 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7977
7978 * gdb.base/structs.exp: Check for correct struct on finish.
7979
7980 2015-02-26 Yao Qi <yao.qi@linaro.org>
7981
7982 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7983 is zero.
7984
7985 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7986
7987 * gdb.arch/cordic.ko.bz2: New file.
7988 * gdb.arch/cordic.ko.debug.bz2: New file.
7989 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7990
7991 2015-02-25 Yao Qi <yao.qi@linaro.org>
7992
7993 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7994 aarch64*-*-* target.
7995
7996 2015-02-23 Pedro Alves <palves@redhat.com>
7997
7998 * lib/gdb.exp (delete_breakpoints): Rewrite using
7999 gdb_test_multiple.
8000
8001 2015-02-23 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/info-os.c: Include stdlib.h.
8004
8005 2015-02-22 Doug Evans <xdje42@gmail.com>
8006
8007 PR symtab/17855
8008 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8009 is read after symbols have been re-read.
8010 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8011 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8012
8013 2015-02-21 Doug Evans <dje@google.com>
8014
8015 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8016
8017 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8018
8019 PR corefiles/17808
8020 * gdb.arch/i386-biarch-core.core.bz2: New file.
8021 * gdb.arch/i386-biarch-core.exp: New file.
8022
8023 2015-02-21 Pedro Alves <palves@redhat.com>
8024
8025 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8026 runto_main fails.
8027
8028 2015-02-20 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8031 info probes.
8032
8033 2015-02-20 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8036
8037 2015-02-20 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8040 clean_restart before gdb_target_supports_trace.
8041
8042 2015-02-20 Pedro Alves <palves@redhat.com>
8043
8044 PR threads/18006
8045 * gdb.threads/clone-thread_db.c: New file.
8046 * gdb.threads/clone-thread_db.exp: New file.
8047
8048 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8049
8050 PR breakpoints/16812
8051 * gdb.base/catch-gdb-caused-signals.c: New file.
8052 * gdb.base/catch-gdb-caused-signals.exp: New file.
8053
8054 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8055
8056 * configure: Regenerated.
8057 * configure.ac: Use GDB_AC_TRANSFORM.
8058 * aclocal.m4: sinclude ../transform.m4.
8059
8060 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8061
8062 * lib/dtrace.exp: New file.
8063 * gdb.base/dtrace-probe.exp: Likewise.
8064 * gdb.base/dtrace-probe.d: Likewise.
8065 * gdb.base/dtrace-probe.c: Likewise.
8066 * lib/pdtrace.in: Likewise.
8067 * configure.ac: Output variables with the transformed names of
8068 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8069 * configure: Regenerated.
8070
8071 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8072
8073 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8074 expected message when trying to access $_probe_* convenience
8075 variables while not on a probe.
8076
8077 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8078
8079 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8080
8081 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8082
8083 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8084 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8085
8086 2015-02-10 Doug Evans <xdje42@gmail.com>
8087
8088 * lib/gdb.exp (gdb_load): Always return a result.
8089
8090 2015-02-10 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.threads/signal-sigtrap.c: New file.
8093 * gdb.threads/signal-sigtrap.exp: New file.
8094
8095 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8096
8097 * gdb.trace/no-attach-trace.c: New file.
8098 * gdb.trace/no-attach-trace.exp: New file.
8099
8100 2015-02-09 Mark Wielaard <mjw@redhat.com>
8101
8102 * gdb.dwarf2/atomic.c: New file.
8103 * gdb.dwarf2/atomic-type.exp: Likewise.
8104
8105 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8106
8107 * gdb.btrace/buffer-size.exp: Update "info record" output.
8108 * gdb.btrace/delta.exp: Update "info record" output.
8109 * gdb.btrace/enable.exp: Update "info record" output.
8110 * gdb.btrace/finish.exp: Update "info record" output.
8111 * gdb.btrace/instruction_history.exp: Update "info record" output.
8112 * gdb.btrace/next.exp: Update "info record" output.
8113 * gdb.btrace/nexti.exp: Update "info record" output.
8114 * gdb.btrace/step.exp: Update "info record" output.
8115 * gdb.btrace/stepi.exp: Update "info record" output.
8116 * gdb.btrace/nohist.exp: Update "info record" output.
8117
8118 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8119
8120 * gdb.btrace/buffer-size: New.
8121
8122 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8123
8124 * gdb.btrace/delta.exp: Update "info record" output.
8125 * gdb.btrace/enable.exp: Update "info record" output.
8126 * gdb.btrace/finish.exp: Update "info record" output.
8127 * gdb.btrace/instruction_history.exp: Update "info record" output.
8128 * gdb.btrace/next.exp: Update "info record" output.
8129 * gdb.btrace/nexti.exp: Update "info record" output.
8130 * gdb.btrace/step.exp: Update "info record" output.
8131 * gdb.btrace/stepi.exp: Update "info record" output.
8132 * gdb.btrace/nohist.exp: Update "info record" output.
8133
8134 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8135
8136 PR gdb/15678
8137 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8138
8139 2015-02-06 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8142 macro.
8143 (seconds_left, again): New globals.
8144 (main): Wait seconds_left in a 1-second sleep loop instead of
8145 sleeping 180 seconds. If 'again' is set, reset the seconds
8146 counter.
8147 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8148 'again' in the inferior before detaching. Print the seconds left.
8149 (options): New global.
8150 (top level): Build program with -DTIMEOUT=$timeout.
8151
8152 2015-02-06 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8155 determine how many seconds to pass to 'alarm'.
8156 * gdb.base/gdb-sigterm.exp (top level): Build program with
8157 -DTIMEOUT=$timeout.
8158 (do_test): Return success/failure indication. Add more verbose
8159 logging. Don't fail if 200 single steps are seen. Instead, fail
8160 when the test times out.
8161 (passes): New global.
8162 (top level): Break the testing loop if testing fails on any
8163 iteration. Use gdb_assert.
8164
8165 2015-02-04 Don Breazeal <donb@codesourcery.com>
8166
8167 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8168 and initialize them.
8169 (ipc_cleanup): New function.
8170 (main): Don't declare shmid, semid, and msqid. Add a call to
8171 atexit so that we call ipc_cleanup on exit.
8172
8173 2015-02-04 Pedro Alves <palves@redhat.com>
8174
8175 * boards/native-extended-gdbserver.exp: Remove any target variant
8176 specifications from the board name before clearing the isremote
8177 flag from board_info.
8178
8179 2015-01-31 Doug Evans <xdje42@gmail.com>
8180
8181 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8182
8183 2015-01-31 Gary Benson <gbenson@redhat.com>
8184
8185 * gdb.base/completion.exp: Disable completion limiting for
8186 existing tests. Add new tests to check completion limiting.
8187 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8188
8189 2015-01-31 Doug Evans <xdje42@gmail.com>
8190
8191 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8192
8193 2015-01-31 Doug Evans <xdje42@gmail.com>
8194
8195 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8196 entries. Duplicate file section script entries.
8197 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8198 inlined entries. Add test for safe-path rejection.
8199 * gdb.python/py-section-script.c: Add duplicate inlined section script
8200 entries. Duplicate file section script entries.
8201 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8202 inlined entries. Add test for safe-path rejection.
8203
8204 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8205
8206 * gdb.ada/disc_arr_bound: New testcase.
8207
8208 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8209
8210 * gdb.ada/mi_var_array: New testcase.
8211
8212 2015-01-27 Doug Evans <dje@google.com>
8213
8214 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8215 Add test for objfile.filename, objfile.username after objfile
8216 has been unloaded.
8217
8218 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8219
8220 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8221 the second test to print the name attribute of value
8222 returned by the call to gdb.lookup_type, and adjust
8223 the expected output accordingly.
8224
8225 2015-01-25 Mark Wielaard <mjw@redhat.com>
8226
8227 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8228 * gdb.base/disp-step-fork.c: Include unistd.h.
8229 * gdb.base/siginfo-obj.c: Include stdio.h.
8230 * gdb.base/siginfo-thread.c: Likewise.
8231 * gdb.mi/non-stop.c: Include unistd.h.
8232 * gdb.mi/nsthrexec.c: Include stdio.h.
8233 * gdb.mi/pthreads.c: Include unistd.h.
8234 * gdb.modula2/unbounded1.c (main): Declare returns int.
8235 * gdb.reverse/consecutive-reverse.c: Likewise.
8236 * gdb.threads/create-fail.c: Include unistd.h.
8237 * gdb.threads/killed.c: Likewise.
8238 * gdb.threads/linux-dp.c: Likewise.
8239 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8240 * gdb.threads/non-ldr-exc-2.c: Likewise.
8241 * gdb.threads/non-ldr-exc-3.c: Likewise.
8242 * gdb.threads/non-ldr-exc-4.c: Likewise.
8243 * gdb.threads/pthreads.c: Include unistd.h.
8244 (main): Declare returns int.
8245 * gdb.threads/tls-main.c (foo): New declaration.
8246 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8247
8248 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8249
8250 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8251 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8252
8253 2015-01-15 Mark Wielaard <mjw@redhat.com>
8254
8255 * gdb.base/noreturn-return.c: New file.
8256 * gdb.base/noreturn-return.exp: New file.
8257 * gdb.base/noreturn-finish.c: New file.
8258 * gdb.base/noreturn-finish.exp: New file.
8259
8260 2015-01-23 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.threads/continue-pending-after-query.c: New file.
8263 * gdb.threads/continue-pending-after-query.exp: New file.
8264
8265 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8266 Simon Marchi <simon.marchi@ericsson.com>
8267
8268 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8269 * gdb.base/valgrind-db-attach.exp: Same.
8270 * gdb.base/valgrind-infcall.exp: Same.
8271 * lib/mi-support.exp (default_mi_gdb_start): Same.
8272 * lib/prompt.exp (default_prompt_gdb_start): Same.
8273 * lib/gdb.exp (default_gdb_spawn): Same.
8274 (gdb_interact): New.
8275
8276
8277 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8278
8279 * gdb.compile/compile.exp (pointer to jit function): New test.
8280
8281 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8282
8283 * lib/gdb.exp (supports_process_record): Return true for
8284 powerpc*-*-linux*.
8285 (supports_reverse): Likewise.
8286
8287 2015-01-15 Don Breazeal <donb@codesourcery.com>
8288
8289 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8290 instead of checking whether the target board is remote and
8291 use spawn_wait_for_attach instead of exec/sleep.
8292 * gdb.base/attach-twice.exp: Likewise.
8293
8294 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8295
8296 * gdb.ada/var_arr_attrs: New testcase.
8297
8298 2015-01-14 Pedro Alves <palves@redhat.com>
8299 Joel Brobecker <brobecker@adacore.com>
8300
8301 PR gdb/17525
8302 * gdb.base/bp-cmds-execution-x-script.c: New file.
8303 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8304 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8305
8306 2015-01-14 Pedro Alves <palves@redhat.com>
8307
8308 PR cli/17828
8309 * gdb.base/batch-preserve-term-settings.c: New file.
8310 * gdb.base/batch-preserve-term-settings.exp: New file.
8311
8312 2015-01-13 Doug Evans <dje@google.com>
8313
8314 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8315 binary.
8316
8317 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8318
8319 * Makefile.in (clean mostlyclean): Do not delete *.py.
8320
8321 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8322
8323 * gdb.python/py-lookup-type.exp: New file.
8324
8325 2015-01-12 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8328 restore GDBFLAGS before returning.
8329
8330 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8333 is_amd64_regs_target and is_x86_like_target.
8334
8335 2015-01-11 Doug Evans <xdje42@gmail.com>
8336
8337 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8338 is given without an explicit form.
8339 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8340 attributes.
8341 * gdb.dwarf/corrupt.exp: Ditto.
8342 * gdb.dwarf2/enum-type.exp: Ditto.
8343 * gdb.trace/entry-values.exp: Ditto.
8344 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8345
8346 2015-01-11 Doug Evans <xdje42@gmail.com>
8347
8348 PR gdb/15830
8349 * gdb.base/maint.exp: Remove references to "maint demangle".
8350 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8351 Add tests for explicitly specifying language to demangle.
8352 * gdb.dlang/demangle.exp: Ditto.
8353
8354 2015-01-09 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.threads/non-stop-fair-events.c: New file.
8357 * gdb.threads/non-stop-fair-events.exp: New file.
8358
8359 2015-01-09 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8362 the global scope. Set a breakpoint after all threads are started
8363 rather than stepping over two source lines. Expect the prompt.
8364 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8365 global.
8366 (NUM): Now 15.
8367 (main): Use threads_started_barrier to wait for all threads to
8368 start. Main thread no longer calls thread_function. Exit after
8369 180 seconds.
8370 (loop): New function.
8371 (thread_function): Wait on threads_started_barrier barrier. Call
8372 'loop' at each iteration.
8373 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8374 threads have started, instead of hardcoding number of "next"
8375 steps. Use an access watchpoint instead of a write watchpoint.
8376
8377 2015-01-09 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8380 (thread_func): Wait on barrier.
8381 (main): Wait for all threads to start before stopping GDB.
8382 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8383 global.
8384 (thread1_func, thread2_func): Wait on barrier.
8385 (main): Wait for all threads to start before stopping GDB.
8386 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8387 New global.
8388 (thread1_func, thread2_func): Wait on barrier.
8389 (main): Wait for all threads to start before stopping GDB.
8390
8391 2015-01-09 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.threads/attach-many-short-lived-threads.c: New file.
8394 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8395
8396 2014-01-09 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8399 instead of to thread 2.
8400 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8401 Add barrier around each pthread_create call instead of around all
8402 calls.
8403 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8404 Set a break on thread_function and have the child threads hit it
8405 one at at a time.
8406
8407 2015-01-09 Pedro Alves <palves@redhat.com>
8408
8409 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8410 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8411 false.
8412 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8413 checking whether the target board is remote.
8414 * gdb.multi/multi-attach.exp: Likewise.
8415 * gdb.python/py-sync-interp.exp: Likewise.
8416 * gdb.server/ext-attach.exp: Likewise.
8417 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8418 tests that need to attach, instead of checking whether the target
8419 board is remote at the top of the file.
8420
8421 2015-01-08 Yao Qi <yao@codesourcery.com>
8422
8423 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8424
8425 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8426
8427 Fix testcase compilation.
8428 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8429
8430 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8431
8432 * gdb.python/py-type.exp: Add a couple test about empty
8433 array creation, and negative-length array creation.
8434
8435 2015-01-02 Doug Evans <xdje42@gmail.com>
8436
8437 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8438
8439 2015-01-02 Doug Evans <dje@google.com>
8440
8441 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8442
8443 2014-12-29 Yao Qi <yao@codesourcery.com>
8444
8445 * gdb.trace/entry-values.exp: Update comments. Rename variable
8446 bar_call_foo to returned_from_foo.
8447
8448 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8449
8450 PR gdb/17394
8451 * gdb.linespec/break-asm-file.c: New file.
8452 * gdb.linespec/break-asm-file.exp: New file.
8453 * gdb.linespec/break-asm-file0.s: New file.
8454 * gdb.linespec/break-asm-file1.s: New file.
8455
8456 2014-12-18 Nigel Stephens <nigel@mips.com>
8457 Maciej W. Rozycki <macro@codesourcery.com>
8458
8459 * gdb.base/float.exp: Handle the new output from "info float" on
8460 MIPS targets.
8461
8462 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8463
8464 Fix MinGW compilation.
8465 * gdb.compile/compile-ops.exp: Update untested message if
8466 !skip_compile_feature_tests.
8467 * gdb.compile/compile-setjmp.exp: Likewise.
8468 * gdb.compile/compile-tls.exp: Likewise.
8469 * gdb.compile/compile.exp: Likewise.
8470 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8471 supported on this host".
8472
8473 2014-12-16 Doug Evans <xdje42@gmail.com>
8474
8475 * boards/stabs.exp: New file.
8476
8477 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8478
8479 * gdb.base/completion.exp: Adjust to format changes of "maint
8480 print user-registers".
8481
8482 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8483
8484 PR server/17457
8485 * gdb.arch/aarch64-fp.c: New file.
8486 * gdb.arch/aarch64-fp.exp: New file.
8487
8488 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8489
8490 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8491 r210637, r210913, r211666, r215400, r215817).
8492
8493 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8494 * dg-extract-results.py: New file.
8495 * dg-extract-results.sh: Use it if the environment seems
8496 suitable.
8497
8498 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8499
8500 * dg-extract-results.py (parse_run): Handle warnings that
8501 are printed before a test harness is run.
8502
8503 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8504
8505 * dg-extract-results.py (Named): Remove __cmp__ method.
8506 (output_variation): Use a key to sort variation.harnesses.
8507
8508 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8509
8510 * dg-extract-results.py: For Python 3, force sys.stdout to
8511 handle surrogate escape sequences.
8512 (safe_open): New function.
8513 (output_segment, main): Use it.
8514
8515 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8516
8517 * dg-extract-results.py (Prog.result_re): Include options
8518 in test name.
8519
8520 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8521
8522 * dg-extract-results.py (output_variation): Always sort if
8523 do_sum.
8524
8525 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8528 as long as we get pagination notifications.
8529
8530 2014-12-15 Jason Merrill <jason@redhat.com>
8531
8532 * Makefile.in (check-gdb.%): Restore.
8533 * README: Mention it.
8534
8535 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8536
8537 * gdb.ada/str_uninit: New testcase.
8538
8539 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 PR symtab/17642
8542 * gdb.base/vla-stub-define.c: New file.
8543 * gdb.base/vla-stub.c: New file.
8544 * gdb.base/vla-stub.exp: New file.
8545
8546 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8547 Jan Kratochvil <jan.kratochvil@redhat.com>
8548 Tom Tromey <tromey@redhat.com>
8549
8550 * configure.ac: Add gdb.compile/.
8551 * configure: Regenerate.
8552 * gdb.compile/Makefile.in: New file.
8553 * gdb.compile/compile-ops.exp: New file.
8554 * gdb.compile/compile-ops.c: New file.
8555 * gdb.compile/compile-tls.c: New file.
8556 * gdb.compile/compile-tls.exp: New file.
8557 * gdb.compile/compile-constvar.S: New file.
8558 * gdb.compile/compile-constvar.c: New file.
8559 * gdb.compile/compile-mod.c: New file.
8560 * gdb.compile/compile-nodebug.c: New file.
8561 * gdb.compile/compile-setjmp-mod.c: New file.
8562 * gdb.compile/compile-setjmp.c: New file.
8563 * gdb.compile/compile-setjmp.exp: New file.
8564 * gdb.compile/compile-shlib.c: New file.
8565 * gdb.compile/compile.c: New file.
8566 * gdb.compile/compile.exp: New file.
8567 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8568
8569 2014-12-12 Tom Tromey <tromey@redhat.com>
8570
8571 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8572 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8573
8574 2014-12-12 Doug Evans <dje@google.com>
8575
8576 * lib/gdb-python.exp (get_python_valueof): New function.
8577 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8578
8579 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8580
8581 * gdb.base/completion.exp: Add test for completion of "info
8582 registers ".
8583
8584 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8585
8586 * gdb.base/func-ptrs.c: New file.
8587 * gdb.base/func-ptrs.exp: New file.
8588
8589 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8590
8591 PR breakpoints/17012
8592 * gdb.base/dprintf-detach.c: New file.
8593 * gdb.base/dprintf-detach.exp: New file.
8594
8595 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8596
8597 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8598 * lib/gdb.exp (target_is_gdbserver): New procedure.
8599
8600 2014-12-08 Doug Evans <dje@google.com>
8601
8602 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8603
8604 2014-12-05 Yao Qi <yao@codesourcery.com>
8605
8606 * gdb.guile/scm-error.exp: Remove the third argument to
8607 gdb_remote_download.
8608 * gdb.guile/scm-frame-args.exp: Likewise.
8609 * gdb.guile/scm-section-script.exp: Likewise.
8610
8611 2014-12-05 Yao Qi <yao@codesourcery.com>
8612
8613 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8614
8615 2014-12-04 Doug Evans <dje@google.com>
8616
8617 * gdb.python/py-objfile.exp: Add tests for
8618 objfile.add_separate_debug_file.
8619
8620 2014-12-04 Doug Evans <dje@google.com>
8621
8622 * lib/gdb.exp (get_build_id): New function.
8623 (build_id_debug_filename_get): Rewrite to use it.
8624 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8625
8626 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8627
8628 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8629 `method(long)', not just 0x0.
8630 * gdb.cp/nsalias.exp: Align code labels to 4.
8631 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8632 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8633 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8634 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8635 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8636 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8637
8638 2014-12-02 Doug Evans <dje@google.com>
8639
8640 PR symtab/17602
8641 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8642 * gdb.cp/anon-ns2.cc: ... here. New file.
8643 * gdb.cp/anon-ns.exp: Update.
8644
8645 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8646
8647 * gdb.python/py-events.py (inferior_call_handler): New.
8648 (register_changed_handler, memory_changed_handler): New.
8649 (test_events.invoke): Register new handlers.
8650 * gdb.python/py-events.exp: Add tests for inferior call,
8651 memory_changed and register_changed events.
8652
8653 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8654
8655 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8656 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8657 if the linker doesn't understand this.
8658
8659 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8660
8661 * gdb.python/python.exp: Change expected reply to help().
8662
8663 2014-12-01 Yao Qi <yao@codesourcery.com>
8664
8665 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8666 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8667 * configure: Re-generated.
8668
8669 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8670
8671 * gdb.cp/chained-calls.cc: New file.
8672 * gdb.cp/chained-calls.exp: New file.
8673 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8674
8675 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8676
8677 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8678 * gdb.dwarf2/symtab-producer.exp: Same.
8679 * gdb.gdb/python-interrupts.exp: Same.
8680 * gdb.gdb/python-selftest.exp: Same.
8681 * gdb.python/py-linetable.exp: Same.
8682 * gdb.python/py-type.exp: Same.
8683 * gdb.python/py-value-cc.exp: Same.
8684 * gdb.python/py-value.exp: Same.
8685
8686 2014-11-28 Yao Qi <yao@codesourcery.com>
8687
8688 * gdb.base/break-probes.exp: Match library name prefixed with
8689 sysroot.
8690
8691 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8692
8693 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8694 test expected output. Add parentheses for the call to print.
8695 Remove L suffix from integers.
8696
8697 2014-11-26 Doug Evans <dje@google.com>
8698
8699 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8700
8701 2014-11-22 Yao Qi <yao@codesourcery.com>
8702
8703 * gdb.trace/entry-values.c: Remove asms.
8704 (foo): Add foo_label.
8705 (bar): Add bar_label.
8706 * gdb.trace/entry-values.exp: Remove code computing foo's
8707 length and bar's length.
8708 (Dwarf::assemble): Invoke function_range for bar and use
8709 MACRO_AT_func for foo.
8710
8711 2014-11-22 Yao Qi <yao@codesourcery.com>
8712
8713 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8714 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8715 Use .Lgcc43_procstart instead of gcc43.
8716
8717 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8718
8719 * gdb.ada/n_arr_bound: New testcase.
8720
8721 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8722
8723 PR breakpoints/10737
8724 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8725 test_catch_syscall_multi_arch.
8726 (test_catch_syscall_multi_arch): New function.
8727
8728 2014-11-20 Doug Evans <xdje42@gmail.com>
8729
8730 * gdb.base/maint.exp: Update expected output.
8731
8732 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8733
8734 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8735 4-byte instruction on S390.
8736
8737 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.ada/arr_arr: New testcase.
8740
8741 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8742
8743 * gdb.ada/pkd_arr_elem: New Testcase.
8744
8745 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8746
8747 * gdb.reverse/break-precsave: Expect completion message for
8748 core file reads.
8749 * gdb.reverse/consecutive-precsave.exp: Likewise.
8750 * gdb.reverse/finish-precsave.exp: Likewise.
8751 * gdb.reverse/i386-precsave.exp: Likewise.
8752 * gdb.reverse/machinestate-precsave.exp: Likewise.
8753 * gdb.reverse/sigall-precsave.exp: Likewise.
8754 * gdb.reverse/solib-precsave.exp: Likewise.
8755 * gdb.reverse/step-precsave.exp: Likewise.
8756 * gdb.reverse/until-precsave.exp: Likewise.
8757 * gdb.reverse/watch-precsave.exp: Likewise.
8758
8759 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/bp-permanent.c: Include unistd.h.
8762 * gdb.python/py-framefilter-mi.c (main): Add return type.
8763 * gdb.python/py-framefilter.c (main): Likewise.
8764 * gdb.trace/actions-changed.c (main): Likewise.
8765
8766 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8767
8768 * gdb.mi/until.c: Add eye-catchers.
8769 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8770 line numbers.
8771
8772 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8773
8774 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8775 function header variants in break1.c.
8776 * gdb.base/ena-dis-br.exp: Likewise.
8777 * gdb.base/hbreak2.exp: Likewise.
8778 * gdb.reverse/until-precsave.exp: Drop references to removed
8779 non-prototype function header variants in ur1.c.
8780 * gdb.reverse/until-reverse.exp: Likewise.
8781
8782 2014-11-17 Petr Machata <pmachata@redhat.com>
8783
8784 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8785 ${_cu_offset_size} bytes abbrev offset.
8786
8787 2014-11-15 Doug Evans <xdje42@gmail.com>
8788
8789 PR symtab/17559
8790 * gdb.base/line-symtabs.exp: New file.
8791 * gdb.base/line-symtabs.c: New file.
8792 * gdb.base/line-symtabs.h: New file.
8793
8794 2014-11-14 Yao Qi <yao@codesourcery.com>
8795
8796 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8797 (func): Add label func_label.
8798 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8799 Replace low_pc and high_pc with MACRO_AT_range.
8800 Replace name, low_pc and high_pc with MACRO_AT_func.
8801
8802 2014-11-14 Yao Qi <yao@codesourcery.com>
8803
8804 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8805 Replace name, low_pc and high_pc with MACRO_AT_func.
8806
8807 2014-11-14 Yao Qi <yao@codesourcery.com>
8808
8809 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8810 produce debug information.
8811 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8812
8813 2014-11-14 Yao Qi <yao@codesourcery.com>
8814
8815 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8816 object and get function length.
8817 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8818 with MACRO_AT_func.
8819 (top-level): Replace gdb_compile and clean_restart with
8820 prepare_for_testing.
8821 * gdb.dwarf2/main.c (main): Add label main_label.
8822
8823 2014-11-14 Yao Qi <yao@codesourcery.com>
8824
8825 * lib/dwarf.exp (function_range): New procedure.
8826 (Dwarf::_handle_macro_at_func): New procedure.
8827 (Dwarf::_handle_macro_at_range): New procedure.
8828 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8829
8830 2014-11-14 Yao Qi <yao@codesourcery.com>
8831
8832 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8833 (_handle_attribute): New procedure.
8834
8835 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8836
8837 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8838 * gdb.base/call-sc.c (zed): Likewise.
8839 * gdb.base/checkpoint.c (main): Likewise.
8840 * gdb.base/dump.c (main): Likewise.
8841 * gdb.base/gcore.c (main): Likewise.
8842 * gdb.base/huge.c (main): Likewise.
8843 * gdb.base/multi-forks.c (main): Likewise.
8844 * gdb.base/pr10179-a.c (main): Likewise.
8845 * gdb.base/savedregs.c (main): Likewise.
8846 * gdb.base/sigaltstack.c (main): Likewise.
8847 * gdb.base/siginfo.c (main): Likewise.
8848 * gdb.base/structs.c (zed): Likewise.
8849 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8850 * gdb.mi/mi-syn-frame.c (main): Likewise.
8851 * gdb.mi/until.c (foo, main): Likewise.
8852 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8853 * gdb.base/solib-weak.c (foo): Declare.
8854 * gdb.base/attach-twice.c: Include stdio.h.
8855 * gdb.base/weaklib1.c: Likewise.
8856 * gdb.base/weaklib2.c: Likewise.
8857 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8858 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8859 unistd.h.
8860 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8861 * gdb.mi/mi-exit-code.c: Likewise.
8862 * gdb.base/break-interp-lib.c: Include string.h.
8863 * gdb.base/coremaker.c: Likewise.
8864 * gdb.base/testenv.c: Likewise.
8865 * gdb.python/py-finish-breakpoint.c: Likewise.
8866 * gdb.base/inferior-died.c: Include sys/wait.h.
8867 * gdb.base/fileio.c: Include time.h.
8868 * gdb.base/async-shell.c: Include unistd.h.
8869 * gdb.base/dprintf-non-stop.c: Likewise.
8870 * gdb.base/info-os.c: Likewise.
8871 * gdb.mi/mi-console.c: Likewise.
8872 * gdb.mi/watch-nonstop.c: Likewise.
8873 * gdb.python/py-events.c: Likewise.
8874 * gdb.base/async.c (baz): Move up before its invocation.
8875 * gdb.base/code_elim2.c (my_global_func): Likewise.
8876 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8877 * gdb.base/advance.c (func2): Likewise.
8878
8879 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8880
8881 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8882 variant.
8883 * gdb.base/annota3.c: Likewise.
8884 * gdb.base/async.c: Likewise.
8885 * gdb.base/average.c: Likewise.
8886 * gdb.base/call-ar-st.c: Likewise.
8887 * gdb.base/call-rt-st.c: Likewise.
8888 * gdb.base/call-sc.c: Likewise.
8889 * gdb.base/call-strs.c: Likewise.
8890 * gdb.base/ending-run.c: Likewise.
8891 * gdb.base/execd-prog.c: Likewise.
8892 * gdb.base/exprs.c: Likewise.
8893 * gdb.base/foll-exec.c: Likewise.
8894 * gdb.base/foll-fork.c: Likewise.
8895 * gdb.base/foll-vfork.c: Likewise.
8896 * gdb.base/funcargs.c: Likewise.
8897 * gdb.base/gcore.c: Likewise.
8898 * gdb.base/jump.c: Likewise.
8899 * gdb.base/langs0.c: Likewise.
8900 * gdb.base/langs1.c: Likewise.
8901 * gdb.base/langs2.c: Likewise.
8902 * gdb.base/mips_pro.c: Likewise.
8903 * gdb.base/nodebug.c: Likewise.
8904 * gdb.base/opaque0.c: Likewise.
8905 * gdb.base/opaque1.c: Likewise.
8906 * gdb.base/recurse.c: Likewise.
8907 * gdb.base/run.c: Likewise.
8908 * gdb.base/scope0.c: Likewise.
8909 * gdb.base/scope1.c: Likewise.
8910 * gdb.base/setshow.c: Likewise.
8911 * gdb.base/setvar.c: Likewise.
8912 * gdb.base/shmain.c: Likewise.
8913 * gdb.base/shr1.c: Likewise.
8914 * gdb.base/shr2.c: Likewise.
8915 * gdb.base/sigall.c: Likewise.
8916 * gdb.base/signals.c: Likewise.
8917 * gdb.base/so-indr-cl.c: Likewise.
8918 * gdb.base/solib2.c: Likewise.
8919 * gdb.base/structs.c: Likewise.
8920 * gdb.base/sum.c: Likewise.
8921 * gdb.base/vforked-prog.c: Likewise.
8922 * gdb.base/watchpoint.c: Likewise.
8923 * gdb.reverse/shr2.c: Likewise.
8924 * gdb.reverse/until-reverse.c: Likewise.
8925 * gdb.reverse/ur1.c: Likewise.
8926 * gdb.reverse/watch-reverse.c: Likewise.
8927
8928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8929
8930 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8931 variant.
8932 * gdb.base/sepdebug.exp: Drop references to removed code.
8933
8934 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8935
8936 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8937 variant. Preserve original line numbering.
8938 * gdb.base/list1.c: Likewise.
8939
8940 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8941
8942 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8943 variant.
8944 * gdb.base/break1.c: Likewise.
8945 * gdb.base/break.exp: Drop references to removed code.
8946
8947 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8948
8949 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8950 variant.
8951
8952 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8955
8956 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8957
8958 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8959 logic into perform_all_tests() and invoke it with and without
8960 function header prototypes.
8961 (do_function_calls): Remove conditional XFAIL for PR 5318.
8962 (rerun_and_prepare): Remove duplicate code.
8963 (perform_all_tests): New. Main logic moved here.
8964
8965 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8966
8967 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8968 code guarded by #ifdef NO_PROTOTYPES.
8969 (t_double_many_args): Likewise.
8970 (DEF_FUNC_MANY_ARGS_1): Likewise.
8971 (DEF_FUNC_VALUES_1): Likewise.
8972 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8973 guarded by #ifdef PROTOTYPES.
8974
8975 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8976
8977 * gdb.mi/mi-console.c: Add eye-catcher.
8978 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8979 instead of literal line number.
8980
8981 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8982
8983 * gdb.base/shr2.c: Add eye-catcher.
8984 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8985 line number.
8986
8987 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8988
8989 * gdb.base/jump.c: Add eye-catchers.
8990 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8991 numbers.
8992
8993 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8994
8995 * gdb.base/execd-prog.c: Add eye-catchers.
8996 * gdb.base/foll-exec.c: Likewise.
8997 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8998 line numbers.
8999
9000 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9001
9002 * gdb.base/ending-run.c: Add eye-catchers.
9003 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9004 literal line numbers.
9005
9006 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9007
9008 * gdb.base/call-rt-st.c: Add eye-catchers.
9009 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9010 literal line numbers.
9011
9012 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9013
9014 * gdb.base/call-ar-st.c: Add eye-catchers.
9015 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9016 literal line numbers.
9017
9018 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9019
9020 * gdb.base/average.c: Add eye-catchers.
9021 * gdb.base/sum.c: Likewise.
9022 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9023 regexps dynamically.
9024
9025 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9026
9027 * gdb.base/solib1.c: Add eye-catchers.
9028 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9029 literal line numbers.
9030
9031 2014-11-12 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9034 leader has exited.
9035
9036 2014-11-12 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.arch/i386-bp_permanent.c: New file.
9039 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9040 (srcfile): Set to i386-bp_permanent.c.
9041 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9042 that stepi does not execute the 'leave' instruction, instead of
9043 testing it does execute.
9044 * gdb.base/bp-permanent.c: New file.
9045 * gdb.base/bp-permanent.exp: New file.
9046
9047 2014-11-10 Doug Evans <xdje42@gmail.com>
9048
9049 PR symtab/17564
9050 * gdb.base/symtab-search-order.exp: New file.
9051 * gdb.base/symtab-search-order.c: New file.
9052 * gdb.base/symtab-search-order-1.c: New file.
9053 * gdb.base/symtab-search-order-shlib-1.c: New file.
9054
9055 2014-11-07 Pedro Alves <palves@redhat.com>
9056
9057 PR gdb/17511
9058 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9059 i?86-*-linux*.
9060
9061 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9062
9063 PR c++/17494
9064 * gdb.cp/pr17494.cc: New file.
9065 * gdb.cp/pr17494.exp: New file.
9066
9067 2014-11-02 Yao Qi <yao@codesourcery.com>
9068
9069 * gdb.python/python.exp: Get working directory and match the
9070 output of "set extended-prompt \\w " with it.
9071
9072 2014-10-30 Doug Evans <dje@google.com>
9073
9074 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9075 in objfiles.
9076 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9077 in progspaces.
9078
9079 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9080
9081 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9082 * gdb.base/realname-expand.exp: Likewise.
9083 * gdb.linespec/macro-relative.exp: Likewise.
9084
9085 2014-10-29 Pedro Alves <palves@redhat.com>
9086
9087 PR gdb/17408
9088 * gdb.threads/schedlock.c (some_function): New function.
9089 (call_function): New global.
9090 (MAYBE_CALL_SOME_FUNCTION): New macro.
9091 (thread_function): Call it.
9092 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9093 and use it instead of a global counter. Adjust all callers.
9094 (get_current_thread): Use "find current thread" for test message
9095 here rather than having all callers pass down the same string.
9096 (goto_loop): New procedure, factored out from ...
9097 (my_continue): ... this.
9098 (step_ten_loops): Change parameter from test message to command to
9099 use. Adjust.
9100 (list_count): Delete global.
9101 (check_result): New procedure, factored out from duplicate top
9102 level code.
9103 (continue tests): Wrap in with_test_prefix.
9104 (test_step): New procedure, factored out from duplicate top level
9105 code.
9106 (top level): Test "step" in combination with all scheduler-locking
9107 modes. Test "next" in combination with all scheduler-locking
9108 modes, and in combination with stepping over a function call or
9109 not.
9110 * gdb.threads/next-bp-other-thread.c: New file.
9111 * gdb.threads/next-bp-other-thread.exp: New file.
9112
9113 2014-10-29 Pedro Alves <palves@redhat.com>
9114
9115 PR python/17372
9116 * gdb.python/python.exp: Test a multi-line command that spawns
9117 interactive Python.
9118 * gdb.base/multi-line-starts-subshell.exp: New file.
9119
9120 2014-10-29 Yao Qi <yao@codesourcery.com>
9121
9122 * gdb.base/fileio.exp: Make directories on host.
9123
9124 2014-10-29 Yao Qi <yao@codesourcery.com>
9125
9126 * gdb.base/fileio.c (test_write): Close the file.
9127
9128 2014-10-28 Pedro Alves <palves@redhat.com>
9129
9130 PR gdb/12623
9131 * gdb.base/sigstep.c (no_handler): New global.
9132 (main): If 'no_handler is true, set the signal handlers to
9133 SIG_IGN.
9134 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9135 with_sw_watch and no_handler parameters. Handle them.
9136 (top level) <stepping over handler when stopped at a breakpoint
9137 test>: Add a test axis for testing with a software watchpoint, and
9138 another for testing with the signal handler set to SIG_IGN.
9139 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9140 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9141
9142 2014-10-28 Pedro Alves <palves@redhat.com>
9143
9144 PR gdb/17511
9145 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9146 * gdb.base/sigstep.exp (other_handler_location): New global.
9147 (advance): Support stepping into the signal handler, and running
9148 commands while in the handler.
9149 (in_handler_map): New global.
9150 (top level): In the advance test, add combinations for getting
9151 into the handler with stepping commands, and for running commands
9152 in the handler. Add comment descripting the advancei tests.
9153
9154 2014-10-28 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.base/sigstep.exp: Use build_executable instead of
9157 prepare_for_testing.
9158 (top level): Move code that starts GDB, runs to main and creates a
9159 display to ...
9160 (restart): ... this new procedure.
9161 (top level): Move backtrace from signal handler test to ...
9162 (validate_backtrace): ... this new procedure.
9163 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9164 with_test_prefix. Always restart GDB.
9165 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9166 with_test_prefix. Always restart GDB. No need to delete
9167 breakpoints after the test.
9168 (test_skip_handler): Remove prefix parameter.
9169 (skip_over_handler, breakpoint_to_handler)
9170 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9171 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9172 restart GDB. No need to delete breakpoints after the test.
9173 (top level): Use foreach to call the test procedures with
9174 different commands.
9175
9176 2014-10-28 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9179 instead of GNATS numbers.
9180 * gdb.base/sigbpt.exp: Likewise.
9181 * gdb.base/siginfo.exp: Likewise.
9182 * gdb.base/sigstep.exp: Likewise.
9183
9184 2014-10-27 Pedro Alves <palves@redhat.com>
9185
9186 * gdb.base/sigstep.c (dummy): New global.
9187 (main): Issue a couple writes to the new global.
9188 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9189 procedures.
9190 (skip_over_handler): Use test_skip_handler.
9191 (top level): Call skip_over_handler for stepi and nexti too.
9192 (breakpoint_over_handler): Use test_skip_handler.
9193 (top level): Call breakpoint_over_handler for stepi and nexti too.
9194
9195 2014-10-27 Yao Qi <yao@codesourcery.com>
9196
9197 * gdb.trace/tfile.c (adjust_function_address)
9198 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9199 function descriptor.
9200
9201 2014-10-24 Don Breazeal <donb@codesourcery.com>
9202
9203 * gdb.base/foll-fork.exp (test_follow_fork,
9204 catch_fork_child_follow): Check for updated fork messages emitted
9205 from infrun.c.
9206 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9207 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9208 vfork_and_exec_child_follow_through_step): Check for updated vfork
9209 messages emitted from infrun.c.
9210
9211 2014-10-24 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.base/corefile.exp: Remove references to ultrix.
9214 * gdb.base/interrupt.exp: Likewise.
9215 * gdb.base/whatis.exp: Likewise.
9216 * gdb.gdb/selftest.exp: Likewise.
9217 * gdb.threads/manythreads.exp: Likewise.
9218 * gdb.threads/print-threads.exp: Likewise.
9219 * gdb.threads/pthreads.exp:: Likewise.
9220 * gdb.threads/schedlock.exp: Likewise.
9221
9222 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9223
9224 * gdb.cp/non-trivial-retval.cc: Add a test case.
9225 * gdb.cp/non-trivial-retval.exp: Add a test.
9226
9227 2014-10-20 Yao Qi <yao@codesourcery.com>
9228
9229 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9230 * gdb.python/py-objfile-script-gdb.py: New file.
9231 * gdb.python/py-objfile-script.exp: Update reference to
9232 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9233 of remote_download. Remove the dest file.
9234
9235 2014-10-20 Yao Qi <yao@codesourcery.com>
9236
9237 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9238 * gdb.base/step-line.exp: Likewise.
9239 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9240 * gdb.dwarf2/dw2-basic.exp: Likewise.
9241 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9242 * gdb.dwarf2/dw2-filename.exp: Likewise.
9243 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9244 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9245 * gdb.dwarf2/dw2-producer.exp: Likewise.
9246 * gdb.dwarf2/mac-fileno.exp: Likewise.
9247 * gdb.python/py-frame-args.exp: Likewise.
9248 * gdb.python/py-framefilter.exp: Likewise.
9249 * gdb.python/py-mi.exp: Likewise.
9250 * gdb.python/py-objfile-script.exp: Likewise
9251 * gdb.python/py-pp-integral.exp: Likewise.
9252 * gdb.python/py-pp-re-notag.exp: Likewise.
9253 * gdb.python/py-prettyprint.exp: Likewise.
9254 * gdb.python/py-section-script.exp: Likewise.
9255 * gdb.python/py-typeprint.exp: Likewise.
9256 * gdb.python/py-xmethods.exp: Likewise.
9257 * gdb.stabs/weird.exp: Likewise.
9258 * gdb.xml/tdesc-regs.exp: Likewise.
9259
9260 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9261
9262 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9263 (out_cu): Use addr_len for the size of addresses.
9264 (out_line): Likewise. Size DW_LNE_set_address instruction
9265 according to addr_len.
9266 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9267 (FUNC): Add START_INSNS to definition.
9268
9269 2014-10-18 Yao Qi <yao@codesourcery.com>
9270
9271 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9272 gdb_has_argv0 return true.
9273 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9274 check [target_info exists noargs], check [gdb_has_argv0]
9275 instead.
9276 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9277 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9278 procedures.
9279
9280 2014-10-17 Doug Evans <dje@google.com>
9281
9282 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9283 event.
9284 * gdb.python/py-events.py: Add clear_objfiles event.
9285
9286 2014-10-17 Doug Evans <dje@google.com>
9287
9288 * gdb.python/py-objfile.exp: Test progspace attribute.
9289
9290 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9291
9292 * gdb.guile/scm-breakpoint.exp: Do not assume any
9293 directory separators when matching source file paths.
9294 * gdb.python/py-breakpoint.exp: Likewise.
9295 * gdb.reverse/break-precsave.exp: Likewise.
9296 * gdb.reverse/break-reverse.exp: Likewise.
9297 * gdb.reverse/consecutive-precsave.exp: Likewise.
9298 * gdb.reverse/finish-precsave.exp: Likewise.
9299 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9300 * gdb.reverse/finish-reverse.exp: Likewise.
9301 * gdb.reverse/i386-precsave.exp: Likewise.
9302 * gdb.reverse/i387-env-reverse.exp: Likewise.
9303 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9304 * gdb.reverse/machinestate-precsave.exp: Likewise.
9305 * gdb.reverse/machinestate.exp: Likewise.
9306 * gdb.reverse/sigall-precsave.exp: Likewise.
9307 * gdb.reverse/solib-precsave.exp: Likewise.
9308 * gdb.reverse/step-precsave.exp: Likewise.
9309 * gdb.reverse/until-precsave.exp: Likewise.
9310 * gdb.reverse/watch-precsave.exp: Likewise.
9311 * gdb.reverse/watch-reverse.exp: Likewise.
9312
9313 2014-10-17 Yao Qi <yao@codesourcery.com>
9314
9315 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9316 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9317
9318 2014-10-17 Pedro Alves <palves@redhat.com>
9319
9320 PR gdb/17471
9321 * gdb.base/bg-execution-repeat.c: New file.
9322 * gdb.base/bg-execution-repeat.exp: New file.
9323
9324 2014-10-17 Pedro Alves <palves@redhat.com>
9325
9326 PR gdb/17300
9327 * gdb.base/continue-all-already-running.c: New file.
9328 * gdb.base/continue-all-already-running.exp: New file.
9329
9330 2014-10-17 Pedro Alves <palves@redhat.com>
9331
9332 PR gdb/17472
9333 * gdb.base/annota-input-while-running.c: New file.
9334 * gdb.base/annota-input-while-running.exp: New file.
9335
9336 2014-10-17 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.base/callfuncs.exp: emove references to osf.
9339 * gdb.base/sigall.exp: Likewise.
9340 * gdb.gdb/selftest.exp: Likewise.
9341 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9342 * gdb.mi/non-stop.c: Likewise.
9343 * gdb.mi/pthreads.c: Likewise.
9344 * gdb.reverse/sigall-precsave.exp: Likewise.
9345 * gdb.reverse/sigall-reverse.exp: Likewise.
9346 * gdb.threads/pthreads.c: Likewise.
9347 * gdb.threads/pthreads.exp: Likewise.
9348
9349 2014-10-17 Yao Qi <yao@codesourcery.com>
9350
9351 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9352 check 'target_info exists noargs'.
9353 (test_command_prompt_position): Likewise.
9354 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9355 Remove "set args".
9356 (progvar_simple_while_test): Likewise.
9357 (progvar_complex_if_while_test): Likewise.
9358 (if_while_breakpoint_command_test): Likewise.
9359 (infrun_breakpoint_command_test): Likewise.
9360 (breakpoint_command_test): Likewise.
9361 (watchpoint_command_test): Likewise.
9362 (bp_deleted_in_command_test): Likewise.
9363 (temporary_breakpoint_commands): Likewise.
9364
9365 2014-10-16 Yao Qi <yao@codesourcery.com>
9366
9367 * gdb.base/remotetimeout.exp: Remove noargs checking.
9368
9369 2014-10-15 Pedro Alves <palves@redhat.com>
9370
9371 PR breakpoints/9649
9372 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9373 * gdb.base/breakpoint-in-ro-region.exp
9374 (probe_target_hardware_step): New procedure.
9375 (top level): Probe hardware stepping and hardware breakpoint
9376 support. Test stepping through a read-only region, with both
9377 "breakpoint auto-hw" on and off and both "always-inserted" on and
9378 off.
9379
9380 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9381
9382 * gdb.dlang/demangle.exp: Update for demangling changes.
9383
9384 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9385
9386 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9387 * gdb.cp/non-trivial-retval.exp: Add new tests.
9388
9389 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9390
9391 PR c++/13403
9392 PR c++/15154
9393 * gdb.cp/non-trivial-retval.cc: New file.
9394 * gdb.cp/non-trivial-retval.exp: New file.
9395
9396 2014-10-15 Yao Qi <yao@codesourcery.com>
9397
9398 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9399 remote host.
9400
9401 2014-10-15 Yao Qi <yao@codesourcery.com>
9402
9403 * gdb.python/py-symbol.exp: Match file base name if host is
9404 remote, otherwise match file name with dir name.
9405 * gdb.python/py-symtab.exp: Likewise.
9406 * gdb.python/python.exp: Likewise.
9407
9408 2014-10-15 Yao Qi <yao@codesourcery.com>
9409
9410 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9411 pattern.
9412 * gdb.python/py-symtab.exp: Likewise.
9413 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9414 locationn.
9415
9416 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9417
9418 * gdb.ada/addr_arith: New testcase.
9419
9420 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9421
9422 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9423 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9424 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9425 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9426
9427 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9428
9429 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9430 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9431 * gdb.arch/stap-eval-lang-ada.exp: New file.
9432
9433 2014-10-14 Yao Qi <yao@codesourcery.com>
9434
9435 * gdb.mi/mi-var-child.c (nothing1): New function.
9436 (nothing2): New function.
9437 (do_children_tests): Set function pointers by nothing1 and
9438 nothing2.
9439 * gdb.mi/mi-var-child.exp: Step over new added statements.
9440 Update test to match the new output.
9441 * gdb.mi/var-cmd.c (nothing1): New function.
9442 (nothing2): New function.
9443 (do_children_tests): Set function pointers by nothing1 and
9444 nothing2.
9445 * gdb.mi/mi-var-display.exp: Update test to match output.
9446 Step to the line specified by $line_dct_nothing.
9447 Increase the number of lines to step.
9448
9449 2014-10-14 Yao Qi <yao@codesourcery.com>
9450
9451 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9452 tests.
9453 * gdb.mi/mi2-var-child.exp: Likewise.
9454
9455 2014-10-13 Doug Evans <dje@google.com>
9456
9457 * gdb.python/py-objfile.exp: Change name of file name test.
9458
9459 2014-10-13 Doug Evans <dje@google.com>
9460
9461 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9462 from the start of the CU.
9463
9464 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9465 Yao Qi <yao@codesourcery.com>
9466
9467 Fix "save breakpoints" for "catch" command.
9468 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9469 Remove -nonewline. Match also the added "main" line.
9470
9471 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9472
9473 Fix "save breakpoints" for "disable $bpnum" command.
9474 * gdb.base/save-bp.c (main): Add label.
9475 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9476
9477 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9480
9481 2014-10-11 Yao Qi <yao@codesourcery.com>
9482
9483 * gdb.server/server-kill.exp: Execute command
9484 "set remote trace-status-packet on" before "tstatus".
9485
9486 2014-10-11 Yao Qi <yao@codesourcery.com>
9487
9488 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9489 (main): Call getppid.
9490 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9491 and continue to it. Read variable "server_pid".
9492
9493 2014-10-11 Yao Qi <yao@codesourcery.com>
9494
9495 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9496
9497 2014-10-11 Yao Qi <yao@codesourcery.com>
9498
9499 * gdb.threads/thread-find.exp: Don't execute command
9500 "info threads".
9501 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9502 * gdb.threads/linux-dp.exp: Don't check the condition
9503 $threads_created equals to zero.
9504
9505 2014-10-10 Pedro Alves <palves@redhat.com>
9506
9507 * gdb.base/bigcore.exp: Remove references to IRIX.
9508 * gdb.base/funcargs.exp: Likewise.
9509 * gdb.base/interrupt.exp: Likewise.
9510 * gdb.base/mips_pro.exp: Likewise.
9511 * gdb.base/nodebug.exp: Likewise.
9512 * gdb.base/setvar.exp: Likewise.
9513 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9514
9515 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9516 Pedro Alves <palves@redhat.com>
9517
9518 PR symtab/14466
9519 * gdb.base/vdso-warning.c: New file.
9520 * gdb.base/vdso-warning.exp: New file.
9521
9522 2014-10-02 Doug Evans <dje@google.com>
9523
9524 * gdb.base/structs.c (main): Don't run forever.
9525
9526 2014-10-02 Pedro Alves <palves@redhat.com>
9527
9528 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9529 (top level) <stop threads 1, stop threads 2>: Use it.
9530
9531 2014-10-02 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.threads/break-while-running.exp (test): Add new
9534 'update_thread_list' argument. Skip "info threads" if false.
9535 (top level): Add new 'update_thread_list' axis.
9536
9537 2014-10-02 Pedro Alves <palves@redhat.com>
9538
9539 PR breakpoints/17431
9540 * gdb.base/execl-update-breakpoints.c: New file.
9541 * gdb.base/execl-update-breakpoints.exp: New file.
9542
9543 2014-10-01 Pedro Alves <palves@redhat.com>
9544
9545 * gdb.base/breakpoint-in-ro-region.c: New file.
9546 * gdb.base/breakpoint-in-ro-region.exp: New file.
9547
9548 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * gdb.mi/mi-exit-code.exp: New file.
9551 * gdb.mi/mi-exit-code.c: New file.
9552
9553 2014-09-30 Yao Qi <yao@codesourcery.com>
9554
9555 * lib/prelink-support.exp (build_executable_own_libs): Error if
9556 the target isn't native.
9557
9558 2014-09-30 Yao Qi <yao@codesourcery.com>
9559
9560 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9561 false.
9562
9563 2014-09-22 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.threads/break-while-running.exp: New file.
9566 * gdb.threads/break-while-running.c: New file.
9567
9568 2014-09-19 Yao Qi <yao@codesourcery.com>
9569
9570 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9571 Invoke test. Restart GDB with --readnow and invoke test again.
9572
9573 2014-09-19 Yao Qi <yao@codesourcery.com>
9574
9575 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9576 proc set_breakpoint_on_gcd_function. Invoke
9577 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9578 invoke set_breakpoint_on_gcd_function again.
9579
9580 2014-09-18 Doug Evans <dje@google.com>
9581
9582 * gdb.dwarf2/symtab-producer.exp: New file.
9583
9584 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9585
9586 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9587 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9588 * gdb.base/global-var-nested-by-dso.c: Likewise.
9589 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9590
9591 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9592 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.base/watch-bitfields.exp: Pass string other than test file
9595 name to prepare_for_testing.
9596 (watch): New procedure.
9597 (expect_watchpoint): Use with_test_prefix.
9598 (top level): Factor out tests to ...
9599 (test_watch_location, test_regular_watch): ... these new
9600 procedures, and use with_test_prefix and gdb_continue_to_end.
9601
9602 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9603
9604 PR breakpoints/12526
9605 * gdb.base/watch-bitfields.exp: New file.
9606 * gdb.base/watch-bitfields.c: New file.
9607
9608 2014-09-16 Pedro Alves <palves@redhat.com>
9609
9610 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9611 software and hardware addresses, not software address against
9612 itself.
9613
9614 2014-09-16 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9617 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9618
9619 2014-09-16 Pedro Alves <palves@redhat.com>
9620
9621 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9622 files.
9623 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9624 "*-*-vxworks*" throughout.
9625 * gdb.base/break.exp: Likewise.
9626 * gdb.base/default.exp: Likewise.
9627 * gdb.base/scope.exp: Likewise.
9628 * gdb.base/sepdebug.exp: Likewise.
9629 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9630 throughout.
9631 * gdb.base/run.c: Likewise.
9632 * gdb.base/sepdebug.c: Likewise.
9633 * gdb.hp/gdb.aCC/run.c: Likewise.
9634 * gdb.reverse/until-reverse.c: Likewise.
9635 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9636
9637 2014-09-16 Yao Qi <yao@codesourcery.com>
9638
9639 * boards/local-remote-host-native.exp: New file.
9640
9641 2014-09-14 Doug Evans <xdje42@gmail.com>
9642
9643 * gdb.threads/queue-signal.c (thread_count): New variable.
9644 (thread_count_mutex, thread_count_condvar): New variables.
9645 (incr_thread_count, wait_all_threads_running): New functions.
9646 (main): Wait for all threads to be in their thread functions.
9647
9648 2014-09-13 Doug Evans <xdje42@gmail.com>
9649
9650 * gdb.threads/queue-signal.c: New file.
9651 * gdb.threads/queue-signal.exp: New file.
9652
9653 2014-09-13 Doug Evans <xdje42@gmail.com>
9654
9655 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9656 be consistent with what default_gdb_init uses.
9657 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9658 the plain text of the prompt. Add some logging printfs.
9659 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9660
9661 2014-09-12 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9664 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9665 * gdb.arch/i386-size-overlap.exp: Likewise.
9666 * gdb.arch/i386-size.exp: Likewise.
9667 * gdb.arch/i386-unwind.exp: Likewise.
9668 * gdb.base/a2-run.exp: Likewise.
9669 * gdb.base/break.exp: Likewise.
9670 * gdb.base/charset.exp: Likewise.
9671 * gdb.base/chng-syms.exp: Likewise.
9672 * gdb.base/commands.exp: Likewise.
9673 * gdb.base/dbx.exp: Likewise.
9674 * gdb.base/find.exp: Likewise.
9675 * gdb.base/funcargs.exp: Likewise.
9676 * gdb.base/jit-simple.exp: Likewise.
9677 * gdb.base/reread.exp: Likewise.
9678 * gdb.base/sepdebug.exp: Likewise.
9679 * gdb.base/step-bt.exp: Likewise.
9680 * gdb.cp/mb-inline.exp: Likewise.
9681 * gdb.cp/mb-templates.exp: Likewise.
9682 * gdb.objc/basicclass.exp: Likewise.
9683 * gdb.threads/killed.exp: Likewise.
9684
9685 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9686
9687 PR tdep/17379
9688 * gdb.arch/powerpc-stackless.S: New file.
9689 * gdb.arch/powerpc-stackless.exp: New file.
9690
9691 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9692
9693 * gdb.base/attach.c: Include unistd.h.
9694 (main): Call alarm. Add label postloop.
9695 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9696 gdb_breakpoint, gdb_continue_to_breakpoint.
9697 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9698
9699 2014-09-11 Pedro Alves <palves@redhat.com>
9700
9701 PR gdb/17347
9702 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9703 * gdb.base/attach.exp (test_command_line_attach_run): New
9704 procedure.
9705 (top level): Call it.
9706
9707 2014-09-11 Pedro Alves <palves@redhat.com>
9708
9709 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9710 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9711 (do_command_attach_tests): Use spawn_wait_for_attach.
9712 * gdb.base/solib-overlap.exp: Likewise.
9713 * gdb.multi/multi-attach.exp: Likewise.
9714 * gdb.python/py-prompt.exp: Likewise.
9715 * gdb.python/py-sync-interp.exp: Likewise.
9716 * gdb.server/ext-attach.exp: Likewise.
9717
9718 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9719
9720 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9721 command in testcase. Simplify testcase.
9722
9723 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9724
9725 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9726
9727 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9728
9729 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9730
9731 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9732
9733 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9734
9735 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9736
9737 * gdb.dwarf2/dynarr-ptr.c: New file.
9738 * gdb.dwarf2/dynarr-ptr.exp: New file.
9739
9740 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9741
9742 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9743 of 30 rather than hardcoding 120 for a slow test case. Take the
9744 `gdb,timeout' target setting into account for this calculation.
9745 Don't extend the timeout for the test cases that don't need it.
9746
9747 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9748
9749 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9750 a factor of 2 for a slow test case. Take the `gdb,timeout'
9751 target setting into account for this calculation.
9752 * gdb.reverse/until-precsave.exp: Increase the timeout by
9753 a factor of 15 and 3 respectively rather than adding 120
9754 for a pair of slow test cases. Take the `gdb,timeout'
9755 target setting into account for this calculation.
9756
9757 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9758
9759 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9760 timeout, don't pass one down to gdb_expect.
9761 (gdb_expect): Rework timeout selection.
9762
9763 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9764
9765 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9766 exception on timeout.
9767 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9768 (gdbserver_start_extended): Catch any `gdbserver_start' error
9769 exceptions.
9770 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9771 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9772 `gdbserver_gdb_load' error exceptions.
9773
9774 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9775
9776 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9777 120 on waiting for the TCP socket to open.
9778
9779 2014-09-09 Doug Evans <xdje42@gmail.com>
9780
9781 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9782 _caller_matches, _any_caller_is, _any_caller_matches.
9783
9784 2014-09-09 Doug Evans <xdje42@gmail.com>
9785
9786 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9787
9788 2014-09-09 Yao Qi <yao@codesourcery.com>
9789
9790 * gdb.mi/mi-var-display.exp: Set print symbol off.
9791
9792 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9793
9794 PR gdb/17035
9795 * gdb.base/commands.exp: Add tests to verify user-defined
9796 commands with empty bodies.
9797 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9798 python commands in `show user command`.
9799 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9800 scheme commands in `show user command`.
9801
9802 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 PR python/17355
9805 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9806 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9807 * gdb.python/py-framefilter-invalidarg.exp: New file.
9808 * gdb.python/py-framefilter-invalidarg.py: New file.
9809
9810 2014-09-06 Doug Evans <xdje42@gmail.com>
9811
9812 PR 15276
9813 * gdb.python/py-caller-is.c: New file.
9814 * gdb.python/py-caller-is.exp: New file.
9815
9816 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9817
9818 PR gdb/17235
9819 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9820 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9821
9822 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9823
9824 PR fortran/17237
9825 * gdb.fortran/print-formatted.exp: New file.
9826 * gdb.fortran/print-formatted.f90: Likewise.
9827
9828 2014-09-03 Sasha Smundak <asmundak@google.com>
9829
9830 * gdb.python/py-frame.exp: Test Frame.read_register.
9831
9832 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9833
9834 PR python/16699
9835 * gdb.python/py-completion.exp: New file.
9836 * gdb.python/py-completion.py: Likewise.
9837
9838 2014-08-28 Doug Evans <dje@google.com>
9839
9840 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9841 eax,etc. are live with values set by gdb and thus the compiler can't
9842 use them.
9843 * gdb.arch/i386-pseudo.c (main): Ditto.
9844
9845 2014-08-27 Doug Evans <dje@google.com>
9846
9847 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9848
9849 2014-08-25 Doug Evans <dje@google.com>
9850
9851 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9852 (main): Ditto.
9853
9854 2014-08-25 Doug Evans <dje@google.com>
9855
9856 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9857
9858 2014-08-24 Yao Qi <yao@codesourcery.com>
9859
9860 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9861 symbol off.
9862 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9863
9864 2014-08-22 Doug Evans <dje@google.com>
9865
9866 PR 17276
9867 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9868 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9869 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9870
9871 2014-08-22 Yao Qi <yao@codesourcery.com>
9872
9873 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9874 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9875 * gdb.python/python.exp: Likewise. Use .py file on the host
9876 instead of the build.
9877
9878 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9879
9880 * gdb.threads/gcore-stale-thread.c: New file.
9881 * gdb.threads/gcore-stale-thread.exp: New file.
9882
9883 2014-08-21 Pedro Alves <palves@redhat.com>
9884
9885 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9886 * gdb.base/gcore-relro-pie.exp: Likewise.
9887 * gdb.base/gcore-relro.exp: Likewise.
9888 * gdb.base/gcore.exp: Likewise.
9889 * gdb.base/print-symbol-loading.exp: Likewise.
9890 * gdb.threads/gcore-thread.exp: Likewise.
9891 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9892
9893 2014-08-20 Pedro Alves <palves@redhat.com>
9894 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9897 configure.
9898 (EXPECT): Handle READ1 being set.
9899 (all): Depend on EXTRA_RULES.
9900 (check-read1, expect-read1, read1.so, read1): New rules.
9901 * README (Testsuite Parameters): Document the READ1 make variable.
9902 (Race detection): New section.
9903 * configure: Regenerate.
9904 * configure.ac: If build==host==target, and running under a
9905 GNU/glibc system, add read1 to the extra Makefile rules.
9906 (EXTRA_RULES): AC_SUBST it.
9907 * lib/read1.c: New file.
9908
9909 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9910
9911 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9912 the handling of variables declared as a typedef to an array
9913 which a DW_AT_data_location attribute.
9914
9915 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9916 Pedro Alves <palves@redhat.com>
9917
9918 PR symtab/14604
9919 PR symtab/14605
9920 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9921 gdb_test.
9922
9923 2014-08-19 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9926
9927 2014-08-19 Yao Qi <yao@codesourcery.com>
9928
9929 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9930 right line.
9931
9932 2014-08-18 David Blaikie <dblaikie@gmail.com>
9933
9934 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9935
9936 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9937
9938 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9939 attribute in array range.
9940
9941 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9942
9943 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9944
9945 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9946
9947 PR c++/17132
9948 * gdb.cp/pr17132.cc: New file.
9949 * gdb.cp/pr17132.exp: New file.
9950
9951 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9952
9953 * gdb.python/py-xmethods.py (A_getarrayind)
9954 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9955 Use 'print' with function call syntax.
9956 (E_method_matcher.match): Fix tab vs space indentation mixup.
9957
9958 2014-08-15 Yao Qi <yao@codesourcery.com>
9959
9960 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9961 false.
9962
9963 2014-08-15 Yao Qi <yao@codesourcery.com>
9964
9965 * gdb.cp/casts.exp: Set print symbol off.
9966 * gdb.cp/class2.exp: Likewise.
9967 * gdb.cp/overload.exp: Likewise.
9968 * gdb.cp/templates.exp: Likewise.
9969
9970 2014-08-11 Doug Evans <dje@google.com>
9971
9972 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9973 (test_load_shlib): Update.
9974
9975 2014-08-09 Yao Qi <yao@codesourcery.com>
9976
9977 * gdb.base/display.exp: Invoke is_address_zero_readable.
9978 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9979 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9980 * gdb.base/hbreak-unmapped.exp: Return if
9981 is_address_zero_readable returns true.
9982 * gdb.base/signest.exp: Likewise.
9983 * gdb.base/signull.exp: Likewise.
9984 * gdb.base/sigbpt.exp: Likewise.
9985 * gdb.guile/scm-disasm.exp: Do the test if
9986 is_address_zero_readable returns false.
9987 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9988 * gdb.python/py-arch.exp: Likewise.
9989 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9990 * lib/gdb.exp (is_address_zero_readable): New proc.
9991
9992 2014-08-09 Yao Qi <yao@codesourcery.com>
9993
9994 PR testsuite/13443
9995 * gdb.mi/mi-var-display.exp: Make test messages unique.
9996
9997 2014-08-04 Tom Tromey <tromey@redhat.com>
9998
9999 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10000 target 0".
10001
10002 2014-08-04 Tom Tromey <tromey@redhat.com>
10003
10004 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10005 "target_resume".
10006
10007 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10008
10009 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10010 inner_vla_struct_object_size.
10011 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10012 as xfail.
10013
10014 2014-07-30 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10017 comment.
10018
10019 2014-07-29 Yao Qi <yao@codesourcery.com>
10020
10021 PR gdb/17206
10022 * gdb.base/until-nodebug.exp: New.
10023
10024 2014-07-28 Doug Evans <xdje42@gmail.com>
10025
10026 PR guile/17203
10027 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10028 previously existing parameter, and previously ambiguously spelled
10029 parameter.
10030
10031 2014-07-28 Will Newton <will.newton@linaro.org>
10032
10033 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10034
10035 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10036 Doug Evans <xdje42@gmail.com>
10037
10038 PR guile/17146
10039 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10040
10041 2014-07-25 Pedro Alves <palves@redhat.com>
10042
10043 * gdb.threads/signal-command-handle-nopass.c: New file.
10044 * gdb.threads/signal-command-handle-nopass.exp: New file.
10045 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10046 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10047 * gdb.threads/signal-delivered-right-thread.c: New file.
10048 * gdb.threads/signal-delivered-right-thread.exp: New file.
10049
10050 2014-07-25 Pedro Alves <palves@redhat.com>
10051
10052 * gdb.base/double-prompt-target-event-error.exp
10053 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10054 match.
10055 (cancel_pagination_in_target_event): Rework double prompt
10056 detection.
10057 * gdb.base/paginate-after-ctrl-c-running.exp
10058 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10059 <return>' match.
10060 * gdb.base/paginate-bg-execution.exp
10061 (test_bg_execution_pagination_return)
10062 (test_bg_execution_pagination_cancel): Remove '-notransfer
10063 <return>' matches.
10064 * gdb.base/paginate-execution-startup.exp
10065 (test_fg_execution_pagination_return)
10066 (test_fg_execution_pagination_cancel): Remove '-notransfer
10067 <return>' matches.
10068 * gdb.base/paginate-inferior-exit.exp
10069 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10070 match.
10071 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10072 * lib/gdb.exp (pagination_prompt): Run text through
10073 string_to_regexp.
10074 (gdb_test_multiple): Match $pagination_prompt instead of
10075 "<return>".
10076 (string_to_regexp): Move to lib/gdb-utils.exp.
10077
10078 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10079
10080 * gdb.arch/amd64-entry-value-paramref.S: New file.
10081 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10082 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10083 * gdb.arch/amd64-optimout-repeat.S: New file.
10084 * gdb.arch/amd64-optimout-repeat.c: New file.
10085 * gdb.arch/amd64-optimout-repeat.exp: New file.
10086
10087 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10088
10089 PR gdb/17170
10090 * gdb.base/statistics.exp: New file.
10091
10092 2014-07-17 Doug Evans <dje@google.com>
10093
10094 PR gdb/17170
10095 * gdb.base/maint.exp: Update testing of per-command stats.
10096
10097 2014-07-16 Pedro Alves <palves@redhat.com>
10098
10099 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10100 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10101 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10102 (tfile_write_buf): New functions.
10103 (add_memory_block): Rewrite using the above.
10104 (adjust_function_address): New function.
10105 (FUNCTION_ADDRESS): New macro.
10106 (write_basic_trace_file): Remove short_x local, and use
10107 tfile_write_16. Change type of func_addr local to unsigned long
10108 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10109 here. Cast argument of add_memory_block to char pointer.
10110 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10111 (main): Remove parameters.
10112 * gdb.trace/tfile.exp: Remove nowarnings.
10113
10114 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10115
10116 * gdb.base/debug-expr.exp: Test string evaluation with
10117 "debug expression" on.
10118
10119 2014-07-15 Pedro Alves <palves@redhat.com>
10120
10121 * gdb.base/reread.exp: Use clean_restart.
10122
10123 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10124
10125 * gdb.arch/avr-flash-qualifer.c: New.
10126 * gdb.arch/avr-flash-qualifer.exp: New.
10127
10128 2014-07-14 Pedro Alves <palves@redhat.com>
10129
10130 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10131 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10132
10133 2014-07-14 Pedro Alves <palves@redhat.com>
10134
10135 * gdb.base/double-prompt-target-event-error.c: New file.
10136 * gdb.base/double-prompt-target-event-error.exp: New file.
10137
10138 2014-07-14 Pedro Alves <palves@redhat.com>
10139
10140 PR gdb/17072
10141 * gdb.base/paginate-inferior-exit.c: New file.
10142 * gdb.base/paginate-inferior-exit.exp: New file.
10143
10144 2014-07-14 Pedro Alves <palves@redhat.com>
10145
10146 PR gdb/17072
10147 * gdb.base/paginate-bg-execution.c: New file.
10148 * gdb.base/paginate-bg-execution.exp: New file.
10149
10150 2014-07-14 Pedro Alves <palves@redhat.com>
10151
10152 PR gdb/17072
10153 * gdb.base/paginate-execution-startup.c: New file.
10154 * gdb.base/paginate-execution-startup.exp: New file.
10155 * lib/gdb.exp (pagination_prompt): New global.
10156 (default_gdb_spawn): New procedure, factored out from
10157 default_gdb_spawn.
10158 (default_gdb_start): Adjust to call default_gdb_spawn.
10159 (gdb_spawn): New procedure.
10160
10161 2014-07-14 Pedro Alves <palves@redhat.com>
10162
10163 * lib/gdb.exp (gdb_assert): New procedure.
10164 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10165
10166 2014-07-14 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/execution-termios.c: New file.
10169 * gdb.base/execution-termios.exp: New file.
10170
10171 2014-07-14 Tom Tromey <tromey@redhat.com>
10172
10173 * gdb.cp/vla-cxx.cc: New file.
10174 * gdb.cp/vla-cxx.exp: New file.
10175
10176 2014-07-14 Tom Tromey <tromey@redhat.com>
10177
10178 * gdb.reverse/rerun-prec.c: New file.
10179 * gdb.reverse/rerun-prec.exp: New file.
10180
10181 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10182 Maciej W. Rozycki <macro@codesourcery.com>
10183
10184 * lib/gdb-utils.exp: New file.
10185 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10186 inline `gdb_init_command' processing.
10187 (gdb_start_cmd): Likewise.
10188 * lib/mi-support.exp (mi_run_cmd): Likewise.
10189 * README: Document `gdb_init_command' and `gdb_init_commands'.
10190
10191 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10192
10193 Fix false FAIL running under a very long directory name.
10194 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10195 and "set print elements 10000". Twice.
10196
10197 2014-07-11 Yao Qi <yao@codesourcery.com>
10198
10199 * gdb.base/exprs.exp: "set print symbol off".
10200
10201 2014-07-11 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.threads/kill.c: New file.
10204 * gdb.threads/kill.exp: New file.
10205
10206 2014-07-10 Yao Qi <yao@codesourcery.com>
10207
10208 * gdb.trace/tfile.c (write_basic_trace_file)
10209 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10210 address written to trace file.
10211
10212 2014-07-09 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.base/attach-wait-input.exp: New file.
10215 * gdb.base/attach-wait-input.c: New file.
10216
10217 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10218
10219 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10220 setting up test structures.
10221 (main): Call new test function.
10222 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10223 test function, continue into test function and walk test
10224 structures.
10225
10226 2014-07-02 Yao Qi <yao@codesourcery.com>
10227
10228 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10229 'bar_start' at the beginning of functions 'foo' and 'bar'
10230 respectively.
10231 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10232 instead of 'foo' and 'bar'.
10233
10234 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10235
10236 * gdb.btrace/segv.exp: New.
10237 * gdb.btrace/segv.c: New.
10238
10239 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10240
10241 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10242 instruction.
10243
10244 2014-06-30 Mark Wielaard <mjw@redhat.com>
10245
10246 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10247 vulture, vilify, villar): New volatile array constants.
10248 (vindictive, vegetation): New const volatile array constants.
10249 * gdb.base/volatile.exp: Test volatile and const volatile array
10250 types.
10251
10252 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10253
10254 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10255 target lacks support for awatch, rwatch, or hbreak.
10256
10257 2014-06-27 Yao Qi <yao@codesourcery.com>
10258
10259 * gdb.multi/dummy-frame-restore.exp: New.
10260 * gdb.multi/dummy-frame-restore.c: New.
10261
10262 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10263
10264 * gdb.btrace/gcore.exp: New.
10265
10266 2014-06-23 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.base/watchpoint-reuse-slot.c: New file.
10269 * gdb.base/watchpoint-reuse-slot.exp: New file.
10270
10271 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10272
10273 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10274 progspace's filename in 'info', 'enable' and 'disable' command
10275 tests.
10276
10277 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10278
10279 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10280 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10281 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10282
10283 2014-06-20 Gary Benson <gbenson@redhat.com>
10284
10285 * gdb.arch/i386-avx.exp: Fix include file location.
10286 * gdb.arch/i386-sse.exp: Likewise.
10287
10288 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10289
10290 * gdb.dlang/expression.exp: New file.
10291
10292 2014-06-19 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10295 out from ...
10296 (top level): ... here. Iterate running tests under different
10297 scheduler-locking settings.
10298
10299 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10300
10301 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10302 to DW_FORM_addr and use non-zero addresses.
10303
10304 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10305
10306 PR gdb/17017
10307 * gdb.python/py-xmethods.cc: Add global function call counters and
10308 increment them in their respective functions. Remove "cout"
10309 statements.
10310 * gdb.python/py-xmethods.exp: Make tests check the global function
10311 call counters instead of depending on inferior IO.
10312
10313 2014-06-18 Don Breazeal <donb@codesourcery.com>
10314
10315 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10316 Deleted procedure.
10317 (explicit_fork_parent_follow): Deleted procedure.
10318 (explicit_fork_child_follow): Deleted procedure.
10319 (test_follow_fork): New procedure.
10320 (do_fork_tests): Replace calls to deleted procedures with
10321 calls to test_follow_fork and reset GDB for subsequent
10322 procedure calls.
10323
10324 2014-06-17 Yao Qi <yao@codesourcery.com>
10325
10326 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10327 CP1252.
10328
10329 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10330
10331 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10332 Initialize ptr and S explicitly.
10333 (skip_type_update_when_not_use_rtti_test): Likewise.
10334
10335 2014-06-16 Keith Seitz <keiths@redhat.com>
10336
10337 PR mi/15863
10338 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10339 the inferior is started.
10340
10341 2014-06-16 Pedro Alves <palves@redhat.com>
10342
10343 * gdb.base/break-main-file-remove-fail.c: New file.
10344 * gdb.base/break-main-file-remove-fail.exp: New file.
10345 * gdb.base/break-unload-file.exp: Use build_executable instead of
10346 prepare_for_testing.
10347 (test_break): New parameter "initial_load". Handle it.
10348 (top level): Add initial_load cmdline/file axis.
10349
10350 2014-06-12 Tom Tromey <tromey@redhat.com>
10351
10352 * gdb.base/completion.exp: Don't use directory name in test.
10353
10354 2014-06-09 Gary Benson <gbenson@redhat.com>
10355
10356 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10357 separate the always-available ANSI-standard signals from the
10358 signals that require checking.
10359 (main): Likewise.
10360 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10361 Likewise.
10362 (main): Likewise.
10363
10364 2014-06-07 Keith Seitz <keiths@redhat.com>
10365
10366 Revert:
10367 PR c++/16253
10368 * gdb.cp/var-tag.cc: New file.
10369 * gdb.cp/var-tag.exp: New file.
10370 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10371 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10372 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10373 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10374
10375 2014-06-06 Doug Evans <xdje42@gmail.com>
10376
10377 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10378
10379 2014-06-06 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10382 in target debug output instead of looking at RSP packets,
10383 disabling the test on any target that uses hardware stepping.
10384 Update comments.
10385
10386 2014-06-06 Pedro Alves <palves@redhat.com>
10387
10388 * gdb.base/break-unload-file.exp: Fix typo.
10389
10390 2014-06-06 Yao Qi <yao@codesourcery.com>
10391
10392 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10393 from "jit_function" to "^jit_function".
10394
10395 2014-06-06 Yao Qi <yao@codesourcery.com>
10396
10397 * gdb.base/async.c (foo): Add one statement.
10398 * gdb.base/async.exp: Get the next instruction address and
10399 match the output of "nexti" by instruction address. Match
10400 the hex address in the output of "finish".
10401
10402 2014-06-06 Gary Benson <gbenson@redhat.com>
10403
10404 * gdb.base/call-signals.c: Remove preprocessor conditionals
10405 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10406 SIGSEGV and SIGTERM.
10407 * gdb.base/sigall.c: Likewise.
10408 * gdb.base/unwindonsignal.c: Likewise.
10409 * gdb.reverse/sigall-reverse.c: Likewise.
10410
10411 2014-06-06 Yao Qi <yao@codesourcery.com>
10412
10413 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10414 readable, skip the test.
10415
10416 2014-06-06 Yao Qi <yao@codesourcery.com>
10417
10418 * gdb.threads/staticthreads.c (thread_function): Move the line
10419 setting breakpoint on forward.
10420 * gdb.threads/staticthreads.exp: Update comments.
10421
10422 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10423
10424 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10425 "history-append! type error".
10426
10427 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10428
10429 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10430 erroneous dprintf expected input.
10431
10432 2014-06-04 Doug Evans <xdje42@gmail.com>
10433
10434 * gdb.guile/scm-generics.exp: Delete.
10435
10436 2014-06-04 Doug Evans <xdje42@gmail.com>
10437
10438 * gdb.guile/scm-breakpoint.exp: Update.
10439 Add tests for breakpoint registration.
10440
10441 2014-06-04 Tom Tromey <tromey@redhat.com>
10442
10443 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10444 VLA-in-union.
10445 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10446 inner_vla_struct, vla_union types. Initialize objects of those
10447 types and compute their sizes.
10448
10449 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10450 Hui Zhu <hui@codesourcery.com>
10451
10452 * gdb.base/fileio.exp: Add test for shell not available as well as
10453 available.
10454 * gdb.base/fileio.c (test_system): Check for shell twice.
10455
10456 2014-06-04 Yao Qi <yao@codesourcery.com>
10457
10458 * gdb.base/auto-connect-native-target.exp: Remove redundant
10459 space from the regexp pattern.
10460
10461 2014-06-04 Yao Qi <yao@codesourcery.com>
10462
10463 * gdb.base/default.exp: Replace "child" with "native" in
10464 regexp pattern.
10465
10466 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10467
10468 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10469 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10470 * gdb.python/py-xmethods.py: Python script supporting the
10471 new testcase and tests.
10472
10473 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10474 Pedro Alves <palves@redhat.com>
10475
10476 PR breakpoints/17000
10477 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10478 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10479
10480 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10481
10482 * gdb.base/subst.exp: Add tests to verify partial path matching
10483 output.
10484
10485 2014-06-03 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10488 target that doesn't use software single-stepping.
10489
10490 2014-06-03 Pedro Alves <palves@redhat.com>
10491
10492 PR breakpoints/17000
10493 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10494 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10495
10496 2014-06-02 Doug Evans <xdje42@gmail.com>
10497
10498 * gdb.guile/scm-parameter.exp: New file.
10499
10500 2014-06-02 Doug Evans <xdje42@gmail.com>
10501
10502 * gdb.guile/scm-cmd.c: New file.
10503 * gdb.guile/scm-cmd.exp: New file.
10504
10505 2014-06-02 Doug Evans <xdje42@gmail.com>
10506
10507 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10508 pretty-printer lookup.
10509 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10510 (make-pp_s-printer): Call it.
10511 (make-pretty-printer-from-dict): New function.
10512 (lookup-pretty-printer-maker-from-dict): New function.
10513 (*pretty-printer*): Simplify.
10514 (make-objfile-pp_s-printer): New function.
10515 (install-objfile-pretty-printers!): New function.
10516 (make-progspace-pp_s-printer): New function.
10517 (install-progspace-pretty-printers!): New function.
10518 * gdb.guile/scm-progspace.c: New file.
10519 * gdb.guile/scm-progspace.exp: New file.
10520
10521 2014-06-02 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.base/dprintf-bp-same-addr.c: New file.
10524 * gdb.base/dprintf-bp-same-addr.exp: New file.
10525
10526 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10527
10528 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10529 * gdb.arch/powerpc-power.s: Likewise.
10530
10531 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10532
10533 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10534
10535 2014-06-01 Yao Qi <yao@codesourcery.com>
10536
10537 * gdb.base/watchpoint.exp (test_watch_location): Check null
10538 pointer can be dereferenced. If not, do the test, otherwise
10539 skip it.
10540
10541 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10542
10543 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10544 results.
10545 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10546
10547 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10548
10549 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10550 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10551 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10552 * gdb.arch/amd64-invalid-stack-top.c: New file.
10553 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10554
10555 2014-05-30 Pedro Alves <palves@redhat.com>
10556
10557 PR breakpoints/17000
10558 * gdb.base/sss-bp-on-user-bp.c: New file.
10559 * gdb.base/sss-bp-on-user-bp.exp: New file.
10560
10561 2014-05-30 David Blaikie <dblaikie@gmail.com>
10562
10563 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10564 gnu_inline semantics via attribute.
10565 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10566 source explicitly specifies the required semantics.
10567
10568 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10569
10570 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10571
10572 2014-05-29 Pedro Alves <palves@redhat.com>
10573 Tom Tromey <tromey@redhat.com>
10574
10575 * gdb.base/async-shell.exp: Don't enable target-async.
10576 * gdb.base/async.exp
10577 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10578 parameter. Adjust.
10579 (top level): Don't test with "target-async".
10580 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10581 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10582 * gdb.base/inferior-died.exp: Don't enable target-async.
10583 * gdb.base/interrupt-noterm.exp: Likewise.
10584 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10585 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10586 * gdb.mi/mi-nonstop.exp: Likewise.
10587 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10588 * gdb.mi/mi-nsintrall.exp: Likewise.
10589 * gdb.mi/mi-nsmoribund.exp: Likewise.
10590 * gdb.mi/mi-nsthrexec.exp: Likewise.
10591 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10592 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10593 * gdb.python/py-evsignal.exp: Don't enable target-async.
10594 * gdb.python/py-evthreads.exp: Likewise.
10595 * gdb.python/py-prompt.exp: Likewise.
10596 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10597 * gdb.server/solib-list.exp: Don't enable target-async.
10598 * gdb.threads/thread-specific-bp.exp: Likewise.
10599 * lib/mi-support.exp: Adjust to use mi-async.
10600
10601 2014-05-29 Pedro Alves <palves@redhat.com>
10602
10603 PR gdb/13860
10604 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10605 reason, even in sync mode.
10606
10607 2014-05-29 Pedro Alves <palves@redhat.com>
10608 Hui Zhu <hui@codesourcery.com>
10609
10610 PR PR15693
10611 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10612 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10613 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10614 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10615
10616 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10617
10618 * config/monitor.exp (gdb_target_monitor): Replace use of
10619 "set remotebaud" by "set serial baud".
10620
10621 2014-05-26 Andy Wingo <wingo@igalia.com>
10622
10623 * gdb.guile/scm-breakpoint.exp:
10624 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10625 properties instead of gdb-object-properties.
10626
10627 2014-05-26 Yao Qi <yao@codesourcery.com>
10628
10629 * gdb.server/no-thread-db.exp: Specify source file name
10630 explicitly when setting a breakpoint.
10631
10632 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10633
10634 * gdb.btrace/vdso.c: New.
10635 * gdb.btrace/vdso.exp: New.
10636
10637 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10638
10639 * gdb.base/gcore.exp (capture_command_output): Move ...
10640 * lib/gdb.exp (capture_command_output): ... here.
10641
10642 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10643
10644 * gdb.btrace/data.exp: Test memory access during btrace replay.
10645
10646 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10647
10648 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10649
10650 2014-05-21 Pedro Alves <palves@redhat.com>
10651
10652 PR gdb/13860
10653 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10654 (top level): Test that output related to execution commands is
10655 sent to the console with CLI commands, but not with MI commands.
10656 Test that breakpoint events are always mirrored to the console.
10657 Also expect the new source line to be output after a "next" in
10658 async mode too. Make it a pass/fail test.
10659 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10660 output.
10661 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10662
10663 2014-05-21 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10666 Use them to test variations of "list" after reaching a breakpoint.
10667 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10668 Test "list" with listsize 10 after reaching a breakpoint.
10669 * gdb.python/python.exp (decode_line current location line
10670 number): Adjust expected line number.
10671
10672 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10673
10674 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10675 behavior for $args, pass it directly to "run".
10676
10677 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10678
10679 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10680 30000 to 65536.
10681
10682 2014-05-21 Pedro Alves <palves@redhat.com>
10683
10684 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10685 auto-connect-native-target off".
10686 * gdb.base/auto-connect-native-target.c: New file.
10687 * gdb.base/auto-connect-native-target.exp: New file.
10688
10689 2014-05-21 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.base/default.exp: Test "target native" instead of "target
10692 child".
10693
10694 2014-05-21 Mark Wielaard <mjw@redhat.com>
10695
10696 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10697
10698 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 Fix TLS access for -static -pthread.
10701 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10702 <HAVE_TLS> (thread_function, main): Initialize it.
10703 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10704 Add clean_restart.
10705 <$have_tls != "">: Check TLSVAR.
10706
10707 2014-05-21 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.base/dcache-line-read-error.c: New.
10710 * gdb.base/dcache-line-read-error.exp: New.
10711
10712 2014-05-20 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.base/compare-sections.c: New file.
10715 * gdb.base/compare-sections.exp: New file.
10716
10717 2014-05-20 Pedro Alves <palves@redhat.com>
10718
10719 * gdb.base/break-idempotent.c: New file.
10720 * gdb.base/break-idempotent.exp: New file.
10721
10722 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10723
10724 * gdb.btrace/nohist.exp: New.
10725
10726 2014-05-20 Yao Qi <yao@codesourcery.com>
10727
10728 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10729 gdb.reverse directory and gdb_reverse_timeout exists in board
10730 setting.
10731 * README: Document gdb_reverse_timeout.
10732
10733 2014-05-20 Yao Qi <yao@codesourcery.com>
10734
10735 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10736 'test_file_name'. Treat args as a string instead of a list.
10737 (gdb_init): Rename argument 'args' by 'test_file_name'.
10738
10739 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 * gdb.arch/powerpc-power.exp: New file.
10742 * gdb.arch/powerpc-power.s: New file.
10743
10744 2014-05-16 Doug Evans <dje@google.com>
10745
10746 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10747 * gdb.base/completion.exp: Check that all expected files exist
10748 before doing file completion.
10749
10750 2014-05-16 Doug Evans <dje@google.com>
10751
10752 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10753 Update.
10754 (do_syscall_tests_without_xml): Update.
10755
10756 2014-05-16 Pedro Alves <palves@redhat.com>
10757
10758 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10759 instead of "unknown output after running".
10760
10761 2014-05-16 Yao Qi <yao@codesourcery.com>
10762
10763 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10764 file1.txt from host at the end.
10765 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10766
10767 2014-05-15 Doug Evans <dje@google.com>
10768
10769 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10770 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10771 loading file. Add test for TU lookup.
10772
10773 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10774
10775 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10776 calling "-exec-arguments" or "set args" before running the
10777 inferior.
10778
10779 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10780
10781 * lib/mi-support.exp (mi_expect_stop): Expect message for
10782 inferiors that exit with non-zero exit code.
10783
10784 2014-05-14 Yao Qi <yao@codesourcery.com>
10785
10786 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10787 match absolute path on remote host.
10788 (test_file_list_exec_source_files): Remove "/" from the
10789 pattern.
10790
10791 2014-05-14 Yao Qi <yao@codesourcery.com>
10792
10793 * boards/local-remote-host-notty.exp (${board}_file): New
10794 proc.
10795
10796 2014-05-07 Kyle McMartin <kyle@redhat.com>
10797
10798 Pushed by Joel Brobecker <brobecker@adacore.com>.
10799 * gdb.arch/aarch64-atomic-inst.c: New file.
10800 * gdb.arch/aarch64-atomic-inst.exp: New file.
10801
10802 2014-05-07 Yao Qi <yao@codesourcery.com>
10803
10804 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10805 in current context" too.
10806
10807 2014-05-05 Keith Seitz <keiths@redhat.com>
10808
10809 * gdb.linespec/ls-dollar.exp: Add test for linespec
10810 file:convenience_variable.
10811
10812 2014-05-05 Yao Qi <yao@codesourcery.com>
10813
10814 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10815 traceframes into tfile and ctf trace files. Read data from
10816 trace file and test collected data.
10817 (gdb_collect_locals_test): Likewise.
10818 (gdb_unavailable_registers_test): Likewise.
10819 (gdb_unavailable_floats): Likewise.
10820 (gdb_collect_globals_test): Likewise.
10821 (top-level): Append "ctf" to trace_file_targets if GDB
10822 supports.
10823
10824 2014-05-05 Yao Qi <yao@codesourcery.com>
10825
10826 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10827 code to ...
10828 (gdb_collect_args_test_1): ... it. New proc.
10829 (gdb_collect_locals_test): Move some code to ...
10830 (gdb_collect_locals_test_1): ... it. New proc.
10831 (gdb_unavailable_registers_test): Move some code to ...
10832 (gdb_unavailable_registers_test_1): ... it. New proc.
10833 (gdb_unavailable_floats): Move some code to ...
10834 (gdb_unavailable_floats_1): ... it. New proc.
10835
10836 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10837
10838 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10839 probes to test for bitness recognition.
10840 * gdb.arch/amd64-stap-optional-prefix.exp
10841 (test_probe_value_without_reg): New procedure.
10842 Add code to test for different kinds of bitness.
10843
10844 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10845
10846 PR breakpoints/16889
10847 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10848 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10849
10850 2014-05-01 Pedro Alves <palves@redhat.com>
10851
10852 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10853 gdb_file_cmd if no file is specified.
10854 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10855 last_loaded_file to set the remote exec-file.
10856
10857 2014-05-01 Pedro Alves <palves@redhat.com>
10858
10859 * boards/local-remote-host.exp: New file.
10860
10861 2014-05-01 Pedro Alves <palves@redhat.com>
10862
10863 * boards/local-remote-host.exp: Rename to ...
10864 * boards/local-remote-host-notty.exp: ... this.
10865
10866 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10867
10868 * gdb.ada/dyn_arrayidx: New testcase.
10869
10870 2014-04-26 Yao Qi <yao@codesourcery.com>
10871
10872 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10873 and compute the length of function main. Save it in
10874 $main_length.
10875 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10876 (top-level): Use gdb_compile to compile objects into
10877 executable and restart GDB. Remove invocation to
10878 prepare_for_testing.
10879
10880 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10881 Pedro Alves <palves@redhat.com>
10882
10883 PR server/16255
10884 * gdb.multi/multi-attach.c: New file.
10885 * gdb.multi/multi-attach.exp: New file.
10886
10887 2014-04-25 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10890 user.
10891 (top level): Test that "set remote conditional-breakpoints-packet
10892 off" works as intended.
10893 * gdb.base/dprintf.exp: Test that "set remote
10894 breakpoint-commands-packet off" works as intended.
10895 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10896 New function.
10897 (top level): Call it.
10898 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10899 remote fast-tracepoints-packet off" works as intended.
10900 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10901 * lib/gdb.exp (gdb_is_target_remote): ... here.
10902
10903 2014-04-24 David Blaikie <dblaikie@gmail.com>
10904
10905 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10906 ensure clang would not discard them.
10907 * gdb.base/gdbvars.c: Ditto.
10908 * gdb.base/memattr.c: Ditto.
10909 * gdb.base/whatis.c: Ditto.
10910 * gdb.python/py-prettyprint.c: Ditto.
10911 * gdb.trace/actions.c: Ditto.
10912 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10913 ensure clang would not discard it.
10914
10915 2014-04-24 David Blaikie <dblaikie@gmail.com>
10916
10917 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10918 clang to emit the full definition of type required by the test
10919 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10920
10921 2014-04-24 David Blaikie <dblaikie@gmail.com>
10922
10923 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10924 coax Clang into emitting the definition of the type.
10925 * gdb.cp/pr10728-x.h (y): Ditto.
10926 * gdb.cp/pr10728-y.cc (y): Ditto.
10927
10928 2014-04-24 David Blaikie <dblaikie@gmail.com>
10929
10930 * gdb.base/label.exp: XFAIL label related tests under Clang.
10931 * gdb.cp/cplabel.exp: Ditto.
10932 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10933 under Clang those using labels.
10934
10935 2014-04-25 Yao Qi <yao@codesourcery.com>
10936
10937 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10938 double_label.
10939 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10940 partial_label and double_label.
10941
10942 2014-04-24 David Blaikie <dblaikie@gmail.com>
10943
10944 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10945
10946 2014-04-24 David Blaikie <dblaikie@gmail.com>
10947
10948 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10949 of the function to work across GCC and Clang.
10950 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10951 pointer types (const void ** const V void **).
10952
10953 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10954 Walfred Tedeschi <walfred.tedeschi@intel.com>
10955
10956 * Makefile.in (EXECUTABLES): Added i386-avx512.
10957 * gdb.arch/i386-avx512.c: New file.
10958 * gdb.arch/i386-avx512.exp: Likewise.
10959
10960 2014-04-23 Keith Seitz <keiths@redhat.com>
10961
10962 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10963 (mi_make_breakpoint_table): New procedure.
10964 (mi_create_breakpoint): Use mi_make_breakpoint
10965 and return the result.
10966 (mi_make_breakpoint): New procedure.
10967 (mi_build_kv_pairs): New procedure.
10968
10969 * gdb.mi/mi-break.exp: Remove unused globals,
10970 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10971 All callers updated.
10972 * gdb.mi/mi-dprintf.exp: Use variable to track command
10973 number.
10974 Update all callers of mi_create_breakpoint and use
10975 mi_make_breakpoint_table.
10976 Remove any unused global variables.
10977 * gdb.mi/mi-nonstop.exp: Likewise.
10978 * gdb.mi/mi-nsintrall.exp: Likewise.
10979 * gdb.mi/mi-nsmoribund.exp: Likewise.
10980 * gdb.mi/mi-nsthrexec.exp: Likewise.
10981 * gdb.mi/mi-reverse.exp: Likewise.
10982 * gdb.mi/mi-simplerun.exp: Likewise.
10983 * gdb.mi/mi-stepn.exp: Likewise.
10984 * gdb.mi/mi-syn-frame.exp: Likewise.
10985 * gdb.mi/mi-until.exp: Likewise.
10986 * gdb.mi/mi-var-cp.exp: Likewise.
10987 * gdb.mi/mi-var-display.exp: Likewise.
10988 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10989 * gdb.mi/mi2-var-child.exp: Likewise.
10990 * gdb.mi/mi-vla-c99.exp: Likewise.
10991 * lib/mi-support.exp: Likewise.
10992
10993 From Ian Lance Taylor <iant@cygnus.com>:
10994 * lib/gdb.exp (parse_args): New procedure.
10995
10996 2014-04-23 Pedro Alves <palves@redhat.com>
10997
10998 * gdb.base/break-unload-file.c: New file.
10999 * gdb.base/break-unload-file.exp: New file.
11000 * gdb.base/sym-file-lib.c (baz): New function.
11001 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11002 field.
11003 (load): Store the segment's mapped size.
11004 (unload): New function.
11005 (unload_shlib): New function.
11006 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11007 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11008 set a breakpoint at baz, and call it.
11009 * gdb.base/sym-file.exp: New tests for stale breakpoint
11010 instructions.
11011
11012 2014-04-23 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11015 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11016 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11017 * gdb.base/hbreak-unmapped.c: New file.
11018 * gdb.base/hbreak-unmapped.exp: New file.
11019 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11020 * lib/gdb.exp (gdb_is_target_remote): ... here.
11021
11022 2014-04-22 Pedro Alves <palves@redhat.com>
11023
11024 * gdb.base/consecutive-step-over.c: New file.
11025 * gdb.base/consecutive-step-over.exp: New file.
11026
11027 2014-04-22 Pedro Alves <palves@redhat.com>
11028
11029 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11030 instead of send_gdb/gdb_expect.
11031
11032 2014-04-22 Yao Qi <yao@codesourcery.com>
11033
11034 * lib/trace-support.exp (generate_tracefile): New procedure.
11035 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11036 return 0.
11037 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11038 if generate_tracefile returns 1.
11039
11040 2014-04-18 Tom Tromey <palves@redhat.com>
11041 Pedro alves <tromey@redhat.com>
11042
11043 PR backtrace/15558
11044 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11045 with a backtrace limit.
11046 * gdb.python/py-frame-inline.exp: Test running to an inline
11047 function with a backtrace limit, and printing the newest frame.
11048 * gdb.python/py-frame-inline.c (main): Call f.
11049
11050 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11051
11052 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11053
11054 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11055
11056 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11057 Drop prefix from unsupported source file path.
11058
11059 2014-04-17 Yao Qi <yao@codesourcery.com>
11060
11061 * lib/gdb.exp (with_target_charset): New proc.
11062 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11063 with_target_charset.
11064 (test_print_strings): Likewise.
11065 (test_repeat_bytes): Likewise.
11066 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11067 for some tests.
11068
11069 2014-04-16 Keith Seitz <keiths@redhat.com>
11070
11071 PR gdb/15827
11072 * gdb.dwarf2/corrupt.c: New file.
11073 * gdb.dwarf2/corrupt.exp: New file.
11074
11075 2014-04-16 Keith Seitz <keiths@redhat.com>
11076
11077 PR c++/16597
11078 * gdb.cp/namelessclass.cc: New file.
11079 * gdb.cp/namelessclass.exp: New file.
11080 * gdb.cp/namelessclass.S: New file.
11081
11082 2014-04-16 Doug Evans <dje@google.com>
11083
11084 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11085 Add comment.
11086 (gdbserver_default_get_comm_port): New function.
11087 (gdbserver_start): Check if board file provided
11088 "gdbserver,get_comm_port" and use it if so.
11089 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11090 (gdb,socketport): Set to "stdio".
11091 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11092 (stdio_gdbserver_template): Delete.
11093 (${board}_get_remote_address): Update.
11094 (${board}_build_remote_cmd): Delete.
11095 (${board}_get_comm_port): New function.
11096 (${board}_spawn): Update.
11097 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11098 Delete.
11099 (${board}_get_remote_address): Update.
11100 (${board}_get_comm_port): New function.
11101
11102 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11103
11104 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11105 appearing in any order.
11106
11107 2014-04-15 Doug Evans <dje@google.com>
11108
11109 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11110 uninitialized value of "description".
11111
11112 2014-04-15 Keith Seitz <keiths@redhat.com>
11113
11114 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11115 Remove unused globals.
11116 (test_running_the_program): Likewise.
11117 (test_controlled_execution): Likewise.
11118 (test_controlling_breakpoints): Likewise.
11119 (test_program_termination): Likewise.
11120
11121 2014-04-15 Keith Seitz <keiths@redhat.com>
11122
11123 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11124 unused globals.
11125 (test_rbreak_creation_and_listing): Likewise.
11126 (test_ignore_count): Likewise.
11127 (test_error): Likewise.
11128
11129 2014-04-15 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11132 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11133 sym-file-loader.c.
11134 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11135 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11136 to sym-file-loader.c.
11137 (struct library): Forward declare.
11138 (load_shlib, lookup_function): Change prototypes.
11139 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11140 (translate_offset): Remove declarations.
11141 (get_text_addr): New declaration.
11142 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11143 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11144 sym-file-loader.h.
11145 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11146 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11147 here from sym-file-loader.h.
11148 (struct library): New structure.
11149 (load_shlib, lookup_function): Change prototypes and adjust to
11150 work with a struct library.
11151 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11152 (translate_offset): Make static.
11153 (get_text_addr): New function.
11154 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11155
11156 2014-04-15 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11159
11160 2014-04-15 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/sym-file-loader.c: Include <limits.h>.
11163 (SELF_LINK): New define.
11164 (get_origin): New function.
11165 (load_shlib): Use it.
11166 * gdb.base/sym-file.exp: Don't early return if the target is
11167 remote. Use runto_main, and issue fail is that fails. Use
11168 gdb_load_shlibs.
11169 (shlib_name): Delete.
11170 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11171
11172 2014-04-15 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/sym-file.exp: Remove regex characters from test
11175 message. Don't refer to breakpoint numbers in test messages.
11176
11177 2014-04-14 Keith Seitz <keiths@redhat.com>
11178
11179 PR c++/16253
11180 * gdb.cp/var-tag.cc: New file.
11181 * gdb.cp/var-tag.exp: New file.
11182 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11183 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11184 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11185 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11186
11187 2014-04-14 Tom Tromey <tromey@redhat.com>
11188
11189 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11190 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11191 type.
11192 * gdb.cp/enum-class.exp: New file.
11193 * gdb.cp/enum-class.cc: New file.
11194
11195 2014-04-14 Tom Tromey <tromey@redhat.com>
11196
11197 * gdb.dwarf2/enum-type.exp: New file.
11198
11199 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11200
11201 * gdb.mi/mi-vla-c99.exp: New file.
11202 * gdb.mi/vla.c: New file.
11203
11204 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11205
11206 * gdb.base/vla-datatypes.c: New file.
11207 * gdb.base/vla-datatypes.exp: New file.
11208
11209 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11210
11211 * gdb.base/vla-ptr.c: New file.
11212 * gdb.base/vla-ptr.exp: New file.
11213
11214 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11215
11216 * gdb.dwarf2/count.exp: New file.
11217
11218 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11219
11220 * gdb.base/vla-sideeffect.c: New file.
11221 * gdb.base/vla-sideeffect.exp: New file.
11222
11223 2014-04-14 David Blaikie <dblaikie@gmail.com>
11224
11225 * gdb.mi/non-stop.c: Add return value for non-void function return
11226 statement.
11227 * gdb.threads/staticthreads.c: Ditto.
11228
11229 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11230 Doug Evans <xdje42@gmail.com>
11231
11232 * gdb.guile/scm-value.c: Improve test case.
11233 * gdb.guile/scm-value.exp: Add new test.
11234
11235 2014-04-11 David Blaikie <dblaikie@gmail.com>
11236
11237 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11238 override Clang's default.
11239
11240 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11241
11242 Revert the following changes (regressions):
11243
11244 * gdb.base/vla-sideeffect.c: New file.
11245 * gdb.base/vla-sideeffect.exp: New file.
11246
11247 * gdb.dwarf2/count.exp: New file.
11248
11249 * gdb.base/vla-multi.c: New file.
11250 * gdb.base/vla-multi.exp: New file.
11251
11252 * gdb.base/vla-ptr.c: New file.
11253 * gdb.base/vla-ptr.exp: New file.
11254
11255 * gdb.base/vla-datatypes.c: New file.
11256 * gdb.base/vla-datatypes.exp: New file.
11257
11258 * gdb.mi/mi-vla-c99.exp: New file.
11259 * gdb.mi/vla.c: New file.
11260
11261 2014-04-11 Keith Seitz <keiths@redhat.com>
11262
11263 PR c++/16675
11264 * gdb.cp/cpsizeof.exp: New file.
11265 * gdb.cp/cpsizeof.cc: New file.
11266
11267 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11268
11269 * gdb.mi/mi-vla-c99.exp: New file.
11270 * gdb.mi/vla.c: New file.
11271
11272 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11273
11274 * gdb.base/vla-datatypes.c: New file.
11275 * gdb.base/vla-datatypes.exp: New file.
11276
11277 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11278
11279 * gdb.base/vla-ptr.c: New file.
11280 * gdb.base/vla-ptr.exp: New file.
11281
11282 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11283
11284 * gdb.base/vla-multi.c: New file.
11285 * gdb.base/vla-multi.exp: New file.
11286
11287 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11288
11289 * gdb.dwarf2/count.exp: New file.
11290
11291 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11292
11293 * gdb.base/vla-sideeffect.c: New file.
11294 * gdb.base/vla-sideeffect.exp: New file.
11295
11296 2014-04-11 Yao Qi <yao@codesourcery.com>
11297
11298 * gdb.base/completion.exp: Check file exists before running tests
11299 on file completion.
11300
11301 2014-04-10 Pedro Alves <palves@redhat.com>
11302
11303 * gdb.base/cond-eval-mode.c: New file.
11304 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11305 prepare_for_testing to build the new file. Check result of
11306 runto_main.
11307 (test_break, test_watch): New procedures.
11308 (top level): Use them.
11309
11310 2014-04-08 Pierre Muller <muller@sourceware.org>
11311
11312 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11313 Ctrl-V use for mingw hosts.
11314
11315 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11316
11317 * gdb.python/py-value.c: Improve test case.
11318 * gdb.python/py-value.exp: Add new test.
11319
11320 2014-04-07 David Blaikie <dblaikie@gmail.com>
11321
11322 * lib/compiler.c: Identify the clang compiler.
11323 * lib/compiler.cc: Ditto.
11324
11325 2014-04-03 Yao Qi <yao@codesourcery.com>
11326
11327 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11328
11329 2014-04-01 Anton Blanchard <anton@samba.org>
11330
11331 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11332 messages unique.
11333
11334 2014-04-01 Anton Blanchard <anton@samba.org>
11335
11336 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11337 prepare_for_testing.
11338
11339 2014-04-01 Anton Blanchard <anton@samba.org>
11340
11341 * gdb.arch/ppc64-atomic-inst.c: Remove.
11342 * gdb.arch/ppc64-atomic-inst.S: New file.
11343 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11344
11345 2014-03-31 Doug Evans <dje@google.com>
11346
11347 * gdb.base/print-symbol-loading-lib.c: New file.
11348 * gdb.base/print-symbol-loading-main.c: New file.
11349 * gdb.base/print-symbol-loading.exp: New file.
11350
11351 2014-03-31 Yao Qi <yao@codesourcery.com>
11352
11353 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11354
11355 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11356
11357 * gdb.ada/mi_dyn_arr: New testcase.
11358
11359 2014-03-27 Doug Evans <dje@google.com>
11360
11361 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11362
11363 2014-03-27 Yao Qi <yao@codesourcery.com>
11364
11365 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11366 if target is nios2-*-*.
11367
11368 2014-03-26 Yao Qi <yao@codesourcery.com>
11369
11370 * lib/gdb.exp (readline_is_used): New proc.
11371 * gdb.base/completion.exp: Move tests on command complete up.
11372 Skip the rest of tests if readline is not used.
11373 * gdb.ada/complete.exp: Skp the test if readline is not
11374 used.
11375 * gdb.base/filesym.exp: Likewise.
11376 * gdb.base/macscp.exp: Likewise.
11377 * gdb.base/readline-ask.exp: Likewise.
11378 * gdb.base/readline.exp: Likewise.
11379 * gdb.python/py-cmd.exp: Likewise.
11380 * gdb.trace/tfile.exp: Likewise.
11381
11382 2014-03-26 Yao Qi <yao@codesourcery.com>
11383
11384 * gdb.base/macscp.exp: Fix code format issues.
11385
11386 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11387
11388 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11389 * gdb.asm/powerpc64le.inc: New file.
11390
11391 2014-03-25 Pedro Alves <palves@redhat.com>
11392 Doug Evans <dje@google.com>
11393
11394 * gdb.base/source-execution.c: New file.
11395 * gdb.base/source-execution.exp: New file.
11396 * gdb.base/source-execution.gdb: New file.
11397
11398 2014-03-24 Doug Evans <dje@google.com>
11399
11400 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11401 using fission.
11402
11403 2014-03-24 Hui Zhu <hui@codesourcery.com>
11404 Pedro Alves <palves@redhat.com>
11405
11406 PR breakpoints/16101
11407 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11408 test pass/fail messages. Detect missing support for dprintf when
11409 breakpoints are actually inserted.
11410 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11411 breakpoints are actually inserted.
11412 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11413 fails.
11414
11415 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11416
11417 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11418
11419 2014-03-22 Doug Evans <xdje42@gmail.com>
11420
11421 * gdb.python/python.exp (python not supported): Verify multi-line
11422 python command issues an error.
11423 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11424 guile command issues an error.
11425
11426 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11427
11428 * gdb.threads/thread-specific.exp: Handle the lack of usable
11429 $this_breakpoint and $this_thread.
11430
11431 2014-03-21 Hui Zhu <hui@codesourcery.com>
11432
11433 * gdb.base/attach.exp (do_command_attach_tests): New.
11434
11435 2014-03-20 Tom Tromey <tromey@redhat.com>
11436 Pedro Alves <palves@redhat.com>
11437
11438 PR cli/15718
11439 * gdb.base/condbreak-call-false.c: New file.
11440 * gdb.base/condbreak-call-false.exp: New file.
11441
11442 2014-03-20 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11445 Delete.
11446 (block_signals, unblock_signals): Delete.
11447 (child_function_2, main): Remove references to deleted variable
11448 and functions.
11449
11450 2014-03-20 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11453 Use pthread_kill to signal thread 2.
11454 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11455 Adjust to make the test send itself a signal rather than using the
11456 host's "kill" command.
11457
11458 2014-03-20 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.threads/multiple-step-overs.c: New file.
11461 * gdb.threads/multiple-step-overs.exp: New file.
11462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11463 Adjust expected infrun debug output.
11464
11465 2014-03-20 Pedro Alves <palves@redhat.com>
11466
11467 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11468 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11469
11470 2014-03-20 Pedro Alves <palves@redhat.com>
11471
11472 PR breakpoints/7143
11473 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11474 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11475 of gdb_test_multiple.
11476 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11477 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11478
11479 2014-03-20 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11482 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11483
11484 2014-03-19 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.base/async.exp: Remove early return.
11487
11488 2014-03-19 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11491
11492 2014-03-19 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.base/async.exp (test_background): Expect \r\n after
11495 "completed." in the fail pattern.
11496
11497 2014-03-19 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.base/async.exp (test_background): New procedure.
11500 Use it for all background execution command tests.
11501
11502 2014-03-19 Pedro Alves <palves@redhat.com>
11503
11504 * gdb.base/async.exp: Use prepare_for_testing.
11505
11506 2014-03-19 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11509 the same line.
11510
11511 2014-03-19 Pedro Alves <palves@redhat.com>
11512
11513 * gdb.base/async.c (main): Add "jump here" and "until here" line
11514 marker comments.
11515 * gdb.base/async.exp (jump_here): New global.
11516 (jump& test): Use it.
11517 (until_here): New global.
11518 (until& test): Use it.
11519
11520 2014-03-19 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/async.exp: Don't frob gdb_protocol.
11523
11524 2014-03-18 Doug Evans <xdje42@gmail.com>
11525
11526 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11527 Fix spelling of exec-done-display.
11528
11529 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 PR gdb/15358
11532 * gdb.base/gdb-sigterm.c: New file.
11533 * gdb.base/gdb-sigterm.exp: New file.
11534
11535 2014-03-18 Pedro Alves <palves@redhat.com>
11536
11537 PR gdb/13860
11538 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11539 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11540 solib-event.
11541
11542 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11543
11544 * gdb.ada/pckd_arr_ren: New testcase.
11545
11546 2014-03-13 Doug Evans <xdje42@gmail.com>
11547
11548 PR guile/16612
11549 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11550 collect after discarding symbols.
11551
11552 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11553 Doug Evans <xdje42@gmail.com>
11554
11555 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11556 to history survives a gc.
11557
11558 2014-03-13 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/default.exp: Don't test "target procfs".
11561
11562 2014-03-13 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.base/default.exp: Update "target child" and "target procfs"
11565 tests to not expect "Unix".
11566
11567 2014-03-12 Tom Tromey <tromey@redhat.com>
11568
11569 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11570 New procs. Add target-async tests.
11571 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11572 Add target-async tests.
11573
11574 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11575
11576 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11577 'func_start' and 'func_end' for the beginning and end of the
11578 function code, respectively.
11579 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11580 'func_end' instead of 'func' and 'main'.
11581
11582 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11583
11584 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11585 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11586 generate the debug info assembler source.
11587
11588 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11589
11590 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11591 * gdb.dwarf2/arr-subrange.exp: Likewise.
11592 * gdb.dwarf2/dwz.exp: Likewise.
11593 * gdb.dwarf2/method-ptr.exp: Likewise.
11594 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11595 * gdb.dwarf2/subrange.exp: Likewise.
11596 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11597 * gdb.dwarf2/implptrpiece.exp: Likewise.
11598 * gdb.dwarf2/nostaticblock.exp: Likewise.
11599
11600 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11601
11602 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11603 directory to absolute path name arguments.
11604
11605 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11606
11607 * gdb.ada/tagged_access: New testcase.
11608
11609 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11610
11611 * gdb.btrace/data.exp: Update expected output.
11612
11613 2014-03-06 Yao Qi <yao@codesourcery.com>
11614
11615 * gdb.trace/pr16508.exp: New file.
11616
11617 2014-03-05 Pedro Alves <palves@redhat.com>
11618
11619 PR gdb/16575
11620 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11621 procedure.
11622 (top level): Adjust to use it. Add tests that exercise breakpoint
11623 interaction with the code-cache.
11624
11625 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11626
11627 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11628 test for 'history-append!'.
11629
11630 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11631
11632 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11633 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11634 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11635 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11636 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11637 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11638
11639 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11640
11641 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11642 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11643 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11644
11645 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11646
11647 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11648
11649 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11650
11651 * gdb.dwarf2/arr-stride.c: New file.
11652 * gdb.dwarf2/arr-stride.exp: New file.
11653
11654 2014-02-26 Pedro Alves <palves@redhat.com>
11655
11656 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11657 that won't ever trigger. Make sure that GDB reports the correct
11658 breakpoint that caused the stop.
11659
11660 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 PR gdb/16626
11663 * gdb.base/auto-load-script: New file.
11664 * gdb.base/auto-load.c: New file.
11665 * gdb.base/auto-load.exp: New file.
11666
11667 PR gdb/16626
11668 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11669
11670 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11671
11672 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11673 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11674
11675 2014-02-24 Doug Evans <dje@google.com>
11676
11677 * lib/gdb.exp (run_on_host): Log error output if program fails.
11678
11679 2014-02-21 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.threads/step-after-sr-lock.c: Rename to ...
11682 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11683 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11684 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11685 ... this.
11686
11687 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11688
11689 PR tdep/16397
11690 * gdb.arch/amd64-stap-special-operands.exp: New file.
11691 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11692 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11693 * gdb.arch/amd64-stap-triplet.S: Likewise.
11694 * gdb.arch/amd64-stap-triplet.c: Likewise.
11695
11696 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11697
11698 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11699 in .section pseudo-op.
11700
11701 2014-02-20 lin zuojian <manjian2006@gmail.com>
11702 Joel Brobecker <brobecker@adacore.com>
11703 Doug Evans <xdje42@gmail.com>
11704
11705 PR symtab/16581
11706 * gdb.dwarf2/dw2-icycle.S: New file.
11707 * gdb.dwarf2/dw2-icycle.c: New file.
11708 * gdb.dwarf2/dw2-icycle.exp: New file.
11709
11710 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11711
11712 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11713 operations on gdb.Value objects.
11714 * gdb.python/py-value-cc.exp: Add new test to test operations on
11715 gdb.Value objects.
11716
11717 2014-02-18 Doug Evans <dje@google.com>
11718
11719 * Makefile.in (TESTS): New variable.
11720 (expanded_tests, expanded_tests_or_none): New variables
11721 (check-single): Pass $(expanded_tests_or_none) to runtest.
11722 (check-parallel): Only run tests in $(TESTS) if non-empty.
11723 (check/no-matching-tests-found): New rule.
11724 * README: Document TESTS makefile variable.
11725
11726 2014-02-18 Doug Evans <dje@google.com>
11727
11728 * Makefile.in (check-parallel): rm -rf outputs temp.
11729
11730 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 Fix "ERROR: no fileid for" in the testsuite.
11733 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11734
11735 2014-02-12 Doug Evans <dje@google.com>
11736
11737 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11738 (MISCELLANEOUS): New variable.
11739 (clean): rm -rf $(MISCELLANEOUS).
11740 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11741 dwp live in the same directory as symlinks, with each symlink pointed
11742 to a differently named file in a different directory.
11743
11744 2014-02-11 Doug Evans <dje@google.com>
11745
11746 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11747 of Tcl file commands.
11748
11749 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11750
11751 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11752 "kill -SIGUSR1 -1".
11753
11754 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11755
11756 * gdb.ada/tick_length_array_enum_idx: New testcase.
11757
11758 2014-02-10 Doug Evans <xdje42@gmail.com>
11759
11760 * configure.ac (AC_OUTPUT): Add gdb.guile.
11761 * configure: Regenerate.
11762 * lib/gdb-guile.exp: New file.
11763 * lib/gdb.exp (get_target_charset): New function.
11764 * gdb.base/help.exp: Update expected output from "apropos apropos".
11765 * gdb.guile/Makefile.in: New file.
11766 * gdb.guile/guile.exp: New file.
11767 * gdb.guile/scm-arch.c: New file.
11768 * gdb.guile/scm-arch.exp: New file.
11769 * gdb.guile/scm-block.c: New file.
11770 * gdb.guile/scm-block.exp: New file.
11771 * gdb.guile/scm-breakpoint.c: New file.
11772 * gdb.guile/scm-breakpoint.exp: New file.
11773 * gdb.guile/scm-disasm.c: New file.
11774 * gdb.guile/scm-disasm.exp: New file.
11775 * gdb.guile/scm-equal.c: New file.
11776 * gdb.guile/scm-equal.exp: New file.
11777 * gdb.guile/scm-error.exp: New file.
11778 * gdb.guile/scm-error.scm: New file.
11779 * gdb.guile/scm-frame-args.c: New file.
11780 * gdb.guile/scm-frame-args.exp: New file.
11781 * gdb.guile/scm-frame-args.scm: New file.
11782 * gdb.guile/scm-frame-inline.c: New file.
11783 * gdb.guile/scm-frame-inline.exp: New file.
11784 * gdb.guile/scm-frame.c: New file.
11785 * gdb.guile/scm-frame.exp: New file.
11786 * gdb.guile/scm-generics.exp: New file.
11787 * gdb.guile/scm-gsmob.exp: New file.
11788 * gdb.guile/scm-iterator.c: New file.
11789 * gdb.guile/scm-iterator.exp: New file.
11790 * gdb.guile/scm-math.c: New file.
11791 * gdb.guile/scm-math.exp: New file.
11792 * gdb.guile/scm-objfile-script-gdb.in: New file.
11793 * gdb.guile/scm-objfile-script.c: New file.
11794 * gdb.guile/scm-objfile-script.exp: New file.
11795 * gdb.guile/scm-objfile.c: New file.
11796 * gdb.guile/scm-objfile.exp: New file.
11797 * gdb.guile/scm-ports.exp: New file.
11798 * gdb.guile/scm-pretty-print.c: New file.
11799 * gdb.guile/scm-pretty-print.exp: New file.
11800 * gdb.guile/scm-pretty-print.scm: New file.
11801 * gdb.guile/scm-section-script.c: New file.
11802 * gdb.guile/scm-section-script.exp: New file.
11803 * gdb.guile/scm-section-script.scm: New file.
11804 * gdb.guile/scm-symbol.c: New file.
11805 * gdb.guile/scm-symbol.exp: New file.
11806 * gdb.guile/scm-symtab-2.c: New file.
11807 * gdb.guile/scm-symtab.c: New file.
11808 * gdb.guile/scm-symtab.exp: New file.
11809 * gdb.guile/scm-type.c: New file.
11810 * gdb.guile/scm-type.exp: New file.
11811 * gdb.guile/scm-value-cc.cc: New file.
11812 * gdb.guile/scm-value-cc.exp: New file.
11813 * gdb.guile/scm-value.c: New file.
11814 * gdb.guile/scm-value.exp: New file.
11815 * gdb.guile/source2.scm: New file.
11816 * gdb.guile/types-module.cc: New file.
11817 * gdb.guile/types-module.exp: New file.
11818
11819 2014-02-10 Yao Qi <yao@codesourcery.com>
11820
11821 PR testsuite/16543
11822 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11823 * configure: Regenerated.
11824 * Makefile.in: New file.
11825
11826 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11827
11828 * gdb.python/py-framefilter.exp: Fix typo.
11829
11830 2014-02-08 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11833 that no =breakpoint-modified is emitted when breakpoints are
11834 modified through MI commands.
11835
11836 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11837 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.threads/step-after-sr-lock.c: New file.
11840 * gdb.threads/step-after-sr-lock.exp: New file.
11841
11842 2014-02-07 Pedro Alves <palves@redhat.com>
11843
11844 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11845
11846 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11847
11848 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11849 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11850
11851 2014-02-06 Doug Evans <xdje42@gmail.com>
11852
11853 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11854 output.
11855
11856 * gdb.gdb/python-interrupts.exp: New file.
11857
11858 2014-02-05 Yao Qi <yao@codesourcery.com>
11859
11860 * gdb.trace/report.exp (use_collected_data): Test the output
11861 of "info threads" and "info inferiors".
11862
11863 2014-02-05 Yao Qi <yao@codesourcery.com>
11864
11865 Revert this patch:
11866
11867 2013-05-24 Yao Qi <yao@codesourcery.com>
11868
11869 * gdb.trace/tfile.exp: Test inferior and thread.
11870
11871 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11872
11873 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11874 on a function.
11875 * gdb.base/step-bt.c: Call hello via function pointer to make
11876 sure its first instruction is executed on powerpc64le-linux.
11877
11878 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11879
11880 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11881
11882 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11883
11884 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11885 of the test patterns for use on little-endian systems.
11886
11887 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11888
11889 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11890 (decimal_vector): Fix for little-endian.
11891
11892 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11893
11894 * gdb.arch/sparc-sysstep.exp: New file.
11895 * gdb.arch/sparc-sysstep.c: Likewise.
11896
11897 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11898
11899 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11900
11901 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11902
11903 2014-01-23 Tom Tromey <tromey@redhat.com>
11904
11905 * gdb.ada/array_char_idx: New testcase.
11906
11907 2014-01-23 Tom Tromey <tromey@redhat.com>
11908
11909 PR python/16487:
11910 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11911 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11912 classes.
11913
11914 2014-01-23 Tom Tromey <tromey@redhat.com>
11915
11916 PR python/16491:
11917 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11918 string from an inferior frame.
11919 * gdb.python/py-framefilter-mi.exp: Update.
11920
11921 2014-01-22 Doug Evans <dje@google.com>
11922
11923 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11924
11925 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11926
11927 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11928
11929 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11930
11931 * gdb.trace/entry-values.exp: Remove excess space character from
11932 regex patterns. Handle s390 call instruction.
11933
11934 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11935
11936 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11937 define "*_start" label. Make "name" static.
11938 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11939 ${name} by references to ${name}_start.
11940
11941 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11942
11943 * gdb.base/info-macros.exp: Remove "debug" from the compile
11944 options.
11945
11946 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11947
11948 * gdb.dlang/demangle.exp: New file.
11949
11950 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11951
11952 * gdb.dlang/primitive-types.exp: New file.
11953
11954 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11955
11956 * configure.ac: Create gdb.dlang/Makefile.
11957 * configure: Regenerate.
11958 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11959 * gdb.dlang/Makefile.in: New file.
11960 * lib/d-support.exp: New file.
11961 * lib/gdb.exp (skip_d_tests): New proc.
11962
11963 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11964
11965 * gdb.btrace/delta.exp: Check reverse stepi.
11966 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11967 * gdb.btrace/finish.exp: New.
11968 * gdb.btrace/next.exp: New.
11969 * gdb.btrace/nexti.exp: New.
11970 * gdb.btrace/record_goto.c: Add comments.
11971 * gdb.btrace/step.exp: New.
11972 * gdb.btrace/stepi.exp: New.
11973 * gdb.btrace/multi-thread-step.c: New.
11974 * gdb.btrace/multi-thread-step.exp: New.
11975 * gdb.btrace/rn-dl-bind.c: New.
11976 * gdb.btrace/rn-dl-bind.exp: New.
11977 * gdb.btrace/data.c: New.
11978 * gdb.btrace/data.exp: New.
11979 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11980
11981 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11982
11983 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11984 * gdb.btrace/exception.exp: Update.
11985 * gdb.btrace/instruction_history.exp: Update.
11986 * gdb.btrace/record_goto.exp: Update.
11987 * gdb.btrace/tailcall.exp: Update.
11988 * gdb.btrace/unknown_functions.exp: Update.
11989 * gdb.btrace/delta.exp: New.
11990
11991 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11992
11993 * gdb.btrace/record_goto.exp: Add backtrace test.
11994 * gdb.btrace/tailcall.exp: Add backtrace test.
11995
11996 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11997
11998 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11999 * gdb.btrace/record_goto.c: New.
12000 * gdb.btrace/record_goto.exp: New.
12001 * gdb.btrace/x86-record_goto.S: New.
12002
12003 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12004
12005 * gdb.btrace/function_call_history.exp: Update tests.
12006 * gdb.btrace/instruction_history.exp: Update tests.
12007
12008 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12009
12010 * gdb.btrace/function_call_history.exp: Fix expected field
12011 order for "record function-call-history".
12012 Add new tests for "record function-call-history /c".
12013 * gdb.btrace/exception.cc: New.
12014 * gdb.btrace/exception.exp: New.
12015 * gdb.btrace/tailcall.exp: New.
12016 * gdb.btrace/x86-tailcall.S: New.
12017 * gdb.btrace/x86-tailcall.c: New.
12018 * gdb.btrace/unknown_functions.c: New.
12019 * gdb.btrace/unknown_functions.exp: New.
12020 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12021
12022 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12023
12024 * gdb.btrace/instruction_history.exp: Update.
12025 * gdb.btrace/function_call_history.exp: Update.
12026
12027 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12028
12029 * gdb.btrace/function_call_history.exp: Fix expected function
12030 trace.
12031 * gdb.btrace/instruction_history.exp: Initialize traced.
12032 Remove traced_functions.
12033
12034 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12035
12036 * gdb.btrace/function_call_history.exp: Update
12037 * gdb.btrace/instruction_history.exp: Update.
12038
12039 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12040
12041 * gdb.btrace/enable.exp: Update expected text.
12042
12043 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12044
12045 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12046 bytes.
12047
12048 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12049
12050 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12051
12052 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12053
12054 * lib/gdb.exp (supports_process_record): Return true for
12055 arm*-linux*. (supports_reverse): Likewise.
12056
12057 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12058
12059 PR python/15464
12060 PR python/16113
12061 * gdb.python/py-type.c: Enhance test case.
12062 * gdb.python/py-value-cc.cc: Likewise
12063 * gdb.python/py-type.exp: Add new tests.
12064 * gdb.python/py-value-cc.exp: Likewise
12065
12066 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12067 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12070 Make "name" extern.
12071 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12072 references to ${name}_start by references to ${name}.
12073
12074 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12075
12076 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12077
12078 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12079
12080 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12081
12082 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12083 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.mi/mi-info-os.exp: Connect to the target with
12086 mi_gdb_target_load.
12087
12088 2014-01-08 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.threads/reconnect-signal.c: New file.
12091 * gdb.threads/reconnect-signal.exp: New file.
12092
12093 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 * gdb.base/source-dir.exp: New file.
12096
12097 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12098
12099 * gdb.ada/mi_interface: New testcase.
12100
12101 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12102
12103 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12104 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12105 gdb.ada/pp-rec-component/pck.ads: New files.
12106
12107 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12108
12109 * gdb.python/py-pp-integral.c: New file.
12110 * gdb.python/py-pp-integral.py: New file.
12111 * gdb.python/py-pp-integral.exp: New file.
12112
12113 For older changes see ChangeLog-1993-2013.
12114 \f
12115 ;; Local Variables:
12116 ;; mode: change-log
12117 ;; left-margin: 8
12118 ;; fill-column: 74
12119 ;; version-control: never
12120 ;; End:
12121
12122 Copyright 2014-2017 Free Software Foundation, Inc.
12123 Copying and distribution of this file, with or without modification,
12124 are permitted provided the copyright notice and this notice are preserved.
This page took 0.297303 seconds and 4 git commands to generate.