]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Extend step-over-syscall.exp with different detach-on-fork and follow-fork modes
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-06-17 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5 and detach-on-fork. Adjust tests.
6 (top level): Invoke break_cond_on_syscall with combinations of
7 syscall, follow-fork-mode and detach-on-fork.
8
9 2016-06-17 Yao Qi <yao.qi@linaro.org>
10
11 * gdb.base/step-over-exit.c: New.
12 * gdb.base/step-over-exit.exp: New.
13
14 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15
16 * gdb.base/float.exp: Add target check for nds32*-*-*.
17 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
18
19 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
22 for unsupported target features.
23 * gdb.base/call-rt-st.exp: Likewise.
24 * gdb.base/call-sc.exp: Likewise.
25 * gdb.base/call-signal-resume.exp: Likewise.
26 * gdb.base/call-strs.exp: Likewise.
27 * gdb.base/callexit.exp: Likewise.
28 * gdb.base/callfuncs.exp: Likewise.
29 * gdb.base/nodebug.exp: Likewise.
30 * gdb.base/printcmds.exp: Likewise.
31 * gdb.base/ptype.exp: Likewise.
32 * gdb.base/structs.exp: Likewise.
33 * gdb.base/unwindonsignal.exp: Likewise.
34 * gdb.cp/gdb2495.exp: Likewise.
35 * gdb.cp/templates.exp: Likewise.
36 * gdb.cp/virtfunc.exp: Likewise.
37 * gdb.threads/hand-call-in-threads.exp: Likewise.
38 * gdb.threads/interrupted-hand-call.exp: Likewise.
39 * gdb.threads/thread-unwindonsignal.exp: Likewise.
40
41 2016-06-10 Tom Tromey <tom@tromey.com>
42
43 PR rust/20110:
44 * gdb.rust/expr.exp: Add test for integer constant larger than
45 i32.
46
47 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
48
49 * gdb.fortran/nested-funcs.exp: New.
50 * gdb.fortran/nested-funcs.f90: New.
51
52 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
53
54 * gdb.base/examine-backward.c: New file.
55 * gdb.base/examine-backward.exp: New file.
56
57 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
58
59 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
60 matching.
61
62 2016-06-02 Tom Tromey <tom@tromey.com>
63
64 PR python/18984:
65 * gdb.python/py-shared.exp: Add solib_name test.
66
67 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
68
69 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
70
71 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
72
73 PR c++/19893
74 * gdb.dwarf2/implref.exp: Rename to...
75 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
76 * gdb.dwarf2/implref-array.c: New file.
77 * gdb.dwarf2/implref-array.exp: Likewise.
78 * gdb.dwarf2/implref-global.c: Likewise.
79 * gdb.dwarf2/implref-global.exp: Likewise.
80 * gdb.dwarf2/implref-struct.c: Likewise.
81 * gdb.dwarf2/implref-struct.exp: Likewise.
82
83 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
84
85 * gdb.trace/trace-condition.exp: Add 64bit tests.
86
87 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
88
89 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
90 bits types.
91 (main): Adapt to 8 to 64 bits types.
92 * gdb.trace/trace-condition.exp: Add new tests.
93
94 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
95
96 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
97
98 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
99
100 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
101 Move condition tests...
102 * gdb.trace/trace-condition.exp: Here.
103
104 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
105
106 * gdb.trace/trace-condition.exp: Add counter-case tests.
107
108 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 PR c++/15231
111 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
112 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
113
114 2016-05-27 Pedro Alves <palves@redhat.com>
115
116 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
117 New procedure.
118 (top level): Call it, and bail out of DejaGnu is known to be bad.
119
120 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.base/whatis.c: Extend the test case.
123 * gdb.base/whatis.exp: Add additional tests.
124
125 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
126
127 * gdb.fortran/type.f90: Add pointer variable.
128 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
129
130 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
131
132 * gdb.fortran/vla-type.exp: Fix testcase name.
133
134 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
135
136 * gdb.fortran/vla-type.exp: Access elements in nested structs.
137
138 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
139
140 * gdb.fortran/type.f90: Add nested structures.
141 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
142 * gdb.fortran/derived-type.exp: Adapt expected output.
143 * gdb.fortran/vla-type.exp: Adapt expected output.
144
145 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
146
147 * gdb.fortran/whatis_type.exp: Adapt expected output.
148
149 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
150
151 * gdb.fortran/print_type.exp: Fix expected output.
152 * gdb.fortran/whatis_type.exp: Fix expected output.
153
154 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
155
156 * gdb.fortran/whatis_type.exp: Use multi_line.
157
158 2016-05-24 Tom Tromey <tom@tromey.com>
159
160 PR python/17386:
161 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
162 use value as an index.
163
164 2016-05-23 Tom Tromey <tom@tromey.com>
165
166 PR python/17981:
167 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
168 no-breakpoint case.
169
170 2016-05-24 Pedro Alves <palves@redhat.com>
171
172 PR gdb/19828
173 * gdb.threads/clone-attach-detach.c: New file.
174 * gdb.threads/clone-attach-detach.exp: New file.
175
176 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
177
178 * gdb.base/annota-input-while-running.exp: Fix syntax error.
179
180 2016-05-23 Tom Tromey <tom@tromey.com>
181
182 PR python/19438, PR python/18393:
183 * gdb.python/py-progspace.exp: Add "dir" test.
184 * gdb.python/py-objfile.exp: Add "dir" test.
185
186 2016-05-23 Yao Qi <yao.qi@linaro.org>
187
188 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
189 * gdb.arch/thumb2-it.exp: Likewise.
190
191 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
192
193 * gdb.mi/mi-threads-interrupt.c: New file.
194 * gdb.mi/mi-threads-interrupt.exp: New file.
195
196 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
197
198 PR gdb/18077
199 * gdb.mi/mi-async-run.exp: New file.
200 * gdb.mi/mi-async-run.c: New file.
201
202 2016-05-17 Tom Tromey <tom@tromey.com>
203 Manish Goregaokar <manishsmail@gmail.com>
204
205 * lib/rust-support.exp: New file.
206 * lib/gdb.exp (skip_rust_tests): New proc.
207 (build_executable_from_specs): Handle rust.
208 * lib/future.exp (gdb_find_rustc): New proc.
209 (gdb_default_target_compile): Handle rust.
210 * gdb.rust/expr.exp: New file.
211 * gdb.rust/generics.exp: New file.
212 * gdb.rust/generics.rs: New file.
213 * gdb.rust/methods.exp: New file.
214 * gdb.rust/methods.rs: New file.
215 * gdb.rust/modules.exp: New file.
216 * gdb.rust/modules.rs: New file.
217 * gdb.rust/simple.exp: New file.
218 * gdb.rust/simple.rs: New file.
219
220 2016-05-17 Tom Tromey <tom@tromey.com>
221
222 * gdb.base/default.exp (set language): Add rust.
223
224 2016-05-17 Tom Tromey <tom@tromey.com>
225
226 * gdb.gdb/unittest.exp: New file.
227
228 2016-05-16 Yao Qi <yao.qi@linaro.org>
229
230 * gdb.base/batch-preserve-term-settings.exp: Remove variable
231 shell_prompt. Update shell_prompt_re.
232
233 2016-05-12 Doug Evans <dje@google.com>
234
235 PR symtab/19999
236 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
237 $options when building executable.
238 * gdb.dwarf2/fission-loclists-pie.S: New file.
239 * gdb.dwarf2/fission-loclists-pie.exp: New file.
240
241 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
242
243 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
244 of [is_remote target],
245
246 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
247
248 * lib/gdb.exp (use_gdb_stub): New procedure.
249
250 2016-05-03 Yunlian Jiang <yunlian@google.com>
251 Doug Evans <dje@google.com>
252
253 PR symtab/19914
254 * gdb.dwarf2/dwp-sepdebug.c: New file.
255 * gdb.dwarf2/dwp-sepdebug.exp: New file.
256
257 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
258
259 * gdb.base/detach.exp: Remove is_remote check.
260
261 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
262
263 * gdb.base/annota-input-while-running.exp: Don't check for
264 [is_remote target]. Enable annotations after running to main.
265 Remove unused "set test..." line.
266
267 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
268
269 * gdb.trace/trace-enable-disable.exp: New file.
270 * gdb.trace/trace-enable-disable.c: New file.
271
272 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
273
274 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
275 use it in info sharedlibrary test.
276 * gdb.trace/ftrace-lock.exp: Likewise.
277 * gdb.trace/ftrace.exp: Likewise.
278 * gdb.trace/range-stepping.exp: Likewise.
279 * gdb.trace/trace-break.exp: Likewise.
280 * gdb.trace/trace-condition.exp: Likewise.
281 * gdb.trace/trace-mt.exp: Likewise.
282
283 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
284
285 * lib/gdb.exp (gdb_load_shlibs): Rename to...
286 (gdb_load_shlib): ... this.
287 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
288 gdb_load_shlib.
289 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
290 * gdb.base/ctxobj.exp: Likewise.
291 * gdb.base/dprintf-pending.exp: Likewise.
292 * gdb.base/dso2dso.exp: Likewise.
293 * gdb.base/fixsection.exp: Likewise.
294 * gdb.base/gcore-relro.exp: Likewise.
295 * gdb.base/gdb1555.exp: Likewise.
296 * gdb.base/global-var-nested-by-dso.exp: Likewise.
297 * gdb.base/gnu-ifunc.exp: Likewise.
298 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
299 * gdb.base/jit-so.exp (one_jit_test): Likewise.
300 * gdb.base/pending.exp: Likewise.
301 * gdb.base/print-file-var.exp: Likewise.
302 * gdb.base/print-symbol-loading.exp: Likewise.
303 * gdb.base/shlib-call.exp: Likewise.
304 * gdb.base/shreloc.exp: Likewise.
305 * gdb.base/so-impl-ld.exp: Likewise.
306 * gdb.base/solib-disc.exp: Likewise.
307 * gdb.base/solib-nodir.exp: Likewise.
308 * gdb.base/solib-overlap.exp: Likewise.
309 * gdb.base/solib-symbol.exp: Likewise.
310 * gdb.base/solib-weak.exp (do_test): Likewise.
311 * gdb.base/sym-file.exp: Likewise.
312 * gdb.base/symtab-search-order.exp: Likewise.
313 * gdb.base/type-opaque.exp: Likewise.
314 * gdb.base/unload.exp: Likewise.
315 * gdb.base/watchpoint-solib.exp: Likewise.
316 * gdb.compile/compile.exp: Likewise.
317 * gdb.cp/gdb2384.exp: Likewise.
318 * gdb.cp/infcall-dlopen.exp: Likewise.
319 * gdb.cp/re-set-overloaded.exp: Likewise.
320 * gdb.fortran/library-module.exp: Likewise.
321 * gdb.opt/solib-intra-step.exp: Likewise.
322 * gdb.python/py-finish-breakpoint.exp: Likewise.
323 * gdb.python/py-shared.exp: Likewise.
324 * gdb.reverse/solib-precsave.exp: Likewise.
325 * gdb.reverse/solib-reverse.exp: Likewise.
326 * gdb.server/solib-list.exp: Likewise.
327 * gdb.threads/dlopen-libpthread.exp: Likewise.
328 * gdb.threads/tls-shared.exp: Likewise.
329 * gdb.threads/tls-so_extern.exp: Likewise.
330 * gdb.trace/change-loc.exp: Likewise.
331 * gdb.trace/ftrace-lock.exp: Likewise.
332 * gdb.trace/ftrace.exp: Likewise.
333 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
334 * gdb.trace/pending.exp: Likewise.
335 * gdb.trace/range-stepping.exp: Likewise.
336 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
337 (strace_info_marker): Likewise.
338 (strace_probe_marker): Likewise.
339 (strace_trace_on_same_addr): Likewise.
340 (strace_trace_on_diff_addr): Likewise.
341 * gdb.trace/trace-break.exp: Likewise.
342 * gdb.trace/trace-condition.exp: Likewise.
343 * gdb.trace/trace-mt.exp: Likewise.
344
345 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
346
347 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
348 result of gdb_remote_download.
349 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
350 * gdb.base/dso2dso.exp: Likewise.
351 * gdb.base/global-var-nested-by-dso.exp: Likewise.
352 * gdb.base/print-file-var.exp: Likewise.
353 * gdb.base/shlib-call.exp: Likewise.
354 * gdb.base/shreloc.exp: Likewise.
355 * gdb.base/solib-overlap.exp: Likewise.
356 * gdb.base/solib-weak.exp (do_test): Likewise.
357 * gdb.base/unload.exp: Likewise.
358
359 2016-04-27 Yao Qi <yao.qi@linaro.org>
360
361 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
362 exists.
363
364 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
365
366 * vla-type.exp: Print structure from toplevel.
367
368 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
369
370 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
371 of dynamic types.
372 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
373 of dynamic types.
374
375 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
376
377 * gdb.fortran/vla-type.f90: New file.
378 * gdb.fortran/vla-type.exp: New file.
379
380 2016-04-25 Yao Qi <yao.qi@linaro.org>
381
382 * gdb.base/branch-to-self.c: New file.
383 * gdb.base/branch-to-self.exp: New file.
384
385 2016-04-22 Yao Qi <yao.qi@linaro.org>
386
387 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
388 more after $hex.
389
390 2016-04-22 Yao Qi <yao.qi@linaro.org>
391
392 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
393 * gdb.base/annota3.exp: Likewise.
394
395 2016-04-22 Yao Qi <yao.qi@linaro.org>
396
397 * gdb.reverse/step-precsave.exp: Do one step and test program
398 stops in "callee" and do multiple steps until program goes out
399 of "callee".
400 * gdb.reverse/step-reverse.exp: Likewise.
401
402 2016-04-22 Yao Qi <yao.qi@linaro.org>
403
404 * gdb.trace/signal.exp: Also pass if
405 $tracepoint_hits($i) > $iterations.
406
407 2016-04-22 Yao Qi <yao.qi@linaro.org>
408
409 * gdb.trace/signal.c: New file.
410 * gdb.trace/signal.exp: New file.
411
412 2016-04-19 Doug Evans <xdje42@gmail.com>
413
414 * gdb.base/bad-file.exp: New file.
415
416 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
417
418 * gdb.dwarf2/implref.exp: New file.
419
420 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
421
422 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
423 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
424 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
425 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
426 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
427 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
428 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
429 * lib/fortran.exp (fortran_int4): New procedure.
430 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
431 (fortran_logical4): Likewise.
432
433 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
434
435 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
436
437 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
438
439 * lib/compiler.c: Add Intel specific preprocessor macros.
440 * lib/compiler.cc: Likewise.
441
442 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
443
444 * gdb.server/connect-with-no-symbol-file.c: New file.
445 * gdb.server/connect-with-no-symbol-file.exp: New file.
446
447 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
448
449 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
450
451 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
452
453 * boards/gdbserver-base.exp (${board}_download): Copy source file to
454 standard output directory.
455
456 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
457
458 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
459
460 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
461
462 * gdb.btrace/instruction_history.c (loop): Add declaration.
463
464 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
465
466 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
467
468 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
469
470 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
471 parentheses to print.
472 (continue_handler): Likewise.
473
474 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
475
476 * gdb.server/solib-list.exp: Remove is_remote check.
477 Pass shlib= to gdb_compile. Don't link shared library with
478 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
479 Run binary filename through "readlink -f" on the target.
480
481 2016-04-08 Pedro Alves <palves@redhat.com>
482
483 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
484 interpreter filename as argument to gdbserver_spawn.
485 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
486 Return empty if $last_loaded_file does not exist.
487
488 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
489
490 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
491 * gdb.base/jit-main.c: Use exit after usage.
492
493 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
494
495 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
496 GDBHISTSIZE prior to the tests.
497 * gdb.base/gdbinit-history.exp: Likewise.
498
499 2016-04-07 Pedro Alves <palves@redhat.com>
500
501 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
502 instead of build_executable. Use gdb_load_shlibs.
503
504 2016-04-07 Yao Qi <yao.qi@linaro.org>
505
506 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
507 Execute "si" command.
508
509 2016-04-07 Yao Qi <yao.qi@linaro.org>
510
511 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
512 number instead of the comments on some line.
513
514 2016-04-06 Don Breazeal <donb@codesourcery.com>
515
516 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
517 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
518
519 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
520
521 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
522 standard_output_file. Remove unused binfile variable.
523
524 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
525
526 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
527 * gdb.python/py-mi-objfile.exp: Match "list main" output
528 in console format.
529
530 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
531
532 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
533 absolute.
534
535 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
536
537 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
538 absolute.
539 * gdb.trace/ftrace.exp: Likewise.
540 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
541 targets as well.
542 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
543 (gdb_load_shlibs): Copy libraries to test directory when testing
544 natively. Only set solib-search-path if testing remotely.
545 * lib/mi-support.exp (mi_load_shlibs): Likewise.
546
547 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
548
549 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
550 gdb_download. Use it even if the target is not remote.
551 * gdb.base/jit.exp (compile_jit_test): Likewise.
552 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
553 output directory if the destination board is local, otherwise use
554 the standard remote_download from DejaGnu.
555 (gdb_download): Remove.
556 (gdb_load_shlibs): Use gdb_remote_download instead of
557 gdb_download.
558 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
559 Use gdb_remote_download instead of gdb_download. Use it even if
560 the target is not remote.
561 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
562 instead of gdb_download.
563
564 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
565
566 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
567 (test_insert_delete_modify): Call mi_load_shlibs before trying to
568 run.
569
570 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
571
572 PR gdb/19820
573 * gdb.base/printcmds.exp: Add artificial arrays tests.
574
575 2016-03-31 Pedro Alves <palves@redhat.com>
576
577 PR gdb/19858
578 * gdb.base/jit-main.c: Include unistd.h.
579 (ATTACH): Define to 0 if not already defined.
580 (wait_for_gdb, mypid): New globals.
581 (WAIT_FOR_GDB): New macro.
582 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
583 some breakpoint locations.
584 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
585 New procedures.
586 (one_jit_test): Add REATTACH parameter, and handle it. Use
587 continue_to_test_location.
588 (top level): Test attach, and adjusts calls to one_jit_test.
589
590 2016-03-31 Pedro Alves <palves@redhat.com>
591
592 PR gdb/19858
593 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
594 BINSUFFIX parameter, and handle it.
595 (top level): Adjust calls compile_jit_test.
596
597 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
598
599 PR python/19743
600 * gdb.python/py-mi-events-gdb.py: New file.
601 * gdb.python/py-mi-events.c: New file.
602 * gdb.python/py-mi-events.exp: New file.
603
604 2016-03-30 Yao Qi <yao.qi@linaro.org>
605
606 * gdb.reverse/until-precsave.exp: Match function name only.
607 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
608 Move malloc to a condition block.
609 * gdb.reverse/until-reverse.exp: Match function name only.
610
611 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
612
613 * gdb.trace/ftrace.exp: Set arg0exp for s390.
614 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
615 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
616 variable for GPR 0 instead of assuming it is register 0.
617 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
618 * lib/trace-support.exp: Add s390 registers.
619
620 2016-03-29 Yao Qi <yao.qi@linaro.org>
621
622 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
623
624 2016-03-24 Yao Qi <yao.qi@linaro.org>
625
626 * gdb.reverse/break-reverse.exp: Add quotation mark in the
627 test message.
628
629 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
630
631 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
632 maintaining separate logic for constructing the output path.
633
634 2016-03-16 Don Breazeal <donb@codesourcery.com>
635
636 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
637 Retry fork and waitpid on interrupted system call errors.
638 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
639 Use with_timeout_factor to increase timeout by factor of 10.
640
641 2016-03-15 Don Breazeal <donb@codesourcery.com>
642
643 * gdb.cp/scope-err.cc: New test program.
644 * gdb.cp/scope-err.exp: New test script.
645 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
646 lines and "set breakpoint here" comment.
647 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
648 Fixed some whitespace and format issues.
649 * gdb.mi/mi-linespec-err-cp.cc: New test program.
650 * gdb.mi/mi-linespec-err-cp.exp: New test script.
651
652 2016-03-15 Doug Evans <dje@google.com>
653
654 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
655 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
656 All callers updated. Add tests for enums, mixed flags register.
657
658 2016-03-15 Doug Evans <dje@google.com>
659
660 * gdb.base/skip.c (main): Call test_skip_file_and_function.
661 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
662
663 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
664
665 * gdb.base/default.exp: Add $_as_string to the list of expected
666 convenience functions.
667
668 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.base/maint.exp: New tests for 'maint info line-table'.
671
672 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
673
674 * gdb.python/py-as-string.exp: New file.
675 * gdb.python/py-as-string.c: New file.
676
677 2016-03-09 Pedro Alves <palves@redhat.com>
678
679 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
680 signal" -> "Thread NN received signal" output change.
681 * gdb.threads/ia64-sigill.exp: Likewise.
682 * gdb.threads/linux-dp.exp: Likewise.
683 * gdb.threads/manythreads.exp: Likewise.
684 * gdb.threads/pending-step.exp: Likewise.
685 * gdb.threads/print-threads.exp: Likewise.
686 * gdb.threads/sigstep-threads.exp: Likewise.
687 * gdb.threads/staticthreads.exp: Likewise.
688 * gdb.threads/tls.exp: Likewise.
689
690 2016-03-09 Pedro Alves <palves@redhat.com>
691
692 * gdb.base/command-line-input.exp: New file.
693
694 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
695
696 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
697 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
698 * gdb.trace/pending.exp: Accept leading dot before function name.
699 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
700 * lib/trace-support.exp: Set registers for ppc.
701
702 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
703
704 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
705 use it for disassembly; accept .main in addition to main in backtrace.
706
707 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
708 Marcin Kościelnicki <koriakin@0x04.net>
709
710 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
711 (gdb_recursion_test_ptr): New global variable.
712 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
713 gdb_recursion_test.
714 (gdb_c_test): Ditto.
715
716 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
717
718 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
719 ordering.
720
721 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
722
723 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
724 (bar): Add bar_start_lbl label.
725 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
726 of foo/bar for emitting DWARF and tracing.
727
728 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
729
730 * analyze-racy-logs.py: Set executable bit.
731
732 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
733
734 * Makefile.in (DEFAULT_RACY_ITER): New variable.
735 (CHECK_TARGET_TMP): Likewise.
736 (check-single-racy): New rule.
737 (check-parallel-racy): Likewise.
738 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
739 (do-check-parallel-racy): New rule.
740 (check-racy/%.exp): Likewise.
741 * README (Racy testcases): New section.
742 * analyze-racy-logs.py: New file.
743
744 2016-03-03 Doug Evans <dje@google.com>
745
746 * gdb.base/skip.exp: Use with_test_prefix.
747
748 2016-03-03 Yao Qi <yao.qi@linaro.org>
749
750 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
751 Invoke step_over_syscall "clone" and break_cond_on_syscall
752 "clone".
753 * gdb.base/step-over-clone.c: New file.
754
755 2016-03-03 Yao Qi <yao.qi@linaro.org>
756
757 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
758 code format.
759
760 2016-03-03 Yao Qi <yao.qi@linaro.org>
761
762 * gdb.base/disp-step-fork.c: Rename to ...
763 * gdb.base/step-over-fork.c: ... it. New file.
764 * gdb.base/disp-step-vfork.c: Rename to ...
765 * gdb.base/step-over-vfork.c: ... it. New file.
766 * gdb.base/disp-step-syscall.exp: Rename to ...
767 * gdb.base/step-over-syscall.exp: ... it. New file.
768 (disp_step_cross_syscall): Rename to ...
769 (step_over_syscall): ... it.
770
771 2016-03-03 Yao Qi <yao.qi@linaro.org>
772
773 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
774 If target supports condition evaluation on target, invoke
775 break_cond_on_syscall for fork and vfork.
776
777 2016-03-03 Yao Qi <yao.qi@linaro.org>
778
779 * gdb.base/disp-step-syscall.exp: Don't invoke
780 support_displaced_stepping.
781 (disp_step_cross_syscall): Test with displaced stepping off and
782 on if supported.
783
784 2016-03-03 Yao Qi <yao.qi@linaro.org>
785
786 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
787 proc.
788 (setup): New proc.
789 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
790 and setup.
791
792 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
793
794 * gdb.fortran/vla-history.exp: Remove breakpoint.
795
796 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
797
798 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
799
800 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
801
802 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
803
804 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
805
806 * gdb.mi/vla.f90: Nullify pointer after declaration.
807
808 2016-03-01 Pedro Alves <palves@redhat.com>
809
810 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
811
812 2016-03-01 Pedro Alves <palves@redhat.com>
813
814 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
815 before anything else.
816 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
817 _GNU_SOURCE here.
818 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
819 before anything else.
820 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
821
822 2016-03-01 Pedro Alves <palves@redhat.com>
823
824 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
825
826 2016-03-01 Yao Qi <yao.qi@linaro.org>
827
828 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
829 prepare_for_testing.
830
831 2016-03-01 Yao Qi <yao.qi@linaro.org>
832
833 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
834
835 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
836
837 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
838 manually constructing the output path.
839
840 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
841
842 * gdb.arch/s390-stackless.S: New.
843 * gdb.arch/s390-stackless.exp: New.
844
845 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
846
847 * gdb.dlang/circular.c: New file.
848 * gdb.dlang/circular.exp: New file.
849
850 2016-02-26 Yao Qi <yao.qi@linaro.org>
851
852 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
853 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
854 (testcases): Update.
855
856 2016-02-26 Yao Qi <yao.qi@linaro.org>
857
858 * gdb.reverse/aarch64.c: Rename to ...
859 * gdb.reverse/insn-reverse.c: ... it.
860 * gdb.reverse/aarch64.exp: Rename to ...
861 * gdb.reverse/insn-reverse.exp: ... it.
862
863 2016-02-26 Yao Qi <yao.qi@linaro.org>
864
865 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
866 (testcase_ftype): New.
867 (testcases): New array.
868 (n_testcases): New.
869 (main): Call each element in testcases.
870 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
871 (read_testcase): New.
872 Do the tests in a loop.
873
874 2016-02-25 Yao Qi <yao.qi@linaro.org>
875
876 * gdb.base/branches.c: Remove.
877
878 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
879
880 PR gdb/13808
881 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
882
883 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
884
885 * gdb.trace/ftrace.exp: Remove unnecessary target check.
886
887 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
888
889 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
890 change x86_64 call_insn to 'callq'.
891
892 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
893
894 * gdb.trace/tfile-avx.c: Move to...
895 * gdb.trace/tracefile-pseudo-reg.c: Here.
896 * gdb.trace/tfile-avx.exp: Move to...
897 * gdb.trace/tracefile-pseudo-reg.exp: Here.
898
899 2016-02-24 Gary Benson <gbenson@redhat.com>
900
901 * gdb.base/attach-pie-noexec.exp: Do not expect an error
902 message on attach.
903
904 2016-02-23 Doug Evans <dje@google.com>
905
906 * gdb.base/skip.c (test_skip): New function.
907 (end_test_skip_file_and_function): New function.
908 (test_skip_file_and_function): New function.
909 * gdb.base/skip1.c (test_skip): New function.
910 (skip1_test_skip_file_and_function): New function.
911 * gdb.base/skip.exp: Add tests for new skip options.
912 * gdb.base/skip-solib.exp: Update expected output.
913 * gdb.perf/skip-command.cc: New file.
914 * gdb.perf/skip-command.exp: New file.
915 * gdb.perf/skip-command.py: New file.
916
917 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
918
919 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
920 info registers pattern.
921
922 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
923
924 * lib/future.exp: Add D support.
925 (gdb_find_gdc): New proc.
926 (gdb_default_target_compile): Add D support.
927
928 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
929
930 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
931 user+system time.
932 (trace_speed_test): Determine the iteration count for a time
933 between 15..30 seconds.
934
935 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
936
937 * gdb.arch/i386-mpx-sigsegv.c: New file.
938 * gdb.arch/i386-mpx-sigsegv.exp: New file.
939 * gdb.arch/i386-mpx-simple_segv.c: New file.
940 * gdb.arch/i386-mpx-simple_segv.exp: New file.
941
942 2016-02-18 Yao Qi <yao.qi@linaro.org>
943
944 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
945 Don't call setup_kfail.
946
947 2016-02-18 Yao Qi <yao.qi@linaro.org>
948
949 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
950 Set "set breakpoint condition-evaluation" per $cond_bp_target.
951
952 2016-02-16 Doug Evans <dje@google.com>
953
954 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
955 * gdb.base/skip1.c: Ditto.
956 * gdb.base/skip.exp: Whitespace cleanup.
957
958 2016-02-16 Don Breazeal <donb@codesourcery.com>
959
960 PR remote/19496
961 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
962 Remove kfail for PR remote/19496.
963
964 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
965
966 * lib/gdb.exp (standard_temp_file): Return a path specific to
967 the runtest invocation.
968
969 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
970
971 * gdb.trace/save-trace.exp: Change relative path to be in the
972 standard output directory.
973
974 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.arch/i386-prologue.c: Add missing prototypes.
977
978 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
981 * gdb.arch/i386-prologue.exp: Likewise.
982 * gdb.arch/i386-size.exp: Likewise.
983
984 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
985
986 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
987 define object file path.
988 * gdb.btrace/gcore.exp: Use standard_output_file to define core
989 file path.
990 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
991 standard_output_file to define binfile.
992
993 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 Fix compatibility with recent gfortran-5.3.1.
996 * gdb.fortran/vla-history.exp (print vla1 allocated)
997 (print vla2 allocated, print $2, print $3): Remove
998 (print $4): Rename to ...
999 (print $2): ... here.
1000 (print $9): Rename to ...
1001 (print $5): ... here.
1002 (print $10): Rename to ...
1003 (print $6): ... here.
1004 * gdb.fortran/vla.f90: Add pvla initialization.
1005
1006 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1009 New test.
1010 * gdb.fortran/vla-value-sub.exp: Likewise.
1011
1012 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1013
1014 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1015
1016 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * i386-biarch-core.exp: Define corefile using
1019 standard_output_file.
1020
1021 2016-02-12 Yao Qi <yao.qi@linaro.org>
1022
1023 * gdb.arch/arm-single-step-kernel-helper.c: New.
1024 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1025
1026 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1027
1028 * gdb.btrace/tailcall-only.exp: New.
1029 * gdb.btrace/tailcall-only.c: New.
1030 * gdb.btrace/x86_64-tailcall-only.S: New.
1031 * gdb.btrace/i686-tailcall-only.S: New.
1032
1033 2016-02-11 Pedro Alves <palves@redhat.com>
1034
1035 * README (Parallel testing): Add missing double quotes.
1036
1037 2016-02-11 Pedro Alves <palves@redhat.com>
1038
1039 * README (Parallel testing): New section.
1040 (GDB_PARALLEL): Rewrite.
1041 (FORCE_PARALLEL): Document.
1042
1043 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1044
1045 * gdb.trace/tfile-avx.c: New test.
1046 * gdb.trace/tfile-avx.exp: New test.
1047
1048 2016-02-09 Keith Seitz <keiths@redhat.com>
1049
1050 PR breakpoints/19546
1051 * gdb.base/infcall-exec.c: New file.
1052 * gdb.base/infcall-exec2.c: New file.
1053 * gdb.base/infcall-exec.exp: New file.
1054
1055 2016-02-09 Keith Seitz <keiths@redhat.com>
1056
1057 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1058 (toplevel): Call test_bkpt_address.
1059
1060 2016-02-09 Keith Seitz <keiths@redhat.com>
1061
1062 PR python/19506
1063 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1064 (toplevel): Call test_bkpt_address.
1065
1066 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1067
1068 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1069 to AC_OUTPUT.
1070 * configure: Regenerate.
1071
1072 2016-02-09 Pedro Alves <palves@redhat.com>
1073
1074 PR breakpoints/19548
1075 * gdb.base/execl-update-breakpoints.c (some_function): New
1076 function.
1077 (main): Call it.
1078 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1079 Tighten expected GDB output.
1080
1081 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1082
1083 * Makefile.in (ALL_SUBDIRS): Remove.
1084 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1085 (distclean maintainer-clean realclean): Likewise.
1086 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1087 * configure: Regenerate.
1088 * gdb.ada/Makefile.in: Delete.
1089 * gdb.arch/Makefile.in: Likewise.
1090 * gdb.asm/Makefile.in: Likewise.
1091 * gdb.base/Makefile.in: Likewise.
1092 * gdb.btrace/Makefile.in: Likewise.
1093 * gdb.cell/Makefile.in: Likewise.
1094 * gdb.compile/Makefile.in: Likewise.
1095 * gdb.cp/Makefile.in: Likewise.
1096 * gdb.disasm/Makefile.in: Likewise.
1097 * gdb.dlang/Makefile.in: Likewise.
1098 * gdb.dwarf2/Makefile.in: Likewise.
1099 * gdb.fortran/Makefile.in: Likewise.
1100 * gdb.gdb/Makefile.in: Likewise.
1101 * gdb.go/Makefile.in: Likewise.
1102 * gdb.guile/Makefile.in: Likewise.
1103 * gdb.java/Makefile.in: Likewise.
1104 * gdb.linespec/Makefile.in: Likewise.
1105 * gdb.mi/Makefile.in: Likewise.
1106 * gdb.modula2/Makefile.in: Likewise.
1107 * gdb.multi/Makefile.in: Likewise.
1108 * gdb.objc/Makefile.in: Likewise.
1109 * gdb.opencl/Makefile.in: Likewise.
1110 * gdb.opt/Makefile.in: Likewise.
1111 * gdb.pascal/Makefile.in: Likewise.
1112 * gdb.perf/Makefile.in: Likewise.
1113 * gdb.python/Makefile.in: Likewise.
1114 * gdb.reverse/Makefile.in: Likewise.
1115 * gdb.server/Makefile.in: Likewise.
1116 * gdb.stabs/Makefile.in: Likewise.
1117 * gdb.threads/Makefile.in: Likewise.
1118 * gdb.trace/Makefile.in: Likewise.
1119 * gdb.xml/Makefile.in: Likewise.
1120 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1121 GDB_PARALLEL.
1122 (standard_output_file): Remove check for GDB_PARALLEL, always
1123 return path in outputs/$subdir/$testname.
1124
1125 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1128 (site.exp): Assign abs_srcdir to tcl's srcdir.
1129
1130 2016-02-04 Yao Qi <yao.qi@linaro.org>
1131
1132 * gdb.base/foll-exec-mode.c: Include limits.h.
1133 (main): Add parameters argc and argv. Get directory from
1134 argv[0].
1135 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1136 compilation.
1137 * gdb.base/foll-exec.c: Include limits.h.
1138 (main): Add parameters argc and argv.
1139 Get directory from argv[0].
1140 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1141 Adjust tests on the number of lines as source code changed.
1142 * gdb.base/foll-vfork-exit.c: Include limits.h.
1143 (main): Add one line of statement before vfork.
1144 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1145 (main): Add parameters argc and argv. Get directory from
1146 argv[0].
1147 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1148 (setup_gdb): Set tbreak to skip some source lines.
1149 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1150 (main): Add parameters argc and argv. Get directory from
1151 argv[0].
1152 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1153 compilation.
1154 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1155 (main): Add parameters argc and argv. Get directory from
1156 argv[0].
1157 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1158 compilation.
1159
1160 2016-02-01 Doug Evans <dje@google.com>
1161
1162 * gdb.base/skip.exp: Clean up multiple references to same test name.
1163
1164 2016-02-01 Pedro Alves <palves@redhat.com>
1165
1166 PR remote/19496
1167 * gdb.threads/forking-threads-plus-breakpoint.exp
1168 (displaced_stepping_supported): New global.
1169 (probe_displaced_stepping_support): New procedure.
1170 (do_test): Add 'displaced' parameter, and use it.
1171 (top level): Check for displaced stepping support. Add displaced
1172 stepping on/off testing axis.
1173
1174 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1177 pointer. Don't perform further tests on the unassociated pointer
1178 if the first test fails.
1179
1180 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.base/max-value-size.c: New file.
1183 * gdb.base/max-value-size.exp: New file.
1184 * gdb.base/huge.exp: Disable max-value-size for this test.
1185
1186 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1187
1188 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1189
1190 2016-01-28 Yao Qi <yao.qi@linaro.org>
1191
1192 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1193
1194 2016-01-25 Pedro Alves <palves@redhat.com>
1195
1196 PR threads/19461
1197 * gdb.base/fork-running-state.c: New file.
1198 * gdb.base/fork-running-state.exp: New file.
1199
1200 2016-01-25 Pedro Alves <palves@redhat.com>
1201
1202 PR gdb/19494
1203 * gdb.base/catch-fork-kill.c: New file.
1204 * gdb.base/catch-fork-kill.exp: New file.
1205
1206 2016-01-25 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1209 Delete, moved to lib/gdb.exp.
1210 * gdb.threads/forking-threads-plus-breakpoint.exp
1211 (foreach_with_prefix): Likewise.
1212 * gdb.threads/process-dies-while-handling-bp.exp
1213 (foreach_with_prefix): Likewise.
1214 * lib/gdb.exp (foreach_with_prefix): New procedure.
1215
1216 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1217
1218 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1219 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1220
1221 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1222
1223 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1224 endian targets.
1225
1226 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1227 Pedro Alves <palves@redhat.com>
1228
1229 Fix testsuite compatibility with Guile.
1230 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1231 number.
1232
1233 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1234
1235 Fix testsuite compatibility with Guile.
1236 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1237 (thread 1): New test for backtrace through signal handler.
1238
1239 2016-01-22 Yao Qi <yao.qi@linaro.org>
1240
1241 PR testsuite/19491
1242 * gdb.base/multi-forks.c: Include
1243 ../lib/unbuffer_output.c
1244 (main): Call gdb_unbuffer_output.
1245
1246 2016-01-21 Doug Evans <dje@google.com>
1247
1248 * lib/ada.exp (gdb_compile_ada): Fix typo.
1249
1250 2016-01-21 Joel Brobecker <brobecker@adacore.com>
1251
1252 * gdb.base/break-fun-addr.exp: New file.
1253 * gdb.base/break-fun-addr1.c: New file.
1254 * gdb.base/break-fun-addr2.c: New file.
1255
1256 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1257
1258 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1259 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1260 enum flag values.
1261
1262 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1263
1264 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1265 when GDB can not set the vector return value. Add more comments
1266 for clarification.
1267
1268 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1269
1270 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1271 command.
1272
1273 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1274
1275 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1276
1277 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1278
1279 * Makefile.in (check-single): Pass --status to runtest.
1280 (check/%.exp): Likewise.
1281
1282 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * Makefile.in (check-parallel): Propagate return code from make
1285 do-check-parallel.
1286
1287 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1288
1289 * gdb.trace/ftrace.exp: Fix expected message on continue.
1290 * gdb.trace/pending.exp: Fix expected message on continue.
1291 * gdb.trace/trace-break.exp: Fix expected message on continue.
1292
1293 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 * lib/gdb.exp (gdb_test): Remove unused global references.
1296
1297 2016-01-18 Pedro Alves <palves@redhat.com>
1298
1299 * gdb.base/async-shell.exp: Adjust expected output.
1300 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1301 * gdb.base/siginfo-thread.exp: Adjust expected output.
1302 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1303 * gdb.java/jnpe.exp: Adjust expected output.
1304 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1305 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1306 * gdb.threads/leader-exit.exp: Adjust expected output.
1307 * gdb.threads/manythreads.exp: Adjust expected output.
1308 * gdb.threads/pthreads.exp: Adjust expected output.
1309 * gdb.threads/schedlock.exp: Adjust expected output.
1310 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1311 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1312 expected output.
1313 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1314 output.
1315 * gdb.threads/sigthread.exp: Adjust expected output.
1316 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1317
1318 2016-01-18 Yao Qi <yao.qi@linaro.org>
1319
1320 * gdb.guile/scm-section-script.c: Replace @progbits with
1321 %progbits.
1322 * gdb.python/py-section-script.c: Likewise.
1323
1324 2016-01-15 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.multi/tids.exp: Test star wildcard ranges.
1327
1328 2016-01-15 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1331 command from "thread apply" invocation.
1332 (thr_apply_info_thr_invalid): Default the expected output to the
1333 input tid list.
1334 (top level): Add tests that use convenience variables. Add tests
1335 for "thread apply" with a valid TID list, but missing the command.
1336
1337 2016-01-13 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.base/default.exp: Expect $_gthread as well.
1340 * gdb.multi/tids.exp: Test $_gthread.
1341 * gdb.threads/thread-specific.exp: Test $_gthread.
1342
1343 2016-01-13 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.multi/tids.exp: Test "info threads -gid".
1346
1347 2016-01-13 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1350 Breakpoint.thread.
1351 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1352
1353 2016-01-07 Pedro Alves <palves@redhat.com>
1354
1355 * gdb.base/break.exp: Adjust to output changes.
1356 * gdb.base/hbreak2.exp: Likewise.
1357 * gdb.base/sepdebug.exp: Likewise.
1358 * gdb.base/watch_thread_num.exp: Likewise.
1359 * gdb.linespec/keywords.exp: Likewise.
1360 * gdb.multi/info-threads.exp: Likewise.
1361 * gdb.threads/thread-find.exp: Likewise.
1362 * gdb.multi/tids.c: New file.
1363 * gdb.multi/tids.exp: New file.
1364
1365 2016-01-13 Pedro Alves <palves@redhat.com>
1366
1367 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1368
1369 2016-01-13 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.base/default.exp: Expect $_inferior as well.
1372 * gdb.multi/base.exp: Test $_inferior.
1373
1374 2016-01-13 Pedro Alves <palves@redhat.com>
1375
1376 PR breakpoints/19388
1377 * gdb.base/catch-signal-siginfo-cond.c: New file.
1378 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1379
1380 2016-01-12 Josh Stone <jistone@redhat.com>
1381 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1382
1383 * gdb.base/catch-syscall.c (do_execve): New variable.
1384 (main): Conditionally trigger an execve.
1385 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1386 (test_catch_syscall_execve): New, check entry/return across execve.
1387 (do_syscall_tests): Call test_catch_syscall_execve.
1388
1389 2016-01-12 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.base/random-signal.exp (do_test): New procedure, with body
1392 of testcase moved in.
1393
1394 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1395 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.base/funcargs.exp (finish from indirectly called function):
1398 Reintroduce the case for 'First'.
1399
1400 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1401 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1404 (tcatch_vfork_then_child_follow_exec)
1405 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1406 identification.
1407
1408 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1411 and repeats to unlimited.
1412 * gdb.python/py-value.exp: Likewise.
1413 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1414 and repeats to unlimited.
1415
1416 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1419 and reordering the functions.
1420 * gdb.multi/hangout.c: Likewise.
1421 * gdb.multi/hello.c: Likewise.
1422
1423 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1424
1425 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1426 absolute.
1427 (SingleStatisticTestResult.report): Use dict.keys instead of
1428 dict.iterkeys.
1429
1430 2016-01-06 Pedro Alves <palves@redhat.com>
1431
1432 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1433
1434 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1435
1436 * gdb.btrace/dlopen.exp: New.
1437 * gdb.btrace/dlopen.c: New.
1438 * gdb.btrace/dlopen-dso.c: New.
1439
1440 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1441
1442 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1443 PATTERN argument is optional.
1444
1445 2015-12-24 Joel Brobecker <brobecker@adacore.com>
1446
1447 * lib/ada.exp (target_compile_ada_from_dir): New function.
1448 (gdb_compile_ada): Reimplement avoiding the use of project files.
1449 * gdb.ada/gnat_ada.gpr: Delete.
1450 * gdb.ada/cond_lang.exp: Adjust test to make path before
1451 filename optional.
1452 * gdb.ada/small_reg_param.exp: Likewise.
1453
1454 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1455
1456 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1457
1458 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1459
1460 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1461 case.
1462
1463 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1464
1465 * gdb.base/break.exp: Remove dead code.
1466 * gdb.base/sepdebug.exp: Likewise.
1467
1468 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1469
1470 * gdb.asm/asm-source.exp: Remove HP-UX references.
1471 * gdb.base/annota1.exp: Likewise.
1472 * gdb.base/annota3.exp: Likewise.
1473 * gdb.base/attach.exp: Likewise.
1474 * gdb.base/bigcore.exp: Likewise.
1475 * gdb.base/break.exp: Likewise.
1476 * gdb.base/call-ar-st.exp: Likewise.
1477 * gdb.base/callfuncs.exp: Likewise.
1478 * gdb.base/catch-fork-static.exp: Likewise.
1479 * gdb.base/display.exp: Likewise.
1480 * gdb.base/foll-exec-mode.exp: Likewise.
1481 * gdb.base/foll-exec.exp: Likewise.
1482 * gdb.base/foll-fork.exp: Likewise.
1483 * gdb.base/foll-vfork.exp: Likewise.
1484 * gdb.base/funcargs.exp: Likewise.
1485 * gdb.base/hbreak2.exp: Likewise.
1486 * gdb.base/inferior-died.exp: Likewise.
1487 * gdb.base/interrupt.exp: Likewise.
1488 * gdb.base/multi-forks.exp: Likewise.
1489 * gdb.base/nodebug.exp: Likewise.
1490 * gdb.base/sepdebug.exp: Likewise.
1491 * gdb.base/solib1.c: Likewise.
1492 * gdb.base/step-test.exp: Likewise.
1493 * gdb.mi/non-stop.c: Likewise.
1494 * gdb.mi/pthreads.c: Likewise.
1495 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1496 * gdb.threads/pthreads.c: Likewise.
1497 * gdb.threads/staticthreads.exp: Likewise.
1498 * lib/future.exp: Likewise.
1499 * lib/gdb.exp: Likewise.
1500 * gdb.base/so-indr-cl.c: Remove.
1501 * gdb.base/so-indr-cl.exp: Likewise.
1502 * gdb.base/solib.c: Likewise.
1503 * gdb.base/solib.exp: Likewise.
1504 * gdb.base/solib2.c: Likewise.
1505
1506 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1507
1508 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1509 * gdb.base/call-ar-st.exp: Likewise.
1510 * gdb.base/callfuncs.exp: Likewise.
1511 * gdb.base/condbreak.exp: Likewise.
1512 * gdb.base/constvars.exp: Likewise.
1513 * gdb.base/hbreak2.exp: Likewise.
1514 * gdb.base/langs.exp: Likewise.
1515 * gdb.base/list.exp: Likewise.
1516 * gdb.base/long_long.exp: Likewise.
1517 * gdb.base/ptype.exp: Likewise.
1518 * gdb.base/scope.exp: Likewise.
1519 * gdb.base/signals.exp: Likewise.
1520 * gdb.base/so-impl-ld.exp: Likewise.
1521 * gdb.base/varargs.exp: Likewise.
1522 * gdb.base/volatile.exp: Likewise.
1523 * gdb.base/whatis.exp: Likewise.
1524 * gdb.cp/cplusfuncs.exp: Likewise.
1525 * gdb.cp/inherit.exp: Likewise.
1526 * gdb.cp/local.exp: Likewise.
1527 * gdb.cp/member-ptr.exp: Likewise.
1528 * gdb.cp/method.exp: Likewise.
1529 * gdb.cp/overload.exp: Likewise.
1530 * gdb.cp/templates.exp: Likewise.
1531 * gdb.stabs/weird.exp: Likewise.
1532 * lib/compiler.c: Likewise.
1533 * lib/compiler.cc: Likewise.
1534 * lib/cp-support.exp: Likewise.
1535 * lib/gdb.exp: Likewise.
1536
1537 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1538
1539 * configure.ac: Remove HP-UX case.
1540 * configure: Regenerate.
1541
1542 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1543
1544 * lib/gdb.exp (gdb_compile): Add function doc.
1545
1546 2015-12-17 Pedro Alves <palves@redhat.com>
1547
1548 PR threads/19354
1549 * gdb.multi/info-threads.exp: New file.
1550
1551 2015-12-15 Yao Qi <yao.qi@linaro.org>
1552
1553 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1554 is aarch64*-*-*.
1555
1556 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1557
1558 * gdb.base/history-duplicates.exp: Skip if no readline support.
1559
1560 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1561
1562 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1563
1564 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1565
1566 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1567
1568 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1569
1570 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1571 ctrl-C if nointerrupts target property is set.
1572 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1573 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1574 * gdb.base/paginate-bg-execution.exp: Likewise.
1575 * gdb.base/paginate-execution-startup.exp: Likewise.
1576 * gdb.base/random-signal.exp: Likewise.
1577 * gdb.base/range-stepping.exp: Likewise.
1578 * gdb.cp/annota2.exp: Likewise.
1579 * gdb.cp/annota3.exp: Likewise.
1580 * gdb.gdb/selftest.exp: Likewise.
1581 * gdb.threads/continue-pending-status.exp: Likewise.
1582 * gdb.threads/leader-exit.exp: Likewise.
1583 * gdb.threads/manythreads.exp: Likewise.
1584 * gdb.threads/pthreads.exp: Likewise.
1585 * gdb.threads/schedlock.exp: Likewise.
1586 * gdb.threads/sigthread.exp: Likewise.
1587
1588 2015-12-11 Don Breazeal <donb@codesourcery.com>
1589
1590 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1591 remote.
1592 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1593 * gdb.base/foll-exec.exp (main): Enable for target remote.
1594 * gdb.base/foll-fork.exp (main): Likewise.
1595 * gdb.base/foll-vfork.exp (main): Likewise.
1596 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1597 (proc continue_to_exit_bp_loc): Use clean_restart.
1598 * gdb.base/pie-execl.exp (main): Disable for target remote.
1599 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1600 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1601 * gdb.threads/execl.exp (main): Likewise.
1602 * gdb.threads/fork-child-threads.exp (main): Likewise.
1603 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1604 remote.
1605 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1606 remote.
1607 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1608 pid.tid style ptids, instead of just tid.
1609 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1610 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1611 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1612 ptids, instead of just tid.
1613
1614 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.base/list.exp (test_list_forward): Add end of file error
1617 test.
1618 (test_repeat_list_command): Add end of file error test.
1619 (test_list_backwards): Add beginning of file error test.
1620
1621 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.base/list.exp (test_list_invalid_args): New function,
1624 defined, and called.
1625
1626 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.base/list.exp (test_list): Make test names unique.
1629
1630 2015-12-11 Yao Qi <yao.qi@linaro.org>
1631
1632 * gdb.base/coremaker2.c: Remove.
1633
1634 2015-12-10 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.multi/base.exp: Remove stale "spaces" references.
1637
1638 2015-12-10 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.multi/base.exp: Don't use nowarnings.
1641 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1642 * gdb.multi/hangout.c: Include stdio.h.
1643 * gdb.multi/hello.c: Include stdlib.h.
1644 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1645 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1646 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1647
1648 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.dwarf2/dw2-ranges-base.c: New file.
1651 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1652 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1653 support additional line table, and debug ranges generation.
1654 (Dwarf::ranges): New function, generate .debug_ranges.
1655 (Dwarf::lines): Support generating simple line table programs.
1656 (Dwarf::assemble): Initialise new namespace variables.
1657
1658 2015-12-09 Kevin Buettner <kevinb@redhat.com>
1659
1660 * gdb.base/async.exp (proc test_background): Add case for
1661 asynchronous execution not supported.
1662
1663 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1664
1665 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1666 format and change test names to make them unique.
1667
1668 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1669 Pedro Alves <pedro@redhat.com>
1670
1671 PR gdb/18702
1672 Add checking of floatformats setup on x86_64 hosts.
1673 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1674 (smallval, bigval): New labels/constants.
1675 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1676 float" after loading bigval and smallval.
1677
1678 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1679
1680 * gdb.ada/fun_overload_menu.exp: New testcase.
1681 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1682
1683 2015-12-04 Josh Stone <jistone@redhat.com>
1684
1685 * gdb.base/catch-fork-static.exp: New.
1686
1687 2015-12-03 Yao Qi <yao.qi@linaro.org>
1688
1689 * gdb.base/sizeof.c: Don't include stdio.h and
1690 ../lib/unbuffer_output.c.
1691 (main): New variable 'size' and 'value'. Remove printf and
1692 gdb_unbuffer_output. Assign return value to size and value.
1693 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1694 at the beginning.
1695 (check_sizeof): Check the result by printing variable 'size'.
1696 (check_valueof): Check the result by printing variable 'value'.
1697
1698 2015-12-01 Yao Qi <yao.qi@linaro.org>
1699
1700 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1701 for aarch64*-*-linux* target.
1702
1703 2015-11-30 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1706
1707 2015-11-30 Pedro Alves <palves@redhat.com>
1708
1709 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1710 Handle non-stop mode vCont replies.
1711
1712 2015-11-30 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1715 prepare_for_testing. Start gdb with "set non-stop on" appended to
1716 GDBFLAGS. Lax expected stop output.
1717
1718 2015-11-27 Yao Qi <yao.qi@linaro.org>
1719
1720 * gdb.arch/arm-neon.exp: New.
1721 * gdb.arch/arm-neon.c: New.
1722
1723 2015-11-27 Yao Qi <yao.qi@linaro.org>
1724
1725 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1726
1727 2015-11-27 Yao Qi <yao.qi@linaro.org>
1728
1729 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1730 frames-invalid annotation.
1731
1732 2015-11-27 Yao Qi <yao.qi@linaro.org>
1733
1734 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1735
1736 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1737
1738 * gdb.threads/names.exp: New file.
1739 * gdb.threads/names.c: New file.
1740 * README: Mention gdb,no_thread_names.
1741
1742 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1743
1744 PR 19297
1745 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1746 support" error.
1747
1748 2015-11-24 Pedro Alves <palves@redhat.com>
1749
1750 PR 17539
1751 * gdb.base/display.exp: Expect displays to be sorted in ascending
1752 order. Use multi_line.
1753 * gdb.base/solib-display.exp: Likewise.
1754
1755 2015-11-24 Pedro Alves <palves@redhat.com>
1756
1757 PR 17539
1758 * gdb.base/display.exp: Expect displays to be sorted in ascending
1759 order. Use multi_line.
1760 * gdb.base/solib-display.exp: Likewise.
1761
1762 2015-11-24 Pedro Alves <palves@redhat.com>
1763
1764 PR 17539
1765 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1766 threads in ascending order.
1767 * gdb.base/foll-fork.exp: Likewise.
1768 * gdb.base/foll-vfork.exp: Likewise.
1769 * gdb.base/multi-forks.exp: Likewise.
1770 * gdb.mi/mi-nonstop.exp: Likewise.
1771 * gdb.mi/mi-nsintrall.exp: Likewise.
1772 * gdb.multi/base.exp: Likewise.
1773 * gdb.multi/multi-arch.exp: Likewise.
1774 * gdb.python/py-inferior.exp: Likewise.
1775 * gdb.threads/break-while-running.exp: Likewise.
1776 * gdb.threads/execl.exp: Likewise.
1777 * gdb.threads/gcore-thread.exp: Likewise.
1778 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1779 * gdb.threads/kill.exp: Likewise.
1780 * gdb.threads/linux-dp.exp: Likewise.
1781 * gdb.threads/multiple-step-overs.exp: Likewise.
1782 * gdb.threads/next-bp-other-thread.exp: Likewise.
1783 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1784 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1785 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1786 * gdb.threads/thread-find.exp: Likewise.
1787 * gdb.threads/tls.exp: Likewise.
1788 * lib/mi-support.exp (mi_reverse_list): Delete.
1789 (mi_check_thread_states): No longer reverse list.
1790
1791 2015-11-24 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1794 use lowercase.
1795
1796 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1797
1798 * gdb.trace/actions.c: Include trace-common.h.
1799 (main): Add a location for a fast tracepoint.
1800 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1801 the normal tracepoints.
1802 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1803
1804 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1805
1806 * save-trace.exp: Factor out code to these...
1807 (gdb_save_tracepoints): New.
1808 (gdb_load_tracepoints): New.
1809 (do_save_load_test): New.
1810
1811 2015-11-23 Kevin Buettner <kevinb@redhat.com>
1812
1813 * gdb.base/asmlabel.exp: New test.
1814 * gdb.base/asmlabel.c: New test case.
1815
1816 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1817
1818 * gdb.base/wrong_frame_bt_full-main.c: New file.
1819 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1820 * gdb.base/wrong_frame_bt_full.exp: New file.
1821
1822 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1823
1824 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1825
1826 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1827
1828 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
1829 pstate register when comparing registers values in
1830 sparc64-*-linux-gnu targets to avoid spurious differences.
1831
1832 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1833
1834 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
1835
1836 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1837
1838 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1839 as type argument to gdb_compile.
1840 * gdb.base/nested-subp2.exp: Likewise.
1841 * gdb.base/nested-subp3.exp: Likewise.
1842
1843 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1844
1845 * lib/dwarf.exp (_note): Fix left shift of negative value.
1846 * gdb.trace/trace-condition.exp: Likewise.
1847
1848 2015-11-13 Yao Qi <yao.qi@linaro.org>
1849
1850 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1851 comments about d10v.
1852 (test_scalar_returns): Likewise.
1853 * gdb.base/d10v.ld: Remove.
1854 * gdb.base/overlays.exp: Remove the target triplet checking for
1855 d10v-*-*.
1856 * gdb.base/structs.exp (test_struct_returns): Remove the
1857 comments about d10v.
1858 (test_struct_calls): Likewise.
1859
1860 2015-11-13 Yao Qi <yao.qi@linaro.org>
1861
1862 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1863 * gdb.base/gnu_vector.c: Don't include stdio.h.
1864 (main): Don't print res and call add_some_intvecs.
1865
1866 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1867
1868 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1869 macro.
1870 (func5): Removed.
1871 (func4): Use FAST_TRACEPOINT_LABEL.
1872 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1873 macro.
1874 (func): Removed.
1875 (thread_function): Use FAST_TRACEPOINT_LABEL.
1876 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1877 (func): Remove.
1878 (marker): Use FAST_TRACEPOINT_LABEL.
1879 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1880 (pendfunc1): Remove.
1881 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1882 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1883 (foo): Remove.
1884 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1885 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1886 macro.
1887 (func): Remove.
1888 (marker): Use FAST_TRACEPOINT_LABEL.
1889 * gdb.trace/trace-common.h: New header.
1890 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1891 macro.
1892 (func): Remove.
1893 (marker): Use FAST_TRACEPOINT_LABEL.
1894 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1895 (func): Remove.
1896 (thread_function): Use FAST_TRACEPOINT_LABEL.
1897
1898 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1899
1900 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1901 in front.
1902 * gdb.trace/change-loc.exp: Use global pcreg definition.
1903 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1904 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1905 in front.
1906 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1907 * gdb.trace/pending.exp: Likewise.
1908 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1909 * gdb.trace/trace-break.exp: Likewise.
1910 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1911 in front.
1912 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1913 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1914 in front.
1915 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1916
1917 2015-11-09 Joel Brobecker <brobecker@adacore.com>
1918
1919 * gdb.ada/fin_fun_out: New testcase.
1920
1921 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1922
1923 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1924 value associated with DW_AT_byte_size.
1925 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1926 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1927 DW_AT_upper_bound.
1928
1929 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1930
1931 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1932 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1933 version.
1934 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1935 gdb.dwarf2/dw2-canonicalize-type.exp,
1936 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1937 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1938 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1939 provided by gdb_target_symbol_prefix_flags_asm.
1940 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1941 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1942 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1943 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1944 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1945 macros where needed). Use this macro for symbols which require
1946 the prefix provided by SYMBOL_PREFIX.
1947
1948 2015-11-05 Kevin Buettner <kevinb@redhat.com>
1949
1950 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1951 New procs.
1952 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1953 representing expressions, of more than one list element.
1954 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1955 to prepend linker symbol prefix to f.
1956 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1957 table_1 and table_2.
1958 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1959 Likewise, for f and g.
1960 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1961 for ptr.
1962 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1963 for main.
1964 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1965 table_1_ptr and table_2_ptr.
1966
1967 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1968 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1971
1972 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1973
1974 * gdb.reverse/s390-mvcle.c: New test.
1975 * gdb.reverse/s390-mvcle.exp: New file.
1976 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1977
1978 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1979
1980 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1981
1982 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1983
1984 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1985 reaching marker2.
1986 * gdb.reverse/getresuid-reverse.exp: Likewise.
1987 * gdb.reverse/pipe-reverse.exp: Likewise.
1988 * gdb.reverse/readv-reverse.exp: Likewise.
1989 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1990 * gdb.reverse/time-reverse.exp: Likewise.
1991 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1992
1993 2015-10-30 Yao Qi <yao.qi@linaro.org>
1994
1995 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1996 (empty_cycle): Remove.
1997 (main): Don't call empty_cycle. Don't use watch_count_done.
1998 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1999 empty_cycle. Rewrite the code counting HW watchpoints.
2000
2001 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2002
2003 * gdb.reverse/fstatat-reverse.c: New test.
2004 * gdb.reverse/fstatat-reverse.exp: New file.
2005 * gdb.reverse/getresuid-reverse.c: New test.
2006 * gdb.reverse/getresuid-reverse.exp: New file.
2007 * gdb.reverse/pipe-reverse.c: New test.
2008 * gdb.reverse/pipe-reverse.exp: New file.
2009 * gdb.reverse/readv-reverse.c: New test.
2010 * gdb.reverse/readv-reverse.exp: New file.
2011 * gdb.reverse/recvmsg-reverse.c: New test.
2012 * gdb.reverse/recvmsg-reverse.exp: New file.
2013 * gdb.reverse/time-reverse.c: New test.
2014 * gdb.reverse/time-reverse.exp: New file.
2015 * gdb.reverse/waitpid-reverse.c: New test.
2016 * gdb.reverse/waitpid-reverse.exp: New file.
2017
2018 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2021
2022 2015-10-26 Doug Evans <dje@google.com>
2023
2024 PR symtab/17391
2025 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2026 * gdb.dwarf2/bad-regnum.c: New file.
2027 * gdb.dwarf2/bad-regnum.exp: New file.
2028
2029 2015-10-26 Doug Evans <dje@google.com>
2030
2031 PR python/18938
2032 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2033 file.
2034
2035 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2036
2037 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2038 for a change by "Mention language in compile error message".
2039
2040 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2041
2042 PR python/18073
2043 * gdb.python/py-type.c (C::a_method): New.
2044 (C::a_const_method): New.
2045 (C::a_static_method): New.
2046 (a_function): New.
2047 * gdb.python/py-type.exp (test_fields): Test getting fields
2048 from function and method.
2049
2050 2015-10-21 Keven Boell <keven.boell@intel.com>
2051
2052 * gdb.fortran/vla-alloc-assoc.exp: New file.
2053 * gdb.fortran/vla-datatypes.exp: New file.
2054 * gdb.fortran/vla-datatypes.f90: New file.
2055 * gdb.fortran/vla-history.exp: New file.
2056 * gdb.fortran/vla-ptype-sub.exp: New file.
2057 * gdb.fortran/vla-ptype.exp: New file.
2058 * gdb.fortran/vla-sizeof.exp: New file.
2059 * gdb.fortran/vla-sub.f90: New file.
2060 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2061 * gdb.fortran/vla-value-sub-finish.exp: New file.
2062 * gdb.fortran/vla-value-sub.exp: New file.
2063 * gdb.fortran/vla-value.exp: New file.
2064 * gdb.fortran/vla-ptr-info.exp: New file.
2065 * gdb.mi/mi-vla-fortran.exp: New file.
2066 * gdb.mi/vla.f90: New file.
2067
2068 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2069
2070 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2071 of hardwired timeout value.
2072
2073 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2074 Pedro Alves <palves@redhat.com>
2075
2076 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2077 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2078
2079 2015-10-19 Josh Stone <jistone@redhat.com>
2080
2081 * gdb.base/catch-syscall.c: Include <sched.h>.
2082 (unknown_syscall): New variable.
2083 (main): Trigger a vfork and an unknown syscall.
2084 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2085 (unknown_syscall_number): Likewise.
2086 (check_call_to_syscall): Accept an optional syscall pattern.
2087 (check_return_from_syscall): Likewise.
2088 (check_continue): Likewise.
2089 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2090 (test_catch_syscall_skipping_return): New test toggling off 'catch
2091 syscall' to step over the syscall return, then toggling back on.
2092 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2093 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2094 (do_syscall_tests): Call test_catch_syscall_without_args and
2095 test_catch_syscall_mid_vfork.
2096 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2097 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2098
2099 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
2100
2101 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2102 print g_vE): Add new pass patterns.
2103 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2104 print various symbol names for vptr fields.
2105
2106 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2107
2108 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2109 results.
2110
2111 2015-10-12 Yao Qi <yao.qi@linaro.org>
2112
2113 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2114
2115 2015-10-12 Yao Qi <yao.qi@linaro.org>
2116
2117 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2118 is aarch64*-*-linux*.
2119
2120 2015-10-12 Yao Qi <yao.qi@linaro.org>
2121
2122 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2123 (can_relocate_bcond_true): ... it.
2124 (can_relocate_bcond_false): New function.
2125 (foo): Likewise.
2126 (can_relocate_bl): Likewise.
2127 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2128 can_relocate_bl.
2129
2130 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2131
2132 * gdb.base/nested-addr.c: New file.
2133 * gdb.base/nested-addr.exp: New testcase.
2134
2135 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2136
2137 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2138 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2139 its output. Ignore the output of "record goto begin" and instead
2140 check that GDB is replaying.
2141
2142 2015-10-09 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2145 (top level): Use it in the run with no args test.
2146
2147 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2148
2149 * gdb.dlang/properties.exp: New file.
2150
2151 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2152
2153 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2154 whether or not address 0x1000 is mapped on the target.
2155
2156 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2157
2158 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2159 build.
2160
2161 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2162
2163 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2164 instruction-history test.
2165
2166 2015-09-28 Doug Evans <dje@google.com>
2167
2168 * gdb.base/gcore.c (array_func): Add reference to static_array.
2169
2170 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2171
2172 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2173 source line.
2174
2175 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2176
2177 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2178 short or char as base type.
2179
2180 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2181
2182 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2183 to allow any size enum.
2184
2185 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2186
2187 * gdb.ada/array_ptr_renaming.exp: New testcase.
2188 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2189 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2190
2191 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2192
2193 * gdb.trace/ftrace-lock.c: New file.
2194 * gdb.trace/ftrace-lock.exp: New file.
2195
2196 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2197
2198 * gdb.arch/insn-reloc.c: New file.
2199 * gdb.arch/ftrace-insn-reloc.exp: New file.
2200
2201 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2202
2203 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2204 instruction.
2205 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2206 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2207 * gdb.trace/range-stepping.c: Likewise.
2208 * gdb.trace/trace-break.c: Likewise.
2209 * gdb.trace/trace-mt.c (thread_function): Likewise.
2210 * gdb.trace/ftrace.c (marker): Likewise.
2211 * gdb.trace/trace-condition.c (marker): Likewise.
2212 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2213 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2214 is_aarch64_target.
2215
2216 2015-09-18 Doug Evans <xdje42@gmail.com>
2217
2218 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2219 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2220
2221 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2222
2223 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2224 the breakpoint.
2225
2226 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2227
2228 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2229 the pending breakpoint. Remove timeout override for "Run till
2230 MI pending breakpoint on pendfunc3 on thread 2" test.
2231
2232 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2233
2234 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2235 filename pattern.
2236
2237 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2238
2239 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2240 in breakpoint filename pattern.
2241
2242 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2243
2244 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2245
2246 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2247
2248 * gdb.linespec/explicit.exp: Check for readline support for
2249 tab-completion tests. Fix obvious typo.
2250
2251 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2252
2253 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2254 and replay.
2255
2256 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2257
2258 * gdb.btrace/non-stop.c: New.
2259 * gdb.btrace/non-stop.exp: New.
2260
2261 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2262 Yao Qi <yao.qi@linaro.org>
2263
2264 * gdb.trace/trace-condition.c: New file.
2265 * gdb.trace/trace-condition.exp: New file.
2266
2267 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
2268
2269 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2270 for testing bytecode compilation.
2271
2272 2015-09-16 Pedro Alves <palves@redhat.com>
2273 Sandra Loosemore <sandra@codesourcery.com>
2274
2275 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2276 (SECONDS): Redefine.
2277 (main): Call pthread_kill and alarm early.
2278 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2279 support.
2280 (test): If the target can't hardware step and doesn't support
2281 displaced stepping, increase the timeout.
2282
2283 2015-09-16 Pedro Alves <palves@redhat.com>
2284
2285 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2286 (enable_debug): New procedures.
2287 (test): Use them. Bail out if waiting for threads fails.
2288 (top level): Bail out if a test fails.
2289
2290 2015-09-16 Yao Qi <yao.qi@linaro.org>
2291
2292 * gdb.asm/asm-source.exp: Set asm-arch for
2293 aarch64*-*-* target.
2294 * gdb.asm/aarch64.inc: New file.
2295
2296 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2297
2298 * gdb.ada/array_of_variable_length.exp: New testcase.
2299 * gdb.ada/array_of_variable_length/foo.adb: New file.
2300 * gdb.ada/array_of_variable_length/pck.adb: New file.
2301 * gdb.ada/array_of_variable_length/pck.ads: New file.
2302
2303 2015-09-15 Doug Evans <dje@google.com>
2304
2305 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2306 of function static local variable.
2307
2308 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2309
2310 * gdb.threads/tls-so_extern.exp: New test file.
2311 * gdb.threads/tls-so_extern.c: New test file.
2312 * gdb.threads/tls-so_extern_main.c: New test file.
2313
2314 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 * gdb.opt/solib-intra-step-lib.c: New file.
2317 * gdb.opt/solib-intra-step-main.c: New file.
2318 * gdb.opt/solib-intra-step.exp: New file.
2319
2320 2015-09-15 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2323 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2324
2325 2015-09-14 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.base/hook-stop-continue.c: Delete.
2328 * gdb.base/hook-stop-continue.exp: Delete.
2329 * gdb.base/hook-stop-frame.c: Delete.
2330 * gdb.base/hook-stop-frame.exp: Delete.
2331 * gdb.base/hook-stop.c: New file.
2332 * gdb.base/hook-stop.exp: New file.
2333
2334 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2335
2336 * gdb.ada/access_to_packed_array.exp: New testcase.
2337 * gdb.ada/access_to_packed_array/foo.adb: New file.
2338 * gdb.ada/access_to_packed_array/pack.adb: New file.
2339 * gdb.ada/access_to_packed_array/pack.ads: New file.
2340
2341 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2342
2343 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2344 buffer size test.
2345
2346 2015-09-11 Don Breazeal <donb@codesourcery.com>
2347
2348 * gdb.base/foll-exec.c: Add copyright header. Fix
2349 formatting issues.
2350 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2351 (do_exec_tests): Use clean_restart in place of zap_session,
2352 and for test initialization. Fix formatting issues. Use
2353 fail in place of perror.
2354 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2355 an expect statement to match an expression with output from
2356 the program under debug.
2357 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2358 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2359 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2360 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2361 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2362
2363 2015-09-09 Doug Evans <dje@google.com>
2364
2365 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2366
2367 2015-09-09 Doug Evans <dje@google.com>
2368
2369 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2370
2371 2015-09-09 Doug Evans <dje@google.com>
2372
2373 * gdb.base/savedregs.exp: Fix typo.
2374
2375 2015-09-09 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2378
2379 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2380
2381 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2382 command actually switches threads. Give up on remaining
2383 tests if target fails to stop at breakpoint.
2384
2385 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2386
2387 * gdb.ada/funcall_char.exp: New testcase.
2388 * gdb.ada/funcall_char/foo.adb: New file.
2389
2390 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2391
2392 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2393 expected outputs. Add two testcases for completing ambiguous
2394 functions.
2395 * gdb.ada/complete/aux_pck.adb: New file.
2396 * gdb.ada/complete/aux_pck.ads: New file.
2397 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2398 Ambiguous_Func functions.
2399 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2400 * gdb.ada/complete/pck.adb: Likewise.
2401
2402 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2403
2404 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2405 failures to run the test program under GDB.
2406
2407 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
2408
2409 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2410 to C.
2411
2412 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2413
2414 * gdb.base/run-after-attach.exp: New test file.
2415 * gdb.base/run-after-attach.c: New test file.
2416
2417 2015-08-26 Don Breazeal <donb@codesourcery.com>
2418
2419 * gdb.base/foll-exec-2.c: New test program.
2420 * gdb.base/foll-exec-2.exp: New test.
2421
2422 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2423
2424 * gdb.base/nested-subp1.exp: New file.
2425 * gdb.base/nested-subp1.c: New file.
2426 * gdb.base/nested-subp2.exp: New file.
2427 * gdb.base/nested-subp2.c: New file.
2428 * gdb.base/nested-subp3.exp: New file.
2429 * gdb.base/nested-subp3.c: New file.
2430
2431 2015-08-24 Pedro Alves <palves@redhat.com>
2432
2433 * gdb.server/connect-without-multi-process.c: New file.
2434 * gdb.server/connect-without-multi-process.exp: New file.
2435
2436 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2437
2438 * gdb.opt/inline-markers.c: Make z int.
2439
2440 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2441
2442 * gdb.opt/inline-markers.c: Make z volatile.
2443
2444 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2445
2446 * gdb.opt/inline-bt.c: New volatile global z.
2447 * gdb.opt/inline-cmds.c: Likewise.
2448 * gdb.opt/inline-locals.c: Likewise.
2449 * gdb.opt/inline-markers.c: New extern global z.
2450 (marker): Use z.
2451 (inline_fn): Likewise.
2452
2453 2015-08-24 Pedro Alves <palves@redhat.com>
2454
2455 * config/m32r-stub.exp: Remove file.
2456 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2457 * gdb.base/call-rt-st.exp: Likewise.
2458 * gdb.base/call-strs.exp: Likewise.
2459 * gdb.base/default.exp: Remove references to h8300-*-hms and
2460 *-*-udi*.
2461 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2462
2463 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2464
2465 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2466 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2467 and "return" use KFAIL when GDB can not read/write the vector
2468 return value.
2469
2470 2015-08-21 Gary Benson <gbenson@redhat.com>
2471
2472 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2473
2474 2015-08-20 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.server/solib-list.exp: No longer expect an interior stop in
2477 non-stop mode.
2478
2479 2015-08-20 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.server/connect-stopped-target.c: New file.
2482 * gdb.server/connect-stopped-target.exp: New file.
2483
2484 2015-08-20 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.dwarf2/comp-unit-lang.exp: New file.
2487 * gdb.dwarf2/comp-unit-lang.c: New file.
2488
2489 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2490
2491 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2492 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2493
2494 2015-08-19 Kevin Buettner <kevinb@redhat.com>
2495
2496 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2497 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2498
2499 2015-08-18 Doug Evans <dje@google.com>
2500 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2501
2502 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2503 skip_python_tests. New arg prompt_regexp.
2504 (skip_python_tests): New function.
2505 * lib/mi-support.exp (mi_skip_python_tests): New function.
2506 * gdb.python/py-mi-objfile-gdb.py: New file.
2507 * gdb.python/py-mi-objfile.c: New file.
2508 * gdb.python/py-mi-objfile.exp: New file.
2509
2510 2015-08-17 Keith Seitz <keiths@redhat.com>
2511
2512 * gdb.linespec/explicit.exp: Move strace test from here ...
2513 * gdb.trace/strace.exp: ... to here.
2514
2515 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2516
2517 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2518 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2519
2520 2015-08-14 Doug Evans <xdje42@gmail.com>
2521
2522 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2523 inferior before selecting a new file.
2524
2525 2015-08-14 Doug Evans <xdje42@gmail.com>
2526
2527 * gdb.mi/mi-disassemble.exp: Update.
2528 * gdb.base/disasm-optim.S: New file.
2529 * gdb.base/disasm-optim.c: New file.
2530 * gdb.base/disasm-optim.h: New file.
2531 * gdb.base/disasm-optim.exp: New file.
2532
2533 2015-08-14 Keith Seitz <keiths@redhat.com>
2534
2535 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2536 "evaluated-by".
2537
2538 2015-08-13 Joel Brobecker <brobecker@adacore.com>
2539
2540 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2541
2542 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2543
2544 * gdb.ada/fun_renaming.exp: New testcase.
2545 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2546 * gdb.ada/fun_renaming/pack.adb: New file.
2547 * gdb.ada/fun_renaming/pack.ads: New file.
2548
2549 2015-08-12 Keith Seitz <keiths@redhat.com>
2550
2551 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2552 gdb_get_line_number.
2553
2554 2015-08-12 Joel Brobecker <brobecker@adacore.com>
2555
2556 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2557 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2558 gdb.base/dso2dso.exp: New files.
2559
2560 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2561 Pedro Alves <palves@redhat.com>
2562 Keith Seitz <keiths@redhat.com>
2563
2564 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2565 GDBFLAGS.
2566
2567 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2568
2569 * gdb.base/gdbhistsize-history.exp
2570 (test_histsize_history_setting): Use save_vars.
2571 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2572 Use save_vars.
2573 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2574 * gdb.base/readline.exp: Use save_vars.
2575
2576 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2577
2578 * lib/gdb.exp (save_vars): New proc.
2579
2580 2015-08-11 Keith Seitz <keiths@redhat.com>
2581
2582 * gdb.base/help.exp: Update help_breakpoint_text.
2583
2584 2015-08-11 Keith Seitz <keiths@redhat.com>
2585
2586 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2587 (at toplevel): Call test_explicit_breakpoints.
2588 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2589 breakpoints.
2590 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2591 breakpoint conditions, "-cond".
2592
2593 2015-08-11 Keith Seitz <keiths@redhat.com>
2594
2595 * gdb.linespec/3explicit.c: New file.
2596 * gdb.linespec/cpexplicit.cc: New file.
2597 * gdb.linespec/cpexplicit.exp: New file.
2598 * gdb.linespec/explicit.c: New file.
2599 * gdb.linespec/explicit.exp: New file.
2600 * gdb.linespec/explicit2.c: New file.
2601 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2602 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2603 before using in the matching pattern.
2604 Clarify that `prefix' is a regular expression.
2605
2606 2015-08-11 Keith Seitz <keiths@redhat.com>
2607
2608 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2609 test.
2610 Add tests for missing ",FMT" and ",".
2611
2612 2015-08-10 Doug Evans <dje@google.com>
2613 Keith Seitz <keiths@redhat.com>
2614
2615 PR gdb/17960
2616 * gdb.base/completion.exp: Add location completer tests.
2617
2618 2015-08-07 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2621 tests here.
2622 (top level): Run do_test with and without displaced stepping.
2623
2624 2015-08-07 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/valgrind-disp-step.c: New file.
2627 * gdb.base/valgrind-disp-step.exp: New file.
2628
2629 2015-08-07 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2632 Delete function.
2633 (main): Add alarm. Run an infinite loop instead of calling
2634 wait_threads.
2635 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2636 comment.
2637 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2638 Delete function.
2639 (main): Add alarm. Run an infinite loop instead of calling
2640 wait_threads.
2641 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2642 comment.
2643
2644 2015-08-07 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.base/checkpoint-ns.exp: New file.
2647 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2648 standard_testfile.
2649
2650 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2651
2652 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2653 * gdb.btrace/instruction_history.exp: Update.
2654 * gdb.btrace/tsx.exp: New.
2655 * gdb.btrace/tsx.c: New.
2656
2657 2015-08-06 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2660 increase timeout.
2661 * gdb.reverse/until-precsave.exp: Bump timeouts.
2662
2663 2015-08-06 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2666
2667 2015-08-06 Pedro Alves <palves@redhat.com>
2668
2669 PR gdb/18749
2670 * gdb.threads/process-dies-while-handling-bp.c: New file.
2671 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2672
2673 2015-08-06 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2676 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2677
2678 2015-08-05 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2681 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2682
2683 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2684
2685 * gdb.base/bp-permanent.exp: Report test as unsupported if
2686 the target cannot stop at the permanent breakpoint.
2687
2688 2015-08-03 Doug Evans <dje@google.com>
2689
2690 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2691 10000.
2692
2693 2015-08-03 Doug Evans <dje@google.com>
2694
2695 * Makefile.in (workers/%.worker, build-perf): New rule.
2696 (GDB_PERFTEST_MODE): New variable.
2697 (check-perf): Use it.
2698 (clean): Clean up gdb.perf parallel build subdirs.
2699 * lib/build-piece.exp: New file.
2700 * lib/gdb.exp (make_gdb_parallel_path): New function
2701 (standard_output_file, standard_temp_file): Call it.
2702 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2703 of $GDB_PARALLEL.
2704 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2705
2706 2015-08-03 Doug Evans <dje@google.com>
2707
2708 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
2709 (LOG_FILE_NAME): New global.
2710 (TextReporter.__init__): Initialize self.txt_sum.
2711 (TextReporter.report): Add support for multiple data-points.
2712 Move report to perftest.sum, put raw data in perftest.log.
2713 (TextReporter.start): Open sum and log files.
2714 (TextReporter.end): Close sum and log files.
2715 * gdb.perf/lib/perftest/testresult.py
2716 (SingleStatisticTestResult.record): Handle multiple data-points.
2717
2718 2015-07-31 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2721 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2722 kill_wait_spawned_process instead of explicit "kill -9".
2723 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2724 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2725 kill_wait_spawned_process.
2726 * gdb.base/attach-twice.exp: Likewise.
2727 * gdb.base/attach.exp: Likewise.
2728 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2729 gdb_test_multiple.
2730 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2731 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2732 kill_wait_spawned_process.
2733 * gdb.base/valgrind-infcall.exp: Likewise.
2734 * gdb.multi/multi-attach.exp: Likewise.
2735 * gdb.python/py-prompt.exp: Likewise.
2736 * gdb.python/py-sync-interp.exp: Likewise.
2737 * gdb.server/ext-attach.exp: Likewise.
2738 * gdb.threads/attach-into-signal.exp (corefunc): Use
2739 spawn_wait_for_attach, spawn_id_get_pid and
2740 kill_wait_spawned_process.
2741 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2742 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2743 spawn_id_get_pid and kill_wait_spawned_process.
2744 * gdb.threads/attach-stopped.exp (corefunc): Use
2745 spawn_wait_for_attach, spawn_id_get_pid and
2746 kill_wait_spawned_process.
2747 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2748 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2749 kill_wait_spawned_process instead of explicit "kill -9".
2750 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2751 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2752 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2753 processes. Don't map cygwin/windows pids here. Now returns a
2754 spawn id list.
2755
2756 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2757
2758 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2759 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2760 correct patch.
2761
2762 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2763
2764 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2765
2766 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2767
2768 Reapply:
2769 2014-05-21 Mark Wielaard <mjw@redhat.com>
2770
2771 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2772
2773 2015-07-30 Pedro Alves <palves@redhat.com>
2774
2775 * linux-low.c (handle_extended_wait): Set the child's last
2776 reported status to TARGET_WAITKIND_STOPPED.
2777
2778 2015-07-30 Pedro Alves <palves@redhat.com>
2779
2780 PR threads/18600
2781 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2782 only shows inferior 1.
2783
2784 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2785 Pedro Alves <palves@redhat.com>
2786
2787 PR threads/18600
2788 * gdb.threads/fork-plus-threads.c: New file.
2789 * gdb.threads/fork-plus-threads.exp: New file.
2790
2791 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2792
2793 * gdb.base/batch-preserve-term-settings.exp
2794 (test_terminal_settings_preserved_after_cli_exit): Use
2795 send_quit_command.
2796
2797 2015-07-29 Pedro Alves <palves@redhat.com>
2798 Don Breazeal <donb@codesourcery.com>
2799
2800 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2801 output from both inferior_spawn_id and gdb_spawn_id.
2802
2803 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2804
2805 * gdb.threads/attach-into-signal.exp (corefunc): Use
2806 with_test_prefix on nested loops, uniquefying the test messages.
2807
2808 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2809
2810 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2811 commit.
2812
2813 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2814
2815 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2816 New proc.
2817 (test_terminal_settings_preserved_after_sigterm): New test.
2818
2819 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2820
2821 * gdb.base/batch-preserve-term-settings.exp
2822 (test_terminal_settings_preserved_after_cli_exit): New test.
2823
2824 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2825
2826 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2827 manipulation of saved_gdbflags.
2828 (test_terminal_settings_preserved): Remove global declaration of
2829 the unused variable pagination_prompt. Remove manipulation of
2830 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2831 GDBFLAGS.
2832
2833 2015-07-29 Pedro Alves <palves@redhat.com>
2834
2835 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2836
2837 2015-07-29 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2840 at the top.
2841
2842 2015-07-29 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2845 (main): Call gdb_unbuffer_output.
2846 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2847 (main): Call gdb_unbuffer_output.
2848 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2849 (main): Call gdb_unbuffer_output.
2850 * gdb.base/call-strs.exp: Adjust to step over the
2851 gdb_unbuffer_output call.
2852 * gdb.base/catch-gdb-caused-signals.c: Include
2853 "../lib/unbuffer_output.c".
2854 (main): Call gdb_unbuffer_output.
2855 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2856 (main): Call gdb_unbuffer_output.
2857 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2858 (main): Call gdb_unbuffer_output.
2859 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2860 (main): Call gdb_unbuffer_output.
2861 * gdb.base/shlib-call.exp: Adjust to step over the
2862 gdb_unbuffer_output call.
2863 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2864 (main): Call gdb_unbuffer_output.
2865 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2866 (main): Call gdb_unbuffer_output.
2867 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2868 (main): Rename to ...
2869 (test): ... this.
2870 (main): Reimplement.
2871 * gdb.base/varargs.exp: Run to test instead of to main.
2872 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2873 (main): Call gdb_unbuffer_output.
2874
2875 2015-07-29 Pedro Alves <palves@redhat.com>
2876
2877 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2878 factore out from mi_continue_dprintf. For call-style dprintfs,
2879 expect dprintf output out of $inferior_spawn_id.
2880 (mi_continue_dprintf): Use mi_expect_dprintf.
2881 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2882 (main): Call gdb_unbuffer_output.
2883
2884 2015-07-29 Pedro Alves <palves@redhat.com>
2885
2886 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2887 (default_mi_gdb_start): Set inferior_spawn_id instead of
2888 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2889 gdb_spawn_id.
2890 (mi_gdb_test): Always expect inferior output from both
2891 $inferior_spawn_id and $gdb_spawn_id.
2892
2893 2015-07-29 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2896 send_inferior and $inferior_spawn_id.
2897
2898 2015-07-29 Pedro Alves <palves@redhat.com>
2899
2900 * gdb.gdb/complaints.exp (test_initial_complaints)
2901 (test_serial_complaints, test_short_complaints): Use
2902 gdb_test_stdio.
2903 (test_empty_complaint): Handle $inferior_spawn_id !=
2904 $gdb_spawn_id.
2905
2906 2015-07-29 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/varargs.exp: Use gdb_test_stdio.
2909
2910 2015-07-29 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2913
2914 2015-07-29 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2917
2918 2015-07-29 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2921 parameter into two new parameters, "inf_result" and "gdb_result".
2922 Expect inferior output and gdb output from $inferior_spawn_id and
2923 $gdb_spawn_id, respectively. Adjust all callers.
2924
2925 2015-07-29 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2928 of gdb_test_sequence.
2929
2930 2015-07-29 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2933 (saw_spurious_output): Expect inferior output from
2934 $inferior_spawn_id. Use gdb_test_stdio.
2935
2936 2015-07-29 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.base/dprintf.exp: Use standard_testfile. Change
2939 prepare_for_testing call.
2940 (srcfile): Don't set.
2941 (restart): New procedure.
2942 (test_dprintf): New procecure, use to continue over dprintfs.
2943 (test_call, test_agent): New procedures, tests moved here.
2944 Restart gdb and recreate dprintfs. Adjust expected output.
2945
2946 2015-07-29 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2949
2950 2015-07-29 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2953
2954 2015-07-29 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2957 gdb_test_stdio.
2958
2959 2015-07-29 Pedro Alves <palves@redhat.com>
2960
2961 * lib/gdb.exp (gdb_test_stdio): New procedure.
2962
2963 2015-07-29 Pedro Alves <palves@redhat.com>
2964
2965 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2966
2967 2015-07-29 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/call-signal-resume.exp: Remove check for
2970 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2971 * gdb.base/unwindonsignal.exp: Likewise.
2972 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2973 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2974
2975 2015-07-29 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.base/siginfo-addr.c (pass): New function.
2978 (handler): Call it iff si_addr is correct.
2979 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2980 Set a breakpoint at "pass" and continue to it.
2981
2982 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2983
2984 * gdb.python/py-objfile.exp: Make some tests have unique names.
2985 * gdb.python/py-pp-registration.exp: Likewise.
2986
2987 2015-07-28 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2990
2991 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2994
2995 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2996
2997 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2998
2999 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3000
3001 * gdb.base/gdb-sigterm-2.exp: New test.
3002
3003 2015-07-25 Doug Evans <xdje42@gmail.com>
3004
3005 Revert:
3006 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3007 (workers/%.worker, build-perf): New rule.
3008 (GDB_PERFTEST_MODE): New variable.
3009 (check-perf): Use it.
3010 (clean): Clean up gdb.perf parallel build subdirs.
3011 * lib/build-piece.exp: New file.
3012 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3013 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3014 name.
3015 (standard_temp_file): Ditto.
3016 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3017 of $GDB_PARALLEL.
3018
3019 2015-07-24 Doug Evans <dje@google.com>
3020
3021 * gdb.perf/lib/perftest/utils.py: New file.
3022 * gdb.perf/gm-hello.cc: New file.
3023 * gdb.perf/gm-pervasive-typedef.cc: New file.
3024 * gdb.perf/gm-pervasive-typedef.h: New file.
3025 * gdb.perf/gm-std.cc: New file.
3026 * gdb.perf/gm-std.h: New file.
3027 * gdb.perf/gm-use-cerr.cc: New file.
3028 * gdb.perf/gm-utils.h: New file.
3029 * gdb.perf/gmonster-null-lookup.py: New file.
3030 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3031 * gdb.perf/gmonster-print-cerr.py: New file.
3032 * gdb.perf/gmonster-ptype-string.py: New file.
3033 * gdb.perf/gmonster-runto-main.py: New file.
3034 * gdb.perf/gmonster-select-file.py: New file.
3035 * gdb.perf/gmonster1-null-lookup.exp: New file.
3036 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3037 * gdb.perf/gmonster1-print-cerr.exp: New file.
3038 * gdb.perf/gmonster1-ptype-string.exp: New file.
3039 * gdb.perf/gmonster1-runto-main.exp: New file.
3040 * gdb.perf/gmonster1-select-file.exp: New file.
3041 * gdb.perf/gmonster1.cc: New file.
3042 * gdb.perf/gmonster1.exp: New file.
3043 * gdb.perf/gmonster2-null-lookup.exp: New file.
3044 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3045 * gdb.perf/gmonster2-print-cerr.exp: New file.
3046 * gdb.perf/gmonster2-ptype-string.exp: New file.
3047 * gdb.perf/gmonster2-runto-main.exp: New file.
3048 * gdb.perf/gmonster2-select-file.exp: New file.
3049 * gdb.perf/gmonster2.cc: New file.
3050 * gdb.perf/gmonster2.exp: New file.
3051
3052 2015-07-24 Doug Evans <dje@google.com>
3053
3054 * gdb.perf/README: New file.
3055 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3056 * lib/gen-perf-test.exp: New file.
3057
3058 2015-07-24 Doug Evans <dje@google.com>
3059
3060 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3061 (PerfTest::startup): New function.
3062 (PerfTest::run): Return result of calling body.
3063 (PerfTest::assemble): Rewrite.
3064 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3065 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3066 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3067 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3068 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3069
3070 2015-07-24 Doug Evans <dje@google.com>
3071
3072 * lib/gdb.exp (clean_restart): Make executable optional.
3073
3074 2015-07-24 Doug Evans <dje@google.com>
3075
3076 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3077 compiler_info references.
3078 * gdb.cp/temargs.exp: Ditto.
3079 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3080 (get_compiler_info): Early exit if already computed. Set compiler_info
3081 to "unknown" if there was a problem.
3082 (test_compiler_info): Add function comment. Call get_compiler_info.
3083
3084 2015-07-24 Doug Evans <dje@google.com>
3085
3086 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3087 (workers/%.worker, build-perf): New rule.
3088 (GDB_PERFTEST_MODE): New variable.
3089 (check-perf): Use it.
3090 (clean): Clean up gdb.perf parallel build subdirs.
3091 * lib/build-piece.exp: New file.
3092 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3093 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3094 name.
3095 (standard_temp_file): Ditto.
3096 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3097 of $GDB_PARALLEL.
3098
3099 2015-07-24 Doug Evans <dje@google.com>
3100
3101 * lib/future.exp (gdb_default_target_compile): New option
3102 "early_flags".
3103 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3104 --as-needed.
3105
3106 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3107
3108 * gdb.base/catch-syscall.exp: Call gdb_exit before
3109 gdb_skip_xml_test.
3110
3111 2015-07-24 Pedro Alves <palves@redhat.com>
3112
3113 * gdb.python/py-events.exp: Accept output between the stop event
3114 and the prompt.
3115 * gdb.python/py-evsignal.exp: Likewise.
3116 * gdb.python/py-evthreads.exp: Likewise.
3117
3118 2015-07-24 Pedro Alves <palves@redhat.com>
3119
3120 PR gdb/18717
3121 * gdb.threads/non-ldr-exit.c: New file.
3122 * gdb.threads/non-ldr-exit.exp: New file.
3123
3124 2015-07-24 Yao Qi <yao.qi@linaro.org>
3125
3126 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3127 restarting process.
3128
3129 2015-07-24 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.server/ext-restart.exp: New file.
3132
3133 2015-07-24 Yao Qi <yao.qi@linaro.org>
3134
3135 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3136 argument options.
3137 * gdb.server/ext-wrapper.exp: New file.
3138
3139 2015-07-23 Doug Evans <dje@google.com>
3140
3141 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3142 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3143
3144 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3145
3146 * gdb.ada/var_arr_typedef.exp: New testcase.
3147 * gdb.ada/var_arr_typedef/pack.adb: New file.
3148 * gdb.ada/var_arr_typedef/pack.ads: New file.
3149 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3150
3151 2015-07-20 Joel Brobecker <brobecker@adacore.com>
3152
3153 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3154
3155 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 * gdb.arch/i386-biarch-core.exp: Replace istarget
3158 by "complete set gnutarget". Remove expectation for the "core-file"
3159 command.
3160
3161 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3162
3163 Revert the previous commit:
3164 Tests for validate symbol file using build-id.
3165
3166 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3167
3168 Tests for validate symbol file using build-id.
3169 * gdb.base/solib-mismatch-lib.c: New file.
3170 * gdb.base/solib-mismatch-libmod.c: New file.
3171 * gdb.base/solib-mismatch.c: New file.
3172 * gdb.base/solib-mismatch.exp: New file.
3173
3174 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3175
3176 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3177 nios2-*-linux*.
3178 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3179 * gdb.base/siginfo.exp: Likewise.
3180 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3181
3182 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3183
3184 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3185 Move it to ...
3186 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3187 ... here.
3188 * gdb.trace/range-stepping.exp: Check that the target supports
3189 range stepping.
3190
3191 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3194
3195 2015-07-14 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.base/killed-outside.exp: New file.
3198 * gdb.base/killed-outside.c: New file.
3199
3200 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3203 (n at main): New.
3204 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3205
3206 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3207
3208 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3209 infcall tests instead of setting up for KFAIL.
3210
3211 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3212
3213 * gdb.btrace/record_goto-step.exp: New.
3214
3215 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 PR compile/18484
3218 * gdb.compile/compile.c (struct struct_type): Add volatile to
3219 selffield's type.
3220 * gdb.compile/compile.exp
3221 (compile code struct_object.selffield = &struct_object): Skip further
3222 struct_object tests if this one xfails.
3223
3224 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
3225
3226 PR exp/18617
3227 * gdb.trace/ax.exp: Add test.
3228
3229 2015-07-07 Yao Qi <yao.qi@linaro.org>
3230
3231 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3232 instead of istarget "aarch64*-*-*".
3233 * gdb.arch/aarch64-fp.exp: Likewise.
3234 * gdb.base/float.exp: Likewise.
3235 * gdb.reverse/aarch64.exp: Likewise.
3236 * lib/gdb.exp (is_aarch64_target): New proc.
3237
3238 2015-07-07 Yao Qi <yao.qi@linaro.org>
3239
3240 * lib/gdb.exp (is_aarch32_target): New proc.
3241 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3242 instead of "istarget "arm*-*-*"".
3243 * gdb.arch/arm-disp-step.exp: Likewise.
3244 * gdb.arch/thumb-bx-pc.exp: Likewise.
3245 * gdb.arch/thumb-prologue.exp: Likewise.
3246 * gdb.arch/thumb-singlestep.exp: Likewise.
3247 * gdb.base/disp-step-syscall.exp: Likewise.
3248 * gdb.base/float.exp: Likewise.
3249
3250 2015-07-07 Yao Qi <yao.qi@linaro.org>
3251
3252 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3253 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3254
3255 2015-07-07 Yao Qi <yao.qi@linaro.org>
3256
3257 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3258 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3259 if it exists.
3260 * gdb.multi/multi-arch.exp: Likewise.
3261
3262 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3263
3264 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3265 print.
3266
3267 2015-07-07 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3270
3271 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3272
3273 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3274 '[' and ']' characters.
3275
3276 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3277
3278 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3279
3280 2015-06-29 Pedro Alves <palves@redhat.com>
3281
3282 PR threads/18127
3283 * gdb.threads/hand-call-new-thread.c: New file.
3284 * gdb.threads/hand-call-new-thread.c: New file.
3285
3286 2015-06-26 Keith Seitz <keiths@redhat.com>
3287 Doug Evans <dje@google.com>
3288
3289 PR 16253
3290 * gdb.cp/var-tag-2.cc: New file.
3291 * gdb.cp/var-tag-3.cc: New file.
3292 * gdb.cp/var-tag-4.cc: New file.
3293 * gdb.cp/var-tag.cc: New file.
3294 * gdb.cp/var-tag.exp: New file.
3295
3296 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3297
3298 * gdb.base/history-duplicates.exp: New test.
3299
3300 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3301
3302 * gdb.base/completion.exp: Test the completion of the "focus"
3303 command.
3304
3305 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3306
3307 * gdb.arch/amd64-prologue-skip.S: New file.
3308 * gdb.arch/amd64-prologue-skip.exp: New file.
3309
3310 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3311
3312 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3313 is_address_zero_readable check.
3314
3315 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3316
3317 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3318 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3319
3320 2015-06-24 Yao Qi <yao.qi@linaro.org>
3321
3322 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3323 linux targets.
3324
3325 2015-06-24 Yao Qi <yao.qi@linaro.org>
3326
3327 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3328 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3329 * gdb.base/siginfo-thread.exp: Likewise.
3330
3331 2015-06-22 Yao Qi <yao.qi@linaro.org>
3332
3333 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3334
3335 2015-06-22 Yao Qi <yao.qi@linaro.org>
3336
3337 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3338 aarch64*-*-*.
3339 (skip_hw_watchpoint_tests): Likewise.
3340
3341 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3342
3343 * gdb.base/gdbinit-history.exp: Test the interaction between
3344 setting GDBHISTSIZE and setting the history size via .gdbinit.
3345
3346 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3347
3348 PR gdb/16999
3349 * gdb.base/gdbhistsize-history.exp: New test.
3350
3351 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3352
3353 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3354 with GDBHISTSIZE.
3355 * gdb.base/readline.exp: Likewise.
3356
3357 2015-06-17 Yao Qi <yao.qi@linaro.org>
3358
3359 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3360 line.
3361
3362 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3363
3364 * gdb.base/gdbinit-history.exp: Add test case to check that
3365 an unlimited history file does not get truncated on exit.
3366
3367 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3368
3369 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3370 (VECTOR): New macro. Use it...
3371 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3372 ...for these typedefs.
3373 (int8, char1, int1, double1): New typedefs.
3374 (struct just_int2, struct two_int2): New structures.
3375 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3376 (add_structvecs, add_singlevecs): New functions.
3377 (main): Call add_some_intvecs twice.
3378 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3379 the compile and exit upon failure. Try compiling for the "native"
3380 architecture. Test inferior function calls with vector arguments
3381 and vector return value handling with "finish" and "return".
3382
3383 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3384
3385 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3386 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3387 PE file.
3388 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3389
3390 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3391
3392 PR breakpoints/16465
3393 * gdb.mi/mi-dprintf-pending.c: New file.
3394 * gdb.mi/mi-dprintf-pending.exp: New test.
3395 * gdb.mi/mi-dprintf-pendshr.c: New file.
3396
3397 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3398 Mircea Gherzan <mircea.gherzan@intel.com>
3399
3400 * gdb.arch/i386-mpx-map.c: New file.
3401 * gdb.arch/i386-mpx-map.exp: New File.
3402
3403 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3404
3405 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3406 * gdb.arch/i386-mpx.exp: Indentation fixed.
3407
3408 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3409
3410 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3411 function and improved indentation.
3412 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3413 gdb_test_multiple. Added additional tests to skip the test.
3414
3415 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3416
3417 * gdb.arch/i386-avx512.c: Change path in include file.
3418 * gdb.arch/i386-avx512.exp: Change include dir path
3419 compilation flag.
3420 * gdb.arch/i386-mpx.c: Change path in include file.
3421 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3422 flag.
3423
3424 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3425
3426 * gdb.compile/compile-print.exp (compile print *vararray@3)
3427 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3428
3429 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3432 (do not keep jit in memory): ... this.
3433 (expect 5): Change it to ...
3434 (expect no 5): ... this.
3435
3436 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3437
3438 PR gdb/15564
3439 * gdb.mi/mi-detach.exp: New file.
3440
3441 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3442
3443 PR symtab/18392
3444 * gdb.arch/amd64-tailcall-self.S: New file.
3445 * gdb.arch/amd64-tailcall-self.c: New file.
3446 * gdb.arch/amd64-tailcall-self.exp: New file.
3447
3448 2015-05-28 Don Breazeal <donb@codesourcery.com>
3449
3450 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3451 tests for remote targets by checking is_target_gdbserver.
3452
3453 2015-05-27 Doug Evans <dje@google.com>
3454
3455 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3456 * gdb.dwarf2/opaque-type-lookup.c: New file.
3457 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3458
3459 2015-05-26 Doug Evans <dje@google.com>
3460
3461 * gdb.cp/iostream.cc: New file.
3462 * gdb.cp/iostream.exp: New file.
3463
3464 2015-05-26 Doug Evans <dje@google.com>
3465
3466 * gdb.dwarf2/dw2-op-call.exp: Update.
3467 * gdb.dwarf2/dw4-sig-types.exp: Update.
3468 * gdb.dwarf2/implptr.exp: Update.
3469 * gdb.mi/mi-cmd-param-changed.exp: Update.
3470
3471 2015-05-26 Doug Evans <dje@google.com>
3472
3473 * gdb.python/py-lazy-string.c: New file.
3474 * gdb.python/py-lazy-string.exp: New file.
3475 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3476 (main): Update. Add estring3.
3477 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3478 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3479
3480 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
3481 Yao Qi <yao.qi@linaro.org>
3482
3483 * gdb.reverse/aarch64.c: New.
3484 * gdb.reverse/aarch64.exp: New.
3485
3486 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
3487
3488 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3489 (supports_reverse): Likewise.
3490
3491 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3492
3493 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3494 Use with_test_prefix.
3495
3496 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 * gdb.base/completion.exp: Add test for completion of layout
3499 names.
3500
3501 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * lib/gdb.exp (skip_tui_tests): New proc.
3504 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3505
3506 2015-05-19 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3509 Save the whole env array instead of just HOME. Unset HISTSIZE in
3510 the environment while testing. Restore whole environment
3511 afterwards.
3512
3513 2015-05-16 Doug Evans <xdje42@gmail.com>
3514
3515 * gdb.guile/scm-ports.c: New file.
3516 * gdb.guile/scm-ports.exp: Add memory port tests.
3517
3518 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * gdb.compile/compile-print.c: New file.
3521 * gdb.compile/compile-print.exp: New file.
3522
3523 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3524
3525 * gdb.compile/compile-ops.exp: Cast param to void.
3526 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3527 (compile code struct_object.selffield = &struct_object): Add xfail.
3528
3529 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.ada/arr_enum_with_gap: New testcase.
3532
3533 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.ada/byte_packed_arr: New testcase.
3536
3537 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdb.ada/pckd_neg: New testcase.
3540
3541 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3542
3543 PR gdb/17820
3544 * gdb.base/gdbinit-history.exp: New test.
3545 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3546 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3547
3548 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3549
3550 * gdb.python/py-xmethods.cc: Enhance test case.
3551 * gdb.python/py-xmethods.exp: New tests.
3552 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3553 function.
3554 (B_indexoper): Likewise.
3555 (global_dm_list) : Add new xmethod worker functions.
3556
3557 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3558
3559 * gdb.base/coredump-filter.exp: Correctly unset
3560 "coredump_var_addr" array.
3561
3562 2015-05-08 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.server/non-existing-program.exp: Unset spawn_id.
3565
3566 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3567
3568 PR python/18291
3569 * gdb.python/py-xmethods.exp: Add tests.
3570
3571 2015-05-08 Yao Qi <yao.qi@linaro.org>
3572
3573 PR gdb/18208
3574 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3575 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3576 function set_coredump_filter, and remove remote_exec call.
3577 Remove argument ipid. Callers update.
3578 (top level): Don't get inferior's PID.
3579
3580 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3581
3582 * gdb.base/watch_thread_num.exp: Skip test on targets without
3583 access watchpoints.
3584
3585 2015-05-06 Pedro Alves <palves@redhat.com>
3586
3587 PR server/18081
3588 * gdb.server/non-existing-program.exp: New file.
3589
3590 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3591
3592 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3593
3594 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.ada/out_of_line_in_inlined: New testcase.
3597
3598 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3599
3600 * gdb.ada/var_rec_arr: New testcase.
3601
3602 2015-04-30 Yao Qi <yao.qi@linaro.org>
3603
3604 * gdb.base/break-idempotent.exp: If
3605 skip_hw_watchpoint_multi_tests returns true, skip the tests
3606 on "rwatch" and "awatch".
3607
3608 2015-04-30 Yao Qi <yao.qi@linaro.org>
3609
3610 * gdb.base/relativedebug.exp: Invoke gdb command
3611 "info sharedlibrary", and if libc.so doesn't have debug info,
3612 skip the test.
3613
3614 2015-04-29 Doug Evans <dje@google.com>
3615
3616 * gdb.python/py-xmethods.exp: Add ptype tests.
3617 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3618 get_result_type method.
3619
3620 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3621
3622 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3623 the target does not support hardware watchpoints.
3624
3625 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3626
3627 * gdb.base/break-always.exp: Abort testing if writing to memory
3628 causes an error.
3629
3630 2015-04-28 Doug Evans <dje@google.com>
3631
3632 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3633 * gdb.python/py-pp-registration.exp: ... here. New file.
3634 * gdb.python/py-pp-registration.c: New file.
3635 * gdb.python/py-pp-registration.py: New file.
3636
3637 2015-04-28 Doug Evans <dje@google.com>
3638
3639 * gdb.python/py-bad-printers.c: New file.
3640 * gdb.python/py-bad-printers.py: New file.
3641 * gdb.python/py-bad-printers.exp: New file.
3642
3643 2015-04-28 Sasha Smundak <asmundak@google.com>
3644
3645 * gdb.python/py-type.exp: New test.
3646
3647 2015-04-28 Andy Wingo <wingo@igalia.com>
3648
3649 * gdb.python/py-parameter.exp:
3650 * gdb.guile/scm-parameter.exp: Escape the path that we are
3651 matching against, as it might contain characters that are special
3652 to regular expressions.
3653
3654 2015-04-27 Joel Brobecker <brobecker@adacore.com>
3655
3656 * gdb.ada/rec_comp: New testcase.
3657
3658 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3659
3660 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3661 before using it.
3662
3663 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3664
3665 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3666 new tests for verilog output.
3667
3668 2015-04-24 Yao Qi <yao.qi@linaro.org>
3669
3670 * boards/remote-gdbserver-on-localhost.exp: New file.
3671
3672 2015-04-23 Pedro Alves <palves@redhat.com>
3673
3674 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3675 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3676 "end of file", remove $inferior_spawn_id from the indirect list.
3677
3678 2015-04-23 Pedro Alves <palves@redhat.com>
3679
3680 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3681
3682 2015-04-23 Pedro Alves <palves@redhat.com>
3683
3684 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3685 on $any_spawn_id instead of only on $gdb_spawn_id.
3686
3687 2015-04-21 Pierre Muller <muller@sourceware.org>
3688
3689 PR pascal/17815
3690 * lib/pascal.exp (gpc_compile): Add new option "class".
3691 (fpc_compile): Likewise.
3692 * gdb.pascal/case-insensitive-symbols.pas: New file.
3693 * gdb.pascal/case-insensitive-symbols.exp: New file.
3694
3695 2015-04-20 Gary Benson <gbenson@redhat.com>
3696
3697 * gdb.base/attach.exp: Fix three extended remote failures.
3698
3699 2015-04-17 Gary Benson <gbenson@redhat.com>
3700
3701 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3702 the main executable over the remote protocol.
3703
3704 2015-04-16 Pedro Alves <palves@redhat.com>
3705
3706 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3707 a new gdbserver if gdbserver_reconnect_p is set.
3708
3709 2015-04-16 Pedro Alves <palves@redhat.com>
3710
3711 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3712 is set, don't exit gdbserver.
3713
3714 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3715
3716 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3717 appropriate .insn, such that an older assembler can be used.
3718 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3719 the z/Architecture instruction set on 31-bit targets as well.
3720
3721 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3722
3723 * gdb.go/handcall.exp: Remove all logic related to the first
3724 breakpoint and rely on go_runto_main instead.
3725 * gdb.go/strings.exp: Likewise.
3726 * gdb.go/unsafe.exp: Likewise.
3727 * gdb.go/hello.exp: Likewise. Also rename the remaining
3728 breakpoint marker to "breakpoint 1".
3729 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3730 * gdb.go/strings.go: Likewise.
3731 * gdb.go/unsafe.go: Likewise.
3732 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3733 "set breakpoint 2 here" and rename the remaining breakpoint marker
3734 to "breakpoint 1".
3735
3736 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3737
3738 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3739 if itertools.imap is not present.
3740 * gdb.python/py-objfile.exp: Add parentheses.
3741 * gdb.python/py-type.exp: Same.
3742 * gdb.python/py-unwind-maint.py: Same.
3743
3744 2015-04-15 Yao Qi <yao.qi@linaro.org>
3745
3746 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3747 of ":$ptr_size" and set its form explicitly.
3748
3749 2015-04-15 Pedro Alves <palves@redhat.com>
3750 Yao Qi <yao.qi@linaro.org>
3751
3752 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3753 timeout by factor of 4.
3754 (test_regular_watch): Likewise.
3755 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3756 * gdb.reverse/sigall-reverse.exp: Likewise.
3757 * gdb.reverse/until-precsave.exp: Likewise.
3758 * lib/gdb.exp (with_timeout_factor): New proc.
3759 (gdb_expect): Move some code to ...
3760 (get_largest_timeout): ... here. New procedure.
3761
3762 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
3763
3764 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3765
3766 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3767
3768 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3769 to write to the .text section.
3770
3771 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3772
3773 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3774 Handle the case of targets that do not provide PID information.
3775
3776 2015-04-13 Yao Qi <yao.qi@linaro.org>
3777
3778 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3779 and use expect instead of gdb_expect.
3780
3781 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3782
3783 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3784 "coredump_var_addr" to avoid naming conflict with other testcases.
3785
3786 2015-04-10 Pedro Alves <palves@redhat.com>
3787
3788 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3789 gdb_test_sequence and gdb_assert.
3790
3791 2015-04-10 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3794 test messages that don't include the breakpoint address.
3795
3796 2015-04-10 Yao Qi <yao.qi@linaro.org>
3797
3798 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3799 false for some offset and width combinations which aren't
3800 supported by linux kernel.
3801
3802 2015-04-10 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3805 procedure, factored out from ...
3806 (top level): ... here. Add "set displaced-stepping" testing axis.
3807 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3808 parameter "displaced". Use it.
3809 (top level): Use foreach and add "set displaced-stepping" testing
3810 axis.
3811
3812 2015-04-10 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3815 Remove comment.
3816 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3817 both the address of the instruction that triggers the watchpoint
3818 and the address of the instruction immediately after, and use
3819 those addresses for the test. Fix comment.
3820
3821 2015-04-10 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/sigstep.exp (breakpoint_to_handler)
3824 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3825 Test "backtrace" in handler.
3826 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3827 (top level): Add new "displaced" test axis to
3828 breakpoint_to_handler, breakpoint_to_handler_entry and
3829 breakpoint_over_handler.
3830
3831 2015-04-10 Pedro Alves <palves@redhat.com>
3832
3833 PR gdb/18216
3834 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3835
3836 2015-04-10 Yao Qi <yao.qi@linaro.org>
3837
3838 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3839 (test_add_rn_pc): New function.
3840 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3841 (top level): Invoke test_add_rn_pc.
3842
3843 2015-04-10 Pedro Alves <palves@redhat.com>
3844
3845 PR gdb/13858
3846 * gdb.base/step-over-no-symbols.exp: New file.
3847
3848 2015-04-09 Andy Wingo <wingo@igalia.com>
3849
3850 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3851 after the Python tests.
3852
3853 2015-04-08 Keith Seitz <keiths@redhat.com>
3854
3855 PR python/16699
3856 * gdb.python/py-completion.exp: New tests for completion.
3857 * gdb.python/py-completion.py (CompleteLimit1): New class.
3858 (CompleteLimit2): Likewise.
3859 (CompleteLimit3): Likewise.
3860 (CompleteLimit4): Likewise.
3861 (CompleteLimit5): Likewise.
3862 (CompleteLimit6): Likewise.
3863 (CompleteLimit7): Likewise.
3864
3865 2015-04-08 Pedro Alves <palves@redhat.com>
3866
3867 PR gdb/18214
3868 PR gdb/18216
3869 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3870 function.
3871 (main): Install it as SIGUSR1 handler.
3872 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3873 parameter. Always use "setup" as prefix. Toggle "set
3874 displaced-stepping" off/on depending on global. Don't switch to
3875 thread 1 here.
3876 (top level): Add displaced stepping "off/on" test axis. Update
3877 "setup" calls. Wrap each subtest with with_test_prefix. Test
3878 continuing with a queued signal in each thread.
3879
3880 2015-04-08 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3883 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3884 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3885 Return early if running to main fails.
3886 * gdb.trace/while-stepping.exp: Likewise.
3887
3888 2015-04-07 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3891 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3892 interact with inferior program.
3893
3894 2015-04-07 Pedro Alves <palves@redhat.com>
3895
3896 * lib/gdb.exp (inferior_spawn_id): New global.
3897 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3898 spawn id after processing the user code.
3899 (default_gdb_start): Set inferior_spawn_id.
3900 (send_inferior): New procedure.
3901 * lib/gdbserver-support.exp (gdbserver_start): Set
3902 inferior_spawn_id.
3903 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3904
3905 2015-04-07 Pedro Alves <palves@redhat.com>
3906
3907 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3908 * lib/gdbserver-support.exp (gdbserver_start): Make
3909 $server_spawn_id global.
3910 (gdbserver_start): Don't wait for gdbserver's spawn id with
3911 expect_background.
3912 (close_gdbserver): New procedure.
3913 (gdb_exit): Rename the default version and reimplement.
3914
3915 2015-04-07 Pedro Alves <palves@redhat.com>
3916
3917 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
3918 append the substituted item, not the original item.
3919
3920 2015-04-07 Pedro Alves <palves@redhat.com>
3921
3922 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3923 gdb_expect.
3924
3925 2015-04-07 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3928 output appearing once only.
3929
3930 2015-04-07 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3933 that doesn't expect anything. Return early if running to main
3934 fails.
3935
3936 2015-04-07 Yao Qi <yao.qi@linaro.org>
3937
3938 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3939 (child_function): Call alarm.
3940 (main): Move call to alarm into the loop.
3941 * gdb.threads/non-stop-fair-events.exp: Build program with
3942 -DTIMEOUT=$timeout.
3943
3944 2015-04-06 Doug Evans <xdje42@gmail.com>
3945
3946 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3947 Fix dest parameter to board_info.
3948 (fpc_compile): Ditto.
3949 (gdb_compile_pascal): Rename dest arg to destfile.
3950
3951 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3952
3953 * gdb.ada/funcall_ref.exp: New file.
3954 * gdb.ada/funcall_ref/foo.adb: New file.
3955
3956 2015-04-02 Yao Qi <yao.qi@linaro.org>
3957
3958 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3959 is remote.
3960
3961 2015-04-02 Gary Benson <gbenson@redhat.com>
3962
3963 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3964
3965 2015-04-01 Sasha Smundak <asmundak@google.com>
3966
3967 * gdb.python/py-unwind-maint.c: New file.
3968 * gdb.python/py-unwind-maint.exp: New test.
3969 * gdb.python/py-unwind-maint.py: New file.
3970 * gdb.python/py-unwind.c: New file.
3971 * gdb.python/py-unwind.exp: New test.
3972 * gdb.python/py-unwind.py: New test.
3973
3974 2015-04-01 Pedro Alves <palves@redhat.com>
3975
3976 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3977 to fail instead of non-existent $test.
3978
3979 2015-04-01 Pedro Alves <palves@redhat.com>
3980
3981 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3982 GDBFLAGS if not empty.
3983
3984 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3985
3986 * gdb.ada/complete.exp: Remove "multi_line".
3987 * gdb.ada/info_exc.exp: Remove "multi_line".
3988 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3989 * gdb.ada/ptype_field.exp: Remove "multi_line".
3990 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3991 * gdb.ada/tagged.exp: Remove "multi_line".
3992 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3993 [multi_line ...]
3994 * gdb.btrace/delta.exp: Likewise.
3995 * gdb.btrace/exception.exp: Likewise.
3996 * gdb.btrace/function_call_history.exp: Likewise.
3997 * gdb.btrace/instruction_history.exp: Likewise.
3998 * gdb.btrace/nohist.exp: Likewise.
3999 * gdb.btrace/record_goto.exp: Likewise.
4000 * gdb.btrace/segv.exp: Likewise.
4001 * gdb.btrace/stepi.exp: Likewise.
4002 * gdb.btrace/tailcall.exp: Likewise.
4003 * gdb.btrace/unknown_functions.exp: Likewise.
4004 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4005 * lib/gdb.exp: Add the "multi_line" helper.
4006
4007 2015-04-01 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.threads/tid-reuse.c: New file.
4010 * gdb.threads/tid-reuse.exp: New file.
4011
4012 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4013
4014 PR corefiles/16092
4015 * gdb.base/coredump-filter.c: New file.
4016 * gdb.base/coredump-filter.exp: Likewise.
4017
4018 2015-03-27 Petr Machata <pmachata@redhat.com>
4019
4020 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4021 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4022 (Dwarf::assemble): Initialize them.
4023 (Dwarf::lines): New function.
4024
4025 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4026
4027 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4028 SYMBOL_PREFIX for x86_64-*-cygwin.
4029
4030 2015-03-26 Andy Wingo <wingo@igalia.com>
4031
4032 PR symtab/18148
4033 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4034 const_value but not a location.
4035 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4036 location defined in non-main CUs are visible.
4037
4038 2015-03-26 Yao Qi <yao.qi@linaro.org>
4039
4040 PR testsuite/18139
4041 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4042 Add a line number entry for the same line.
4043 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4044 Add a line number entry for the same line.
4045
4046 2015-03-26 Yao Qi <yao.qi@linaro.org>
4047
4048 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4049 .int 0.
4050 (func): Likewise. Add .Lfunc_1 label.
4051 Use .Lfunc_1 label.
4052 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4053 .int 0.
4054 (func): Likewise.
4055 Use .Lfunc_1 label.
4056
4057 2015-03-26 Yao Qi <yao.qi@linaro.org>
4058
4059 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4060 Call gdb_compile instead to compile each .s files without debug
4061 information.
4062
4063 2015-03-26 Yao Qi <yao.qi@linaro.org>
4064
4065 * gdb.base/savedregs.exp (process_saved_regs): Make
4066 "Saved registers:" optional in the pattern.
4067
4068 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4069
4070 * gdb.btrace/next.exp: Merged into step.exp.
4071 * gdb.btrace/finish.exp: Merged into step.exp.
4072 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4073 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4074 "record goto" and checking the exact replay position.
4075 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4076 check for "Recording format" in "info record" output.
4077 * gdb.btrace/record_goto.exp: Choose test file based on target.
4078 * gdb.btrace/x86-record_goto.S: Renamed into ...
4079 * gdb.btrace/x86_64-record_goto.S: ... this.
4080 * gdb.btrace/i686-record_goto.S: New.
4081 * gdb.btrace/x86-tailcall.S: Renamed into ...
4082 * gdb.btrace/x86_64-tailcall.S: ... this.
4083 * gdb.btrace/i686-tailcall.S: New.
4084 * gdb.btrace/x86-tailcall.c: Renamed into ...
4085 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4086 separate statements. Update test.
4087 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4088 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4089 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4090 * gdb.btrace/tailcall.exp: Choose test file based on target.
4091 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4092
4093 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4094
4095 * gdb.btrace/exception.exp: Increase BTS buffer size.
4096
4097 2015-03-24 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4100
4101 2015-03-24 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.threads/schedlock.exp (test_step): No longer expect that
4104 "set scheduler-locking step" with "next" over a function call runs
4105 threads unlocked.
4106
4107 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4108
4109 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4110
4111 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4112
4113 PR breakpoints/16466
4114 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4115 * gdb.mi/mi-pending.c (thread_func): New function.
4116 (int main): Add threading support required.
4117 * gdb.mi/mi-pending.exp: Add tests for this issue.
4118 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4119 (pendfunc2): Remove stdio dependency.
4120 * gdb.mi/mi-pendshr2.c: New file.
4121
4122 2015-03-23 Keith Seitz <keiths@redhat.com>
4123
4124 * gdb.linespec/keywords.c: New file.
4125 * gdb.linespec/keywords.exp: New file.
4126
4127 2015-03-23 Keith Seitz <keiths@redhat.com>
4128
4129 PR gdb/18021
4130 * gdb.dwarf2/staticvirtual.exp: New test.
4131
4132 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4135 * README: Remove HP-UX and gdb.hp.
4136 (configuration):
4137 * configure: Regenerate.
4138 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4139 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4140 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4141 gdb.hp/gdb.defects/Makefile.
4142 * gdb.hp/Makefile.in: File deleted.
4143 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4144 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4145 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4146 * gdb.hp/gdb.aCC/run.c: File deleted.
4147 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4148 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4149 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4150 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4151 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4152 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4153 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4154 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4155 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4156 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4157 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4158 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4159 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4160 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4161 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4162 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4163 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4164 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4165 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4166 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4167 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4168 * gdb.hp/gdb.compat/average.c: File deleted.
4169 * gdb.hp/gdb.compat/sum.c: File deleted.
4170 * gdb.hp/gdb.compat/xdb.c: File deleted.
4171 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4172 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4173 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4174 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4175 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4176 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4177 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4178 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4179 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4180 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4181 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4182 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4183 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4184 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4185 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4186 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4187 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4188 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4189 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4190 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4191 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4192 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4193 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4194 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4195 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4196 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4197 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4198 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4199 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4200 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4201 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4202 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4203 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4204 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4205 * gdb.hp/tools/odump: File deleted.
4206
4207 2015-03-19 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4210 (saw_thread_3): New globals.
4211 (top level): Increment them when an event for the corresponding
4212 thread is seen.
4213 (no thread starvation): New test.
4214
4215 2015-03-19 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.threads/continue-pending-status.c: New file.
4218 * gdb.threads/continue-pending-status.exp: New file.
4219
4220 2015-03-18 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4223 Use gdb_is_target_remote instead of is_remote. Use
4224 gdb_test_multiple instead of gdb_expect. Exit early if
4225 gdb_test_multiple hits its internal matches. Tighten stepi tests
4226 expected output. Fail on exit with any signal, instead of just
4227 SIGILL.
4228
4229 2015-03-18 Yao Qi <yao.qi@linaro.org>
4230
4231 PR tdep/18107
4232 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4233 variable.
4234 * gdb.base/catch-syscall.exp: Don't skip it on
4235 aarch64*-*-linux* target. Remove elements in all_syscalls.
4236 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4237 target.
4238 (setup_all_syscalls): New proc.
4239
4240 2015-03-16 Yao Qi <yao.qi@linaro.org>
4241
4242 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4243 (top level): Skip tests if valid_addr_p returns false for
4244 $cmd1 or $cmd2.
4245
4246 2015-03-11 Andy Wingo <wingo@igalia.com>
4247
4248 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4249
4250 2015-03-11 Yao Qi <yao.qi@linaro.org>
4251
4252 * gdb.base/catch-syscall.exp: Fix typo in comments.
4253
4254 2015-03-11 Yao Qi <yao.qi@linaro.org>
4255
4256 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4257
4258 2015-03-09 Pedro Alves <palves@redhat.com>
4259
4260 * dg-extract-results.py: Delete.
4261
4262 2015-03-09 Pedro Alves <palves@redhat.com>
4263
4264 Merge dg-extract-results.sh from GCC upstream (r218843).
4265
4266 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4267 * dg-extract-results.sh: Use --text with grep to avoid issues with
4268 binary files. Fall back to cat -v, if that doesn't work.
4269
4270 2015-03-05 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4273
4274 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4275
4276 * lib/mi-support.exp (mi_expect_interrupt): Accept
4277 alternative event for when in all-stop mode.
4278
4279 2015-03-04 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4282
4283 2015-03-04 Mark Kettenis <kettenis@gnu.org>
4284
4285 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4286
4287 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4288
4289 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4290 regexps for GDB's current line display, accept a hex address
4291 preceding the line number.
4292
4293 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4294
4295 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4296 the 'arch1' variable for "s390*-linux*" targets.
4297
4298 2015-03-04 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4301 (main): Pass missing retval argument to pthread_join call.
4302
4303 2015-03-02 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4306 (top level): Call do_test with non-stop as well.
4307
4308 2015-03-02 Pedro Alves <palves@redhat.com>
4309
4310 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4311 -1.
4312
4313 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4314
4315 * gdb.arch/s390-vregs.exp: New test.
4316 * gdb.arch/s390-vregs.S: New file.
4317
4318 2015-02-27 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4321 call to catch_command_errors.
4322 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4323 catch_command_errors.
4324
4325 2015-02-27 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4328 "true" for boolean result.
4329 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4330 prototype of main.
4331
4332 2015-02-27 Pedro Alves <palves@redhat.com>
4333
4334 * lib/unbuffer_output.c: New file.
4335 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4336 (main): Call gdb_unbuffer_output.
4337
4338 2015-02-27 Yao Qi <yao.qi@linaro.org>
4339
4340 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4341 target.
4342
4343 2015-02-26 Doug Evans <dje@google.com>
4344
4345 * gdb.cp/class2.cc (Dbase, D): New classes.
4346 (main): New local delta.
4347 * gdb.cp/class2.exp: Test printing delta.
4348 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4349 (dynbar): New global.
4350 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4351
4352 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4353
4354 * gdb.compile/compile-ifunc.c: New file.
4355 * gdb.compile/compile-ifunc.exp: New file.
4356
4357 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4358
4359 * gdb.base/structs.exp: Check for correct struct on finish.
4360
4361 2015-02-26 Yao Qi <yao.qi@linaro.org>
4362
4363 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4364 is zero.
4365
4366 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * gdb.arch/cordic.ko.bz2: New file.
4369 * gdb.arch/cordic.ko.debug.bz2: New file.
4370 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4371
4372 2015-02-25 Yao Qi <yao.qi@linaro.org>
4373
4374 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4375 aarch64*-*-* target.
4376
4377 2015-02-23 Pedro Alves <palves@redhat.com>
4378
4379 * lib/gdb.exp (delete_breakpoints): Rewrite using
4380 gdb_test_multiple.
4381
4382 2015-02-23 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.base/info-os.c: Include stdlib.h.
4385
4386 2015-02-22 Doug Evans <xdje42@gmail.com>
4387
4388 PR symtab/17855
4389 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4390 is read after symbols have been re-read.
4391 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4392 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4393
4394 2015-02-21 Doug Evans <dje@google.com>
4395
4396 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4397
4398 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 PR corefiles/17808
4401 * gdb.arch/i386-biarch-core.core.bz2: New file.
4402 * gdb.arch/i386-biarch-core.exp: New file.
4403
4404 2015-02-21 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4407 runto_main fails.
4408
4409 2015-02-20 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4412 info probes.
4413
4414 2015-02-20 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4417
4418 2015-02-20 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4421 clean_restart before gdb_target_supports_trace.
4422
4423 2015-02-20 Pedro Alves <palves@redhat.com>
4424
4425 PR threads/18006
4426 * gdb.threads/clone-thread_db.c: New file.
4427 * gdb.threads/clone-thread_db.exp: New file.
4428
4429 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4430
4431 PR breakpoints/16812
4432 * gdb.base/catch-gdb-caused-signals.c: New file.
4433 * gdb.base/catch-gdb-caused-signals.exp: New file.
4434
4435 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4436
4437 * configure: Regenerated.
4438 * configure.ac: Use GDB_AC_TRANSFORM.
4439 * aclocal.m4: sinclude ../transform.m4.
4440
4441 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4442
4443 * lib/dtrace.exp: New file.
4444 * gdb.base/dtrace-probe.exp: Likewise.
4445 * gdb.base/dtrace-probe.d: Likewise.
4446 * gdb.base/dtrace-probe.c: Likewise.
4447 * lib/pdtrace.in: Likewise.
4448 * configure.ac: Output variables with the transformed names of
4449 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4450 * configure: Regenerated.
4451
4452 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4453
4454 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4455 expected message when trying to access $_probe_* convenience
4456 variables while not on a probe.
4457
4458 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4459
4460 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4461
4462 2015-02-11 Pedro Alves <pedro@codesourcery.com>
4463
4464 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4465 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4466
4467 2015-02-10 Doug Evans <xdje42@gmail.com>
4468
4469 * lib/gdb.exp (gdb_load): Always return a result.
4470
4471 2015-02-10 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.threads/signal-sigtrap.c: New file.
4474 * gdb.threads/signal-sigtrap.exp: New file.
4475
4476 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4477
4478 * gdb.trace/no-attach-trace.c: New file.
4479 * gdb.trace/no-attach-trace.exp: New file.
4480
4481 2015-02-09 Mark Wielaard <mjw@redhat.com>
4482
4483 * gdb.dwarf2/atomic.c: New file.
4484 * gdb.dwarf2/atomic-type.exp: Likewise.
4485
4486 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4487
4488 * gdb.btrace/buffer-size.exp: Update "info record" output.
4489 * gdb.btrace/delta.exp: Update "info record" output.
4490 * gdb.btrace/enable.exp: Update "info record" output.
4491 * gdb.btrace/finish.exp: Update "info record" output.
4492 * gdb.btrace/instruction_history.exp: Update "info record" output.
4493 * gdb.btrace/next.exp: Update "info record" output.
4494 * gdb.btrace/nexti.exp: Update "info record" output.
4495 * gdb.btrace/step.exp: Update "info record" output.
4496 * gdb.btrace/stepi.exp: Update "info record" output.
4497 * gdb.btrace/nohist.exp: Update "info record" output.
4498
4499 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4500
4501 * gdb.btrace/buffer-size: New.
4502
4503 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4504
4505 * gdb.btrace/delta.exp: Update "info record" output.
4506 * gdb.btrace/enable.exp: Update "info record" output.
4507 * gdb.btrace/finish.exp: Update "info record" output.
4508 * gdb.btrace/instruction_history.exp: Update "info record" output.
4509 * gdb.btrace/next.exp: Update "info record" output.
4510 * gdb.btrace/nexti.exp: Update "info record" output.
4511 * gdb.btrace/step.exp: Update "info record" output.
4512 * gdb.btrace/stepi.exp: Update "info record" output.
4513 * gdb.btrace/nohist.exp: Update "info record" output.
4514
4515 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4516
4517 PR gdb/15678
4518 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4519
4520 2015-02-06 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4523 macro.
4524 (seconds_left, again): New globals.
4525 (main): Wait seconds_left in a 1-second sleep loop instead of
4526 sleeping 180 seconds. If 'again' is set, reset the seconds
4527 counter.
4528 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4529 'again' in the inferior before detaching. Print the seconds left.
4530 (options): New global.
4531 (top level): Build program with -DTIMEOUT=$timeout.
4532
4533 2015-02-06 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4536 determine how many seconds to pass to 'alarm'.
4537 * gdb.base/gdb-sigterm.exp (top level): Build program with
4538 -DTIMEOUT=$timeout.
4539 (do_test): Return success/failure indication. Add more verbose
4540 logging. Don't fail if 200 single steps are seen. Instead, fail
4541 when the test times out.
4542 (passes): New global.
4543 (top level): Break the testing loop if testing fails on any
4544 iteration. Use gdb_assert.
4545
4546 2015-02-04 Don Breazeal <donb@codesourcery.com>
4547
4548 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4549 and initialize them.
4550 (ipc_cleanup): New function.
4551 (main): Don't declare shmid, semid, and msqid. Add a call to
4552 atexit so that we call ipc_cleanup on exit.
4553
4554 2015-02-04 Pedro Alves <palves@redhat.com>
4555
4556 * boards/native-extended-gdbserver.exp: Remove any target variant
4557 specifications from the board name before clearing the isremote
4558 flag from board_info.
4559
4560 2015-01-31 Doug Evans <xdje42@gmail.com>
4561
4562 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4563
4564 2015-01-31 Gary Benson <gbenson@redhat.com>
4565
4566 * gdb.base/completion.exp: Disable completion limiting for
4567 existing tests. Add new tests to check completion limiting.
4568 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4569
4570 2015-01-31 Doug Evans <xdje42@gmail.com>
4571
4572 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4573
4574 2015-01-31 Doug Evans <xdje42@gmail.com>
4575
4576 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4577 entries. Duplicate file section script entries.
4578 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4579 inlined entries. Add test for safe-path rejection.
4580 * gdb.python/py-section-script.c: Add duplicate inlined section script
4581 entries. Duplicate file section script entries.
4582 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4583 inlined entries. Add test for safe-path rejection.
4584
4585 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4586
4587 * gdb.ada/disc_arr_bound: New testcase.
4588
4589 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/mi_var_array: New testcase.
4592
4593 2015-01-27 Doug Evans <dje@google.com>
4594
4595 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4596 Add test for objfile.filename, objfile.username after objfile
4597 has been unloaded.
4598
4599 2015-01-26 Joel Brobecker <brobecker@adacore.com>
4600
4601 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4602 the second test to print the name attribute of value
4603 returned by the call to gdb.lookup_type, and adjust
4604 the expected output accordingly.
4605
4606 2015-01-25 Mark Wielaard <mjw@redhat.com>
4607
4608 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4609 * gdb.base/disp-step-fork.c: Include unistd.h.
4610 * gdb.base/siginfo-obj.c: Include stdio.h.
4611 * gdb.base/siginfo-thread.c: Likewise.
4612 * gdb.mi/non-stop.c: Include unistd.h.
4613 * gdb.mi/nsthrexec.c: Include stdio.h.
4614 * gdb.mi/pthreads.c: Include unistd.h.
4615 * gdb.modula2/unbounded1.c (main): Declare returns int.
4616 * gdb.reverse/consecutive-reverse.c: Likewise.
4617 * gdb.threads/create-fail.c: Include unistd.h.
4618 * gdb.threads/killed.c: Likewise.
4619 * gdb.threads/linux-dp.c: Likewise.
4620 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4621 * gdb.threads/non-ldr-exc-2.c: Likewise.
4622 * gdb.threads/non-ldr-exc-3.c: Likewise.
4623 * gdb.threads/non-ldr-exc-4.c: Likewise.
4624 * gdb.threads/pthreads.c: Include unistd.h.
4625 (main): Declare returns int.
4626 * gdb.threads/tls-main.c (foo): New declaration.
4627 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4628
4629 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4630
4631 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4632 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4633
4634 2015-01-15 Mark Wielaard <mjw@redhat.com>
4635
4636 * gdb.base/noreturn-return.c: New file.
4637 * gdb.base/noreturn-return.exp: New file.
4638 * gdb.base/noreturn-finish.c: New file.
4639 * gdb.base/noreturn-finish.exp: New file.
4640
4641 2015-01-23 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.threads/continue-pending-after-query.c: New file.
4644 * gdb.threads/continue-pending-after-query.exp: New file.
4645
4646 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4647 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4650 * gdb.base/valgrind-db-attach.exp: Same.
4651 * gdb.base/valgrind-infcall.exp: Same.
4652 * lib/mi-support.exp (default_mi_gdb_start): Same.
4653 * lib/prompt.exp (default_prompt_gdb_start): Same.
4654 * lib/gdb.exp (default_gdb_spawn): Same.
4655 (gdb_interact): New.
4656
4657
4658 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * gdb.compile/compile.exp (pointer to jit function): New test.
4661
4662 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4663
4664 * lib/gdb.exp (supports_process_record): Return true for
4665 powerpc*-*-linux*.
4666 (supports_reverse): Likewise.
4667
4668 2015-01-15 Don Breazeal <donb@codesourcery.com>
4669
4670 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4671 instead of checking whether the target board is remote and
4672 use spawn_wait_for_attach instead of exec/sleep.
4673 * gdb.base/attach-twice.exp: Likewise.
4674
4675 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4676
4677 * gdb.ada/var_arr_attrs: New testcase.
4678
4679 2015-01-14 Pedro Alves <palves@redhat.com>
4680 Joel Brobecker <brobecker@adacore.com>
4681
4682 PR gdb/17525
4683 * gdb.base/bp-cmds-execution-x-script.c: New file.
4684 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4685 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4686
4687 2015-01-14 Pedro Alves <palves@redhat.com>
4688
4689 PR cli/17828
4690 * gdb.base/batch-preserve-term-settings.c: New file.
4691 * gdb.base/batch-preserve-term-settings.exp: New file.
4692
4693 2015-01-13 Doug Evans <dje@google.com>
4694
4695 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4696 binary.
4697
4698 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4699
4700 * Makefile.in (clean mostlyclean): Do not delete *.py.
4701
4702 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4703
4704 * gdb.python/py-lookup-type.exp: New file.
4705
4706 2015-01-12 Pedro Alves <palves@redhat.com>
4707
4708 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4709 restore GDBFLAGS before returning.
4710
4711 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4714 is_amd64_regs_target and is_x86_like_target.
4715
4716 2015-01-11 Doug Evans <xdje42@gmail.com>
4717
4718 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4719 is given without an explicit form.
4720 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4721 attributes.
4722 * gdb.dwarf/corrupt.exp: Ditto.
4723 * gdb.dwarf2/enum-type.exp: Ditto.
4724 * gdb.trace/entry-values.exp: Ditto.
4725 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4726
4727 2015-01-11 Doug Evans <xdje42@gmail.com>
4728
4729 PR gdb/15830
4730 * gdb.base/maint.exp: Remove references to "maint demangle".
4731 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4732 Add tests for explicitly specifying language to demangle.
4733 * gdb.dlang/demangle.exp: Ditto.
4734
4735 2015-01-09 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.threads/non-stop-fair-events.c: New file.
4738 * gdb.threads/non-stop-fair-events.exp: New file.
4739
4740 2015-01-09 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4743 the global scope. Set a breakpoint after all threads are started
4744 rather than stepping over two source lines. Expect the prompt.
4745 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4746 global.
4747 (NUM): Now 15.
4748 (main): Use threads_started_barrier to wait for all threads to
4749 start. Main thread no longer calls thread_function. Exit after
4750 180 seconds.
4751 (loop): New function.
4752 (thread_function): Wait on threads_started_barrier barrier. Call
4753 'loop' at each iteration.
4754 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4755 threads have started, instead of hardcoding number of "next"
4756 steps. Use an access watchpoint instead of a write watchpoint.
4757
4758 2015-01-09 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4761 (thread_func): Wait on barrier.
4762 (main): Wait for all threads to start before stopping GDB.
4763 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4764 global.
4765 (thread1_func, thread2_func): Wait on barrier.
4766 (main): Wait for all threads to start before stopping GDB.
4767 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4768 New global.
4769 (thread1_func, thread2_func): Wait on barrier.
4770 (main): Wait for all threads to start before stopping GDB.
4771
4772 2015-01-09 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.threads/attach-many-short-lived-threads.c: New file.
4775 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4776
4777 2014-01-09 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4780 instead of to thread 2.
4781 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4782 Add barrier around each pthread_create call instead of around all
4783 calls.
4784 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4785 Set a break on thread_function and have the child threads hit it
4786 one at at a time.
4787
4788 2015-01-09 Pedro Alves <palves@redhat.com>
4789
4790 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4791 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4792 false.
4793 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4794 checking whether the target board is remote.
4795 * gdb.multi/multi-attach.exp: Likewise.
4796 * gdb.python/py-sync-interp.exp: Likewise.
4797 * gdb.server/ext-attach.exp: Likewise.
4798 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4799 tests that need to attach, instead of checking whether the target
4800 board is remote at the top of the file.
4801
4802 2015-01-08 Yao Qi <yao@codesourcery.com>
4803
4804 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4805
4806 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4807
4808 Fix testcase compilation.
4809 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4810
4811 2015-01-06 Joel Brobecker <brobecker@adacore.com>
4812
4813 * gdb.python/py-type.exp: Add a couple test about empty
4814 array creation, and negative-length array creation.
4815
4816 2015-01-02 Doug Evans <xdje42@gmail.com>
4817
4818 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4819
4820 2015-01-02 Doug Evans <dje@google.com>
4821
4822 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4823
4824 2014-12-29 Yao Qi <yao@codesourcery.com>
4825
4826 * gdb.trace/entry-values.exp: Update comments. Rename variable
4827 bar_call_foo to returned_from_foo.
4828
4829 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4830
4831 PR gdb/17394
4832 * gdb.linespec/break-asm-file.c: New file.
4833 * gdb.linespec/break-asm-file.exp: New file.
4834 * gdb.linespec/break-asm-file0.s: New file.
4835 * gdb.linespec/break-asm-file1.s: New file.
4836
4837 2014-12-18 Nigel Stephens <nigel@mips.com>
4838 Maciej W. Rozycki <macro@codesourcery.com>
4839
4840 * gdb.base/float.exp: Handle the new output from "info float" on
4841 MIPS targets.
4842
4843 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4844
4845 Fix MinGW compilation.
4846 * gdb.compile/compile-ops.exp: Update untested message if
4847 !skip_compile_feature_tests.
4848 * gdb.compile/compile-setjmp.exp: Likewise.
4849 * gdb.compile/compile-tls.exp: Likewise.
4850 * gdb.compile/compile.exp: Likewise.
4851 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4852 supported on this host".
4853
4854 2014-12-16 Doug Evans <xdje42@gmail.com>
4855
4856 * boards/stabs.exp: New file.
4857
4858 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4859
4860 * gdb.base/completion.exp: Adjust to format changes of "maint
4861 print user-registers".
4862
4863 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
4864
4865 PR server/17457
4866 * gdb.arch/aarch64-fp.c: New file.
4867 * gdb.arch/aarch64-fp.exp: New file.
4868
4869 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4870
4871 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4872 r210637, r210913, r211666, r215400, r215817).
4873
4874 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4875 * dg-extract-results.py: New file.
4876 * dg-extract-results.sh: Use it if the environment seems
4877 suitable.
4878
4879 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4880
4881 * dg-extract-results.py (parse_run): Handle warnings that
4882 are printed before a test harness is run.
4883
4884 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4885
4886 * dg-extract-results.py (Named): Remove __cmp__ method.
4887 (output_variation): Use a key to sort variation.harnesses.
4888
4889 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4890
4891 * dg-extract-results.py: For Python 3, force sys.stdout to
4892 handle surrogate escape sequences.
4893 (safe_open): New function.
4894 (output_segment, main): Use it.
4895
4896 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4897
4898 * dg-extract-results.py (Prog.result_re): Include options
4899 in test name.
4900
4901 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4902
4903 * dg-extract-results.py (output_variation): Always sort if
4904 do_sum.
4905
4906 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4909 as long as we get pagination notifications.
4910
4911 2014-12-15 Jason Merrill <jason@redhat.com>
4912
4913 * Makefile.in (check-gdb.%): Restore.
4914 * README: Mention it.
4915
4916 2014-12-13 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.ada/str_uninit: New testcase.
4919
4920 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 PR symtab/17642
4923 * gdb.base/vla-stub-define.c: New file.
4924 * gdb.base/vla-stub.c: New file.
4925 * gdb.base/vla-stub.exp: New file.
4926
4927 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4928 Jan Kratochvil <jan.kratochvil@redhat.com>
4929 Tom Tromey <tromey@redhat.com>
4930
4931 * configure.ac: Add gdb.compile/.
4932 * configure: Regenerate.
4933 * gdb.compile/Makefile.in: New file.
4934 * gdb.compile/compile-ops.exp: New file.
4935 * gdb.compile/compile-ops.c: New file.
4936 * gdb.compile/compile-tls.c: New file.
4937 * gdb.compile/compile-tls.exp: New file.
4938 * gdb.compile/compile-constvar.S: New file.
4939 * gdb.compile/compile-constvar.c: New file.
4940 * gdb.compile/compile-mod.c: New file.
4941 * gdb.compile/compile-nodebug.c: New file.
4942 * gdb.compile/compile-setjmp-mod.c: New file.
4943 * gdb.compile/compile-setjmp.c: New file.
4944 * gdb.compile/compile-setjmp.exp: New file.
4945 * gdb.compile/compile-shlib.c: New file.
4946 * gdb.compile/compile.c: New file.
4947 * gdb.compile/compile.exp: New file.
4948 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4949
4950 2014-12-12 Tom Tromey <tromey@redhat.com>
4951
4952 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4953 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4954
4955 2014-12-12 Doug Evans <dje@google.com>
4956
4957 * lib/gdb-python.exp (get_python_valueof): New function.
4958 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4959
4960 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4961
4962 * gdb.base/completion.exp: Add test for completion of "info
4963 registers ".
4964
4965 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4966
4967 * gdb.base/func-ptrs.c: New file.
4968 * gdb.base/func-ptrs.exp: New file.
4969
4970 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4971
4972 PR breakpoints/17012
4973 * gdb.base/dprintf-detach.c: New file.
4974 * gdb.base/dprintf-detach.exp: New file.
4975
4976 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4977
4978 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4979 * lib/gdb.exp (target_is_gdbserver): New procedure.
4980
4981 2014-12-08 Doug Evans <dje@google.com>
4982
4983 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4984
4985 2014-12-05 Yao Qi <yao@codesourcery.com>
4986
4987 * gdb.guile/scm-error.exp: Remove the third argument to
4988 gdb_remote_download.
4989 * gdb.guile/scm-frame-args.exp: Likewise.
4990 * gdb.guile/scm-section-script.exp: Likewise.
4991
4992 2014-12-05 Yao Qi <yao@codesourcery.com>
4993
4994 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4995
4996 2014-12-04 Doug Evans <dje@google.com>
4997
4998 * gdb.python/py-objfile.exp: Add tests for
4999 objfile.add_separate_debug_file.
5000
5001 2014-12-04 Doug Evans <dje@google.com>
5002
5003 * lib/gdb.exp (get_build_id): New function.
5004 (build_id_debug_filename_get): Rewrite to use it.
5005 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5006
5007 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5008
5009 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5010 `method(long)', not just 0x0.
5011 * gdb.cp/nsalias.exp: Align code labels to 4.
5012 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5013 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5014 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5015 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5016 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5017 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5018
5019 2014-12-02 Doug Evans <dje@google.com>
5020
5021 PR symtab/17602
5022 * gdb.cp/anon-ns.cc: Move guts of this file to ...
5023 * gdb.cp/anon-ns2.cc: ... here. New file.
5024 * gdb.cp/anon-ns.exp: Update.
5025
5026 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
5027
5028 * gdb.python/py-events.py (inferior_call_handler): New.
5029 (register_changed_handler, memory_changed_handler): New.
5030 (test_events.invoke): Register new handlers.
5031 * gdb.python/py-events.exp: Add tests for inferior call,
5032 memory_changed and register_changed events.
5033
5034 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5035
5036 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5037 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5038 if the linker doesn't understand this.
5039
5040 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5041
5042 * gdb.python/python.exp: Change expected reply to help().
5043
5044 2014-12-01 Yao Qi <yao@codesourcery.com>
5045
5046 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5047 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5048 * configure: Re-generated.
5049
5050 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5051
5052 * gdb.cp/chained-calls.cc: New file.
5053 * gdb.cp/chained-calls.exp: New file.
5054 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5055
5056 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5057
5058 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5059 * gdb.dwarf2/symtab-producer.exp: Same.
5060 * gdb.gdb/python-interrupts.exp: Same.
5061 * gdb.gdb/python-selftest.exp: Same.
5062 * gdb.python/py-linetable.exp: Same.
5063 * gdb.python/py-type.exp: Same.
5064 * gdb.python/py-value-cc.exp: Same.
5065 * gdb.python/py-value.exp: Same.
5066
5067 2014-11-28 Yao Qi <yao@codesourcery.com>
5068
5069 * gdb.base/break-probes.exp: Match library name prefixed with
5070 sysroot.
5071
5072 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5075 test expected output. Add parentheses for the call to print.
5076 Remove L suffix from integers.
5077
5078 2014-11-26 Doug Evans <dje@google.com>
5079
5080 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5081
5082 2014-11-22 Yao Qi <yao@codesourcery.com>
5083
5084 * gdb.trace/entry-values.c: Remove asms.
5085 (foo): Add foo_label.
5086 (bar): Add bar_label.
5087 * gdb.trace/entry-values.exp: Remove code computing foo's
5088 length and bar's length.
5089 (Dwarf::assemble): Invoke function_range for bar and use
5090 MACRO_AT_func for foo.
5091
5092 2014-11-22 Yao Qi <yao@codesourcery.com>
5093
5094 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5095 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5096 Use .Lgcc43_procstart instead of gcc43.
5097
5098 2014-11-21 Joel Brobecker <brobecker@adacore.com>
5099
5100 * gdb.ada/n_arr_bound: New testcase.
5101
5102 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5103
5104 PR breakpoints/10737
5105 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5106 test_catch_syscall_multi_arch.
5107 (test_catch_syscall_multi_arch): New function.
5108
5109 2014-11-20 Doug Evans <xdje42@gmail.com>
5110
5111 * gdb.base/maint.exp: Update expected output.
5112
5113 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5114
5115 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5116 4-byte instruction on S390.
5117
5118 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdb.ada/arr_arr: New testcase.
5121
5122 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5123
5124 * gdb.ada/pkd_arr_elem: New Testcase.
5125
5126 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
5127
5128 * gdb.reverse/break-precsave: Expect completion message for
5129 core file reads.
5130 * gdb.reverse/consecutive-precsave.exp: Likewise.
5131 * gdb.reverse/finish-precsave.exp: Likewise.
5132 * gdb.reverse/i386-precsave.exp: Likewise.
5133 * gdb.reverse/machinestate-precsave.exp: Likewise.
5134 * gdb.reverse/sigall-precsave.exp: Likewise.
5135 * gdb.reverse/solib-precsave.exp: Likewise.
5136 * gdb.reverse/step-precsave.exp: Likewise.
5137 * gdb.reverse/until-precsave.exp: Likewise.
5138 * gdb.reverse/watch-precsave.exp: Likewise.
5139
5140 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5141
5142 * gdb.base/bp-permanent.c: Include unistd.h.
5143 * gdb.python/py-framefilter-mi.c (main): Add return type.
5144 * gdb.python/py-framefilter.c (main): Likewise.
5145 * gdb.trace/actions-changed.c (main): Likewise.
5146
5147 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5148
5149 * gdb.mi/until.c: Add eye-catchers.
5150 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5151 line numbers.
5152
5153 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5154
5155 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5156 function header variants in break1.c.
5157 * gdb.base/ena-dis-br.exp: Likewise.
5158 * gdb.base/hbreak2.exp: Likewise.
5159 * gdb.reverse/until-precsave.exp: Drop references to removed
5160 non-prototype function header variants in ur1.c.
5161 * gdb.reverse/until-reverse.exp: Likewise.
5162
5163 2014-11-17 Petr Machata <pmachata@redhat.com>
5164
5165 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5166 ${_cu_offset_size} bytes abbrev offset.
5167
5168 2014-11-15 Doug Evans <xdje42@gmail.com>
5169
5170 PR symtab/17559
5171 * gdb.base/line-symtabs.exp: New file.
5172 * gdb.base/line-symtabs.c: New file.
5173 * gdb.base/line-symtabs.h: New file.
5174
5175 2014-11-14 Yao Qi <yao@codesourcery.com>
5176
5177 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5178 (func): Add label func_label.
5179 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5180 Replace low_pc and high_pc with MACRO_AT_range.
5181 Replace name, low_pc and high_pc with MACRO_AT_func.
5182
5183 2014-11-14 Yao Qi <yao@codesourcery.com>
5184
5185 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5186 Replace name, low_pc and high_pc with MACRO_AT_func.
5187
5188 2014-11-14 Yao Qi <yao@codesourcery.com>
5189
5190 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5191 produce debug information.
5192 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5193
5194 2014-11-14 Yao Qi <yao@codesourcery.com>
5195
5196 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5197 object and get function length.
5198 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5199 with MACRO_AT_func.
5200 (top-level): Replace gdb_compile and clean_restart with
5201 prepare_for_testing.
5202 * gdb.dwarf2/main.c (main): Add label main_label.
5203
5204 2014-11-14 Yao Qi <yao@codesourcery.com>
5205
5206 * lib/dwarf.exp (function_range): New procedure.
5207 (Dwarf::_handle_macro_at_func): New procedure.
5208 (Dwarf::_handle_macro_at_range): New procedure.
5209 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5210
5211 2014-11-14 Yao Qi <yao@codesourcery.com>
5212
5213 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5214 (_handle_attribute): New procedure.
5215
5216 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5217
5218 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5219 * gdb.base/call-sc.c (zed): Likewise.
5220 * gdb.base/checkpoint.c (main): Likewise.
5221 * gdb.base/dump.c (main): Likewise.
5222 * gdb.base/gcore.c (main): Likewise.
5223 * gdb.base/huge.c (main): Likewise.
5224 * gdb.base/multi-forks.c (main): Likewise.
5225 * gdb.base/pr10179-a.c (main): Likewise.
5226 * gdb.base/savedregs.c (main): Likewise.
5227 * gdb.base/sigaltstack.c (main): Likewise.
5228 * gdb.base/siginfo.c (main): Likewise.
5229 * gdb.base/structs.c (zed): Likewise.
5230 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5231 * gdb.mi/mi-syn-frame.c (main): Likewise.
5232 * gdb.mi/until.c (foo, main): Likewise.
5233 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5234 * gdb.base/solib-weak.c (foo): Declare.
5235 * gdb.base/attach-twice.c: Include stdio.h.
5236 * gdb.base/weaklib1.c: Likewise.
5237 * gdb.base/weaklib2.c: Likewise.
5238 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5239 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5240 unistd.h.
5241 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5242 * gdb.mi/mi-exit-code.c: Likewise.
5243 * gdb.base/break-interp-lib.c: Include string.h.
5244 * gdb.base/coremaker.c: Likewise.
5245 * gdb.base/testenv.c: Likewise.
5246 * gdb.python/py-finish-breakpoint.c: Likewise.
5247 * gdb.base/inferior-died.c: Include sys/wait.h.
5248 * gdb.base/fileio.c: Include time.h.
5249 * gdb.base/async-shell.c: Include unistd.h.
5250 * gdb.base/dprintf-non-stop.c: Likewise.
5251 * gdb.base/info-os.c: Likewise.
5252 * gdb.mi/mi-console.c: Likewise.
5253 * gdb.mi/watch-nonstop.c: Likewise.
5254 * gdb.python/py-events.c: Likewise.
5255 * gdb.base/async.c (baz): Move up before its invocation.
5256 * gdb.base/code_elim2.c (my_global_func): Likewise.
5257 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5258 * gdb.base/advance.c (func2): Likewise.
5259
5260 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5261
5262 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5263 variant.
5264 * gdb.base/annota3.c: Likewise.
5265 * gdb.base/async.c: Likewise.
5266 * gdb.base/average.c: Likewise.
5267 * gdb.base/call-ar-st.c: Likewise.
5268 * gdb.base/call-rt-st.c: Likewise.
5269 * gdb.base/call-sc.c: Likewise.
5270 * gdb.base/call-strs.c: Likewise.
5271 * gdb.base/ending-run.c: Likewise.
5272 * gdb.base/execd-prog.c: Likewise.
5273 * gdb.base/exprs.c: Likewise.
5274 * gdb.base/foll-exec.c: Likewise.
5275 * gdb.base/foll-fork.c: Likewise.
5276 * gdb.base/foll-vfork.c: Likewise.
5277 * gdb.base/funcargs.c: Likewise.
5278 * gdb.base/gcore.c: Likewise.
5279 * gdb.base/jump.c: Likewise.
5280 * gdb.base/langs0.c: Likewise.
5281 * gdb.base/langs1.c: Likewise.
5282 * gdb.base/langs2.c: Likewise.
5283 * gdb.base/mips_pro.c: Likewise.
5284 * gdb.base/nodebug.c: Likewise.
5285 * gdb.base/opaque0.c: Likewise.
5286 * gdb.base/opaque1.c: Likewise.
5287 * gdb.base/recurse.c: Likewise.
5288 * gdb.base/run.c: Likewise.
5289 * gdb.base/scope0.c: Likewise.
5290 * gdb.base/scope1.c: Likewise.
5291 * gdb.base/setshow.c: Likewise.
5292 * gdb.base/setvar.c: Likewise.
5293 * gdb.base/shmain.c: Likewise.
5294 * gdb.base/shr1.c: Likewise.
5295 * gdb.base/shr2.c: Likewise.
5296 * gdb.base/sigall.c: Likewise.
5297 * gdb.base/signals.c: Likewise.
5298 * gdb.base/so-indr-cl.c: Likewise.
5299 * gdb.base/solib2.c: Likewise.
5300 * gdb.base/structs.c: Likewise.
5301 * gdb.base/sum.c: Likewise.
5302 * gdb.base/vforked-prog.c: Likewise.
5303 * gdb.base/watchpoint.c: Likewise.
5304 * gdb.reverse/shr2.c: Likewise.
5305 * gdb.reverse/until-reverse.c: Likewise.
5306 * gdb.reverse/ur1.c: Likewise.
5307 * gdb.reverse/watch-reverse.c: Likewise.
5308
5309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5310
5311 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5312 variant.
5313 * gdb.base/sepdebug.exp: Drop references to removed code.
5314
5315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5316
5317 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5318 variant. Preserve original line numbering.
5319 * gdb.base/list1.c: Likewise.
5320
5321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5322
5323 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5324 variant.
5325 * gdb.base/break1.c: Likewise.
5326 * gdb.base/break.exp: Drop references to removed code.
5327
5328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5329
5330 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5331 variant.
5332
5333 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5334
5335 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5336
5337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5338
5339 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5340 logic into perform_all_tests() and invoke it with and without
5341 function header prototypes.
5342 (do_function_calls): Remove conditional XFAIL for PR 5318.
5343 (rerun_and_prepare): Remove duplicate code.
5344 (perform_all_tests): New. Main logic moved here.
5345
5346 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5347
5348 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5349 code guarded by #ifdef NO_PROTOTYPES.
5350 (t_double_many_args): Likewise.
5351 (DEF_FUNC_MANY_ARGS_1): Likewise.
5352 (DEF_FUNC_VALUES_1): Likewise.
5353 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5354 guarded by #ifdef PROTOTYPES.
5355
5356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5357
5358 * gdb.mi/mi-console.c: Add eye-catcher.
5359 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5360 instead of literal line number.
5361
5362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5363
5364 * gdb.base/shr2.c: Add eye-catcher.
5365 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5366 line number.
5367
5368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5369
5370 * gdb.base/jump.c: Add eye-catchers.
5371 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5372 numbers.
5373
5374 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5375
5376 * gdb.base/execd-prog.c: Add eye-catchers.
5377 * gdb.base/foll-exec.c: Likewise.
5378 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5379 line numbers.
5380
5381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5382
5383 * gdb.base/ending-run.c: Add eye-catchers.
5384 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5385 literal line numbers.
5386
5387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5388
5389 * gdb.base/call-rt-st.c: Add eye-catchers.
5390 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5391 literal line numbers.
5392
5393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5394
5395 * gdb.base/call-ar-st.c: Add eye-catchers.
5396 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5397 literal line numbers.
5398
5399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5400
5401 * gdb.base/average.c: Add eye-catchers.
5402 * gdb.base/sum.c: Likewise.
5403 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5404 regexps dynamically.
5405
5406 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5407
5408 * gdb.base/solib1.c: Add eye-catchers.
5409 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5410 literal line numbers.
5411
5412 2014-11-12 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5415 leader has exited.
5416
5417 2014-11-12 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.arch/i386-bp_permanent.c: New file.
5420 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5421 (srcfile): Set to i386-bp_permanent.c.
5422 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5423 that stepi does not execute the 'leave' instruction, instead of
5424 testing it does execute.
5425 * gdb.base/bp-permanent.c: New file.
5426 * gdb.base/bp-permanent.exp: New file.
5427
5428 2014-11-10 Doug Evans <xdje42@gmail.com>
5429
5430 PR symtab/17564
5431 * gdb.base/symtab-search-order.exp: New file.
5432 * gdb.base/symtab-search-order.c: New file.
5433 * gdb.base/symtab-search-order-1.c: New file.
5434 * gdb.base/symtab-search-order-shlib-1.c: New file.
5435
5436 2014-11-07 Pedro Alves <palves@redhat.com>
5437
5438 PR gdb/17511
5439 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5440 i?86-*-linux*.
5441
5442 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5443
5444 PR c++/17494
5445 * gdb.cp/pr17494.cc: New file.
5446 * gdb.cp/pr17494.exp: New file.
5447
5448 2014-11-02 Yao Qi <yao@codesourcery.com>
5449
5450 * gdb.python/python.exp: Get working directory and match the
5451 output of "set extended-prompt \\w " with it.
5452
5453 2014-10-30 Doug Evans <dje@google.com>
5454
5455 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5456 in objfiles.
5457 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5458 in progspaces.
5459
5460 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
5461
5462 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5463 * gdb.base/realname-expand.exp: Likewise.
5464 * gdb.linespec/macro-relative.exp: Likewise.
5465
5466 2014-10-29 Pedro Alves <palves@redhat.com>
5467
5468 PR gdb/17408
5469 * gdb.threads/schedlock.c (some_function): New function.
5470 (call_function): New global.
5471 (MAYBE_CALL_SOME_FUNCTION): New macro.
5472 (thread_function): Call it.
5473 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5474 and use it instead of a global counter. Adjust all callers.
5475 (get_current_thread): Use "find current thread" for test message
5476 here rather than having all callers pass down the same string.
5477 (goto_loop): New procedure, factored out from ...
5478 (my_continue): ... this.
5479 (step_ten_loops): Change parameter from test message to command to
5480 use. Adjust.
5481 (list_count): Delete global.
5482 (check_result): New procedure, factored out from duplicate top
5483 level code.
5484 (continue tests): Wrap in with_test_prefix.
5485 (test_step): New procedure, factored out from duplicate top level
5486 code.
5487 (top level): Test "step" in combination with all scheduler-locking
5488 modes. Test "next" in combination with all scheduler-locking
5489 modes, and in combination with stepping over a function call or
5490 not.
5491 * gdb.threads/next-bp-other-thread.c: New file.
5492 * gdb.threads/next-bp-other-thread.exp: New file.
5493
5494 2014-10-29 Pedro Alves <palves@redhat.com>
5495
5496 PR python/17372
5497 * gdb.python/python.exp: Test a multi-line command that spawns
5498 interactive Python.
5499 * gdb.base/multi-line-starts-subshell.exp: New file.
5500
5501 2014-10-29 Yao Qi <yao@codesourcery.com>
5502
5503 * gdb.base/fileio.exp: Make directories on host.
5504
5505 2014-10-29 Yao Qi <yao@codesourcery.com>
5506
5507 * gdb.base/fileio.c (test_write): Close the file.
5508
5509 2014-10-28 Pedro Alves <palves@redhat.com>
5510
5511 PR gdb/12623
5512 * gdb.base/sigstep.c (no_handler): New global.
5513 (main): If 'no_handler is true, set the signal handlers to
5514 SIG_IGN.
5515 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5516 with_sw_watch and no_handler parameters. Handle them.
5517 (top level) <stepping over handler when stopped at a breakpoint
5518 test>: Add a test axis for testing with a software watchpoint, and
5519 another for testing with the signal handler set to SIG_IGN.
5520 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5521 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5522
5523 2014-10-28 Pedro Alves <palves@redhat.com>
5524
5525 PR gdb/17511
5526 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5527 * gdb.base/sigstep.exp (other_handler_location): New global.
5528 (advance): Support stepping into the signal handler, and running
5529 commands while in the handler.
5530 (in_handler_map): New global.
5531 (top level): In the advance test, add combinations for getting
5532 into the handler with stepping commands, and for running commands
5533 in the handler. Add comment descripting the advancei tests.
5534
5535 2014-10-28 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.base/sigstep.exp: Use build_executable instead of
5538 prepare_for_testing.
5539 (top level): Move code that starts GDB, runs to main and creates a
5540 display to ...
5541 (restart): ... this new procedure.
5542 (top level): Move backtrace from signal handler test to ...
5543 (validate_backtrace): ... this new procedure.
5544 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5545 with_test_prefix. Always restart GDB.
5546 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5547 with_test_prefix. Always restart GDB. No need to delete
5548 breakpoints after the test.
5549 (test_skip_handler): Remove prefix parameter.
5550 (skip_over_handler, breakpoint_to_handler)
5551 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5552 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5553 restart GDB. No need to delete breakpoints after the test.
5554 (top level): Use foreach to call the test procedures with
5555 different commands.
5556
5557 2014-10-28 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5560 instead of GNATS numbers.
5561 * gdb.base/sigbpt.exp: Likewise.
5562 * gdb.base/siginfo.exp: Likewise.
5563 * gdb.base/sigstep.exp: Likewise.
5564
5565 2014-10-27 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.base/sigstep.c (dummy): New global.
5568 (main): Issue a couple writes to the new global.
5569 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5570 procedures.
5571 (skip_over_handler): Use test_skip_handler.
5572 (top level): Call skip_over_handler for stepi and nexti too.
5573 (breakpoint_over_handler): Use test_skip_handler.
5574 (top level): Call breakpoint_over_handler for stepi and nexti too.
5575
5576 2014-10-27 Yao Qi <yao@codesourcery.com>
5577
5578 * gdb.trace/tfile.c (adjust_function_address)
5579 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5580 function descriptor.
5581
5582 2014-10-24 Don Breazeal <donb@codesourcery.com>
5583
5584 * gdb.base/foll-fork.exp (test_follow_fork,
5585 catch_fork_child_follow): Check for updated fork messages emitted
5586 from infrun.c.
5587 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5588 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5589 vfork_and_exec_child_follow_through_step): Check for updated vfork
5590 messages emitted from infrun.c.
5591
5592 2014-10-24 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.base/corefile.exp: Remove references to ultrix.
5595 * gdb.base/interrupt.exp: Likewise.
5596 * gdb.base/whatis.exp: Likewise.
5597 * gdb.gdb/selftest.exp: Likewise.
5598 * gdb.threads/manythreads.exp: Likewise.
5599 * gdb.threads/print-threads.exp: Likewise.
5600 * gdb.threads/pthreads.exp:: Likewise.
5601 * gdb.threads/schedlock.exp: Likewise.
5602
5603 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5604
5605 * gdb.cp/non-trivial-retval.cc: Add a test case.
5606 * gdb.cp/non-trivial-retval.exp: Add a test.
5607
5608 2014-10-20 Yao Qi <yao@codesourcery.com>
5609
5610 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5611 * gdb.python/py-objfile-script-gdb.py: New file.
5612 * gdb.python/py-objfile-script.exp: Update reference to
5613 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5614 of remote_download. Remove the dest file.
5615
5616 2014-10-20 Yao Qi <yao@codesourcery.com>
5617
5618 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5619 * gdb.base/step-line.exp: Likewise.
5620 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5621 * gdb.dwarf2/dw2-basic.exp: Likewise.
5622 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5623 * gdb.dwarf2/dw2-filename.exp: Likewise.
5624 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5625 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5626 * gdb.dwarf2/dw2-producer.exp: Likewise.
5627 * gdb.dwarf2/mac-fileno.exp: Likewise.
5628 * gdb.python/py-frame-args.exp: Likewise.
5629 * gdb.python/py-framefilter.exp: Likewise.
5630 * gdb.python/py-mi.exp: Likewise.
5631 * gdb.python/py-objfile-script.exp: Likewise
5632 * gdb.python/py-pp-integral.exp: Likewise.
5633 * gdb.python/py-pp-re-notag.exp: Likewise.
5634 * gdb.python/py-prettyprint.exp: Likewise.
5635 * gdb.python/py-section-script.exp: Likewise.
5636 * gdb.python/py-typeprint.exp: Likewise.
5637 * gdb.python/py-xmethods.exp: Likewise.
5638 * gdb.stabs/weird.exp: Likewise.
5639 * gdb.xml/tdesc-regs.exp: Likewise.
5640
5641 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5642
5643 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5644 (out_cu): Use addr_len for the size of addresses.
5645 (out_line): Likewise. Size DW_LNE_set_address instruction
5646 according to addr_len.
5647 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5648 (FUNC): Add START_INSNS to definition.
5649
5650 2014-10-18 Yao Qi <yao@codesourcery.com>
5651
5652 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5653 gdb_has_argv0 return true.
5654 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5655 check [target_info exists noargs], check [gdb_has_argv0]
5656 instead.
5657 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5658 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5659 procedures.
5660
5661 2014-10-17 Doug Evans <dje@google.com>
5662
5663 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5664 event.
5665 * gdb.python/py-events.py: Add clear_objfiles event.
5666
5667 2014-10-17 Doug Evans <dje@google.com>
5668
5669 * gdb.python/py-objfile.exp: Test progspace attribute.
5670
5671 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
5672
5673 * gdb.guile/scm-breakpoint.exp: Do not assume any
5674 directory separators when matching source file paths.
5675 * gdb.python/py-breakpoint.exp: Likewise.
5676 * gdb.reverse/break-precsave.exp: Likewise.
5677 * gdb.reverse/break-reverse.exp: Likewise.
5678 * gdb.reverse/consecutive-precsave.exp: Likewise.
5679 * gdb.reverse/finish-precsave.exp: Likewise.
5680 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5681 * gdb.reverse/finish-reverse.exp: Likewise.
5682 * gdb.reverse/i386-precsave.exp: Likewise.
5683 * gdb.reverse/i387-env-reverse.exp: Likewise.
5684 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5685 * gdb.reverse/machinestate-precsave.exp: Likewise.
5686 * gdb.reverse/machinestate.exp: Likewise.
5687 * gdb.reverse/sigall-precsave.exp: Likewise.
5688 * gdb.reverse/solib-precsave.exp: Likewise.
5689 * gdb.reverse/step-precsave.exp: Likewise.
5690 * gdb.reverse/until-precsave.exp: Likewise.
5691 * gdb.reverse/watch-precsave.exp: Likewise.
5692 * gdb.reverse/watch-reverse.exp: Likewise.
5693
5694 2014-10-17 Yao Qi <yao@codesourcery.com>
5695
5696 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5697 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5698
5699 2014-10-17 Pedro Alves <palves@redhat.com>
5700
5701 PR gdb/17471
5702 * gdb.base/bg-execution-repeat.c: New file.
5703 * gdb.base/bg-execution-repeat.exp: New file.
5704
5705 2014-10-17 Pedro Alves <palves@redhat.com>
5706
5707 PR gdb/17300
5708 * gdb.base/continue-all-already-running.c: New file.
5709 * gdb.base/continue-all-already-running.exp: New file.
5710
5711 2014-10-17 Pedro Alves <palves@redhat.com>
5712
5713 PR gdb/17472
5714 * gdb.base/annota-input-while-running.c: New file.
5715 * gdb.base/annota-input-while-running.exp: New file.
5716
5717 2014-10-17 Pedro Alves <palves@redhat.com>
5718
5719 * gdb.base/callfuncs.exp: emove references to osf.
5720 * gdb.base/sigall.exp: Likewise.
5721 * gdb.gdb/selftest.exp: Likewise.
5722 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5723 * gdb.mi/non-stop.c: Likewise.
5724 * gdb.mi/pthreads.c: Likewise.
5725 * gdb.reverse/sigall-precsave.exp: Likewise.
5726 * gdb.reverse/sigall-reverse.exp: Likewise.
5727 * gdb.threads/pthreads.c: Likewise.
5728 * gdb.threads/pthreads.exp: Likewise.
5729
5730 2014-10-17 Yao Qi <yao@codesourcery.com>
5731
5732 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5733 check 'target_info exists noargs'.
5734 (test_command_prompt_position): Likewise.
5735 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5736 Remove "set args".
5737 (progvar_simple_while_test): Likewise.
5738 (progvar_complex_if_while_test): Likewise.
5739 (if_while_breakpoint_command_test): Likewise.
5740 (infrun_breakpoint_command_test): Likewise.
5741 (breakpoint_command_test): Likewise.
5742 (watchpoint_command_test): Likewise.
5743 (bp_deleted_in_command_test): Likewise.
5744 (temporary_breakpoint_commands): Likewise.
5745
5746 2014-10-16 Yao Qi <yao@codesourcery.com>
5747
5748 * gdb.base/remotetimeout.exp: Remove noargs checking.
5749
5750 2014-10-15 Pedro Alves <palves@redhat.com>
5751
5752 PR breakpoints/9649
5753 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5754 * gdb.base/breakpoint-in-ro-region.exp
5755 (probe_target_hardware_step): New procedure.
5756 (top level): Probe hardware stepping and hardware breakpoint
5757 support. Test stepping through a read-only region, with both
5758 "breakpoint auto-hw" on and off and both "always-inserted" on and
5759 off.
5760
5761 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5762
5763 * gdb.dlang/demangle.exp: Update for demangling changes.
5764
5765 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5766
5767 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5768 * gdb.cp/non-trivial-retval.exp: Add new tests.
5769
5770 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5771
5772 PR c++/13403
5773 PR c++/15154
5774 * gdb.cp/non-trivial-retval.cc: New file.
5775 * gdb.cp/non-trivial-retval.exp: New file.
5776
5777 2014-10-15 Yao Qi <yao@codesourcery.com>
5778
5779 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5780 remote host.
5781
5782 2014-10-15 Yao Qi <yao@codesourcery.com>
5783
5784 * gdb.python/py-symbol.exp: Match file base name if host is
5785 remote, otherwise match file name with dir name.
5786 * gdb.python/py-symtab.exp: Likewise.
5787 * gdb.python/python.exp: Likewise.
5788
5789 2014-10-15 Yao Qi <yao@codesourcery.com>
5790
5791 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5792 pattern.
5793 * gdb.python/py-symtab.exp: Likewise.
5794 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5795 locationn.
5796
5797 2014-10-14 Joel Brobecker <brobecker@adacore.com>
5798
5799 * gdb.ada/addr_arith: New testcase.
5800
5801 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5802
5803 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5804 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5805 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5806 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5807
5808 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5809
5810 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5811 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5812 * gdb.arch/stap-eval-lang-ada.exp: New file.
5813
5814 2014-10-14 Yao Qi <yao@codesourcery.com>
5815
5816 * gdb.mi/mi-var-child.c (nothing1): New function.
5817 (nothing2): New function.
5818 (do_children_tests): Set function pointers by nothing1 and
5819 nothing2.
5820 * gdb.mi/mi-var-child.exp: Step over new added statements.
5821 Update test to match the new output.
5822 * gdb.mi/var-cmd.c (nothing1): New function.
5823 (nothing2): New function.
5824 (do_children_tests): Set function pointers by nothing1 and
5825 nothing2.
5826 * gdb.mi/mi-var-display.exp: Update test to match output.
5827 Step to the line specified by $line_dct_nothing.
5828 Increase the number of lines to step.
5829
5830 2014-10-14 Yao Qi <yao@codesourcery.com>
5831
5832 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5833 tests.
5834 * gdb.mi/mi2-var-child.exp: Likewise.
5835
5836 2014-10-13 Doug Evans <dje@google.com>
5837
5838 * gdb.python/py-objfile.exp: Change name of file name test.
5839
5840 2014-10-13 Doug Evans <dje@google.com>
5841
5842 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5843 from the start of the CU.
5844
5845 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5846 Yao Qi <yao@codesourcery.com>
5847
5848 Fix "save breakpoints" for "catch" command.
5849 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5850 Remove -nonewline. Match also the added "main" line.
5851
5852 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5853
5854 Fix "save breakpoints" for "disable $bpnum" command.
5855 * gdb.base/save-bp.c (main): Add label.
5856 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5857
5858 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5859
5860 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5861
5862 2014-10-11 Yao Qi <yao@codesourcery.com>
5863
5864 * gdb.server/server-kill.exp: Execute command
5865 "set remote trace-status-packet on" before "tstatus".
5866
5867 2014-10-11 Yao Qi <yao@codesourcery.com>
5868
5869 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5870 (main): Call getppid.
5871 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5872 and continue to it. Read variable "server_pid".
5873
5874 2014-10-11 Yao Qi <yao@codesourcery.com>
5875
5876 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5877
5878 2014-10-11 Yao Qi <yao@codesourcery.com>
5879
5880 * gdb.threads/thread-find.exp: Don't execute command
5881 "info threads".
5882 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5883 * gdb.threads/linux-dp.exp: Don't check the condition
5884 $threads_created equals to zero.
5885
5886 2014-10-10 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/bigcore.exp: Remove references to IRIX.
5889 * gdb.base/funcargs.exp: Likewise.
5890 * gdb.base/interrupt.exp: Likewise.
5891 * gdb.base/mips_pro.exp: Likewise.
5892 * gdb.base/nodebug.exp: Likewise.
5893 * gdb.base/setvar.exp: Likewise.
5894 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5895
5896 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5897 Pedro Alves <palves@redhat.com>
5898
5899 PR symtab/14466
5900 * gdb.base/vdso-warning.c: New file.
5901 * gdb.base/vdso-warning.exp: New file.
5902
5903 2014-10-02 Doug Evans <dje@google.com>
5904
5905 * gdb.base/structs.c (main): Don't run forever.
5906
5907 2014-10-02 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5910 (top level) <stop threads 1, stop threads 2>: Use it.
5911
5912 2014-10-02 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.threads/break-while-running.exp (test): Add new
5915 'update_thread_list' argument. Skip "info threads" if false.
5916 (top level): Add new 'update_thread_list' axis.
5917
5918 2014-10-02 Pedro Alves <palves@redhat.com>
5919
5920 PR breakpoints/17431
5921 * gdb.base/execl-update-breakpoints.c: New file.
5922 * gdb.base/execl-update-breakpoints.exp: New file.
5923
5924 2014-10-01 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/breakpoint-in-ro-region.c: New file.
5927 * gdb.base/breakpoint-in-ro-region.exp: New file.
5928
5929 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5930
5931 * gdb.mi/mi-exit-code.exp: New file.
5932 * gdb.mi/mi-exit-code.c: New file.
5933
5934 2014-09-30 Yao Qi <yao@codesourcery.com>
5935
5936 * lib/prelink-support.exp (build_executable_own_libs): Error if
5937 the target isn't native.
5938
5939 2014-09-30 Yao Qi <yao@codesourcery.com>
5940
5941 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5942 false.
5943
5944 2014-09-22 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.threads/break-while-running.exp: New file.
5947 * gdb.threads/break-while-running.c: New file.
5948
5949 2014-09-19 Yao Qi <yao@codesourcery.com>
5950
5951 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5952 Invoke test. Restart GDB with --readnow and invoke test again.
5953
5954 2014-09-19 Yao Qi <yao@codesourcery.com>
5955
5956 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5957 proc set_breakpoint_on_gcd_function. Invoke
5958 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5959 invoke set_breakpoint_on_gcd_function again.
5960
5961 2014-09-18 Doug Evans <dje@google.com>
5962
5963 * gdb.dwarf2/symtab-producer.exp: New file.
5964
5965 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5966
5967 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5968 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5969 * gdb.base/global-var-nested-by-dso.c: Likewise.
5970 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5971
5972 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5973 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/watch-bitfields.exp: Pass string other than test file
5976 name to prepare_for_testing.
5977 (watch): New procedure.
5978 (expect_watchpoint): Use with_test_prefix.
5979 (top level): Factor out tests to ...
5980 (test_watch_location, test_regular_watch): ... these new
5981 procedures, and use with_test_prefix and gdb_continue_to_end.
5982
5983 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5984
5985 PR breakpoints/12526
5986 * gdb.base/watch-bitfields.exp: New file.
5987 * gdb.base/watch-bitfields.c: New file.
5988
5989 2014-09-16 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5992 software and hardware addresses, not software address against
5993 itself.
5994
5995 2014-09-16 Pedro Alves <palves@redhat.com>
5996
5997 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5998 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5999
6000 2014-09-16 Pedro Alves <palves@redhat.com>
6001
6002 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6003 files.
6004 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6005 "*-*-vxworks*" throughout.
6006 * gdb.base/break.exp: Likewise.
6007 * gdb.base/default.exp: Likewise.
6008 * gdb.base/scope.exp: Likewise.
6009 * gdb.base/sepdebug.exp: Likewise.
6010 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6011 throughout.
6012 * gdb.base/run.c: Likewise.
6013 * gdb.base/sepdebug.c: Likewise.
6014 * gdb.hp/gdb.aCC/run.c: Likewise.
6015 * gdb.reverse/until-reverse.c: Likewise.
6016 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6017
6018 2014-09-16 Yao Qi <yao@codesourcery.com>
6019
6020 * boards/local-remote-host-native.exp: New file.
6021
6022 2014-09-14 Doug Evans <xdje42@gmail.com>
6023
6024 * gdb.threads/queue-signal.c (thread_count): New variable.
6025 (thread_count_mutex, thread_count_condvar): New variables.
6026 (incr_thread_count, wait_all_threads_running): New functions.
6027 (main): Wait for all threads to be in their thread functions.
6028
6029 2014-09-13 Doug Evans <xdje42@gmail.com>
6030
6031 * gdb.threads/queue-signal.c: New file.
6032 * gdb.threads/queue-signal.exp: New file.
6033
6034 2014-09-13 Doug Evans <xdje42@gmail.com>
6035
6036 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6037 be consistent with what default_gdb_init uses.
6038 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6039 the plain text of the prompt. Add some logging printfs.
6040 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6041
6042 2014-09-12 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6045 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6046 * gdb.arch/i386-size-overlap.exp: Likewise.
6047 * gdb.arch/i386-size.exp: Likewise.
6048 * gdb.arch/i386-unwind.exp: Likewise.
6049 * gdb.base/a2-run.exp: Likewise.
6050 * gdb.base/break.exp: Likewise.
6051 * gdb.base/charset.exp: Likewise.
6052 * gdb.base/chng-syms.exp: Likewise.
6053 * gdb.base/commands.exp: Likewise.
6054 * gdb.base/dbx.exp: Likewise.
6055 * gdb.base/find.exp: Likewise.
6056 * gdb.base/funcargs.exp: Likewise.
6057 * gdb.base/jit-simple.exp: Likewise.
6058 * gdb.base/reread.exp: Likewise.
6059 * gdb.base/sepdebug.exp: Likewise.
6060 * gdb.base/step-bt.exp: Likewise.
6061 * gdb.cp/mb-inline.exp: Likewise.
6062 * gdb.cp/mb-templates.exp: Likewise.
6063 * gdb.objc/basicclass.exp: Likewise.
6064 * gdb.threads/killed.exp: Likewise.
6065
6066 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6067
6068 PR tdep/17379
6069 * gdb.arch/powerpc-stackless.S: New file.
6070 * gdb.arch/powerpc-stackless.exp: New file.
6071
6072 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.base/attach.c: Include unistd.h.
6075 (main): Call alarm. Add label postloop.
6076 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6077 gdb_breakpoint, gdb_continue_to_breakpoint.
6078 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6079
6080 2014-09-11 Pedro Alves <palves@redhat.com>
6081
6082 PR gdb/17347
6083 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6084 * gdb.base/attach.exp (test_command_line_attach_run): New
6085 procedure.
6086 (top level): Call it.
6087
6088 2014-09-11 Pedro Alves <palves@redhat.com>
6089
6090 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6091 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6092 (do_command_attach_tests): Use spawn_wait_for_attach.
6093 * gdb.base/solib-overlap.exp: Likewise.
6094 * gdb.multi/multi-attach.exp: Likewise.
6095 * gdb.python/py-prompt.exp: Likewise.
6096 * gdb.python/py-sync-interp.exp: Likewise.
6097 * gdb.server/ext-attach.exp: Likewise.
6098
6099 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6100
6101 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6102 command in testcase. Simplify testcase.
6103
6104 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6105
6106 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6107
6108 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6109
6110 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6111
6112 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6113
6114 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6115
6116 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6117
6118 * gdb.dwarf2/dynarr-ptr.c: New file.
6119 * gdb.dwarf2/dynarr-ptr.exp: New file.
6120
6121 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6122
6123 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6124 of 30 rather than hardcoding 120 for a slow test case. Take the
6125 `gdb,timeout' target setting into account for this calculation.
6126 Don't extend the timeout for the test cases that don't need it.
6127
6128 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6129
6130 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6131 a factor of 2 for a slow test case. Take the `gdb,timeout'
6132 target setting into account for this calculation.
6133 * gdb.reverse/until-precsave.exp: Increase the timeout by
6134 a factor of 15 and 3 respectively rather than adding 120
6135 for a pair of slow test cases. Take the `gdb,timeout'
6136 target setting into account for this calculation.
6137
6138 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6139
6140 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6141 timeout, don't pass one down to gdb_expect.
6142 (gdb_expect): Rework timeout selection.
6143
6144 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6145
6146 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6147 exception on timeout.
6148 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6149 (gdbserver_start_extended): Catch any `gdbserver_start' error
6150 exceptions.
6151 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6152 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6153 `gdbserver_gdb_load' error exceptions.
6154
6155 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6156
6157 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6158 120 on waiting for the TCP socket to open.
6159
6160 2014-09-09 Doug Evans <xdje42@gmail.com>
6161
6162 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6163 _caller_matches, _any_caller_is, _any_caller_matches.
6164
6165 2014-09-09 Doug Evans <xdje42@gmail.com>
6166
6167 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6168
6169 2014-09-09 Yao Qi <yao@codesourcery.com>
6170
6171 * gdb.mi/mi-var-display.exp: Set print symbol off.
6172
6173 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6174
6175 PR gdb/17035
6176 * gdb.base/commands.exp: Add tests to verify user-defined
6177 commands with empty bodies.
6178 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6179 python commands in `show user command`.
6180 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6181 scheme commands in `show user command`.
6182
6183 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6184
6185 PR python/17355
6186 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6187 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6188 * gdb.python/py-framefilter-invalidarg.exp: New file.
6189 * gdb.python/py-framefilter-invalidarg.py: New file.
6190
6191 2014-09-06 Doug Evans <xdje42@gmail.com>
6192
6193 PR 15276
6194 * gdb.python/py-caller-is.c: New file.
6195 * gdb.python/py-caller-is.exp: New file.
6196
6197 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6198
6199 PR gdb/17235
6200 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6201 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6202
6203 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6204
6205 PR fortran/17237
6206 * gdb.fortran/print-formatted.exp: New file.
6207 * gdb.fortran/print-formatted.f90: Likewise.
6208
6209 2014-09-03 Sasha Smundak <asmundak@google.com>
6210
6211 * gdb.python/py-frame.exp: Test Frame.read_register.
6212
6213 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6214
6215 PR python/16699
6216 * gdb.python/py-completion.exp: New file.
6217 * gdb.python/py-completion.py: Likewise.
6218
6219 2014-08-28 Doug Evans <dje@google.com>
6220
6221 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6222 eax,etc. are live with values set by gdb and thus the compiler can't
6223 use them.
6224 * gdb.arch/i386-pseudo.c (main): Ditto.
6225
6226 2014-08-27 Doug Evans <dje@google.com>
6227
6228 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6229
6230 2014-08-25 Doug Evans <dje@google.com>
6231
6232 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6233 (main): Ditto.
6234
6235 2014-08-25 Doug Evans <dje@google.com>
6236
6237 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6238
6239 2014-08-24 Yao Qi <yao@codesourcery.com>
6240
6241 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6242 symbol off.
6243 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6244
6245 2014-08-22 Doug Evans <dje@google.com>
6246
6247 PR 17276
6248 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6249 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6250 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6251
6252 2014-08-22 Yao Qi <yao@codesourcery.com>
6253
6254 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6255 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6256 * gdb.python/python.exp: Likewise. Use .py file on the host
6257 instead of the build.
6258
6259 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 * gdb.threads/gcore-stale-thread.c: New file.
6262 * gdb.threads/gcore-stale-thread.exp: New file.
6263
6264 2014-08-21 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6267 * gdb.base/gcore-relro-pie.exp: Likewise.
6268 * gdb.base/gcore-relro.exp: Likewise.
6269 * gdb.base/gcore.exp: Likewise.
6270 * gdb.base/print-symbol-loading.exp: Likewise.
6271 * gdb.threads/gcore-thread.exp: Likewise.
6272 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6273
6274 2014-08-20 Pedro Alves <palves@redhat.com>
6275 Jan Kratochvil <jan.kratochvil@redhat.com>
6276
6277 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6278 configure.
6279 (EXPECT): Handle READ1 being set.
6280 (all): Depend on EXTRA_RULES.
6281 (check-read1, expect-read1, read1.so, read1): New rules.
6282 * README (Testsuite Parameters): Document the READ1 make variable.
6283 (Race detection): New section.
6284 * configure: Regenerate.
6285 * configure.ac: If build==host==target, and running under a
6286 GNU/glibc system, add read1 to the extra Makefile rules.
6287 (EXTRA_RULES): AC_SUBST it.
6288 * lib/read1.c: New file.
6289
6290 2014-08-20 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6293 the handling of variables declared as a typedef to an array
6294 which a DW_AT_data_location attribute.
6295
6296 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
6297 Pedro Alves <palves@redhat.com>
6298
6299 PR symtab/14604
6300 PR symtab/14605
6301 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6302 gdb_test.
6303
6304 2014-08-19 Pedro Alves <palves@redhat.com>
6305
6306 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6307
6308 2014-08-19 Yao Qi <yao@codesourcery.com>
6309
6310 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6311 right line.
6312
6313 2014-08-18 David Blaikie <dblaikie@gmail.com>
6314
6315 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6316
6317 2014-08-18 Joel Brobecker <brobecker@adacore.com>
6318
6319 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6320 attribute in array range.
6321
6322 2014-08-18 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6325
6326 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6327
6328 PR c++/17132
6329 * gdb.cp/pr17132.cc: New file.
6330 * gdb.cp/pr17132.exp: New file.
6331
6332 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6333
6334 * gdb.python/py-xmethods.py (A_getarrayind)
6335 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6336 Use 'print' with function call syntax.
6337 (E_method_matcher.match): Fix tab vs space indentation mixup.
6338
6339 2014-08-15 Yao Qi <yao@codesourcery.com>
6340
6341 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6342 false.
6343
6344 2014-08-15 Yao Qi <yao@codesourcery.com>
6345
6346 * gdb.cp/casts.exp: Set print symbol off.
6347 * gdb.cp/class2.exp: Likewise.
6348 * gdb.cp/overload.exp: Likewise.
6349 * gdb.cp/templates.exp: Likewise.
6350
6351 2014-08-11 Doug Evans <dje@google.com>
6352
6353 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6354 (test_load_shlib): Update.
6355
6356 2014-08-09 Yao Qi <yao@codesourcery.com>
6357
6358 * gdb.base/display.exp: Invoke is_address_zero_readable.
6359 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6360 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6361 * gdb.base/hbreak-unmapped.exp: Return if
6362 is_address_zero_readable returns true.
6363 * gdb.base/signest.exp: Likewise.
6364 * gdb.base/signull.exp: Likewise.
6365 * gdb.base/sigbpt.exp: Likewise.
6366 * gdb.guile/scm-disasm.exp: Do the test if
6367 is_address_zero_readable returns false.
6368 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6369 * gdb.python/py-arch.exp: Likewise.
6370 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6371 * lib/gdb.exp (is_address_zero_readable): New proc.
6372
6373 2014-08-09 Yao Qi <yao@codesourcery.com>
6374
6375 PR testsuite/13443
6376 * gdb.mi/mi-var-display.exp: Make test messages unique.
6377
6378 2014-08-04 Tom Tromey <tromey@redhat.com>
6379
6380 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6381 target 0".
6382
6383 2014-08-04 Tom Tromey <tromey@redhat.com>
6384
6385 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6386 "target_resume".
6387
6388 2014-08-01 Joel Brobecker <brobecker@adacore.com>
6389
6390 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6391 inner_vla_struct_object_size.
6392 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6393 as xfail.
6394
6395 2014-07-30 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6398 comment.
6399
6400 2014-07-29 Yao Qi <yao@codesourcery.com>
6401
6402 PR gdb/17206
6403 * gdb.base/until-nodebug.exp: New.
6404
6405 2014-07-28 Doug Evans <xdje42@gmail.com>
6406
6407 PR guile/17203
6408 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6409 previously existing parameter, and previously ambiguously spelled
6410 parameter.
6411
6412 2014-07-28 Will Newton <will.newton@linaro.org>
6413
6414 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6415
6416 2014-07-26 Ludovic Courtès <ludo@gnu.org>
6417 Doug Evans <xdje42@gmail.com>
6418
6419 PR guile/17146
6420 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6421
6422 2014-07-25 Pedro Alves <palves@redhat.com>
6423
6424 * gdb.threads/signal-command-handle-nopass.c: New file.
6425 * gdb.threads/signal-command-handle-nopass.exp: New file.
6426 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6427 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6428 * gdb.threads/signal-delivered-right-thread.c: New file.
6429 * gdb.threads/signal-delivered-right-thread.exp: New file.
6430
6431 2014-07-25 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/double-prompt-target-event-error.exp
6434 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6435 match.
6436 (cancel_pagination_in_target_event): Rework double prompt
6437 detection.
6438 * gdb.base/paginate-after-ctrl-c-running.exp
6439 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6440 <return>' match.
6441 * gdb.base/paginate-bg-execution.exp
6442 (test_bg_execution_pagination_return)
6443 (test_bg_execution_pagination_cancel): Remove '-notransfer
6444 <return>' matches.
6445 * gdb.base/paginate-execution-startup.exp
6446 (test_fg_execution_pagination_return)
6447 (test_fg_execution_pagination_cancel): Remove '-notransfer
6448 <return>' matches.
6449 * gdb.base/paginate-inferior-exit.exp
6450 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6451 match.
6452 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6453 * lib/gdb.exp (pagination_prompt): Run text through
6454 string_to_regexp.
6455 (gdb_test_multiple): Match $pagination_prompt instead of
6456 "<return>".
6457 (string_to_regexp): Move to lib/gdb-utils.exp.
6458
6459 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 * gdb.arch/amd64-entry-value-paramref.S: New file.
6462 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6463 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6464 * gdb.arch/amd64-optimout-repeat.S: New file.
6465 * gdb.arch/amd64-optimout-repeat.c: New file.
6466 * gdb.arch/amd64-optimout-repeat.exp: New file.
6467
6468 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6469
6470 PR gdb/17170
6471 * gdb.base/statistics.exp: New file.
6472
6473 2014-07-17 Doug Evans <dje@google.com>
6474
6475 PR gdb/17170
6476 * gdb.base/maint.exp: Update testing of per-command stats.
6477
6478 2014-07-16 Pedro Alves <palves@redhat.com>
6479
6480 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6481 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6482 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6483 (tfile_write_buf): New functions.
6484 (add_memory_block): Rewrite using the above.
6485 (adjust_function_address): New function.
6486 (FUNCTION_ADDRESS): New macro.
6487 (write_basic_trace_file): Remove short_x local, and use
6488 tfile_write_16. Change type of func_addr local to unsigned long
6489 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6490 here. Cast argument of add_memory_block to char pointer.
6491 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6492 (main): Remove parameters.
6493 * gdb.trace/tfile.exp: Remove nowarnings.
6494
6495 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6496
6497 * gdb.base/debug-expr.exp: Test string evaluation with
6498 "debug expression" on.
6499
6500 2014-07-15 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/reread.exp: Use clean_restart.
6503
6504 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6505
6506 * gdb.arch/avr-flash-qualifer.c: New.
6507 * gdb.arch/avr-flash-qualifer.exp: New.
6508
6509 2014-07-14 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6512 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6513
6514 2014-07-14 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.base/double-prompt-target-event-error.c: New file.
6517 * gdb.base/double-prompt-target-event-error.exp: New file.
6518
6519 2014-07-14 Pedro Alves <palves@redhat.com>
6520
6521 PR gdb/17072
6522 * gdb.base/paginate-inferior-exit.c: New file.
6523 * gdb.base/paginate-inferior-exit.exp: New file.
6524
6525 2014-07-14 Pedro Alves <palves@redhat.com>
6526
6527 PR gdb/17072
6528 * gdb.base/paginate-bg-execution.c: New file.
6529 * gdb.base/paginate-bg-execution.exp: New file.
6530
6531 2014-07-14 Pedro Alves <palves@redhat.com>
6532
6533 PR gdb/17072
6534 * gdb.base/paginate-execution-startup.c: New file.
6535 * gdb.base/paginate-execution-startup.exp: New file.
6536 * lib/gdb.exp (pagination_prompt): New global.
6537 (default_gdb_spawn): New procedure, factored out from
6538 default_gdb_spawn.
6539 (default_gdb_start): Adjust to call default_gdb_spawn.
6540 (gdb_spawn): New procedure.
6541
6542 2014-07-14 Pedro Alves <palves@redhat.com>
6543
6544 * lib/gdb.exp (gdb_assert): New procedure.
6545 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6546
6547 2014-07-14 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.base/execution-termios.c: New file.
6550 * gdb.base/execution-termios.exp: New file.
6551
6552 2014-07-14 Tom Tromey <tromey@redhat.com>
6553
6554 * gdb.cp/vla-cxx.cc: New file.
6555 * gdb.cp/vla-cxx.exp: New file.
6556
6557 2014-07-14 Tom Tromey <tromey@redhat.com>
6558
6559 * gdb.reverse/rerun-prec.c: New file.
6560 * gdb.reverse/rerun-prec.exp: New file.
6561
6562 2014-07-12 Maciej W. Rozycki <macro@mips.com>
6563 Maciej W. Rozycki <macro@codesourcery.com>
6564
6565 * lib/gdb-utils.exp: New file.
6566 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6567 inline `gdb_init_command' processing.
6568 (gdb_start_cmd): Likewise.
6569 * lib/mi-support.exp (mi_run_cmd): Likewise.
6570 * README: Document `gdb_init_command' and `gdb_init_commands'.
6571
6572 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6573
6574 Fix false FAIL running under a very long directory name.
6575 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6576 and "set print elements 10000". Twice.
6577
6578 2014-07-11 Yao Qi <yao@codesourcery.com>
6579
6580 * gdb.base/exprs.exp: "set print symbol off".
6581
6582 2014-07-11 Pedro Alves <palves@redhat.com>
6583
6584 * gdb.threads/kill.c: New file.
6585 * gdb.threads/kill.exp: New file.
6586
6587 2014-07-10 Yao Qi <yao@codesourcery.com>
6588
6589 * gdb.trace/tfile.c (write_basic_trace_file)
6590 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6591 address written to trace file.
6592
6593 2014-07-09 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.base/attach-wait-input.exp: New file.
6596 * gdb.base/attach-wait-input.c: New file.
6597
6598 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6601 setting up test structures.
6602 (main): Call new test function.
6603 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6604 test function, continue into test function and walk test
6605 structures.
6606
6607 2014-07-02 Yao Qi <yao@codesourcery.com>
6608
6609 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6610 'bar_start' at the beginning of functions 'foo' and 'bar'
6611 respectively.
6612 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6613 instead of 'foo' and 'bar'.
6614
6615 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6616
6617 * gdb.btrace/segv.exp: New.
6618 * gdb.btrace/segv.c: New.
6619
6620 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
6621
6622 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6623 instruction.
6624
6625 2014-06-30 Mark Wielaard <mjw@redhat.com>
6626
6627 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6628 vulture, vilify, villar): New volatile array constants.
6629 (vindictive, vegetation): New const volatile array constants.
6630 * gdb.base/volatile.exp: Test volatile and const volatile array
6631 types.
6632
6633 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6634
6635 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6636 target lacks support for awatch, rwatch, or hbreak.
6637
6638 2014-06-27 Yao Qi <yao@codesourcery.com>
6639
6640 * gdb.multi/dummy-frame-restore.exp: New.
6641 * gdb.multi/dummy-frame-restore.c: New.
6642
6643 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6644
6645 * gdb.btrace/gcore.exp: New.
6646
6647 2014-06-23 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/watchpoint-reuse-slot.c: New file.
6650 * gdb.base/watchpoint-reuse-slot.exp: New file.
6651
6652 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6653
6654 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6655 progspace's filename in 'info', 'enable' and 'disable' command
6656 tests.
6657
6658 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6659
6660 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6661 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6662 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6663
6664 2014-06-20 Gary Benson <gbenson@redhat.com>
6665
6666 * gdb.arch/i386-avx.exp: Fix include file location.
6667 * gdb.arch/i386-sse.exp: Likewise.
6668
6669 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6670
6671 * gdb.dlang/expression.exp: New file.
6672
6673 2014-06-19 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6676 out from ...
6677 (top level): ... here. Iterate running tests under different
6678 scheduler-locking settings.
6679
6680 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
6681
6682 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6683 to DW_FORM_addr and use non-zero addresses.
6684
6685 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6686
6687 PR gdb/17017
6688 * gdb.python/py-xmethods.cc: Add global function call counters and
6689 increment them in their respective functions. Remove "cout"
6690 statements.
6691 * gdb.python/py-xmethods.exp: Make tests check the global function
6692 call counters instead of depending on inferior IO.
6693
6694 2014-06-18 Don Breazeal <donb@codesourcery.com>
6695
6696 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6697 Deleted procedure.
6698 (explicit_fork_parent_follow): Deleted procedure.
6699 (explicit_fork_child_follow): Deleted procedure.
6700 (test_follow_fork): New procedure.
6701 (do_fork_tests): Replace calls to deleted procedures with
6702 calls to test_follow_fork and reset GDB for subsequent
6703 procedure calls.
6704
6705 2014-06-17 Yao Qi <yao@codesourcery.com>
6706
6707 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6708 CP1252.
6709
6710 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
6711
6712 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6713 Initialize ptr and S explicitly.
6714 (skip_type_update_when_not_use_rtti_test): Likewise.
6715
6716 2014-06-16 Keith Seitz <keiths@redhat.com>
6717
6718 PR mi/15863
6719 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6720 the inferior is started.
6721
6722 2014-06-16 Pedro Alves <palves@redhat.com>
6723
6724 * gdb.base/break-main-file-remove-fail.c: New file.
6725 * gdb.base/break-main-file-remove-fail.exp: New file.
6726 * gdb.base/break-unload-file.exp: Use build_executable instead of
6727 prepare_for_testing.
6728 (test_break): New parameter "initial_load". Handle it.
6729 (top level): Add initial_load cmdline/file axis.
6730
6731 2014-06-12 Tom Tromey <tromey@redhat.com>
6732
6733 * gdb.base/completion.exp: Don't use directory name in test.
6734
6735 2014-06-09 Gary Benson <gbenson@redhat.com>
6736
6737 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6738 separate the always-available ANSI-standard signals from the
6739 signals that require checking.
6740 (main): Likewise.
6741 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6742 Likewise.
6743 (main): Likewise.
6744
6745 2014-06-07 Keith Seitz <keiths@redhat.com>
6746
6747 Revert:
6748 PR c++/16253
6749 * gdb.cp/var-tag.cc: New file.
6750 * gdb.cp/var-tag.exp: New file.
6751 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6752 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6753 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6754 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6755
6756 2014-06-06 Doug Evans <xdje42@gmail.com>
6757
6758 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6759
6760 2014-06-06 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6763 in target debug output instead of looking at RSP packets,
6764 disabling the test on any target that uses hardware stepping.
6765 Update comments.
6766
6767 2014-06-06 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.base/break-unload-file.exp: Fix typo.
6770
6771 2014-06-06 Yao Qi <yao@codesourcery.com>
6772
6773 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6774 from "jit_function" to "^jit_function".
6775
6776 2014-06-06 Yao Qi <yao@codesourcery.com>
6777
6778 * gdb.base/async.c (foo): Add one statement.
6779 * gdb.base/async.exp: Get the next instruction address and
6780 match the output of "nexti" by instruction address. Match
6781 the hex address in the output of "finish".
6782
6783 2014-06-06 Gary Benson <gbenson@redhat.com>
6784
6785 * gdb.base/call-signals.c: Remove preprocessor conditionals
6786 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6787 SIGSEGV and SIGTERM.
6788 * gdb.base/sigall.c: Likewise.
6789 * gdb.base/unwindonsignal.c: Likewise.
6790 * gdb.reverse/sigall-reverse.c: Likewise.
6791
6792 2014-06-06 Yao Qi <yao@codesourcery.com>
6793
6794 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6795 readable, skip the test.
6796
6797 2014-06-06 Yao Qi <yao@codesourcery.com>
6798
6799 * gdb.threads/staticthreads.c (thread_function): Move the line
6800 setting breakpoint on forward.
6801 * gdb.threads/staticthreads.exp: Update comments.
6802
6803 2014-06-05 Ludovic Courtès <ludo@gnu.org>
6804
6805 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6806 "history-append! type error".
6807
6808 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6809
6810 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6811 erroneous dprintf expected input.
6812
6813 2014-06-04 Doug Evans <xdje42@gmail.com>
6814
6815 * gdb.guile/scm-generics.exp: Delete.
6816
6817 2014-06-04 Doug Evans <xdje42@gmail.com>
6818
6819 * gdb.guile/scm-breakpoint.exp: Update.
6820 Add tests for breakpoint registration.
6821
6822 2014-06-04 Tom Tromey <tromey@redhat.com>
6823
6824 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6825 VLA-in-union.
6826 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6827 inner_vla_struct, vla_union types. Initialize objects of those
6828 types and compute their sizes.
6829
6830 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6831 Hui Zhu <hui@codesourcery.com>
6832
6833 * gdb.base/fileio.exp: Add test for shell not available as well as
6834 available.
6835 * gdb.base/fileio.c (test_system): Check for shell twice.
6836
6837 2014-06-04 Yao Qi <yao@codesourcery.com>
6838
6839 * gdb.base/auto-connect-native-target.exp: Remove redundant
6840 space from the regexp pattern.
6841
6842 2014-06-04 Yao Qi <yao@codesourcery.com>
6843
6844 * gdb.base/default.exp: Replace "child" with "native" in
6845 regexp pattern.
6846
6847 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6848
6849 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6850 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6851 * gdb.python/py-xmethods.py: Python script supporting the
6852 new testcase and tests.
6853
6854 2014-06-03 Joel Brobecker <brobecker@adacore.com>
6855 Pedro Alves <palves@redhat.com>
6856
6857 PR breakpoints/17000
6858 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6859 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6860
6861 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6862
6863 * gdb.base/subst.exp: Add tests to verify partial path matching
6864 output.
6865
6866 2014-06-03 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6869 target that doesn't use software single-stepping.
6870
6871 2014-06-03 Pedro Alves <palves@redhat.com>
6872
6873 PR breakpoints/17000
6874 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6875 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6876
6877 2014-06-02 Doug Evans <xdje42@gmail.com>
6878
6879 * gdb.guile/scm-parameter.exp: New file.
6880
6881 2014-06-02 Doug Evans <xdje42@gmail.com>
6882
6883 * gdb.guile/scm-cmd.c: New file.
6884 * gdb.guile/scm-cmd.exp: New file.
6885
6886 2014-06-02 Doug Evans <xdje42@gmail.com>
6887
6888 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6889 pretty-printer lookup.
6890 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6891 (make-pp_s-printer): Call it.
6892 (make-pretty-printer-from-dict): New function.
6893 (lookup-pretty-printer-maker-from-dict): New function.
6894 (*pretty-printer*): Simplify.
6895 (make-objfile-pp_s-printer): New function.
6896 (install-objfile-pretty-printers!): New function.
6897 (make-progspace-pp_s-printer): New function.
6898 (install-progspace-pretty-printers!): New function.
6899 * gdb.guile/scm-progspace.c: New file.
6900 * gdb.guile/scm-progspace.exp: New file.
6901
6902 2014-06-02 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.base/dprintf-bp-same-addr.c: New file.
6905 * gdb.base/dprintf-bp-same-addr.exp: New file.
6906
6907 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6908
6909 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6910 * gdb.arch/powerpc-power.s: Likewise.
6911
6912 2014-06-02 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6915
6916 2014-06-01 Yao Qi <yao@codesourcery.com>
6917
6918 * gdb.base/watchpoint.exp (test_watch_location): Check null
6919 pointer can be dereferenced. If not, do the test, otherwise
6920 skip it.
6921
6922 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6923
6924 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6925 results.
6926 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6927
6928 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6929
6930 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6931 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6932 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6933 * gdb.arch/amd64-invalid-stack-top.c: New file.
6934 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6935
6936 2014-05-30 Pedro Alves <palves@redhat.com>
6937
6938 PR breakpoints/17000
6939 * gdb.base/sss-bp-on-user-bp.c: New file.
6940 * gdb.base/sss-bp-on-user-bp.exp: New file.
6941
6942 2014-05-30 David Blaikie <dblaikie@gmail.com>
6943
6944 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6945 gnu_inline semantics via attribute.
6946 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6947 source explicitly specifies the required semantics.
6948
6949 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6950
6951 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6952
6953 2014-05-29 Pedro Alves <palves@redhat.com>
6954 Tom Tromey <tromey@redhat.com>
6955
6956 * gdb.base/async-shell.exp: Don't enable target-async.
6957 * gdb.base/async.exp
6958 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6959 parameter. Adjust.
6960 (top level): Don't test with "target-async".
6961 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6962 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6963 * gdb.base/inferior-died.exp: Don't enable target-async.
6964 * gdb.base/interrupt-noterm.exp: Likewise.
6965 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6966 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6967 * gdb.mi/mi-nonstop.exp: Likewise.
6968 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6969 * gdb.mi/mi-nsintrall.exp: Likewise.
6970 * gdb.mi/mi-nsmoribund.exp: Likewise.
6971 * gdb.mi/mi-nsthrexec.exp: Likewise.
6972 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6973 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6974 * gdb.python/py-evsignal.exp: Don't enable target-async.
6975 * gdb.python/py-evthreads.exp: Likewise.
6976 * gdb.python/py-prompt.exp: Likewise.
6977 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6978 * gdb.server/solib-list.exp: Don't enable target-async.
6979 * gdb.threads/thread-specific-bp.exp: Likewise.
6980 * lib/mi-support.exp: Adjust to use mi-async.
6981
6982 2014-05-29 Pedro Alves <palves@redhat.com>
6983
6984 PR gdb/13860
6985 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6986 reason, even in sync mode.
6987
6988 2014-05-29 Pedro Alves <palves@redhat.com>
6989 Hui Zhu <hui@codesourcery.com>
6990
6991 PR PR15693
6992 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6993 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6994 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6995 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6996
6997 2014-05-28 Joel Brobecker <brobecker@adacore.com>
6998
6999 * config/monitor.exp (gdb_target_monitor): Replace use of
7000 "set remotebaud" by "set serial baud".
7001
7002 2014-05-26 Andy Wingo <wingo@igalia.com>
7003
7004 * gdb.guile/scm-breakpoint.exp:
7005 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7006 properties instead of gdb-object-properties.
7007
7008 2014-05-26 Yao Qi <yao@codesourcery.com>
7009
7010 * gdb.server/no-thread-db.exp: Specify source file name
7011 explicitly when setting a breakpoint.
7012
7013 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7014
7015 * gdb.btrace/vdso.c: New.
7016 * gdb.btrace/vdso.exp: New.
7017
7018 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7019
7020 * gdb.base/gcore.exp (capture_command_output): Move ...
7021 * lib/gdb.exp (capture_command_output): ... here.
7022
7023 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7024
7025 * gdb.btrace/data.exp: Test memory access during btrace replay.
7026
7027 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7028
7029 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7030
7031 2014-05-21 Pedro Alves <palves@redhat.com>
7032
7033 PR gdb/13860
7034 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7035 (top level): Test that output related to execution commands is
7036 sent to the console with CLI commands, but not with MI commands.
7037 Test that breakpoint events are always mirrored to the console.
7038 Also expect the new source line to be output after a "next" in
7039 async mode too. Make it a pass/fail test.
7040 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7041 output.
7042 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7043
7044 2014-05-21 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7047 Use them to test variations of "list" after reaching a breakpoint.
7048 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7049 Test "list" with listsize 10 after reaching a breakpoint.
7050 * gdb.python/python.exp (decode_line current location line
7051 number): Adjust expected line number.
7052
7053 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7056 behavior for $args, pass it directly to "run".
7057
7058 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7059
7060 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7061 30000 to 65536.
7062
7063 2014-05-21 Pedro Alves <palves@redhat.com>
7064
7065 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7066 auto-connect-native-target off".
7067 * gdb.base/auto-connect-native-target.c: New file.
7068 * gdb.base/auto-connect-native-target.exp: New file.
7069
7070 2014-05-21 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/default.exp: Test "target native" instead of "target
7073 child".
7074
7075 2014-05-21 Mark Wielaard <mjw@redhat.com>
7076
7077 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7078
7079 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7080
7081 Fix TLS access for -static -pthread.
7082 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7083 <HAVE_TLS> (thread_function, main): Initialize it.
7084 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7085 Add clean_restart.
7086 <$have_tls != "">: Check TLSVAR.
7087
7088 2014-05-21 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.base/dcache-line-read-error.c: New.
7091 * gdb.base/dcache-line-read-error.exp: New.
7092
7093 2014-05-20 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.base/compare-sections.c: New file.
7096 * gdb.base/compare-sections.exp: New file.
7097
7098 2014-05-20 Pedro Alves <palves@redhat.com>
7099
7100 * gdb.base/break-idempotent.c: New file.
7101 * gdb.base/break-idempotent.exp: New file.
7102
7103 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7104
7105 * gdb.btrace/nohist.exp: New.
7106
7107 2014-05-20 Yao Qi <yao@codesourcery.com>
7108
7109 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7110 gdb.reverse directory and gdb_reverse_timeout exists in board
7111 setting.
7112 * README: Document gdb_reverse_timeout.
7113
7114 2014-05-20 Yao Qi <yao@codesourcery.com>
7115
7116 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7117 'test_file_name'. Treat args as a string instead of a list.
7118 (gdb_init): Rename argument 'args' by 'test_file_name'.
7119
7120 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7121
7122 * gdb.arch/powerpc-power.exp: New file.
7123 * gdb.arch/powerpc-power.s: New file.
7124
7125 2014-05-16 Doug Evans <dje@google.com>
7126
7127 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
7128 * gdb.base/completion.exp: Check that all expected files exist
7129 before doing file completion.
7130
7131 2014-05-16 Doug Evans <dje@google.com>
7132
7133 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7134 Update.
7135 (do_syscall_tests_without_xml): Update.
7136
7137 2014-05-16 Pedro Alves <palves@redhat.com>
7138
7139 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7140 instead of "unknown output after running".
7141
7142 2014-05-16 Yao Qi <yao@codesourcery.com>
7143
7144 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7145 file1.txt from host at the end.
7146 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7147
7148 2014-05-15 Doug Evans <dje@google.com>
7149
7150 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7151 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7152 loading file. Add test for TU lookup.
7153
7154 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7157 calling "-exec-arguments" or "set args" before running the
7158 inferior.
7159
7160 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7161
7162 * lib/mi-support.exp (mi_expect_stop): Expect message for
7163 inferiors that exit with non-zero exit code.
7164
7165 2014-05-14 Yao Qi <yao@codesourcery.com>
7166
7167 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7168 match absolute path on remote host.
7169 (test_file_list_exec_source_files): Remove "/" from the
7170 pattern.
7171
7172 2014-05-14 Yao Qi <yao@codesourcery.com>
7173
7174 * boards/local-remote-host-notty.exp (${board}_file): New
7175 proc.
7176
7177 2014-05-07 Kyle McMartin <kyle@redhat.com>
7178
7179 Pushed by Joel Brobecker <brobecker@adacore.com>.
7180 * gdb.arch/aarch64-atomic-inst.c: New file.
7181 * gdb.arch/aarch64-atomic-inst.exp: New file.
7182
7183 2014-05-07 Yao Qi <yao@codesourcery.com>
7184
7185 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7186 in current context" too.
7187
7188 2014-05-05 Keith Seitz <keiths@redhat.com>
7189
7190 * gdb.linespec/ls-dollar.exp: Add test for linespec
7191 file:convenience_variable.
7192
7193 2014-05-05 Yao Qi <yao@codesourcery.com>
7194
7195 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7196 traceframes into tfile and ctf trace files. Read data from
7197 trace file and test collected data.
7198 (gdb_collect_locals_test): Likewise.
7199 (gdb_unavailable_registers_test): Likewise.
7200 (gdb_unavailable_floats): Likewise.
7201 (gdb_collect_globals_test): Likewise.
7202 (top-level): Append "ctf" to trace_file_targets if GDB
7203 supports.
7204
7205 2014-05-05 Yao Qi <yao@codesourcery.com>
7206
7207 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7208 code to ...
7209 (gdb_collect_args_test_1): ... it. New proc.
7210 (gdb_collect_locals_test): Move some code to ...
7211 (gdb_collect_locals_test_1): ... it. New proc.
7212 (gdb_unavailable_registers_test): Move some code to ...
7213 (gdb_unavailable_registers_test_1): ... it. New proc.
7214 (gdb_unavailable_floats): Move some code to ...
7215 (gdb_unavailable_floats_1): ... it. New proc.
7216
7217 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7218
7219 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7220 probes to test for bitness recognition.
7221 * gdb.arch/amd64-stap-optional-prefix.exp
7222 (test_probe_value_without_reg): New procedure.
7223 Add code to test for different kinds of bitness.
7224
7225 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7226
7227 PR breakpoints/16889
7228 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7229 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7230
7231 2014-05-01 Pedro Alves <palves@redhat.com>
7232
7233 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7234 gdb_file_cmd if no file is specified.
7235 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7236 last_loaded_file to set the remote exec-file.
7237
7238 2014-05-01 Pedro Alves <palves@redhat.com>
7239
7240 * boards/local-remote-host.exp: New file.
7241
7242 2014-05-01 Pedro Alves <palves@redhat.com>
7243
7244 * boards/local-remote-host.exp: Rename to ...
7245 * boards/local-remote-host-notty.exp: ... this.
7246
7247 2014-04-28 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.ada/dyn_arrayidx: New testcase.
7250
7251 2014-04-26 Yao Qi <yao@codesourcery.com>
7252
7253 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7254 and compute the length of function main. Save it in
7255 $main_length.
7256 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7257 (top-level): Use gdb_compile to compile objects into
7258 executable and restart GDB. Remove invocation to
7259 prepare_for_testing.
7260
7261 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7262 Pedro Alves <palves@redhat.com>
7263
7264 PR server/16255
7265 * gdb.multi/multi-attach.c: New file.
7266 * gdb.multi/multi-attach.exp: New file.
7267
7268 2014-04-25 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7271 user.
7272 (top level): Test that "set remote conditional-breakpoints-packet
7273 off" works as intended.
7274 * gdb.base/dprintf.exp: Test that "set remote
7275 breakpoint-commands-packet off" works as intended.
7276 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7277 New function.
7278 (top level): Call it.
7279 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7280 remote fast-tracepoints-packet off" works as intended.
7281 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7282 * lib/gdb.exp (gdb_is_target_remote): ... here.
7283
7284 2014-04-24 David Blaikie <dblaikie@gmail.com>
7285
7286 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7287 ensure clang would not discard them.
7288 * gdb.base/gdbvars.c: Ditto.
7289 * gdb.base/memattr.c: Ditto.
7290 * gdb.base/whatis.c: Ditto.
7291 * gdb.python/py-prettyprint.c: Ditto.
7292 * gdb.trace/actions.c: Ditto.
7293 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7294 ensure clang would not discard it.
7295
7296 2014-04-24 David Blaikie <dblaikie@gmail.com>
7297
7298 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7299 clang to emit the full definition of type required by the test
7300 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7301
7302 2014-04-24 David Blaikie <dblaikie@gmail.com>
7303
7304 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7305 coax Clang into emitting the definition of the type.
7306 * gdb.cp/pr10728-x.h (y): Ditto.
7307 * gdb.cp/pr10728-y.cc (y): Ditto.
7308
7309 2014-04-24 David Blaikie <dblaikie@gmail.com>
7310
7311 * gdb.base/label.exp: XFAIL label related tests under Clang.
7312 * gdb.cp/cplabel.exp: Ditto.
7313 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7314 under Clang those using labels.
7315
7316 2014-04-25 Yao Qi <yao@codesourcery.com>
7317
7318 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7319 double_label.
7320 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7321 partial_label and double_label.
7322
7323 2014-04-24 David Blaikie <dblaikie@gmail.com>
7324
7325 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7326
7327 2014-04-24 David Blaikie <dblaikie@gmail.com>
7328
7329 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7330 of the function to work across GCC and Clang.
7331 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7332 pointer types (const void ** const V void **).
7333
7334 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
7335 Walfred Tedeschi <walfred.tedeschi@intel.com>
7336
7337 * Makefile.in (EXECUTABLES): Added i386-avx512.
7338 * gdb.arch/i386-avx512.c: New file.
7339 * gdb.arch/i386-avx512.exp: Likewise.
7340
7341 2014-04-23 Keith Seitz <keiths@redhat.com>
7342
7343 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7344 (mi_make_breakpoint_table): New procedure.
7345 (mi_create_breakpoint): Use mi_make_breakpoint
7346 and return the result.
7347 (mi_make_breakpoint): New procedure.
7348 (mi_build_kv_pairs): New procedure.
7349
7350 * gdb.mi/mi-break.exp: Remove unused globals,
7351 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7352 All callers updated.
7353 * gdb.mi/mi-dprintf.exp: Use variable to track command
7354 number.
7355 Update all callers of mi_create_breakpoint and use
7356 mi_make_breakpoint_table.
7357 Remove any unused global variables.
7358 * gdb.mi/mi-nonstop.exp: Likewise.
7359 * gdb.mi/mi-nsintrall.exp: Likewise.
7360 * gdb.mi/mi-nsmoribund.exp: Likewise.
7361 * gdb.mi/mi-nsthrexec.exp: Likewise.
7362 * gdb.mi/mi-reverse.exp: Likewise.
7363 * gdb.mi/mi-simplerun.exp: Likewise.
7364 * gdb.mi/mi-stepn.exp: Likewise.
7365 * gdb.mi/mi-syn-frame.exp: Likewise.
7366 * gdb.mi/mi-until.exp: Likewise.
7367 * gdb.mi/mi-var-cp.exp: Likewise.
7368 * gdb.mi/mi-var-display.exp: Likewise.
7369 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7370 * gdb.mi/mi2-var-child.exp: Likewise.
7371 * gdb.mi/mi-vla-c99.exp: Likewise.
7372 * lib/mi-support.exp: Likewise.
7373
7374 From Ian Lance Taylor <iant@cygnus.com>:
7375 * lib/gdb.exp (parse_args): New procedure.
7376
7377 2014-04-23 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/break-unload-file.c: New file.
7380 * gdb.base/break-unload-file.exp: New file.
7381 * gdb.base/sym-file-lib.c (baz): New function.
7382 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7383 field.
7384 (load): Store the segment's mapped size.
7385 (unload): New function.
7386 (unload_shlib): New function.
7387 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7388 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7389 set a breakpoint at baz, and call it.
7390 * gdb.base/sym-file.exp: New tests for stale breakpoint
7391 instructions.
7392
7393 2014-04-23 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7396 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7397 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7398 * gdb.base/hbreak-unmapped.c: New file.
7399 * gdb.base/hbreak-unmapped.exp: New file.
7400 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7401 * lib/gdb.exp (gdb_is_target_remote): ... here.
7402
7403 2014-04-22 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.base/consecutive-step-over.c: New file.
7406 * gdb.base/consecutive-step-over.exp: New file.
7407
7408 2014-04-22 Pedro Alves <palves@redhat.com>
7409
7410 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7411 instead of send_gdb/gdb_expect.
7412
7413 2014-04-22 Yao Qi <yao@codesourcery.com>
7414
7415 * lib/trace-support.exp (generate_tracefile): New procedure.
7416 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7417 return 0.
7418 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7419 if generate_tracefile returns 1.
7420
7421 2014-04-18 Tom Tromey <palves@redhat.com>
7422 Pedro alves <tromey@redhat.com>
7423
7424 PR backtrace/15558
7425 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7426 with a backtrace limit.
7427 * gdb.python/py-frame-inline.exp: Test running to an inline
7428 function with a backtrace limit, and printing the newest frame.
7429 * gdb.python/py-frame-inline.c (main): Call f.
7430
7431 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7432
7433 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7434
7435 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7436
7437 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7438 Drop prefix from unsupported source file path.
7439
7440 2014-04-17 Yao Qi <yao@codesourcery.com>
7441
7442 * lib/gdb.exp (with_target_charset): New proc.
7443 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7444 with_target_charset.
7445 (test_print_strings): Likewise.
7446 (test_repeat_bytes): Likewise.
7447 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7448 for some tests.
7449
7450 2014-04-16 Keith Seitz <keiths@redhat.com>
7451
7452 PR gdb/15827
7453 * gdb.dwarf2/corrupt.c: New file.
7454 * gdb.dwarf2/corrupt.exp: New file.
7455
7456 2014-04-16 Keith Seitz <keiths@redhat.com>
7457
7458 PR c++/16597
7459 * gdb.cp/namelessclass.cc: New file.
7460 * gdb.cp/namelessclass.exp: New file.
7461 * gdb.cp/namelessclass.S: New file.
7462
7463 2014-04-16 Doug Evans <dje@google.com>
7464
7465 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7466 Add comment.
7467 (gdbserver_default_get_comm_port): New function.
7468 (gdbserver_start): Check if board file provided
7469 "gdbserver,get_comm_port" and use it if so.
7470 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7471 (gdb,socketport): Set to "stdio".
7472 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7473 (stdio_gdbserver_template): Delete.
7474 (${board}_get_remote_address): Update.
7475 (${board}_build_remote_cmd): Delete.
7476 (${board}_get_comm_port): New function.
7477 (${board}_spawn): Update.
7478 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7479 Delete.
7480 (${board}_get_remote_address): Update.
7481 (${board}_get_comm_port): New function.
7482
7483 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
7484
7485 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7486 appearing in any order.
7487
7488 2014-04-15 Doug Evans <dje@google.com>
7489
7490 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7491 uninitialized value of "description".
7492
7493 2014-04-15 Keith Seitz <keiths@redhat.com>
7494
7495 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7496 Remove unused globals.
7497 (test_running_the_program): Likewise.
7498 (test_controlled_execution): Likewise.
7499 (test_controlling_breakpoints): Likewise.
7500 (test_program_termination): Likewise.
7501
7502 2014-04-15 Keith Seitz <keiths@redhat.com>
7503
7504 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7505 unused globals.
7506 (test_rbreak_creation_and_listing): Likewise.
7507 (test_ignore_count): Likewise.
7508 (test_error): Likewise.
7509
7510 2014-04-15 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7513 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7514 sym-file-loader.c.
7515 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7516 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7517 to sym-file-loader.c.
7518 (struct library): Forward declare.
7519 (load_shlib, lookup_function): Change prototypes.
7520 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7521 (translate_offset): Remove declarations.
7522 (get_text_addr): New declaration.
7523 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7524 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7525 sym-file-loader.h.
7526 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7527 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7528 here from sym-file-loader.h.
7529 (struct library): New structure.
7530 (load_shlib, lookup_function): Change prototypes and adjust to
7531 work with a struct library.
7532 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7533 (translate_offset): Make static.
7534 (get_text_addr): New function.
7535 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7536
7537 2014-04-15 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7540
7541 2014-04-15 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.base/sym-file-loader.c: Include <limits.h>.
7544 (SELF_LINK): New define.
7545 (get_origin): New function.
7546 (load_shlib): Use it.
7547 * gdb.base/sym-file.exp: Don't early return if the target is
7548 remote. Use runto_main, and issue fail is that fails. Use
7549 gdb_load_shlibs.
7550 (shlib_name): Delete.
7551 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7552
7553 2014-04-15 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.base/sym-file.exp: Remove regex characters from test
7556 message. Don't refer to breakpoint numbers in test messages.
7557
7558 2014-04-14 Keith Seitz <keiths@redhat.com>
7559
7560 PR c++/16253
7561 * gdb.cp/var-tag.cc: New file.
7562 * gdb.cp/var-tag.exp: New file.
7563 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7564 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7565 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7566 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7567
7568 2014-04-14 Tom Tromey <tromey@redhat.com>
7569
7570 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7571 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7572 type.
7573 * gdb.cp/enum-class.exp: New file.
7574 * gdb.cp/enum-class.cc: New file.
7575
7576 2014-04-14 Tom Tromey <tromey@redhat.com>
7577
7578 * gdb.dwarf2/enum-type.exp: New file.
7579
7580 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7581
7582 * gdb.mi/mi-vla-c99.exp: New file.
7583 * gdb.mi/vla.c: New file.
7584
7585 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7586
7587 * gdb.base/vla-datatypes.c: New file.
7588 * gdb.base/vla-datatypes.exp: New file.
7589
7590 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7591
7592 * gdb.base/vla-ptr.c: New file.
7593 * gdb.base/vla-ptr.exp: New file.
7594
7595 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7596
7597 * gdb.dwarf2/count.exp: New file.
7598
7599 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7600
7601 * gdb.base/vla-sideeffect.c: New file.
7602 * gdb.base/vla-sideeffect.exp: New file.
7603
7604 2014-04-14 David Blaikie <dblaikie@gmail.com>
7605
7606 * gdb.mi/non-stop.c: Add return value for non-void function return
7607 statement.
7608 * gdb.threads/staticthreads.c: Ditto.
7609
7610 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7611 Doug Evans <xdje42@gmail.com>
7612
7613 * gdb.guile/scm-value.c: Improve test case.
7614 * gdb.guile/scm-value.exp: Add new test.
7615
7616 2014-04-11 David Blaikie <dblaikie@gmail.com>
7617
7618 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7619 override Clang's default.
7620
7621 2014-04-11 Joel Brobecker <brobecker@adacore.com>
7622
7623 Revert the following changes (regressions):
7624
7625 * gdb.base/vla-sideeffect.c: New file.
7626 * gdb.base/vla-sideeffect.exp: New file.
7627
7628 * gdb.dwarf2/count.exp: New file.
7629
7630 * gdb.base/vla-multi.c: New file.
7631 * gdb.base/vla-multi.exp: New file.
7632
7633 * gdb.base/vla-ptr.c: New file.
7634 * gdb.base/vla-ptr.exp: New file.
7635
7636 * gdb.base/vla-datatypes.c: New file.
7637 * gdb.base/vla-datatypes.exp: New file.
7638
7639 * gdb.mi/mi-vla-c99.exp: New file.
7640 * gdb.mi/vla.c: New file.
7641
7642 2014-04-11 Keith Seitz <keiths@redhat.com>
7643
7644 PR c++/16675
7645 * gdb.cp/cpsizeof.exp: New file.
7646 * gdb.cp/cpsizeof.cc: New file.
7647
7648 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7649
7650 * gdb.mi/mi-vla-c99.exp: New file.
7651 * gdb.mi/vla.c: New file.
7652
7653 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7654
7655 * gdb.base/vla-datatypes.c: New file.
7656 * gdb.base/vla-datatypes.exp: New file.
7657
7658 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7659
7660 * gdb.base/vla-ptr.c: New file.
7661 * gdb.base/vla-ptr.exp: New file.
7662
7663 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7664
7665 * gdb.base/vla-multi.c: New file.
7666 * gdb.base/vla-multi.exp: New file.
7667
7668 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7669
7670 * gdb.dwarf2/count.exp: New file.
7671
7672 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7673
7674 * gdb.base/vla-sideeffect.c: New file.
7675 * gdb.base/vla-sideeffect.exp: New file.
7676
7677 2014-04-11 Yao Qi <yao@codesourcery.com>
7678
7679 * gdb.base/completion.exp: Check file exists before running tests
7680 on file completion.
7681
7682 2014-04-10 Pedro Alves <palves@redhat.com>
7683
7684 * gdb.base/cond-eval-mode.c: New file.
7685 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7686 prepare_for_testing to build the new file. Check result of
7687 runto_main.
7688 (test_break, test_watch): New procedures.
7689 (top level): Use them.
7690
7691 2014-04-08 Pierre Muller <muller@sourceware.org>
7692
7693 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7694 Ctrl-V use for mingw hosts.
7695
7696 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7697
7698 * gdb.python/py-value.c: Improve test case.
7699 * gdb.python/py-value.exp: Add new test.
7700
7701 2014-04-07 David Blaikie <dblaikie@gmail.com>
7702
7703 * lib/compiler.c: Identify the clang compiler.
7704 * lib/compiler.cc: Ditto.
7705
7706 2014-04-03 Yao Qi <yao@codesourcery.com>
7707
7708 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7709
7710 2014-04-01 Anton Blanchard <anton@samba.org>
7711
7712 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7713 messages unique.
7714
7715 2014-04-01 Anton Blanchard <anton@samba.org>
7716
7717 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7718 prepare_for_testing.
7719
7720 2014-04-01 Anton Blanchard <anton@samba.org>
7721
7722 * gdb.arch/ppc64-atomic-inst.c: Remove.
7723 * gdb.arch/ppc64-atomic-inst.S: New file.
7724 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7725
7726 2014-03-31 Doug Evans <dje@google.com>
7727
7728 * gdb.base/print-symbol-loading-lib.c: New file.
7729 * gdb.base/print-symbol-loading-main.c: New file.
7730 * gdb.base/print-symbol-loading.exp: New file.
7731
7732 2014-03-31 Yao Qi <yao@codesourcery.com>
7733
7734 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7735
7736 2014-03-28 Joel Brobecker <brobecker@adacore.com>
7737
7738 * gdb.ada/mi_dyn_arr: New testcase.
7739
7740 2014-03-27 Doug Evans <dje@google.com>
7741
7742 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7743
7744 2014-03-27 Yao Qi <yao@codesourcery.com>
7745
7746 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7747 if target is nios2-*-*.
7748
7749 2014-03-26 Yao Qi <yao@codesourcery.com>
7750
7751 * lib/gdb.exp (readline_is_used): New proc.
7752 * gdb.base/completion.exp: Move tests on command complete up.
7753 Skip the rest of tests if readline is not used.
7754 * gdb.ada/complete.exp: Skp the test if readline is not
7755 used.
7756 * gdb.base/filesym.exp: Likewise.
7757 * gdb.base/macscp.exp: Likewise.
7758 * gdb.base/readline-ask.exp: Likewise.
7759 * gdb.base/readline.exp: Likewise.
7760 * gdb.python/py-cmd.exp: Likewise.
7761 * gdb.trace/tfile.exp: Likewise.
7762
7763 2014-03-26 Yao Qi <yao@codesourcery.com>
7764
7765 * gdb.base/macscp.exp: Fix code format issues.
7766
7767 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7768
7769 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7770 * gdb.asm/powerpc64le.inc: New file.
7771
7772 2014-03-25 Pedro Alves <palves@redhat.com>
7773 Doug Evans <dje@google.com>
7774
7775 * gdb.base/source-execution.c: New file.
7776 * gdb.base/source-execution.exp: New file.
7777 * gdb.base/source-execution.gdb: New file.
7778
7779 2014-03-24 Doug Evans <dje@google.com>
7780
7781 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7782 using fission.
7783
7784 2014-03-24 Hui Zhu <hui@codesourcery.com>
7785 Pedro Alves <palves@redhat.com>
7786
7787 PR breakpoints/16101
7788 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7789 test pass/fail messages. Detect missing support for dprintf when
7790 breakpoints are actually inserted.
7791 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7792 breakpoints are actually inserted.
7793 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7794 fails.
7795
7796 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7797
7798 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7799
7800 2014-03-22 Doug Evans <xdje42@gmail.com>
7801
7802 * gdb.python/python.exp (python not supported): Verify multi-line
7803 python command issues an error.
7804 * gdb.guile/guile.exp (guile not supported): Verify multi-line
7805 guile command issues an error.
7806
7807 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7808
7809 * gdb.threads/thread-specific.exp: Handle the lack of usable
7810 $this_breakpoint and $this_thread.
7811
7812 2014-03-21 Hui Zhu <hui@codesourcery.com>
7813
7814 * gdb.base/attach.exp (do_command_attach_tests): New.
7815
7816 2014-03-20 Tom Tromey <tromey@redhat.com>
7817 Pedro Alves <palves@redhat.com>
7818
7819 PR cli/15718
7820 * gdb.base/condbreak-call-false.c: New file.
7821 * gdb.base/condbreak-call-false.exp: New file.
7822
7823 2014-03-20 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7826 Delete.
7827 (block_signals, unblock_signals): Delete.
7828 (child_function_2, main): Remove references to deleted variable
7829 and functions.
7830
7831 2014-03-20 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7834 Use pthread_kill to signal thread 2.
7835 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7836 Adjust to make the test send itself a signal rather than using the
7837 host's "kill" command.
7838
7839 2014-03-20 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.threads/multiple-step-overs.c: New file.
7842 * gdb.threads/multiple-step-overs.exp: New file.
7843 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7844 Adjust expected infrun debug output.
7845
7846 2014-03-20 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7849 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7850
7851 2014-03-20 Pedro Alves <palves@redhat.com>
7852
7853 PR breakpoints/7143
7854 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7855 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7856 of gdb_test_multiple.
7857 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7858 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7859
7860 2014-03-20 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7863 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7864
7865 2014-03-19 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/async.exp: Remove early return.
7868
7869 2014-03-19 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7872
7873 2014-03-19 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.base/async.exp (test_background): Expect \r\n after
7876 "completed." in the fail pattern.
7877
7878 2014-03-19 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/async.exp (test_background): New procedure.
7881 Use it for all background execution command tests.
7882
7883 2014-03-19 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.base/async.exp: Use prepare_for_testing.
7886
7887 2014-03-19 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7890 the same line.
7891
7892 2014-03-19 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/async.c (main): Add "jump here" and "until here" line
7895 marker comments.
7896 * gdb.base/async.exp (jump_here): New global.
7897 (jump& test): Use it.
7898 (until_here): New global.
7899 (until& test): Use it.
7900
7901 2014-03-19 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/async.exp: Don't frob gdb_protocol.
7904
7905 2014-03-18 Doug Evans <xdje42@gmail.com>
7906
7907 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7908 Fix spelling of exec-done-display.
7909
7910 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7911
7912 PR gdb/15358
7913 * gdb.base/gdb-sigterm.c: New file.
7914 * gdb.base/gdb-sigterm.exp: New file.
7915
7916 2014-03-18 Pedro Alves <palves@redhat.com>
7917
7918 PR gdb/13860
7919 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7920 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7921 solib-event.
7922
7923 2014-03-17 Joel Brobecker <brobecker@adacore.com>
7924
7925 * gdb.ada/pckd_arr_ren: New testcase.
7926
7927 2014-03-13 Doug Evans <xdje42@gmail.com>
7928
7929 PR guile/16612
7930 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7931 collect after discarding symbols.
7932
7933 2014-03-13 Ludovic Courtès <ludo@gnu.org>
7934 Doug Evans <xdje42@gmail.com>
7935
7936 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7937 to history survives a gc.
7938
7939 2014-03-13 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.base/default.exp: Don't test "target procfs".
7942
7943 2014-03-13 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.base/default.exp: Update "target child" and "target procfs"
7946 tests to not expect "Unix".
7947
7948 2014-03-12 Tom Tromey <tromey@redhat.com>
7949
7950 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7951 New procs. Add target-async tests.
7952 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7953 Add target-async tests.
7954
7955 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7956
7957 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7958 'func_start' and 'func_end' for the beginning and end of the
7959 function code, respectively.
7960 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7961 'func_end' instead of 'func' and 'main'.
7962
7963 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7964
7965 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7966 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7967 generate the debug info assembler source.
7968
7969 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7970
7971 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7972 * gdb.dwarf2/arr-subrange.exp: Likewise.
7973 * gdb.dwarf2/dwz.exp: Likewise.
7974 * gdb.dwarf2/method-ptr.exp: Likewise.
7975 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7976 * gdb.dwarf2/subrange.exp: Likewise.
7977 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7978 * gdb.dwarf2/implptrpiece.exp: Likewise.
7979 * gdb.dwarf2/nostaticblock.exp: Likewise.
7980
7981 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7982
7983 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7984 directory to absolute path name arguments.
7985
7986 2014-03-10 Joel Brobecker <brobecker@adacore.com>
7987
7988 * gdb.ada/tagged_access: New testcase.
7989
7990 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7991
7992 * gdb.btrace/data.exp: Update expected output.
7993
7994 2014-03-06 Yao Qi <yao@codesourcery.com>
7995
7996 * gdb.trace/pr16508.exp: New file.
7997
7998 2014-03-05 Pedro Alves <palves@redhat.com>
7999
8000 PR gdb/16575
8001 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8002 procedure.
8003 (top level): Adjust to use it. Add tests that exercise breakpoint
8004 interaction with the code-cache.
8005
8006 2014-02-26 Ludovic Courtès <ludo@gnu.org>
8007
8008 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8009 test for 'history-append!'.
8010
8011 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8012
8013 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8014 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8015 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8016 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8017 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8018 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8019
8020 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8021
8022 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8023 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8024 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8025
8026 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8027
8028 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8029
8030 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8031
8032 * gdb.dwarf2/arr-stride.c: New file.
8033 * gdb.dwarf2/arr-stride.exp: New file.
8034
8035 2014-02-26 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8038 that won't ever trigger. Make sure that GDB reports the correct
8039 breakpoint that caused the stop.
8040
8041 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8042
8043 PR gdb/16626
8044 * gdb.base/auto-load-script: New file.
8045 * gdb.base/auto-load.c: New file.
8046 * gdb.base/auto-load.exp: New file.
8047
8048 PR gdb/16626
8049 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8050
8051 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8054 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8055
8056 2014-02-24 Doug Evans <dje@google.com>
8057
8058 * lib/gdb.exp (run_on_host): Log error output if program fails.
8059
8060 2014-02-21 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.threads/step-after-sr-lock.c: Rename to ...
8063 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8064 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8065 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8066 ... this.
8067
8068 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8069
8070 PR tdep/16397
8071 * gdb.arch/amd64-stap-special-operands.exp: New file.
8072 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8073 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8074 * gdb.arch/amd64-stap-triplet.S: Likewise.
8075 * gdb.arch/amd64-stap-triplet.c: Likewise.
8076
8077 2014-02-20 Joel Brobecker <brobecker@adacore.com>
8078
8079 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8080 in .section pseudo-op.
8081
8082 2014-02-20 lin zuojian <manjian2006@gmail.com>
8083 Joel Brobecker <brobecker@adacore.com>
8084 Doug Evans <xdje42@gmail.com>
8085
8086 PR symtab/16581
8087 * gdb.dwarf2/dw2-icycle.S: New file.
8088 * gdb.dwarf2/dw2-icycle.c: New file.
8089 * gdb.dwarf2/dw2-icycle.exp: New file.
8090
8091 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8092
8093 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8094 operations on gdb.Value objects.
8095 * gdb.python/py-value-cc.exp: Add new test to test operations on
8096 gdb.Value objects.
8097
8098 2014-02-18 Doug Evans <dje@google.com>
8099
8100 * Makefile.in (TESTS): New variable.
8101 (expanded_tests, expanded_tests_or_none): New variables
8102 (check-single): Pass $(expanded_tests_or_none) to runtest.
8103 (check-parallel): Only run tests in $(TESTS) if non-empty.
8104 (check/no-matching-tests-found): New rule.
8105 * README: Document TESTS makefile variable.
8106
8107 2014-02-18 Doug Evans <dje@google.com>
8108
8109 * Makefile.in (check-parallel): rm -rf outputs temp.
8110
8111 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8112
8113 Fix "ERROR: no fileid for" in the testsuite.
8114 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8115
8116 2014-02-12 Doug Evans <dje@google.com>
8117
8118 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8119 (MISCELLANEOUS): New variable.
8120 (clean): rm -rf $(MISCELLANEOUS).
8121 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8122 dwp live in the same directory as symlinks, with each symlink pointed
8123 to a differently named file in a different directory.
8124
8125 2014-02-11 Doug Evans <dje@google.com>
8126
8127 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8128 of Tcl file commands.
8129
8130 2014-02-10 Mark Kettenis <kettenis@gnu.org>
8131
8132 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8133 "kill -SIGUSR1 -1".
8134
8135 2014-02-10 Joel Brobecker <brobecker@adacore.com>
8136
8137 * gdb.ada/tick_length_array_enum_idx: New testcase.
8138
8139 2014-02-10 Doug Evans <xdje42@gmail.com>
8140
8141 * configure.ac (AC_OUTPUT): Add gdb.guile.
8142 * configure: Regenerate.
8143 * lib/gdb-guile.exp: New file.
8144 * lib/gdb.exp (get_target_charset): New function.
8145 * gdb.base/help.exp: Update expected output from "apropos apropos".
8146 * gdb.guile/Makefile.in: New file.
8147 * gdb.guile/guile.exp: New file.
8148 * gdb.guile/scm-arch.c: New file.
8149 * gdb.guile/scm-arch.exp: New file.
8150 * gdb.guile/scm-block.c: New file.
8151 * gdb.guile/scm-block.exp: New file.
8152 * gdb.guile/scm-breakpoint.c: New file.
8153 * gdb.guile/scm-breakpoint.exp: New file.
8154 * gdb.guile/scm-disasm.c: New file.
8155 * gdb.guile/scm-disasm.exp: New file.
8156 * gdb.guile/scm-equal.c: New file.
8157 * gdb.guile/scm-equal.exp: New file.
8158 * gdb.guile/scm-error.exp: New file.
8159 * gdb.guile/scm-error.scm: New file.
8160 * gdb.guile/scm-frame-args.c: New file.
8161 * gdb.guile/scm-frame-args.exp: New file.
8162 * gdb.guile/scm-frame-args.scm: New file.
8163 * gdb.guile/scm-frame-inline.c: New file.
8164 * gdb.guile/scm-frame-inline.exp: New file.
8165 * gdb.guile/scm-frame.c: New file.
8166 * gdb.guile/scm-frame.exp: New file.
8167 * gdb.guile/scm-generics.exp: New file.
8168 * gdb.guile/scm-gsmob.exp: New file.
8169 * gdb.guile/scm-iterator.c: New file.
8170 * gdb.guile/scm-iterator.exp: New file.
8171 * gdb.guile/scm-math.c: New file.
8172 * gdb.guile/scm-math.exp: New file.
8173 * gdb.guile/scm-objfile-script-gdb.in: New file.
8174 * gdb.guile/scm-objfile-script.c: New file.
8175 * gdb.guile/scm-objfile-script.exp: New file.
8176 * gdb.guile/scm-objfile.c: New file.
8177 * gdb.guile/scm-objfile.exp: New file.
8178 * gdb.guile/scm-ports.exp: New file.
8179 * gdb.guile/scm-pretty-print.c: New file.
8180 * gdb.guile/scm-pretty-print.exp: New file.
8181 * gdb.guile/scm-pretty-print.scm: New file.
8182 * gdb.guile/scm-section-script.c: New file.
8183 * gdb.guile/scm-section-script.exp: New file.
8184 * gdb.guile/scm-section-script.scm: New file.
8185 * gdb.guile/scm-symbol.c: New file.
8186 * gdb.guile/scm-symbol.exp: New file.
8187 * gdb.guile/scm-symtab-2.c: New file.
8188 * gdb.guile/scm-symtab.c: New file.
8189 * gdb.guile/scm-symtab.exp: New file.
8190 * gdb.guile/scm-type.c: New file.
8191 * gdb.guile/scm-type.exp: New file.
8192 * gdb.guile/scm-value-cc.cc: New file.
8193 * gdb.guile/scm-value-cc.exp: New file.
8194 * gdb.guile/scm-value.c: New file.
8195 * gdb.guile/scm-value.exp: New file.
8196 * gdb.guile/source2.scm: New file.
8197 * gdb.guile/types-module.cc: New file.
8198 * gdb.guile/types-module.exp: New file.
8199
8200 2014-02-10 Yao Qi <yao@codesourcery.com>
8201
8202 PR testsuite/16543
8203 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8204 * configure: Regenerated.
8205 * Makefile.in: New file.
8206
8207 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8208
8209 * gdb.python/py-framefilter.exp: Fix typo.
8210
8211 2014-02-08 Yao Qi <yao@codesourcery.com>
8212
8213 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8214 that no =breakpoint-modified is emitted when breakpoints are
8215 modified through MI commands.
8216
8217 2014-02-07 Pedro Alves <pedro@codesourcery.com>
8218 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.threads/step-after-sr-lock.c: New file.
8221 * gdb.threads/step-after-sr-lock.exp: New file.
8222
8223 2014-02-07 Pedro Alves <palves@redhat.com>
8224
8225 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8226
8227 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8230 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8231
8232 2014-02-06 Doug Evans <xdje42@gmail.com>
8233
8234 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8235 output.
8236
8237 * gdb.gdb/python-interrupts.exp: New file.
8238
8239 2014-02-05 Yao Qi <yao@codesourcery.com>
8240
8241 * gdb.trace/report.exp (use_collected_data): Test the output
8242 of "info threads" and "info inferiors".
8243
8244 2014-02-05 Yao Qi <yao@codesourcery.com>
8245
8246 Revert this patch:
8247
8248 2013-05-24 Yao Qi <yao@codesourcery.com>
8249
8250 * gdb.trace/tfile.exp: Test inferior and thread.
8251
8252 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8253
8254 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8255 on a function.
8256 * gdb.base/step-bt.c: Call hello via function pointer to make
8257 sure its first instruction is executed on powerpc64le-linux.
8258
8259 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8260
8261 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8262
8263 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8264
8265 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8266 of the test patterns for use on little-endian systems.
8267
8268 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8269
8270 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8271 (decimal_vector): Fix for little-endian.
8272
8273 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8274
8275 * gdb.arch/sparc-sysstep.exp: New file.
8276 * gdb.arch/sparc-sysstep.c: Likewise.
8277
8278 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8279
8280 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8281
8282 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8283
8284 2014-01-23 Tom Tromey <tromey@redhat.com>
8285
8286 * gdb.ada/array_char_idx: New testcase.
8287
8288 2014-01-23 Tom Tromey <tromey@redhat.com>
8289
8290 PR python/16487:
8291 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8292 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8293 classes.
8294
8295 2014-01-23 Tom Tromey <tromey@redhat.com>
8296
8297 PR python/16491:
8298 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8299 string from an inferior frame.
8300 * gdb.python/py-framefilter-mi.exp: Update.
8301
8302 2014-01-22 Doug Evans <dje@google.com>
8303
8304 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8305
8306 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8307
8308 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8309
8310 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8311
8312 * gdb.trace/entry-values.exp: Remove excess space character from
8313 regex patterns. Handle s390 call instruction.
8314
8315 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8316
8317 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8318 define "*_start" label. Make "name" static.
8319 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8320 ${name} by references to ${name}_start.
8321
8322 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8323
8324 * gdb.base/info-macros.exp: Remove "debug" from the compile
8325 options.
8326
8327 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8328
8329 * gdb.dlang/demangle.exp: New file.
8330
8331 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8332
8333 * gdb.dlang/primitive-types.exp: New file.
8334
8335 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8336
8337 * configure.ac: Create gdb.dlang/Makefile.
8338 * configure: Regenerate.
8339 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8340 * gdb.dlang/Makefile.in: New file.
8341 * lib/d-support.exp: New file.
8342 * lib/gdb.exp (skip_d_tests): New proc.
8343
8344 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8345
8346 * gdb.btrace/delta.exp: Check reverse stepi.
8347 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8348 * gdb.btrace/finish.exp: New.
8349 * gdb.btrace/next.exp: New.
8350 * gdb.btrace/nexti.exp: New.
8351 * gdb.btrace/record_goto.c: Add comments.
8352 * gdb.btrace/step.exp: New.
8353 * gdb.btrace/stepi.exp: New.
8354 * gdb.btrace/multi-thread-step.c: New.
8355 * gdb.btrace/multi-thread-step.exp: New.
8356 * gdb.btrace/rn-dl-bind.c: New.
8357 * gdb.btrace/rn-dl-bind.exp: New.
8358 * gdb.btrace/data.c: New.
8359 * gdb.btrace/data.exp: New.
8360 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8361
8362 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8363
8364 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8365 * gdb.btrace/exception.exp: Update.
8366 * gdb.btrace/instruction_history.exp: Update.
8367 * gdb.btrace/record_goto.exp: Update.
8368 * gdb.btrace/tailcall.exp: Update.
8369 * gdb.btrace/unknown_functions.exp: Update.
8370 * gdb.btrace/delta.exp: New.
8371
8372 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8373
8374 * gdb.btrace/record_goto.exp: Add backtrace test.
8375 * gdb.btrace/tailcall.exp: Add backtrace test.
8376
8377 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8378
8379 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8380 * gdb.btrace/record_goto.c: New.
8381 * gdb.btrace/record_goto.exp: New.
8382 * gdb.btrace/x86-record_goto.S: New.
8383
8384 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8385
8386 * gdb.btrace/function_call_history.exp: Update tests.
8387 * gdb.btrace/instruction_history.exp: Update tests.
8388
8389 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8390
8391 * gdb.btrace/function_call_history.exp: Fix expected field
8392 order for "record function-call-history".
8393 Add new tests for "record function-call-history /c".
8394 * gdb.btrace/exception.cc: New.
8395 * gdb.btrace/exception.exp: New.
8396 * gdb.btrace/tailcall.exp: New.
8397 * gdb.btrace/x86-tailcall.S: New.
8398 * gdb.btrace/x86-tailcall.c: New.
8399 * gdb.btrace/unknown_functions.c: New.
8400 * gdb.btrace/unknown_functions.exp: New.
8401 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8402
8403 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8404
8405 * gdb.btrace/instruction_history.exp: Update.
8406 * gdb.btrace/function_call_history.exp: Update.
8407
8408 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8409
8410 * gdb.btrace/function_call_history.exp: Fix expected function
8411 trace.
8412 * gdb.btrace/instruction_history.exp: Initialize traced.
8413 Remove traced_functions.
8414
8415 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8416
8417 * gdb.btrace/function_call_history.exp: Update
8418 * gdb.btrace/instruction_history.exp: Update.
8419
8420 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8421
8422 * gdb.btrace/enable.exp: Update expected text.
8423
8424 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8425
8426 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8427 bytes.
8428
8429 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8430
8431 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8432
8433 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
8434
8435 * lib/gdb.exp (supports_process_record): Return true for
8436 arm*-linux*. (supports_reverse): Likewise.
8437
8438 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8439
8440 PR python/15464
8441 PR python/16113
8442 * gdb.python/py-type.c: Enhance test case.
8443 * gdb.python/py-value-cc.cc: Likewise
8444 * gdb.python/py-type.exp: Add new tests.
8445 * gdb.python/py-value-cc.exp: Likewise
8446
8447 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8448 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8451 Make "name" extern.
8452 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8453 references to ${name}_start by references to ${name}.
8454
8455 2014-01-10 Joel Brobecker <brobecker@adacore.com>
8456
8457 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8458
8459 2014-01-10 Joel Brobecker <brobecker@adacore.com>
8460
8461 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8462
8463 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8464 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.mi/mi-info-os.exp: Connect to the target with
8467 mi_gdb_target_load.
8468
8469 2014-01-08 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.threads/reconnect-signal.c: New file.
8472 * gdb.threads/reconnect-signal.exp: New file.
8473
8474 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 * gdb.base/source-dir.exp: New file.
8477
8478 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8479
8480 * gdb.ada/mi_interface: New testcase.
8481
8482 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8485 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8486 gdb.ada/pp-rec-component/pck.ads: New files.
8487
8488 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.python/py-pp-integral.c: New file.
8491 * gdb.python/py-pp-integral.py: New file.
8492 * gdb.python/py-pp-integral.exp: New file.
8493
8494 For older changes see ChangeLog-1993-2013.
8495 \f
8496 ;; Local Variables:
8497 ;; mode: change-log
8498 ;; left-margin: 8
8499 ;; fill-column: 74
8500 ;; version-control: never
8501 ;; End:
8502
8503 Copyright 2014-2016 Free Software Foundation, Inc.
8504 Copying and distribution of this file, with or without modification,
8505 are permitted provided the copyright notice and this notice are preserved.