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