Test case for Inferior.thread_from_thread_handle
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4 files.
5
6 2017-09-20 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9 symbol names in gdb's output.
10 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11
12 2017-09-20 Pedro Alves <palves@redhat.com>
13
14 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
15 Rename to ...
16 (test_list_ambiguous_symbol): ... this and add a symbol name
17 parameter. Adjust.
18 (test_list_ambiguous_function): Reimplement on top of
19 test_list_ambiguous_symbol and also test listing ambiguous
20 variables.
21 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
22 (ambiguous_fun): ... this.
23 (ambiguous_var): New.
24 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
25 (ambiguous_fun): ... this.
26 (ambiguous_var): New.
27
28 2017-09-19 John Baldwin <jhb@FreeBSD.org>
29
30 * gdb.base/starti.c: New file.
31 * gdb.base/starti.exp: New file.
32 * lib/gdb.exp (gdb_starti_cmd): New procedure.
33
34 2017-09-14 Pedro Alves <palves@redhat.com>
35
36 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
37 (top level): Use it instead of runto.
38
39 2017-09-11 Tom Tromey <tom@tromey.com>
40
41 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
42
43 2017-09-11 Tom Tromey <tom@tromey.com>
44
45 * gdb.python/py-infthread.exp: Add tests for new_thread event.
46 * gdb.python/py-inferior.exp: Add tests for new inferior events.
47
48 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
49
50 * gdb.fortran/printing-types.exp: New file.
51 * gdb.fortran/printing-types.exp: New file.
52
53 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
54
55 * gdb.fortran/vla-ptype.exp: Fix typos.
56 * gdb.fortran/vla-value.exp: Same.
57
58 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
59
60 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
61 * gdb.mi/mi-var-child-f.exp: Likewise.
62 * gdb.mi/mi-vla-fortran.exp: Likewise.
63
64 2017-09-08 Frank Penczek <frank.penczek@intel.com>
65 Christoph Weinmann <christoph.t.weinmann@intel.com>
66 Bernhard Heckel <bernhard.heckel@intel.com>
67
68 * gdb.fortran/ptr-indentation.f90: New file.
69 * gdb.fortran/ptr-indentation.exp: New file.
70
71 2017-09-05 Tom Tromey <tom@tromey.com>
72
73 PR gdb/22010:
74 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
75
76 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
77
78 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
79
80 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 * gdb.threads/tls-nodebug-pie.c: New file.
83 * gdb.threads/tls-nodebug-pie.exp: New file.
84
85 2017-09-05 Tom Tromey <tom@tromey.com>
86
87 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
88 for rust.
89
90 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
91
92 * gdb.multi/multi-arch-exec.exp: Test with different
93 "follow-exec-mode" settings.
94 (do_test): New procedure.
95
96 2017-09-04 Pedro Alves <palves@redhat.com>
97
98 * gdb.base/func-static.c (S::method const, S::method volatile)
99 (S::method volatile const): New methods.
100 (c_s, v_s, cv_s): New instances.
101 (main): Call method() on them.
102 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
103 (cannot_resolve): New procedure.
104 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
105 print-quote-unquoted columns.
106 (do_test): Test printing each scope too.
107
108 2017-09-04 Pedro Alves <palves@redhat.com>
109
110 * gdb.base/local-static.exp: Also test with
111 class::method::variable wholly quoted.
112 * gdb.cp/m-static.exp (class::method::variable): Remove test.
113
114 2017-09-04 Pedro Alves <palves@redhat.com>
115
116 * gdb.base/local-static.c: New.
117 * gdb.base/local-static.cc: New.
118 * gdb.base/local-static.exp: New.
119
120 2017-09-04 Pedro Alves <palves@redhat.com>
121
122 * gdb.asm/asm-source.exp: Add casts to int.
123 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
124 (dataglobal64_1, dataglobal64_2): New globals.
125 * gdb.base/nodebug.exp: Test different expressions involving the
126 new globals, with print, whatis and ptype. Add casts to int.
127 * gdb.base/solib-display.exp: Add casts to int.
128 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
129 * gdb.cp/m-static.exp: Add cast to int.
130 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
131 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
132 tls variable with no debug info without a cast. Test with a cast
133 to int too.
134 * gdb.trace/entry-values.exp: Add casts.
135
136 2017-09-04 Pedro Alves <palves@redhat.com>
137
138 * gdb.base/nodebug.exp: Test that ptype's error about functions
139 with unknown return type includes the function name too.
140
141 2017-09-04 Pedro Alves <palves@redhat.com>
142
143 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
144 return type of munmap in infcall.
145 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
146 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
147 type of ftell in infcall.
148 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
149 type of getpid in infcall.
150 * gdb.base/infcall-exec.exp: Cast return type of execlp in
151 infcall.
152 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
153 Bail on failure to extract the pid.
154 * gdb.base/nodebug.c: #include <stdint.h>.
155 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
156 New functions.
157 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
158 Change expected output of print/whatis/ptype with functions with
159 no debug info. Test all supported languages. Call
160 test_call_promotion.
161 * gdb.compile/compile.exp: Adjust expected output to expect
162 warning.
163 * gdb.threads/siginfo-threads.exp: Likewise.
164
165 2017-09-04 Pedro Alves <palves@redhat.com>
166
167 * gdb.base/callfuncs.exp (do_function_calls): New parameter
168 "prototypes". Test calling float functions via prototyped and
169 unprototyped function pointers.
170 (perform_all_tests): New parameter "prototypes". Pass it down.
171 (top level): Pass down "prototypes" parameter to
172 perform_all_tests.
173
174 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
175
176 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
177 Test with nested loops.
178
179 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
180
181 * gdb.base/commands.exp: Call the new procedures.
182 (loop_break_test, loop_continue_test): New procedures.
183
184 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
185
186 * gdb.base/commands.exp: Call new procedure.
187 (define_if_without_arg_test): New procedure.
188
189 2017-09-04 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/list-ambiguous.exp: New file.
192 * gdb.base/list-ambiguous0.c: New file.
193 * gdb.base/list-ambiguous1.c: New file.
194 * gdb.base/list.exp (test_list_range): Adjust expected output.
195
196 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
197
198 * gdb.base/share-env-with-gdbserver.c: New file.
199 * gdb.base/share-env-with-gdbserver.exp: Likewise.
200
201 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
202
203 * gdb.base/commands.exp (gdbvar_simple_if_test,
204 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
205 progvar_simple_if_test, progvar_simple_while_test,
206 progvar_complex_if_while_test, user_defined_command_test,
207 user_defined_command_args_eval,
208 user_defined_command_args_stack_test,
209 user_defined_command_manyargs_test, bp_deleted_in_command_test,
210 temporary_breakpoint_commands,
211 gdb_test_no_prompt, redefine_hook_test,
212 redefine_backtrace_test): Remove "global gdb_prompt".
213
214 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
215
216 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
217 New proc, call it from toplevel.
218
219 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
220
221 PR remote/21852
222 * gdb.server/normal.c: New file, copied from gdb.base.
223 * gdb.server/run-without-local-binary.exp: New file.
224
225 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
226
227 * gdb.arch/sparc64-adi.exp: New file.
228 * gdb.arch/sparc64-adi.c: New file.
229
230 2017-08-22 Pedro Alves <palves@redhat.com>
231
232 * gdb.cp/overload.exp (line_range_pattern): New procedure.
233 (top level): Add "list all overloads" tests.
234
235 2017-08-22 Tom Tromey <tom@tromey.com>
236
237 * gdb.gdb/xfullpath.exp: Remove.
238
239 2017-08-21 Pedro Alves <palves@redhat.com>
240
241 PR gdb/19487
242 * gdb.base/symbol-alias.c: New.
243 * gdb.base/symbol-alias2.c: New.
244 * gdb.base/symbol-alias.exp: New.
245
246 2017-08-21 Pedro Alves <palves@redhat.com>
247
248 * gdb.base/dfp-test.c
249 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
250 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
251 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
252 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
253 * gdb.base/whatis-ptype-typedefs.c: New.
254 * gdb.base/whatis-ptype-typedefs.exp: New.
255 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
256 (an_int, an_int_type, an_int_type2): New globals.
257 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
258 involving typedefs and cast expressions.
259 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
260 (lookup_typedefs_function): New.
261 (typedefs_pretty_printers_dict): New.
262 (top level): Register lookup_typedefs_function in
263 gdb.pretty_printers.
264
265 2017-08-18 Yao Qi <yao.qi@linaro.org>
266
267 * gdb.server/unittest.exp: New.
268
269 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
270
271 PR gdb/21954
272 * gdb.base/environ.exp: Add test to check if 'unset environment'
273 works.
274
275 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
276
277 * lib/gdb.exp (universal_compile_options): New caching proc.
278 (gdb_compile): Suppress GCC's coloring of messages.
279
280 2017-08-14 Tom Tromey <tom@tromey.com>
281
282 PR gdb/21675:
283 * gdb.base/printcmds.exp (test_radices): New function.
284 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
285 * gdb.base/sizeof.exp (check_valueof): Use p/d.
286 * lib/gdb.exp (get_integer_valueof): Use p/d.
287
288 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
289
290 * lib/gdb.exp (get_valueof): Don't capture end-of-line
291 characters.
292
293 2017-08-05 Tom Tromey <tom@tromey.com>
294
295 * gdb.rust/simple.exp: Allow String to appear in a different
296 namespace.
297
298 2017-07-26 Yao Qi <yao.qi@linaro.org>
299
300 * gdb.gdb/unittest.exp: Invoke command
301 "maintenance check xml-descriptions".
302
303 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
304
305 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
306 calling context.
307 (hex128): Drop erroneous calculation of parameters.
308
309 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
310
311 * gdb.python/py-unwind.exp: Disable stack protection when
312 building test file.
313
314 2017-07-20 Pedro Alves <palves@redhat.com>
315
316 * gdb.base/default.exp (set language): Adjust expected output.
317
318 2017-07-20 Pedro Alves <palves@redhat.com>
319
320 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
321 (test_minsym): ... this, and make static.
322 (get_pck__foo__bar__minsym): Rename to ...
323 (get_test_minsym): ... this.
324 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
325 symbol names and comments.
326 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
327 (get_test_minsym): ... this.
328 (pck__foo__bar__minsym__2): Rename to ...
329 (test_minsym): ... this.
330 (main): Adjust.
331
332 2017-07-17 Pedro Alves <palves@redhat.com>
333
334 * gdb.base/completion.exp: Adjust expected output.
335 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
336 the completer works.
337
338 2017-07-17 Pedro Alves <palves@redhat.com>
339
340 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
341
342 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
345
346 2017-07-14 Tom Tromey <tom@tromey.com>
347
348 PR rust/21764:
349 * gdb.rust/simple.exp: Add tests.
350
351 2017-07-14 Tom Tromey <tom@tromey.com>
352
353 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
354
355 2017-07-14 Pedro Alves <palves@redhat.com>
356
357 * gdb.linespec/base/one/thefile.cc (z1): New function.
358 * gdb.linespec/base/two/thefile.cc (z2): New function.
359 * gdb.linespec/linespec.exp: Add tests.
360
361 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
364 to mi_create_breakpoint.
365
366 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
369 mi_create_breakpoint.
370
371 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
372
373 * gdb.dlang/demangle.exp: Update for demangling changes.
374
375 2017-07-09 Tom Tromey <tom@tromey.com>
376
377 * gdb.dwarf2/shortpiece.exp: New file.
378
379 2017-07-06 David Blaikie <dblaikie@gmail.com>
380
381 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
382 built from fissiont-multi-cu{1,2}.c.
383 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
384 except putting 'main' and 'func' in separate CUs in the same DWO file.
385 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
386 test.
387 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
388 test.
389
390 2017-07-06 Pedro Alves <palves@redhat.com>
391
392 * gdb.python/py-unwind.exp: Test flushregs.
393
394 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
395
396 PR cli/21688
397 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
398 tests for alias commands and trailing whitespace.
399
400 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
401
402 PR cli/21688
403 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
404 procedure. Call it.
405
406 2017-06-29 Pedro Alves <palves@redhat.com>
407
408 * gdb.base/printcmds.exp: Add tests.
409
410 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
411
412 PR gdb/21337
413 * gdb.base/reread-readsym.exp: New file.
414 * gdb.base/reread-readsym.c: New file.
415
416 2017-06-21 Kevin Buettner <kevinb@redhat.com>
417
418 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
419 subpattern.
420
421 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
422
423 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
424 extended mnemonic.
425 * gdb.arch/powerpc-power9.s: Likewise.
426
427 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
428
429 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
430 on 32-bit x86 targets. Exploit is_*_target macros where
431 appropriate.
432
433 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
434
435 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
436 register pieces.
437
438 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
439
440 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
441 located in one or more DWARF pieces.
442
443 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
444
445 * lib/gdb.exp (get_endianness): New proc.
446 * gdb.arch/aarch64-fp.exp: Use it.
447 * gdb.arch/altivec-regs.exp: Likewise.
448 * gdb.arch/e500-regs.exp: Likewise.
449 * gdb.arch/vsx-regs.exp: Likewise.
450 * gdb.base/dump.exp: Likewise.
451 * gdb.base/funcargs.exp: Likewise.
452 * gdb.base/gnu_vector.exp: Likewise.
453 * gdb.dwarf2/formdata16.exp: Likewise.
454 * gdb.dwarf2/implptrpiece.exp: Likewise.
455 * gdb.dwarf2/nonvar-access.exp: Likewise.
456 * gdb.python/py-inferior.exp: Likewise.
457 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
458
459 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
460
461 PR gdb/21226
462 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
463 stack value pieces are taken from the LSB end.
464
465 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
466
467 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
468 variable at nonzero offset.
469
470 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
471
472 * gdb.dwarf2/var-access.c: New file.
473 * gdb.dwarf2/var-access.exp: New test.
474 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
475
476 2017-06-12 Tom Tromey <tom@tromey.com>
477
478 * gdb.dwarf2/formdata16.exp: Add tests.
479
480 2017-06-12 Tom Tromey <tom@tromey.com>
481
482 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
483
484 2017-06-12 Tom Tromey <tom@tromey.com>
485
486 PR exp/16225:
487 * gdb.reverse/i386-sse-reverse.exp: Update tests.
488 * gdb.arch/vsx-regs.exp: Update tests.
489 * gdb.arch/s390-vregs.exp (hex128): New proc.
490 Update test.
491 * gdb.arch/altivec-regs.exp: Update tests.
492
493 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
494
495 * gdb.base/startup-with-shell.c: New file.
496 * gdb.base/startup-with-shell.exp: Likewise.
497
498 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
499
500 * gdb.server/non-existing-program.exp: Update regex in order to
501 reflect the fact that gdbserver is now using fork_inferior (with a
502 shell) to startup the inferior.
503
504 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
505
506 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
507 support function calls from GDB.
508
509 2017-05-21 Tom Tromey <tom@tromey.com>
510
511 PR rust/21466:
512 * gdb.rust/unsized.exp: New file.
513 * gdb.rust/unsized.rs: New file.
514
515 2017-05-19 Tom Tromey <tom@tromey.com>
516
517 PR rust/21484:
518 * gdb.rust/watch.exp: New file.
519 * gdb.rust/watch.rs: New file.
520
521 2017-05-18 Tom Tromey <tom@tromey.com>
522
523 * gdb.rust/simple.exp: Allow Box to be qualified.
524
525 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
526
527 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
528
529 2017-05-18 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/fileio.c (test_write, test_read, test_close)
532 (test_fstat): Don't print 'ret' in the fail path.
533
534 2017-05-18 Pedro Alves <palves@redhat.com>
535
536 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
537 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
538 (test_system, test_rename, test_unlink, test_time): Change
539 prototypes.
540 * gdb.base/fileio.exp (stop_msg): Adjust.
541
542 2017-05-18 Pedro Alves <palves@redhat.com>
543
544 * gdb.base/fileio.c (null_str): New global.
545 (test_stat): Use it.
546 * gdb.base/fileio.exp: Remove nowarnings.
547
548 2017-05-17 Yao Qi <yao.qi@linaro.org>
549
550 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
551
552 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
553
554 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
555 argument command.
556 (top-level): Invoke test_set_inferior_tty.
557
558 2017-05-04 Pedro Alves <palves@redhat.com>
559
560 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
561 Add parens to print call for Python 3.
562
563 2017-05-03 Keith Seitz <keiths@redhat.com>
564
565 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
566 (main): Call it.
567
568 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
569
570 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
571 to prev and next.
572
573 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
574
575 * gdb.python/py-record-btrace.exp: Remove test for
576 gdb.BtraceInstruction.error.
577
578 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
579
580 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
581
582 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
583
584 * gdb.python/py-record-btrace-threads.c: New file.
585 * gdb.python/py-record-btrace-threads.exp: New file.
586
587 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
588
589 PR testsuite/8595
590 * gdb.base/environ.exp: Make test available in all architectures.
591 Move bits related to "info program" testing to
592 gdb.base/info-program.exp. Rewrite tests to use the two new
593 procedures mentione below.
594 (test_set_show_env_var) New procedure.
595 (test_set_show_env_var_equal): Likewise.
596 * gdb.base/info-program.exp: New file.
597
598 2017-04-27 Keith Seitz <keiths@redhat.com>
599
600 * gdb.cp/oranking.cc (test15): New function.
601 (main): Call test15 and declare additional variables for testing.
602 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
603 "p foo101('abc')" tests.
604 Add tests for cv qualifier overloads.
605 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
606 "lvalue reference overload" test.
607 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
608 "print value of f1 on Child&& in f2" test.
609
610 2017-04-19 Pedro Alves <palves@redhat.com>
611
612 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
613 procedure.
614 (top level): Call it.
615 * lib/gdb.exp (gdb_define_cmd): New procedure.
616
617 2017-04-12 Pedro Alves <palves@redhat.com>
618
619 PR gdb/21323
620 * gdb.cp/wide_char_types.c: Include <wchar.h>.
621 (wchar): New global.
622 * gdb.cp/wide_char_types.exp (wide_char_types_program)
623 (do_test_wide_char, wide_char_types_no_program, top level): Add
624 wchar_t testing.
625
626 2017-04-12 Pedro Alves <palves@redhat.com>
627
628 PR c++/21323
629 * gdb.cp/wide_char_types.c: New file.
630 * gdb.cp/wide_char_types.exp: New file.
631
632 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
633
634 PR gdb/21352
635 * gdb.trace/tsv.exp: Add test for "tsave -r".
636
637 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
638
639 * gdb.dlang/watch-loc.c: New file.
640 * gdb.dlang/watch-loc.exp: New file.
641
642 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
643
644 * gdb.python/py-section-script.exp (sepdebug): New testcases.
645
646 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
647
648 * gdb.arch/arc-analyze-prologue.S: New file.
649 * gdb.arch/arc-analyze-prologue.exp: Likewise.
650
651 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
652
653 * gdb.arch/arc-decode-insn.S: New file.
654 * gdb.arch/arc-decode-insn.exp: Likewise.
655
656 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
657
658 PR tdep/20928
659 * gdb.arch/sparc64-regs.exp: New file.
660 * gdb.arch/sparc64-regs.S: Likewise.
661
662 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
663
664 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
665 and memory view on Python 3.
666
667 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
668 Keith Seitz <keiths@redhat.com>
669
670 PR gdb/14441
671 * gdb.cp/demangle.exp: Add rvalue reference tests.
672 * gdb.cp/rvalue-ref-casts.cc: New file.
673 * gdb.cp/rvalue-ref-casts.exp: New file.
674 * gdb.cp/rvalue-ref-overload.cc: New file.
675 * gdb.cp/rvalue-ref-overload.exp: New file.
676 * gdb.cp/rvalue-ref-params.cc: New file.
677 * gdb.cp/rvalue-ref-params.exp: New file.
678 * gdb.cp/rvalue-ref-sizeof.cc: New file.
679 * gdb.cp/rvalue-ref-sizeof.exp: New file.
680 * gdb.cp/rvalue-ref-types.cc: New file.
681 * gdb.cp/rvalue-ref-types.exp: New file.
682 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
683 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
684
685 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
686
687 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
688 New procedure.
689
690 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
691
692 * lib/mi-support.exp (mi_gdb_test): Add additional message
693 for unexpected output.
694
695 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
696
697 * gdb.base/examine-backward.c (Barrier): New character array
698 constant, to ensure that TestStrings is preceded by a string
699 terminator.
700
701 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
702
703 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
704 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
705 and implicit pointer into such a location.
706
707 2017-03-16 Doug Evans <dje@google.com>
708
709 * gdb.python/py-lazy-string (pointer): Really add new typedef.
710
711 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
712
713 * gdb.cp/m-static.exp: Fix expectation for prototype of
714 test5.single_constructor and single_constructor::single_constructor.
715
716 2017-03-16 Doug Evans <dje@google.com>
717
718 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
719 * gdb.guile/scm-lazy-string.c: New file.
720 * gdb.guile/scm-value.exp: Move lazy string tests to ...
721 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
722 for pointer, array, typedef lazy strings.
723
724 2017-03-16 Doug Evans <dje@google.com>
725
726 PR python/17728, python/18439, python/18779
727 * gdb.python/py-value.c (main) Delete locals sptr, sn.
728 * gdb.python/py-lazy-string.c (pointer): New typedef.
729 (main): New locals ptr, array, typedef_ptr.
730 * gdb.python/py-value.exp: Move lazy string tests to ...
731 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
732 array, typedef lazy strings.
733
734 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
735
736 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
737 Add optional 'test' parameter.
738
739 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
740
741 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
742 Skip for versions of DejaGnu < 1.5.
743
744 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
745
746 * lib/gdb.exp (dejagnu_version): New proc.
747 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
748 Use dejagnu_version.
749
750 2017-03-10 Keith Seitz <keiths@redhat.com>
751
752 PR c++/8128
753 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
754 type from destructor regexps.
755 Add a branch which actually passes the test.
756 Adjust "ptype t5i" test names.
757
758 2017-03-08 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/step-over-exit.exp: Add explicit test message.
761
762 2017-03-08 Pedro Alves <palves@redhat.com>
763
764 PR gdb/18360
765 * gdb.threads/interrupt-while-step-over.c: New file.
766 * gdb.threads/interrupt-while-step-over.exp: New file.
767
768 2017-03-08 Pedro Alves <palves@redhat.com>
769
770 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
771 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
772
773 2017-03-08 Pedro Alves <palves@redhat.com>
774
775 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
776 PKRU as not supported as a PASS.
777
778 2017-03-08 Pedro Alves <palves@redhat.com>
779
780 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
781 prefix instead of $binfile1/$binfile2.
782 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
783 in test message.
784 * gdb.python/py-completion.exp: Use "load python file" as test
785 messages instead of unstable path names.
786
787 2017-03-08 Pedro Alves <palves@redhat.com>
788 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 PR cli/21218
791 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
792 New proc.
793 (top level): Call it.
794
795 2017-03-08 Pedro Alves <palves@redhat.com>
796
797 PR tui/21216
798 * gdb.tui/tui-nl-filtered-output.exp: New file.
799
800 2017-03-08 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/completion.exp: Move TUI completion tests to ...
803 * gdb.tui/completion.exp: ... this new file.
804
805 2017-03-08 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/tui-disasm-long-lines.c,
808 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
809 gdb.base/tui-layout.exp: Move to ...
810 * gdb.tui/: ... this new directory.
811
812 2017-03-07 Pedro Alves <palves@redhat.com>
813
814 * gdb.base/tui-layout.c: New file.
815 * gdb.base/tui-layout.exp: New file.
816
817 2017-03-07 Pedro Alves <palves@redhat.com>
818
819 * gdb.base/tui-layout.c: Rename to ...
820 * gdb.base/tui-disasm-long-lines.c: ... this.
821 * gdb.base/tui-layout.exp: Rename to ...
822 * gdb.base/tui-disasm-long-lines.exp: ... this.
823
824 2017-03-07 Pedro Alves <palves@redhat.com>
825
826 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
827
828 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
829
830 * i386-mpx-call.c: New file.
831 * i386-mpx-call.exp: New file.
832
833 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
834
835 * gdb.arch/powerpc-power.exp: Delete test.
836 * gdb.arch/powerpc-power.s: Likewise.
837 * gdb.disasm/disassembler-options.exp: New test.
838 * gdb.arch/powerpc-altivec.exp: Likewise.
839 * gdb.arch/powerpc-altivec.s: Likewise.
840 * gdb.arch/powerpc-altivec2.exp: Likewise.
841 * gdb.arch/powerpc-altivec2.s: Likewise.
842 * gdb.arch/powerpc-altivec3.exp: Likewise.
843 * gdb.arch/powerpc-altivec3.s: Likewise.
844 * gdb.arch/powerpc-power7.exp: Likewise.
845 * gdb.arch/powerpc-power7.s: Likewise.
846 * gdb.arch/powerpc-power8.exp: Likewise.
847 * gdb.arch/powerpc-power8.s: Likewise.
848 * gdb.arch/powerpc-power9.exp: Likewise.
849 * gdb.arch/powerpc-power9.s: Likewise.
850 * gdb.arch/powerpc-vsx.exp: Likewise.
851 * gdb.arch/powerpc-vsx.s: Likewise.
852 * gdb.arch/powerpc-vsx2.exp: Likewise.
853 * gdb.arch/powerpc-vsx2.s: Likewise.
854 * gdb.arch/powerpc-vsx3.exp: Likewise.
855 * gdb.arch/powerpc-vsx3.s: Likewise.
856 * gdb.arch/arm-disassembler-options.exp: Likewise.
857 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
858 * gdb.arch/s390-disassembler-options.exp: Likewise.
859
860 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
861
862 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
863 (check_supported_features): ... this. Changed return type to void.
864 (supports_rdseed): New static global.
865 (rdseed): Check supports_rdseed.
866 (initialize): Call check_supported_features.
867
868 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
869
870 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
871 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
872 and lqarx/stqcx.
873 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
874 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
875
876 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
877
878 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
879 uppercase.
880
881 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
882
883 * gdb.dwarf2/formdata16.c: New file.
884 * gdb.dwarf2/formdata16.exp: New file.
885 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
886
887 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
890 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
891 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
892 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
893 DW_AT_GNU_*.
894
895 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
898
899 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
900
901 PR gdb/21164
902 * gdb.base/maint.exp: Add testcases for when the commands do
903 not have arguments.
904
905 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
906
907 * gdb.cp/chained-calls.exp: Use p instead of P.
908
909 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
910
911 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
912 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
913
914 2017-02-14 Tom Tromey <tom@tromey.com>
915
916 PR python/13598:
917 * gdb.python/py-events.exp: Add before_prompt event tests.
918
919 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
920
921 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
922
923 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
924
925 * gdb.linespec/explicit.c (my_unique_function_name): New function.
926 (main): Call my_unique_function_name.
927 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
928 completion of patterns with a single match.
929 Add missing -re switches to gdb_test_multiple calls.
930
931 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
932
933 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
934 return if core file is not recognized.
935
936 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
937
938 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
939 and extra UIs.
940
941 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
942
943 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
944 proc_with_prefix.
945
946 2017-02-10 Tom Tromey <tom@tromey.com>
947
948 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
949
950 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
951
952 PR gdb/21122
953 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
954
955 2017-02-08 Jerome Guitton <guitton@adacore.com>
956
957 * gdb.base/define.exp: Add test for command abbreviations
958 in define.
959
960 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
961
962 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
963 * gdb.reverse/insn-reverse-x86.c: New file.
964
965 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
966
967 PR tdep/20936
968 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
969
970 2017-02-03 Tom Tromey <tom@tromey.com>
971
972 PR rust/21097:
973 * gdb.rust/simple.exp: Add new tests.
974
975 2017-02-02 Pedro Alves <palves@redhat.com>
976
977 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
978 tests.
979
980 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
981
982 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
983 taking a 2-byte value out of a 4-byte DWARF implicit value on
984 big-endian targets.
985 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
986 logic. Add test cases for DW_OP_implicit.
987
988 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
989
990 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
991
992 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
993
994 * gdb.btrace/enable.exp: Call gdb_exit before
995 skip_gdbserver_tests.
996
997 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
998
999 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1000 GDBFLAGS.
1001
1002 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1003
1004 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1005 the test is skipped.
1006 * gdb.btrace/data.exp: Likewise.
1007 * gdb.btrace/delta.exp: Likewise.
1008 * gdb.btrace/dlopen.exp: Likewise.
1009 * gdb.btrace/enable-running.exp: Likewise.
1010 * gdb.btrace/enable.exp: Likewise.
1011 * gdb.btrace/exception.exp: Likewise.
1012 * gdb.btrace/function_call_history.exp: Likewise.
1013 * gdb.btrace/gcore.exp: Likewise.
1014 * gdb.btrace/instruction_history.exp: Likewise.
1015 * gdb.btrace/multi-thread-step.exp: Likewise.
1016 * gdb.btrace/nohist.exp: Likewise.
1017 * gdb.btrace/non-stop.exp: Likewise.
1018 * gdb.btrace/reconnect.exp: Likewise.
1019 * gdb.btrace/record_goto-step.exp: Likewise.
1020 * gdb.btrace/record_goto.exp: Likewise.
1021 * gdb.btrace/rn-dl-bind.exp: Likewise.
1022 * gdb.btrace/segv.exp: Likewise.
1023 * gdb.btrace/step.exp: Likewise.
1024 * gdb.btrace/stepi.exp: Likewise.
1025 * gdb.btrace/tailcall-only.exp: Likewise.
1026 * gdb.btrace/tailcall.exp: Likewise.
1027 * gdb.btrace/tsx.exp: Likewise.
1028 * gdb.btrace/unknown_functions.exp: Likewise.
1029 * gdb.btrace/vdso.exp: Likewise.
1030
1031 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1032
1033 * gdb.btrace/enable-running.c: New.
1034 * gdb.btrace/enable-running.exp: New.
1035
1036 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1037
1038 * gdb.arch/amd64-gs_base.c: New file.
1039 * gdb.arch/amd64-gs_base.exp: New file.
1040
1041 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1042
1043 * lib/memory.exp: Remove spurious empty newlines.
1044
1045 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1046
1047 * gdb.python/py-bad-printers.exp: Load python file using "source".
1048 * gdb.python/py-events.exp: Likewise.
1049 * gdb.python/py-evsignal.exp: Likewise.
1050 * gdb.python/py-evthreads.exp: Likewise.
1051 * gdb.python/py-frame-args.exp: Likewise.
1052 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1053 * gdb.python/py-framefilter-mi.exp: Likewise.
1054 * gdb.python/py-framefilter.exp: Likewise.
1055 * gdb.python/py-mi.exp: Likewise.
1056 * gdb.python/py-pp-maint.exp: Likewise.
1057 * gdb.python/py-pp-registration.exp: Likewise.
1058 * gdb.python/py-prettyprint.exp: Likewise.
1059 (run_lang_tests): Likewise.
1060 * gdb.python/py-typeprint.exp: Likewise.
1061
1062 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1063
1064 * lib/memory.exp: New file.
1065 * lib/gdb.exp: Load memory.exp.
1066 * gdb.base/memattr.exp (delete_memory): Move proc to
1067 lib/memory.exp and rename to delete_memory_regions.
1068 Replace delete_memory with delete_memory_regions.
1069 Cleanup memory regions before tests.
1070 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1071 before tests.
1072
1073 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1074
1075 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1076 files.
1077 (initialize): New function conditionally defined.
1078 (testcases): Move within conditional block.
1079 (main): Call initialize.
1080 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1081 of gdb.reverse/insn-reverse.c.
1082 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1083 gdb.reverse/insn-reverse.c.
1084
1085 2017-01-26 Yao Qi <yao.qi@linaro.org>
1086
1087 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1088 disassemble on address 0.
1089
1090 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1091 Yao Qi <yao.qi@linaro.org>
1092
1093 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1094 * gdb.dwarf2/implptr-64bit.S: Remove.
1095 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1096 variables in caller's context. Add DW_OP_implicit_value.
1097
1098 2017-01-25 Yao Qi <yao.qi@linaro.org>
1099
1100 * lib/dwarf.exp (Dwarf::_location): Handle
1101 DW_OP_GNU_implicit_pointer with proper size.
1102
1103 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1104
1105 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1106 and add untested calls.
1107
1108 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1109
1110 * gdb.python/python.exp: Check line number against what GDB thinks
1111 the line number is for func1.
1112
1113 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1114
1115 * gdb.dlang/debug-expr.exp: New file.
1116
1117 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1118
1119 Fix test names for the following files:
1120
1121 * gdb.ada/exec_changed.exp
1122 * gdb.ada/info_types.exp
1123 * gdb.arch/aarch64-atomic-inst.exp
1124 * gdb.arch/aarch64-fp.exp
1125 * gdb.arch/altivec-abi.exp
1126 * gdb.arch/altivec-regs.exp
1127 * gdb.arch/amd64-byte.exp
1128 * gdb.arch/amd64-disp-step.exp
1129 * gdb.arch/amd64-dword.exp
1130 * gdb.arch/amd64-entry-value-inline.exp
1131 * gdb.arch/amd64-entry-value-param.exp
1132 * gdb.arch/amd64-entry-value-paramref.exp
1133 * gdb.arch/amd64-entry-value.exp
1134 * gdb.arch/amd64-i386-address.exp
1135 * gdb.arch/amd64-invalid-stack-middle.exp
1136 * gdb.arch/amd64-invalid-stack-top.exp
1137 * gdb.arch/amd64-optimout-repeat.exp
1138 * gdb.arch/amd64-prologue-skip.exp
1139 * gdb.arch/amd64-prologue-xmm.exp
1140 * gdb.arch/amd64-stap-special-operands.exp
1141 * gdb.arch/amd64-stap-wrong-subexp.exp
1142 * gdb.arch/amd64-tailcall-cxx.exp
1143 * gdb.arch/amd64-tailcall-noret.exp
1144 * gdb.arch/amd64-tailcall-ret.exp
1145 * gdb.arch/amd64-tailcall-self.exp
1146 * gdb.arch/amd64-word.exp
1147 * gdb.arch/arm-bl-branch-dest.exp
1148 * gdb.arch/arm-disp-step.exp
1149 * gdb.arch/arm-neon.exp
1150 * gdb.arch/arm-single-step-kernel-helper.exp
1151 * gdb.arch/avr-flash-qualifier.exp
1152 * gdb.arch/disp-step-insn-reloc.exp
1153 * gdb.arch/e500-abi.exp
1154 * gdb.arch/e500-regs.exp
1155 * gdb.arch/ftrace-insn-reloc.exp
1156 * gdb.arch/i386-avx512.exp
1157 * gdb.arch/i386-bp_permanent.exp
1158 * gdb.arch/i386-byte.exp
1159 * gdb.arch/i386-cfi-notcurrent.exp
1160 * gdb.arch/i386-disp-step.exp
1161 * gdb.arch/i386-dr3-watch.exp
1162 * gdb.arch/i386-float.exp
1163 * gdb.arch/i386-gnu-cfi.exp
1164 * gdb.arch/i386-mpx-map.exp
1165 * gdb.arch/i386-mpx-sigsegv.exp
1166 * gdb.arch/i386-mpx-simple_segv.exp
1167 * gdb.arch/i386-mpx.exp
1168 * gdb.arch/i386-permbkpt.exp
1169 * gdb.arch/i386-prologue.exp
1170 * gdb.arch/i386-signal.exp
1171 * gdb.arch/i386-size-overlap.exp
1172 * gdb.arch/i386-unwind.exp
1173 * gdb.arch/i386-word.exp
1174 * gdb.arch/mips-fcr.exp
1175 * gdb.arch/powerpc-d128-regs.exp
1176 * gdb.arch/powerpc-stackless.exp
1177 * gdb.arch/ppc64-atomic-inst.exp
1178 * gdb.arch/s390-stackless.exp
1179 * gdb.arch/s390-tdbregs.exp
1180 * gdb.arch/s390-vregs.exp
1181 * gdb.arch/sparc-sysstep.exp
1182 * gdb.arch/thumb-bx-pc.exp
1183 * gdb.arch/thumb-singlestep.exp
1184 * gdb.arch/thumb2-it.exp
1185 * gdb.arch/vsx-regs.exp
1186 * gdb.asm/asm-source.exp
1187 * gdb.base/a2-run.exp
1188 * gdb.base/advance.exp
1189 * gdb.base/all-bin.exp
1190 * gdb.base/anon.exp
1191 * gdb.base/args.exp
1192 * gdb.base/arithmet.exp
1193 * gdb.base/async-shell.exp
1194 * gdb.base/async.exp
1195 * gdb.base/attach-pie-noexec.exp
1196 * gdb.base/attach-twice.exp
1197 * gdb.base/auto-load.exp
1198 * gdb.base/bang.exp
1199 * gdb.base/bitfields.exp
1200 * gdb.base/break-always.exp
1201 * gdb.base/break-caller-line.exp
1202 * gdb.base/break-entry.exp
1203 * gdb.base/break-inline.exp
1204 * gdb.base/break-on-linker-gcd-function.exp
1205 * gdb.base/break-probes.exp
1206 * gdb.base/break.exp
1207 * gdb.base/breakpoint-shadow.exp
1208 * gdb.base/call-ar-st.exp
1209 * gdb.base/call-sc.exp
1210 * gdb.base/call-signal-resume.exp
1211 * gdb.base/call-strs.exp
1212 * gdb.base/callfuncs.exp
1213 * gdb.base/catch-fork-static.exp
1214 * gdb.base/catch-gdb-caused-signals.exp
1215 * gdb.base/catch-load.exp
1216 * gdb.base/catch-signal-fork.exp
1217 * gdb.base/catch-signal.exp
1218 * gdb.base/catch-syscall.exp
1219 * gdb.base/charset.exp
1220 * gdb.base/checkpoint.exp
1221 * gdb.base/chng-syms.exp
1222 * gdb.base/code-expr.exp
1223 * gdb.base/code_elim.exp
1224 * gdb.base/commands.exp
1225 * gdb.base/completion.exp
1226 * gdb.base/complex.exp
1227 * gdb.base/cond-expr.exp
1228 * gdb.base/condbreak.exp
1229 * gdb.base/consecutive.exp
1230 * gdb.base/continue-all-already-running.exp
1231 * gdb.base/coredump-filter.exp
1232 * gdb.base/corefile.exp
1233 * gdb.base/dbx.exp
1234 * gdb.base/debug-expr.exp
1235 * gdb.base/define.exp
1236 * gdb.base/del.exp
1237 * gdb.base/disabled-location.exp
1238 * gdb.base/disasm-end-cu.exp
1239 * gdb.base/disasm-optim.exp
1240 * gdb.base/display.exp
1241 * gdb.base/duplicate-bp.exp
1242 * gdb.base/ena-dis-br.exp
1243 * gdb.base/ending-run.exp
1244 * gdb.base/enumval.exp
1245 * gdb.base/environ.exp
1246 * gdb.base/eu-strip-infcall.exp
1247 * gdb.base/eval-avoid-side-effects.exp
1248 * gdb.base/eval-skip.exp
1249 * gdb.base/exitsignal.exp
1250 * gdb.base/expand-psymtabs.exp
1251 * gdb.base/filesym.exp
1252 * gdb.base/find-unmapped.exp
1253 * gdb.base/finish.exp
1254 * gdb.base/float.exp
1255 * gdb.base/foll-exec-mode.exp
1256 * gdb.base/foll-exec.exp
1257 * gdb.base/foll-fork.exp
1258 * gdb.base/fortran-sym-case.exp
1259 * gdb.base/freebpcmd.exp
1260 * gdb.base/func-ptr.exp
1261 * gdb.base/func-ptrs.exp
1262 * gdb.base/funcargs.exp
1263 * gdb.base/gcore-buffer-overflow.exp
1264 * gdb.base/gcore-relro-pie.exp
1265 * gdb.base/gcore-relro.exp
1266 * gdb.base/gcore.exp
1267 * gdb.base/gdb1090.exp
1268 * gdb.base/gdb11530.exp
1269 * gdb.base/gdb11531.exp
1270 * gdb.base/gdb1821.exp
1271 * gdb.base/gdbindex-stabs.exp
1272 * gdb.base/gdbvars.exp
1273 * gdb.base/hbreak.exp
1274 * gdb.base/hbreak2.exp
1275 * gdb.base/included.exp
1276 * gdb.base/infcall-input.exp
1277 * gdb.base/inferior-died.exp
1278 * gdb.base/infnan.exp
1279 * gdb.base/info-macros.exp
1280 * gdb.base/info-os.exp
1281 * gdb.base/info-proc.exp
1282 * gdb.base/info-shared.exp
1283 * gdb.base/info-target.exp
1284 * gdb.base/infoline.exp
1285 * gdb.base/interp.exp
1286 * gdb.base/interrupt.exp
1287 * gdb.base/jit-reader.exp
1288 * gdb.base/jit-simple.exp
1289 * gdb.base/kill-after-signal.exp
1290 * gdb.base/kill-detach-inferiors-cmd.exp
1291 * gdb.base/label.exp
1292 * gdb.base/langs.exp
1293 * gdb.base/ldbl_e308.exp
1294 * gdb.base/line-symtabs.exp
1295 * gdb.base/linespecs.exp
1296 * gdb.base/list.exp
1297 * gdb.base/long_long.exp
1298 * gdb.base/longest-types.exp
1299 * gdb.base/maint.exp
1300 * gdb.base/max-value-size.exp
1301 * gdb.base/memattr.exp
1302 * gdb.base/mips_pro.exp
1303 * gdb.base/morestack.exp
1304 * gdb.base/moribund-step.exp
1305 * gdb.base/multi-forks.exp
1306 * gdb.base/nested-addr.exp
1307 * gdb.base/nextoverexit.exp
1308 * gdb.base/noreturn-finish.exp
1309 * gdb.base/noreturn-return.exp
1310 * gdb.base/nostdlib.exp
1311 * gdb.base/offsets.exp
1312 * gdb.base/opaque.exp
1313 * gdb.base/pc-fp.exp
1314 * gdb.base/permissions.exp
1315 * gdb.base/print-symbol-loading.exp
1316 * gdb.base/prologue-include.exp
1317 * gdb.base/psymtab.exp
1318 * gdb.base/ptype.exp
1319 * gdb.base/random-signal.exp
1320 * gdb.base/randomize.exp
1321 * gdb.base/range-stepping.exp
1322 * gdb.base/readline-ask.exp
1323 * gdb.base/recpar.exp
1324 * gdb.base/recurse.exp
1325 * gdb.base/relational.exp
1326 * gdb.base/restore.exp
1327 * gdb.base/return-nodebug.exp
1328 * gdb.base/return.exp
1329 * gdb.base/run-after-attach.exp
1330 * gdb.base/save-bp.exp
1331 * gdb.base/scope.exp
1332 * gdb.base/sect-cmd.exp
1333 * gdb.base/set-lang-auto.exp
1334 * gdb.base/set-noassign.exp
1335 * gdb.base/setvar.exp
1336 * gdb.base/sigall.exp
1337 * gdb.base/sigbpt.exp
1338 * gdb.base/siginfo-addr.exp
1339 * gdb.base/siginfo-infcall.exp
1340 * gdb.base/siginfo-obj.exp
1341 * gdb.base/siginfo.exp
1342 * gdb.base/signals-state-child.exp
1343 * gdb.base/signest.exp
1344 * gdb.base/sigstep.exp
1345 * gdb.base/sizeof.exp
1346 * gdb.base/skip.exp
1347 * gdb.base/solib-corrupted.exp
1348 * gdb.base/solib-nodir.exp
1349 * gdb.base/solib-search.exp
1350 * gdb.base/stack-checking.exp
1351 * gdb.base/stale-infcall.exp
1352 * gdb.base/stap-probe.exp
1353 * gdb.base/start.exp
1354 * gdb.base/step-break.exp
1355 * gdb.base/step-bt.exp
1356 * gdb.base/step-line.exp
1357 * gdb.base/step-over-exit.exp
1358 * gdb.base/step-over-syscall.exp
1359 * gdb.base/step-resume-infcall.exp
1360 * gdb.base/step-test.exp
1361 * gdb.base/store.exp
1362 * gdb.base/structs3.exp
1363 * gdb.base/sym-file.exp
1364 * gdb.base/symbol-without-target_section.exp
1365 * gdb.base/term.exp
1366 * gdb.base/testenv.exp
1367 * gdb.base/ui-redirect.exp
1368 * gdb.base/until.exp
1369 * gdb.base/unwindonsignal.exp
1370 * gdb.base/value-double-free.exp
1371 * gdb.base/vla-datatypes.exp
1372 * gdb.base/vla-ptr.exp
1373 * gdb.base/vla-sideeffect.exp
1374 * gdb.base/volatile.exp
1375 * gdb.base/watch-cond-infcall.exp
1376 * gdb.base/watch-cond.exp
1377 * gdb.base/watch-non-mem.exp
1378 * gdb.base/watch-read.exp
1379 * gdb.base/watch-vfork.exp
1380 * gdb.base/watchpoint-cond-gone.exp
1381 * gdb.base/watchpoint-delete.exp
1382 * gdb.base/watchpoint-hw-hit-once.exp
1383 * gdb.base/watchpoint-hw.exp
1384 * gdb.base/watchpoint-stops-at-right-insn.exp
1385 * gdb.base/watchpoints.exp
1386 * gdb.base/wchar.exp
1387 * gdb.base/whatis-exp.exp
1388 * gdb.btrace/buffer-size.exp
1389 * gdb.btrace/data.exp
1390 * gdb.btrace/delta.exp
1391 * gdb.btrace/dlopen.exp
1392 * gdb.btrace/enable.exp
1393 * gdb.btrace/exception.exp
1394 * gdb.btrace/function_call_history.exp
1395 * gdb.btrace/gcore.exp
1396 * gdb.btrace/instruction_history.exp
1397 * gdb.btrace/nohist.exp
1398 * gdb.btrace/reconnect.exp
1399 * gdb.btrace/record_goto-step.exp
1400 * gdb.btrace/record_goto.exp
1401 * gdb.btrace/rn-dl-bind.exp
1402 * gdb.btrace/segv.exp
1403 * gdb.btrace/step.exp
1404 * gdb.btrace/stepi.exp
1405 * gdb.btrace/tailcall-only.exp
1406 * gdb.btrace/tailcall.exp
1407 * gdb.btrace/tsx.exp
1408 * gdb.btrace/unknown_functions.exp
1409 * gdb.btrace/vdso.exp
1410 * gdb.compile/compile-ifunc.exp
1411 * gdb.compile/compile-ops.exp
1412 * gdb.compile/compile-print.exp
1413 * gdb.compile/compile-setjmp.exp
1414 * gdb.cp/abstract-origin.exp
1415 * gdb.cp/ambiguous.exp
1416 * gdb.cp/annota2.exp
1417 * gdb.cp/annota3.exp
1418 * gdb.cp/anon-ns.exp
1419 * gdb.cp/anon-struct.exp
1420 * gdb.cp/anon-union.exp
1421 * gdb.cp/arg-reference.exp
1422 * gdb.cp/baseenum.exp
1423 * gdb.cp/bool.exp
1424 * gdb.cp/breakpoint.exp
1425 * gdb.cp/bs15503.exp
1426 * gdb.cp/call-c.exp
1427 * gdb.cp/casts.exp
1428 * gdb.cp/chained-calls.exp
1429 * gdb.cp/class2.exp
1430 * gdb.cp/classes.exp
1431 * gdb.cp/cmpd-minsyms.exp
1432 * gdb.cp/converts.exp
1433 * gdb.cp/cp-relocate.exp
1434 * gdb.cp/cpcompletion.exp
1435 * gdb.cp/cpexprs.exp
1436 * gdb.cp/cplabel.exp
1437 * gdb.cp/cplusfuncs.exp
1438 * gdb.cp/cpsizeof.exp
1439 * gdb.cp/ctti.exp
1440 * gdb.cp/derivation.exp
1441 * gdb.cp/destrprint.exp
1442 * gdb.cp/dispcxx.exp
1443 * gdb.cp/enum-class.exp
1444 * gdb.cp/exception.exp
1445 * gdb.cp/exceptprint.exp
1446 * gdb.cp/expand-psymtabs-cxx.exp
1447 * gdb.cp/expand-sals.exp
1448 * gdb.cp/extern-c.exp
1449 * gdb.cp/filename.exp
1450 * gdb.cp/formatted-ref.exp
1451 * gdb.cp/fpointer.exp
1452 * gdb.cp/gdb1355.exp
1453 * gdb.cp/gdb2495.exp
1454 * gdb.cp/hang.exp
1455 * gdb.cp/impl-this.exp
1456 * gdb.cp/infcall-dlopen.exp
1457 * gdb.cp/inherit.exp
1458 * gdb.cp/iostream.exp
1459 * gdb.cp/koenig.exp
1460 * gdb.cp/local.exp
1461 * gdb.cp/m-data.exp
1462 * gdb.cp/m-static.exp
1463 * gdb.cp/mb-ctor.exp
1464 * gdb.cp/mb-inline.exp
1465 * gdb.cp/mb-templates.exp
1466 * gdb.cp/member-name.exp
1467 * gdb.cp/member-ptr.exp
1468 * gdb.cp/meth-typedefs.exp
1469 * gdb.cp/method.exp
1470 * gdb.cp/method2.exp
1471 * gdb.cp/minsym-fallback.exp
1472 * gdb.cp/misc.exp
1473 * gdb.cp/namelessclass.exp
1474 * gdb.cp/namespace-enum.exp
1475 * gdb.cp/namespace-nested-import.exp
1476 * gdb.cp/namespace.exp
1477 * gdb.cp/nextoverthrow.exp
1478 * gdb.cp/no-dmgl-verbose.exp
1479 * gdb.cp/non-trivial-retval.exp
1480 * gdb.cp/noparam.exp
1481 * gdb.cp/nsdecl.exp
1482 * gdb.cp/nsimport.exp
1483 * gdb.cp/nsnested.exp
1484 * gdb.cp/nsnoimports.exp
1485 * gdb.cp/nsrecurs.exp
1486 * gdb.cp/nsstress.exp
1487 * gdb.cp/nsusing.exp
1488 * gdb.cp/operator.exp
1489 * gdb.cp/oranking.exp
1490 * gdb.cp/overload-const.exp
1491 * gdb.cp/overload.exp
1492 * gdb.cp/ovldbreak.exp
1493 * gdb.cp/ovsrch.exp
1494 * gdb.cp/paren-type.exp
1495 * gdb.cp/parse-lang.exp
1496 * gdb.cp/pass-by-ref.exp
1497 * gdb.cp/pr-1023.exp
1498 * gdb.cp/pr-1210.exp
1499 * gdb.cp/pr-574.exp
1500 * gdb.cp/pr10687.exp
1501 * gdb.cp/pr12028.exp
1502 * gdb.cp/pr17132.exp
1503 * gdb.cp/pr17494.exp
1504 * gdb.cp/pr9067.exp
1505 * gdb.cp/pr9167.exp
1506 * gdb.cp/pr9631.exp
1507 * gdb.cp/printmethod.exp
1508 * gdb.cp/psmang.exp
1509 * gdb.cp/psymtab-parameter.exp
1510 * gdb.cp/ptype-cv-cp.exp
1511 * gdb.cp/ptype-flags.exp
1512 * gdb.cp/re-set-overloaded.exp
1513 * gdb.cp/ref-types.exp
1514 * gdb.cp/rtti.exp
1515 * gdb.cp/scope-err.exp
1516 * gdb.cp/shadow.exp
1517 * gdb.cp/smartp.exp
1518 * gdb.cp/static-method.exp
1519 * gdb.cp/static-print-quit.exp
1520 * gdb.cp/temargs.exp
1521 * gdb.cp/templates.exp
1522 * gdb.cp/try_catch.exp
1523 * gdb.cp/typedef-operator.exp
1524 * gdb.cp/typeid.exp
1525 * gdb.cp/userdef.exp
1526 * gdb.cp/using-crash.exp
1527 * gdb.cp/var-tag.exp
1528 * gdb.cp/virtbase.exp
1529 * gdb.cp/virtfunc.exp
1530 * gdb.cp/virtfunc2.exp
1531 * gdb.cp/vla-cxx.exp
1532 * gdb.disasm/t01_mov.exp
1533 * gdb.disasm/t02_mova.exp
1534 * gdb.disasm/t03_add.exp
1535 * gdb.disasm/t04_sub.exp
1536 * gdb.disasm/t05_cmp.exp
1537 * gdb.disasm/t06_ari2.exp
1538 * gdb.disasm/t07_ari3.exp
1539 * gdb.disasm/t08_or.exp
1540 * gdb.disasm/t09_xor.exp
1541 * gdb.disasm/t10_and.exp
1542 * gdb.disasm/t11_logs.exp
1543 * gdb.disasm/t12_bit.exp
1544 * gdb.disasm/t13_otr.exp
1545 * gdb.dlang/circular.exp
1546 * gdb.dwarf2/arr-stride.exp
1547 * gdb.dwarf2/arr-subrange.exp
1548 * gdb.dwarf2/atomic-type.exp
1549 * gdb.dwarf2/bad-regnum.exp
1550 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1551 * gdb.dwarf2/callframecfa.exp
1552 * gdb.dwarf2/clztest.exp
1553 * gdb.dwarf2/corrupt.exp
1554 * gdb.dwarf2/data-loc.exp
1555 * gdb.dwarf2/dup-psym.exp
1556 * gdb.dwarf2/dw2-anon-mptr.exp
1557 * gdb.dwarf2/dw2-anonymous-func.exp
1558 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1559 * gdb.dwarf2/dw2-bad-unresolved.exp
1560 * gdb.dwarf2/dw2-basic.exp
1561 * gdb.dwarf2/dw2-canonicalize-type.exp
1562 * gdb.dwarf2/dw2-case-insensitive.exp
1563 * gdb.dwarf2/dw2-common-block.exp
1564 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1565 * gdb.dwarf2/dw2-compressed.exp
1566 * gdb.dwarf2/dw2-const.exp
1567 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1568 * gdb.dwarf2/dw2-cu-size.exp
1569 * gdb.dwarf2/dw2-dup-frame.exp
1570 * gdb.dwarf2/dw2-entry-value.exp
1571 * gdb.dwarf2/dw2-icycle.exp
1572 * gdb.dwarf2/dw2-ifort-parameter.exp
1573 * gdb.dwarf2/dw2-inline-break.exp
1574 * gdb.dwarf2/dw2-inline-param.exp
1575 * gdb.dwarf2/dw2-intercu.exp
1576 * gdb.dwarf2/dw2-intermix.exp
1577 * gdb.dwarf2/dw2-lexical-block-bare.exp
1578 * gdb.dwarf2/dw2-linkage-name-trust.exp
1579 * gdb.dwarf2/dw2-minsym-in-cu.exp
1580 * gdb.dwarf2/dw2-noloc.exp
1581 * gdb.dwarf2/dw2-op-call.exp
1582 * gdb.dwarf2/dw2-op-out-param.exp
1583 * gdb.dwarf2/dw2-opt-structptr.exp
1584 * gdb.dwarf2/dw2-param-error.exp
1585 * gdb.dwarf2/dw2-producer.exp
1586 * gdb.dwarf2/dw2-ranges-base.exp
1587 * gdb.dwarf2/dw2-ref-missing-frame.exp
1588 * gdb.dwarf2/dw2-reg-undefined.exp
1589 * gdb.dwarf2/dw2-regno-invalid.exp
1590 * gdb.dwarf2/dw2-restore.exp
1591 * gdb.dwarf2/dw2-restrict.exp
1592 * gdb.dwarf2/dw2-single-line-discriminators.exp
1593 * gdb.dwarf2/dw2-strp.exp
1594 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1595 * gdb.dwarf2/dw2-unresolved.exp
1596 * gdb.dwarf2/dw2-var-zero-addr.exp
1597 * gdb.dwarf2/dw4-sig-types.exp
1598 * gdb.dwarf2/dwz.exp
1599 * gdb.dwarf2/dynarr-ptr.exp
1600 * gdb.dwarf2/enum-type.exp
1601 * gdb.dwarf2/gdb-index.exp
1602 * gdb.dwarf2/implptr-64bit.exp
1603 * gdb.dwarf2/implptr-optimized-out.exp
1604 * gdb.dwarf2/implptr.exp
1605 * gdb.dwarf2/implref-array.exp
1606 * gdb.dwarf2/implref-const.exp
1607 * gdb.dwarf2/implref-global.exp
1608 * gdb.dwarf2/implref-struct.exp
1609 * gdb.dwarf2/mac-fileno.exp
1610 * gdb.dwarf2/main-subprogram.exp
1611 * gdb.dwarf2/member-ptr-forwardref.exp
1612 * gdb.dwarf2/method-ptr.exp
1613 * gdb.dwarf2/missing-sig-type.exp
1614 * gdb.dwarf2/nonvar-access.exp
1615 * gdb.dwarf2/opaque-type-lookup.exp
1616 * gdb.dwarf2/pieces-optimized-out.exp
1617 * gdb.dwarf2/pieces.exp
1618 * gdb.dwarf2/pr10770.exp
1619 * gdb.dwarf2/pr13961.exp
1620 * gdb.dwarf2/staticvirtual.exp
1621 * gdb.dwarf2/subrange.exp
1622 * gdb.dwarf2/symtab-producer.exp
1623 * gdb.dwarf2/trace-crash.exp
1624 * gdb.dwarf2/typeddwarf.exp
1625 * gdb.dwarf2/valop.exp
1626 * gdb.dwarf2/watch-notconst.exp
1627 * gdb.fortran/array-element.exp
1628 * gdb.fortran/charset.exp
1629 * gdb.fortran/common-block.exp
1630 * gdb.fortran/complex.exp
1631 * gdb.fortran/derived-type-function.exp
1632 * gdb.fortran/derived-type.exp
1633 * gdb.fortran/logical.exp
1634 * gdb.fortran/module.exp
1635 * gdb.fortran/multi-dim.exp
1636 * gdb.fortran/nested-funcs.exp
1637 * gdb.fortran/print-formatted.exp
1638 * gdb.fortran/subarray.exp
1639 * gdb.fortran/vla-alloc-assoc.exp
1640 * gdb.fortran/vla-datatypes.exp
1641 * gdb.fortran/vla-history.exp
1642 * gdb.fortran/vla-ptr-info.exp
1643 * gdb.fortran/vla-ptype-sub.exp
1644 * gdb.fortran/vla-ptype.exp
1645 * gdb.fortran/vla-sizeof.exp
1646 * gdb.fortran/vla-type.exp
1647 * gdb.fortran/vla-value-sub-arbitrary.exp
1648 * gdb.fortran/vla-value-sub-finish.exp
1649 * gdb.fortran/vla-value-sub.exp
1650 * gdb.fortran/vla-value.exp
1651 * gdb.fortran/whatis_type.exp
1652 * gdb.go/chan.exp
1653 * gdb.go/handcall.exp
1654 * gdb.go/hello.exp
1655 * gdb.go/integers.exp
1656 * gdb.go/methods.exp
1657 * gdb.go/package.exp
1658 * gdb.go/strings.exp
1659 * gdb.go/types.exp
1660 * gdb.go/unsafe.exp
1661 * gdb.guile/scm-arch.exp
1662 * gdb.guile/scm-block.exp
1663 * gdb.guile/scm-breakpoint.exp
1664 * gdb.guile/scm-cmd.exp
1665 * gdb.guile/scm-disasm.exp
1666 * gdb.guile/scm-equal.exp
1667 * gdb.guile/scm-frame-args.exp
1668 * gdb.guile/scm-frame-inline.exp
1669 * gdb.guile/scm-frame.exp
1670 * gdb.guile/scm-iterator.exp
1671 * gdb.guile/scm-math.exp
1672 * gdb.guile/scm-objfile.exp
1673 * gdb.guile/scm-ports.exp
1674 * gdb.guile/scm-symbol.exp
1675 * gdb.guile/scm-symtab.exp
1676 * gdb.guile/scm-value-cc.exp
1677 * gdb.guile/types-module.exp
1678 * gdb.linespec/break-ask.exp
1679 * gdb.linespec/cpexplicit.exp
1680 * gdb.linespec/explicit.exp
1681 * gdb.linespec/keywords.exp
1682 * gdb.linespec/linespec.exp
1683 * gdb.linespec/ls-dollar.exp
1684 * gdb.linespec/ls-errs.exp
1685 * gdb.linespec/skip-two.exp
1686 * gdb.linespec/thread.exp
1687 * gdb.mi/mi-async.exp
1688 * gdb.mi/mi-basics.exp
1689 * gdb.mi/mi-break.exp
1690 * gdb.mi/mi-catch-load.exp
1691 * gdb.mi/mi-cli.exp
1692 * gdb.mi/mi-cmd-param-changed.exp
1693 * gdb.mi/mi-console.exp
1694 * gdb.mi/mi-detach.exp
1695 * gdb.mi/mi-disassemble.exp
1696 * gdb.mi/mi-eval.exp
1697 * gdb.mi/mi-file-transfer.exp
1698 * gdb.mi/mi-file.exp
1699 * gdb.mi/mi-fill-memory.exp
1700 * gdb.mi/mi-inheritance-syntax-error.exp
1701 * gdb.mi/mi-linespec-err-cp.exp
1702 * gdb.mi/mi-logging.exp
1703 * gdb.mi/mi-memory-changed.exp
1704 * gdb.mi/mi-read-memory.exp
1705 * gdb.mi/mi-record-changed.exp
1706 * gdb.mi/mi-reg-undefined.exp
1707 * gdb.mi/mi-regs.exp
1708 * gdb.mi/mi-return.exp
1709 * gdb.mi/mi-reverse.exp
1710 * gdb.mi/mi-simplerun.exp
1711 * gdb.mi/mi-solib.exp
1712 * gdb.mi/mi-stack.exp
1713 * gdb.mi/mi-stepi.exp
1714 * gdb.mi/mi-syn-frame.exp
1715 * gdb.mi/mi-until.exp
1716 * gdb.mi/mi-var-block.exp
1717 * gdb.mi/mi-var-child.exp
1718 * gdb.mi/mi-var-cmd.exp
1719 * gdb.mi/mi-var-cp.exp
1720 * gdb.mi/mi-var-display.exp
1721 * gdb.mi/mi-var-invalidate.exp
1722 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1723 * gdb.mi/mi-vla-fortran.exp
1724 * gdb.mi/mi-watch.exp
1725 * gdb.mi/mi2-var-child.exp
1726 * gdb.mi/user-selected-context-sync.exp
1727 * gdb.modula2/unbounded-array.exp
1728 * gdb.multi/dummy-frame-restore.exp
1729 * gdb.multi/multi-arch-exec.exp
1730 * gdb.multi/multi-arch.exp
1731 * gdb.multi/tids.exp
1732 * gdb.multi/watchpoint-multi.exp
1733 * gdb.opencl/callfuncs.exp
1734 * gdb.opencl/convs_casts.exp
1735 * gdb.opencl/datatypes.exp
1736 * gdb.opencl/operators.exp
1737 * gdb.opencl/vec_comps.exp
1738 * gdb.opt/clobbered-registers-O2.exp
1739 * gdb.opt/inline-break.exp
1740 * gdb.opt/inline-bt.exp
1741 * gdb.opt/inline-cmds.exp
1742 * gdb.opt/inline-locals.exp
1743 * gdb.pascal/case-insensitive-symbols.exp
1744 * gdb.pascal/floats.exp
1745 * gdb.pascal/gdb11492.exp
1746 * gdb.python/lib-types.exp
1747 * gdb.python/py-arch.exp
1748 * gdb.python/py-as-string.exp
1749 * gdb.python/py-bad-printers.exp
1750 * gdb.python/py-block.exp
1751 * gdb.python/py-breakpoint-create-fail.exp
1752 * gdb.python/py-breakpoint.exp
1753 * gdb.python/py-caller-is.exp
1754 * gdb.python/py-cmd.exp
1755 * gdb.python/py-explore-cc.exp
1756 * gdb.python/py-explore.exp
1757 * gdb.python/py-finish-breakpoint.exp
1758 * gdb.python/py-finish-breakpoint2.exp
1759 * gdb.python/py-frame-args.exp
1760 * gdb.python/py-frame-inline.exp
1761 * gdb.python/py-frame.exp
1762 * gdb.python/py-framefilter-mi.exp
1763 * gdb.python/py-infthread.exp
1764 * gdb.python/py-lazy-string.exp
1765 * gdb.python/py-linetable.exp
1766 * gdb.python/py-mi-events.exp
1767 * gdb.python/py-mi-objfile.exp
1768 * gdb.python/py-mi.exp
1769 * gdb.python/py-objfile.exp
1770 * gdb.python/py-pp-integral.exp
1771 * gdb.python/py-pp-maint.exp
1772 * gdb.python/py-pp-re-notag.exp
1773 * gdb.python/py-pp-registration.exp
1774 * gdb.python/py-recurse-unwind.exp
1775 * gdb.python/py-strfns.exp
1776 * gdb.python/py-symbol.exp
1777 * gdb.python/py-symtab.exp
1778 * gdb.python/py-sync-interp.exp
1779 * gdb.python/py-typeprint.exp
1780 * gdb.python/py-unwind-maint.exp
1781 * gdb.python/py-unwind.exp
1782 * gdb.python/py-value-cc.exp
1783 * gdb.python/py-xmethods.exp
1784 * gdb.reverse/amd64-tailcall-reverse.exp
1785 * gdb.reverse/break-precsave.exp
1786 * gdb.reverse/break-reverse.exp
1787 * gdb.reverse/consecutive-precsave.exp
1788 * gdb.reverse/consecutive-reverse.exp
1789 * gdb.reverse/finish-precsave.exp
1790 * gdb.reverse/finish-reverse-bkpt.exp
1791 * gdb.reverse/finish-reverse.exp
1792 * gdb.reverse/fstatat-reverse.exp
1793 * gdb.reverse/getresuid-reverse.exp
1794 * gdb.reverse/i386-precsave.exp
1795 * gdb.reverse/i386-reverse.exp
1796 * gdb.reverse/i386-sse-reverse.exp
1797 * gdb.reverse/i387-env-reverse.exp
1798 * gdb.reverse/i387-stack-reverse.exp
1799 * gdb.reverse/insn-reverse.exp
1800 * gdb.reverse/machinestate-precsave.exp
1801 * gdb.reverse/machinestate.exp
1802 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1803 * gdb.reverse/pipe-reverse.exp
1804 * gdb.reverse/readv-reverse.exp
1805 * gdb.reverse/recvmsg-reverse.exp
1806 * gdb.reverse/rerun-prec.exp
1807 * gdb.reverse/s390-mvcle.exp
1808 * gdb.reverse/step-precsave.exp
1809 * gdb.reverse/step-reverse.exp
1810 * gdb.reverse/time-reverse.exp
1811 * gdb.reverse/until-precsave.exp
1812 * gdb.reverse/until-reverse.exp
1813 * gdb.reverse/waitpid-reverse.exp
1814 * gdb.reverse/watch-precsave.exp
1815 * gdb.reverse/watch-reverse.exp
1816 * gdb.rust/generics.exp
1817 * gdb.rust/methods.exp
1818 * gdb.rust/modules.exp
1819 * gdb.rust/simple.exp
1820 * gdb.server/connect-with-no-symbol-file.exp
1821 * gdb.server/ext-attach.exp
1822 * gdb.server/ext-restart.exp
1823 * gdb.server/ext-wrapper.exp
1824 * gdb.server/file-transfer.exp
1825 * gdb.server/server-exec-info.exp
1826 * gdb.server/server-kill.exp
1827 * gdb.server/server-mon.exp
1828 * gdb.server/wrapper.exp
1829 * gdb.stabs/exclfwd.exp
1830 * gdb.stabs/gdb11479.exp
1831 * gdb.threads/clone-new-thread-event.exp
1832 * gdb.threads/corethreads.exp
1833 * gdb.threads/current-lwp-dead.exp
1834 * gdb.threads/dlopen-libpthread.exp
1835 * gdb.threads/gcore-thread.exp
1836 * gdb.threads/sigstep-threads.exp
1837 * gdb.threads/watchpoint-fork.exp
1838 * gdb.trace/actions-changed.exp
1839 * gdb.trace/backtrace.exp
1840 * gdb.trace/change-loc.exp
1841 * gdb.trace/circ.exp
1842 * gdb.trace/collection.exp
1843 * gdb.trace/disconnected-tracing.exp
1844 * gdb.trace/ftrace.exp
1845 * gdb.trace/mi-trace-frame-collected.exp
1846 * gdb.trace/mi-trace-unavailable.exp
1847 * gdb.trace/mi-traceframe-changed.exp
1848 * gdb.trace/mi-tsv-changed.exp
1849 * gdb.trace/no-attach-trace.exp
1850 * gdb.trace/passc-dyn.exp
1851 * gdb.trace/qtro.exp
1852 * gdb.trace/range-stepping.exp
1853 * gdb.trace/read-memory.exp
1854 * gdb.trace/save-trace.exp
1855 * gdb.trace/signal.exp
1856 * gdb.trace/status-stop.exp
1857 * gdb.trace/tfile.exp
1858 * gdb.trace/trace-break.exp
1859 * gdb.trace/trace-buffer-size.exp
1860 * gdb.trace/trace-condition.exp
1861 * gdb.trace/tracefile-pseudo-reg.exp
1862 * gdb.trace/tstatus.exp
1863 * gdb.trace/unavailable.exp
1864 * gdb.trace/while-dyn.exp
1865 * gdb.trace/while-stepping.exp
1866
1867 2016-12-22 Doug Evans <xdje42@gmail.com>
1868
1869 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1870 and msymbols.
1871
1872 2016-12-19 Yao Qi <yao.qi@linaro.org>
1873
1874 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1875 (test_with_self): Don't call do_steps_and_nexts, and remove
1876 code about stepping into xmalloc.
1877
1878 2016-12-09 Yao Qi <yao.qi@linaro.org>
1879
1880 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1881
1882 2016-12-09 Yao Qi <yao.qi@linaro.org>
1883
1884 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1885
1886 2016-12-09 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.base/all-architectures-0.exp: New file.
1889 * gdb.base/all-architectures-1.exp: New file.
1890 * gdb.base/all-architectures-2.exp: New file.
1891 * gdb.base/all-architectures-3.exp: New file.
1892 * gdb.base/all-architectures-4.exp: New file.
1893 * gdb.base/all-architectures-5.exp: New file.
1894 * gdb.base/all-architectures-6.exp: New file.
1895 * gdb.base/all-architectures-7.exp: New file.
1896 * gdb.base/all-architectures.exp.in: New file.
1897
1898 2016-12-09 Yao Qi <yao.qi@linaro.org>
1899
1900 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1901
1902 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1903
1904 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1905 possible.
1906 Remove useless pattern-matching code.
1907
1908 2016-12-02 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1911 procedure.
1912 (top level): Call it.
1913
1914 2016-12-02 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1917 New procedure.
1918 (top level): Call it.
1919
1920 2016-12-02 Pedro Alves <palves@redhat.com>
1921
1922 PR cli/20559
1923 * gdb.base/commands.exp (user_defined_command_args_eval): New
1924 procedure.
1925 (top level): Call it.
1926
1927 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1928
1929 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1930 timeout handling.
1931
1932 2016-12-02 Tom Tromey <tom@tromey.com>
1933
1934 * gdb.dwarf2/main-subprogram.c: New file.
1935 * gdb.dwarf2/main-subprogram.exp: New file.
1936
1937 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1938
1939 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1940 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1941 gdb_test_no_output for a couple of cases.
1942 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1943
1944 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1945
1946 Fix test names and standardize compilation error messages throughout
1947 the following files:
1948
1949 * gdb.ada/start.exp
1950 * gdb.arch/alpha-step.exp
1951 * gdb.arch/e500-prologue.exp
1952 * gdb.arch/ftrace-insn-reloc.exp
1953 * gdb.arch/gdb1291.exp
1954 * gdb.arch/gdb1431.exp
1955 * gdb.arch/gdb1558.exp
1956 * gdb.arch/i386-dr3-watch.exp
1957 * gdb.arch/i386-sse-stack-align.exp
1958 * gdb.arch/ia64-breakpoint-shadow.exp
1959 * gdb.arch/pa-nullify.exp
1960 * gdb.arch/powerpc-aix-prologue.exp
1961 * gdb.arch/thumb-bx-pc.exp
1962 * gdb.base/annota1.exp
1963 * gdb.base/annota3.exp
1964 * gdb.base/arrayidx.exp
1965 * gdb.base/assign.exp
1966 * gdb.base/attach.exp
1967 * gdb.base/auxv.exp
1968 * gdb.base/bang.exp
1969 * gdb.base/bfp-test.exp
1970 * gdb.base/bigcore.exp
1971 * gdb.base/bitfields2.exp
1972 * gdb.base/break-fun-addr.exp
1973 * gdb.base/break-probes.exp
1974 * gdb.base/call-rt-st.exp
1975 * gdb.base/callexit.exp
1976 * gdb.base/catch-fork-kill.exp
1977 * gdb.base/charset.exp
1978 * gdb.base/checkpoint.exp
1979 * gdb.base/comprdebug.exp
1980 * gdb.base/constvars.exp
1981 * gdb.base/coredump-filter.exp
1982 * gdb.base/cursal.exp
1983 * gdb.base/cvexpr.exp
1984 * gdb.base/detach.exp
1985 * gdb.base/display.exp
1986 * gdb.base/dmsym.exp
1987 * gdb.base/dprintf-pending.exp
1988 * gdb.base/dso2dso.exp
1989 * gdb.base/dtrace-probe.exp
1990 * gdb.base/dump.exp
1991 * gdb.base/enum_cond.exp
1992 * gdb.base/exe-lock.exp
1993 * gdb.base/exec-invalid-sysroot.exp
1994 * gdb.base/execl-update-breakpoints.exp
1995 * gdb.base/exprs.exp
1996 * gdb.base/fileio.exp
1997 * gdb.base/find.exp
1998 * gdb.base/finish.exp
1999 * gdb.base/fixsection.exp
2000 * gdb.base/foll-vfork.exp
2001 * gdb.base/frame-args.exp
2002 * gdb.base/gcore.exp
2003 * gdb.base/gdb1250.exp
2004 * gdb.base/global-var-nested-by-dso.exp
2005 * gdb.base/gnu-ifunc.exp
2006 * gdb.base/hashline1.exp
2007 * gdb.base/hashline2.exp
2008 * gdb.base/hashline3.exp
2009 * gdb.base/hbreak-in-shr-unsupported.exp
2010 * gdb.base/huge.exp
2011 * gdb.base/infcall-input.exp
2012 * gdb.base/info-fun.exp
2013 * gdb.base/info-shared.exp
2014 * gdb.base/jit-simple.exp
2015 * gdb.base/jit-so.exp
2016 * gdb.base/jit.exp
2017 * gdb.base/jump.exp
2018 * gdb.base/label.exp
2019 * gdb.base/lineinc.exp
2020 * gdb.base/logical.exp
2021 * gdb.base/longjmp.exp
2022 * gdb.base/macscp.exp
2023 * gdb.base/miscexprs.exp
2024 * gdb.base/new-ui-echo.exp
2025 * gdb.base/new-ui-pending-input.exp
2026 * gdb.base/new-ui.exp
2027 * gdb.base/nodebug.exp
2028 * gdb.base/nofield.exp
2029 * gdb.base/offsets.exp
2030 * gdb.base/overlays.exp
2031 * gdb.base/pending.exp
2032 * gdb.base/pointers.exp
2033 * gdb.base/pr11022.exp
2034 * gdb.base/printcmds.exp
2035 * gdb.base/prologue.exp
2036 * gdb.base/ptr-typedef.exp
2037 * gdb.base/realname-expand.exp
2038 * gdb.base/relativedebug.exp
2039 * gdb.base/relocate.exp
2040 * gdb.base/remote.exp
2041 * gdb.base/reread.exp
2042 * gdb.base/return2.exp
2043 * gdb.base/savedregs.exp
2044 * gdb.base/sep.exp
2045 * gdb.base/sepdebug.exp
2046 * gdb.base/sepsymtab.exp
2047 * gdb.base/set-inferior-tty.exp
2048 * gdb.base/setshow.exp
2049 * gdb.base/shlib-call.exp
2050 * gdb.base/sigaltstack.exp
2051 * gdb.base/siginfo-addr.exp
2052 * gdb.base/signals.exp
2053 * gdb.base/signull.exp
2054 * gdb.base/sigrepeat.exp
2055 * gdb.base/so-impl-ld.exp
2056 * gdb.base/solib-display.exp
2057 * gdb.base/solib-overlap.exp
2058 * gdb.base/solib-search.exp
2059 * gdb.base/solib-symbol.exp
2060 * gdb.base/structs.exp
2061 * gdb.base/structs2.exp
2062 * gdb.base/symtab-search-order.exp
2063 * gdb.base/twice.exp
2064 * gdb.base/unload.exp
2065 * gdb.base/varargs.exp
2066 * gdb.base/watchpoint-solib.exp
2067 * gdb.base/watchpoint.exp
2068 * gdb.base/whatis.exp
2069 * gdb.base/wrong_frame_bt_full.exp
2070 * gdb.btrace/dlopen.exp
2071 * gdb.cell/ea-standalone.exp
2072 * gdb.cell/ea-test.exp
2073 * gdb.cp/dispcxx.exp
2074 * gdb.cp/gdb2384.exp
2075 * gdb.cp/method2.exp
2076 * gdb.cp/nextoverthrow.exp
2077 * gdb.cp/pr10728.exp
2078 * gdb.disasm/am33.exp
2079 * gdb.disasm/h8300s.exp
2080 * gdb.disasm/mn10300.exp
2081 * gdb.disasm/sh3.exp
2082 * gdb.dwarf2/dw2-dir-file-name.exp
2083 * gdb.fortran/complex.exp
2084 * gdb.fortran/library-module.exp
2085 * gdb.guile/scm-pretty-print.exp
2086 * gdb.guile/scm-symbol.exp
2087 * gdb.guile/scm-type.exp
2088 * gdb.guile/scm-value.exp
2089 * gdb.linespec/linespec.exp
2090 * gdb.mi/gdb701.exp
2091 * gdb.mi/gdb792.exp
2092 * gdb.mi/mi-breakpoint-changed.exp
2093 * gdb.mi/mi-dprintf-pending.exp
2094 * gdb.mi/mi-dprintf.exp
2095 * gdb.mi/mi-exit-code.exp
2096 * gdb.mi/mi-pending.exp
2097 * gdb.mi/mi-solib.exp
2098 * gdb.mi/new-ui-mi-sync.exp
2099 * gdb.mi/pr11022.exp
2100 * gdb.mi/user-selected-context-sync.exp
2101 * gdb.opt/solib-intra-step.exp
2102 * gdb.python/py-events.exp
2103 * gdb.python/py-finish-breakpoint.exp
2104 * gdb.python/py-mi.exp
2105 * gdb.python/py-prettyprint.exp
2106 * gdb.python/py-shared.exp
2107 * gdb.python/py-symbol.exp
2108 * gdb.python/py-template.exp
2109 * gdb.python/py-type.exp
2110 * gdb.python/py-value.exp
2111 * gdb.reverse/solib-precsave.exp
2112 * gdb.reverse/solib-reverse.exp
2113 * gdb.server/solib-list.exp
2114 * gdb.stabs/weird.exp
2115 * gdb.threads/reconnect-signal.exp
2116 * gdb.threads/stepi-random-signal.exp
2117 * gdb.trace/actions.exp
2118 * gdb.trace/ax.exp
2119 * gdb.trace/backtrace.exp
2120 * gdb.trace/change-loc.exp
2121 * gdb.trace/deltrace.exp
2122 * gdb.trace/ftrace-lock.exp
2123 * gdb.trace/ftrace.exp
2124 * gdb.trace/infotrace.exp
2125 * gdb.trace/mi-tracepoint-changed.exp
2126 * gdb.trace/packetlen.exp
2127 * gdb.trace/passcount.exp
2128 * gdb.trace/pending.exp
2129 * gdb.trace/range-stepping.exp
2130 * gdb.trace/report.exp
2131 * gdb.trace/stap-trace.exp
2132 * gdb.trace/tfind.exp
2133 * gdb.trace/trace-break.exp
2134 * gdb.trace/trace-condition.exp
2135 * gdb.trace/trace-enable-disable.exp
2136 * gdb.trace/trace-mt.exp
2137 * gdb.trace/tracecmd.exp
2138 * gdb.trace/tspeed.exp
2139 * gdb.trace/tsv.exp
2140 * lib/perftest.exp
2141
2142 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2143
2144 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2145 with gdb_test_no_output.
2146 Use command as test name.
2147
2148 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2149
2150 Fix test names starting with uppercase throughout the files.
2151
2152 * gdb.ada/assign_1.exp
2153 * gdb.ada/boolean_expr.exp
2154 * gdb.base/arrayidx.exp
2155 * gdb.base/del.exp
2156 * gdb.base/gcore-buffer-overflow.exp
2157 * gdb.base/testenv.exp
2158 * gdb.compile/compile.exp
2159 * gdb.python/py-framefilter-invalidarg.exp
2160 * gdb.python/py-framefilter.exp
2161
2162 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2163
2164 Fix test names starting with uppercase throughout the files.
2165
2166 * gdb.ada/array_return.exp
2167 * gdb.ada/expr_delims.exp
2168 * gdb.ada/mi_dyn_arr.exp
2169 * gdb.ada/mi_interface.exp
2170 * gdb.ada/mi_var_array.exp
2171 * gdb.ada/watch_arg.exp
2172 * gdb.arch/alpha-step.exp
2173 * gdb.arch/altivec-regs.exp
2174 * gdb.arch/e500-regs.exp
2175 * gdb.arch/powerpc-d128-regs.exp
2176 * gdb.base/arrayidx.exp
2177 * gdb.base/break.exp
2178 * gdb.base/checkpoint.exp
2179 * gdb.base/debug-expr.exp
2180 * gdb.base/dmsym.exp
2181 * gdb.base/radix.exp
2182 * gdb.base/sepdebug.exp
2183 * gdb.base/testenv.exp
2184 * gdb.base/watch_thread_num.exp
2185 * gdb.base/watchpoint-cond-gone.exp
2186 * gdb.cell/break.exp
2187 * gdb.cell/ea-cache.exp
2188 * gdb.compile/compile.exp
2189 * gdb.cp/gdb2495.exp
2190 * gdb.gdb/selftest.exp
2191 * gdb.gdb/xfullpath.exp
2192 * gdb.go/hello.exp
2193 * gdb.go/integers.exp
2194 * gdb.objc/basicclass.exp
2195 * gdb.pascal/hello.exp
2196 * gdb.pascal/integers.exp
2197 * gdb.python/py-breakpoint.exp
2198 * gdb.python/py-cmd.exp
2199 * gdb.python/py-linetable.exp
2200 * gdb.python/py-xmethods.exp
2201 * gdb.python/python.exp
2202 * gdb.reverse/consecutive-precsave.exp
2203 * gdb.reverse/finish-precsave.exp
2204 * gdb.reverse/i386-precsave.exp
2205 * gdb.reverse/machinestate-precsave.exp
2206 * gdb.reverse/sigall-precsave.exp
2207 * gdb.reverse/solib-precsave.exp
2208 * gdb.reverse/step-precsave.exp
2209 * gdb.reverse/until-precsave.exp
2210 * gdb.reverse/watch-precsave.exp
2211 * gdb.threads/leader-exit.exp
2212 * gdb.threads/pthreads.exp
2213 * gdb.threads/wp-replication.exp
2214 * gdb.trace/actions.exp
2215 * gdb.trace/mi-tsv-changed.exp
2216 * gdb.trace/tsv.exp
2217
2218 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2219
2220 Fix test names starting with uppercase throughout the files.
2221
2222 * gdb.arch/i386-bp_permanent.exp
2223 * gdb.arch/i386-gnu-cfi.exp
2224 * gdb.base/disasm-end-cu.exp
2225 * gdb.base/macscp.exp
2226 * gdb.base/pending.exp
2227 * gdb.base/watch_thread_num.exp
2228 * gdb.cp/exception.exp
2229 * gdb.cp/gdb2495.exp
2230 * gdb.cp/local.exp
2231 * gdb.python/py-evsignal.exp
2232 * gdb.python/python.exp
2233 * gdb.trace/tracecmd.exp
2234
2235 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2236
2237 Fix test names starting with uppercase throughout the files.
2238
2239 * gdb.base/charset.exp
2240 * gdb.base/eval.exp
2241 * gdb.base/multi-forks.exp
2242 * gdb.guile/scm-progspace.exp
2243 * gdb.opencl/datatypes.exp
2244 * gdb.python/py-block.exp
2245 * gdb.python/py-function.exp
2246 * gdb.python/py-symbol.exp
2247 * gdb.python/py-symtab.exp
2248 * gdb.python/py-xmethods.exp
2249 * gdb.reverse/break-precsave.exp
2250 * gdb.reverse/break-reverse.exp
2251 * gdb.reverse/consecutive-precsave.exp
2252 * gdb.reverse/consecutive-reverse.exp
2253 * gdb.reverse/finish-precsave.exp
2254 * gdb.reverse/finish-reverse-bkpt.exp
2255 * gdb.reverse/finish-reverse.exp
2256 * gdb.reverse/fstatat-reverse.exp
2257 * gdb.reverse/getresuid-reverse.exp
2258 * gdb.reverse/i386-precsave.exp
2259 * gdb.reverse/i386-reverse.exp
2260 * gdb.reverse/i386-sse-reverse.exp
2261 * gdb.reverse/i387-stack-reverse.exp
2262 * gdb.reverse/insn-reverse.exp
2263 * gdb.reverse/machinestate-precsave.exp
2264 * gdb.reverse/machinestate.exp
2265 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2266 * gdb.reverse/pipe-reverse.exp
2267 * gdb.reverse/readv-reverse.exp
2268 * gdb.reverse/recvmsg-reverse.exp
2269 * gdb.reverse/rerun-prec.exp
2270 * gdb.reverse/s390-mvcle.exp
2271 * gdb.reverse/sigall-precsave.exp
2272 * gdb.reverse/sigall-reverse.exp
2273 * gdb.reverse/solib-precsave.exp
2274 * gdb.reverse/solib-reverse.exp
2275 * gdb.reverse/step-precsave.exp
2276 * gdb.reverse/step-reverse.exp
2277 * gdb.reverse/time-reverse.exp
2278 * gdb.reverse/until-precsave.exp
2279 * gdb.reverse/until-reverse.exp
2280 * gdb.reverse/waitpid-reverse.exp
2281 * gdb.reverse/watch-precsave.exp
2282 * gdb.reverse/watch-reverse.exp
2283
2284 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2285
2286 Fix test names starting with uppercase throughout the files.
2287
2288 * gdb.arch/i386-mpx-simple_segv.exp
2289 * gdb.arch/i386-mpx.exp
2290 * gdb.arch/i386-permbkpt.exp
2291 * gdb.arch/pa-nullify.exp
2292 * gdb.arch/powerpc-d128-regs.exp
2293 * gdb.arch/vsx-regs.exp
2294 * gdb.base/bfp-test.exp
2295 * gdb.base/break.exp
2296 * gdb.base/breakpoint-shadow.exp
2297 * gdb.base/callfuncs.exp
2298 * gdb.base/charset.exp
2299 * gdb.base/commands.exp
2300 * gdb.base/completion.exp
2301 * gdb.base/dfp-test.exp
2302 * gdb.base/echo.exp
2303 * gdb.base/ending-run.exp
2304 * gdb.base/eval.exp
2305 * gdb.base/expand-psymtabs.exp
2306 * gdb.base/float128.exp
2307 * gdb.base/floatn.exp
2308 * gdb.base/foll-exec-mode.exp
2309 * gdb.base/gdb1056.exp
2310 * gdb.base/gdb11531.exp
2311 * gdb.base/kill-after-signal.exp
2312 * gdb.base/multi-forks.exp
2313 * gdb.base/overlays.exp
2314 * gdb.base/pending.exp
2315 * gdb.base/sepdebug.exp
2316 * gdb.base/testenv.exp
2317 * gdb.base/valgrind-db-attach.exp
2318 * gdb.base/watch_thread_num.exp
2319 * gdb.base/watchpoint-cond-gone.exp
2320 * gdb.base/watchpoint.exp
2321 * gdb.base/watchpoints.exp
2322 * gdb.cp/arg-reference.exp
2323 * gdb.cp/baseenum.exp
2324 * gdb.cp/operator.exp
2325 * gdb.cp/shadow.exp
2326 * gdb.dwarf2/dw2-op-out-param.exp
2327 * gdb.dwarf2/dw2-reg-undefined.exp
2328 * gdb.go/chan.exp
2329 * gdb.go/hello.exp
2330 * gdb.go/integers.exp
2331 * gdb.go/methods.exp
2332 * gdb.go/package.exp
2333 * gdb.guile/scm-parameter.exp
2334 * gdb.guile/scm-progspace.exp
2335 * gdb.guile/scm-value.exp
2336 * gdb.mi/mi-pending.exp
2337 * gdb.mi/user-selected-context-sync.exp
2338 * gdb.multi/multi-attach.exp
2339 * gdb.multi/tids.exp
2340 * gdb.opt/clobbered-registers-O2.exp
2341 * gdb.pascal/floats.exp
2342 * gdb.pascal/integers.exp
2343 * gdb.python/py-block.exp
2344 * gdb.python/py-events.exp
2345 * gdb.python/py-parameter.exp
2346 * gdb.python/py-symbol.exp
2347 * gdb.python/py-symtab.exp
2348 * gdb.python/py-type.exp
2349 * gdb.python/py-value.exp
2350 * gdb.python/py-xmethods.exp
2351 * gdb.python/python.exp
2352 * gdb.reverse/break-precsave.exp
2353 * gdb.reverse/consecutive-precsave.exp
2354 * gdb.reverse/finish-precsave.exp
2355 * gdb.reverse/i386-precsave.exp
2356 * gdb.reverse/machinestate-precsave.exp
2357 * gdb.reverse/sigall-precsave.exp
2358 * gdb.reverse/solib-precsave.exp
2359 * gdb.reverse/step-precsave.exp
2360 * gdb.reverse/until-precsave.exp
2361 * gdb.reverse/watch-precsave.exp
2362 * gdb.server/ext-attach.exp
2363 * gdb.server/ext-restart.exp
2364 * gdb.server/ext-run.exp
2365 * gdb.server/ext-wrapper.exp
2366 * gdb.stabs/gdb11479.exp
2367 * gdb.stabs/weird.exp
2368 * gdb.threads/attach-many-short-lived-threads.exp
2369 * gdb.threads/kill.exp
2370 * gdb.threads/watchpoint-fork.exp
2371
2372 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2373
2374 Fix test names starting with uppercase throughout all the files below.
2375
2376 * gdb.ada/array_return.exp
2377 * gdb.ada/catch_ex.exp
2378 * gdb.ada/info_exc.exp
2379 * gdb.ada/mi_catch_ex.exp
2380 * gdb.ada/mi_dyn_arr.exp
2381 * gdb.ada/mi_ex_cond.exp
2382 * gdb.ada/mi_exc_info.exp
2383 * gdb.ada/mi_interface.exp
2384 * gdb.ada/mi_task_arg.exp
2385 * gdb.ada/mi_task_info.exp
2386 * gdb.ada/mi_var_array.exp
2387 * gdb.arch/alpha-step.exp
2388 * gdb.arch/amd64-disp-step.exp
2389 * gdb.arch/arm-disp-step.exp
2390 * gdb.arch/disp-step-insn-reloc.exp
2391 * gdb.arch/e500-prologue.exp
2392 * gdb.arch/ftrace-insn-reloc.exp
2393 * gdb.arch/gdb1558.exp
2394 * gdb.arch/i386-bp_permanent.exp
2395 * gdb.arch/i386-disp-step.exp
2396 * gdb.arch/i386-float.exp
2397 * gdb.arch/i386-gnu-cfi.exp
2398 * gdb.arch/ia64-breakpoint-shadow.exp
2399 * gdb.arch/mips16-thunks.exp
2400 * gdb.arch/pa-nullify.exp
2401 * gdb.arch/powerpc-aix-prologue.exp
2402 * gdb.arch/powerpc-power.exp
2403 * gdb.arch/ppc-dfp.exp
2404 * gdb.arch/s390-tdbregs.exp
2405 * gdb.arch/spu-info.exp
2406 * gdb.arch/spu-ls.exp
2407 * gdb.arch/thumb-bx-pc.exp
2408 * gdb.base/advance.exp
2409 * gdb.base/annota-input-while-running.exp
2410 * gdb.base/arrayidx.exp
2411 * gdb.base/asmlabel.exp
2412 * gdb.base/async.exp
2413 * gdb.base/attach-wait-input.exp
2414 * gdb.base/auto-connect-native-target.exp
2415 * gdb.base/batch-preserve-term-settings.exp
2416 * gdb.base/bfp-test.exp
2417 * gdb.base/bigcore.exp
2418 * gdb.base/bp-permanent.exp
2419 * gdb.base/break-always.exp
2420 * gdb.base/break-fun-addr.exp
2421 * gdb.base/break-idempotent.exp
2422 * gdb.base/break-main-file-remove-fail.exp
2423 * gdb.base/break-probes.exp
2424 * gdb.base/break-unload-file.exp
2425 * gdb.base/break.exp
2426 * gdb.base/call-ar-st.exp
2427 * gdb.base/call-rt-st.exp
2428 * gdb.base/call-sc.exp
2429 * gdb.base/call-signal-resume.exp
2430 * gdb.base/call-strs.exp
2431 * gdb.base/callexit.exp
2432 * gdb.base/callfuncs.exp
2433 * gdb.base/catch-gdb-caused-signals.exp
2434 * gdb.base/catch-signal-siginfo-cond.exp
2435 * gdb.base/catch-syscall.exp
2436 * gdb.base/compare-sections.exp
2437 * gdb.base/cond-eval-mode.exp
2438 * gdb.base/condbreak-call-false.exp
2439 * gdb.base/consecutive-step-over.exp
2440 * gdb.base/cursal.exp
2441 * gdb.base/disabled-location.exp
2442 * gdb.base/disasm-end-cu.exp
2443 * gdb.base/display.exp
2444 * gdb.base/double-prompt-target-event-error.exp
2445 * gdb.base/dprintf-bp-same-addr.exp
2446 * gdb.base/dprintf-detach.exp
2447 * gdb.base/dprintf-next.exp
2448 * gdb.base/dprintf-non-stop.exp
2449 * gdb.base/dprintf-pending.exp
2450 * gdb.base/dso2dso.exp
2451 * gdb.base/ending-run.exp
2452 * gdb.base/enum_cond.exp
2453 * gdb.base/examine-backward.exp
2454 * gdb.base/exe-lock.exp
2455 * gdb.base/exec-invalid-sysroot.exp
2456 * gdb.base/execl-update-breakpoints.exp
2457 * gdb.base/execution-termios.exp
2458 * gdb.base/fileio.exp
2459 * gdb.base/fixsection.exp
2460 * gdb.base/foll-exec-mode.exp
2461 * gdb.base/foll-exec.exp
2462 * gdb.base/fork-running-state.exp
2463 * gdb.base/frame-args.exp
2464 * gdb.base/fullpath-expand.exp
2465 * gdb.base/func-ptr.exp
2466 * gdb.base/gcore-relro-pie.exp
2467 * gdb.base/gdb1090.exp
2468 * gdb.base/gdb1555.exp
2469 * gdb.base/global-var-nested-by-dso.exp
2470 * gdb.base/gnu-ifunc.exp
2471 * gdb.base/hbreak-in-shr-unsupported.exp
2472 * gdb.base/hbreak-unmapped.exp
2473 * gdb.base/hook-stop.exp
2474 * gdb.base/infcall-input.exp
2475 * gdb.base/info-fun.exp
2476 * gdb.base/info-shared.exp
2477 * gdb.base/interrupt-noterm.exp
2478 * gdb.base/jit-so.exp
2479 * gdb.base/jit.exp
2480 * gdb.base/line-symtabs.exp
2481 * gdb.base/list.exp
2482 * gdb.base/longjmp.exp
2483 * gdb.base/macscp.exp
2484 * gdb.base/max-value-size.exp
2485 * gdb.base/nodebug.exp
2486 * gdb.base/nofield.exp
2487 * gdb.base/overlays.exp
2488 * gdb.base/paginate-after-ctrl-c-running.exp
2489 * gdb.base/paginate-bg-execution.exp
2490 * gdb.base/paginate-inferior-exit.exp
2491 * gdb.base/pending.exp
2492 * gdb.base/pr11022.exp
2493 * gdb.base/printcmds.exp
2494 * gdb.base/ptr-typedef.exp
2495 * gdb.base/ptype.exp
2496 * gdb.base/randomize.exp
2497 * gdb.base/range-stepping.exp
2498 * gdb.base/realname-expand.exp
2499 * gdb.base/relativedebug.exp
2500 * gdb.base/remote.exp
2501 * gdb.base/savedregs.exp
2502 * gdb.base/sepdebug.exp
2503 * gdb.base/set-noassign.exp
2504 * gdb.base/shlib-call.exp
2505 * gdb.base/shreloc.exp
2506 * gdb.base/sigaltstack.exp
2507 * gdb.base/sigbpt.exp
2508 * gdb.base/siginfo-addr.exp
2509 * gdb.base/siginfo-obj.exp
2510 * gdb.base/siginfo-thread.exp
2511 * gdb.base/signest.exp
2512 * gdb.base/signull.exp
2513 * gdb.base/sigrepeat.exp
2514 * gdb.base/skip.exp
2515 * gdb.base/so-impl-ld.exp
2516 * gdb.base/solib-corrupted.exp
2517 * gdb.base/solib-disc.exp
2518 * gdb.base/solib-display.exp
2519 * gdb.base/solib-overlap.exp
2520 * gdb.base/solib-search.exp
2521 * gdb.base/solib-symbol.exp
2522 * gdb.base/source-execution.exp
2523 * gdb.base/sss-bp-on-user-bp-2.exp
2524 * gdb.base/sss-bp-on-user-bp.exp
2525 * gdb.base/stack-checking.exp
2526 * gdb.base/stale-infcall.exp
2527 * gdb.base/step-break.exp
2528 * gdb.base/step-line.exp
2529 * gdb.base/step-over-exit.exp
2530 * gdb.base/step-test.exp
2531 * gdb.base/structs.exp
2532 * gdb.base/sym-file.exp
2533 * gdb.base/symtab-search-order.exp
2534 * gdb.base/term.exp
2535 * gdb.base/type-opaque.exp
2536 * gdb.base/unload.exp
2537 * gdb.base/until-nodebug.exp
2538 * gdb.base/until.exp
2539 * gdb.base/unwindonsignal.exp
2540 * gdb.base/watch-cond.exp
2541 * gdb.base/watch-non-mem.exp
2542 * gdb.base/watch_thread_num.exp
2543 * gdb.base/watchpoint-reuse-slot.exp
2544 * gdb.base/watchpoint-solib.exp
2545 * gdb.base/watchpoint.exp
2546 * gdb.btrace/dlopen.exp
2547 * gdb.cell/arch.exp
2548 * gdb.cell/break.exp
2549 * gdb.cell/bt.exp
2550 * gdb.cell/core.exp
2551 * gdb.cell/data.exp
2552 * gdb.cell/dwarfaddr.exp
2553 * gdb.cell/ea-cache.exp
2554 * gdb.cell/ea-standalone.exp
2555 * gdb.cell/ea-test.exp
2556 * gdb.cell/f-regs.exp
2557 * gdb.cell/fork.exp
2558 * gdb.cell/gcore.exp
2559 * gdb.cell/mem-access.exp
2560 * gdb.cell/ptype.exp
2561 * gdb.cell/registers.exp
2562 * gdb.cell/sizeof.exp
2563 * gdb.cell/solib-symbol.exp
2564 * gdb.cell/solib.exp
2565 * gdb.compile/compile-tls.exp
2566 * gdb.cp/exception.exp
2567 * gdb.cp/gdb2495.exp
2568 * gdb.cp/local.exp
2569 * gdb.cp/mb-inline.exp
2570 * gdb.cp/mb-templates.exp
2571 * gdb.cp/pr10687.exp
2572 * gdb.cp/pr9167.exp
2573 * gdb.cp/scope-err.exp
2574 * gdb.cp/templates.exp
2575 * gdb.cp/virtfunc.exp
2576 * gdb.dwarf2/dw2-dir-file-name.exp
2577 * gdb.dwarf2/dw2-single-line-discriminators.exp
2578 * gdb.fortran/complex.exp
2579 * gdb.fortran/library-module.exp
2580 * gdb.guile/guile.exp
2581 * gdb.guile/scm-cmd.exp
2582 * gdb.guile/scm-frame-inline.exp
2583 * gdb.guile/scm-objfile.exp
2584 * gdb.guile/scm-pretty-print.exp
2585 * gdb.guile/scm-symbol.exp
2586 * gdb.guile/scm-type.exp
2587 * gdb.guile/scm-value.exp
2588 * gdb.linespec/keywords.exp
2589 * gdb.linespec/ls-errs.exp
2590 * gdb.linespec/macro-relative.exp
2591 * gdb.linespec/thread.exp
2592 * gdb.mi/mi-breakpoint-changed.exp
2593 * gdb.mi/mi-dprintf-pending.exp
2594 * gdb.mi/mi-fullname-deleted.exp
2595 * gdb.mi/mi-logging.exp
2596 * gdb.mi/mi-pending.exp
2597 * gdb.mi/mi-solib.exp
2598 * gdb.mi/new-ui-mi-sync.exp
2599 * gdb.mi/user-selected-context-sync.exp
2600 * gdb.multi/dummy-frame-restore.exp
2601 * gdb.multi/multi-arch-exec.exp
2602 * gdb.multi/remove-inferiors.exp
2603 * gdb.multi/watchpoint-multi-exit.exp
2604 * gdb.opt/solib-intra-step.exp
2605 * gdb.perf/backtrace.exp
2606 * gdb.perf/single-step.exp
2607 * gdb.perf/skip-command.exp
2608 * gdb.perf/skip-prologue.exp
2609 * gdb.perf/solib.exp
2610 * gdb.python/lib-types.exp
2611 * gdb.python/py-as-string.exp
2612 * gdb.python/py-bad-printers.exp
2613 * gdb.python/py-block.exp
2614 * gdb.python/py-breakpoint.exp
2615 * gdb.python/py-cmd.exp
2616 * gdb.python/py-events.exp
2617 * gdb.python/py-evthreads.exp
2618 * gdb.python/py-finish-breakpoint.exp
2619 * gdb.python/py-finish-breakpoint2.exp
2620 * gdb.python/py-frame-inline.exp
2621 * gdb.python/py-frame.exp
2622 * gdb.python/py-inferior.exp
2623 * gdb.python/py-infthread.exp
2624 * gdb.python/py-mi.exp
2625 * gdb.python/py-objfile.exp
2626 * gdb.python/py-pp-maint.exp
2627 * gdb.python/py-pp-registration.exp
2628 * gdb.python/py-prettyprint.exp
2629 * gdb.python/py-recurse-unwind.exp
2630 * gdb.python/py-shared.exp
2631 * gdb.python/py-symbol.exp
2632 * gdb.python/py-symtab.exp
2633 * gdb.python/py-template.exp
2634 * gdb.python/py-type.exp
2635 * gdb.python/py-unwind-maint.exp
2636 * gdb.python/py-unwind.exp
2637 * gdb.python/py-value.exp
2638 * gdb.python/python.exp
2639 * gdb.reverse/finish-reverse-bkpt.exp
2640 * gdb.reverse/insn-reverse.exp
2641 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2642 * gdb.reverse/solib-precsave.exp
2643 * gdb.reverse/solib-reverse.exp
2644 * gdb.stabs/gdb11479.exp
2645 * gdb.stabs/weird.exp
2646 * gdb.threads/fork-child-threads.exp
2647 * gdb.threads/fork-plus-threads.exp
2648 * gdb.threads/fork-thread-pending.exp
2649 * gdb.threads/forking-threads-plus-breakpoint.exp
2650 * gdb.threads/hand-call-in-threads.exp
2651 * gdb.threads/interrupted-hand-call.exp
2652 * gdb.threads/linux-dp.exp
2653 * gdb.threads/local-watch-wrong-thread.exp
2654 * gdb.threads/next-while-other-thread-longjmps.exp
2655 * gdb.threads/non-ldr-exit.exp
2656 * gdb.threads/pending-step.exp
2657 * gdb.threads/print-threads.exp
2658 * gdb.threads/process-dies-while-detaching.exp
2659 * gdb.threads/process-dies-while-handling-bp.exp
2660 * gdb.threads/pthreads.exp
2661 * gdb.threads/queue-signal.exp
2662 * gdb.threads/reconnect-signal.exp
2663 * gdb.threads/signal-command-handle-nopass.exp
2664 * gdb.threads/signal-command-multiple-signals-pending.exp
2665 * gdb.threads/signal-delivered-right-thread.exp
2666 * gdb.threads/signal-sigtrap.exp
2667 * gdb.threads/sigthread.exp
2668 * gdb.threads/staticthreads.exp
2669 * gdb.threads/stepi-random-signal.exp
2670 * gdb.threads/thread-unwindonsignal.exp
2671 * gdb.threads/thread_check.exp
2672 * gdb.threads/thread_events.exp
2673 * gdb.threads/tid-reuse.exp
2674 * gdb.threads/tls-nodebug.exp
2675 * gdb.threads/tls-shared.exp
2676 * gdb.threads/tls-so_extern.exp
2677 * gdb.threads/tls.exp
2678 * gdb.threads/wp-replication.exp
2679 * gdb.trace/actions-changed.exp
2680 * gdb.trace/actions.exp
2681 * gdb.trace/backtrace.exp
2682 * gdb.trace/change-loc.exp
2683 * gdb.trace/collection.exp
2684 * gdb.trace/deltrace.exp
2685 * gdb.trace/disconnected-tracing.exp
2686 * gdb.trace/entry-values.exp
2687 * gdb.trace/ftrace-lock.exp
2688 * gdb.trace/ftrace.exp
2689 * gdb.trace/infotrace.exp
2690 * gdb.trace/mi-trace-frame-collected.exp
2691 * gdb.trace/mi-trace-unavailable.exp
2692 * gdb.trace/mi-traceframe-changed.exp
2693 * gdb.trace/mi-tracepoint-changed.exp
2694 * gdb.trace/mi-tsv-changed.exp
2695 * gdb.trace/no-attach-trace.exp
2696 * gdb.trace/packetlen.exp
2697 * gdb.trace/passc-dyn.exp
2698 * gdb.trace/passcount.exp
2699 * gdb.trace/pending.exp
2700 * gdb.trace/pr16508.exp
2701 * gdb.trace/qtro.exp
2702 * gdb.trace/range-stepping.exp
2703 * gdb.trace/read-memory.exp
2704 * gdb.trace/report.exp
2705 * gdb.trace/save-trace.exp
2706 * gdb.trace/signal.exp
2707 * gdb.trace/stap-trace.exp
2708 * gdb.trace/status-stop.exp
2709 * gdb.trace/strace.exp
2710 * gdb.trace/tfile.exp
2711 * gdb.trace/tfind.exp
2712 * gdb.trace/trace-break.exp
2713 * gdb.trace/trace-condition.exp
2714 * gdb.trace/trace-enable-disable.exp
2715 * gdb.trace/trace-mt.exp
2716 * gdb.trace/tracecmd.exp
2717 * gdb.trace/tracefile-pseudo-reg.exp
2718 * gdb.trace/tspeed.exp
2719 * gdb.trace/tstatus.exp
2720 * gdb.trace/tsv.exp
2721 * gdb.trace/unavailable.exp
2722 * gdb.trace/while-dyn.exp
2723 * gdb.trace/while-stepping.exp
2724 * lib/gdb-guile.exp
2725 * lib/gdb.exp
2726 * lib/mi-support.exp
2727 * lib/pascal.exp
2728 * lib/perftest.exp
2729 * lib/prelink-support.exp
2730 * lib/selftest-support.exp
2731
2732 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2733
2734 * Makefile.in: Include disable-implicit-rules.mk.
2735
2736 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2737
2738 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2739 non-byte-aligned bit fields.
2740
2741 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2742
2743 PR gdb/12616
2744 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2745 respects the DW_AT_data_bit_offset attribute.
2746
2747 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2748
2749 * gdb.base/default.exp: Fix output of "set language".
2750
2751 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2752
2753 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2754 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2755 make.
2756 * configure.ac: Remove checks for the make program.
2757 * configure: Re-generate.
2758
2759 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2760
2761 * gdb.python/py-recurse-unwind.c (main): Add loop.
2762 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2763 to read_register() and gdb.parse_and_eval(). Make each code
2764 call a separate case that can be individually tested.
2765 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2766 proc. Call cont_and_backtrace for each of the code paths that
2767 we want to test in the unwinder.
2768
2769 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2770
2771 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2772 the definition of struct S.
2773
2774 2016-11-11 Catherine Moore <clm@codesourcery.com>
2775
2776 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2777
2778 2016-11-09 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/commands.exp (runto_or_return): New procedure.
2781 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2782 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2783 (progvar_simple_while_test, progvar_complex_if_while_test)
2784 (if_while_breakpoint_command_test)
2785 (infrun_breakpoint_command_test, breakpoint_command_test)
2786 (user_defined_command_test, watchpoint_command_test)
2787 (test_command_prompt_position, redefine_hook_test)
2788 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2789 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2790 multi_line_input and multi_line. Remove gdb_expect and
2791 gdb_stop_suppressing_tests uses.
2792 * lib/gdb.exp (valnum_re): New global.
2793 (multi_line_input): New procedure.
2794
2795 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2796
2797 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2798 Remove.
2799 (test_setup): Define with proc_with_prefix.
2800 (test_cli_inferior): Likewise.
2801 (test_cli_thread): Likewise.
2802 (test_cli_frame): Likewise.
2803 (test_cli_select_frame): Likewise.
2804 (test_cli_up_down): Likewise.
2805 (test_mi_thread_select): Likewise.
2806 (test_mi_stack_select_frame): Likewise.
2807 (test_cli_in_mi_inferior): Likewise.
2808 (test_cli_in_mi_thread): Likewise.
2809 (test_cli_in_mi_frame): Likewise.
2810 (top level): Do not use with_test_prefix_procname.
2811
2812 2016-11-09 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.base/commands.exp (gdbvar_simple_if_test)
2815 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2816 (progvar_simple_if_test, progvar_simple_while_test)
2817 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2818 (infrun_breakpoint_command_test, breakpoint_command_test)
2819 (user_defined_command_test, watchpoint_command_test)
2820 (test_command_prompt_position, deprecated_command_test)
2821 (bp_deleted_in_command, temporary_breakpoint_commands)
2822 (stray_arg0_test, source_file_with_indented_comment)
2823 (recursive_source_test, if_commands_test)
2824 (error_clears_commands_left, redefine_hook_test)
2825 (redefine_backtrace_test): Use proc_with_prefix.
2826 * lib/gdb.exp (proc_with_prefix): New proc.
2827
2828 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2829
2830 * gdb.base/tui-layout.c: New file.
2831 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2832 disassembly window contains very long lines.
2833
2834 2016-11-08 Tom Tromey <tom@tromey.com>
2835
2836 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2837 depend on Python 2.
2838
2839 2016-11-08 Tom Tromey <tom@tromey.com>
2840
2841 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2842 New method.
2843
2844 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2845
2846 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2847
2848 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2849
2850 * gdb.rust/simple.rs: Add test for univariant enums without
2851 discriminants and for encoded struct-like enums.
2852
2853 2016-10-28 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2856 gdb_test_multiple, tighten regexps and match symtabs and line
2857 tables incrementally.
2858
2859 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2860
2861 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2862 general.
2863
2864 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2865
2866 * gdb.base/exec-invalid-sysroot.exp: New file.
2867
2868 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2869
2870 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2871
2872 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2875
2876 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2877
2878 * gdb.base/killed-outside.exp: Remove $options from a call to
2879 `prepare_for_testing'.
2880
2881 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2882
2883 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2884 Change test message.
2885
2886 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2887
2888 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2889 Update comment.
2890
2891 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2892
2893 * gdb.trace/mi-trace-save.exp: New file.
2894
2895 2016-10-13 Yao Qi <yao.qi@linaro.org>
2896
2897 * gdb.base/code_elim.exp (get_var_address): Remove.
2898 * gdb.base/relocate.exp: Likewise.
2899 * gdb.base/shreloc.exp: Likewise.
2900 * lib/gdb.exp (get_var_address): New.
2901
2902 2016-10-13 Yao Qi <yao.qi@linaro.org>
2903
2904 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2905 floating point tests if $skip_float_test is false.
2906
2907 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2908
2909 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2910 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2911 argc values.
2912 Add 1 to argc so we guarantee distinct initial/modified argc values.
2913
2914 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2915
2916 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2917
2918 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2919
2920 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2921 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2922 * gdb.arch/vsx-regs.exp: Likewise.
2923
2924 2016-10-07 Yao Qi <yao.qi@linaro.org>
2925
2926 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2927
2928 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2929
2930 * gdb.python/python.exp: Test decode_line("*0").
2931
2932 2016-10-06 Doug Evans <dje@google.com>
2933
2934 * gdb.python/py-value.exp (test_value_creation): Add test for large
2935 unsigned 64-bit value.
2936
2937 2016-10-06 Tom Tromey <tom@tromey.com>
2938
2939 * gdb.compile/compile.exp: Change java tests to rust.
2940 * gdb.base/setshow.exp: Change java tests to rust.
2941 * gdb.base/default.exp: Remove java from language list.
2942 * README (Examples): Update language example.
2943 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2944 test.
2945 * lib/gdb.exp (skip_java_tests): Remove.
2946 * lib/java.exp: Remove.
2947 * gdb.java: Remove.
2948
2949 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2950
2951 * gdb.arch/mips-fcr.exp: New test.
2952 * gdb.arch/mips-fcr.c: Source for the new test.
2953
2954 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2955
2956 * gdb.base/solib-disc.exp: Use `standard_output_file'
2957 throughout.
2958
2959 2016-10-06 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/jit-simple-dl.c: New file.
2962 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2963 * gdb.base/jit-simple.c: ... this.
2964 * gdb.base/jit-simple.exp (jit_run): Delete.
2965 (build_jit): New proc.
2966 (jit_test_reread): Recompile either the main program or the shared
2967 library, depending on what is being tested. Skip changing address
2968 if caller wants to. Compare before/after addresses. If testing
2969 standalone, explicitly load the binary. Test "maint info
2970 breakpoints".
2971 (top level): Add "standalone vs shared lib" and "change address"
2972 vs "same address" axes.
2973
2974 2016-10-06 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2977 call.
2978 (jit_run): Delete.
2979 (jit_test_reread): Use with_test_prefix. Reload the main binary
2980 explicitly. Compare the before/after addresses of the JIT
2981 descriptor.
2982
2983 2016-08-15 Doug Evans <dje@google.com>
2984
2985 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2986 for single bitfields is bool.
2987 * gdb.xml/tdesc-regs.exp: Ditto.
2988
2989 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2992
2993 2016-10-05 Yao Qi <yao.qi@linaro.org>
2994
2995 * lib/gdb.exp (support_complex_tests): Return zero if
2996 gdb_skip_float_test return true.
2997
2998 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2999 Simon Marchi <simon.marchi@ericsson.com>
3000
3001 PR gdb/20487
3002 * gdb.mi/user-selected-context-sync.exp: New file.
3003 * gdb.mi/user-selected-context-sync.c: New file.
3004
3005 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3006 Simon Marchi <simon.marchi@ericsson.com>
3007
3008 PR gdb/20487
3009 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3010 =thread-select-event check.
3011
3012 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3013
3014 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3015 the compulsory L operand changes.
3016 * gdb.arch/powerpc-power.s: Likewise.
3017
3018 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3021 * gdb.base/jit-attach-pie.c: New file.
3022 * gdb.base/jit-attach-pie.exp: New file.
3023
3024 2016-09-28 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.base/infcall-input.c: New file.
3027 * gdb.base/infcall-input.exp: New file.
3028
3029 2016-09-22 Yao Qi <yao.qi@linaro.org>
3030
3031 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3032 (gdb_exit): Rename it to ...
3033 (gdbserver_gdb_exit): ... Close GDBserver.
3034 (gdb_exit): New proc, call gdbserver_gdb_exit.
3035 (mi_gdb_exit): Likewise.
3036
3037 2016-09-22 Yao Qi <yao.qi@linaro.org>
3038
3039 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3040 path.
3041 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3042 Remove duplication.
3043
3044 2016-09-22 Yao Qi <yao.qi@linaro.org>
3045
3046 * lib/gdbserver-support.exp: Check the existence of
3047 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3048
3049 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3050
3051 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3052
3053 2016-09-21 Tom Tromey <tom@tromey.com>
3054
3055 PR gdb/20604:
3056 * gdb.base/quit.exp: New file.
3057
3058 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3059
3060 * .gitignore: New file.
3061
3062 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3063
3064 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3065 throughout.
3066
3067 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3068
3069 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3070
3071 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3072
3073 * gdb.cp/casts.cc (decltype): Move it ...
3074 (main): ... with its call to ...
3075 * gdb.cp/casts03.cc: ... a new file.
3076 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3077
3078 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3079
3080 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3081
3082 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3083
3084 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3085 and sync up the test with tests in gas/testsuite/gas/ppc.
3086 * gdb.arch/powerpc-power.exp: Likewise.
3087
3088 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3091
3092 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3093 Jan Kratochvil <jan.kratochvil@redhat.com>
3094
3095 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3096 make m1's definition to be different from m2's. Use 'dummy' as an
3097 argument for probe 'two'.
3098
3099 2016-09-10 Jon Beniston <jon@beniston.com>
3100
3101 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3102 for sim target.
3103
3104 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3105
3106 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3107 variable declaration.
3108 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3109 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3110 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3111 received HWCAP as its argument.
3112
3113 2016-09-06 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/new-ui-pending-input.c: New file.
3116 * gdb.base/new-ui-pending-input.exp: New file.
3117 * gdb.exp (clear_gdb_spawn_id): New procedure.
3118 (with_spawn_id): Check whether gdb_spawn_id exists before
3119 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3120 on exit.
3121
3122 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3123
3124 * gdb.base/float128.c: New file.
3125 * gdb.base/float128.exp: Likewise.
3126 * gdb.base/floatn.c: Likewise.
3127 * gdb.base/floatn.exp: Likewise.
3128
3129 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3130
3131 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3132
3133 2016-09-05 Pedro Alves <palves@redhat.com>
3134
3135 PR backtrace/19927
3136 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3137 unwinders are immediately called as side effect of "source" or
3138 "disable unwinder" commands.
3139 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3140
3141 2016-09-02 Yao Qi <yao.qi@linaro.org>
3142
3143 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3144 is true and $type is "float" or "double".
3145
3146 2016-09-02 Yao Qi <yao.qi@linaro.org>
3147
3148 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3149 true.
3150 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3151 * gdb.base/call-rt-st.exp: Likewise.
3152 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3153 return value instead of gdb,skip_float_test.
3154 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3155 (do_function_calls): Use its return value instead of
3156 gdb,skip_float_test.
3157 * gdb.base/finish.exp: Likewise.
3158 * gdb.base/funcargs.exp: Likewise.
3159 * gdb.base/return.exp: Likewise.
3160 * gdb.base/return2.exp: Likewise.
3161 * gdb.base/varargs.exp: Likewise.
3162 * lib/gdb.exp (gdb_skip_float_test): Change it to
3163 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3164
3165 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3166
3167 * gdb.multi/tids.exp: Test "thread apply all".
3168
3169 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3170
3171 * gdb.base/default.exp (tty): Remove.
3172
3173 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3174
3175 * gdb.python/py-recurse-unwind.c: New file.
3176 * gdb.python/py-recurse-unwind.py: New file.
3177 * gdb.python/py-recurse-unwind.exp: New file.
3178
3179 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3180
3181 * gdb.base/set-inferior-tty.exp: New file.
3182 * gdb.base/set-inferior-tty.c: New file.
3183
3184 2016-08-23 Pedro Alves <palves@redhat.com>
3185
3186 PR gdb/20494
3187 * gdb.base/new-ui-echo.c: New file.
3188 * gdb.base/new-ui-echo.exp: New file.
3189
3190 2016-08-23 Yao Qi <yao.qi@linaro.org>
3191
3192 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3193 gdbserver_spawn.
3194 * gdb.server/connect-without-multi-process.exp (do_test):
3195 Likewise.
3196
3197 2016-08-23 Yao Qi <yao.qi@linaro.org>
3198
3199 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3200 standalone_txt. Delete gdb_txt and standalone_txt on host
3201 and target. Spawn the binary on target. Copy files from
3202 target to host.
3203
3204 2016-08-22 Pedro Alves <palves@redhat.com>
3205
3206 PR gdb/20505
3207 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3208 with_test_prefix. Factor out bits to ...
3209 (test_no_vdso): ... this new procedure.
3210
3211 2016-08-19 Carl Love <cel@us.ibm.com>
3212
3213 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3214 maintaining separate logic for constructing the output path.
3215 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3216 * gdb.arch/ppc-dfp.exp: Likewise.
3217 * gdb.arch/ppc-fp.exp: Likewise.
3218 * gdb.arch/vsx-regs.exp: Likewise.
3219 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3220 binprefix for generating the additional binary files.
3221
3222 2016-08-19 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.trace/mi-trace-frame-collected.exp
3225 (test_trace_frame_collected): On x32, expect two registers.
3226
3227 2016-08-18 Carl Love <cel@us.ibm.com>
3228
3229 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3230 and sync up the test with tests in gas/testsuite/gas/ppc.
3231 * gdb.arch/powerpc-power.exp: Likewise.
3232
3233 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3236 expected error message.
3237
3238 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * gdb.multi/remove-inferiors.exp: New file.
3241 * gdb.multi/remove-inferiors.c: New file.
3242
3243 2016-08-12 Yao Qi <yao.qi@linaro.org>
3244
3245 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3246 argument list.
3247
3248 2016-08-10 Pedro Alves <palves@redhat.com>
3249
3250 PR gdb/19187
3251 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3252 setup_kfails.
3253
3254 2016-08-09 Pedro Alves <palves@redhat.com>
3255 Simon Marchi <simon.marchi@ericsson.com>
3256
3257 PR gdb/20418
3258 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3259 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3260
3261 2016-08-09 Pedro Alves <palves@redhat.com>
3262
3263 PR mi/20431
3264 * gdb.mi/mi-cmd-error.exp: New file.
3265
3266 2016-08-09 Pedro Alves <palves@redhat.com>
3267
3268 PR gdb/18653
3269 * gdb.base/signals-state-child.c: New file.
3270 * gdb.base/signals-state-child.exp: New file.
3271 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3272
3273 2016-08-09 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3276
3277 2016-08-03 Tom Tromey <tom@tromey.com>
3278
3279 PR python/18565:
3280 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3281
3282 2016-08-01 Yao Qi <yao.qi@linaro.org>
3283
3284 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3285 variable mode to "multi-process" if $multi_process is 1, otherwise
3286 set it to "single-process".
3287
3288 2016-08-01 Yao Qi <yao.qi@linaro.org>
3289
3290 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3291 * gdb.cp/cpexprs.exp: Likewise.
3292 * gdb.cp/m-static.exp: Likewise.
3293
3294 2016-07-26 Tom Tromey <tom@tromey.com>
3295
3296 PR python/20190:
3297 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3298 test.
3299
3300 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3301
3302 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3303 selecting assembly source files.
3304 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3305 assembly source files.
3306 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3307 assembly source files.
3308 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3309 selecting assembly source files.
3310
3311 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * gdb.base/new-ui.exp (do_test_invalid_args): New
3314 procedure.
3315
3316 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3317
3318 * gdb.btrace/reconnect.c: New file.
3319 * gdb.btrace/reconnect.exp: New file.
3320
3321 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3322
3323 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3324 to test_catch_syscall_group.
3325 (test_catch_syscall_group): New.
3326
3327 2016-07-21 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.rust/simple.rs (main): Use empty struct expression.
3330 * gdb.rust/simple.exp: Add tests for empty struct expression.
3331
3332 2016-07-21 Yao Qi <yao.qi@linaro.org>
3333
3334 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3335 if gdb_skip_xml_test is true on some targets.
3336
3337 2016-07-21 Yao Qi <yao.qi@linaro.org>
3338
3339 * gdb.server/solib-list.exp: Unset last_loaded_file.
3340
3341 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3344 "step into captured_main (args)".
3345
3346 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3347
3348 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3349
3350 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3351
3352 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3353
3354 2016-07-19 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3357 * gdb.opt/inline-bt.exp: Likewise.
3358 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3359 additional_flags=-Winline.
3360 * gdb.opt/inline-locals.exp: Likewise.
3361 * gdb.opt/inline-markers.c (ATTR): Define.
3362 (inlined_fn): Use it.
3363
3364 2016-07-19 Yao Qi <yao.qi@linaro.org>
3365
3366 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3367 (test_with_self): Remove some code. Remove argument executable.
3368 (top-level): Use do_self_tests.
3369
3370 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3371 Don Breazeal <donb@codesourcery.com>
3372
3373 * gdb.base/maint.exp: Escape paths used in regular expressions.
3374 * gdb.stabs/weird.exp: Likewise.
3375
3376 2016-07-13 Tom Tromey <tom@tromey.com>
3377
3378 PR python/15620, PR python/18620:
3379 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3380 (test_bkpt_events): New procs.
3381
3382 2016-07-13 Tom Tromey <tom@tromey.com>
3383
3384 PR python/17698:
3385 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3386 test.
3387 (test_watchpoints): Likewise.
3388 (test_bkpt_pending): New proc.
3389
3390 2016-07-13 Tom Tromey <tom@tromey.com>
3391
3392 PR cli/18053:
3393 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3394 completion test.
3395
3396 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3399 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3400 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3401 f_label.
3402 (g): Rename g_end_lbl to g_label.
3403 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3404 low_pc and high_pc.
3405 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3406
3407 2016-07-12 Tom Tromey <tom@tromey.com>
3408
3409 PR python/19293:
3410 * gdb.python/py-unwind-maint.exp: Update tests.
3411
3412 2016-07-12 Yao Qi <yao.qi@linaro.org>
3413
3414 * lib/selftest-support.exp (selftest_setup): Match the output
3415 when captured_main is inlined.
3416
3417 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3418
3419 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3420 New variables.
3421 (print this%a, print this%b, print this): New tests.
3422 * gdb.fortran/derived-types.f90 (this): New object and
3423 initialization.
3424
3425 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3426
3427 * gdb.ada/arraydim.exp: Remove extra directory level in build
3428 directory.
3429
3430 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3431
3432 * lib/ada.exp: Remove extra directory level in build directory.
3433 * gdb.ada/cond_lang.exp: Likewise.
3434 * gdb.ada/exec_changed.exp: Likewise.
3435 * gdb.ada/lang_switch.exp: Likewise.
3436
3437 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3438
3439 * simple.rs: Add test for raw pointer subscripting.
3440 * simple.exp: Add test expectations.
3441
3442 2016-07-05 Yao Qi <yao.qi@linaro.org>
3443
3444 * gdb.mi/mi-reverse.exp: Match =record-started output.
3445
3446 2016-07-01 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3449 procedure.
3450 (jit_reader_test): Test the jit reader's unwinder.
3451 * gdb.base/jithost.c (jit_function_00_code): New global.
3452 (main): Use memcpy to fill in the mmapped code, instead of poking
3453 bytes manually here.
3454 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3455 value.
3456 (read_debug_info): Save the function's range.
3457 (read_sp): New function.
3458 (unwind_frame): Use it. Also unwind RBP.
3459 (get_frame_id): Use read_sp.
3460 (gdb_init_reader): Use calloc instead of malloc.
3461 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3462 parameter. Use gdb_test_multiple.
3463
3464 2016-07-01 Pedro Alves <palves@redhat.com>
3465 Antoine Tremblay <antoine.tremblay@ericsson.com>
3466
3467 * gdb.threads/process-dies-while-detaching.c: New file.
3468 * gdb.threads/process-dies-while-detaching.exp: New file.
3469
3470 2016-07-01 Pedro Alves <palves@redhat.com>
3471
3472 * gdb.multi/watchpoint-multi-exit.c: New file.
3473 * gdb.multi/watchpoint-multi-exit.exp: New file.
3474
3475 2016-06-30 Pedro Alves <palves@redhat.com>
3476
3477 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3478 unset inferior_spawn_id.
3479
3480 2016-06-30 Pedro Alves <palves@redhat.com>
3481
3482 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3483 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3484
3485 2016-06-29 Yao Qi <yao.qi@linaro.org>
3486
3487 * gdb.base/return.c: Add copyright header.
3488
3489 2016-06-29 Tom Tromey <tom@tromey.com>
3490
3491 PR python/20129:
3492 * gdb.python/py-framefilter.exp: Add tests for setting priority
3493 and disabling of non-existent frame filter.
3494
3495 2016-06-29 Yao Qi <yao.qi@linaro.org>
3496
3497 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3498 0x0f07ff.
3499
3500 2016-06-28 Yao Qi <yao.qi@linaro.org>
3501
3502 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3503 triplets. Start gdb, execute catch syscall, and continue. Check
3504 gdb's output to determine catch syscall is supported.
3505
3506 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3507
3508 * gdb.rust/simple.rs: Add test for returning unit in a function.
3509 * gdb.rust/simple.exp: Add expectation for functions returning
3510 unit.
3511
3512 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3513
3514 * gdb.python/py-breakpoint-create-fail.c,
3515 gdb.python/py-breakpoint-create-fail.exp,
3516 gdb.python/py-breakpoint-create-fail.py: New testcase.
3517
3518 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3519
3520 PR gdb/20239
3521 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3522 * gdb.rust/simple.exp: Add test expectations for new NonZero
3523 tests.
3524
3525 2016-06-24 David Taylor <dtaylor@emc.com>
3526
3527 * gdb.base/offsets.exp: New file.
3528 * gdb.base/offsets.c: New file.
3529
3530 2016-06-23 Tom Tromey <tom@tromey.com>
3531
3532 PR gdb/16483:
3533 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3534 before any filters are loaded.
3535
3536 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3537
3538 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3539 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3540 structs.
3541 * gdb.fortran/derived-type-function.exp: New file.
3542 * gdb.fortran/derived-type-function.f90: New file.
3543
3544
3545 2016-06-21 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.base/new-ui.exp: New file.
3548 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3549 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3550 (with_spawn_id): New procedure.
3551
3552 2016-06-21 Pedro Alves <palves@redhat.com>
3553
3554 * gdb.mi/mi-exec-run.exp: New file.
3555
3556 2016-06-21 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3559 breakpoint command's output on the main UI.
3560 (test_break): New procedure, factored out from calls in the top
3561 level.
3562 (top level): Use foreach_with_prefix to test MI as main UI and as
3563 separate UI.
3564
3565 2016-06-21 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3568 (test_awatch_creation_and_listing)
3569 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3570 Remove 'type' parameter.
3571 (test_watchpoint_all): New parameter mi_mode. Remove
3572 with_test_prefix.
3573 (top level): Use foreach_with_prefix, and add main/separate UI MI
3574 testing axis.
3575
3576 2016-06-21 Pedro Alves <palves@redhat.com>
3577
3578 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3579 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3580 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3581 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3582 (gdb_main_spawn_id, mi_spawn_id): Declare and
3583 comment.
3584 (mi_create_inferior_pty): New procedure,
3585 factored out from default_mi_gdb_start.
3586 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3587 procedures.
3588 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3589 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3590 Use mi_create_inferior_pty.
3591 (mi_gdb_start): Use eval to pass down args list.
3592
3593 2016-06-21 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3596 * gdb.opt/inline-cmds.exp: Add MI tests.
3597
3598 2016-06-21 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3601
3602 2016-06-21 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3605 (top level): Use it instead of mi_execute_to.
3606
3607 2016-06-21 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3610 (cont_handler_str): New.
3611 (signal_stop_handler): Set stop_handler_str instead of printing to
3612 stdout.
3613 (continue_handler): Set cont_handler_str instead of printing to
3614 stdout.
3615 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3616 mi_send_resuming_command. Print stop_handler_str and
3617 cont_handler_str instead of expecting the python events print
3618 directly.
3619
3620 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3621
3622 * gdb.base/jit-reader.exp: New file.
3623 * gdb.base/jithost.c: New file.
3624 * gdb.base/jithost.h: New file.
3625 * gdb.base/jitreader.c : New file.
3626 * gdb.base/jit-protocol.h: New file.
3627
3628 2016-06-17 Yao Qi <yao.qi@linaro.org>
3629
3630 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3631 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3632 and detach-on-fork. Adjust tests.
3633 (top level): Invoke break_cond_on_syscall with combinations of
3634 syscall, follow-fork-mode and detach-on-fork.
3635
3636 2016-06-17 Yao Qi <yao.qi@linaro.org>
3637
3638 * gdb.base/step-over-exit.c: New.
3639 * gdb.base/step-over-exit.exp: New.
3640
3641 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3642
3643 * gdb.base/float.exp: Add target check for nds32*-*-*.
3644 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3645
3646 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3647
3648 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3649 for unsupported target features.
3650 * gdb.base/call-rt-st.exp: Likewise.
3651 * gdb.base/call-sc.exp: Likewise.
3652 * gdb.base/call-signal-resume.exp: Likewise.
3653 * gdb.base/call-strs.exp: Likewise.
3654 * gdb.base/callexit.exp: Likewise.
3655 * gdb.base/callfuncs.exp: Likewise.
3656 * gdb.base/nodebug.exp: Likewise.
3657 * gdb.base/printcmds.exp: Likewise.
3658 * gdb.base/ptype.exp: Likewise.
3659 * gdb.base/structs.exp: Likewise.
3660 * gdb.base/unwindonsignal.exp: Likewise.
3661 * gdb.cp/gdb2495.exp: Likewise.
3662 * gdb.cp/templates.exp: Likewise.
3663 * gdb.cp/virtfunc.exp: Likewise.
3664 * gdb.threads/hand-call-in-threads.exp: Likewise.
3665 * gdb.threads/interrupted-hand-call.exp: Likewise.
3666 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3667
3668 2016-06-10 Tom Tromey <tom@tromey.com>
3669
3670 PR rust/20110:
3671 * gdb.rust/expr.exp: Add test for integer constant larger than
3672 i32.
3673
3674 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3675
3676 * gdb.fortran/nested-funcs.exp: New.
3677 * gdb.fortran/nested-funcs.f90: New.
3678
3679 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3680
3681 * gdb.base/examine-backward.c: New file.
3682 * gdb.base/examine-backward.exp: New file.
3683
3684 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3685
3686 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3687 matching.
3688
3689 2016-06-02 Tom Tromey <tom@tromey.com>
3690
3691 PR python/18984:
3692 * gdb.python/py-shared.exp: Add solib_name test.
3693
3694 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3695
3696 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3697
3698 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3699
3700 PR c++/19893
3701 * gdb.dwarf2/implref.exp: Rename to...
3702 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3703 * gdb.dwarf2/implref-array.c: New file.
3704 * gdb.dwarf2/implref-array.exp: Likewise.
3705 * gdb.dwarf2/implref-global.c: Likewise.
3706 * gdb.dwarf2/implref-global.exp: Likewise.
3707 * gdb.dwarf2/implref-struct.c: Likewise.
3708 * gdb.dwarf2/implref-struct.exp: Likewise.
3709
3710 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3711
3712 * gdb.trace/trace-condition.exp: Add 64bit tests.
3713
3714 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3715
3716 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3717 bits types.
3718 (main): Adapt to 8 to 64 bits types.
3719 * gdb.trace/trace-condition.exp: Add new tests.
3720
3721 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3722
3723 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3724
3725 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3726
3727 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3728 Move condition tests...
3729 * gdb.trace/trace-condition.exp: Here.
3730
3731 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3732
3733 * gdb.trace/trace-condition.exp: Add counter-case tests.
3734
3735 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3736
3737 PR c++/15231
3738 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3739 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3740
3741 2016-05-27 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3744 New procedure.
3745 (top level): Call it, and bail out of DejaGnu is known to be bad.
3746
3747 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.base/whatis.c: Extend the test case.
3750 * gdb.base/whatis.exp: Add additional tests.
3751
3752 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3753
3754 * gdb.fortran/type.f90: Add pointer variable.
3755 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3756
3757 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3758
3759 * gdb.fortran/vla-type.exp: Fix testcase name.
3760
3761 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3762
3763 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3764
3765 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3766
3767 * gdb.fortran/type.f90: Add nested structures.
3768 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3769 * gdb.fortran/derived-type.exp: Adapt expected output.
3770 * gdb.fortran/vla-type.exp: Adapt expected output.
3771
3772 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3773
3774 * gdb.fortran/whatis_type.exp: Adapt expected output.
3775
3776 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3777
3778 * gdb.fortran/print_type.exp: Fix expected output.
3779 * gdb.fortran/whatis_type.exp: Fix expected output.
3780
3781 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3782
3783 * gdb.fortran/whatis_type.exp: Use multi_line.
3784
3785 2016-05-24 Tom Tromey <tom@tromey.com>
3786
3787 PR python/17386:
3788 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3789 use value as an index.
3790
3791 2016-05-23 Tom Tromey <tom@tromey.com>
3792
3793 PR python/17981:
3794 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3795 no-breakpoint case.
3796
3797 2016-05-24 Pedro Alves <palves@redhat.com>
3798
3799 PR gdb/19828
3800 * gdb.threads/clone-attach-detach.c: New file.
3801 * gdb.threads/clone-attach-detach.exp: New file.
3802
3803 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3804
3805 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3806
3807 2016-05-23 Tom Tromey <tom@tromey.com>
3808
3809 PR python/19438, PR python/18393:
3810 * gdb.python/py-progspace.exp: Add "dir" test.
3811 * gdb.python/py-objfile.exp: Add "dir" test.
3812
3813 2016-05-23 Yao Qi <yao.qi@linaro.org>
3814
3815 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3816 * gdb.arch/thumb2-it.exp: Likewise.
3817
3818 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * gdb.mi/mi-threads-interrupt.c: New file.
3821 * gdb.mi/mi-threads-interrupt.exp: New file.
3822
3823 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3824
3825 PR gdb/18077
3826 * gdb.mi/mi-async-run.exp: New file.
3827 * gdb.mi/mi-async-run.c: New file.
3828
3829 2016-05-17 Tom Tromey <tom@tromey.com>
3830 Manish Goregaokar <manishsmail@gmail.com>
3831
3832 * lib/rust-support.exp: New file.
3833 * lib/gdb.exp (skip_rust_tests): New proc.
3834 (build_executable_from_specs): Handle rust.
3835 * lib/future.exp (gdb_find_rustc): New proc.
3836 (gdb_default_target_compile): Handle rust.
3837 * gdb.rust/expr.exp: New file.
3838 * gdb.rust/generics.exp: New file.
3839 * gdb.rust/generics.rs: New file.
3840 * gdb.rust/methods.exp: New file.
3841 * gdb.rust/methods.rs: New file.
3842 * gdb.rust/modules.exp: New file.
3843 * gdb.rust/modules.rs: New file.
3844 * gdb.rust/simple.exp: New file.
3845 * gdb.rust/simple.rs: New file.
3846
3847 2016-05-17 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.base/default.exp (set language): Add rust.
3850
3851 2016-05-17 Tom Tromey <tom@tromey.com>
3852
3853 * gdb.gdb/unittest.exp: New file.
3854
3855 2016-05-16 Yao Qi <yao.qi@linaro.org>
3856
3857 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3858 shell_prompt. Update shell_prompt_re.
3859
3860 2016-05-12 Doug Evans <dje@google.com>
3861
3862 PR symtab/19999
3863 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3864 $options when building executable.
3865 * gdb.dwarf2/fission-loclists-pie.S: New file.
3866 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3867
3868 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3869
3870 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3871 of [is_remote target],
3872
3873 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3874
3875 * lib/gdb.exp (use_gdb_stub): New procedure.
3876
3877 2016-05-03 Yunlian Jiang <yunlian@google.com>
3878 Doug Evans <dje@google.com>
3879
3880 PR symtab/19914
3881 * gdb.dwarf2/dwp-sepdebug.c: New file.
3882 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3883
3884 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3885
3886 * gdb.base/detach.exp: Remove is_remote check.
3887
3888 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3889
3890 * gdb.base/annota-input-while-running.exp: Don't check for
3891 [is_remote target]. Enable annotations after running to main.
3892 Remove unused "set test..." line.
3893
3894 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3895
3896 * gdb.trace/trace-enable-disable.exp: New file.
3897 * gdb.trace/trace-enable-disable.c: New file.
3898
3899 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3900
3901 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3902 use it in info sharedlibrary test.
3903 * gdb.trace/ftrace-lock.exp: Likewise.
3904 * gdb.trace/ftrace.exp: Likewise.
3905 * gdb.trace/range-stepping.exp: Likewise.
3906 * gdb.trace/trace-break.exp: Likewise.
3907 * gdb.trace/trace-condition.exp: Likewise.
3908 * gdb.trace/trace-mt.exp: Likewise.
3909
3910 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3911
3912 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3913 (gdb_load_shlib): ... this.
3914 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3915 gdb_load_shlib.
3916 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3917 * gdb.base/ctxobj.exp: Likewise.
3918 * gdb.base/dprintf-pending.exp: Likewise.
3919 * gdb.base/dso2dso.exp: Likewise.
3920 * gdb.base/fixsection.exp: Likewise.
3921 * gdb.base/gcore-relro.exp: Likewise.
3922 * gdb.base/gdb1555.exp: Likewise.
3923 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3924 * gdb.base/gnu-ifunc.exp: Likewise.
3925 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3926 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3927 * gdb.base/pending.exp: Likewise.
3928 * gdb.base/print-file-var.exp: Likewise.
3929 * gdb.base/print-symbol-loading.exp: Likewise.
3930 * gdb.base/shlib-call.exp: Likewise.
3931 * gdb.base/shreloc.exp: Likewise.
3932 * gdb.base/so-impl-ld.exp: Likewise.
3933 * gdb.base/solib-disc.exp: Likewise.
3934 * gdb.base/solib-nodir.exp: Likewise.
3935 * gdb.base/solib-overlap.exp: Likewise.
3936 * gdb.base/solib-symbol.exp: Likewise.
3937 * gdb.base/solib-weak.exp (do_test): Likewise.
3938 * gdb.base/sym-file.exp: Likewise.
3939 * gdb.base/symtab-search-order.exp: Likewise.
3940 * gdb.base/type-opaque.exp: Likewise.
3941 * gdb.base/unload.exp: Likewise.
3942 * gdb.base/watchpoint-solib.exp: Likewise.
3943 * gdb.compile/compile.exp: Likewise.
3944 * gdb.cp/gdb2384.exp: Likewise.
3945 * gdb.cp/infcall-dlopen.exp: Likewise.
3946 * gdb.cp/re-set-overloaded.exp: Likewise.
3947 * gdb.fortran/library-module.exp: Likewise.
3948 * gdb.opt/solib-intra-step.exp: Likewise.
3949 * gdb.python/py-finish-breakpoint.exp: Likewise.
3950 * gdb.python/py-shared.exp: Likewise.
3951 * gdb.reverse/solib-precsave.exp: Likewise.
3952 * gdb.reverse/solib-reverse.exp: Likewise.
3953 * gdb.server/solib-list.exp: Likewise.
3954 * gdb.threads/dlopen-libpthread.exp: Likewise.
3955 * gdb.threads/tls-shared.exp: Likewise.
3956 * gdb.threads/tls-so_extern.exp: Likewise.
3957 * gdb.trace/change-loc.exp: Likewise.
3958 * gdb.trace/ftrace-lock.exp: Likewise.
3959 * gdb.trace/ftrace.exp: Likewise.
3960 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3961 * gdb.trace/pending.exp: Likewise.
3962 * gdb.trace/range-stepping.exp: Likewise.
3963 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3964 (strace_info_marker): Likewise.
3965 (strace_probe_marker): Likewise.
3966 (strace_trace_on_same_addr): Likewise.
3967 (strace_trace_on_diff_addr): Likewise.
3968 * gdb.trace/trace-break.exp: Likewise.
3969 * gdb.trace/trace-condition.exp: Likewise.
3970 * gdb.trace/trace-mt.exp: Likewise.
3971
3972 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3973
3974 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3975 result of gdb_remote_download.
3976 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3977 * gdb.base/dso2dso.exp: Likewise.
3978 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3979 * gdb.base/print-file-var.exp: Likewise.
3980 * gdb.base/shlib-call.exp: Likewise.
3981 * gdb.base/shreloc.exp: Likewise.
3982 * gdb.base/solib-overlap.exp: Likewise.
3983 * gdb.base/solib-weak.exp (do_test): Likewise.
3984 * gdb.base/unload.exp: Likewise.
3985
3986 2016-04-27 Yao Qi <yao.qi@linaro.org>
3987
3988 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3989 exists.
3990
3991 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3992
3993 * vla-type.exp: Print structure from toplevel.
3994
3995 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3996
3997 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3998 of dynamic types.
3999 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4000 of dynamic types.
4001
4002 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4003
4004 * gdb.fortran/vla-type.f90: New file.
4005 * gdb.fortran/vla-type.exp: New file.
4006
4007 2016-04-25 Yao Qi <yao.qi@linaro.org>
4008
4009 * gdb.base/branch-to-self.c: New file.
4010 * gdb.base/branch-to-self.exp: New file.
4011
4012 2016-04-22 Yao Qi <yao.qi@linaro.org>
4013
4014 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4015 more after $hex.
4016
4017 2016-04-22 Yao Qi <yao.qi@linaro.org>
4018
4019 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4020 * gdb.base/annota3.exp: Likewise.
4021
4022 2016-04-22 Yao Qi <yao.qi@linaro.org>
4023
4024 * gdb.reverse/step-precsave.exp: Do one step and test program
4025 stops in "callee" and do multiple steps until program goes out
4026 of "callee".
4027 * gdb.reverse/step-reverse.exp: Likewise.
4028
4029 2016-04-22 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.trace/signal.exp: Also pass if
4032 $tracepoint_hits($i) > $iterations.
4033
4034 2016-04-22 Yao Qi <yao.qi@linaro.org>
4035
4036 * gdb.trace/signal.c: New file.
4037 * gdb.trace/signal.exp: New file.
4038
4039 2016-04-19 Doug Evans <xdje42@gmail.com>
4040
4041 * gdb.base/bad-file.exp: New file.
4042
4043 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4044
4045 * gdb.dwarf2/implref.exp: New file.
4046
4047 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4048
4049 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4050 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4051 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4052 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4053 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4054 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4055 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4056 * lib/fortran.exp (fortran_int4): New procedure.
4057 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4058 (fortran_logical4): Likewise.
4059
4060 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4061
4062 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4063
4064 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4065
4066 * lib/compiler.c: Add Intel specific preprocessor macros.
4067 * lib/compiler.cc: Likewise.
4068
4069 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4070
4071 * gdb.server/connect-with-no-symbol-file.c: New file.
4072 * gdb.server/connect-with-no-symbol-file.exp: New file.
4073
4074 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4075
4076 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4077
4078 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4079
4080 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4081 standard output directory.
4082
4083 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4084
4085 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4086
4087 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4088
4089 * gdb.btrace/instruction_history.c (loop): Add declaration.
4090
4091 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4092
4093 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4094
4095 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4096
4097 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4098 parentheses to print.
4099 (continue_handler): Likewise.
4100
4101 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4102
4103 * gdb.server/solib-list.exp: Remove is_remote check.
4104 Pass shlib= to gdb_compile. Don't link shared library with
4105 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4106 Run binary filename through "readlink -f" on the target.
4107
4108 2016-04-08 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4111 interpreter filename as argument to gdbserver_spawn.
4112 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4113 Return empty if $last_loaded_file does not exist.
4114
4115 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4118 * gdb.base/jit-main.c: Use exit after usage.
4119
4120 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4123 GDBHISTSIZE prior to the tests.
4124 * gdb.base/gdbinit-history.exp: Likewise.
4125
4126 2016-04-07 Pedro Alves <palves@redhat.com>
4127
4128 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4129 instead of build_executable. Use gdb_load_shlibs.
4130
4131 2016-04-07 Yao Qi <yao.qi@linaro.org>
4132
4133 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4134 Execute "si" command.
4135
4136 2016-04-07 Yao Qi <yao.qi@linaro.org>
4137
4138 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4139 number instead of the comments on some line.
4140
4141 2016-04-06 Don Breazeal <donb@codesourcery.com>
4142
4143 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4144 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4145
4146 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4147
4148 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4149 standard_output_file. Remove unused binfile variable.
4150
4151 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4152
4153 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4154 * gdb.python/py-mi-objfile.exp: Match "list main" output
4155 in console format.
4156
4157 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4158
4159 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4160 absolute.
4161
4162 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4163
4164 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4165 absolute.
4166 * gdb.trace/ftrace.exp: Likewise.
4167 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4168 targets as well.
4169 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4170 (gdb_load_shlibs): Copy libraries to test directory when testing
4171 natively. Only set solib-search-path if testing remotely.
4172 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4173
4174 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4175
4176 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4177 gdb_download. Use it even if the target is not remote.
4178 * gdb.base/jit.exp (compile_jit_test): Likewise.
4179 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4180 output directory if the destination board is local, otherwise use
4181 the standard remote_download from DejaGnu.
4182 (gdb_download): Remove.
4183 (gdb_load_shlibs): Use gdb_remote_download instead of
4184 gdb_download.
4185 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4186 Use gdb_remote_download instead of gdb_download. Use it even if
4187 the target is not remote.
4188 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4189 instead of gdb_download.
4190
4191 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4192
4193 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4194 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4195 run.
4196
4197 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4198
4199 PR gdb/19820
4200 * gdb.base/printcmds.exp: Add artificial arrays tests.
4201
4202 2016-03-31 Pedro Alves <palves@redhat.com>
4203
4204 PR gdb/19858
4205 * gdb.base/jit-main.c: Include unistd.h.
4206 (ATTACH): Define to 0 if not already defined.
4207 (wait_for_gdb, mypid): New globals.
4208 (WAIT_FOR_GDB): New macro.
4209 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4210 some breakpoint locations.
4211 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4212 New procedures.
4213 (one_jit_test): Add REATTACH parameter, and handle it. Use
4214 continue_to_test_location.
4215 (top level): Test attach, and adjusts calls to one_jit_test.
4216
4217 2016-03-31 Pedro Alves <palves@redhat.com>
4218
4219 PR gdb/19858
4220 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4221 BINSUFFIX parameter, and handle it.
4222 (top level): Adjust calls compile_jit_test.
4223
4224 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4225
4226 PR python/19743
4227 * gdb.python/py-mi-events-gdb.py: New file.
4228 * gdb.python/py-mi-events.c: New file.
4229 * gdb.python/py-mi-events.exp: New file.
4230
4231 2016-03-30 Yao Qi <yao.qi@linaro.org>
4232
4233 * gdb.reverse/until-precsave.exp: Match function name only.
4234 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4235 Move malloc to a condition block.
4236 * gdb.reverse/until-reverse.exp: Match function name only.
4237
4238 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4239
4240 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4241 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4242 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4243 variable for GPR 0 instead of assuming it is register 0.
4244 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4245 * lib/trace-support.exp: Add s390 registers.
4246
4247 2016-03-29 Yao Qi <yao.qi@linaro.org>
4248
4249 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4250
4251 2016-03-24 Yao Qi <yao.qi@linaro.org>
4252
4253 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4254 test message.
4255
4256 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4257
4258 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4259 maintaining separate logic for constructing the output path.
4260
4261 2016-03-16 Don Breazeal <donb@codesourcery.com>
4262
4263 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4264 Retry fork and waitpid on interrupted system call errors.
4265 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4266 Use with_timeout_factor to increase timeout by factor of 10.
4267
4268 2016-03-15 Don Breazeal <donb@codesourcery.com>
4269
4270 * gdb.cp/scope-err.cc: New test program.
4271 * gdb.cp/scope-err.exp: New test script.
4272 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4273 lines and "set breakpoint here" comment.
4274 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4275 Fixed some whitespace and format issues.
4276 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4277 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4278
4279 2016-03-15 Doug Evans <dje@google.com>
4280
4281 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4282 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4283 All callers updated. Add tests for enums, mixed flags register.
4284
4285 2016-03-15 Doug Evans <dje@google.com>
4286
4287 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4288 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4289
4290 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4291
4292 * gdb.base/default.exp: Add $_as_string to the list of expected
4293 convenience functions.
4294
4295 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4298
4299 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4300
4301 * gdb.python/py-as-string.exp: New file.
4302 * gdb.python/py-as-string.c: New file.
4303
4304 2016-03-09 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4307 signal" -> "Thread NN received signal" output change.
4308 * gdb.threads/ia64-sigill.exp: Likewise.
4309 * gdb.threads/linux-dp.exp: Likewise.
4310 * gdb.threads/manythreads.exp: Likewise.
4311 * gdb.threads/pending-step.exp: Likewise.
4312 * gdb.threads/print-threads.exp: Likewise.
4313 * gdb.threads/sigstep-threads.exp: Likewise.
4314 * gdb.threads/staticthreads.exp: Likewise.
4315 * gdb.threads/tls.exp: Likewise.
4316
4317 2016-03-09 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.base/command-line-input.exp: New file.
4320
4321 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4322
4323 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4324 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4325 * gdb.trace/pending.exp: Accept leading dot before function name.
4326 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4327 * lib/trace-support.exp: Set registers for ppc.
4328
4329 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4330
4331 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4332 use it for disassembly; accept .main in addition to main in backtrace.
4333
4334 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4335 Marcin Kościelnicki <koriakin@0x04.net>
4336
4337 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4338 (gdb_recursion_test_ptr): New global variable.
4339 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4340 gdb_recursion_test.
4341 (gdb_c_test): Ditto.
4342
4343 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4344
4345 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4346 ordering.
4347
4348 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4349
4350 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4351 (bar): Add bar_start_lbl label.
4352 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4353 of foo/bar for emitting DWARF and tracing.
4354
4355 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4356
4357 * analyze-racy-logs.py: Set executable bit.
4358
4359 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4360
4361 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4362 (CHECK_TARGET_TMP): Likewise.
4363 (check-single-racy): New rule.
4364 (check-parallel-racy): Likewise.
4365 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4366 (do-check-parallel-racy): New rule.
4367 (check-racy/%.exp): Likewise.
4368 * README (Racy testcases): New section.
4369 * analyze-racy-logs.py: New file.
4370
4371 2016-03-03 Doug Evans <dje@google.com>
4372
4373 * gdb.base/skip.exp: Use with_test_prefix.
4374
4375 2016-03-03 Yao Qi <yao.qi@linaro.org>
4376
4377 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4378 Invoke step_over_syscall "clone" and break_cond_on_syscall
4379 "clone".
4380 * gdb.base/step-over-clone.c: New file.
4381
4382 2016-03-03 Yao Qi <yao.qi@linaro.org>
4383
4384 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4385 code format.
4386
4387 2016-03-03 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.base/disp-step-fork.c: Rename to ...
4390 * gdb.base/step-over-fork.c: ... it. New file.
4391 * gdb.base/disp-step-vfork.c: Rename to ...
4392 * gdb.base/step-over-vfork.c: ... it. New file.
4393 * gdb.base/disp-step-syscall.exp: Rename to ...
4394 * gdb.base/step-over-syscall.exp: ... it. New file.
4395 (disp_step_cross_syscall): Rename to ...
4396 (step_over_syscall): ... it.
4397
4398 2016-03-03 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4401 If target supports condition evaluation on target, invoke
4402 break_cond_on_syscall for fork and vfork.
4403
4404 2016-03-03 Yao Qi <yao.qi@linaro.org>
4405
4406 * gdb.base/disp-step-syscall.exp: Don't invoke
4407 support_displaced_stepping.
4408 (disp_step_cross_syscall): Test with displaced stepping off and
4409 on if supported.
4410
4411 2016-03-03 Yao Qi <yao.qi@linaro.org>
4412
4413 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4414 proc.
4415 (setup): New proc.
4416 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4417 and setup.
4418
4419 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4420
4421 * gdb.fortran/vla-history.exp: Remove breakpoint.
4422
4423 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4424
4425 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4426 exceeds timeout.
4427
4428 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4429
4430 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4431 breakpoint.
4432
4433 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4434
4435 * gdb.mi/vla.f90: Nullify pointer after declaration.
4436
4437 2016-03-01 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4440
4441 2016-03-01 Pedro Alves <palves@redhat.com>
4442
4443 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4444 before anything else.
4445 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4446 _GNU_SOURCE here.
4447 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4448 before anything else.
4449 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4450
4451 2016-03-01 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4454
4455 2016-03-01 Yao Qi <yao.qi@linaro.org>
4456
4457 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4458 prepare_for_testing.
4459
4460 2016-03-01 Yao Qi <yao.qi@linaro.org>
4461
4462 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4463
4464 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4465
4466 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4467 manually constructing the output path.
4468
4469 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4470
4471 * gdb.arch/s390-stackless.S: New.
4472 * gdb.arch/s390-stackless.exp: New.
4473
4474 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4475
4476 * gdb.dlang/circular.c: New file.
4477 * gdb.dlang/circular.exp: New file.
4478
4479 2016-02-26 Yao Qi <yao.qi@linaro.org>
4480
4481 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4482 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4483 (testcases): Update.
4484
4485 2016-02-26 Yao Qi <yao.qi@linaro.org>
4486
4487 * gdb.reverse/aarch64.c: Rename to ...
4488 * gdb.reverse/insn-reverse.c: ... it.
4489 * gdb.reverse/aarch64.exp: Rename to ...
4490 * gdb.reverse/insn-reverse.exp: ... it.
4491
4492 2016-02-26 Yao Qi <yao.qi@linaro.org>
4493
4494 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4495 (testcase_ftype): New.
4496 (testcases): New array.
4497 (n_testcases): New.
4498 (main): Call each element in testcases.
4499 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4500 (read_testcase): New.
4501 Do the tests in a loop.
4502
4503 2016-02-25 Yao Qi <yao.qi@linaro.org>
4504
4505 * gdb.base/branches.c: Remove.
4506
4507 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4508
4509 PR gdb/13808
4510 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4511
4512 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4513
4514 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4515
4516 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4517
4518 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4519 change x86_64 call_insn to 'callq'.
4520
4521 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4522
4523 * gdb.trace/tfile-avx.c: Move to...
4524 * gdb.trace/tracefile-pseudo-reg.c: Here.
4525 * gdb.trace/tfile-avx.exp: Move to...
4526 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4527
4528 2016-02-24 Gary Benson <gbenson@redhat.com>
4529
4530 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4531 message on attach.
4532
4533 2016-02-23 Doug Evans <dje@google.com>
4534
4535 * gdb.base/skip.c (test_skip): New function.
4536 (end_test_skip_file_and_function): New function.
4537 (test_skip_file_and_function): New function.
4538 * gdb.base/skip1.c (test_skip): New function.
4539 (skip1_test_skip_file_and_function): New function.
4540 * gdb.base/skip.exp: Add tests for new skip options.
4541 * gdb.base/skip-solib.exp: Update expected output.
4542 * gdb.perf/skip-command.cc: New file.
4543 * gdb.perf/skip-command.exp: New file.
4544 * gdb.perf/skip-command.py: New file.
4545
4546 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4547
4548 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4549 info registers pattern.
4550
4551 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4552
4553 * lib/future.exp: Add D support.
4554 (gdb_find_gdc): New proc.
4555 (gdb_default_target_compile): Add D support.
4556
4557 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4558
4559 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4560 user+system time.
4561 (trace_speed_test): Determine the iteration count for a time
4562 between 15..30 seconds.
4563
4564 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4565
4566 * gdb.arch/i386-mpx-sigsegv.c: New file.
4567 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4568 * gdb.arch/i386-mpx-simple_segv.c: New file.
4569 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4570
4571 2016-02-18 Yao Qi <yao.qi@linaro.org>
4572
4573 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4574 Don't call setup_kfail.
4575
4576 2016-02-18 Yao Qi <yao.qi@linaro.org>
4577
4578 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4579 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4580
4581 2016-02-16 Doug Evans <dje@google.com>
4582
4583 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4584 * gdb.base/skip1.c: Ditto.
4585 * gdb.base/skip.exp: Whitespace cleanup.
4586
4587 2016-02-16 Don Breazeal <donb@codesourcery.com>
4588
4589 PR remote/19496
4590 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4591 Remove kfail for PR remote/19496.
4592
4593 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * lib/gdb.exp (standard_temp_file): Return a path specific to
4596 the runtest invocation.
4597
4598 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4599
4600 * gdb.trace/save-trace.exp: Change relative path to be in the
4601 standard output directory.
4602
4603 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 * gdb.arch/i386-prologue.c: Add missing prototypes.
4606
4607 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4608
4609 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4610 * gdb.arch/i386-prologue.exp: Likewise.
4611 * gdb.arch/i386-size.exp: Likewise.
4612
4613 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4614
4615 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4616 define object file path.
4617 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4618 file path.
4619 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4620 standard_output_file to define binfile.
4621
4622 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4623
4624 Fix compatibility with recent gfortran-5.3.1.
4625 * gdb.fortran/vla-history.exp (print vla1 allocated)
4626 (print vla2 allocated, print $2, print $3): Remove
4627 (print $4): Rename to ...
4628 (print $2): ... here.
4629 (print $9): Rename to ...
4630 (print $5): ... here.
4631 (print $10): Rename to ...
4632 (print $6): ... here.
4633 * gdb.fortran/vla.f90: Add pvla initialization.
4634
4635 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4636
4637 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4638 New test.
4639 * gdb.fortran/vla-value-sub.exp: Likewise.
4640
4641 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4642
4643 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4644
4645 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4646
4647 * i386-biarch-core.exp: Define corefile using
4648 standard_output_file.
4649
4650 2016-02-12 Yao Qi <yao.qi@linaro.org>
4651
4652 * gdb.arch/arm-single-step-kernel-helper.c: New.
4653 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4654
4655 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4656
4657 * gdb.btrace/tailcall-only.exp: New.
4658 * gdb.btrace/tailcall-only.c: New.
4659 * gdb.btrace/x86_64-tailcall-only.S: New.
4660 * gdb.btrace/i686-tailcall-only.S: New.
4661
4662 2016-02-11 Pedro Alves <palves@redhat.com>
4663
4664 * README (Parallel testing): Add missing double quotes.
4665
4666 2016-02-11 Pedro Alves <palves@redhat.com>
4667
4668 * README (Parallel testing): New section.
4669 (GDB_PARALLEL): Rewrite.
4670 (FORCE_PARALLEL): Document.
4671
4672 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4673
4674 * gdb.trace/tfile-avx.c: New test.
4675 * gdb.trace/tfile-avx.exp: New test.
4676
4677 2016-02-09 Keith Seitz <keiths@redhat.com>
4678
4679 PR breakpoints/19546
4680 * gdb.base/infcall-exec.c: New file.
4681 * gdb.base/infcall-exec2.c: New file.
4682 * gdb.base/infcall-exec.exp: New file.
4683
4684 2016-02-09 Keith Seitz <keiths@redhat.com>
4685
4686 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4687 (toplevel): Call test_bkpt_address.
4688
4689 2016-02-09 Keith Seitz <keiths@redhat.com>
4690
4691 PR python/19506
4692 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4693 (toplevel): Call test_bkpt_address.
4694
4695 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4696
4697 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4698 to AC_OUTPUT.
4699 * configure: Regenerate.
4700
4701 2016-02-09 Pedro Alves <palves@redhat.com>
4702
4703 PR breakpoints/19548
4704 * gdb.base/execl-update-breakpoints.c (some_function): New
4705 function.
4706 (main): Call it.
4707 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4708 Tighten expected GDB output.
4709
4710 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4711
4712 * Makefile.in (ALL_SUBDIRS): Remove.
4713 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4714 (distclean maintainer-clean realclean): Likewise.
4715 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4716 * configure: Regenerate.
4717 * gdb.ada/Makefile.in: Delete.
4718 * gdb.arch/Makefile.in: Likewise.
4719 * gdb.asm/Makefile.in: Likewise.
4720 * gdb.base/Makefile.in: Likewise.
4721 * gdb.btrace/Makefile.in: Likewise.
4722 * gdb.cell/Makefile.in: Likewise.
4723 * gdb.compile/Makefile.in: Likewise.
4724 * gdb.cp/Makefile.in: Likewise.
4725 * gdb.disasm/Makefile.in: Likewise.
4726 * gdb.dlang/Makefile.in: Likewise.
4727 * gdb.dwarf2/Makefile.in: Likewise.
4728 * gdb.fortran/Makefile.in: Likewise.
4729 * gdb.gdb/Makefile.in: Likewise.
4730 * gdb.go/Makefile.in: Likewise.
4731 * gdb.guile/Makefile.in: Likewise.
4732 * gdb.java/Makefile.in: Likewise.
4733 * gdb.linespec/Makefile.in: Likewise.
4734 * gdb.mi/Makefile.in: Likewise.
4735 * gdb.modula2/Makefile.in: Likewise.
4736 * gdb.multi/Makefile.in: Likewise.
4737 * gdb.objc/Makefile.in: Likewise.
4738 * gdb.opencl/Makefile.in: Likewise.
4739 * gdb.opt/Makefile.in: Likewise.
4740 * gdb.pascal/Makefile.in: Likewise.
4741 * gdb.perf/Makefile.in: Likewise.
4742 * gdb.python/Makefile.in: Likewise.
4743 * gdb.reverse/Makefile.in: Likewise.
4744 * gdb.server/Makefile.in: Likewise.
4745 * gdb.stabs/Makefile.in: Likewise.
4746 * gdb.threads/Makefile.in: Likewise.
4747 * gdb.trace/Makefile.in: Likewise.
4748 * gdb.xml/Makefile.in: Likewise.
4749 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4750 GDB_PARALLEL.
4751 (standard_output_file): Remove check for GDB_PARALLEL, always
4752 return path in outputs/$subdir/$testname.
4753
4754 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4755
4756 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4757 (site.exp): Assign abs_srcdir to tcl's srcdir.
4758
4759 2016-02-04 Yao Qi <yao.qi@linaro.org>
4760
4761 * gdb.base/foll-exec-mode.c: Include limits.h.
4762 (main): Add parameters argc and argv. Get directory from
4763 argv[0].
4764 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4765 compilation.
4766 * gdb.base/foll-exec.c: Include limits.h.
4767 (main): Add parameters argc and argv.
4768 Get directory from argv[0].
4769 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4770 Adjust tests on the number of lines as source code changed.
4771 * gdb.base/foll-vfork-exit.c: Include limits.h.
4772 (main): Add one line of statement before vfork.
4773 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4774 (main): Add parameters argc and argv. Get directory from
4775 argv[0].
4776 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4777 (setup_gdb): Set tbreak to skip some source lines.
4778 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4779 (main): Add parameters argc and argv. Get directory from
4780 argv[0].
4781 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4782 compilation.
4783 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4784 (main): Add parameters argc and argv. Get directory from
4785 argv[0].
4786 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4787 compilation.
4788
4789 2016-02-01 Doug Evans <dje@google.com>
4790
4791 * gdb.base/skip.exp: Clean up multiple references to same test name.
4792
4793 2016-02-01 Pedro Alves <palves@redhat.com>
4794
4795 PR remote/19496
4796 * gdb.threads/forking-threads-plus-breakpoint.exp
4797 (displaced_stepping_supported): New global.
4798 (probe_displaced_stepping_support): New procedure.
4799 (do_test): Add 'displaced' parameter, and use it.
4800 (top level): Check for displaced stepping support. Add displaced
4801 stepping on/off testing axis.
4802
4803 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4804
4805 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4806 pointer. Don't perform further tests on the unassociated pointer
4807 if the first test fails.
4808
4809 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4810
4811 * gdb.base/max-value-size.c: New file.
4812 * gdb.base/max-value-size.exp: New file.
4813 * gdb.base/huge.exp: Disable max-value-size for this test.
4814
4815 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4816
4817 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4818
4819 2016-01-28 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4822
4823 2016-01-25 Pedro Alves <palves@redhat.com>
4824
4825 PR threads/19461
4826 * gdb.base/fork-running-state.c: New file.
4827 * gdb.base/fork-running-state.exp: New file.
4828
4829 2016-01-25 Pedro Alves <palves@redhat.com>
4830
4831 PR gdb/19494
4832 * gdb.base/catch-fork-kill.c: New file.
4833 * gdb.base/catch-fork-kill.exp: New file.
4834
4835 2016-01-25 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4838 Delete, moved to lib/gdb.exp.
4839 * gdb.threads/forking-threads-plus-breakpoint.exp
4840 (foreach_with_prefix): Likewise.
4841 * gdb.threads/process-dies-while-handling-bp.exp
4842 (foreach_with_prefix): Likewise.
4843 * lib/gdb.exp (foreach_with_prefix): New procedure.
4844
4845 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4846
4847 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4848 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4849
4850 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4851
4852 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4853 endian targets.
4854
4855 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4856 Pedro Alves <palves@redhat.com>
4857
4858 Fix testsuite compatibility with Guile.
4859 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4860 number.
4861
4862 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4863
4864 Fix testsuite compatibility with Guile.
4865 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4866 (thread 1): New test for backtrace through signal handler.
4867
4868 2016-01-22 Yao Qi <yao.qi@linaro.org>
4869
4870 PR testsuite/19491
4871 * gdb.base/multi-forks.c: Include
4872 ../lib/unbuffer_output.c
4873 (main): Call gdb_unbuffer_output.
4874
4875 2016-01-21 Doug Evans <dje@google.com>
4876
4877 * lib/ada.exp (gdb_compile_ada): Fix typo.
4878
4879 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4880
4881 * gdb.base/break-fun-addr.exp: New file.
4882 * gdb.base/break-fun-addr1.c: New file.
4883 * gdb.base/break-fun-addr2.c: New file.
4884
4885 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4886
4887 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4888 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4889 enum flag values.
4890
4891 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4892
4893 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4894 when GDB can not set the vector return value. Add more comments
4895 for clarification.
4896
4897 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4898
4899 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4900 command.
4901
4902 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4903
4904 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4905
4906 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * Makefile.in (check-single): Pass --status to runtest.
4909 (check/%.exp): Likewise.
4910
4911 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * Makefile.in (check-parallel): Propagate return code from make
4914 do-check-parallel.
4915
4916 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4917
4918 * gdb.trace/ftrace.exp: Fix expected message on continue.
4919 * gdb.trace/pending.exp: Fix expected message on continue.
4920 * gdb.trace/trace-break.exp: Fix expected message on continue.
4921
4922 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 * lib/gdb.exp (gdb_test): Remove unused global references.
4925
4926 2016-01-18 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/async-shell.exp: Adjust expected output.
4929 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4930 * gdb.base/siginfo-thread.exp: Adjust expected output.
4931 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4932 * gdb.java/jnpe.exp: Adjust expected output.
4933 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4934 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4935 * gdb.threads/leader-exit.exp: Adjust expected output.
4936 * gdb.threads/manythreads.exp: Adjust expected output.
4937 * gdb.threads/pthreads.exp: Adjust expected output.
4938 * gdb.threads/schedlock.exp: Adjust expected output.
4939 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4940 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4941 expected output.
4942 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4943 output.
4944 * gdb.threads/sigthread.exp: Adjust expected output.
4945 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4946
4947 2016-01-18 Yao Qi <yao.qi@linaro.org>
4948
4949 * gdb.guile/scm-section-script.c: Replace @progbits with
4950 %progbits.
4951 * gdb.python/py-section-script.c: Likewise.
4952
4953 2016-01-15 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.multi/tids.exp: Test star wildcard ranges.
4956
4957 2016-01-15 Pedro Alves <palves@redhat.com>
4958
4959 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4960 command from "thread apply" invocation.
4961 (thr_apply_info_thr_invalid): Default the expected output to the
4962 input tid list.
4963 (top level): Add tests that use convenience variables. Add tests
4964 for "thread apply" with a valid TID list, but missing the command.
4965
4966 2016-01-13 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/default.exp: Expect $_gthread as well.
4969 * gdb.multi/tids.exp: Test $_gthread.
4970 * gdb.threads/thread-specific.exp: Test $_gthread.
4971
4972 2016-01-13 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.multi/tids.exp: Test "info threads -gid".
4975
4976 2016-01-13 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4979 Breakpoint.thread.
4980 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4981
4982 2016-01-07 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.base/break.exp: Adjust to output changes.
4985 * gdb.base/hbreak2.exp: Likewise.
4986 * gdb.base/sepdebug.exp: Likewise.
4987 * gdb.base/watch_thread_num.exp: Likewise.
4988 * gdb.linespec/keywords.exp: Likewise.
4989 * gdb.multi/info-threads.exp: Likewise.
4990 * gdb.threads/thread-find.exp: Likewise.
4991 * gdb.multi/tids.c: New file.
4992 * gdb.multi/tids.exp: New file.
4993
4994 2016-01-13 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4997
4998 2016-01-13 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.base/default.exp: Expect $_inferior as well.
5001 * gdb.multi/base.exp: Test $_inferior.
5002
5003 2016-01-13 Pedro Alves <palves@redhat.com>
5004
5005 PR breakpoints/19388
5006 * gdb.base/catch-signal-siginfo-cond.c: New file.
5007 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5008
5009 2016-01-12 Josh Stone <jistone@redhat.com>
5010 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5011
5012 * gdb.base/catch-syscall.c (do_execve): New variable.
5013 (main): Conditionally trigger an execve.
5014 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5015 (test_catch_syscall_execve): New, check entry/return across execve.
5016 (do_syscall_tests): Call test_catch_syscall_execve.
5017
5018 2016-01-12 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/random-signal.exp (do_test): New procedure, with body
5021 of testcase moved in.
5022
5023 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5024 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.base/funcargs.exp (finish from indirectly called function):
5027 Reintroduce the case for 'First'.
5028
5029 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5030 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5033 (tcatch_vfork_then_child_follow_exec)
5034 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5035 identification.
5036
5037 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5038
5039 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5040 and repeats to unlimited.
5041 * gdb.python/py-value.exp: Likewise.
5042 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5043 and repeats to unlimited.
5044
5045 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5048 and reordering the functions.
5049 * gdb.multi/hangout.c: Likewise.
5050 * gdb.multi/hello.c: Likewise.
5051
5052 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5053
5054 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5055 absolute.
5056 (SingleStatisticTestResult.report): Use dict.keys instead of
5057 dict.iterkeys.
5058
5059 2016-01-06 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5062
5063 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5064
5065 * gdb.btrace/dlopen.exp: New.
5066 * gdb.btrace/dlopen.c: New.
5067 * gdb.btrace/dlopen-dso.c: New.
5068
5069 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5070
5071 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5072 PATTERN argument is optional.
5073
5074 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5075
5076 * lib/ada.exp (target_compile_ada_from_dir): New function.
5077 (gdb_compile_ada): Reimplement avoiding the use of project files.
5078 * gdb.ada/gnat_ada.gpr: Delete.
5079 * gdb.ada/cond_lang.exp: Adjust test to make path before
5080 filename optional.
5081 * gdb.ada/small_reg_param.exp: Likewise.
5082
5083 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5084
5085 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5086
5087 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5088
5089 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5090 case.
5091
5092 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5093
5094 * gdb.base/break.exp: Remove dead code.
5095 * gdb.base/sepdebug.exp: Likewise.
5096
5097 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5098
5099 * gdb.asm/asm-source.exp: Remove HP-UX references.
5100 * gdb.base/annota1.exp: Likewise.
5101 * gdb.base/annota3.exp: Likewise.
5102 * gdb.base/attach.exp: Likewise.
5103 * gdb.base/bigcore.exp: Likewise.
5104 * gdb.base/break.exp: Likewise.
5105 * gdb.base/call-ar-st.exp: Likewise.
5106 * gdb.base/callfuncs.exp: Likewise.
5107 * gdb.base/catch-fork-static.exp: Likewise.
5108 * gdb.base/display.exp: Likewise.
5109 * gdb.base/foll-exec-mode.exp: Likewise.
5110 * gdb.base/foll-exec.exp: Likewise.
5111 * gdb.base/foll-fork.exp: Likewise.
5112 * gdb.base/foll-vfork.exp: Likewise.
5113 * gdb.base/funcargs.exp: Likewise.
5114 * gdb.base/hbreak2.exp: Likewise.
5115 * gdb.base/inferior-died.exp: Likewise.
5116 * gdb.base/interrupt.exp: Likewise.
5117 * gdb.base/multi-forks.exp: Likewise.
5118 * gdb.base/nodebug.exp: Likewise.
5119 * gdb.base/sepdebug.exp: Likewise.
5120 * gdb.base/solib1.c: Likewise.
5121 * gdb.base/step-test.exp: Likewise.
5122 * gdb.mi/non-stop.c: Likewise.
5123 * gdb.mi/pthreads.c: Likewise.
5124 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5125 * gdb.threads/pthreads.c: Likewise.
5126 * gdb.threads/staticthreads.exp: Likewise.
5127 * lib/future.exp: Likewise.
5128 * lib/gdb.exp: Likewise.
5129 * gdb.base/so-indr-cl.c: Remove.
5130 * gdb.base/so-indr-cl.exp: Likewise.
5131 * gdb.base/solib.c: Likewise.
5132 * gdb.base/solib.exp: Likewise.
5133 * gdb.base/solib2.c: Likewise.
5134
5135 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5136
5137 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5138 * gdb.base/call-ar-st.exp: Likewise.
5139 * gdb.base/callfuncs.exp: Likewise.
5140 * gdb.base/condbreak.exp: Likewise.
5141 * gdb.base/constvars.exp: Likewise.
5142 * gdb.base/hbreak2.exp: Likewise.
5143 * gdb.base/langs.exp: Likewise.
5144 * gdb.base/list.exp: Likewise.
5145 * gdb.base/long_long.exp: Likewise.
5146 * gdb.base/ptype.exp: Likewise.
5147 * gdb.base/scope.exp: Likewise.
5148 * gdb.base/signals.exp: Likewise.
5149 * gdb.base/so-impl-ld.exp: Likewise.
5150 * gdb.base/varargs.exp: Likewise.
5151 * gdb.base/volatile.exp: Likewise.
5152 * gdb.base/whatis.exp: Likewise.
5153 * gdb.cp/cplusfuncs.exp: Likewise.
5154 * gdb.cp/inherit.exp: Likewise.
5155 * gdb.cp/local.exp: Likewise.
5156 * gdb.cp/member-ptr.exp: Likewise.
5157 * gdb.cp/method.exp: Likewise.
5158 * gdb.cp/overload.exp: Likewise.
5159 * gdb.cp/templates.exp: Likewise.
5160 * gdb.stabs/weird.exp: Likewise.
5161 * lib/compiler.c: Likewise.
5162 * lib/compiler.cc: Likewise.
5163 * lib/cp-support.exp: Likewise.
5164 * lib/gdb.exp: Likewise.
5165
5166 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5167
5168 * configure.ac: Remove HP-UX case.
5169 * configure: Regenerate.
5170
5171 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5172
5173 * lib/gdb.exp (gdb_compile): Add function doc.
5174
5175 2015-12-17 Pedro Alves <palves@redhat.com>
5176
5177 PR threads/19354
5178 * gdb.multi/info-threads.exp: New file.
5179
5180 2015-12-15 Yao Qi <yao.qi@linaro.org>
5181
5182 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5183 is aarch64*-*-*.
5184
5185 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5186
5187 * gdb.base/history-duplicates.exp: Skip if no readline support.
5188
5189 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5190
5191 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5192
5193 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5194
5195 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5196
5197 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5198
5199 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5200 ctrl-C if nointerrupts target property is set.
5201 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5202 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5203 * gdb.base/paginate-bg-execution.exp: Likewise.
5204 * gdb.base/paginate-execution-startup.exp: Likewise.
5205 * gdb.base/random-signal.exp: Likewise.
5206 * gdb.base/range-stepping.exp: Likewise.
5207 * gdb.cp/annota2.exp: Likewise.
5208 * gdb.cp/annota3.exp: Likewise.
5209 * gdb.gdb/selftest.exp: Likewise.
5210 * gdb.threads/continue-pending-status.exp: Likewise.
5211 * gdb.threads/leader-exit.exp: Likewise.
5212 * gdb.threads/manythreads.exp: Likewise.
5213 * gdb.threads/pthreads.exp: Likewise.
5214 * gdb.threads/schedlock.exp: Likewise.
5215 * gdb.threads/sigthread.exp: Likewise.
5216
5217 2015-12-11 Don Breazeal <donb@codesourcery.com>
5218
5219 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5220 remote.
5221 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5222 * gdb.base/foll-exec.exp (main): Enable for target remote.
5223 * gdb.base/foll-fork.exp (main): Likewise.
5224 * gdb.base/foll-vfork.exp (main): Likewise.
5225 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5226 (proc continue_to_exit_bp_loc): Use clean_restart.
5227 * gdb.base/pie-execl.exp (main): Disable for target remote.
5228 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5229 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5230 * gdb.threads/execl.exp (main): Likewise.
5231 * gdb.threads/fork-child-threads.exp (main): Likewise.
5232 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5233 remote.
5234 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5235 remote.
5236 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5237 pid.tid style ptids, instead of just tid.
5238 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5239 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5240 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5241 ptids, instead of just tid.
5242
5243 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5244
5245 * gdb.base/list.exp (test_list_forward): Add end of file error
5246 test.
5247 (test_repeat_list_command): Add end of file error test.
5248 (test_list_backwards): Add beginning of file error test.
5249
5250 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5251
5252 * gdb.base/list.exp (test_list_invalid_args): New function,
5253 defined, and called.
5254
5255 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.base/list.exp (test_list): Make test names unique.
5258
5259 2015-12-11 Yao Qi <yao.qi@linaro.org>
5260
5261 * gdb.base/coremaker2.c: Remove.
5262
5263 2015-12-10 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.multi/base.exp: Remove stale "spaces" references.
5266
5267 2015-12-10 Pedro Alves <palves@redhat.com>
5268
5269 * gdb.multi/base.exp: Don't use nowarnings.
5270 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5271 * gdb.multi/hangout.c: Include stdio.h.
5272 * gdb.multi/hello.c: Include stdlib.h.
5273 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5274 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5275 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5276
5277 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5278
5279 * gdb.dwarf2/dw2-ranges-base.c: New file.
5280 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5281 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5282 support additional line table, and debug ranges generation.
5283 (Dwarf::ranges): New function, generate .debug_ranges.
5284 (Dwarf::lines): Support generating simple line table programs.
5285 (Dwarf::assemble): Initialise new namespace variables.
5286
5287 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5288
5289 * gdb.base/async.exp (proc test_background): Add case for
5290 asynchronous execution not supported.
5291
5292 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5293
5294 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5295 format and change test names to make them unique.
5296
5297 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5298 Pedro Alves <pedro@redhat.com>
5299
5300 PR gdb/18702
5301 Add checking of floatformats setup on x86_64 hosts.
5302 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5303 (smallval, bigval): New labels/constants.
5304 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5305 float" after loading bigval and smallval.
5306
5307 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5308
5309 * gdb.ada/fun_overload_menu.exp: New testcase.
5310 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5311
5312 2015-12-04 Josh Stone <jistone@redhat.com>
5313
5314 * gdb.base/catch-fork-static.exp: New.
5315
5316 2015-12-03 Yao Qi <yao.qi@linaro.org>
5317
5318 * gdb.base/sizeof.c: Don't include stdio.h and
5319 ../lib/unbuffer_output.c.
5320 (main): New variable 'size' and 'value'. Remove printf and
5321 gdb_unbuffer_output. Assign return value to size and value.
5322 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5323 at the beginning.
5324 (check_sizeof): Check the result by printing variable 'size'.
5325 (check_valueof): Check the result by printing variable 'value'.
5326
5327 2015-12-01 Yao Qi <yao.qi@linaro.org>
5328
5329 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5330 for aarch64*-*-linux* target.
5331
5332 2015-11-30 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5335
5336 2015-11-30 Pedro Alves <palves@redhat.com>
5337
5338 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5339 Handle non-stop mode vCont replies.
5340
5341 2015-11-30 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5344 prepare_for_testing. Start gdb with "set non-stop on" appended to
5345 GDBFLAGS. Lax expected stop output.
5346
5347 2015-11-27 Yao Qi <yao.qi@linaro.org>
5348
5349 * gdb.arch/arm-neon.exp: New.
5350 * gdb.arch/arm-neon.c: New.
5351
5352 2015-11-27 Yao Qi <yao.qi@linaro.org>
5353
5354 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5355
5356 2015-11-27 Yao Qi <yao.qi@linaro.org>
5357
5358 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5359 frames-invalid annotation.
5360
5361 2015-11-27 Yao Qi <yao.qi@linaro.org>
5362
5363 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5364
5365 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5366
5367 * gdb.threads/names.exp: New file.
5368 * gdb.threads/names.c: New file.
5369 * README: Mention gdb,no_thread_names.
5370
5371 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5372
5373 PR 19297
5374 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5375 support" error.
5376
5377 2015-11-24 Pedro Alves <palves@redhat.com>
5378
5379 PR 17539
5380 * gdb.base/display.exp: Expect displays to be sorted in ascending
5381 order. Use multi_line.
5382 * gdb.base/solib-display.exp: Likewise.
5383
5384 2015-11-24 Pedro Alves <palves@redhat.com>
5385
5386 PR 17539
5387 * gdb.base/display.exp: Expect displays to be sorted in ascending
5388 order. Use multi_line.
5389 * gdb.base/solib-display.exp: Likewise.
5390
5391 2015-11-24 Pedro Alves <palves@redhat.com>
5392
5393 PR 17539
5394 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5395 threads in ascending order.
5396 * gdb.base/foll-fork.exp: Likewise.
5397 * gdb.base/foll-vfork.exp: Likewise.
5398 * gdb.base/multi-forks.exp: Likewise.
5399 * gdb.mi/mi-nonstop.exp: Likewise.
5400 * gdb.mi/mi-nsintrall.exp: Likewise.
5401 * gdb.multi/base.exp: Likewise.
5402 * gdb.multi/multi-arch.exp: Likewise.
5403 * gdb.python/py-inferior.exp: Likewise.
5404 * gdb.threads/break-while-running.exp: Likewise.
5405 * gdb.threads/execl.exp: Likewise.
5406 * gdb.threads/gcore-thread.exp: Likewise.
5407 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5408 * gdb.threads/kill.exp: Likewise.
5409 * gdb.threads/linux-dp.exp: Likewise.
5410 * gdb.threads/multiple-step-overs.exp: Likewise.
5411 * gdb.threads/next-bp-other-thread.exp: Likewise.
5412 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5413 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5414 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5415 * gdb.threads/thread-find.exp: Likewise.
5416 * gdb.threads/tls.exp: Likewise.
5417 * lib/mi-support.exp (mi_reverse_list): Delete.
5418 (mi_check_thread_states): No longer reverse list.
5419
5420 2015-11-24 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5423 use lowercase.
5424
5425 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5426
5427 * gdb.trace/actions.c: Include trace-common.h.
5428 (main): Add a location for a fast tracepoint.
5429 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5430 the normal tracepoints.
5431 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5432
5433 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5434
5435 * save-trace.exp: Factor out code to these...
5436 (gdb_save_tracepoints): New.
5437 (gdb_load_tracepoints): New.
5438 (do_save_load_test): New.
5439
5440 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5441
5442 * gdb.base/asmlabel.exp: New test.
5443 * gdb.base/asmlabel.c: New test case.
5444
5445 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5446
5447 * gdb.base/wrong_frame_bt_full-main.c: New file.
5448 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5449 * gdb.base/wrong_frame_bt_full.exp: New file.
5450
5451 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5452
5453 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5454
5455 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5456
5457 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5458 pstate register when comparing registers values in
5459 sparc64-*-linux-gnu targets to avoid spurious differences.
5460
5461 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5462
5463 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5464
5465 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5466
5467 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5468 as type argument to gdb_compile.
5469 * gdb.base/nested-subp2.exp: Likewise.
5470 * gdb.base/nested-subp3.exp: Likewise.
5471
5472 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5473
5474 * lib/dwarf.exp (_note): Fix left shift of negative value.
5475 * gdb.trace/trace-condition.exp: Likewise.
5476
5477 2015-11-13 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5480 comments about d10v.
5481 (test_scalar_returns): Likewise.
5482 * gdb.base/d10v.ld: Remove.
5483 * gdb.base/overlays.exp: Remove the target triplet checking for
5484 d10v-*-*.
5485 * gdb.base/structs.exp (test_struct_returns): Remove the
5486 comments about d10v.
5487 (test_struct_calls): Likewise.
5488
5489 2015-11-13 Yao Qi <yao.qi@linaro.org>
5490
5491 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5492 * gdb.base/gnu_vector.c: Don't include stdio.h.
5493 (main): Don't print res and call add_some_intvecs.
5494
5495 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5496
5497 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5498 macro.
5499 (func5): Removed.
5500 (func4): Use FAST_TRACEPOINT_LABEL.
5501 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5502 macro.
5503 (func): Removed.
5504 (thread_function): Use FAST_TRACEPOINT_LABEL.
5505 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5506 (func): Remove.
5507 (marker): Use FAST_TRACEPOINT_LABEL.
5508 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5509 (pendfunc1): Remove.
5510 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5511 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5512 (foo): Remove.
5513 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5514 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5515 macro.
5516 (func): Remove.
5517 (marker): Use FAST_TRACEPOINT_LABEL.
5518 * gdb.trace/trace-common.h: New header.
5519 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5520 macro.
5521 (func): Remove.
5522 (marker): Use FAST_TRACEPOINT_LABEL.
5523 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5524 (func): Remove.
5525 (thread_function): Use FAST_TRACEPOINT_LABEL.
5526
5527 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5528
5529 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5530 in front.
5531 * gdb.trace/change-loc.exp: Use global pcreg definition.
5532 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5533 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5534 in front.
5535 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5536 * gdb.trace/pending.exp: Likewise.
5537 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5538 * gdb.trace/trace-break.exp: Likewise.
5539 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5540 in front.
5541 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5542 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5543 in front.
5544 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5545
5546 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5547
5548 * gdb.ada/fin_fun_out: New testcase.
5549
5550 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5551
5552 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5553 value associated with DW_AT_byte_size.
5554 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5555 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5556 DW_AT_upper_bound.
5557
5558 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5559
5560 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5561 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5562 version.
5563 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5564 gdb.dwarf2/dw2-canonicalize-type.exp,
5565 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5566 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5567 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5568 provided by gdb_target_symbol_prefix_flags_asm.
5569 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5570 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5571 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5572 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5573 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5574 macros where needed). Use this macro for symbols which require
5575 the prefix provided by SYMBOL_PREFIX.
5576
5577 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5578
5579 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5580 New procs.
5581 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5582 representing expressions, of more than one list element.
5583 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5584 to prepend linker symbol prefix to f.
5585 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5586 table_1 and table_2.
5587 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5588 Likewise, for f and g.
5589 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5590 for ptr.
5591 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5592 for main.
5593 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5594 table_1_ptr and table_2_ptr.
5595
5596 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5597 Joel Brobecker <brobecker@adacore.com>
5598
5599 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5600
5601 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5602
5603 * gdb.reverse/s390-mvcle.c: New test.
5604 * gdb.reverse/s390-mvcle.exp: New file.
5605 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5606
5607 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5608
5609 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5610
5611 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5612
5613 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5614 reaching marker2.
5615 * gdb.reverse/getresuid-reverse.exp: Likewise.
5616 * gdb.reverse/pipe-reverse.exp: Likewise.
5617 * gdb.reverse/readv-reverse.exp: Likewise.
5618 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5619 * gdb.reverse/time-reverse.exp: Likewise.
5620 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5621
5622 2015-10-30 Yao Qi <yao.qi@linaro.org>
5623
5624 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5625 (empty_cycle): Remove.
5626 (main): Don't call empty_cycle. Don't use watch_count_done.
5627 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5628 empty_cycle. Rewrite the code counting HW watchpoints.
5629
5630 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5631
5632 * gdb.reverse/fstatat-reverse.c: New test.
5633 * gdb.reverse/fstatat-reverse.exp: New file.
5634 * gdb.reverse/getresuid-reverse.c: New test.
5635 * gdb.reverse/getresuid-reverse.exp: New file.
5636 * gdb.reverse/pipe-reverse.c: New test.
5637 * gdb.reverse/pipe-reverse.exp: New file.
5638 * gdb.reverse/readv-reverse.c: New test.
5639 * gdb.reverse/readv-reverse.exp: New file.
5640 * gdb.reverse/recvmsg-reverse.c: New test.
5641 * gdb.reverse/recvmsg-reverse.exp: New file.
5642 * gdb.reverse/time-reverse.c: New test.
5643 * gdb.reverse/time-reverse.exp: New file.
5644 * gdb.reverse/waitpid-reverse.c: New test.
5645 * gdb.reverse/waitpid-reverse.exp: New file.
5646
5647 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5648
5649 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5650
5651 2015-10-26 Doug Evans <dje@google.com>
5652
5653 PR symtab/17391
5654 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5655 * gdb.dwarf2/bad-regnum.c: New file.
5656 * gdb.dwarf2/bad-regnum.exp: New file.
5657
5658 2015-10-26 Doug Evans <dje@google.com>
5659
5660 PR python/18938
5661 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5662 file.
5663
5664 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5667 for a change by "Mention language in compile error message".
5668
5669 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5670
5671 PR python/18073
5672 * gdb.python/py-type.c (C::a_method): New.
5673 (C::a_const_method): New.
5674 (C::a_static_method): New.
5675 (a_function): New.
5676 * gdb.python/py-type.exp (test_fields): Test getting fields
5677 from function and method.
5678
5679 2015-10-21 Keven Boell <keven.boell@intel.com>
5680
5681 * gdb.fortran/vla-alloc-assoc.exp: New file.
5682 * gdb.fortran/vla-datatypes.exp: New file.
5683 * gdb.fortran/vla-datatypes.f90: New file.
5684 * gdb.fortran/vla-history.exp: New file.
5685 * gdb.fortran/vla-ptype-sub.exp: New file.
5686 * gdb.fortran/vla-ptype.exp: New file.
5687 * gdb.fortran/vla-sizeof.exp: New file.
5688 * gdb.fortran/vla-sub.f90: New file.
5689 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5690 * gdb.fortran/vla-value-sub-finish.exp: New file.
5691 * gdb.fortran/vla-value-sub.exp: New file.
5692 * gdb.fortran/vla-value.exp: New file.
5693 * gdb.fortran/vla-ptr-info.exp: New file.
5694 * gdb.mi/mi-vla-fortran.exp: New file.
5695 * gdb.mi/vla.f90: New file.
5696
5697 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5698
5699 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5700 of hardwired timeout value.
5701
5702 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5703 Pedro Alves <palves@redhat.com>
5704
5705 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5706 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5707
5708 2015-10-19 Josh Stone <jistone@redhat.com>
5709
5710 * gdb.base/catch-syscall.c: Include <sched.h>.
5711 (unknown_syscall): New variable.
5712 (main): Trigger a vfork and an unknown syscall.
5713 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5714 (unknown_syscall_number): Likewise.
5715 (check_call_to_syscall): Accept an optional syscall pattern.
5716 (check_return_from_syscall): Likewise.
5717 (check_continue): Likewise.
5718 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5719 (test_catch_syscall_skipping_return): New test toggling off 'catch
5720 syscall' to step over the syscall return, then toggling back on.
5721 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5722 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5723 (do_syscall_tests): Call test_catch_syscall_without_args and
5724 test_catch_syscall_mid_vfork.
5725 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5726 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5727
5728 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5729
5730 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5731 print g_vE): Add new pass patterns.
5732 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5733 print various symbol names for vptr fields.
5734
5735 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5736
5737 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5738 results.
5739
5740 2015-10-12 Yao Qi <yao.qi@linaro.org>
5741
5742 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5743
5744 2015-10-12 Yao Qi <yao.qi@linaro.org>
5745
5746 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5747 is aarch64*-*-linux*.
5748
5749 2015-10-12 Yao Qi <yao.qi@linaro.org>
5750
5751 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5752 (can_relocate_bcond_true): ... it.
5753 (can_relocate_bcond_false): New function.
5754 (foo): Likewise.
5755 (can_relocate_bl): Likewise.
5756 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5757 can_relocate_bl.
5758
5759 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5760
5761 * gdb.base/nested-addr.c: New file.
5762 * gdb.base/nested-addr.exp: New testcase.
5763
5764 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5765
5766 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5767 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5768 its output. Ignore the output of "record goto begin" and instead
5769 check that GDB is replaying.
5770
5771 2015-10-09 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5774 (top level): Use it in the run with no args test.
5775
5776 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5777
5778 * gdb.dlang/properties.exp: New file.
5779
5780 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5781
5782 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5783 whether or not address 0x1000 is mapped on the target.
5784
5785 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5788 build.
5789
5790 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5791
5792 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5793 instruction-history test.
5794
5795 2015-09-28 Doug Evans <dje@google.com>
5796
5797 * gdb.base/gcore.c (array_func): Add reference to static_array.
5798
5799 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5800
5801 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5802 source line.
5803
5804 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5805
5806 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5807 short or char as base type.
5808
5809 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5810
5811 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5812 to allow any size enum.
5813
5814 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5815
5816 * gdb.ada/array_ptr_renaming.exp: New testcase.
5817 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5818 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5819
5820 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5821
5822 * gdb.trace/ftrace-lock.c: New file.
5823 * gdb.trace/ftrace-lock.exp: New file.
5824
5825 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5826
5827 * gdb.arch/insn-reloc.c: New file.
5828 * gdb.arch/ftrace-insn-reloc.exp: New file.
5829
5830 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5831
5832 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5833 instruction.
5834 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5835 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5836 * gdb.trace/range-stepping.c: Likewise.
5837 * gdb.trace/trace-break.c: Likewise.
5838 * gdb.trace/trace-mt.c (thread_function): Likewise.
5839 * gdb.trace/ftrace.c (marker): Likewise.
5840 * gdb.trace/trace-condition.c (marker): Likewise.
5841 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5842 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5843 is_aarch64_target.
5844
5845 2015-09-18 Doug Evans <xdje42@gmail.com>
5846
5847 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5848 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5849
5850 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5851
5852 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5853 the breakpoint.
5854
5855 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5856
5857 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5858 the pending breakpoint. Remove timeout override for "Run till
5859 MI pending breakpoint on pendfunc3 on thread 2" test.
5860
5861 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5862
5863 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5864 filename pattern.
5865
5866 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5867
5868 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5869 in breakpoint filename pattern.
5870
5871 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5874
5875 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5876
5877 * gdb.linespec/explicit.exp: Check for readline support for
5878 tab-completion tests. Fix obvious typo.
5879
5880 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5881
5882 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5883 and replay.
5884
5885 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5886
5887 * gdb.btrace/non-stop.c: New.
5888 * gdb.btrace/non-stop.exp: New.
5889
5890 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5891 Yao Qi <yao.qi@linaro.org>
5892
5893 * gdb.trace/trace-condition.c: New file.
5894 * gdb.trace/trace-condition.exp: New file.
5895
5896 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5897
5898 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5899 for testing bytecode compilation.
5900
5901 2015-09-16 Pedro Alves <palves@redhat.com>
5902 Sandra Loosemore <sandra@codesourcery.com>
5903
5904 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5905 (SECONDS): Redefine.
5906 (main): Call pthread_kill and alarm early.
5907 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5908 support.
5909 (test): If the target can't hardware step and doesn't support
5910 displaced stepping, increase the timeout.
5911
5912 2015-09-16 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5915 (enable_debug): New procedures.
5916 (test): Use them. Bail out if waiting for threads fails.
5917 (top level): Bail out if a test fails.
5918
5919 2015-09-16 Yao Qi <yao.qi@linaro.org>
5920
5921 * gdb.asm/asm-source.exp: Set asm-arch for
5922 aarch64*-*-* target.
5923 * gdb.asm/aarch64.inc: New file.
5924
5925 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5926
5927 * gdb.ada/array_of_variable_length.exp: New testcase.
5928 * gdb.ada/array_of_variable_length/foo.adb: New file.
5929 * gdb.ada/array_of_variable_length/pck.adb: New file.
5930 * gdb.ada/array_of_variable_length/pck.ads: New file.
5931
5932 2015-09-15 Doug Evans <dje@google.com>
5933
5934 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5935 of function static local variable.
5936
5937 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5938
5939 * gdb.threads/tls-so_extern.exp: New test file.
5940 * gdb.threads/tls-so_extern.c: New test file.
5941 * gdb.threads/tls-so_extern_main.c: New test file.
5942
5943 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5944
5945 * gdb.opt/solib-intra-step-lib.c: New file.
5946 * gdb.opt/solib-intra-step-main.c: New file.
5947 * gdb.opt/solib-intra-step.exp: New file.
5948
5949 2015-09-15 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5952 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5953
5954 2015-09-14 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.base/hook-stop-continue.c: Delete.
5957 * gdb.base/hook-stop-continue.exp: Delete.
5958 * gdb.base/hook-stop-frame.c: Delete.
5959 * gdb.base/hook-stop-frame.exp: Delete.
5960 * gdb.base/hook-stop.c: New file.
5961 * gdb.base/hook-stop.exp: New file.
5962
5963 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5964
5965 * gdb.ada/access_to_packed_array.exp: New testcase.
5966 * gdb.ada/access_to_packed_array/foo.adb: New file.
5967 * gdb.ada/access_to_packed_array/pack.adb: New file.
5968 * gdb.ada/access_to_packed_array/pack.ads: New file.
5969
5970 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5971
5972 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5973 buffer size test.
5974
5975 2015-09-11 Don Breazeal <donb@codesourcery.com>
5976
5977 * gdb.base/foll-exec.c: Add copyright header. Fix
5978 formatting issues.
5979 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5980 (do_exec_tests): Use clean_restart in place of zap_session,
5981 and for test initialization. Fix formatting issues. Use
5982 fail in place of perror.
5983 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5984 an expect statement to match an expression with output from
5985 the program under debug.
5986 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5987 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5988 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5989 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5990 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5991
5992 2015-09-09 Doug Evans <dje@google.com>
5993
5994 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5995
5996 2015-09-09 Doug Evans <dje@google.com>
5997
5998 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5999
6000 2015-09-09 Doug Evans <dje@google.com>
6001
6002 * gdb.base/savedregs.exp: Fix typo.
6003
6004 2015-09-09 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6007
6008 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6009
6010 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6011 command actually switches threads. Give up on remaining
6012 tests if target fails to stop at breakpoint.
6013
6014 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6015
6016 * gdb.ada/funcall_char.exp: New testcase.
6017 * gdb.ada/funcall_char/foo.adb: New file.
6018
6019 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6020
6021 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6022 expected outputs. Add two testcases for completing ambiguous
6023 functions.
6024 * gdb.ada/complete/aux_pck.adb: New file.
6025 * gdb.ada/complete/aux_pck.ads: New file.
6026 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6027 Ambiguous_Func functions.
6028 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6029 * gdb.ada/complete/pck.adb: Likewise.
6030
6031 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6032
6033 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6034 failures to run the test program under GDB.
6035
6036 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6037
6038 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6039 to C.
6040
6041 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6042
6043 * gdb.base/run-after-attach.exp: New test file.
6044 * gdb.base/run-after-attach.c: New test file.
6045
6046 2015-08-26 Don Breazeal <donb@codesourcery.com>
6047
6048 * gdb.base/foll-exec-2.c: New test program.
6049 * gdb.base/foll-exec-2.exp: New test.
6050
6051 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6052
6053 * gdb.base/nested-subp1.exp: New file.
6054 * gdb.base/nested-subp1.c: New file.
6055 * gdb.base/nested-subp2.exp: New file.
6056 * gdb.base/nested-subp2.c: New file.
6057 * gdb.base/nested-subp3.exp: New file.
6058 * gdb.base/nested-subp3.c: New file.
6059
6060 2015-08-24 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.server/connect-without-multi-process.c: New file.
6063 * gdb.server/connect-without-multi-process.exp: New file.
6064
6065 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6066
6067 * gdb.opt/inline-markers.c: Make z int.
6068
6069 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6070
6071 * gdb.opt/inline-markers.c: Make z volatile.
6072
6073 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6074
6075 * gdb.opt/inline-bt.c: New volatile global z.
6076 * gdb.opt/inline-cmds.c: Likewise.
6077 * gdb.opt/inline-locals.c: Likewise.
6078 * gdb.opt/inline-markers.c: New extern global z.
6079 (marker): Use z.
6080 (inline_fn): Likewise.
6081
6082 2015-08-24 Pedro Alves <palves@redhat.com>
6083
6084 * config/m32r-stub.exp: Remove file.
6085 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6086 * gdb.base/call-rt-st.exp: Likewise.
6087 * gdb.base/call-strs.exp: Likewise.
6088 * gdb.base/default.exp: Remove references to h8300-*-hms and
6089 *-*-udi*.
6090 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6091
6092 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6093
6094 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6095 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6096 and "return" use KFAIL when GDB can not read/write the vector
6097 return value.
6098
6099 2015-08-21 Gary Benson <gbenson@redhat.com>
6100
6101 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6102
6103 2015-08-20 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.server/solib-list.exp: No longer expect an interior stop in
6106 non-stop mode.
6107
6108 2015-08-20 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.server/connect-stopped-target.c: New file.
6111 * gdb.server/connect-stopped-target.exp: New file.
6112
6113 2015-08-20 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.dwarf2/comp-unit-lang.exp: New file.
6116 * gdb.dwarf2/comp-unit-lang.c: New file.
6117
6118 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6119
6120 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6121 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6122
6123 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6124
6125 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6126 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6127
6128 2015-08-18 Doug Evans <dje@google.com>
6129 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6130
6131 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6132 skip_python_tests. New arg prompt_regexp.
6133 (skip_python_tests): New function.
6134 * lib/mi-support.exp (mi_skip_python_tests): New function.
6135 * gdb.python/py-mi-objfile-gdb.py: New file.
6136 * gdb.python/py-mi-objfile.c: New file.
6137 * gdb.python/py-mi-objfile.exp: New file.
6138
6139 2015-08-17 Keith Seitz <keiths@redhat.com>
6140
6141 * gdb.linespec/explicit.exp: Move strace test from here ...
6142 * gdb.trace/strace.exp: ... to here.
6143
6144 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6145
6146 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6147 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6148
6149 2015-08-14 Doug Evans <xdje42@gmail.com>
6150
6151 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6152 inferior before selecting a new file.
6153
6154 2015-08-14 Doug Evans <xdje42@gmail.com>
6155
6156 * gdb.mi/mi-disassemble.exp: Update.
6157 * gdb.base/disasm-optim.S: New file.
6158 * gdb.base/disasm-optim.c: New file.
6159 * gdb.base/disasm-optim.h: New file.
6160 * gdb.base/disasm-optim.exp: New file.
6161
6162 2015-08-14 Keith Seitz <keiths@redhat.com>
6163
6164 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6165 "evaluated-by".
6166
6167 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6168
6169 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6170
6171 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6172
6173 * gdb.ada/fun_renaming.exp: New testcase.
6174 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6175 * gdb.ada/fun_renaming/pack.adb: New file.
6176 * gdb.ada/fun_renaming/pack.ads: New file.
6177
6178 2015-08-12 Keith Seitz <keiths@redhat.com>
6179
6180 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6181 gdb_get_line_number.
6182
6183 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6186 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6187 gdb.base/dso2dso.exp: New files.
6188
6189 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6190 Pedro Alves <palves@redhat.com>
6191 Keith Seitz <keiths@redhat.com>
6192
6193 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6194 GDBFLAGS.
6195
6196 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6197
6198 * gdb.base/gdbhistsize-history.exp
6199 (test_histsize_history_setting): Use save_vars.
6200 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6201 Use save_vars.
6202 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6203 * gdb.base/readline.exp: Use save_vars.
6204
6205 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6206
6207 * lib/gdb.exp (save_vars): New proc.
6208
6209 2015-08-11 Keith Seitz <keiths@redhat.com>
6210
6211 * gdb.base/help.exp: Update help_breakpoint_text.
6212
6213 2015-08-11 Keith Seitz <keiths@redhat.com>
6214
6215 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6216 (at toplevel): Call test_explicit_breakpoints.
6217 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6218 breakpoints.
6219 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6220 breakpoint conditions, "-cond".
6221
6222 2015-08-11 Keith Seitz <keiths@redhat.com>
6223
6224 * gdb.linespec/3explicit.c: New file.
6225 * gdb.linespec/cpexplicit.cc: New file.
6226 * gdb.linespec/cpexplicit.exp: New file.
6227 * gdb.linespec/explicit.c: New file.
6228 * gdb.linespec/explicit.exp: New file.
6229 * gdb.linespec/explicit2.c: New file.
6230 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6231 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6232 before using in the matching pattern.
6233 Clarify that `prefix' is a regular expression.
6234
6235 2015-08-11 Keith Seitz <keiths@redhat.com>
6236
6237 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6238 test.
6239 Add tests for missing ",FMT" and ",".
6240
6241 2015-08-10 Doug Evans <dje@google.com>
6242 Keith Seitz <keiths@redhat.com>
6243
6244 PR gdb/17960
6245 * gdb.base/completion.exp: Add location completer tests.
6246
6247 2015-08-07 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6250 tests here.
6251 (top level): Run do_test with and without displaced stepping.
6252
6253 2015-08-07 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/valgrind-disp-step.c: New file.
6256 * gdb.base/valgrind-disp-step.exp: New file.
6257
6258 2015-08-07 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6261 Delete function.
6262 (main): Add alarm. Run an infinite loop instead of calling
6263 wait_threads.
6264 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6265 comment.
6266 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6267 Delete function.
6268 (main): Add alarm. Run an infinite loop instead of calling
6269 wait_threads.
6270 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6271 comment.
6272
6273 2015-08-07 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/checkpoint-ns.exp: New file.
6276 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6277 standard_testfile.
6278
6279 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6280
6281 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6282 * gdb.btrace/instruction_history.exp: Update.
6283 * gdb.btrace/tsx.exp: New.
6284 * gdb.btrace/tsx.c: New.
6285
6286 2015-08-06 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6289 increase timeout.
6290 * gdb.reverse/until-precsave.exp: Bump timeouts.
6291
6292 2015-08-06 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6295
6296 2015-08-06 Pedro Alves <palves@redhat.com>
6297
6298 PR gdb/18749
6299 * gdb.threads/process-dies-while-handling-bp.c: New file.
6300 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6301
6302 2015-08-06 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6305 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6306
6307 2015-08-05 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6310 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6311
6312 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6313
6314 * gdb.base/bp-permanent.exp: Report test as unsupported if
6315 the target cannot stop at the permanent breakpoint.
6316
6317 2015-08-03 Doug Evans <dje@google.com>
6318
6319 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6320 10000.
6321
6322 2015-08-03 Doug Evans <dje@google.com>
6323
6324 * Makefile.in (workers/%.worker, build-perf): New rule.
6325 (GDB_PERFTEST_MODE): New variable.
6326 (check-perf): Use it.
6327 (clean): Clean up gdb.perf parallel build subdirs.
6328 * lib/build-piece.exp: New file.
6329 * lib/gdb.exp (make_gdb_parallel_path): New function
6330 (standard_output_file, standard_temp_file): Call it.
6331 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6332 of $GDB_PARALLEL.
6333 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6334
6335 2015-08-03 Doug Evans <dje@google.com>
6336
6337 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6338 (LOG_FILE_NAME): New global.
6339 (TextReporter.__init__): Initialize self.txt_sum.
6340 (TextReporter.report): Add support for multiple data-points.
6341 Move report to perftest.sum, put raw data in perftest.log.
6342 (TextReporter.start): Open sum and log files.
6343 (TextReporter.end): Close sum and log files.
6344 * gdb.perf/lib/perftest/testresult.py
6345 (SingleStatisticTestResult.record): Handle multiple data-points.
6346
6347 2015-07-31 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6350 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6351 kill_wait_spawned_process instead of explicit "kill -9".
6352 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6353 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6354 kill_wait_spawned_process.
6355 * gdb.base/attach-twice.exp: Likewise.
6356 * gdb.base/attach.exp: Likewise.
6357 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6358 gdb_test_multiple.
6359 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6360 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6361 kill_wait_spawned_process.
6362 * gdb.base/valgrind-infcall.exp: Likewise.
6363 * gdb.multi/multi-attach.exp: Likewise.
6364 * gdb.python/py-prompt.exp: Likewise.
6365 * gdb.python/py-sync-interp.exp: Likewise.
6366 * gdb.server/ext-attach.exp: Likewise.
6367 * gdb.threads/attach-into-signal.exp (corefunc): Use
6368 spawn_wait_for_attach, spawn_id_get_pid and
6369 kill_wait_spawned_process.
6370 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6371 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6372 spawn_id_get_pid and kill_wait_spawned_process.
6373 * gdb.threads/attach-stopped.exp (corefunc): Use
6374 spawn_wait_for_attach, spawn_id_get_pid and
6375 kill_wait_spawned_process.
6376 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6377 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6378 kill_wait_spawned_process instead of explicit "kill -9".
6379 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6380 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6381 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6382 processes. Don't map cygwin/windows pids here. Now returns a
6383 spawn id list.
6384
6385 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6386
6387 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6388 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6389 correct patch.
6390
6391 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6392
6393 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6394
6395 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6396
6397 Reapply:
6398 2014-05-21 Mark Wielaard <mjw@redhat.com>
6399
6400 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6401
6402 2015-07-30 Pedro Alves <palves@redhat.com>
6403
6404 * linux-low.c (handle_extended_wait): Set the child's last
6405 reported status to TARGET_WAITKIND_STOPPED.
6406
6407 2015-07-30 Pedro Alves <palves@redhat.com>
6408
6409 PR threads/18600
6410 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6411 only shows inferior 1.
6412
6413 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6414 Pedro Alves <palves@redhat.com>
6415
6416 PR threads/18600
6417 * gdb.threads/fork-plus-threads.c: New file.
6418 * gdb.threads/fork-plus-threads.exp: New file.
6419
6420 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6421
6422 * gdb.base/batch-preserve-term-settings.exp
6423 (test_terminal_settings_preserved_after_cli_exit): Use
6424 send_quit_command.
6425
6426 2015-07-29 Pedro Alves <palves@redhat.com>
6427 Don Breazeal <donb@codesourcery.com>
6428
6429 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6430 output from both inferior_spawn_id and gdb_spawn_id.
6431
6432 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6433
6434 * gdb.threads/attach-into-signal.exp (corefunc): Use
6435 with_test_prefix on nested loops, uniquefying the test messages.
6436
6437 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6438
6439 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6440 commit.
6441
6442 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6443
6444 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6445 New proc.
6446 (test_terminal_settings_preserved_after_sigterm): New test.
6447
6448 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6449
6450 * gdb.base/batch-preserve-term-settings.exp
6451 (test_terminal_settings_preserved_after_cli_exit): New test.
6452
6453 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6454
6455 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6456 manipulation of saved_gdbflags.
6457 (test_terminal_settings_preserved): Remove global declaration of
6458 the unused variable pagination_prompt. Remove manipulation of
6459 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6460 GDBFLAGS.
6461
6462 2015-07-29 Pedro Alves <palves@redhat.com>
6463
6464 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6465
6466 2015-07-29 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6469 at the top.
6470
6471 2015-07-29 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6474 (main): Call gdb_unbuffer_output.
6475 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6476 (main): Call gdb_unbuffer_output.
6477 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6478 (main): Call gdb_unbuffer_output.
6479 * gdb.base/call-strs.exp: Adjust to step over the
6480 gdb_unbuffer_output call.
6481 * gdb.base/catch-gdb-caused-signals.c: Include
6482 "../lib/unbuffer_output.c".
6483 (main): Call gdb_unbuffer_output.
6484 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6485 (main): Call gdb_unbuffer_output.
6486 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6487 (main): Call gdb_unbuffer_output.
6488 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6489 (main): Call gdb_unbuffer_output.
6490 * gdb.base/shlib-call.exp: Adjust to step over the
6491 gdb_unbuffer_output call.
6492 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6493 (main): Call gdb_unbuffer_output.
6494 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6495 (main): Call gdb_unbuffer_output.
6496 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6497 (main): Rename to ...
6498 (test): ... this.
6499 (main): Reimplement.
6500 * gdb.base/varargs.exp: Run to test instead of to main.
6501 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6502 (main): Call gdb_unbuffer_output.
6503
6504 2015-07-29 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6507 factore out from mi_continue_dprintf. For call-style dprintfs,
6508 expect dprintf output out of $inferior_spawn_id.
6509 (mi_continue_dprintf): Use mi_expect_dprintf.
6510 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6511 (main): Call gdb_unbuffer_output.
6512
6513 2015-07-29 Pedro Alves <palves@redhat.com>
6514
6515 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6516 (default_mi_gdb_start): Set inferior_spawn_id instead of
6517 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6518 gdb_spawn_id.
6519 (mi_gdb_test): Always expect inferior output from both
6520 $inferior_spawn_id and $gdb_spawn_id.
6521
6522 2015-07-29 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6525 send_inferior and $inferior_spawn_id.
6526
6527 2015-07-29 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.gdb/complaints.exp (test_initial_complaints)
6530 (test_serial_complaints, test_short_complaints): Use
6531 gdb_test_stdio.
6532 (test_empty_complaint): Handle $inferior_spawn_id !=
6533 $gdb_spawn_id.
6534
6535 2015-07-29 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.base/varargs.exp: Use gdb_test_stdio.
6538
6539 2015-07-29 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6542
6543 2015-07-29 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6546
6547 2015-07-29 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6550 parameter into two new parameters, "inf_result" and "gdb_result".
6551 Expect inferior output and gdb output from $inferior_spawn_id and
6552 $gdb_spawn_id, respectively. Adjust all callers.
6553
6554 2015-07-29 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6557 of gdb_test_sequence.
6558
6559 2015-07-29 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6562 (saw_spurious_output): Expect inferior output from
6563 $inferior_spawn_id. Use gdb_test_stdio.
6564
6565 2015-07-29 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.base/dprintf.exp: Use standard_testfile. Change
6568 prepare_for_testing call.
6569 (srcfile): Don't set.
6570 (restart): New procedure.
6571 (test_dprintf): New procecure, use to continue over dprintfs.
6572 (test_call, test_agent): New procedures, tests moved here.
6573 Restart gdb and recreate dprintfs. Adjust expected output.
6574
6575 2015-07-29 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6578
6579 2015-07-29 Pedro Alves <palves@redhat.com>
6580
6581 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6582
6583 2015-07-29 Pedro Alves <palves@redhat.com>
6584
6585 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6586 gdb_test_stdio.
6587
6588 2015-07-29 Pedro Alves <palves@redhat.com>
6589
6590 * lib/gdb.exp (gdb_test_stdio): New procedure.
6591
6592 2015-07-29 Pedro Alves <palves@redhat.com>
6593
6594 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6595
6596 2015-07-29 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.base/call-signal-resume.exp: Remove check for
6599 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6600 * gdb.base/unwindonsignal.exp: Likewise.
6601 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6602 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6603
6604 2015-07-29 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.base/siginfo-addr.c (pass): New function.
6607 (handler): Call it iff si_addr is correct.
6608 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6609 Set a breakpoint at "pass" and continue to it.
6610
6611 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6612
6613 * gdb.python/py-objfile.exp: Make some tests have unique names.
6614 * gdb.python/py-pp-registration.exp: Likewise.
6615
6616 2015-07-28 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6619
6620 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6621
6622 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6623
6624 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6625
6626 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6627
6628 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6629
6630 * gdb.base/gdb-sigterm-2.exp: New test.
6631
6632 2015-07-25 Doug Evans <xdje42@gmail.com>
6633
6634 Revert:
6635 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6636 (workers/%.worker, build-perf): New rule.
6637 (GDB_PERFTEST_MODE): New variable.
6638 (check-perf): Use it.
6639 (clean): Clean up gdb.perf parallel build subdirs.
6640 * lib/build-piece.exp: New file.
6641 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6642 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6643 name.
6644 (standard_temp_file): Ditto.
6645 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6646 of $GDB_PARALLEL.
6647
6648 2015-07-24 Doug Evans <dje@google.com>
6649
6650 * gdb.perf/lib/perftest/utils.py: New file.
6651 * gdb.perf/gm-hello.cc: New file.
6652 * gdb.perf/gm-pervasive-typedef.cc: New file.
6653 * gdb.perf/gm-pervasive-typedef.h: New file.
6654 * gdb.perf/gm-std.cc: New file.
6655 * gdb.perf/gm-std.h: New file.
6656 * gdb.perf/gm-use-cerr.cc: New file.
6657 * gdb.perf/gm-utils.h: New file.
6658 * gdb.perf/gmonster-null-lookup.py: New file.
6659 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6660 * gdb.perf/gmonster-print-cerr.py: New file.
6661 * gdb.perf/gmonster-ptype-string.py: New file.
6662 * gdb.perf/gmonster-runto-main.py: New file.
6663 * gdb.perf/gmonster-select-file.py: New file.
6664 * gdb.perf/gmonster1-null-lookup.exp: New file.
6665 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6666 * gdb.perf/gmonster1-print-cerr.exp: New file.
6667 * gdb.perf/gmonster1-ptype-string.exp: New file.
6668 * gdb.perf/gmonster1-runto-main.exp: New file.
6669 * gdb.perf/gmonster1-select-file.exp: New file.
6670 * gdb.perf/gmonster1.cc: New file.
6671 * gdb.perf/gmonster1.exp: New file.
6672 * gdb.perf/gmonster2-null-lookup.exp: New file.
6673 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6674 * gdb.perf/gmonster2-print-cerr.exp: New file.
6675 * gdb.perf/gmonster2-ptype-string.exp: New file.
6676 * gdb.perf/gmonster2-runto-main.exp: New file.
6677 * gdb.perf/gmonster2-select-file.exp: New file.
6678 * gdb.perf/gmonster2.cc: New file.
6679 * gdb.perf/gmonster2.exp: New file.
6680
6681 2015-07-24 Doug Evans <dje@google.com>
6682
6683 * gdb.perf/README: New file.
6684 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6685 * lib/gen-perf-test.exp: New file.
6686
6687 2015-07-24 Doug Evans <dje@google.com>
6688
6689 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6690 (PerfTest::startup): New function.
6691 (PerfTest::run): Return result of calling body.
6692 (PerfTest::assemble): Rewrite.
6693 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6694 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6695 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6696 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6697 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6698
6699 2015-07-24 Doug Evans <dje@google.com>
6700
6701 * lib/gdb.exp (clean_restart): Make executable optional.
6702
6703 2015-07-24 Doug Evans <dje@google.com>
6704
6705 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6706 compiler_info references.
6707 * gdb.cp/temargs.exp: Ditto.
6708 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6709 (get_compiler_info): Early exit if already computed. Set compiler_info
6710 to "unknown" if there was a problem.
6711 (test_compiler_info): Add function comment. Call get_compiler_info.
6712
6713 2015-07-24 Doug Evans <dje@google.com>
6714
6715 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6716 (workers/%.worker, build-perf): New rule.
6717 (GDB_PERFTEST_MODE): New variable.
6718 (check-perf): Use it.
6719 (clean): Clean up gdb.perf parallel build subdirs.
6720 * lib/build-piece.exp: New file.
6721 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6722 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6723 name.
6724 (standard_temp_file): Ditto.
6725 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6726 of $GDB_PARALLEL.
6727
6728 2015-07-24 Doug Evans <dje@google.com>
6729
6730 * lib/future.exp (gdb_default_target_compile): New option
6731 "early_flags".
6732 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6733 --as-needed.
6734
6735 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6736
6737 * gdb.base/catch-syscall.exp: Call gdb_exit before
6738 gdb_skip_xml_test.
6739
6740 2015-07-24 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.python/py-events.exp: Accept output between the stop event
6743 and the prompt.
6744 * gdb.python/py-evsignal.exp: Likewise.
6745 * gdb.python/py-evthreads.exp: Likewise.
6746
6747 2015-07-24 Pedro Alves <palves@redhat.com>
6748
6749 PR gdb/18717
6750 * gdb.threads/non-ldr-exit.c: New file.
6751 * gdb.threads/non-ldr-exit.exp: New file.
6752
6753 2015-07-24 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6756 restarting process.
6757
6758 2015-07-24 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.server/ext-restart.exp: New file.
6761
6762 2015-07-24 Yao Qi <yao.qi@linaro.org>
6763
6764 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6765 argument options.
6766 * gdb.server/ext-wrapper.exp: New file.
6767
6768 2015-07-23 Doug Evans <dje@google.com>
6769
6770 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6771 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6772
6773 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6774
6775 * gdb.ada/var_arr_typedef.exp: New testcase.
6776 * gdb.ada/var_arr_typedef/pack.adb: New file.
6777 * gdb.ada/var_arr_typedef/pack.ads: New file.
6778 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6779
6780 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6781
6782 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6783
6784 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6785
6786 * gdb.arch/i386-biarch-core.exp: Replace istarget
6787 by "complete set gnutarget". Remove expectation for the "core-file"
6788 command.
6789
6790 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6791
6792 Revert the previous commit:
6793 Tests for validate symbol file using build-id.
6794
6795 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6796
6797 Tests for validate symbol file using build-id.
6798 * gdb.base/solib-mismatch-lib.c: New file.
6799 * gdb.base/solib-mismatch-libmod.c: New file.
6800 * gdb.base/solib-mismatch.c: New file.
6801 * gdb.base/solib-mismatch.exp: New file.
6802
6803 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6804
6805 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6806 nios2-*-linux*.
6807 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6808 * gdb.base/siginfo.exp: Likewise.
6809 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6810
6811 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6812
6813 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6814 Move it to ...
6815 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6816 ... here.
6817 * gdb.trace/range-stepping.exp: Check that the target supports
6818 range stepping.
6819
6820 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6821
6822 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6823
6824 2015-07-14 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/killed-outside.exp: New file.
6827 * gdb.base/killed-outside.c: New file.
6828
6829 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6830
6831 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6832 (n at main): New.
6833 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6834
6835 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6836
6837 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6838 infcall tests instead of setting up for KFAIL.
6839
6840 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6841
6842 * gdb.btrace/record_goto-step.exp: New.
6843
6844 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6845
6846 PR compile/18484
6847 * gdb.compile/compile.c (struct struct_type): Add volatile to
6848 selffield's type.
6849 * gdb.compile/compile.exp
6850 (compile code struct_object.selffield = &struct_object): Skip further
6851 struct_object tests if this one xfails.
6852
6853 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6854
6855 PR exp/18617
6856 * gdb.trace/ax.exp: Add test.
6857
6858 2015-07-07 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6861 instead of istarget "aarch64*-*-*".
6862 * gdb.arch/aarch64-fp.exp: Likewise.
6863 * gdb.base/float.exp: Likewise.
6864 * gdb.reverse/aarch64.exp: Likewise.
6865 * lib/gdb.exp (is_aarch64_target): New proc.
6866
6867 2015-07-07 Yao Qi <yao.qi@linaro.org>
6868
6869 * lib/gdb.exp (is_aarch32_target): New proc.
6870 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6871 instead of "istarget "arm*-*-*"".
6872 * gdb.arch/arm-disp-step.exp: Likewise.
6873 * gdb.arch/thumb-bx-pc.exp: Likewise.
6874 * gdb.arch/thumb-prologue.exp: Likewise.
6875 * gdb.arch/thumb-singlestep.exp: Likewise.
6876 * gdb.base/disp-step-syscall.exp: Likewise.
6877 * gdb.base/float.exp: Likewise.
6878
6879 2015-07-07 Yao Qi <yao.qi@linaro.org>
6880
6881 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6882 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6883
6884 2015-07-07 Yao Qi <yao.qi@linaro.org>
6885
6886 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6887 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6888 if it exists.
6889 * gdb.multi/multi-arch.exp: Likewise.
6890
6891 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6892
6893 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6894 print.
6895
6896 2015-07-07 Yao Qi <yao.qi@linaro.org>
6897
6898 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6899
6900 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6901
6902 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6903 '[' and ']' characters.
6904
6905 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6906
6907 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6908
6909 2015-06-29 Pedro Alves <palves@redhat.com>
6910
6911 PR threads/18127
6912 * gdb.threads/hand-call-new-thread.c: New file.
6913 * gdb.threads/hand-call-new-thread.c: New file.
6914
6915 2015-06-26 Keith Seitz <keiths@redhat.com>
6916 Doug Evans <dje@google.com>
6917
6918 PR 16253
6919 * gdb.cp/var-tag-2.cc: New file.
6920 * gdb.cp/var-tag-3.cc: New file.
6921 * gdb.cp/var-tag-4.cc: New file.
6922 * gdb.cp/var-tag.cc: New file.
6923 * gdb.cp/var-tag.exp: New file.
6924
6925 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6926
6927 * gdb.base/history-duplicates.exp: New test.
6928
6929 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6930
6931 * gdb.base/completion.exp: Test the completion of the "focus"
6932 command.
6933
6934 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 * gdb.arch/amd64-prologue-skip.S: New file.
6937 * gdb.arch/amd64-prologue-skip.exp: New file.
6938
6939 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6940
6941 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6942 is_address_zero_readable check.
6943
6944 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6945
6946 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6947 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6948
6949 2015-06-24 Yao Qi <yao.qi@linaro.org>
6950
6951 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6952 linux targets.
6953
6954 2015-06-24 Yao Qi <yao.qi@linaro.org>
6955
6956 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6957 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6958 * gdb.base/siginfo-thread.exp: Likewise.
6959
6960 2015-06-22 Yao Qi <yao.qi@linaro.org>
6961
6962 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6963
6964 2015-06-22 Yao Qi <yao.qi@linaro.org>
6965
6966 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6967 aarch64*-*-*.
6968 (skip_hw_watchpoint_tests): Likewise.
6969
6970 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6971
6972 * gdb.base/gdbinit-history.exp: Test the interaction between
6973 setting GDBHISTSIZE and setting the history size via .gdbinit.
6974
6975 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6976
6977 PR gdb/16999
6978 * gdb.base/gdbhistsize-history.exp: New test.
6979
6980 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6981
6982 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6983 with GDBHISTSIZE.
6984 * gdb.base/readline.exp: Likewise.
6985
6986 2015-06-17 Yao Qi <yao.qi@linaro.org>
6987
6988 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6989 line.
6990
6991 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6992
6993 * gdb.base/gdbinit-history.exp: Add test case to check that
6994 an unlimited history file does not get truncated on exit.
6995
6996 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6997
6998 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6999 (VECTOR): New macro. Use it...
7000 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7001 ...for these typedefs.
7002 (int8, char1, int1, double1): New typedefs.
7003 (struct just_int2, struct two_int2): New structures.
7004 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7005 (add_structvecs, add_singlevecs): New functions.
7006 (main): Call add_some_intvecs twice.
7007 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7008 the compile and exit upon failure. Try compiling for the "native"
7009 architecture. Test inferior function calls with vector arguments
7010 and vector return value handling with "finish" and "return".
7011
7012 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7013
7014 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7015 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7016 PE file.
7017 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7018
7019 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7020
7021 PR breakpoints/16465
7022 * gdb.mi/mi-dprintf-pending.c: New file.
7023 * gdb.mi/mi-dprintf-pending.exp: New test.
7024 * gdb.mi/mi-dprintf-pendshr.c: New file.
7025
7026 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7027 Mircea Gherzan <mircea.gherzan@intel.com>
7028
7029 * gdb.arch/i386-mpx-map.c: New file.
7030 * gdb.arch/i386-mpx-map.exp: New File.
7031
7032 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7033
7034 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7035 * gdb.arch/i386-mpx.exp: Indentation fixed.
7036
7037 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7038
7039 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7040 function and improved indentation.
7041 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7042 gdb_test_multiple. Added additional tests to skip the test.
7043
7044 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7045
7046 * gdb.arch/i386-avx512.c: Change path in include file.
7047 * gdb.arch/i386-avx512.exp: Change include dir path
7048 compilation flag.
7049 * gdb.arch/i386-mpx.c: Change path in include file.
7050 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7051 flag.
7052
7053 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 * gdb.compile/compile-print.exp (compile print *vararray@3)
7056 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7057
7058 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7061 (do not keep jit in memory): ... this.
7062 (expect 5): Change it to ...
7063 (expect no 5): ... this.
7064
7065 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7066
7067 PR gdb/15564
7068 * gdb.mi/mi-detach.exp: New file.
7069
7070 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 PR symtab/18392
7073 * gdb.arch/amd64-tailcall-self.S: New file.
7074 * gdb.arch/amd64-tailcall-self.c: New file.
7075 * gdb.arch/amd64-tailcall-self.exp: New file.
7076
7077 2015-05-28 Don Breazeal <donb@codesourcery.com>
7078
7079 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7080 tests for remote targets by checking is_target_gdbserver.
7081
7082 2015-05-27 Doug Evans <dje@google.com>
7083
7084 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7085 * gdb.dwarf2/opaque-type-lookup.c: New file.
7086 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7087
7088 2015-05-26 Doug Evans <dje@google.com>
7089
7090 * gdb.cp/iostream.cc: New file.
7091 * gdb.cp/iostream.exp: New file.
7092
7093 2015-05-26 Doug Evans <dje@google.com>
7094
7095 * gdb.dwarf2/dw2-op-call.exp: Update.
7096 * gdb.dwarf2/dw4-sig-types.exp: Update.
7097 * gdb.dwarf2/implptr.exp: Update.
7098 * gdb.mi/mi-cmd-param-changed.exp: Update.
7099
7100 2015-05-26 Doug Evans <dje@google.com>
7101
7102 * gdb.python/py-lazy-string.c: New file.
7103 * gdb.python/py-lazy-string.exp: New file.
7104 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7105 (main): Update. Add estring3.
7106 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7107 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7108
7109 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7110 Yao Qi <yao.qi@linaro.org>
7111
7112 * gdb.reverse/aarch64.c: New.
7113 * gdb.reverse/aarch64.exp: New.
7114
7115 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7116
7117 * lib/gdb.exp (supports_process_record): Return true for
7118 aarch64*-linux*.
7119 (supports_reverse): Likewise.
7120
7121 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7122
7123 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7124 Use with_test_prefix.
7125
7126 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7127
7128 * gdb.base/completion.exp: Add test for completion of layout
7129 names.
7130
7131 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7132
7133 * lib/gdb.exp (skip_tui_tests): New proc.
7134 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7135
7136 2015-05-19 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7139 Save the whole env array instead of just HOME. Unset HISTSIZE in
7140 the environment while testing. Restore whole environment
7141 afterwards.
7142
7143 2015-05-16 Doug Evans <xdje42@gmail.com>
7144
7145 * gdb.guile/scm-ports.c: New file.
7146 * gdb.guile/scm-ports.exp: Add memory port tests.
7147
7148 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7149
7150 * gdb.compile/compile-print.c: New file.
7151 * gdb.compile/compile-print.exp: New file.
7152
7153 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7154
7155 * gdb.compile/compile-ops.exp: Cast param to void.
7156 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7157 (compile code struct_object.selffield = &struct_object): Add xfail.
7158
7159 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7160
7161 * gdb.ada/arr_enum_with_gap: New testcase.
7162
7163 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7164
7165 * gdb.ada/byte_packed_arr: New testcase.
7166
7167 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.ada/pckd_neg: New testcase.
7170
7171 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7172
7173 PR gdb/17820
7174 * gdb.base/gdbinit-history.exp: New test.
7175 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7176 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7177
7178 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7179
7180 * gdb.python/py-xmethods.cc: Enhance test case.
7181 * gdb.python/py-xmethods.exp: New tests.
7182 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7183 function.
7184 (B_indexoper): Likewise.
7185 (global_dm_list) : Add new xmethod worker functions.
7186
7187 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7188
7189 * gdb.base/coredump-filter.exp: Correctly unset
7190 "coredump_var_addr" array.
7191
7192 2015-05-08 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.server/non-existing-program.exp: Unset spawn_id.
7195
7196 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7197
7198 PR python/18291
7199 * gdb.python/py-xmethods.exp: Add tests.
7200
7201 2015-05-08 Yao Qi <yao.qi@linaro.org>
7202
7203 PR gdb/18208
7204 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7205 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7206 function set_coredump_filter, and remove remote_exec call.
7207 Remove argument ipid. Callers update.
7208 (top level): Don't get inferior's PID.
7209
7210 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7211
7212 * gdb.base/watch_thread_num.exp: Skip test on targets without
7213 access watchpoints.
7214
7215 2015-05-06 Pedro Alves <palves@redhat.com>
7216
7217 PR server/18081
7218 * gdb.server/non-existing-program.exp: New file.
7219
7220 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7221
7222 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7223
7224 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7225
7226 * gdb.ada/out_of_line_in_inlined: New testcase.
7227
7228 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7229
7230 * gdb.ada/var_rec_arr: New testcase.
7231
7232 2015-04-30 Yao Qi <yao.qi@linaro.org>
7233
7234 * gdb.base/break-idempotent.exp: If
7235 skip_hw_watchpoint_multi_tests returns true, skip the tests
7236 on "rwatch" and "awatch".
7237
7238 2015-04-30 Yao Qi <yao.qi@linaro.org>
7239
7240 * gdb.base/relativedebug.exp: Invoke gdb command
7241 "info sharedlibrary", and if libc.so doesn't have debug info,
7242 skip the test.
7243
7244 2015-04-29 Doug Evans <dje@google.com>
7245
7246 * gdb.python/py-xmethods.exp: Add ptype tests.
7247 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7248 get_result_type method.
7249
7250 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7251
7252 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7253 the target does not support hardware watchpoints.
7254
7255 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7256
7257 * gdb.base/break-always.exp: Abort testing if writing to memory
7258 causes an error.
7259
7260 2015-04-28 Doug Evans <dje@google.com>
7261
7262 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7263 * gdb.python/py-pp-registration.exp: ... here. New file.
7264 * gdb.python/py-pp-registration.c: New file.
7265 * gdb.python/py-pp-registration.py: New file.
7266
7267 2015-04-28 Doug Evans <dje@google.com>
7268
7269 * gdb.python/py-bad-printers.c: New file.
7270 * gdb.python/py-bad-printers.py: New file.
7271 * gdb.python/py-bad-printers.exp: New file.
7272
7273 2015-04-28 Sasha Smundak <asmundak@google.com>
7274
7275 * gdb.python/py-type.exp: New test.
7276
7277 2015-04-28 Andy Wingo <wingo@igalia.com>
7278
7279 * gdb.python/py-parameter.exp:
7280 * gdb.guile/scm-parameter.exp: Escape the path that we are
7281 matching against, as it might contain characters that are special
7282 to regular expressions.
7283
7284 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7285
7286 * gdb.ada/rec_comp: New testcase.
7287
7288 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7289
7290 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7291 before using it.
7292
7293 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7296 new tests for verilog output.
7297
7298 2015-04-24 Yao Qi <yao.qi@linaro.org>
7299
7300 * boards/remote-gdbserver-on-localhost.exp: New file.
7301
7302 2015-04-23 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7305 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7306 "end of file", remove $inferior_spawn_id from the indirect list.
7307
7308 2015-04-23 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7311
7312 2015-04-23 Pedro Alves <palves@redhat.com>
7313
7314 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7315 on $any_spawn_id instead of only on $gdb_spawn_id.
7316
7317 2015-04-21 Pierre Muller <muller@sourceware.org>
7318
7319 PR pascal/17815
7320 * lib/pascal.exp (gpc_compile): Add new option "class".
7321 (fpc_compile): Likewise.
7322 * gdb.pascal/case-insensitive-symbols.pas: New file.
7323 * gdb.pascal/case-insensitive-symbols.exp: New file.
7324
7325 2015-04-20 Gary Benson <gbenson@redhat.com>
7326
7327 * gdb.base/attach.exp: Fix three extended remote failures.
7328
7329 2015-04-17 Gary Benson <gbenson@redhat.com>
7330
7331 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7332 the main executable over the remote protocol.
7333
7334 2015-04-16 Pedro Alves <palves@redhat.com>
7335
7336 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7337 a new gdbserver if gdbserver_reconnect_p is set.
7338
7339 2015-04-16 Pedro Alves <palves@redhat.com>
7340
7341 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7342 is set, don't exit gdbserver.
7343
7344 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7345
7346 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7347 appropriate .insn, such that an older assembler can be used.
7348 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7349 the z/Architecture instruction set on 31-bit targets as well.
7350
7351 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7352
7353 * gdb.go/handcall.exp: Remove all logic related to the first
7354 breakpoint and rely on go_runto_main instead.
7355 * gdb.go/strings.exp: Likewise.
7356 * gdb.go/unsafe.exp: Likewise.
7357 * gdb.go/hello.exp: Likewise. Also rename the remaining
7358 breakpoint marker to "breakpoint 1".
7359 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7360 * gdb.go/strings.go: Likewise.
7361 * gdb.go/unsafe.go: Likewise.
7362 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7363 "set breakpoint 2 here" and rename the remaining breakpoint marker
7364 to "breakpoint 1".
7365
7366 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7367
7368 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7369 if itertools.imap is not present.
7370 * gdb.python/py-objfile.exp: Add parentheses.
7371 * gdb.python/py-type.exp: Same.
7372 * gdb.python/py-unwind-maint.py: Same.
7373
7374 2015-04-15 Yao Qi <yao.qi@linaro.org>
7375
7376 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7377 of ":$ptr_size" and set its form explicitly.
7378
7379 2015-04-15 Pedro Alves <palves@redhat.com>
7380 Yao Qi <yao.qi@linaro.org>
7381
7382 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7383 timeout by factor of 4.
7384 (test_regular_watch): Likewise.
7385 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7386 * gdb.reverse/sigall-reverse.exp: Likewise.
7387 * gdb.reverse/until-precsave.exp: Likewise.
7388 * lib/gdb.exp (with_timeout_factor): New proc.
7389 (gdb_expect): Move some code to ...
7390 (get_largest_timeout): ... here. New procedure.
7391
7392 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7393
7394 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7395
7396 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7397
7398 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7399 to write to the .text section.
7400
7401 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7402
7403 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7404 Handle the case of targets that do not provide PID information.
7405
7406 2015-04-13 Yao Qi <yao.qi@linaro.org>
7407
7408 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7409 and use expect instead of gdb_expect.
7410
7411 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7412
7413 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7414 "coredump_var_addr" to avoid naming conflict with other testcases.
7415
7416 2015-04-10 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7419 gdb_test_sequence and gdb_assert.
7420
7421 2015-04-10 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7424 test messages that don't include the breakpoint address.
7425
7426 2015-04-10 Yao Qi <yao.qi@linaro.org>
7427
7428 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7429 false for some offset and width combinations which aren't
7430 supported by linux kernel.
7431
7432 2015-04-10 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7435 procedure, factored out from ...
7436 (top level): ... here. Add "set displaced-stepping" testing axis.
7437 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7438 parameter "displaced". Use it.
7439 (top level): Use foreach and add "set displaced-stepping" testing
7440 axis.
7441
7442 2015-04-10 Pedro Alves <palves@redhat.com>
7443
7444 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7445 Remove comment.
7446 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7447 both the address of the instruction that triggers the watchpoint
7448 and the address of the instruction immediately after, and use
7449 those addresses for the test. Fix comment.
7450
7451 2015-04-10 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.base/sigstep.exp (breakpoint_to_handler)
7454 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7455 Test "backtrace" in handler.
7456 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7457 (top level): Add new "displaced" test axis to
7458 breakpoint_to_handler, breakpoint_to_handler_entry and
7459 breakpoint_over_handler.
7460
7461 2015-04-10 Pedro Alves <palves@redhat.com>
7462
7463 PR gdb/18216
7464 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7465
7466 2015-04-10 Yao Qi <yao.qi@linaro.org>
7467
7468 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7469 (test_add_rn_pc): New function.
7470 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7471 (top level): Invoke test_add_rn_pc.
7472
7473 2015-04-10 Pedro Alves <palves@redhat.com>
7474
7475 PR gdb/13858
7476 * gdb.base/step-over-no-symbols.exp: New file.
7477
7478 2015-04-09 Andy Wingo <wingo@igalia.com>
7479
7480 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7481 after the Python tests.
7482
7483 2015-04-08 Keith Seitz <keiths@redhat.com>
7484
7485 PR python/16699
7486 * gdb.python/py-completion.exp: New tests for completion.
7487 * gdb.python/py-completion.py (CompleteLimit1): New class.
7488 (CompleteLimit2): Likewise.
7489 (CompleteLimit3): Likewise.
7490 (CompleteLimit4): Likewise.
7491 (CompleteLimit5): Likewise.
7492 (CompleteLimit6): Likewise.
7493 (CompleteLimit7): Likewise.
7494
7495 2015-04-08 Pedro Alves <palves@redhat.com>
7496
7497 PR gdb/18214
7498 PR gdb/18216
7499 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7500 function.
7501 (main): Install it as SIGUSR1 handler.
7502 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7503 parameter. Always use "setup" as prefix. Toggle "set
7504 displaced-stepping" off/on depending on global. Don't switch to
7505 thread 1 here.
7506 (top level): Add displaced stepping "off/on" test axis. Update
7507 "setup" calls. Wrap each subtest with with_test_prefix. Test
7508 continuing with a queued signal in each thread.
7509
7510 2015-04-08 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7513 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7514 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7515 Return early if running to main fails.
7516 * gdb.trace/while-stepping.exp: Likewise.
7517
7518 2015-04-07 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7521 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7522 interact with inferior program.
7523
7524 2015-04-07 Pedro Alves <palves@redhat.com>
7525
7526 * lib/gdb.exp (inferior_spawn_id): New global.
7527 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7528 spawn id after processing the user code.
7529 (default_gdb_start): Set inferior_spawn_id.
7530 (send_inferior): New procedure.
7531 * lib/gdbserver-support.exp (gdbserver_start): Set
7532 inferior_spawn_id.
7533 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7534
7535 2015-04-07 Pedro Alves <palves@redhat.com>
7536
7537 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7538 * lib/gdbserver-support.exp (gdbserver_start): Make
7539 $server_spawn_id global.
7540 (gdbserver_start): Don't wait for gdbserver's spawn id with
7541 expect_background.
7542 (close_gdbserver): New procedure.
7543 (gdb_exit): Rename the default version and reimplement.
7544
7545 2015-04-07 Pedro Alves <palves@redhat.com>
7546
7547 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7548 append the substituted item, not the original item.
7549
7550 2015-04-07 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7553 gdb_expect.
7554
7555 2015-04-07 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7558 output appearing once only.
7559
7560 2015-04-07 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7563 that doesn't expect anything. Return early if running to main
7564 fails.
7565
7566 2015-04-07 Yao Qi <yao.qi@linaro.org>
7567
7568 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7569 (child_function): Call alarm.
7570 (main): Move call to alarm into the loop.
7571 * gdb.threads/non-stop-fair-events.exp: Build program with
7572 -DTIMEOUT=$timeout.
7573
7574 2015-04-06 Doug Evans <xdje42@gmail.com>
7575
7576 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7577 Fix dest parameter to board_info.
7578 (fpc_compile): Ditto.
7579 (gdb_compile_pascal): Rename dest arg to destfile.
7580
7581 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7582
7583 * gdb.ada/funcall_ref.exp: New file.
7584 * gdb.ada/funcall_ref/foo.adb: New file.
7585
7586 2015-04-02 Yao Qi <yao.qi@linaro.org>
7587
7588 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7589 is remote.
7590
7591 2015-04-02 Gary Benson <gbenson@redhat.com>
7592
7593 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7594
7595 2015-04-01 Sasha Smundak <asmundak@google.com>
7596
7597 * gdb.python/py-unwind-maint.c: New file.
7598 * gdb.python/py-unwind-maint.exp: New test.
7599 * gdb.python/py-unwind-maint.py: New file.
7600 * gdb.python/py-unwind.c: New file.
7601 * gdb.python/py-unwind.exp: New test.
7602 * gdb.python/py-unwind.py: New test.
7603
7604 2015-04-01 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7607 to fail instead of non-existent $test.
7608
7609 2015-04-01 Pedro Alves <palves@redhat.com>
7610
7611 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7612 GDBFLAGS if not empty.
7613
7614 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7615
7616 * gdb.ada/complete.exp: Remove "multi_line".
7617 * gdb.ada/info_exc.exp: Remove "multi_line".
7618 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7619 * gdb.ada/ptype_field.exp: Remove "multi_line".
7620 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7621 * gdb.ada/tagged.exp: Remove "multi_line".
7622 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7623 [multi_line ...]
7624 * gdb.btrace/delta.exp: Likewise.
7625 * gdb.btrace/exception.exp: Likewise.
7626 * gdb.btrace/function_call_history.exp: Likewise.
7627 * gdb.btrace/instruction_history.exp: Likewise.
7628 * gdb.btrace/nohist.exp: Likewise.
7629 * gdb.btrace/record_goto.exp: Likewise.
7630 * gdb.btrace/segv.exp: Likewise.
7631 * gdb.btrace/stepi.exp: Likewise.
7632 * gdb.btrace/tailcall.exp: Likewise.
7633 * gdb.btrace/unknown_functions.exp: Likewise.
7634 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7635 * lib/gdb.exp: Add the "multi_line" helper.
7636
7637 2015-04-01 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.threads/tid-reuse.c: New file.
7640 * gdb.threads/tid-reuse.exp: New file.
7641
7642 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7643
7644 PR corefiles/16092
7645 * gdb.base/coredump-filter.c: New file.
7646 * gdb.base/coredump-filter.exp: Likewise.
7647
7648 2015-03-27 Petr Machata <pmachata@redhat.com>
7649
7650 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7651 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7652 (Dwarf::assemble): Initialize them.
7653 (Dwarf::lines): New function.
7654
7655 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7656
7657 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7658 SYMBOL_PREFIX for x86_64-*-cygwin.
7659
7660 2015-03-26 Andy Wingo <wingo@igalia.com>
7661
7662 PR symtab/18148
7663 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7664 const_value but not a location.
7665 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7666 location defined in non-main CUs are visible.
7667
7668 2015-03-26 Yao Qi <yao.qi@linaro.org>
7669
7670 PR testsuite/18139
7671 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7672 Add a line number entry for the same line.
7673 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7674 Add a line number entry for the same line.
7675
7676 2015-03-26 Yao Qi <yao.qi@linaro.org>
7677
7678 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7679 .int 0.
7680 (func): Likewise. Add .Lfunc_1 label.
7681 Use .Lfunc_1 label.
7682 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7683 .int 0.
7684 (func): Likewise.
7685 Use .Lfunc_1 label.
7686
7687 2015-03-26 Yao Qi <yao.qi@linaro.org>
7688
7689 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7690 Call gdb_compile instead to compile each .s files without debug
7691 information.
7692
7693 2015-03-26 Yao Qi <yao.qi@linaro.org>
7694
7695 * gdb.base/savedregs.exp (process_saved_regs): Make
7696 "Saved registers:" optional in the pattern.
7697
7698 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7699
7700 * gdb.btrace/next.exp: Merged into step.exp.
7701 * gdb.btrace/finish.exp: Merged into step.exp.
7702 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7703 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7704 "record goto" and checking the exact replay position.
7705 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7706 check for "Recording format" in "info record" output.
7707 * gdb.btrace/record_goto.exp: Choose test file based on target.
7708 * gdb.btrace/x86-record_goto.S: Renamed into ...
7709 * gdb.btrace/x86_64-record_goto.S: ... this.
7710 * gdb.btrace/i686-record_goto.S: New.
7711 * gdb.btrace/x86-tailcall.S: Renamed into ...
7712 * gdb.btrace/x86_64-tailcall.S: ... this.
7713 * gdb.btrace/i686-tailcall.S: New.
7714 * gdb.btrace/x86-tailcall.c: Renamed into ...
7715 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7716 separate statements. Update test.
7717 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7718 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7719 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7720 * gdb.btrace/tailcall.exp: Choose test file based on target.
7721 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7722
7723 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7724
7725 * gdb.btrace/exception.exp: Increase BTS buffer size.
7726
7727 2015-03-24 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7730
7731 2015-03-24 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.threads/schedlock.exp (test_step): No longer expect that
7734 "set scheduler-locking step" with "next" over a function call runs
7735 threads unlocked.
7736
7737 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7738
7739 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7740
7741 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7742
7743 PR breakpoints/16466
7744 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7745 * gdb.mi/mi-pending.c (thread_func): New function.
7746 (int main): Add threading support required.
7747 * gdb.mi/mi-pending.exp: Add tests for this issue.
7748 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7749 (pendfunc2): Remove stdio dependency.
7750 * gdb.mi/mi-pendshr2.c: New file.
7751
7752 2015-03-23 Keith Seitz <keiths@redhat.com>
7753
7754 * gdb.linespec/keywords.c: New file.
7755 * gdb.linespec/keywords.exp: New file.
7756
7757 2015-03-23 Keith Seitz <keiths@redhat.com>
7758
7759 PR gdb/18021
7760 * gdb.dwarf2/staticvirtual.exp: New test.
7761
7762 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7763
7764 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7765 * README: Remove HP-UX and gdb.hp.
7766 (configuration):
7767 * configure: Regenerate.
7768 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7769 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7770 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7771 gdb.hp/gdb.defects/Makefile.
7772 * gdb.hp/Makefile.in: File deleted.
7773 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7774 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7775 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7776 * gdb.hp/gdb.aCC/run.c: File deleted.
7777 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7778 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7779 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7780 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7781 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7782 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7783 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7784 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7785 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7786 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7787 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7788 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7789 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7790 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7791 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7792 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7793 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7794 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7795 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7796 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7797 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7798 * gdb.hp/gdb.compat/average.c: File deleted.
7799 * gdb.hp/gdb.compat/sum.c: File deleted.
7800 * gdb.hp/gdb.compat/xdb.c: File deleted.
7801 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7802 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7803 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7804 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7805 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7806 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7807 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7808 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7809 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7810 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7811 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7812 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7813 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7814 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7815 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7816 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7817 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7818 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7819 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7820 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7821 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7822 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7823 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7824 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7825 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7826 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7827 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7828 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7829 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7830 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7831 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7832 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7833 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7834 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7835 * gdb.hp/tools/odump: File deleted.
7836
7837 2015-03-19 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7840 (saw_thread_3): New globals.
7841 (top level): Increment them when an event for the corresponding
7842 thread is seen.
7843 (no thread starvation): New test.
7844
7845 2015-03-19 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.threads/continue-pending-status.c: New file.
7848 * gdb.threads/continue-pending-status.exp: New file.
7849
7850 2015-03-18 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7853 Use gdb_is_target_remote instead of is_remote. Use
7854 gdb_test_multiple instead of gdb_expect. Exit early if
7855 gdb_test_multiple hits its internal matches. Tighten stepi tests
7856 expected output. Fail on exit with any signal, instead of just
7857 SIGILL.
7858
7859 2015-03-18 Yao Qi <yao.qi@linaro.org>
7860
7861 PR tdep/18107
7862 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7863 variable.
7864 * gdb.base/catch-syscall.exp: Don't skip it on
7865 aarch64*-*-linux* target. Remove elements in all_syscalls.
7866 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7867 target.
7868 (setup_all_syscalls): New proc.
7869
7870 2015-03-16 Yao Qi <yao.qi@linaro.org>
7871
7872 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7873 (top level): Skip tests if valid_addr_p returns false for
7874 $cmd1 or $cmd2.
7875
7876 2015-03-11 Andy Wingo <wingo@igalia.com>
7877
7878 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7879
7880 2015-03-11 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.base/catch-syscall.exp: Fix typo in comments.
7883
7884 2015-03-11 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7887
7888 2015-03-09 Pedro Alves <palves@redhat.com>
7889
7890 * dg-extract-results.py: Delete.
7891
7892 2015-03-09 Pedro Alves <palves@redhat.com>
7893
7894 Merge dg-extract-results.sh from GCC upstream (r218843).
7895
7896 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7897 * dg-extract-results.sh: Use --text with grep to avoid issues with
7898 binary files. Fall back to cat -v, if that doesn't work.
7899
7900 2015-03-05 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7903
7904 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7905
7906 * lib/mi-support.exp (mi_expect_interrupt): Accept
7907 alternative event for when in all-stop mode.
7908
7909 2015-03-04 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7912
7913 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7914
7915 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7916
7917 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7918
7919 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7920 regexps for GDB's current line display, accept a hex address
7921 preceding the line number.
7922
7923 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7924
7925 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7926 the 'arch1' variable for "s390*-linux*" targets.
7927
7928 2015-03-04 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7931 (main): Pass missing retval argument to pthread_join call.
7932
7933 2015-03-02 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7936 (top level): Call do_test with non-stop as well.
7937
7938 2015-03-02 Pedro Alves <palves@redhat.com>
7939
7940 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7941 -1.
7942
7943 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7944
7945 * gdb.arch/s390-vregs.exp: New test.
7946 * gdb.arch/s390-vregs.S: New file.
7947
7948 2015-02-27 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7951 call to catch_command_errors.
7952 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7953 catch_command_errors.
7954
7955 2015-02-27 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7958 "true" for boolean result.
7959 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7960 prototype of main.
7961
7962 2015-02-27 Pedro Alves <palves@redhat.com>
7963
7964 * lib/unbuffer_output.c: New file.
7965 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7966 (main): Call gdb_unbuffer_output.
7967
7968 2015-02-27 Yao Qi <yao.qi@linaro.org>
7969
7970 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7971 target.
7972
7973 2015-02-26 Doug Evans <dje@google.com>
7974
7975 * gdb.cp/class2.cc (Dbase, D): New classes.
7976 (main): New local delta.
7977 * gdb.cp/class2.exp: Test printing delta.
7978 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7979 (dynbar): New global.
7980 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7981
7982 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7983
7984 * gdb.compile/compile-ifunc.c: New file.
7985 * gdb.compile/compile-ifunc.exp: New file.
7986
7987 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7988
7989 * gdb.base/structs.exp: Check for correct struct on finish.
7990
7991 2015-02-26 Yao Qi <yao.qi@linaro.org>
7992
7993 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7994 is zero.
7995
7996 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7997
7998 * gdb.arch/cordic.ko.bz2: New file.
7999 * gdb.arch/cordic.ko.debug.bz2: New file.
8000 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8001
8002 2015-02-25 Yao Qi <yao.qi@linaro.org>
8003
8004 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8005 aarch64*-*-* target.
8006
8007 2015-02-23 Pedro Alves <palves@redhat.com>
8008
8009 * lib/gdb.exp (delete_breakpoints): Rewrite using
8010 gdb_test_multiple.
8011
8012 2015-02-23 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/info-os.c: Include stdlib.h.
8015
8016 2015-02-22 Doug Evans <xdje42@gmail.com>
8017
8018 PR symtab/17855
8019 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8020 is read after symbols have been re-read.
8021 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8022 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8023
8024 2015-02-21 Doug Evans <dje@google.com>
8025
8026 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8027
8028 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8029
8030 PR corefiles/17808
8031 * gdb.arch/i386-biarch-core.core.bz2: New file.
8032 * gdb.arch/i386-biarch-core.exp: New file.
8033
8034 2015-02-21 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8037 runto_main fails.
8038
8039 2015-02-20 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8042 info probes.
8043
8044 2015-02-20 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8047
8048 2015-02-20 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8051 clean_restart before gdb_target_supports_trace.
8052
8053 2015-02-20 Pedro Alves <palves@redhat.com>
8054
8055 PR threads/18006
8056 * gdb.threads/clone-thread_db.c: New file.
8057 * gdb.threads/clone-thread_db.exp: New file.
8058
8059 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8060
8061 PR breakpoints/16812
8062 * gdb.base/catch-gdb-caused-signals.c: New file.
8063 * gdb.base/catch-gdb-caused-signals.exp: New file.
8064
8065 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8066
8067 * configure: Regenerated.
8068 * configure.ac: Use GDB_AC_TRANSFORM.
8069 * aclocal.m4: sinclude ../transform.m4.
8070
8071 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8072
8073 * lib/dtrace.exp: New file.
8074 * gdb.base/dtrace-probe.exp: Likewise.
8075 * gdb.base/dtrace-probe.d: Likewise.
8076 * gdb.base/dtrace-probe.c: Likewise.
8077 * lib/pdtrace.in: Likewise.
8078 * configure.ac: Output variables with the transformed names of
8079 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8080 * configure: Regenerated.
8081
8082 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8083
8084 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8085 expected message when trying to access $_probe_* convenience
8086 variables while not on a probe.
8087
8088 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8089
8090 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8091
8092 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8093
8094 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8095 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8096
8097 2015-02-10 Doug Evans <xdje42@gmail.com>
8098
8099 * lib/gdb.exp (gdb_load): Always return a result.
8100
8101 2015-02-10 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.threads/signal-sigtrap.c: New file.
8104 * gdb.threads/signal-sigtrap.exp: New file.
8105
8106 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8107
8108 * gdb.trace/no-attach-trace.c: New file.
8109 * gdb.trace/no-attach-trace.exp: New file.
8110
8111 2015-02-09 Mark Wielaard <mjw@redhat.com>
8112
8113 * gdb.dwarf2/atomic.c: New file.
8114 * gdb.dwarf2/atomic-type.exp: Likewise.
8115
8116 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8117
8118 * gdb.btrace/buffer-size.exp: Update "info record" output.
8119 * gdb.btrace/delta.exp: Update "info record" output.
8120 * gdb.btrace/enable.exp: Update "info record" output.
8121 * gdb.btrace/finish.exp: Update "info record" output.
8122 * gdb.btrace/instruction_history.exp: Update "info record" output.
8123 * gdb.btrace/next.exp: Update "info record" output.
8124 * gdb.btrace/nexti.exp: Update "info record" output.
8125 * gdb.btrace/step.exp: Update "info record" output.
8126 * gdb.btrace/stepi.exp: Update "info record" output.
8127 * gdb.btrace/nohist.exp: Update "info record" output.
8128
8129 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8130
8131 * gdb.btrace/buffer-size: New.
8132
8133 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8134
8135 * gdb.btrace/delta.exp: Update "info record" output.
8136 * gdb.btrace/enable.exp: Update "info record" output.
8137 * gdb.btrace/finish.exp: Update "info record" output.
8138 * gdb.btrace/instruction_history.exp: Update "info record" output.
8139 * gdb.btrace/next.exp: Update "info record" output.
8140 * gdb.btrace/nexti.exp: Update "info record" output.
8141 * gdb.btrace/step.exp: Update "info record" output.
8142 * gdb.btrace/stepi.exp: Update "info record" output.
8143 * gdb.btrace/nohist.exp: Update "info record" output.
8144
8145 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8146
8147 PR gdb/15678
8148 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8149
8150 2015-02-06 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8153 macro.
8154 (seconds_left, again): New globals.
8155 (main): Wait seconds_left in a 1-second sleep loop instead of
8156 sleeping 180 seconds. If 'again' is set, reset the seconds
8157 counter.
8158 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8159 'again' in the inferior before detaching. Print the seconds left.
8160 (options): New global.
8161 (top level): Build program with -DTIMEOUT=$timeout.
8162
8163 2015-02-06 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8166 determine how many seconds to pass to 'alarm'.
8167 * gdb.base/gdb-sigterm.exp (top level): Build program with
8168 -DTIMEOUT=$timeout.
8169 (do_test): Return success/failure indication. Add more verbose
8170 logging. Don't fail if 200 single steps are seen. Instead, fail
8171 when the test times out.
8172 (passes): New global.
8173 (top level): Break the testing loop if testing fails on any
8174 iteration. Use gdb_assert.
8175
8176 2015-02-04 Don Breazeal <donb@codesourcery.com>
8177
8178 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8179 and initialize them.
8180 (ipc_cleanup): New function.
8181 (main): Don't declare shmid, semid, and msqid. Add a call to
8182 atexit so that we call ipc_cleanup on exit.
8183
8184 2015-02-04 Pedro Alves <palves@redhat.com>
8185
8186 * boards/native-extended-gdbserver.exp: Remove any target variant
8187 specifications from the board name before clearing the isremote
8188 flag from board_info.
8189
8190 2015-01-31 Doug Evans <xdje42@gmail.com>
8191
8192 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8193
8194 2015-01-31 Gary Benson <gbenson@redhat.com>
8195
8196 * gdb.base/completion.exp: Disable completion limiting for
8197 existing tests. Add new tests to check completion limiting.
8198 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8199
8200 2015-01-31 Doug Evans <xdje42@gmail.com>
8201
8202 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8203
8204 2015-01-31 Doug Evans <xdje42@gmail.com>
8205
8206 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8207 entries. Duplicate file section script entries.
8208 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8209 inlined entries. Add test for safe-path rejection.
8210 * gdb.python/py-section-script.c: Add duplicate inlined section script
8211 entries. Duplicate file section script entries.
8212 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8213 inlined entries. Add test for safe-path rejection.
8214
8215 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8216
8217 * gdb.ada/disc_arr_bound: New testcase.
8218
8219 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8220
8221 * gdb.ada/mi_var_array: New testcase.
8222
8223 2015-01-27 Doug Evans <dje@google.com>
8224
8225 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8226 Add test for objfile.filename, objfile.username after objfile
8227 has been unloaded.
8228
8229 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8230
8231 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8232 the second test to print the name attribute of value
8233 returned by the call to gdb.lookup_type, and adjust
8234 the expected output accordingly.
8235
8236 2015-01-25 Mark Wielaard <mjw@redhat.com>
8237
8238 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8239 * gdb.base/disp-step-fork.c: Include unistd.h.
8240 * gdb.base/siginfo-obj.c: Include stdio.h.
8241 * gdb.base/siginfo-thread.c: Likewise.
8242 * gdb.mi/non-stop.c: Include unistd.h.
8243 * gdb.mi/nsthrexec.c: Include stdio.h.
8244 * gdb.mi/pthreads.c: Include unistd.h.
8245 * gdb.modula2/unbounded1.c (main): Declare returns int.
8246 * gdb.reverse/consecutive-reverse.c: Likewise.
8247 * gdb.threads/create-fail.c: Include unistd.h.
8248 * gdb.threads/killed.c: Likewise.
8249 * gdb.threads/linux-dp.c: Likewise.
8250 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8251 * gdb.threads/non-ldr-exc-2.c: Likewise.
8252 * gdb.threads/non-ldr-exc-3.c: Likewise.
8253 * gdb.threads/non-ldr-exc-4.c: Likewise.
8254 * gdb.threads/pthreads.c: Include unistd.h.
8255 (main): Declare returns int.
8256 * gdb.threads/tls-main.c (foo): New declaration.
8257 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8258
8259 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8260
8261 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8262 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8263
8264 2015-01-15 Mark Wielaard <mjw@redhat.com>
8265
8266 * gdb.base/noreturn-return.c: New file.
8267 * gdb.base/noreturn-return.exp: New file.
8268 * gdb.base/noreturn-finish.c: New file.
8269 * gdb.base/noreturn-finish.exp: New file.
8270
8271 2015-01-23 Pedro Alves <palves@redhat.com>
8272
8273 * gdb.threads/continue-pending-after-query.c: New file.
8274 * gdb.threads/continue-pending-after-query.exp: New file.
8275
8276 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8277 Simon Marchi <simon.marchi@ericsson.com>
8278
8279 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8280 * gdb.base/valgrind-db-attach.exp: Same.
8281 * gdb.base/valgrind-infcall.exp: Same.
8282 * lib/mi-support.exp (default_mi_gdb_start): Same.
8283 * lib/prompt.exp (default_prompt_gdb_start): Same.
8284 * lib/gdb.exp (default_gdb_spawn): Same.
8285 (gdb_interact): New.
8286
8287
8288 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8289
8290 * gdb.compile/compile.exp (pointer to jit function): New test.
8291
8292 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8293
8294 * lib/gdb.exp (supports_process_record): Return true for
8295 powerpc*-*-linux*.
8296 (supports_reverse): Likewise.
8297
8298 2015-01-15 Don Breazeal <donb@codesourcery.com>
8299
8300 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8301 instead of checking whether the target board is remote and
8302 use spawn_wait_for_attach instead of exec/sleep.
8303 * gdb.base/attach-twice.exp: Likewise.
8304
8305 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8306
8307 * gdb.ada/var_arr_attrs: New testcase.
8308
8309 2015-01-14 Pedro Alves <palves@redhat.com>
8310 Joel Brobecker <brobecker@adacore.com>
8311
8312 PR gdb/17525
8313 * gdb.base/bp-cmds-execution-x-script.c: New file.
8314 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8315 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8316
8317 2015-01-14 Pedro Alves <palves@redhat.com>
8318
8319 PR cli/17828
8320 * gdb.base/batch-preserve-term-settings.c: New file.
8321 * gdb.base/batch-preserve-term-settings.exp: New file.
8322
8323 2015-01-13 Doug Evans <dje@google.com>
8324
8325 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8326 binary.
8327
8328 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8329
8330 * Makefile.in (clean mostlyclean): Do not delete *.py.
8331
8332 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8333
8334 * gdb.python/py-lookup-type.exp: New file.
8335
8336 2015-01-12 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8339 restore GDBFLAGS before returning.
8340
8341 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8342
8343 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8344 is_amd64_regs_target and is_x86_like_target.
8345
8346 2015-01-11 Doug Evans <xdje42@gmail.com>
8347
8348 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8349 is given without an explicit form.
8350 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8351 attributes.
8352 * gdb.dwarf/corrupt.exp: Ditto.
8353 * gdb.dwarf2/enum-type.exp: Ditto.
8354 * gdb.trace/entry-values.exp: Ditto.
8355 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8356
8357 2015-01-11 Doug Evans <xdje42@gmail.com>
8358
8359 PR gdb/15830
8360 * gdb.base/maint.exp: Remove references to "maint demangle".
8361 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8362 Add tests for explicitly specifying language to demangle.
8363 * gdb.dlang/demangle.exp: Ditto.
8364
8365 2015-01-09 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.threads/non-stop-fair-events.c: New file.
8368 * gdb.threads/non-stop-fair-events.exp: New file.
8369
8370 2015-01-09 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8373 the global scope. Set a breakpoint after all threads are started
8374 rather than stepping over two source lines. Expect the prompt.
8375 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8376 global.
8377 (NUM): Now 15.
8378 (main): Use threads_started_barrier to wait for all threads to
8379 start. Main thread no longer calls thread_function. Exit after
8380 180 seconds.
8381 (loop): New function.
8382 (thread_function): Wait on threads_started_barrier barrier. Call
8383 'loop' at each iteration.
8384 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8385 threads have started, instead of hardcoding number of "next"
8386 steps. Use an access watchpoint instead of a write watchpoint.
8387
8388 2015-01-09 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8391 (thread_func): Wait on barrier.
8392 (main): Wait for all threads to start before stopping GDB.
8393 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8394 global.
8395 (thread1_func, thread2_func): Wait on barrier.
8396 (main): Wait for all threads to start before stopping GDB.
8397 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8398 New global.
8399 (thread1_func, thread2_func): Wait on barrier.
8400 (main): Wait for all threads to start before stopping GDB.
8401
8402 2015-01-09 Pedro Alves <palves@redhat.com>
8403
8404 * gdb.threads/attach-many-short-lived-threads.c: New file.
8405 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8406
8407 2014-01-09 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8410 instead of to thread 2.
8411 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8412 Add barrier around each pthread_create call instead of around all
8413 calls.
8414 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8415 Set a break on thread_function and have the child threads hit it
8416 one at at a time.
8417
8418 2015-01-09 Pedro Alves <palves@redhat.com>
8419
8420 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8421 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8422 false.
8423 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8424 checking whether the target board is remote.
8425 * gdb.multi/multi-attach.exp: Likewise.
8426 * gdb.python/py-sync-interp.exp: Likewise.
8427 * gdb.server/ext-attach.exp: Likewise.
8428 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8429 tests that need to attach, instead of checking whether the target
8430 board is remote at the top of the file.
8431
8432 2015-01-08 Yao Qi <yao@codesourcery.com>
8433
8434 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8435
8436 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 Fix testcase compilation.
8439 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8440
8441 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8442
8443 * gdb.python/py-type.exp: Add a couple test about empty
8444 array creation, and negative-length array creation.
8445
8446 2015-01-02 Doug Evans <xdje42@gmail.com>
8447
8448 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8449
8450 2015-01-02 Doug Evans <dje@google.com>
8451
8452 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8453
8454 2014-12-29 Yao Qi <yao@codesourcery.com>
8455
8456 * gdb.trace/entry-values.exp: Update comments. Rename variable
8457 bar_call_foo to returned_from_foo.
8458
8459 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8460
8461 PR gdb/17394
8462 * gdb.linespec/break-asm-file.c: New file.
8463 * gdb.linespec/break-asm-file.exp: New file.
8464 * gdb.linespec/break-asm-file0.s: New file.
8465 * gdb.linespec/break-asm-file1.s: New file.
8466
8467 2014-12-18 Nigel Stephens <nigel@mips.com>
8468 Maciej W. Rozycki <macro@codesourcery.com>
8469
8470 * gdb.base/float.exp: Handle the new output from "info float" on
8471 MIPS targets.
8472
8473 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 Fix MinGW compilation.
8476 * gdb.compile/compile-ops.exp: Update untested message if
8477 !skip_compile_feature_tests.
8478 * gdb.compile/compile-setjmp.exp: Likewise.
8479 * gdb.compile/compile-tls.exp: Likewise.
8480 * gdb.compile/compile.exp: Likewise.
8481 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8482 supported on this host".
8483
8484 2014-12-16 Doug Evans <xdje42@gmail.com>
8485
8486 * boards/stabs.exp: New file.
8487
8488 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8489
8490 * gdb.base/completion.exp: Adjust to format changes of "maint
8491 print user-registers".
8492
8493 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8494
8495 PR server/17457
8496 * gdb.arch/aarch64-fp.c: New file.
8497 * gdb.arch/aarch64-fp.exp: New file.
8498
8499 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8500
8501 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8502 r210637, r210913, r211666, r215400, r215817).
8503
8504 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8505 * dg-extract-results.py: New file.
8506 * dg-extract-results.sh: Use it if the environment seems
8507 suitable.
8508
8509 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8510
8511 * dg-extract-results.py (parse_run): Handle warnings that
8512 are printed before a test harness is run.
8513
8514 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8515
8516 * dg-extract-results.py (Named): Remove __cmp__ method.
8517 (output_variation): Use a key to sort variation.harnesses.
8518
8519 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8520
8521 * dg-extract-results.py: For Python 3, force sys.stdout to
8522 handle surrogate escape sequences.
8523 (safe_open): New function.
8524 (output_segment, main): Use it.
8525
8526 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8527
8528 * dg-extract-results.py (Prog.result_re): Include options
8529 in test name.
8530
8531 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8532
8533 * dg-extract-results.py (output_variation): Always sort if
8534 do_sum.
8535
8536 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8537
8538 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8539 as long as we get pagination notifications.
8540
8541 2014-12-15 Jason Merrill <jason@redhat.com>
8542
8543 * Makefile.in (check-gdb.%): Restore.
8544 * README: Mention it.
8545
8546 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8547
8548 * gdb.ada/str_uninit: New testcase.
8549
8550 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8551
8552 PR symtab/17642
8553 * gdb.base/vla-stub-define.c: New file.
8554 * gdb.base/vla-stub.c: New file.
8555 * gdb.base/vla-stub.exp: New file.
8556
8557 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8558 Jan Kratochvil <jan.kratochvil@redhat.com>
8559 Tom Tromey <tromey@redhat.com>
8560
8561 * configure.ac: Add gdb.compile/.
8562 * configure: Regenerate.
8563 * gdb.compile/Makefile.in: New file.
8564 * gdb.compile/compile-ops.exp: New file.
8565 * gdb.compile/compile-ops.c: New file.
8566 * gdb.compile/compile-tls.c: New file.
8567 * gdb.compile/compile-tls.exp: New file.
8568 * gdb.compile/compile-constvar.S: New file.
8569 * gdb.compile/compile-constvar.c: New file.
8570 * gdb.compile/compile-mod.c: New file.
8571 * gdb.compile/compile-nodebug.c: New file.
8572 * gdb.compile/compile-setjmp-mod.c: New file.
8573 * gdb.compile/compile-setjmp.c: New file.
8574 * gdb.compile/compile-setjmp.exp: New file.
8575 * gdb.compile/compile-shlib.c: New file.
8576 * gdb.compile/compile.c: New file.
8577 * gdb.compile/compile.exp: New file.
8578 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8579
8580 2014-12-12 Tom Tromey <tromey@redhat.com>
8581
8582 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8583 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8584
8585 2014-12-12 Doug Evans <dje@google.com>
8586
8587 * lib/gdb-python.exp (get_python_valueof): New function.
8588 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8589
8590 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8591
8592 * gdb.base/completion.exp: Add test for completion of "info
8593 registers ".
8594
8595 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8596
8597 * gdb.base/func-ptrs.c: New file.
8598 * gdb.base/func-ptrs.exp: New file.
8599
8600 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8601
8602 PR breakpoints/17012
8603 * gdb.base/dprintf-detach.c: New file.
8604 * gdb.base/dprintf-detach.exp: New file.
8605
8606 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8607
8608 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8609 * lib/gdb.exp (target_is_gdbserver): New procedure.
8610
8611 2014-12-08 Doug Evans <dje@google.com>
8612
8613 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8614
8615 2014-12-05 Yao Qi <yao@codesourcery.com>
8616
8617 * gdb.guile/scm-error.exp: Remove the third argument to
8618 gdb_remote_download.
8619 * gdb.guile/scm-frame-args.exp: Likewise.
8620 * gdb.guile/scm-section-script.exp: Likewise.
8621
8622 2014-12-05 Yao Qi <yao@codesourcery.com>
8623
8624 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8625
8626 2014-12-04 Doug Evans <dje@google.com>
8627
8628 * gdb.python/py-objfile.exp: Add tests for
8629 objfile.add_separate_debug_file.
8630
8631 2014-12-04 Doug Evans <dje@google.com>
8632
8633 * lib/gdb.exp (get_build_id): New function.
8634 (build_id_debug_filename_get): Rewrite to use it.
8635 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8636
8637 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8638
8639 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8640 `method(long)', not just 0x0.
8641 * gdb.cp/nsalias.exp: Align code labels to 4.
8642 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8643 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8644 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8645 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8646 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8647 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8648
8649 2014-12-02 Doug Evans <dje@google.com>
8650
8651 PR symtab/17602
8652 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8653 * gdb.cp/anon-ns2.cc: ... here. New file.
8654 * gdb.cp/anon-ns.exp: Update.
8655
8656 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8657
8658 * gdb.python/py-events.py (inferior_call_handler): New.
8659 (register_changed_handler, memory_changed_handler): New.
8660 (test_events.invoke): Register new handlers.
8661 * gdb.python/py-events.exp: Add tests for inferior call,
8662 memory_changed and register_changed events.
8663
8664 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8665
8666 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8667 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8668 if the linker doesn't understand this.
8669
8670 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8671
8672 * gdb.python/python.exp: Change expected reply to help().
8673
8674 2014-12-01 Yao Qi <yao@codesourcery.com>
8675
8676 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8677 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8678 * configure: Re-generated.
8679
8680 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8681
8682 * gdb.cp/chained-calls.cc: New file.
8683 * gdb.cp/chained-calls.exp: New file.
8684 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8685
8686 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8687
8688 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8689 * gdb.dwarf2/symtab-producer.exp: Same.
8690 * gdb.gdb/python-interrupts.exp: Same.
8691 * gdb.gdb/python-selftest.exp: Same.
8692 * gdb.python/py-linetable.exp: Same.
8693 * gdb.python/py-type.exp: Same.
8694 * gdb.python/py-value-cc.exp: Same.
8695 * gdb.python/py-value.exp: Same.
8696
8697 2014-11-28 Yao Qi <yao@codesourcery.com>
8698
8699 * gdb.base/break-probes.exp: Match library name prefixed with
8700 sysroot.
8701
8702 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8705 test expected output. Add parentheses for the call to print.
8706 Remove L suffix from integers.
8707
8708 2014-11-26 Doug Evans <dje@google.com>
8709
8710 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8711
8712 2014-11-22 Yao Qi <yao@codesourcery.com>
8713
8714 * gdb.trace/entry-values.c: Remove asms.
8715 (foo): Add foo_label.
8716 (bar): Add bar_label.
8717 * gdb.trace/entry-values.exp: Remove code computing foo's
8718 length and bar's length.
8719 (Dwarf::assemble): Invoke function_range for bar and use
8720 MACRO_AT_func for foo.
8721
8722 2014-11-22 Yao Qi <yao@codesourcery.com>
8723
8724 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8725 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8726 Use .Lgcc43_procstart instead of gcc43.
8727
8728 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8729
8730 * gdb.ada/n_arr_bound: New testcase.
8731
8732 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8733
8734 PR breakpoints/10737
8735 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8736 test_catch_syscall_multi_arch.
8737 (test_catch_syscall_multi_arch): New function.
8738
8739 2014-11-20 Doug Evans <xdje42@gmail.com>
8740
8741 * gdb.base/maint.exp: Update expected output.
8742
8743 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8744
8745 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8746 4-byte instruction on S390.
8747
8748 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8749
8750 * gdb.ada/arr_arr: New testcase.
8751
8752 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8753
8754 * gdb.ada/pkd_arr_elem: New Testcase.
8755
8756 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8757
8758 * gdb.reverse/break-precsave: Expect completion message for
8759 core file reads.
8760 * gdb.reverse/consecutive-precsave.exp: Likewise.
8761 * gdb.reverse/finish-precsave.exp: Likewise.
8762 * gdb.reverse/i386-precsave.exp: Likewise.
8763 * gdb.reverse/machinestate-precsave.exp: Likewise.
8764 * gdb.reverse/sigall-precsave.exp: Likewise.
8765 * gdb.reverse/solib-precsave.exp: Likewise.
8766 * gdb.reverse/step-precsave.exp: Likewise.
8767 * gdb.reverse/until-precsave.exp: Likewise.
8768 * gdb.reverse/watch-precsave.exp: Likewise.
8769
8770 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8771
8772 * gdb.base/bp-permanent.c: Include unistd.h.
8773 * gdb.python/py-framefilter-mi.c (main): Add return type.
8774 * gdb.python/py-framefilter.c (main): Likewise.
8775 * gdb.trace/actions-changed.c (main): Likewise.
8776
8777 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8778
8779 * gdb.mi/until.c: Add eye-catchers.
8780 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8781 line numbers.
8782
8783 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8784
8785 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8786 function header variants in break1.c.
8787 * gdb.base/ena-dis-br.exp: Likewise.
8788 * gdb.base/hbreak2.exp: Likewise.
8789 * gdb.reverse/until-precsave.exp: Drop references to removed
8790 non-prototype function header variants in ur1.c.
8791 * gdb.reverse/until-reverse.exp: Likewise.
8792
8793 2014-11-17 Petr Machata <pmachata@redhat.com>
8794
8795 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8796 ${_cu_offset_size} bytes abbrev offset.
8797
8798 2014-11-15 Doug Evans <xdje42@gmail.com>
8799
8800 PR symtab/17559
8801 * gdb.base/line-symtabs.exp: New file.
8802 * gdb.base/line-symtabs.c: New file.
8803 * gdb.base/line-symtabs.h: New file.
8804
8805 2014-11-14 Yao Qi <yao@codesourcery.com>
8806
8807 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8808 (func): Add label func_label.
8809 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8810 Replace low_pc and high_pc with MACRO_AT_range.
8811 Replace name, low_pc and high_pc with MACRO_AT_func.
8812
8813 2014-11-14 Yao Qi <yao@codesourcery.com>
8814
8815 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8816 Replace name, low_pc and high_pc with MACRO_AT_func.
8817
8818 2014-11-14 Yao Qi <yao@codesourcery.com>
8819
8820 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8821 produce debug information.
8822 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8823
8824 2014-11-14 Yao Qi <yao@codesourcery.com>
8825
8826 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8827 object and get function length.
8828 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8829 with MACRO_AT_func.
8830 (top-level): Replace gdb_compile and clean_restart with
8831 prepare_for_testing.
8832 * gdb.dwarf2/main.c (main): Add label main_label.
8833
8834 2014-11-14 Yao Qi <yao@codesourcery.com>
8835
8836 * lib/dwarf.exp (function_range): New procedure.
8837 (Dwarf::_handle_macro_at_func): New procedure.
8838 (Dwarf::_handle_macro_at_range): New procedure.
8839 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8840
8841 2014-11-14 Yao Qi <yao@codesourcery.com>
8842
8843 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8844 (_handle_attribute): New procedure.
8845
8846 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8847
8848 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8849 * gdb.base/call-sc.c (zed): Likewise.
8850 * gdb.base/checkpoint.c (main): Likewise.
8851 * gdb.base/dump.c (main): Likewise.
8852 * gdb.base/gcore.c (main): Likewise.
8853 * gdb.base/huge.c (main): Likewise.
8854 * gdb.base/multi-forks.c (main): Likewise.
8855 * gdb.base/pr10179-a.c (main): Likewise.
8856 * gdb.base/savedregs.c (main): Likewise.
8857 * gdb.base/sigaltstack.c (main): Likewise.
8858 * gdb.base/siginfo.c (main): Likewise.
8859 * gdb.base/structs.c (zed): Likewise.
8860 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8861 * gdb.mi/mi-syn-frame.c (main): Likewise.
8862 * gdb.mi/until.c (foo, main): Likewise.
8863 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8864 * gdb.base/solib-weak.c (foo): Declare.
8865 * gdb.base/attach-twice.c: Include stdio.h.
8866 * gdb.base/weaklib1.c: Likewise.
8867 * gdb.base/weaklib2.c: Likewise.
8868 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8869 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8870 unistd.h.
8871 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8872 * gdb.mi/mi-exit-code.c: Likewise.
8873 * gdb.base/break-interp-lib.c: Include string.h.
8874 * gdb.base/coremaker.c: Likewise.
8875 * gdb.base/testenv.c: Likewise.
8876 * gdb.python/py-finish-breakpoint.c: Likewise.
8877 * gdb.base/inferior-died.c: Include sys/wait.h.
8878 * gdb.base/fileio.c: Include time.h.
8879 * gdb.base/async-shell.c: Include unistd.h.
8880 * gdb.base/dprintf-non-stop.c: Likewise.
8881 * gdb.base/info-os.c: Likewise.
8882 * gdb.mi/mi-console.c: Likewise.
8883 * gdb.mi/watch-nonstop.c: Likewise.
8884 * gdb.python/py-events.c: Likewise.
8885 * gdb.base/async.c (baz): Move up before its invocation.
8886 * gdb.base/code_elim2.c (my_global_func): Likewise.
8887 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8888 * gdb.base/advance.c (func2): Likewise.
8889
8890 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8891
8892 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8893 variant.
8894 * gdb.base/annota3.c: Likewise.
8895 * gdb.base/async.c: Likewise.
8896 * gdb.base/average.c: Likewise.
8897 * gdb.base/call-ar-st.c: Likewise.
8898 * gdb.base/call-rt-st.c: Likewise.
8899 * gdb.base/call-sc.c: Likewise.
8900 * gdb.base/call-strs.c: Likewise.
8901 * gdb.base/ending-run.c: Likewise.
8902 * gdb.base/execd-prog.c: Likewise.
8903 * gdb.base/exprs.c: Likewise.
8904 * gdb.base/foll-exec.c: Likewise.
8905 * gdb.base/foll-fork.c: Likewise.
8906 * gdb.base/foll-vfork.c: Likewise.
8907 * gdb.base/funcargs.c: Likewise.
8908 * gdb.base/gcore.c: Likewise.
8909 * gdb.base/jump.c: Likewise.
8910 * gdb.base/langs0.c: Likewise.
8911 * gdb.base/langs1.c: Likewise.
8912 * gdb.base/langs2.c: Likewise.
8913 * gdb.base/mips_pro.c: Likewise.
8914 * gdb.base/nodebug.c: Likewise.
8915 * gdb.base/opaque0.c: Likewise.
8916 * gdb.base/opaque1.c: Likewise.
8917 * gdb.base/recurse.c: Likewise.
8918 * gdb.base/run.c: Likewise.
8919 * gdb.base/scope0.c: Likewise.
8920 * gdb.base/scope1.c: Likewise.
8921 * gdb.base/setshow.c: Likewise.
8922 * gdb.base/setvar.c: Likewise.
8923 * gdb.base/shmain.c: Likewise.
8924 * gdb.base/shr1.c: Likewise.
8925 * gdb.base/shr2.c: Likewise.
8926 * gdb.base/sigall.c: Likewise.
8927 * gdb.base/signals.c: Likewise.
8928 * gdb.base/so-indr-cl.c: Likewise.
8929 * gdb.base/solib2.c: Likewise.
8930 * gdb.base/structs.c: Likewise.
8931 * gdb.base/sum.c: Likewise.
8932 * gdb.base/vforked-prog.c: Likewise.
8933 * gdb.base/watchpoint.c: Likewise.
8934 * gdb.reverse/shr2.c: Likewise.
8935 * gdb.reverse/until-reverse.c: Likewise.
8936 * gdb.reverse/ur1.c: Likewise.
8937 * gdb.reverse/watch-reverse.c: Likewise.
8938
8939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8940
8941 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8942 variant.
8943 * gdb.base/sepdebug.exp: Drop references to removed code.
8944
8945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8946
8947 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8948 variant. Preserve original line numbering.
8949 * gdb.base/list1.c: Likewise.
8950
8951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8952
8953 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8954 variant.
8955 * gdb.base/break1.c: Likewise.
8956 * gdb.base/break.exp: Drop references to removed code.
8957
8958 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8961 variant.
8962
8963 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8964
8965 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8966
8967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8968
8969 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8970 logic into perform_all_tests() and invoke it with and without
8971 function header prototypes.
8972 (do_function_calls): Remove conditional XFAIL for PR 5318.
8973 (rerun_and_prepare): Remove duplicate code.
8974 (perform_all_tests): New. Main logic moved here.
8975
8976 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8977
8978 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8979 code guarded by #ifdef NO_PROTOTYPES.
8980 (t_double_many_args): Likewise.
8981 (DEF_FUNC_MANY_ARGS_1): Likewise.
8982 (DEF_FUNC_VALUES_1): Likewise.
8983 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8984 guarded by #ifdef PROTOTYPES.
8985
8986 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8987
8988 * gdb.mi/mi-console.c: Add eye-catcher.
8989 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8990 instead of literal line number.
8991
8992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8993
8994 * gdb.base/shr2.c: Add eye-catcher.
8995 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8996 line number.
8997
8998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8999
9000 * gdb.base/jump.c: Add eye-catchers.
9001 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9002 numbers.
9003
9004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9005
9006 * gdb.base/execd-prog.c: Add eye-catchers.
9007 * gdb.base/foll-exec.c: Likewise.
9008 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9009 line numbers.
9010
9011 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9012
9013 * gdb.base/ending-run.c: Add eye-catchers.
9014 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9015 literal line numbers.
9016
9017 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9018
9019 * gdb.base/call-rt-st.c: Add eye-catchers.
9020 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9021 literal line numbers.
9022
9023 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9024
9025 * gdb.base/call-ar-st.c: Add eye-catchers.
9026 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9027 literal line numbers.
9028
9029 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9030
9031 * gdb.base/average.c: Add eye-catchers.
9032 * gdb.base/sum.c: Likewise.
9033 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9034 regexps dynamically.
9035
9036 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9037
9038 * gdb.base/solib1.c: Add eye-catchers.
9039 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9040 literal line numbers.
9041
9042 2014-11-12 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9045 leader has exited.
9046
9047 2014-11-12 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.arch/i386-bp_permanent.c: New file.
9050 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9051 (srcfile): Set to i386-bp_permanent.c.
9052 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9053 that stepi does not execute the 'leave' instruction, instead of
9054 testing it does execute.
9055 * gdb.base/bp-permanent.c: New file.
9056 * gdb.base/bp-permanent.exp: New file.
9057
9058 2014-11-10 Doug Evans <xdje42@gmail.com>
9059
9060 PR symtab/17564
9061 * gdb.base/symtab-search-order.exp: New file.
9062 * gdb.base/symtab-search-order.c: New file.
9063 * gdb.base/symtab-search-order-1.c: New file.
9064 * gdb.base/symtab-search-order-shlib-1.c: New file.
9065
9066 2014-11-07 Pedro Alves <palves@redhat.com>
9067
9068 PR gdb/17511
9069 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9070 i?86-*-linux*.
9071
9072 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9073
9074 PR c++/17494
9075 * gdb.cp/pr17494.cc: New file.
9076 * gdb.cp/pr17494.exp: New file.
9077
9078 2014-11-02 Yao Qi <yao@codesourcery.com>
9079
9080 * gdb.python/python.exp: Get working directory and match the
9081 output of "set extended-prompt \\w " with it.
9082
9083 2014-10-30 Doug Evans <dje@google.com>
9084
9085 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9086 in objfiles.
9087 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9088 in progspaces.
9089
9090 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9091
9092 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9093 * gdb.base/realname-expand.exp: Likewise.
9094 * gdb.linespec/macro-relative.exp: Likewise.
9095
9096 2014-10-29 Pedro Alves <palves@redhat.com>
9097
9098 PR gdb/17408
9099 * gdb.threads/schedlock.c (some_function): New function.
9100 (call_function): New global.
9101 (MAYBE_CALL_SOME_FUNCTION): New macro.
9102 (thread_function): Call it.
9103 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9104 and use it instead of a global counter. Adjust all callers.
9105 (get_current_thread): Use "find current thread" for test message
9106 here rather than having all callers pass down the same string.
9107 (goto_loop): New procedure, factored out from ...
9108 (my_continue): ... this.
9109 (step_ten_loops): Change parameter from test message to command to
9110 use. Adjust.
9111 (list_count): Delete global.
9112 (check_result): New procedure, factored out from duplicate top
9113 level code.
9114 (continue tests): Wrap in with_test_prefix.
9115 (test_step): New procedure, factored out from duplicate top level
9116 code.
9117 (top level): Test "step" in combination with all scheduler-locking
9118 modes. Test "next" in combination with all scheduler-locking
9119 modes, and in combination with stepping over a function call or
9120 not.
9121 * gdb.threads/next-bp-other-thread.c: New file.
9122 * gdb.threads/next-bp-other-thread.exp: New file.
9123
9124 2014-10-29 Pedro Alves <palves@redhat.com>
9125
9126 PR python/17372
9127 * gdb.python/python.exp: Test a multi-line command that spawns
9128 interactive Python.
9129 * gdb.base/multi-line-starts-subshell.exp: New file.
9130
9131 2014-10-29 Yao Qi <yao@codesourcery.com>
9132
9133 * gdb.base/fileio.exp: Make directories on host.
9134
9135 2014-10-29 Yao Qi <yao@codesourcery.com>
9136
9137 * gdb.base/fileio.c (test_write): Close the file.
9138
9139 2014-10-28 Pedro Alves <palves@redhat.com>
9140
9141 PR gdb/12623
9142 * gdb.base/sigstep.c (no_handler): New global.
9143 (main): If 'no_handler is true, set the signal handlers to
9144 SIG_IGN.
9145 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9146 with_sw_watch and no_handler parameters. Handle them.
9147 (top level) <stepping over handler when stopped at a breakpoint
9148 test>: Add a test axis for testing with a software watchpoint, and
9149 another for testing with the signal handler set to SIG_IGN.
9150 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9151 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9152
9153 2014-10-28 Pedro Alves <palves@redhat.com>
9154
9155 PR gdb/17511
9156 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9157 * gdb.base/sigstep.exp (other_handler_location): New global.
9158 (advance): Support stepping into the signal handler, and running
9159 commands while in the handler.
9160 (in_handler_map): New global.
9161 (top level): In the advance test, add combinations for getting
9162 into the handler with stepping commands, and for running commands
9163 in the handler. Add comment descripting the advancei tests.
9164
9165 2014-10-28 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.base/sigstep.exp: Use build_executable instead of
9168 prepare_for_testing.
9169 (top level): Move code that starts GDB, runs to main and creates a
9170 display to ...
9171 (restart): ... this new procedure.
9172 (top level): Move backtrace from signal handler test to ...
9173 (validate_backtrace): ... this new procedure.
9174 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9175 with_test_prefix. Always restart GDB.
9176 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9177 with_test_prefix. Always restart GDB. No need to delete
9178 breakpoints after the test.
9179 (test_skip_handler): Remove prefix parameter.
9180 (skip_over_handler, breakpoint_to_handler)
9181 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9182 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9183 restart GDB. No need to delete breakpoints after the test.
9184 (top level): Use foreach to call the test procedures with
9185 different commands.
9186
9187 2014-10-28 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9190 instead of GNATS numbers.
9191 * gdb.base/sigbpt.exp: Likewise.
9192 * gdb.base/siginfo.exp: Likewise.
9193 * gdb.base/sigstep.exp: Likewise.
9194
9195 2014-10-27 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.base/sigstep.c (dummy): New global.
9198 (main): Issue a couple writes to the new global.
9199 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9200 procedures.
9201 (skip_over_handler): Use test_skip_handler.
9202 (top level): Call skip_over_handler for stepi and nexti too.
9203 (breakpoint_over_handler): Use test_skip_handler.
9204 (top level): Call breakpoint_over_handler for stepi and nexti too.
9205
9206 2014-10-27 Yao Qi <yao@codesourcery.com>
9207
9208 * gdb.trace/tfile.c (adjust_function_address)
9209 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9210 function descriptor.
9211
9212 2014-10-24 Don Breazeal <donb@codesourcery.com>
9213
9214 * gdb.base/foll-fork.exp (test_follow_fork,
9215 catch_fork_child_follow): Check for updated fork messages emitted
9216 from infrun.c.
9217 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9218 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9219 vfork_and_exec_child_follow_through_step): Check for updated vfork
9220 messages emitted from infrun.c.
9221
9222 2014-10-24 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/corefile.exp: Remove references to ultrix.
9225 * gdb.base/interrupt.exp: Likewise.
9226 * gdb.base/whatis.exp: Likewise.
9227 * gdb.gdb/selftest.exp: Likewise.
9228 * gdb.threads/manythreads.exp: Likewise.
9229 * gdb.threads/print-threads.exp: Likewise.
9230 * gdb.threads/pthreads.exp:: Likewise.
9231 * gdb.threads/schedlock.exp: Likewise.
9232
9233 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9234
9235 * gdb.cp/non-trivial-retval.cc: Add a test case.
9236 * gdb.cp/non-trivial-retval.exp: Add a test.
9237
9238 2014-10-20 Yao Qi <yao@codesourcery.com>
9239
9240 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9241 * gdb.python/py-objfile-script-gdb.py: New file.
9242 * gdb.python/py-objfile-script.exp: Update reference to
9243 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9244 of remote_download. Remove the dest file.
9245
9246 2014-10-20 Yao Qi <yao@codesourcery.com>
9247
9248 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9249 * gdb.base/step-line.exp: Likewise.
9250 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9251 * gdb.dwarf2/dw2-basic.exp: Likewise.
9252 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9253 * gdb.dwarf2/dw2-filename.exp: Likewise.
9254 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9255 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9256 * gdb.dwarf2/dw2-producer.exp: Likewise.
9257 * gdb.dwarf2/mac-fileno.exp: Likewise.
9258 * gdb.python/py-frame-args.exp: Likewise.
9259 * gdb.python/py-framefilter.exp: Likewise.
9260 * gdb.python/py-mi.exp: Likewise.
9261 * gdb.python/py-objfile-script.exp: Likewise
9262 * gdb.python/py-pp-integral.exp: Likewise.
9263 * gdb.python/py-pp-re-notag.exp: Likewise.
9264 * gdb.python/py-prettyprint.exp: Likewise.
9265 * gdb.python/py-section-script.exp: Likewise.
9266 * gdb.python/py-typeprint.exp: Likewise.
9267 * gdb.python/py-xmethods.exp: Likewise.
9268 * gdb.stabs/weird.exp: Likewise.
9269 * gdb.xml/tdesc-regs.exp: Likewise.
9270
9271 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9272
9273 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9274 (out_cu): Use addr_len for the size of addresses.
9275 (out_line): Likewise. Size DW_LNE_set_address instruction
9276 according to addr_len.
9277 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9278 (FUNC): Add START_INSNS to definition.
9279
9280 2014-10-18 Yao Qi <yao@codesourcery.com>
9281
9282 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9283 gdb_has_argv0 return true.
9284 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9285 check [target_info exists noargs], check [gdb_has_argv0]
9286 instead.
9287 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9288 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9289 procedures.
9290
9291 2014-10-17 Doug Evans <dje@google.com>
9292
9293 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9294 event.
9295 * gdb.python/py-events.py: Add clear_objfiles event.
9296
9297 2014-10-17 Doug Evans <dje@google.com>
9298
9299 * gdb.python/py-objfile.exp: Test progspace attribute.
9300
9301 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9302
9303 * gdb.guile/scm-breakpoint.exp: Do not assume any
9304 directory separators when matching source file paths.
9305 * gdb.python/py-breakpoint.exp: Likewise.
9306 * gdb.reverse/break-precsave.exp: Likewise.
9307 * gdb.reverse/break-reverse.exp: Likewise.
9308 * gdb.reverse/consecutive-precsave.exp: Likewise.
9309 * gdb.reverse/finish-precsave.exp: Likewise.
9310 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9311 * gdb.reverse/finish-reverse.exp: Likewise.
9312 * gdb.reverse/i386-precsave.exp: Likewise.
9313 * gdb.reverse/i387-env-reverse.exp: Likewise.
9314 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9315 * gdb.reverse/machinestate-precsave.exp: Likewise.
9316 * gdb.reverse/machinestate.exp: Likewise.
9317 * gdb.reverse/sigall-precsave.exp: Likewise.
9318 * gdb.reverse/solib-precsave.exp: Likewise.
9319 * gdb.reverse/step-precsave.exp: Likewise.
9320 * gdb.reverse/until-precsave.exp: Likewise.
9321 * gdb.reverse/watch-precsave.exp: Likewise.
9322 * gdb.reverse/watch-reverse.exp: Likewise.
9323
9324 2014-10-17 Yao Qi <yao@codesourcery.com>
9325
9326 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9327 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9328
9329 2014-10-17 Pedro Alves <palves@redhat.com>
9330
9331 PR gdb/17471
9332 * gdb.base/bg-execution-repeat.c: New file.
9333 * gdb.base/bg-execution-repeat.exp: New file.
9334
9335 2014-10-17 Pedro Alves <palves@redhat.com>
9336
9337 PR gdb/17300
9338 * gdb.base/continue-all-already-running.c: New file.
9339 * gdb.base/continue-all-already-running.exp: New file.
9340
9341 2014-10-17 Pedro Alves <palves@redhat.com>
9342
9343 PR gdb/17472
9344 * gdb.base/annota-input-while-running.c: New file.
9345 * gdb.base/annota-input-while-running.exp: New file.
9346
9347 2014-10-17 Pedro Alves <palves@redhat.com>
9348
9349 * gdb.base/callfuncs.exp: emove references to osf.
9350 * gdb.base/sigall.exp: Likewise.
9351 * gdb.gdb/selftest.exp: Likewise.
9352 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9353 * gdb.mi/non-stop.c: Likewise.
9354 * gdb.mi/pthreads.c: Likewise.
9355 * gdb.reverse/sigall-precsave.exp: Likewise.
9356 * gdb.reverse/sigall-reverse.exp: Likewise.
9357 * gdb.threads/pthreads.c: Likewise.
9358 * gdb.threads/pthreads.exp: Likewise.
9359
9360 2014-10-17 Yao Qi <yao@codesourcery.com>
9361
9362 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9363 check 'target_info exists noargs'.
9364 (test_command_prompt_position): Likewise.
9365 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9366 Remove "set args".
9367 (progvar_simple_while_test): Likewise.
9368 (progvar_complex_if_while_test): Likewise.
9369 (if_while_breakpoint_command_test): Likewise.
9370 (infrun_breakpoint_command_test): Likewise.
9371 (breakpoint_command_test): Likewise.
9372 (watchpoint_command_test): Likewise.
9373 (bp_deleted_in_command_test): Likewise.
9374 (temporary_breakpoint_commands): Likewise.
9375
9376 2014-10-16 Yao Qi <yao@codesourcery.com>
9377
9378 * gdb.base/remotetimeout.exp: Remove noargs checking.
9379
9380 2014-10-15 Pedro Alves <palves@redhat.com>
9381
9382 PR breakpoints/9649
9383 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9384 * gdb.base/breakpoint-in-ro-region.exp
9385 (probe_target_hardware_step): New procedure.
9386 (top level): Probe hardware stepping and hardware breakpoint
9387 support. Test stepping through a read-only region, with both
9388 "breakpoint auto-hw" on and off and both "always-inserted" on and
9389 off.
9390
9391 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9392
9393 * gdb.dlang/demangle.exp: Update for demangling changes.
9394
9395 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9396
9397 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9398 * gdb.cp/non-trivial-retval.exp: Add new tests.
9399
9400 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9401
9402 PR c++/13403
9403 PR c++/15154
9404 * gdb.cp/non-trivial-retval.cc: New file.
9405 * gdb.cp/non-trivial-retval.exp: New file.
9406
9407 2014-10-15 Yao Qi <yao@codesourcery.com>
9408
9409 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9410 remote host.
9411
9412 2014-10-15 Yao Qi <yao@codesourcery.com>
9413
9414 * gdb.python/py-symbol.exp: Match file base name if host is
9415 remote, otherwise match file name with dir name.
9416 * gdb.python/py-symtab.exp: Likewise.
9417 * gdb.python/python.exp: Likewise.
9418
9419 2014-10-15 Yao Qi <yao@codesourcery.com>
9420
9421 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9422 pattern.
9423 * gdb.python/py-symtab.exp: Likewise.
9424 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9425 locationn.
9426
9427 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9428
9429 * gdb.ada/addr_arith: New testcase.
9430
9431 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9432
9433 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9434 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9435 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9436 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9437
9438 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9439
9440 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9441 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9442 * gdb.arch/stap-eval-lang-ada.exp: New file.
9443
9444 2014-10-14 Yao Qi <yao@codesourcery.com>
9445
9446 * gdb.mi/mi-var-child.c (nothing1): New function.
9447 (nothing2): New function.
9448 (do_children_tests): Set function pointers by nothing1 and
9449 nothing2.
9450 * gdb.mi/mi-var-child.exp: Step over new added statements.
9451 Update test to match the new output.
9452 * gdb.mi/var-cmd.c (nothing1): New function.
9453 (nothing2): New function.
9454 (do_children_tests): Set function pointers by nothing1 and
9455 nothing2.
9456 * gdb.mi/mi-var-display.exp: Update test to match output.
9457 Step to the line specified by $line_dct_nothing.
9458 Increase the number of lines to step.
9459
9460 2014-10-14 Yao Qi <yao@codesourcery.com>
9461
9462 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9463 tests.
9464 * gdb.mi/mi2-var-child.exp: Likewise.
9465
9466 2014-10-13 Doug Evans <dje@google.com>
9467
9468 * gdb.python/py-objfile.exp: Change name of file name test.
9469
9470 2014-10-13 Doug Evans <dje@google.com>
9471
9472 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9473 from the start of the CU.
9474
9475 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9476 Yao Qi <yao@codesourcery.com>
9477
9478 Fix "save breakpoints" for "catch" command.
9479 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9480 Remove -nonewline. Match also the added "main" line.
9481
9482 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 Fix "save breakpoints" for "disable $bpnum" command.
9485 * gdb.base/save-bp.c (main): Add label.
9486 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9487
9488 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9489
9490 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9491
9492 2014-10-11 Yao Qi <yao@codesourcery.com>
9493
9494 * gdb.server/server-kill.exp: Execute command
9495 "set remote trace-status-packet on" before "tstatus".
9496
9497 2014-10-11 Yao Qi <yao@codesourcery.com>
9498
9499 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9500 (main): Call getppid.
9501 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9502 and continue to it. Read variable "server_pid".
9503
9504 2014-10-11 Yao Qi <yao@codesourcery.com>
9505
9506 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9507
9508 2014-10-11 Yao Qi <yao@codesourcery.com>
9509
9510 * gdb.threads/thread-find.exp: Don't execute command
9511 "info threads".
9512 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9513 * gdb.threads/linux-dp.exp: Don't check the condition
9514 $threads_created equals to zero.
9515
9516 2014-10-10 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/bigcore.exp: Remove references to IRIX.
9519 * gdb.base/funcargs.exp: Likewise.
9520 * gdb.base/interrupt.exp: Likewise.
9521 * gdb.base/mips_pro.exp: Likewise.
9522 * gdb.base/nodebug.exp: Likewise.
9523 * gdb.base/setvar.exp: Likewise.
9524 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9525
9526 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9527 Pedro Alves <palves@redhat.com>
9528
9529 PR symtab/14466
9530 * gdb.base/vdso-warning.c: New file.
9531 * gdb.base/vdso-warning.exp: New file.
9532
9533 2014-10-02 Doug Evans <dje@google.com>
9534
9535 * gdb.base/structs.c (main): Don't run forever.
9536
9537 2014-10-02 Pedro Alves <palves@redhat.com>
9538
9539 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9540 (top level) <stop threads 1, stop threads 2>: Use it.
9541
9542 2014-10-02 Pedro Alves <palves@redhat.com>
9543
9544 * gdb.threads/break-while-running.exp (test): Add new
9545 'update_thread_list' argument. Skip "info threads" if false.
9546 (top level): Add new 'update_thread_list' axis.
9547
9548 2014-10-02 Pedro Alves <palves@redhat.com>
9549
9550 PR breakpoints/17431
9551 * gdb.base/execl-update-breakpoints.c: New file.
9552 * gdb.base/execl-update-breakpoints.exp: New file.
9553
9554 2014-10-01 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.base/breakpoint-in-ro-region.c: New file.
9557 * gdb.base/breakpoint-in-ro-region.exp: New file.
9558
9559 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9560
9561 * gdb.mi/mi-exit-code.exp: New file.
9562 * gdb.mi/mi-exit-code.c: New file.
9563
9564 2014-09-30 Yao Qi <yao@codesourcery.com>
9565
9566 * lib/prelink-support.exp (build_executable_own_libs): Error if
9567 the target isn't native.
9568
9569 2014-09-30 Yao Qi <yao@codesourcery.com>
9570
9571 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9572 false.
9573
9574 2014-09-22 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.threads/break-while-running.exp: New file.
9577 * gdb.threads/break-while-running.c: New file.
9578
9579 2014-09-19 Yao Qi <yao@codesourcery.com>
9580
9581 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9582 Invoke test. Restart GDB with --readnow and invoke test again.
9583
9584 2014-09-19 Yao Qi <yao@codesourcery.com>
9585
9586 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9587 proc set_breakpoint_on_gcd_function. Invoke
9588 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9589 invoke set_breakpoint_on_gcd_function again.
9590
9591 2014-09-18 Doug Evans <dje@google.com>
9592
9593 * gdb.dwarf2/symtab-producer.exp: New file.
9594
9595 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9596
9597 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9598 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9599 * gdb.base/global-var-nested-by-dso.c: Likewise.
9600 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9601
9602 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9603 Pedro Alves <palves@redhat.com>
9604
9605 * gdb.base/watch-bitfields.exp: Pass string other than test file
9606 name to prepare_for_testing.
9607 (watch): New procedure.
9608 (expect_watchpoint): Use with_test_prefix.
9609 (top level): Factor out tests to ...
9610 (test_watch_location, test_regular_watch): ... these new
9611 procedures, and use with_test_prefix and gdb_continue_to_end.
9612
9613 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9614
9615 PR breakpoints/12526
9616 * gdb.base/watch-bitfields.exp: New file.
9617 * gdb.base/watch-bitfields.c: New file.
9618
9619 2014-09-16 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9622 software and hardware addresses, not software address against
9623 itself.
9624
9625 2014-09-16 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9628 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9629
9630 2014-09-16 Pedro Alves <palves@redhat.com>
9631
9632 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9633 files.
9634 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9635 "*-*-vxworks*" throughout.
9636 * gdb.base/break.exp: Likewise.
9637 * gdb.base/default.exp: Likewise.
9638 * gdb.base/scope.exp: Likewise.
9639 * gdb.base/sepdebug.exp: Likewise.
9640 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9641 throughout.
9642 * gdb.base/run.c: Likewise.
9643 * gdb.base/sepdebug.c: Likewise.
9644 * gdb.hp/gdb.aCC/run.c: Likewise.
9645 * gdb.reverse/until-reverse.c: Likewise.
9646 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9647
9648 2014-09-16 Yao Qi <yao@codesourcery.com>
9649
9650 * boards/local-remote-host-native.exp: New file.
9651
9652 2014-09-14 Doug Evans <xdje42@gmail.com>
9653
9654 * gdb.threads/queue-signal.c (thread_count): New variable.
9655 (thread_count_mutex, thread_count_condvar): New variables.
9656 (incr_thread_count, wait_all_threads_running): New functions.
9657 (main): Wait for all threads to be in their thread functions.
9658
9659 2014-09-13 Doug Evans <xdje42@gmail.com>
9660
9661 * gdb.threads/queue-signal.c: New file.
9662 * gdb.threads/queue-signal.exp: New file.
9663
9664 2014-09-13 Doug Evans <xdje42@gmail.com>
9665
9666 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9667 be consistent with what default_gdb_init uses.
9668 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9669 the plain text of the prompt. Add some logging printfs.
9670 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9671
9672 2014-09-12 Pedro Alves <palves@redhat.com>
9673
9674 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9675 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9676 * gdb.arch/i386-size-overlap.exp: Likewise.
9677 * gdb.arch/i386-size.exp: Likewise.
9678 * gdb.arch/i386-unwind.exp: Likewise.
9679 * gdb.base/a2-run.exp: Likewise.
9680 * gdb.base/break.exp: Likewise.
9681 * gdb.base/charset.exp: Likewise.
9682 * gdb.base/chng-syms.exp: Likewise.
9683 * gdb.base/commands.exp: Likewise.
9684 * gdb.base/dbx.exp: Likewise.
9685 * gdb.base/find.exp: Likewise.
9686 * gdb.base/funcargs.exp: Likewise.
9687 * gdb.base/jit-simple.exp: Likewise.
9688 * gdb.base/reread.exp: Likewise.
9689 * gdb.base/sepdebug.exp: Likewise.
9690 * gdb.base/step-bt.exp: Likewise.
9691 * gdb.cp/mb-inline.exp: Likewise.
9692 * gdb.cp/mb-templates.exp: Likewise.
9693 * gdb.objc/basicclass.exp: Likewise.
9694 * gdb.threads/killed.exp: Likewise.
9695
9696 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9697
9698 PR tdep/17379
9699 * gdb.arch/powerpc-stackless.S: New file.
9700 * gdb.arch/powerpc-stackless.exp: New file.
9701
9702 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9703
9704 * gdb.base/attach.c: Include unistd.h.
9705 (main): Call alarm. Add label postloop.
9706 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9707 gdb_breakpoint, gdb_continue_to_breakpoint.
9708 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9709
9710 2014-09-11 Pedro Alves <palves@redhat.com>
9711
9712 PR gdb/17347
9713 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9714 * gdb.base/attach.exp (test_command_line_attach_run): New
9715 procedure.
9716 (top level): Call it.
9717
9718 2014-09-11 Pedro Alves <palves@redhat.com>
9719
9720 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9721 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9722 (do_command_attach_tests): Use spawn_wait_for_attach.
9723 * gdb.base/solib-overlap.exp: Likewise.
9724 * gdb.multi/multi-attach.exp: Likewise.
9725 * gdb.python/py-prompt.exp: Likewise.
9726 * gdb.python/py-sync-interp.exp: Likewise.
9727 * gdb.server/ext-attach.exp: Likewise.
9728
9729 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9730
9731 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9732 command in testcase. Simplify testcase.
9733
9734 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9735
9736 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9737
9738 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9739
9740 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9741
9742 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9743
9744 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9745
9746 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9747
9748 * gdb.dwarf2/dynarr-ptr.c: New file.
9749 * gdb.dwarf2/dynarr-ptr.exp: New file.
9750
9751 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9752
9753 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9754 of 30 rather than hardcoding 120 for a slow test case. Take the
9755 `gdb,timeout' target setting into account for this calculation.
9756 Don't extend the timeout for the test cases that don't need it.
9757
9758 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9759
9760 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9761 a factor of 2 for a slow test case. Take the `gdb,timeout'
9762 target setting into account for this calculation.
9763 * gdb.reverse/until-precsave.exp: Increase the timeout by
9764 a factor of 15 and 3 respectively rather than adding 120
9765 for a pair of slow test cases. Take the `gdb,timeout'
9766 target setting into account for this calculation.
9767
9768 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9769
9770 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9771 timeout, don't pass one down to gdb_expect.
9772 (gdb_expect): Rework timeout selection.
9773
9774 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9775
9776 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9777 exception on timeout.
9778 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9779 (gdbserver_start_extended): Catch any `gdbserver_start' error
9780 exceptions.
9781 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9782 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9783 `gdbserver_gdb_load' error exceptions.
9784
9785 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9786
9787 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9788 120 on waiting for the TCP socket to open.
9789
9790 2014-09-09 Doug Evans <xdje42@gmail.com>
9791
9792 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9793 _caller_matches, _any_caller_is, _any_caller_matches.
9794
9795 2014-09-09 Doug Evans <xdje42@gmail.com>
9796
9797 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9798
9799 2014-09-09 Yao Qi <yao@codesourcery.com>
9800
9801 * gdb.mi/mi-var-display.exp: Set print symbol off.
9802
9803 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9804
9805 PR gdb/17035
9806 * gdb.base/commands.exp: Add tests to verify user-defined
9807 commands with empty bodies.
9808 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9809 python commands in `show user command`.
9810 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9811 scheme commands in `show user command`.
9812
9813 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9814
9815 PR python/17355
9816 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9817 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9818 * gdb.python/py-framefilter-invalidarg.exp: New file.
9819 * gdb.python/py-framefilter-invalidarg.py: New file.
9820
9821 2014-09-06 Doug Evans <xdje42@gmail.com>
9822
9823 PR 15276
9824 * gdb.python/py-caller-is.c: New file.
9825 * gdb.python/py-caller-is.exp: New file.
9826
9827 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9828
9829 PR gdb/17235
9830 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9831 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9832
9833 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9834
9835 PR fortran/17237
9836 * gdb.fortran/print-formatted.exp: New file.
9837 * gdb.fortran/print-formatted.f90: Likewise.
9838
9839 2014-09-03 Sasha Smundak <asmundak@google.com>
9840
9841 * gdb.python/py-frame.exp: Test Frame.read_register.
9842
9843 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9844
9845 PR python/16699
9846 * gdb.python/py-completion.exp: New file.
9847 * gdb.python/py-completion.py: Likewise.
9848
9849 2014-08-28 Doug Evans <dje@google.com>
9850
9851 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9852 eax,etc. are live with values set by gdb and thus the compiler can't
9853 use them.
9854 * gdb.arch/i386-pseudo.c (main): Ditto.
9855
9856 2014-08-27 Doug Evans <dje@google.com>
9857
9858 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9859
9860 2014-08-25 Doug Evans <dje@google.com>
9861
9862 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9863 (main): Ditto.
9864
9865 2014-08-25 Doug Evans <dje@google.com>
9866
9867 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9868
9869 2014-08-24 Yao Qi <yao@codesourcery.com>
9870
9871 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9872 symbol off.
9873 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9874
9875 2014-08-22 Doug Evans <dje@google.com>
9876
9877 PR 17276
9878 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9879 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9880 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9881
9882 2014-08-22 Yao Qi <yao@codesourcery.com>
9883
9884 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9885 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9886 * gdb.python/python.exp: Likewise. Use .py file on the host
9887 instead of the build.
9888
9889 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9890
9891 * gdb.threads/gcore-stale-thread.c: New file.
9892 * gdb.threads/gcore-stale-thread.exp: New file.
9893
9894 2014-08-21 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9897 * gdb.base/gcore-relro-pie.exp: Likewise.
9898 * gdb.base/gcore-relro.exp: Likewise.
9899 * gdb.base/gcore.exp: Likewise.
9900 * gdb.base/print-symbol-loading.exp: Likewise.
9901 * gdb.threads/gcore-thread.exp: Likewise.
9902 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9903
9904 2014-08-20 Pedro Alves <palves@redhat.com>
9905 Jan Kratochvil <jan.kratochvil@redhat.com>
9906
9907 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9908 configure.
9909 (EXPECT): Handle READ1 being set.
9910 (all): Depend on EXTRA_RULES.
9911 (check-read1, expect-read1, read1.so, read1): New rules.
9912 * README (Testsuite Parameters): Document the READ1 make variable.
9913 (Race detection): New section.
9914 * configure: Regenerate.
9915 * configure.ac: If build==host==target, and running under a
9916 GNU/glibc system, add read1 to the extra Makefile rules.
9917 (EXTRA_RULES): AC_SUBST it.
9918 * lib/read1.c: New file.
9919
9920 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9921
9922 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9923 the handling of variables declared as a typedef to an array
9924 which a DW_AT_data_location attribute.
9925
9926 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9927 Pedro Alves <palves@redhat.com>
9928
9929 PR symtab/14604
9930 PR symtab/14605
9931 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9932 gdb_test.
9933
9934 2014-08-19 Pedro Alves <palves@redhat.com>
9935
9936 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9937
9938 2014-08-19 Yao Qi <yao@codesourcery.com>
9939
9940 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9941 right line.
9942
9943 2014-08-18 David Blaikie <dblaikie@gmail.com>
9944
9945 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9946
9947 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9948
9949 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9950 attribute in array range.
9951
9952 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9953
9954 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9955
9956 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9957
9958 PR c++/17132
9959 * gdb.cp/pr17132.cc: New file.
9960 * gdb.cp/pr17132.exp: New file.
9961
9962 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9963
9964 * gdb.python/py-xmethods.py (A_getarrayind)
9965 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9966 Use 'print' with function call syntax.
9967 (E_method_matcher.match): Fix tab vs space indentation mixup.
9968
9969 2014-08-15 Yao Qi <yao@codesourcery.com>
9970
9971 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9972 false.
9973
9974 2014-08-15 Yao Qi <yao@codesourcery.com>
9975
9976 * gdb.cp/casts.exp: Set print symbol off.
9977 * gdb.cp/class2.exp: Likewise.
9978 * gdb.cp/overload.exp: Likewise.
9979 * gdb.cp/templates.exp: Likewise.
9980
9981 2014-08-11 Doug Evans <dje@google.com>
9982
9983 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9984 (test_load_shlib): Update.
9985
9986 2014-08-09 Yao Qi <yao@codesourcery.com>
9987
9988 * gdb.base/display.exp: Invoke is_address_zero_readable.
9989 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9990 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9991 * gdb.base/hbreak-unmapped.exp: Return if
9992 is_address_zero_readable returns true.
9993 * gdb.base/signest.exp: Likewise.
9994 * gdb.base/signull.exp: Likewise.
9995 * gdb.base/sigbpt.exp: Likewise.
9996 * gdb.guile/scm-disasm.exp: Do the test if
9997 is_address_zero_readable returns false.
9998 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9999 * gdb.python/py-arch.exp: Likewise.
10000 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10001 * lib/gdb.exp (is_address_zero_readable): New proc.
10002
10003 2014-08-09 Yao Qi <yao@codesourcery.com>
10004
10005 PR testsuite/13443
10006 * gdb.mi/mi-var-display.exp: Make test messages unique.
10007
10008 2014-08-04 Tom Tromey <tromey@redhat.com>
10009
10010 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10011 target 0".
10012
10013 2014-08-04 Tom Tromey <tromey@redhat.com>
10014
10015 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10016 "target_resume".
10017
10018 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10019
10020 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10021 inner_vla_struct_object_size.
10022 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10023 as xfail.
10024
10025 2014-07-30 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10028 comment.
10029
10030 2014-07-29 Yao Qi <yao@codesourcery.com>
10031
10032 PR gdb/17206
10033 * gdb.base/until-nodebug.exp: New.
10034
10035 2014-07-28 Doug Evans <xdje42@gmail.com>
10036
10037 PR guile/17203
10038 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10039 previously existing parameter, and previously ambiguously spelled
10040 parameter.
10041
10042 2014-07-28 Will Newton <will.newton@linaro.org>
10043
10044 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10045
10046 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10047 Doug Evans <xdje42@gmail.com>
10048
10049 PR guile/17146
10050 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10051
10052 2014-07-25 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.threads/signal-command-handle-nopass.c: New file.
10055 * gdb.threads/signal-command-handle-nopass.exp: New file.
10056 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10057 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10058 * gdb.threads/signal-delivered-right-thread.c: New file.
10059 * gdb.threads/signal-delivered-right-thread.exp: New file.
10060
10061 2014-07-25 Pedro Alves <palves@redhat.com>
10062
10063 * gdb.base/double-prompt-target-event-error.exp
10064 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10065 match.
10066 (cancel_pagination_in_target_event): Rework double prompt
10067 detection.
10068 * gdb.base/paginate-after-ctrl-c-running.exp
10069 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10070 <return>' match.
10071 * gdb.base/paginate-bg-execution.exp
10072 (test_bg_execution_pagination_return)
10073 (test_bg_execution_pagination_cancel): Remove '-notransfer
10074 <return>' matches.
10075 * gdb.base/paginate-execution-startup.exp
10076 (test_fg_execution_pagination_return)
10077 (test_fg_execution_pagination_cancel): Remove '-notransfer
10078 <return>' matches.
10079 * gdb.base/paginate-inferior-exit.exp
10080 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10081 match.
10082 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10083 * lib/gdb.exp (pagination_prompt): Run text through
10084 string_to_regexp.
10085 (gdb_test_multiple): Match $pagination_prompt instead of
10086 "<return>".
10087 (string_to_regexp): Move to lib/gdb-utils.exp.
10088
10089 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10090
10091 * gdb.arch/amd64-entry-value-paramref.S: New file.
10092 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10093 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10094 * gdb.arch/amd64-optimout-repeat.S: New file.
10095 * gdb.arch/amd64-optimout-repeat.c: New file.
10096 * gdb.arch/amd64-optimout-repeat.exp: New file.
10097
10098 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10099
10100 PR gdb/17170
10101 * gdb.base/statistics.exp: New file.
10102
10103 2014-07-17 Doug Evans <dje@google.com>
10104
10105 PR gdb/17170
10106 * gdb.base/maint.exp: Update testing of per-command stats.
10107
10108 2014-07-16 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10111 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10112 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10113 (tfile_write_buf): New functions.
10114 (add_memory_block): Rewrite using the above.
10115 (adjust_function_address): New function.
10116 (FUNCTION_ADDRESS): New macro.
10117 (write_basic_trace_file): Remove short_x local, and use
10118 tfile_write_16. Change type of func_addr local to unsigned long
10119 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10120 here. Cast argument of add_memory_block to char pointer.
10121 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10122 (main): Remove parameters.
10123 * gdb.trace/tfile.exp: Remove nowarnings.
10124
10125 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10126
10127 * gdb.base/debug-expr.exp: Test string evaluation with
10128 "debug expression" on.
10129
10130 2014-07-15 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.base/reread.exp: Use clean_restart.
10133
10134 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10135
10136 * gdb.arch/avr-flash-qualifer.c: New.
10137 * gdb.arch/avr-flash-qualifer.exp: New.
10138
10139 2014-07-14 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10142 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10143
10144 2014-07-14 Pedro Alves <palves@redhat.com>
10145
10146 * gdb.base/double-prompt-target-event-error.c: New file.
10147 * gdb.base/double-prompt-target-event-error.exp: New file.
10148
10149 2014-07-14 Pedro Alves <palves@redhat.com>
10150
10151 PR gdb/17072
10152 * gdb.base/paginate-inferior-exit.c: New file.
10153 * gdb.base/paginate-inferior-exit.exp: New file.
10154
10155 2014-07-14 Pedro Alves <palves@redhat.com>
10156
10157 PR gdb/17072
10158 * gdb.base/paginate-bg-execution.c: New file.
10159 * gdb.base/paginate-bg-execution.exp: New file.
10160
10161 2014-07-14 Pedro Alves <palves@redhat.com>
10162
10163 PR gdb/17072
10164 * gdb.base/paginate-execution-startup.c: New file.
10165 * gdb.base/paginate-execution-startup.exp: New file.
10166 * lib/gdb.exp (pagination_prompt): New global.
10167 (default_gdb_spawn): New procedure, factored out from
10168 default_gdb_spawn.
10169 (default_gdb_start): Adjust to call default_gdb_spawn.
10170 (gdb_spawn): New procedure.
10171
10172 2014-07-14 Pedro Alves <palves@redhat.com>
10173
10174 * lib/gdb.exp (gdb_assert): New procedure.
10175 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10176
10177 2014-07-14 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/execution-termios.c: New file.
10180 * gdb.base/execution-termios.exp: New file.
10181
10182 2014-07-14 Tom Tromey <tromey@redhat.com>
10183
10184 * gdb.cp/vla-cxx.cc: New file.
10185 * gdb.cp/vla-cxx.exp: New file.
10186
10187 2014-07-14 Tom Tromey <tromey@redhat.com>
10188
10189 * gdb.reverse/rerun-prec.c: New file.
10190 * gdb.reverse/rerun-prec.exp: New file.
10191
10192 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10193 Maciej W. Rozycki <macro@codesourcery.com>
10194
10195 * lib/gdb-utils.exp: New file.
10196 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10197 inline `gdb_init_command' processing.
10198 (gdb_start_cmd): Likewise.
10199 * lib/mi-support.exp (mi_run_cmd): Likewise.
10200 * README: Document `gdb_init_command' and `gdb_init_commands'.
10201
10202 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 Fix false FAIL running under a very long directory name.
10205 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10206 and "set print elements 10000". Twice.
10207
10208 2014-07-11 Yao Qi <yao@codesourcery.com>
10209
10210 * gdb.base/exprs.exp: "set print symbol off".
10211
10212 2014-07-11 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.threads/kill.c: New file.
10215 * gdb.threads/kill.exp: New file.
10216
10217 2014-07-10 Yao Qi <yao@codesourcery.com>
10218
10219 * gdb.trace/tfile.c (write_basic_trace_file)
10220 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10221 address written to trace file.
10222
10223 2014-07-09 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.base/attach-wait-input.exp: New file.
10226 * gdb.base/attach-wait-input.c: New file.
10227
10228 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10229
10230 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10231 setting up test structures.
10232 (main): Call new test function.
10233 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10234 test function, continue into test function and walk test
10235 structures.
10236
10237 2014-07-02 Yao Qi <yao@codesourcery.com>
10238
10239 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10240 'bar_start' at the beginning of functions 'foo' and 'bar'
10241 respectively.
10242 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10243 instead of 'foo' and 'bar'.
10244
10245 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10246
10247 * gdb.btrace/segv.exp: New.
10248 * gdb.btrace/segv.c: New.
10249
10250 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10251
10252 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10253 instruction.
10254
10255 2014-06-30 Mark Wielaard <mjw@redhat.com>
10256
10257 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10258 vulture, vilify, villar): New volatile array constants.
10259 (vindictive, vegetation): New const volatile array constants.
10260 * gdb.base/volatile.exp: Test volatile and const volatile array
10261 types.
10262
10263 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10264
10265 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10266 target lacks support for awatch, rwatch, or hbreak.
10267
10268 2014-06-27 Yao Qi <yao@codesourcery.com>
10269
10270 * gdb.multi/dummy-frame-restore.exp: New.
10271 * gdb.multi/dummy-frame-restore.c: New.
10272
10273 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10274
10275 * gdb.btrace/gcore.exp: New.
10276
10277 2014-06-23 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.base/watchpoint-reuse-slot.c: New file.
10280 * gdb.base/watchpoint-reuse-slot.exp: New file.
10281
10282 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10283
10284 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10285 progspace's filename in 'info', 'enable' and 'disable' command
10286 tests.
10287
10288 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10289
10290 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10291 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10292 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10293
10294 2014-06-20 Gary Benson <gbenson@redhat.com>
10295
10296 * gdb.arch/i386-avx.exp: Fix include file location.
10297 * gdb.arch/i386-sse.exp: Likewise.
10298
10299 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10300
10301 * gdb.dlang/expression.exp: New file.
10302
10303 2014-06-19 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10306 out from ...
10307 (top level): ... here. Iterate running tests under different
10308 scheduler-locking settings.
10309
10310 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10311
10312 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10313 to DW_FORM_addr and use non-zero addresses.
10314
10315 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10316
10317 PR gdb/17017
10318 * gdb.python/py-xmethods.cc: Add global function call counters and
10319 increment them in their respective functions. Remove "cout"
10320 statements.
10321 * gdb.python/py-xmethods.exp: Make tests check the global function
10322 call counters instead of depending on inferior IO.
10323
10324 2014-06-18 Don Breazeal <donb@codesourcery.com>
10325
10326 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10327 Deleted procedure.
10328 (explicit_fork_parent_follow): Deleted procedure.
10329 (explicit_fork_child_follow): Deleted procedure.
10330 (test_follow_fork): New procedure.
10331 (do_fork_tests): Replace calls to deleted procedures with
10332 calls to test_follow_fork and reset GDB for subsequent
10333 procedure calls.
10334
10335 2014-06-17 Yao Qi <yao@codesourcery.com>
10336
10337 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10338 CP1252.
10339
10340 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10341
10342 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10343 Initialize ptr and S explicitly.
10344 (skip_type_update_when_not_use_rtti_test): Likewise.
10345
10346 2014-06-16 Keith Seitz <keiths@redhat.com>
10347
10348 PR mi/15863
10349 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10350 the inferior is started.
10351
10352 2014-06-16 Pedro Alves <palves@redhat.com>
10353
10354 * gdb.base/break-main-file-remove-fail.c: New file.
10355 * gdb.base/break-main-file-remove-fail.exp: New file.
10356 * gdb.base/break-unload-file.exp: Use build_executable instead of
10357 prepare_for_testing.
10358 (test_break): New parameter "initial_load". Handle it.
10359 (top level): Add initial_load cmdline/file axis.
10360
10361 2014-06-12 Tom Tromey <tromey@redhat.com>
10362
10363 * gdb.base/completion.exp: Don't use directory name in test.
10364
10365 2014-06-09 Gary Benson <gbenson@redhat.com>
10366
10367 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10368 separate the always-available ANSI-standard signals from the
10369 signals that require checking.
10370 (main): Likewise.
10371 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10372 Likewise.
10373 (main): Likewise.
10374
10375 2014-06-07 Keith Seitz <keiths@redhat.com>
10376
10377 Revert:
10378 PR c++/16253
10379 * gdb.cp/var-tag.cc: New file.
10380 * gdb.cp/var-tag.exp: New file.
10381 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10382 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10383 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10384 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10385
10386 2014-06-06 Doug Evans <xdje42@gmail.com>
10387
10388 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10389
10390 2014-06-06 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10393 in target debug output instead of looking at RSP packets,
10394 disabling the test on any target that uses hardware stepping.
10395 Update comments.
10396
10397 2014-06-06 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.base/break-unload-file.exp: Fix typo.
10400
10401 2014-06-06 Yao Qi <yao@codesourcery.com>
10402
10403 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10404 from "jit_function" to "^jit_function".
10405
10406 2014-06-06 Yao Qi <yao@codesourcery.com>
10407
10408 * gdb.base/async.c (foo): Add one statement.
10409 * gdb.base/async.exp: Get the next instruction address and
10410 match the output of "nexti" by instruction address. Match
10411 the hex address in the output of "finish".
10412
10413 2014-06-06 Gary Benson <gbenson@redhat.com>
10414
10415 * gdb.base/call-signals.c: Remove preprocessor conditionals
10416 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10417 SIGSEGV and SIGTERM.
10418 * gdb.base/sigall.c: Likewise.
10419 * gdb.base/unwindonsignal.c: Likewise.
10420 * gdb.reverse/sigall-reverse.c: Likewise.
10421
10422 2014-06-06 Yao Qi <yao@codesourcery.com>
10423
10424 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10425 readable, skip the test.
10426
10427 2014-06-06 Yao Qi <yao@codesourcery.com>
10428
10429 * gdb.threads/staticthreads.c (thread_function): Move the line
10430 setting breakpoint on forward.
10431 * gdb.threads/staticthreads.exp: Update comments.
10432
10433 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10434
10435 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10436 "history-append! type error".
10437
10438 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10439
10440 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10441 erroneous dprintf expected input.
10442
10443 2014-06-04 Doug Evans <xdje42@gmail.com>
10444
10445 * gdb.guile/scm-generics.exp: Delete.
10446
10447 2014-06-04 Doug Evans <xdje42@gmail.com>
10448
10449 * gdb.guile/scm-breakpoint.exp: Update.
10450 Add tests for breakpoint registration.
10451
10452 2014-06-04 Tom Tromey <tromey@redhat.com>
10453
10454 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10455 VLA-in-union.
10456 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10457 inner_vla_struct, vla_union types. Initialize objects of those
10458 types and compute their sizes.
10459
10460 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10461 Hui Zhu <hui@codesourcery.com>
10462
10463 * gdb.base/fileio.exp: Add test for shell not available as well as
10464 available.
10465 * gdb.base/fileio.c (test_system): Check for shell twice.
10466
10467 2014-06-04 Yao Qi <yao@codesourcery.com>
10468
10469 * gdb.base/auto-connect-native-target.exp: Remove redundant
10470 space from the regexp pattern.
10471
10472 2014-06-04 Yao Qi <yao@codesourcery.com>
10473
10474 * gdb.base/default.exp: Replace "child" with "native" in
10475 regexp pattern.
10476
10477 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10478
10479 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10480 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10481 * gdb.python/py-xmethods.py: Python script supporting the
10482 new testcase and tests.
10483
10484 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10485 Pedro Alves <palves@redhat.com>
10486
10487 PR breakpoints/17000
10488 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10489 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10490
10491 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10492
10493 * gdb.base/subst.exp: Add tests to verify partial path matching
10494 output.
10495
10496 2014-06-03 Pedro Alves <palves@redhat.com>
10497
10498 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10499 target that doesn't use software single-stepping.
10500
10501 2014-06-03 Pedro Alves <palves@redhat.com>
10502
10503 PR breakpoints/17000
10504 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10505 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10506
10507 2014-06-02 Doug Evans <xdje42@gmail.com>
10508
10509 * gdb.guile/scm-parameter.exp: New file.
10510
10511 2014-06-02 Doug Evans <xdje42@gmail.com>
10512
10513 * gdb.guile/scm-cmd.c: New file.
10514 * gdb.guile/scm-cmd.exp: New file.
10515
10516 2014-06-02 Doug Evans <xdje42@gmail.com>
10517
10518 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10519 pretty-printer lookup.
10520 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10521 (make-pp_s-printer): Call it.
10522 (make-pretty-printer-from-dict): New function.
10523 (lookup-pretty-printer-maker-from-dict): New function.
10524 (*pretty-printer*): Simplify.
10525 (make-objfile-pp_s-printer): New function.
10526 (install-objfile-pretty-printers!): New function.
10527 (make-progspace-pp_s-printer): New function.
10528 (install-progspace-pretty-printers!): New function.
10529 * gdb.guile/scm-progspace.c: New file.
10530 * gdb.guile/scm-progspace.exp: New file.
10531
10532 2014-06-02 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.base/dprintf-bp-same-addr.c: New file.
10535 * gdb.base/dprintf-bp-same-addr.exp: New file.
10536
10537 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10538
10539 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10540 * gdb.arch/powerpc-power.s: Likewise.
10541
10542 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10543
10544 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10545
10546 2014-06-01 Yao Qi <yao@codesourcery.com>
10547
10548 * gdb.base/watchpoint.exp (test_watch_location): Check null
10549 pointer can be dereferenced. If not, do the test, otherwise
10550 skip it.
10551
10552 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10553
10554 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10555 results.
10556 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10557
10558 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10559
10560 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10561 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10562 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10563 * gdb.arch/amd64-invalid-stack-top.c: New file.
10564 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10565
10566 2014-05-30 Pedro Alves <palves@redhat.com>
10567
10568 PR breakpoints/17000
10569 * gdb.base/sss-bp-on-user-bp.c: New file.
10570 * gdb.base/sss-bp-on-user-bp.exp: New file.
10571
10572 2014-05-30 David Blaikie <dblaikie@gmail.com>
10573
10574 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10575 gnu_inline semantics via attribute.
10576 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10577 source explicitly specifies the required semantics.
10578
10579 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10580
10581 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10582
10583 2014-05-29 Pedro Alves <palves@redhat.com>
10584 Tom Tromey <tromey@redhat.com>
10585
10586 * gdb.base/async-shell.exp: Don't enable target-async.
10587 * gdb.base/async.exp
10588 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10589 parameter. Adjust.
10590 (top level): Don't test with "target-async".
10591 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10592 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10593 * gdb.base/inferior-died.exp: Don't enable target-async.
10594 * gdb.base/interrupt-noterm.exp: Likewise.
10595 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10596 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10597 * gdb.mi/mi-nonstop.exp: Likewise.
10598 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10599 * gdb.mi/mi-nsintrall.exp: Likewise.
10600 * gdb.mi/mi-nsmoribund.exp: Likewise.
10601 * gdb.mi/mi-nsthrexec.exp: Likewise.
10602 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10603 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10604 * gdb.python/py-evsignal.exp: Don't enable target-async.
10605 * gdb.python/py-evthreads.exp: Likewise.
10606 * gdb.python/py-prompt.exp: Likewise.
10607 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10608 * gdb.server/solib-list.exp: Don't enable target-async.
10609 * gdb.threads/thread-specific-bp.exp: Likewise.
10610 * lib/mi-support.exp: Adjust to use mi-async.
10611
10612 2014-05-29 Pedro Alves <palves@redhat.com>
10613
10614 PR gdb/13860
10615 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10616 reason, even in sync mode.
10617
10618 2014-05-29 Pedro Alves <palves@redhat.com>
10619 Hui Zhu <hui@codesourcery.com>
10620
10621 PR PR15693
10622 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10623 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10624 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10625 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10626
10627 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10628
10629 * config/monitor.exp (gdb_target_monitor): Replace use of
10630 "set remotebaud" by "set serial baud".
10631
10632 2014-05-26 Andy Wingo <wingo@igalia.com>
10633
10634 * gdb.guile/scm-breakpoint.exp:
10635 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10636 properties instead of gdb-object-properties.
10637
10638 2014-05-26 Yao Qi <yao@codesourcery.com>
10639
10640 * gdb.server/no-thread-db.exp: Specify source file name
10641 explicitly when setting a breakpoint.
10642
10643 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10644
10645 * gdb.btrace/vdso.c: New.
10646 * gdb.btrace/vdso.exp: New.
10647
10648 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10649
10650 * gdb.base/gcore.exp (capture_command_output): Move ...
10651 * lib/gdb.exp (capture_command_output): ... here.
10652
10653 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10654
10655 * gdb.btrace/data.exp: Test memory access during btrace replay.
10656
10657 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10658
10659 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10660
10661 2014-05-21 Pedro Alves <palves@redhat.com>
10662
10663 PR gdb/13860
10664 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10665 (top level): Test that output related to execution commands is
10666 sent to the console with CLI commands, but not with MI commands.
10667 Test that breakpoint events are always mirrored to the console.
10668 Also expect the new source line to be output after a "next" in
10669 async mode too. Make it a pass/fail test.
10670 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10671 output.
10672 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10673
10674 2014-05-21 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10677 Use them to test variations of "list" after reaching a breakpoint.
10678 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10679 Test "list" with listsize 10 after reaching a breakpoint.
10680 * gdb.python/python.exp (decode_line current location line
10681 number): Adjust expected line number.
10682
10683 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10684
10685 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10686 behavior for $args, pass it directly to "run".
10687
10688 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10689
10690 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10691 30000 to 65536.
10692
10693 2014-05-21 Pedro Alves <palves@redhat.com>
10694
10695 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10696 auto-connect-native-target off".
10697 * gdb.base/auto-connect-native-target.c: New file.
10698 * gdb.base/auto-connect-native-target.exp: New file.
10699
10700 2014-05-21 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.base/default.exp: Test "target native" instead of "target
10703 child".
10704
10705 2014-05-21 Mark Wielaard <mjw@redhat.com>
10706
10707 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10708
10709 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Fix TLS access for -static -pthread.
10712 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10713 <HAVE_TLS> (thread_function, main): Initialize it.
10714 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10715 Add clean_restart.
10716 <$have_tls != "">: Check TLSVAR.
10717
10718 2014-05-21 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.base/dcache-line-read-error.c: New.
10721 * gdb.base/dcache-line-read-error.exp: New.
10722
10723 2014-05-20 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/compare-sections.c: New file.
10726 * gdb.base/compare-sections.exp: New file.
10727
10728 2014-05-20 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.base/break-idempotent.c: New file.
10731 * gdb.base/break-idempotent.exp: New file.
10732
10733 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10734
10735 * gdb.btrace/nohist.exp: New.
10736
10737 2014-05-20 Yao Qi <yao@codesourcery.com>
10738
10739 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10740 gdb.reverse directory and gdb_reverse_timeout exists in board
10741 setting.
10742 * README: Document gdb_reverse_timeout.
10743
10744 2014-05-20 Yao Qi <yao@codesourcery.com>
10745
10746 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10747 'test_file_name'. Treat args as a string instead of a list.
10748 (gdb_init): Rename argument 'args' by 'test_file_name'.
10749
10750 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10751
10752 * gdb.arch/powerpc-power.exp: New file.
10753 * gdb.arch/powerpc-power.s: New file.
10754
10755 2014-05-16 Doug Evans <dje@google.com>
10756
10757 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10758 * gdb.base/completion.exp: Check that all expected files exist
10759 before doing file completion.
10760
10761 2014-05-16 Doug Evans <dje@google.com>
10762
10763 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10764 Update.
10765 (do_syscall_tests_without_xml): Update.
10766
10767 2014-05-16 Pedro Alves <palves@redhat.com>
10768
10769 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10770 instead of "unknown output after running".
10771
10772 2014-05-16 Yao Qi <yao@codesourcery.com>
10773
10774 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10775 file1.txt from host at the end.
10776 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10777
10778 2014-05-15 Doug Evans <dje@google.com>
10779
10780 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10781 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10782 loading file. Add test for TU lookup.
10783
10784 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10785
10786 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10787 calling "-exec-arguments" or "set args" before running the
10788 inferior.
10789
10790 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10791
10792 * lib/mi-support.exp (mi_expect_stop): Expect message for
10793 inferiors that exit with non-zero exit code.
10794
10795 2014-05-14 Yao Qi <yao@codesourcery.com>
10796
10797 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10798 match absolute path on remote host.
10799 (test_file_list_exec_source_files): Remove "/" from the
10800 pattern.
10801
10802 2014-05-14 Yao Qi <yao@codesourcery.com>
10803
10804 * boards/local-remote-host-notty.exp (${board}_file): New
10805 proc.
10806
10807 2014-05-07 Kyle McMartin <kyle@redhat.com>
10808
10809 Pushed by Joel Brobecker <brobecker@adacore.com>.
10810 * gdb.arch/aarch64-atomic-inst.c: New file.
10811 * gdb.arch/aarch64-atomic-inst.exp: New file.
10812
10813 2014-05-07 Yao Qi <yao@codesourcery.com>
10814
10815 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10816 in current context" too.
10817
10818 2014-05-05 Keith Seitz <keiths@redhat.com>
10819
10820 * gdb.linespec/ls-dollar.exp: Add test for linespec
10821 file:convenience_variable.
10822
10823 2014-05-05 Yao Qi <yao@codesourcery.com>
10824
10825 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10826 traceframes into tfile and ctf trace files. Read data from
10827 trace file and test collected data.
10828 (gdb_collect_locals_test): Likewise.
10829 (gdb_unavailable_registers_test): Likewise.
10830 (gdb_unavailable_floats): Likewise.
10831 (gdb_collect_globals_test): Likewise.
10832 (top-level): Append "ctf" to trace_file_targets if GDB
10833 supports.
10834
10835 2014-05-05 Yao Qi <yao@codesourcery.com>
10836
10837 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10838 code to ...
10839 (gdb_collect_args_test_1): ... it. New proc.
10840 (gdb_collect_locals_test): Move some code to ...
10841 (gdb_collect_locals_test_1): ... it. New proc.
10842 (gdb_unavailable_registers_test): Move some code to ...
10843 (gdb_unavailable_registers_test_1): ... it. New proc.
10844 (gdb_unavailable_floats): Move some code to ...
10845 (gdb_unavailable_floats_1): ... it. New proc.
10846
10847 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10848
10849 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10850 probes to test for bitness recognition.
10851 * gdb.arch/amd64-stap-optional-prefix.exp
10852 (test_probe_value_without_reg): New procedure.
10853 Add code to test for different kinds of bitness.
10854
10855 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10856
10857 PR breakpoints/16889
10858 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10859 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10860
10861 2014-05-01 Pedro Alves <palves@redhat.com>
10862
10863 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10864 gdb_file_cmd if no file is specified.
10865 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10866 last_loaded_file to set the remote exec-file.
10867
10868 2014-05-01 Pedro Alves <palves@redhat.com>
10869
10870 * boards/local-remote-host.exp: New file.
10871
10872 2014-05-01 Pedro Alves <palves@redhat.com>
10873
10874 * boards/local-remote-host.exp: Rename to ...
10875 * boards/local-remote-host-notty.exp: ... this.
10876
10877 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10878
10879 * gdb.ada/dyn_arrayidx: New testcase.
10880
10881 2014-04-26 Yao Qi <yao@codesourcery.com>
10882
10883 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10884 and compute the length of function main. Save it in
10885 $main_length.
10886 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10887 (top-level): Use gdb_compile to compile objects into
10888 executable and restart GDB. Remove invocation to
10889 prepare_for_testing.
10890
10891 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10892 Pedro Alves <palves@redhat.com>
10893
10894 PR server/16255
10895 * gdb.multi/multi-attach.c: New file.
10896 * gdb.multi/multi-attach.exp: New file.
10897
10898 2014-04-25 Pedro Alves <palves@redhat.com>
10899
10900 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10901 user.
10902 (top level): Test that "set remote conditional-breakpoints-packet
10903 off" works as intended.
10904 * gdb.base/dprintf.exp: Test that "set remote
10905 breakpoint-commands-packet off" works as intended.
10906 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10907 New function.
10908 (top level): Call it.
10909 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10910 remote fast-tracepoints-packet off" works as intended.
10911 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10912 * lib/gdb.exp (gdb_is_target_remote): ... here.
10913
10914 2014-04-24 David Blaikie <dblaikie@gmail.com>
10915
10916 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10917 ensure clang would not discard them.
10918 * gdb.base/gdbvars.c: Ditto.
10919 * gdb.base/memattr.c: Ditto.
10920 * gdb.base/whatis.c: Ditto.
10921 * gdb.python/py-prettyprint.c: Ditto.
10922 * gdb.trace/actions.c: Ditto.
10923 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10924 ensure clang would not discard it.
10925
10926 2014-04-24 David Blaikie <dblaikie@gmail.com>
10927
10928 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10929 clang to emit the full definition of type required by the test
10930 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10931
10932 2014-04-24 David Blaikie <dblaikie@gmail.com>
10933
10934 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10935 coax Clang into emitting the definition of the type.
10936 * gdb.cp/pr10728-x.h (y): Ditto.
10937 * gdb.cp/pr10728-y.cc (y): Ditto.
10938
10939 2014-04-24 David Blaikie <dblaikie@gmail.com>
10940
10941 * gdb.base/label.exp: XFAIL label related tests under Clang.
10942 * gdb.cp/cplabel.exp: Ditto.
10943 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10944 under Clang those using labels.
10945
10946 2014-04-25 Yao Qi <yao@codesourcery.com>
10947
10948 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10949 double_label.
10950 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10951 partial_label and double_label.
10952
10953 2014-04-24 David Blaikie <dblaikie@gmail.com>
10954
10955 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10956
10957 2014-04-24 David Blaikie <dblaikie@gmail.com>
10958
10959 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10960 of the function to work across GCC and Clang.
10961 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10962 pointer types (const void ** const V void **).
10963
10964 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10965 Walfred Tedeschi <walfred.tedeschi@intel.com>
10966
10967 * Makefile.in (EXECUTABLES): Added i386-avx512.
10968 * gdb.arch/i386-avx512.c: New file.
10969 * gdb.arch/i386-avx512.exp: Likewise.
10970
10971 2014-04-23 Keith Seitz <keiths@redhat.com>
10972
10973 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10974 (mi_make_breakpoint_table): New procedure.
10975 (mi_create_breakpoint): Use mi_make_breakpoint
10976 and return the result.
10977 (mi_make_breakpoint): New procedure.
10978 (mi_build_kv_pairs): New procedure.
10979
10980 * gdb.mi/mi-break.exp: Remove unused globals,
10981 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10982 All callers updated.
10983 * gdb.mi/mi-dprintf.exp: Use variable to track command
10984 number.
10985 Update all callers of mi_create_breakpoint and use
10986 mi_make_breakpoint_table.
10987 Remove any unused global variables.
10988 * gdb.mi/mi-nonstop.exp: Likewise.
10989 * gdb.mi/mi-nsintrall.exp: Likewise.
10990 * gdb.mi/mi-nsmoribund.exp: Likewise.
10991 * gdb.mi/mi-nsthrexec.exp: Likewise.
10992 * gdb.mi/mi-reverse.exp: Likewise.
10993 * gdb.mi/mi-simplerun.exp: Likewise.
10994 * gdb.mi/mi-stepn.exp: Likewise.
10995 * gdb.mi/mi-syn-frame.exp: Likewise.
10996 * gdb.mi/mi-until.exp: Likewise.
10997 * gdb.mi/mi-var-cp.exp: Likewise.
10998 * gdb.mi/mi-var-display.exp: Likewise.
10999 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11000 * gdb.mi/mi2-var-child.exp: Likewise.
11001 * gdb.mi/mi-vla-c99.exp: Likewise.
11002 * lib/mi-support.exp: Likewise.
11003
11004 From Ian Lance Taylor <iant@cygnus.com>:
11005 * lib/gdb.exp (parse_args): New procedure.
11006
11007 2014-04-23 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/break-unload-file.c: New file.
11010 * gdb.base/break-unload-file.exp: New file.
11011 * gdb.base/sym-file-lib.c (baz): New function.
11012 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11013 field.
11014 (load): Store the segment's mapped size.
11015 (unload): New function.
11016 (unload_shlib): New function.
11017 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11018 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11019 set a breakpoint at baz, and call it.
11020 * gdb.base/sym-file.exp: New tests for stale breakpoint
11021 instructions.
11022
11023 2014-04-23 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11026 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11027 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11028 * gdb.base/hbreak-unmapped.c: New file.
11029 * gdb.base/hbreak-unmapped.exp: New file.
11030 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11031 * lib/gdb.exp (gdb_is_target_remote): ... here.
11032
11033 2014-04-22 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.base/consecutive-step-over.c: New file.
11036 * gdb.base/consecutive-step-over.exp: New file.
11037
11038 2014-04-22 Pedro Alves <palves@redhat.com>
11039
11040 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11041 instead of send_gdb/gdb_expect.
11042
11043 2014-04-22 Yao Qi <yao@codesourcery.com>
11044
11045 * lib/trace-support.exp (generate_tracefile): New procedure.
11046 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11047 return 0.
11048 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11049 if generate_tracefile returns 1.
11050
11051 2014-04-18 Tom Tromey <palves@redhat.com>
11052 Pedro alves <tromey@redhat.com>
11053
11054 PR backtrace/15558
11055 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11056 with a backtrace limit.
11057 * gdb.python/py-frame-inline.exp: Test running to an inline
11058 function with a backtrace limit, and printing the newest frame.
11059 * gdb.python/py-frame-inline.c (main): Call f.
11060
11061 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11062
11063 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11064
11065 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11066
11067 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11068 Drop prefix from unsupported source file path.
11069
11070 2014-04-17 Yao Qi <yao@codesourcery.com>
11071
11072 * lib/gdb.exp (with_target_charset): New proc.
11073 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11074 with_target_charset.
11075 (test_print_strings): Likewise.
11076 (test_repeat_bytes): Likewise.
11077 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11078 for some tests.
11079
11080 2014-04-16 Keith Seitz <keiths@redhat.com>
11081
11082 PR gdb/15827
11083 * gdb.dwarf2/corrupt.c: New file.
11084 * gdb.dwarf2/corrupt.exp: New file.
11085
11086 2014-04-16 Keith Seitz <keiths@redhat.com>
11087
11088 PR c++/16597
11089 * gdb.cp/namelessclass.cc: New file.
11090 * gdb.cp/namelessclass.exp: New file.
11091 * gdb.cp/namelessclass.S: New file.
11092
11093 2014-04-16 Doug Evans <dje@google.com>
11094
11095 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11096 Add comment.
11097 (gdbserver_default_get_comm_port): New function.
11098 (gdbserver_start): Check if board file provided
11099 "gdbserver,get_comm_port" and use it if so.
11100 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11101 (gdb,socketport): Set to "stdio".
11102 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11103 (stdio_gdbserver_template): Delete.
11104 (${board}_get_remote_address): Update.
11105 (${board}_build_remote_cmd): Delete.
11106 (${board}_get_comm_port): New function.
11107 (${board}_spawn): Update.
11108 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11109 Delete.
11110 (${board}_get_remote_address): Update.
11111 (${board}_get_comm_port): New function.
11112
11113 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11114
11115 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11116 appearing in any order.
11117
11118 2014-04-15 Doug Evans <dje@google.com>
11119
11120 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11121 uninitialized value of "description".
11122
11123 2014-04-15 Keith Seitz <keiths@redhat.com>
11124
11125 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11126 Remove unused globals.
11127 (test_running_the_program): Likewise.
11128 (test_controlled_execution): Likewise.
11129 (test_controlling_breakpoints): Likewise.
11130 (test_program_termination): Likewise.
11131
11132 2014-04-15 Keith Seitz <keiths@redhat.com>
11133
11134 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11135 unused globals.
11136 (test_rbreak_creation_and_listing): Likewise.
11137 (test_ignore_count): Likewise.
11138 (test_error): Likewise.
11139
11140 2014-04-15 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11143 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11144 sym-file-loader.c.
11145 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11146 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11147 to sym-file-loader.c.
11148 (struct library): Forward declare.
11149 (load_shlib, lookup_function): Change prototypes.
11150 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11151 (translate_offset): Remove declarations.
11152 (get_text_addr): New declaration.
11153 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11154 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11155 sym-file-loader.h.
11156 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11157 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11158 here from sym-file-loader.h.
11159 (struct library): New structure.
11160 (load_shlib, lookup_function): Change prototypes and adjust to
11161 work with a struct library.
11162 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11163 (translate_offset): Make static.
11164 (get_text_addr): New function.
11165 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11166
11167 2014-04-15 Pedro Alves <palves@redhat.com>
11168
11169 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11170
11171 2014-04-15 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/sym-file-loader.c: Include <limits.h>.
11174 (SELF_LINK): New define.
11175 (get_origin): New function.
11176 (load_shlib): Use it.
11177 * gdb.base/sym-file.exp: Don't early return if the target is
11178 remote. Use runto_main, and issue fail is that fails. Use
11179 gdb_load_shlibs.
11180 (shlib_name): Delete.
11181 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11182
11183 2014-04-15 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.base/sym-file.exp: Remove regex characters from test
11186 message. Don't refer to breakpoint numbers in test messages.
11187
11188 2014-04-14 Keith Seitz <keiths@redhat.com>
11189
11190 PR c++/16253
11191 * gdb.cp/var-tag.cc: New file.
11192 * gdb.cp/var-tag.exp: New file.
11193 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11194 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11195 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11196 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11197
11198 2014-04-14 Tom Tromey <tromey@redhat.com>
11199
11200 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11201 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11202 type.
11203 * gdb.cp/enum-class.exp: New file.
11204 * gdb.cp/enum-class.cc: New file.
11205
11206 2014-04-14 Tom Tromey <tromey@redhat.com>
11207
11208 * gdb.dwarf2/enum-type.exp: New file.
11209
11210 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11211
11212 * gdb.mi/mi-vla-c99.exp: New file.
11213 * gdb.mi/vla.c: New file.
11214
11215 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11216
11217 * gdb.base/vla-datatypes.c: New file.
11218 * gdb.base/vla-datatypes.exp: New file.
11219
11220 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11221
11222 * gdb.base/vla-ptr.c: New file.
11223 * gdb.base/vla-ptr.exp: New file.
11224
11225 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11226
11227 * gdb.dwarf2/count.exp: New file.
11228
11229 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11230
11231 * gdb.base/vla-sideeffect.c: New file.
11232 * gdb.base/vla-sideeffect.exp: New file.
11233
11234 2014-04-14 David Blaikie <dblaikie@gmail.com>
11235
11236 * gdb.mi/non-stop.c: Add return value for non-void function return
11237 statement.
11238 * gdb.threads/staticthreads.c: Ditto.
11239
11240 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11241 Doug Evans <xdje42@gmail.com>
11242
11243 * gdb.guile/scm-value.c: Improve test case.
11244 * gdb.guile/scm-value.exp: Add new test.
11245
11246 2014-04-11 David Blaikie <dblaikie@gmail.com>
11247
11248 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11249 override Clang's default.
11250
11251 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11252
11253 Revert the following changes (regressions):
11254
11255 * gdb.base/vla-sideeffect.c: New file.
11256 * gdb.base/vla-sideeffect.exp: New file.
11257
11258 * gdb.dwarf2/count.exp: New file.
11259
11260 * gdb.base/vla-multi.c: New file.
11261 * gdb.base/vla-multi.exp: New file.
11262
11263 * gdb.base/vla-ptr.c: New file.
11264 * gdb.base/vla-ptr.exp: New file.
11265
11266 * gdb.base/vla-datatypes.c: New file.
11267 * gdb.base/vla-datatypes.exp: New file.
11268
11269 * gdb.mi/mi-vla-c99.exp: New file.
11270 * gdb.mi/vla.c: New file.
11271
11272 2014-04-11 Keith Seitz <keiths@redhat.com>
11273
11274 PR c++/16675
11275 * gdb.cp/cpsizeof.exp: New file.
11276 * gdb.cp/cpsizeof.cc: New file.
11277
11278 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11279
11280 * gdb.mi/mi-vla-c99.exp: New file.
11281 * gdb.mi/vla.c: New file.
11282
11283 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11284
11285 * gdb.base/vla-datatypes.c: New file.
11286 * gdb.base/vla-datatypes.exp: New file.
11287
11288 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11289
11290 * gdb.base/vla-ptr.c: New file.
11291 * gdb.base/vla-ptr.exp: New file.
11292
11293 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11294
11295 * gdb.base/vla-multi.c: New file.
11296 * gdb.base/vla-multi.exp: New file.
11297
11298 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11299
11300 * gdb.dwarf2/count.exp: New file.
11301
11302 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11303
11304 * gdb.base/vla-sideeffect.c: New file.
11305 * gdb.base/vla-sideeffect.exp: New file.
11306
11307 2014-04-11 Yao Qi <yao@codesourcery.com>
11308
11309 * gdb.base/completion.exp: Check file exists before running tests
11310 on file completion.
11311
11312 2014-04-10 Pedro Alves <palves@redhat.com>
11313
11314 * gdb.base/cond-eval-mode.c: New file.
11315 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11316 prepare_for_testing to build the new file. Check result of
11317 runto_main.
11318 (test_break, test_watch): New procedures.
11319 (top level): Use them.
11320
11321 2014-04-08 Pierre Muller <muller@sourceware.org>
11322
11323 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11324 Ctrl-V use for mingw hosts.
11325
11326 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11327
11328 * gdb.python/py-value.c: Improve test case.
11329 * gdb.python/py-value.exp: Add new test.
11330
11331 2014-04-07 David Blaikie <dblaikie@gmail.com>
11332
11333 * lib/compiler.c: Identify the clang compiler.
11334 * lib/compiler.cc: Ditto.
11335
11336 2014-04-03 Yao Qi <yao@codesourcery.com>
11337
11338 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11339
11340 2014-04-01 Anton Blanchard <anton@samba.org>
11341
11342 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11343 messages unique.
11344
11345 2014-04-01 Anton Blanchard <anton@samba.org>
11346
11347 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11348 prepare_for_testing.
11349
11350 2014-04-01 Anton Blanchard <anton@samba.org>
11351
11352 * gdb.arch/ppc64-atomic-inst.c: Remove.
11353 * gdb.arch/ppc64-atomic-inst.S: New file.
11354 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11355
11356 2014-03-31 Doug Evans <dje@google.com>
11357
11358 * gdb.base/print-symbol-loading-lib.c: New file.
11359 * gdb.base/print-symbol-loading-main.c: New file.
11360 * gdb.base/print-symbol-loading.exp: New file.
11361
11362 2014-03-31 Yao Qi <yao@codesourcery.com>
11363
11364 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11365
11366 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11367
11368 * gdb.ada/mi_dyn_arr: New testcase.
11369
11370 2014-03-27 Doug Evans <dje@google.com>
11371
11372 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11373
11374 2014-03-27 Yao Qi <yao@codesourcery.com>
11375
11376 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11377 if target is nios2-*-*.
11378
11379 2014-03-26 Yao Qi <yao@codesourcery.com>
11380
11381 * lib/gdb.exp (readline_is_used): New proc.
11382 * gdb.base/completion.exp: Move tests on command complete up.
11383 Skip the rest of tests if readline is not used.
11384 * gdb.ada/complete.exp: Skp the test if readline is not
11385 used.
11386 * gdb.base/filesym.exp: Likewise.
11387 * gdb.base/macscp.exp: Likewise.
11388 * gdb.base/readline-ask.exp: Likewise.
11389 * gdb.base/readline.exp: Likewise.
11390 * gdb.python/py-cmd.exp: Likewise.
11391 * gdb.trace/tfile.exp: Likewise.
11392
11393 2014-03-26 Yao Qi <yao@codesourcery.com>
11394
11395 * gdb.base/macscp.exp: Fix code format issues.
11396
11397 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11398
11399 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11400 * gdb.asm/powerpc64le.inc: New file.
11401
11402 2014-03-25 Pedro Alves <palves@redhat.com>
11403 Doug Evans <dje@google.com>
11404
11405 * gdb.base/source-execution.c: New file.
11406 * gdb.base/source-execution.exp: New file.
11407 * gdb.base/source-execution.gdb: New file.
11408
11409 2014-03-24 Doug Evans <dje@google.com>
11410
11411 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11412 using fission.
11413
11414 2014-03-24 Hui Zhu <hui@codesourcery.com>
11415 Pedro Alves <palves@redhat.com>
11416
11417 PR breakpoints/16101
11418 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11419 test pass/fail messages. Detect missing support for dprintf when
11420 breakpoints are actually inserted.
11421 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11422 breakpoints are actually inserted.
11423 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11424 fails.
11425
11426 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11427
11428 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11429
11430 2014-03-22 Doug Evans <xdje42@gmail.com>
11431
11432 * gdb.python/python.exp (python not supported): Verify multi-line
11433 python command issues an error.
11434 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11435 guile command issues an error.
11436
11437 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11438
11439 * gdb.threads/thread-specific.exp: Handle the lack of usable
11440 $this_breakpoint and $this_thread.
11441
11442 2014-03-21 Hui Zhu <hui@codesourcery.com>
11443
11444 * gdb.base/attach.exp (do_command_attach_tests): New.
11445
11446 2014-03-20 Tom Tromey <tromey@redhat.com>
11447 Pedro Alves <palves@redhat.com>
11448
11449 PR cli/15718
11450 * gdb.base/condbreak-call-false.c: New file.
11451 * gdb.base/condbreak-call-false.exp: New file.
11452
11453 2014-03-20 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11456 Delete.
11457 (block_signals, unblock_signals): Delete.
11458 (child_function_2, main): Remove references to deleted variable
11459 and functions.
11460
11461 2014-03-20 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11464 Use pthread_kill to signal thread 2.
11465 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11466 Adjust to make the test send itself a signal rather than using the
11467 host's "kill" command.
11468
11469 2014-03-20 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.threads/multiple-step-overs.c: New file.
11472 * gdb.threads/multiple-step-overs.exp: New file.
11473 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11474 Adjust expected infrun debug output.
11475
11476 2014-03-20 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11479 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11480
11481 2014-03-20 Pedro Alves <palves@redhat.com>
11482
11483 PR breakpoints/7143
11484 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11485 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11486 of gdb_test_multiple.
11487 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11488 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11489
11490 2014-03-20 Pedro Alves <palves@redhat.com>
11491
11492 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11493 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11494
11495 2014-03-19 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/async.exp: Remove early return.
11498
11499 2014-03-19 Pedro Alves <palves@redhat.com>
11500
11501 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11502
11503 2014-03-19 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/async.exp (test_background): Expect \r\n after
11506 "completed." in the fail pattern.
11507
11508 2014-03-19 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.base/async.exp (test_background): New procedure.
11511 Use it for all background execution command tests.
11512
11513 2014-03-19 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.base/async.exp: Use prepare_for_testing.
11516
11517 2014-03-19 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11520 the same line.
11521
11522 2014-03-19 Pedro Alves <palves@redhat.com>
11523
11524 * gdb.base/async.c (main): Add "jump here" and "until here" line
11525 marker comments.
11526 * gdb.base/async.exp (jump_here): New global.
11527 (jump& test): Use it.
11528 (until_here): New global.
11529 (until& test): Use it.
11530
11531 2014-03-19 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.base/async.exp: Don't frob gdb_protocol.
11534
11535 2014-03-18 Doug Evans <xdje42@gmail.com>
11536
11537 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11538 Fix spelling of exec-done-display.
11539
11540 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11541
11542 PR gdb/15358
11543 * gdb.base/gdb-sigterm.c: New file.
11544 * gdb.base/gdb-sigterm.exp: New file.
11545
11546 2014-03-18 Pedro Alves <palves@redhat.com>
11547
11548 PR gdb/13860
11549 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11550 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11551 solib-event.
11552
11553 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11554
11555 * gdb.ada/pckd_arr_ren: New testcase.
11556
11557 2014-03-13 Doug Evans <xdje42@gmail.com>
11558
11559 PR guile/16612
11560 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11561 collect after discarding symbols.
11562
11563 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11564 Doug Evans <xdje42@gmail.com>
11565
11566 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11567 to history survives a gc.
11568
11569 2014-03-13 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/default.exp: Don't test "target procfs".
11572
11573 2014-03-13 Pedro Alves <palves@redhat.com>
11574
11575 * gdb.base/default.exp: Update "target child" and "target procfs"
11576 tests to not expect "Unix".
11577
11578 2014-03-12 Tom Tromey <tromey@redhat.com>
11579
11580 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11581 New procs. Add target-async tests.
11582 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11583 Add target-async tests.
11584
11585 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11586
11587 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11588 'func_start' and 'func_end' for the beginning and end of the
11589 function code, respectively.
11590 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11591 'func_end' instead of 'func' and 'main'.
11592
11593 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11594
11595 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11596 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11597 generate the debug info assembler source.
11598
11599 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11600
11601 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11602 * gdb.dwarf2/arr-subrange.exp: Likewise.
11603 * gdb.dwarf2/dwz.exp: Likewise.
11604 * gdb.dwarf2/method-ptr.exp: Likewise.
11605 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11606 * gdb.dwarf2/subrange.exp: Likewise.
11607 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11608 * gdb.dwarf2/implptrpiece.exp: Likewise.
11609 * gdb.dwarf2/nostaticblock.exp: Likewise.
11610
11611 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11612
11613 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11614 directory to absolute path name arguments.
11615
11616 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11617
11618 * gdb.ada/tagged_access: New testcase.
11619
11620 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11621
11622 * gdb.btrace/data.exp: Update expected output.
11623
11624 2014-03-06 Yao Qi <yao@codesourcery.com>
11625
11626 * gdb.trace/pr16508.exp: New file.
11627
11628 2014-03-05 Pedro Alves <palves@redhat.com>
11629
11630 PR gdb/16575
11631 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11632 procedure.
11633 (top level): Adjust to use it. Add tests that exercise breakpoint
11634 interaction with the code-cache.
11635
11636 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11637
11638 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11639 test for 'history-append!'.
11640
11641 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11642
11643 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11644 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11645 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11646 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11647 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11648 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11649
11650 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11651
11652 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11653 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11654 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11655
11656 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11659
11660 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11661
11662 * gdb.dwarf2/arr-stride.c: New file.
11663 * gdb.dwarf2/arr-stride.exp: New file.
11664
11665 2014-02-26 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11668 that won't ever trigger. Make sure that GDB reports the correct
11669 breakpoint that caused the stop.
11670
11671 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 PR gdb/16626
11674 * gdb.base/auto-load-script: New file.
11675 * gdb.base/auto-load.c: New file.
11676 * gdb.base/auto-load.exp: New file.
11677
11678 PR gdb/16626
11679 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11680
11681 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11684 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11685
11686 2014-02-24 Doug Evans <dje@google.com>
11687
11688 * lib/gdb.exp (run_on_host): Log error output if program fails.
11689
11690 2014-02-21 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.threads/step-after-sr-lock.c: Rename to ...
11693 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11694 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11695 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11696 ... this.
11697
11698 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11699
11700 PR tdep/16397
11701 * gdb.arch/amd64-stap-special-operands.exp: New file.
11702 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11703 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11704 * gdb.arch/amd64-stap-triplet.S: Likewise.
11705 * gdb.arch/amd64-stap-triplet.c: Likewise.
11706
11707 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11708
11709 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11710 in .section pseudo-op.
11711
11712 2014-02-20 lin zuojian <manjian2006@gmail.com>
11713 Joel Brobecker <brobecker@adacore.com>
11714 Doug Evans <xdje42@gmail.com>
11715
11716 PR symtab/16581
11717 * gdb.dwarf2/dw2-icycle.S: New file.
11718 * gdb.dwarf2/dw2-icycle.c: New file.
11719 * gdb.dwarf2/dw2-icycle.exp: New file.
11720
11721 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11722
11723 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11724 operations on gdb.Value objects.
11725 * gdb.python/py-value-cc.exp: Add new test to test operations on
11726 gdb.Value objects.
11727
11728 2014-02-18 Doug Evans <dje@google.com>
11729
11730 * Makefile.in (TESTS): New variable.
11731 (expanded_tests, expanded_tests_or_none): New variables
11732 (check-single): Pass $(expanded_tests_or_none) to runtest.
11733 (check-parallel): Only run tests in $(TESTS) if non-empty.
11734 (check/no-matching-tests-found): New rule.
11735 * README: Document TESTS makefile variable.
11736
11737 2014-02-18 Doug Evans <dje@google.com>
11738
11739 * Makefile.in (check-parallel): rm -rf outputs temp.
11740
11741 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 Fix "ERROR: no fileid for" in the testsuite.
11744 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11745
11746 2014-02-12 Doug Evans <dje@google.com>
11747
11748 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11749 (MISCELLANEOUS): New variable.
11750 (clean): rm -rf $(MISCELLANEOUS).
11751 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11752 dwp live in the same directory as symlinks, with each symlink pointed
11753 to a differently named file in a different directory.
11754
11755 2014-02-11 Doug Evans <dje@google.com>
11756
11757 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11758 of Tcl file commands.
11759
11760 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11761
11762 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11763 "kill -SIGUSR1 -1".
11764
11765 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11766
11767 * gdb.ada/tick_length_array_enum_idx: New testcase.
11768
11769 2014-02-10 Doug Evans <xdje42@gmail.com>
11770
11771 * configure.ac (AC_OUTPUT): Add gdb.guile.
11772 * configure: Regenerate.
11773 * lib/gdb-guile.exp: New file.
11774 * lib/gdb.exp (get_target_charset): New function.
11775 * gdb.base/help.exp: Update expected output from "apropos apropos".
11776 * gdb.guile/Makefile.in: New file.
11777 * gdb.guile/guile.exp: New file.
11778 * gdb.guile/scm-arch.c: New file.
11779 * gdb.guile/scm-arch.exp: New file.
11780 * gdb.guile/scm-block.c: New file.
11781 * gdb.guile/scm-block.exp: New file.
11782 * gdb.guile/scm-breakpoint.c: New file.
11783 * gdb.guile/scm-breakpoint.exp: New file.
11784 * gdb.guile/scm-disasm.c: New file.
11785 * gdb.guile/scm-disasm.exp: New file.
11786 * gdb.guile/scm-equal.c: New file.
11787 * gdb.guile/scm-equal.exp: New file.
11788 * gdb.guile/scm-error.exp: New file.
11789 * gdb.guile/scm-error.scm: New file.
11790 * gdb.guile/scm-frame-args.c: New file.
11791 * gdb.guile/scm-frame-args.exp: New file.
11792 * gdb.guile/scm-frame-args.scm: New file.
11793 * gdb.guile/scm-frame-inline.c: New file.
11794 * gdb.guile/scm-frame-inline.exp: New file.
11795 * gdb.guile/scm-frame.c: New file.
11796 * gdb.guile/scm-frame.exp: New file.
11797 * gdb.guile/scm-generics.exp: New file.
11798 * gdb.guile/scm-gsmob.exp: New file.
11799 * gdb.guile/scm-iterator.c: New file.
11800 * gdb.guile/scm-iterator.exp: New file.
11801 * gdb.guile/scm-math.c: New file.
11802 * gdb.guile/scm-math.exp: New file.
11803 * gdb.guile/scm-objfile-script-gdb.in: New file.
11804 * gdb.guile/scm-objfile-script.c: New file.
11805 * gdb.guile/scm-objfile-script.exp: New file.
11806 * gdb.guile/scm-objfile.c: New file.
11807 * gdb.guile/scm-objfile.exp: New file.
11808 * gdb.guile/scm-ports.exp: New file.
11809 * gdb.guile/scm-pretty-print.c: New file.
11810 * gdb.guile/scm-pretty-print.exp: New file.
11811 * gdb.guile/scm-pretty-print.scm: New file.
11812 * gdb.guile/scm-section-script.c: New file.
11813 * gdb.guile/scm-section-script.exp: New file.
11814 * gdb.guile/scm-section-script.scm: New file.
11815 * gdb.guile/scm-symbol.c: New file.
11816 * gdb.guile/scm-symbol.exp: New file.
11817 * gdb.guile/scm-symtab-2.c: New file.
11818 * gdb.guile/scm-symtab.c: New file.
11819 * gdb.guile/scm-symtab.exp: New file.
11820 * gdb.guile/scm-type.c: New file.
11821 * gdb.guile/scm-type.exp: New file.
11822 * gdb.guile/scm-value-cc.cc: New file.
11823 * gdb.guile/scm-value-cc.exp: New file.
11824 * gdb.guile/scm-value.c: New file.
11825 * gdb.guile/scm-value.exp: New file.
11826 * gdb.guile/source2.scm: New file.
11827 * gdb.guile/types-module.cc: New file.
11828 * gdb.guile/types-module.exp: New file.
11829
11830 2014-02-10 Yao Qi <yao@codesourcery.com>
11831
11832 PR testsuite/16543
11833 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11834 * configure: Regenerated.
11835 * Makefile.in: New file.
11836
11837 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11838
11839 * gdb.python/py-framefilter.exp: Fix typo.
11840
11841 2014-02-08 Yao Qi <yao@codesourcery.com>
11842
11843 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11844 that no =breakpoint-modified is emitted when breakpoints are
11845 modified through MI commands.
11846
11847 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11848 Pedro Alves <palves@redhat.com>
11849
11850 * gdb.threads/step-after-sr-lock.c: New file.
11851 * gdb.threads/step-after-sr-lock.exp: New file.
11852
11853 2014-02-07 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11856
11857 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11858
11859 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11860 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11861
11862 2014-02-06 Doug Evans <xdje42@gmail.com>
11863
11864 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11865 output.
11866
11867 * gdb.gdb/python-interrupts.exp: New file.
11868
11869 2014-02-05 Yao Qi <yao@codesourcery.com>
11870
11871 * gdb.trace/report.exp (use_collected_data): Test the output
11872 of "info threads" and "info inferiors".
11873
11874 2014-02-05 Yao Qi <yao@codesourcery.com>
11875
11876 Revert this patch:
11877
11878 2013-05-24 Yao Qi <yao@codesourcery.com>
11879
11880 * gdb.trace/tfile.exp: Test inferior and thread.
11881
11882 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11883
11884 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11885 on a function.
11886 * gdb.base/step-bt.c: Call hello via function pointer to make
11887 sure its first instruction is executed on powerpc64le-linux.
11888
11889 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11890
11891 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11892
11893 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11894
11895 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11896 of the test patterns for use on little-endian systems.
11897
11898 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11899
11900 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11901 (decimal_vector): Fix for little-endian.
11902
11903 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11904
11905 * gdb.arch/sparc-sysstep.exp: New file.
11906 * gdb.arch/sparc-sysstep.c: Likewise.
11907
11908 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11909
11910 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11911
11912 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11913
11914 2014-01-23 Tom Tromey <tromey@redhat.com>
11915
11916 * gdb.ada/array_char_idx: New testcase.
11917
11918 2014-01-23 Tom Tromey <tromey@redhat.com>
11919
11920 PR python/16487:
11921 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11922 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11923 classes.
11924
11925 2014-01-23 Tom Tromey <tromey@redhat.com>
11926
11927 PR python/16491:
11928 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11929 string from an inferior frame.
11930 * gdb.python/py-framefilter-mi.exp: Update.
11931
11932 2014-01-22 Doug Evans <dje@google.com>
11933
11934 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11935
11936 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11937
11938 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11939
11940 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11941
11942 * gdb.trace/entry-values.exp: Remove excess space character from
11943 regex patterns. Handle s390 call instruction.
11944
11945 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11946
11947 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11948 define "*_start" label. Make "name" static.
11949 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11950 ${name} by references to ${name}_start.
11951
11952 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11953
11954 * gdb.base/info-macros.exp: Remove "debug" from the compile
11955 options.
11956
11957 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11958
11959 * gdb.dlang/demangle.exp: New file.
11960
11961 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11962
11963 * gdb.dlang/primitive-types.exp: New file.
11964
11965 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11966
11967 * configure.ac: Create gdb.dlang/Makefile.
11968 * configure: Regenerate.
11969 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11970 * gdb.dlang/Makefile.in: New file.
11971 * lib/d-support.exp: New file.
11972 * lib/gdb.exp (skip_d_tests): New proc.
11973
11974 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11975
11976 * gdb.btrace/delta.exp: Check reverse stepi.
11977 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11978 * gdb.btrace/finish.exp: New.
11979 * gdb.btrace/next.exp: New.
11980 * gdb.btrace/nexti.exp: New.
11981 * gdb.btrace/record_goto.c: Add comments.
11982 * gdb.btrace/step.exp: New.
11983 * gdb.btrace/stepi.exp: New.
11984 * gdb.btrace/multi-thread-step.c: New.
11985 * gdb.btrace/multi-thread-step.exp: New.
11986 * gdb.btrace/rn-dl-bind.c: New.
11987 * gdb.btrace/rn-dl-bind.exp: New.
11988 * gdb.btrace/data.c: New.
11989 * gdb.btrace/data.exp: New.
11990 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11991
11992 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11993
11994 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11995 * gdb.btrace/exception.exp: Update.
11996 * gdb.btrace/instruction_history.exp: Update.
11997 * gdb.btrace/record_goto.exp: Update.
11998 * gdb.btrace/tailcall.exp: Update.
11999 * gdb.btrace/unknown_functions.exp: Update.
12000 * gdb.btrace/delta.exp: New.
12001
12002 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12003
12004 * gdb.btrace/record_goto.exp: Add backtrace test.
12005 * gdb.btrace/tailcall.exp: Add backtrace test.
12006
12007 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12008
12009 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12010 * gdb.btrace/record_goto.c: New.
12011 * gdb.btrace/record_goto.exp: New.
12012 * gdb.btrace/x86-record_goto.S: New.
12013
12014 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12015
12016 * gdb.btrace/function_call_history.exp: Update tests.
12017 * gdb.btrace/instruction_history.exp: Update tests.
12018
12019 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12020
12021 * gdb.btrace/function_call_history.exp: Fix expected field
12022 order for "record function-call-history".
12023 Add new tests for "record function-call-history /c".
12024 * gdb.btrace/exception.cc: New.
12025 * gdb.btrace/exception.exp: New.
12026 * gdb.btrace/tailcall.exp: New.
12027 * gdb.btrace/x86-tailcall.S: New.
12028 * gdb.btrace/x86-tailcall.c: New.
12029 * gdb.btrace/unknown_functions.c: New.
12030 * gdb.btrace/unknown_functions.exp: New.
12031 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12032
12033 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12034
12035 * gdb.btrace/instruction_history.exp: Update.
12036 * gdb.btrace/function_call_history.exp: Update.
12037
12038 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12039
12040 * gdb.btrace/function_call_history.exp: Fix expected function
12041 trace.
12042 * gdb.btrace/instruction_history.exp: Initialize traced.
12043 Remove traced_functions.
12044
12045 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12046
12047 * gdb.btrace/function_call_history.exp: Update
12048 * gdb.btrace/instruction_history.exp: Update.
12049
12050 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12051
12052 * gdb.btrace/enable.exp: Update expected text.
12053
12054 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12055
12056 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12057 bytes.
12058
12059 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12060
12061 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12062
12063 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12064
12065 * lib/gdb.exp (supports_process_record): Return true for
12066 arm*-linux*. (supports_reverse): Likewise.
12067
12068 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12069
12070 PR python/15464
12071 PR python/16113
12072 * gdb.python/py-type.c: Enhance test case.
12073 * gdb.python/py-value-cc.cc: Likewise
12074 * gdb.python/py-type.exp: Add new tests.
12075 * gdb.python/py-value-cc.exp: Likewise
12076
12077 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12078 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12081 Make "name" extern.
12082 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12083 references to ${name}_start by references to ${name}.
12084
12085 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12086
12087 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12088
12089 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12090
12091 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12092
12093 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12094 Pedro Alves <palves@redhat.com>
12095
12096 * gdb.mi/mi-info-os.exp: Connect to the target with
12097 mi_gdb_target_load.
12098
12099 2014-01-08 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.threads/reconnect-signal.c: New file.
12102 * gdb.threads/reconnect-signal.exp: New file.
12103
12104 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12105
12106 * gdb.base/source-dir.exp: New file.
12107
12108 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12109
12110 * gdb.ada/mi_interface: New testcase.
12111
12112 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12113
12114 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12115 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12116 gdb.ada/pp-rec-component/pck.ads: New files.
12117
12118 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12119
12120 * gdb.python/py-pp-integral.c: New file.
12121 * gdb.python/py-pp-integral.py: New file.
12122 * gdb.python/py-pp-integral.exp: New file.
12123
12124 For older changes see ChangeLog-1993-2013.
12125 \f
12126 ;; Local Variables:
12127 ;; mode: change-log
12128 ;; left-margin: 8
12129 ;; fill-column: 74
12130 ;; version-control: never
12131 ;; End:
12132
12133 Copyright 2014-2017 Free Software Foundation, Inc.
12134 Copying and distribution of this file, with or without modification,
12135 are permitted provided the copyright notice and this notice are preserved.
This page took 0.330587 seconds and 4 git commands to generate.