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