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