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