Support 'make check-parallel' in gdb's build dir
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e352bf0a
PA
12016-02-11 Pedro Alves <palves@redhat.com>
2
3 * README (Parallel testing): New section.
4 (GDB_PARALLEL): Rewrite.
5 (FORCE_PARALLEL): Document.
6
9f5fed78
MK
72016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8
9 * gdb.trace/tfile-avx.c: New test.
10 * gdb.trace/tfile-avx.exp: New test.
11
9ef9e6a6
KS
122016-02-09 Keith Seitz <keiths@redhat.com>
13
14 PR breakpoints/19546
15 * gdb.base/infcall-exec.c: New file.
16 * gdb.base/infcall-exec2.c: New file.
17 * gdb.base/infcall-exec.exp: New file.
18
a96e36da
KS
192016-02-09 Keith Seitz <keiths@redhat.com>
20
21 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
22 (toplevel): Call test_bkpt_address.
23
9f61929f
KS
242016-02-09 Keith Seitz <keiths@redhat.com>
25
26 PR python/19506
27 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
28 (toplevel): Call test_bkpt_address.
29
1e94266c
SM
302016-02-09 Simon Marchi <simon.marchi@ericsson.com>
31
32 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
33 to AC_OUTPUT.
34 * configure: Regenerate.
35
2a7f3dff
PA
362016-02-09 Pedro Alves <palves@redhat.com>
37
38 PR breakpoints/19548
39 * gdb.base/execl-update-breakpoints.c (some_function): New
40 function.
41 (main): Call it.
42 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
43 Tighten expected GDB output.
44
2151ccc5
SM
452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
46
47 * Makefile.in (ALL_SUBDIRS): Remove.
48 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
49 (distclean maintainer-clean realclean): Likewise.
50 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
51 * configure: Regenerate.
52 * gdb.ada/Makefile.in: Delete.
53 * gdb.arch/Makefile.in: Likewise.
54 * gdb.asm/Makefile.in: Likewise.
55 * gdb.base/Makefile.in: Likewise.
56 * gdb.btrace/Makefile.in: Likewise.
57 * gdb.cell/Makefile.in: Likewise.
58 * gdb.compile/Makefile.in: Likewise.
59 * gdb.cp/Makefile.in: Likewise.
60 * gdb.disasm/Makefile.in: Likewise.
61 * gdb.dlang/Makefile.in: Likewise.
62 * gdb.dwarf2/Makefile.in: Likewise.
63 * gdb.fortran/Makefile.in: Likewise.
64 * gdb.gdb/Makefile.in: Likewise.
65 * gdb.go/Makefile.in: Likewise.
66 * gdb.guile/Makefile.in: Likewise.
67 * gdb.java/Makefile.in: Likewise.
68 * gdb.linespec/Makefile.in: Likewise.
69 * gdb.mi/Makefile.in: Likewise.
70 * gdb.modula2/Makefile.in: Likewise.
71 * gdb.multi/Makefile.in: Likewise.
72 * gdb.objc/Makefile.in: Likewise.
73 * gdb.opencl/Makefile.in: Likewise.
74 * gdb.opt/Makefile.in: Likewise.
75 * gdb.pascal/Makefile.in: Likewise.
76 * gdb.perf/Makefile.in: Likewise.
77 * gdb.python/Makefile.in: Likewise.
78 * gdb.reverse/Makefile.in: Likewise.
79 * gdb.server/Makefile.in: Likewise.
80 * gdb.stabs/Makefile.in: Likewise.
81 * gdb.threads/Makefile.in: Likewise.
82 * gdb.trace/Makefile.in: Likewise.
83 * gdb.xml/Makefile.in: Likewise.
84 * lib/gdb.exp (make_gdb_parallel_path): Add check for
85 GDB_PARALLEL.
86 (standard_output_file): Remove check for GDB_PARALLEL, always
87 return path in outputs/$subdir/$testname.
88
437277d4
SM
892016-02-08 Simon Marchi <simon.marchi@ericsson.com>
90
91 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
92 (site.exp): Assign abs_srcdir to tcl's srcdir.
93
31d913c7
YQ
942016-02-04 Yao Qi <yao.qi@linaro.org>
95
96 * gdb.base/foll-exec-mode.c: Include limits.h.
97 (main): Add parameters argc and argv. Get directory from
98 argv[0].
99 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
100 compilation.
101 * gdb.base/foll-exec.c: Include limits.h.
102 (main): Add parameters argc and argv.
103 Get directory from argv[0].
104 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
105 Adjust tests on the number of lines as source code changed.
106 * gdb.base/foll-vfork-exit.c: Include limits.h.
107 (main): Add one line of statement before vfork.
108 * gdb.base/foll-vfork.c: Include limits.h and string.h.
109 (main): Add parameters argc and argv. Get directory from
110 argv[0].
111 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
112 (setup_gdb): Set tbreak to skip some source lines.
113 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
114 (main): Add parameters argc and argv. Get directory from
115 argv[0].
116 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
117 compilation.
118 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
119 (main): Add parameters argc and argv. Get directory from
120 argv[0].
121 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
122 compilation.
123
9482b9fb
DE
1242016-02-01 Doug Evans <dje@google.com>
125
126 * gdb.base/skip.exp: Clean up multiple references to same test name.
127
6b2e4f10
PA
1282016-02-01 Pedro Alves <palves@redhat.com>
129
ccb6afd6 130 PR remote/19496
6b2e4f10
PA
131 * gdb.threads/forking-threads-plus-breakpoint.exp
132 (displaced_stepping_supported): New global.
133 (probe_displaced_stepping_support): New procedure.
134 (do_test): Add 'displaced' parameter, and use it.
135 (top level): Check for displaced stepping support. Add displaced
136 stepping on/off testing axis.
137
37a8db1a
AB
1382016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
141 pointer. Don't perform further tests on the unassociated pointer
142 if the first test fails.
143
5fdf6324
AB
1442016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.base/max-value-size.c: New file.
147 * gdb.base/max-value-size.exp: New file.
148 * gdb.base/huge.exp: Disable max-value-size for this test.
149
935c6144
IB
1502016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
151
152 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
153
7fe8399d
YQ
1542016-01-28 Yao Qi <yao.qi@linaro.org>
155
156 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
157
a2077e25
PA
1582016-01-25 Pedro Alves <palves@redhat.com>
159
160 PR threads/19461
161 * gdb.base/fork-running-state.c: New file.
162 * gdb.base/fork-running-state.exp: New file.
163
1d2736d4
PA
1642016-01-25 Pedro Alves <palves@redhat.com>
165
166 PR gdb/19494
167 * gdb.base/catch-fork-kill.c: New file.
168 * gdb.base/catch-fork-kill.exp: New file.
169
f1da4b11
PA
1702016-01-25 Pedro Alves <palves@redhat.com>
171
172 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
173 Delete, moved to lib/gdb.exp.
174 * gdb.threads/forking-threads-plus-breakpoint.exp
175 (foreach_with_prefix): Likewise.
176 * gdb.threads/process-dies-while-handling-bp.exp
177 (foreach_with_prefix): Likewise.
178 * lib/gdb.exp (foreach_with_prefix): New procedure.
179
45f38546
MK
1802016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
181
182 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
183 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
184
dc29a1ce
MK
1852016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
186
187 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
188 endian targets.
189
092127d7
JK
1902016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
191 Pedro Alves <palves@redhat.com>
192
193 Fix testsuite compatibility with Guile.
194 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
195 number.
196
31d765d3
JK
1972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
198
199 Fix testsuite compatibility with Guile.
200 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
201 (thread 1): New test for backtrace through signal handler.
202
1ac78c04
YQ
2032016-01-22 Yao Qi <yao.qi@linaro.org>
204
205 PR testsuite/19491
206 * gdb.base/multi-forks.c: Include
207 ../lib/unbuffer_output.c
208 (main): Call gdb_unbuffer_output.
209
4f5946a8
DE
2102016-01-21 Doug Evans <dje@google.com>
211
212 * lib/ada.exp (gdb_compile_ada): Fix typo.
213
305e13e6
JB
2142016-01-21 Joel Brobecker <brobecker@adacore.com>
215
216 * gdb.base/break-fun-addr.exp: New file.
217 * gdb.base/break-fun-addr1.c: New file.
218 * gdb.base/break-fun-addr2.c: New file.
219
5f5dfff6
SM
2202016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
221
222 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
223 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
224 enum flag values.
225
fd356fa2
AA
2262016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
227
228 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
229 when GDB can not set the vector return value. Add more comments
230 for clarification.
231
9df22175
AT
2322016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
233
234 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
235 command.
236
41d1845e
SM
2372016-01-19 Simon Marchi <simon.marchi@ericsson.com>
238
239 * Makefile.in (DO_RUNTEST): Add --status and update usages.
240
01ac6840
SM
2412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
242
243 * Makefile.in (check-single): Pass --status to runtest.
244 (check/%.exp): Likewise.
245
2462016-01-19 Simon Marchi <simon.marchi@ericsson.com>
247
248 * Makefile.in (check-parallel): Propagate return code from make
249 do-check-parallel.
250
bd0a71fa
MK
2512016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
252
253 * gdb.trace/ftrace.exp: Fix expected message on continue.
254 * gdb.trace/pending.exp: Fix expected message on continue.
255 * gdb.trace/trace-break.exp: Fix expected message on continue.
256
8bcbad33
SM
2572016-01-18 Simon Marchi <simon.marchi@ericsson.com>
258
259 * lib/gdb.exp (gdb_test): Remove unused global references.
260
f303dbd6
PA
2612016-01-18 Pedro Alves <palves@redhat.com>
262
263 * gdb.base/async-shell.exp: Adjust expected output.
264 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
265 * gdb.base/siginfo-thread.exp: Adjust expected output.
266 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
267 * gdb.java/jnpe.exp: Adjust expected output.
268 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
269 * gdb.threads/continue-pending-status.exp: Adjust expected output.
270 * gdb.threads/leader-exit.exp: Adjust expected output.
271 * gdb.threads/manythreads.exp: Adjust expected output.
272 * gdb.threads/pthreads.exp: Adjust expected output.
273 * gdb.threads/schedlock.exp: Adjust expected output.
274 * gdb.threads/siginfo-threads.exp: Adjust expected output.
275 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
276 expected output.
277 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
278 output.
279 * gdb.threads/sigthread.exp: Adjust expected output.
280 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
281
b2789696
YQ
2822016-01-18 Yao Qi <yao.qi@linaro.org>
283
284 * gdb.guile/scm-section-script.c: Replace @progbits with
285 %progbits.
286 * gdb.python/py-section-script.c: Likewise.
287
71ef29a8
PA
2882016-01-15 Pedro Alves <palves@redhat.com>
289
290 * gdb.multi/tids.exp: Test star wildcard ranges.
291
3f5b7598
PA
2922016-01-15 Pedro Alves <palves@redhat.com>
293
294 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
295 command from "thread apply" invocation.
296 (thr_apply_info_thr_invalid): Default the expected output to the
297 input tid list.
298 (top level): Add tests that use convenience variables. Add tests
299 for "thread apply" with a valid TID list, but missing the command.
300
663f6d42
PA
3012016-01-13 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/default.exp: Expect $_gthread as well.
304 * gdb.multi/tids.exp: Test $_gthread.
305 * gdb.threads/thread-specific.exp: Test $_gthread.
306
c84f6bbf
PA
3072016-01-13 Pedro Alves <palves@redhat.com>
308
309 * gdb.multi/tids.exp: Test "info threads -gid".
310
22a02324
PA
3112016-01-13 Pedro Alves <palves@redhat.com>
312
313 * gdb.multi/tids.exp: Test InferiorThread.global_num and
314 Breakpoint.thread.
315 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
316
5d5658a1
PA
3172016-01-07 Pedro Alves <palves@redhat.com>
318
319 * gdb.base/break.exp: Adjust to output changes.
320 * gdb.base/hbreak2.exp: Likewise.
321 * gdb.base/sepdebug.exp: Likewise.
322 * gdb.base/watch_thread_num.exp: Likewise.
323 * gdb.linespec/keywords.exp: Likewise.
324 * gdb.multi/info-threads.exp: Likewise.
325 * gdb.threads/thread-find.exp: Likewise.
326 * gdb.multi/tids.c: New file.
327 * gdb.multi/tids.exp: New file.
328
84654457
PA
3292016-01-13 Pedro Alves <palves@redhat.com>
330
331 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
332
e3940304
PA
3332016-01-13 Pedro Alves <palves@redhat.com>
334
335 * gdb.base/default.exp: Expect $_inferior as well.
336 * gdb.multi/base.exp: Test $_inferior.
337
a911d87a
PA
3382016-01-13 Pedro Alves <palves@redhat.com>
339
340 PR breakpoints/19388
341 * gdb.base/catch-signal-siginfo-cond.c: New file.
342 * gdb.base/catch-signal-siginfo-cond.exp: New file.
343
82075af2
JS
3442016-01-12 Josh Stone <jistone@redhat.com>
345 Philippe Waroquiers <philippe.waroquiers@skynet.be>
346
347 * gdb.base/catch-syscall.c (do_execve): New variable.
348 (main): Conditionally trigger an execve.
349 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
350 (test_catch_syscall_execve): New, check entry/return across execve.
351 (do_syscall_tests): Call test_catch_syscall_execve.
352
e46eeedd
PA
3532016-01-12 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/random-signal.exp (do_test): New procedure, with body
356 of testcase moved in.
357
01d8c27e
JK
3582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
359 Pedro Alves <palves@redhat.com>
360
361 * gdb.base/funcargs.exp (finish from indirectly called function):
362 Reintroduce the case for 'First'.
363
9a706302
JK
3642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
365 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
368 (tcatch_vfork_then_child_follow_exec)
369 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
370 identification.
371
c0ecb95f
JK
3722016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
375 and repeats to unlimited.
376 * gdb.python/py-value.exp: Likewise.
377 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
378 and repeats to unlimited.
379
6cfc1fcb
JK
3802016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
381
382 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
383 and reordering the functions.
384 * gdb.multi/hangout.c: Likewise.
385 * gdb.multi/hello.c: Likewise.
386
582a1b00
SM
3872016-01-08 Simon Marchi <simon.marchi@ericsson.com>
388
389 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
390 absolute.
391 (SingleStatisticTestResult.report): Use dict.keys instead of
392 dict.iterkeys.
393
79bc59cb
PA
3942016-01-06 Pedro Alves <palves@redhat.com>
395
396 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
397
43368e1d
MM
3982016-01-04 Markus Metzger <markus.t.metzger@intel.com>
399
400 * gdb.btrace/dlopen.exp: New.
401 * gdb.btrace/dlopen.c: New.
402 * gdb.btrace/dlopen-dso.c: New.
403
79fad5b8
SL
4042015-12-25 Sandra Loosemore <sandra@codesourcery.com>
405
406 * lib/gdb.exp (gdb_test): Update comments to clarify that the
407 PATTERN argument is optional.
408
ab8314b3
JB
4092015-12-24 Joel Brobecker <brobecker@adacore.com>
410
411 * lib/ada.exp (target_compile_ada_from_dir): New function.
412 (gdb_compile_ada): Reimplement avoiding the use of project files.
413 * gdb.ada/gnat_ada.gpr: Delete.
414 * gdb.ada/cond_lang.exp: Adjust test to make path before
415 filename optional.
416 * gdb.ada/small_reg_param.exp: Likewise.
417
fe33faff
SM
4182015-12-22 Simon Marchi <simon.marchi@ericsson.com>
419
420 * gdb.base/foll-vork.exp: Remove HP-UX special case.
421
6d265cb4
TP
4222015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
423
424 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
425 case.
426
10125099
SM
4272015-12-21 Simon Marchi <simon.marchi@ericsson.com>
428
429 * gdb.base/break.exp: Remove dead code.
430 * gdb.base/sepdebug.exp: Likewise.
431
3ca22649
SM
4322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
433
434 * gdb.asm/asm-source.exp: Remove HP-UX references.
435 * gdb.base/annota1.exp: Likewise.
436 * gdb.base/annota3.exp: Likewise.
437 * gdb.base/attach.exp: Likewise.
438 * gdb.base/bigcore.exp: Likewise.
439 * gdb.base/break.exp: Likewise.
440 * gdb.base/call-ar-st.exp: Likewise.
441 * gdb.base/callfuncs.exp: Likewise.
442 * gdb.base/catch-fork-static.exp: Likewise.
443 * gdb.base/display.exp: Likewise.
444 * gdb.base/foll-exec-mode.exp: Likewise.
445 * gdb.base/foll-exec.exp: Likewise.
446 * gdb.base/foll-fork.exp: Likewise.
447 * gdb.base/foll-vfork.exp: Likewise.
448 * gdb.base/funcargs.exp: Likewise.
449 * gdb.base/hbreak2.exp: Likewise.
450 * gdb.base/inferior-died.exp: Likewise.
451 * gdb.base/interrupt.exp: Likewise.
452 * gdb.base/multi-forks.exp: Likewise.
453 * gdb.base/nodebug.exp: Likewise.
454 * gdb.base/sepdebug.exp: Likewise.
455 * gdb.base/solib1.c: Likewise.
456 * gdb.base/step-test.exp: Likewise.
457 * gdb.mi/non-stop.c: Likewise.
458 * gdb.mi/pthreads.c: Likewise.
459 * gdb.multi/bkpt-multi-exec.ex: Likewise.
460 * gdb.threads/pthreads.c: Likewise.
461 * gdb.threads/staticthreads.exp: Likewise.
462 * lib/future.exp: Likewise.
463 * lib/gdb.exp: Likewise.
464 * gdb.base/so-indr-cl.c: Remove.
465 * gdb.base/so-indr-cl.exp: Likewise.
466 * gdb.base/solib.c: Likewise.
467 * gdb.base/solib.exp: Likewise.
468 * gdb.base/solib2.c: Likewise.
469
b6304613
SM
4702015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
471
472 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
473 * gdb.base/call-ar-st.exp: Likewise.
474 * gdb.base/callfuncs.exp: Likewise.
475 * gdb.base/condbreak.exp: Likewise.
476 * gdb.base/constvars.exp: Likewise.
477 * gdb.base/hbreak2.exp: Likewise.
478 * gdb.base/langs.exp: Likewise.
479 * gdb.base/list.exp: Likewise.
480 * gdb.base/long_long.exp: Likewise.
481 * gdb.base/ptype.exp: Likewise.
482 * gdb.base/scope.exp: Likewise.
483 * gdb.base/signals.exp: Likewise.
484 * gdb.base/so-impl-ld.exp: Likewise.
485 * gdb.base/varargs.exp: Likewise.
486 * gdb.base/volatile.exp: Likewise.
487 * gdb.base/whatis.exp: Likewise.
488 * gdb.cp/cplusfuncs.exp: Likewise.
489 * gdb.cp/inherit.exp: Likewise.
490 * gdb.cp/local.exp: Likewise.
491 * gdb.cp/member-ptr.exp: Likewise.
492 * gdb.cp/method.exp: Likewise.
493 * gdb.cp/overload.exp: Likewise.
494 * gdb.cp/templates.exp: Likewise.
495 * gdb.stabs/weird.exp: Likewise.
496 * lib/compiler.c: Likewise.
497 * lib/compiler.cc: Likewise.
498 * lib/cp-support.exp: Likewise.
499 * lib/gdb.exp: Likewise.
500
bf401b07
SM
5012015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
502
503 * configure.ac: Remove HP-UX case.
504 * configure: Regenerate.
505
aff9c0f8
SM
5062015-12-18 Simon Marchi <simon.marchi@ericsson.com>
507
508 * lib/gdb.exp (gdb_compile): Add function doc.
509
a6904d5a
PA
5102015-12-17 Pedro Alves <palves@redhat.com>
511
512 PR threads/19354
513 * gdb.multi/info-threads.exp: New file.
514
a22279dd
YQ
5152015-12-15 Yao Qi <yao.qi@linaro.org>
516
517 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
518 is aarch64*-*-*.
519
0588c796
SL
5202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
521
522 * gdb.base/history-duplicates.exp: Skip if no readline support.
523
5d978e17
SL
5242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
525
526 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
527
7e763b86
SL
5282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
529
530 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
531
87a3a92c
SL
5322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
533
534 * gdb.base/completion.exp: Skip tests that interrupt GDB with
535 ctrl-C if nointerrupts target property is set.
536 * gdb.base/double-prompt-target-event-error.exp: Likewise.
537 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
538 * gdb.base/paginate-bg-execution.exp: Likewise.
539 * gdb.base/paginate-execution-startup.exp: Likewise.
540 * gdb.base/random-signal.exp: Likewise.
541 * gdb.base/range-stepping.exp: Likewise.
542 * gdb.cp/annota2.exp: Likewise.
543 * gdb.cp/annota3.exp: Likewise.
544 * gdb.gdb/selftest.exp: Likewise.
545 * gdb.threads/continue-pending-status.exp: Likewise.
546 * gdb.threads/leader-exit.exp: Likewise.
547 * gdb.threads/manythreads.exp: Likewise.
548 * gdb.threads/pthreads.exp: Likewise.
549 * gdb.threads/schedlock.exp: Likewise.
550 * gdb.threads/sigthread.exp: Likewise.
551
a8f077dc
DB
5522015-12-11 Don Breazeal <donb@codesourcery.com>
553
554 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
555 remote.
556 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
557 * gdb.base/foll-exec.exp (main): Enable for target remote.
558 * gdb.base/foll-fork.exp (main): Likewise.
559 * gdb.base/foll-vfork.exp (main): Likewise.
560 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
561 (proc continue_to_exit_bp_loc): Use clean_restart.
562 * gdb.base/pie-execl.exp (main): Disable for target remote.
563 * gdb.base/watch-vfork.exp (main): Enable for target remote.
564 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
565 * gdb.threads/execl.exp (main): Likewise.
566 * gdb.threads/fork-child-threads.exp (main): Likewise.
567 * gdb.threads/fork-plus-threads.exp (main): Disable for target
568 remote.
569 * gdb.threads/fork-thread-pending.exp (main): Enable for target
570 remote.
571 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
572 pid.tid style ptids, instead of just tid.
573 * gdb.threads/thread-execl.exp (main): Enable for target remote.
574 * gdb.threads/watchpoint-fork.exp (main): Likewise.
575 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
576 ptids, instead of just tid.
577
3b2464a8
AB
5782015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.base/list.exp (test_list_forward): Add end of file error
581 test.
582 (test_repeat_list_command): Add end of file error test.
583 (test_list_backwards): Add beginning of file error test.
584
a0def019
AB
5852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.base/list.exp (test_list_invalid_args): New function,
588 defined, and called.
589
5c000dff
AB
5902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/list.exp (test_list): Make test names unique.
593
f1637ebe
YQ
5942015-12-11 Yao Qi <yao.qi@linaro.org>
595
596 * gdb.base/coremaker2.c: Remove.
597
36d6fc0a
PA
5982015-12-10 Pedro Alves <palves@redhat.com>
599
600 * gdb.multi/base.exp: Remove stale "spaces" references.
601
762f7747
PA
6022015-12-10 Pedro Alves <palves@redhat.com>
603
604 * gdb.multi/base.exp: Don't use nowarnings.
605 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
606 * gdb.multi/hangout.c: Include stdio.h.
607 * gdb.multi/hello.c: Include stdlib.h.
608 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
609 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
610 * gdb.multi/multi-arch.exp: Don't use nowarnings.
611
28d2bfb9
AB
6122015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.dwarf2/dw2-ranges-base.c: New file.
615 * gdb.dwarf2/dw2-ranges-base.exp: New file.
616 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
617 support additional line table, and debug ranges generation.
618 (Dwarf::ranges): New function, generate .debug_ranges.
619 (Dwarf::lines): Support generating simple line table programs.
620 (Dwarf::assemble): Initialise new namespace variables.
621
5fc2beac
KB
6222015-12-09 Kevin Buettner <kevinb@redhat.com>
623
624 * gdb.base/async.exp (proc test_background): Add case for
625 asynchronous execution not supported.
626
1c35a88f
LM
6272015-12-09 Luis Machado <lgustavo@codesourcery.com>
628
629 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
630 format and change test names to make them unique.
631
b593e3d9
RK
6322015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
633 Pedro Alves <pedro@redhat.com>
634
635 PR gdb/18702
636 Add checking of floatformats setup on x86_64 hosts.
637 * gdb.arch/i386-float.S (main): Load bigval and smallval.
638 (smallval, bigval): New labels/constants.
639 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
640 float" after loading bigval and smallval.
641
d72413e6
PMR
6422015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
643
644 * gdb.ada/fun_overload_menu.exp: New testcase.
645 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
646
ece66d65
JS
6472015-12-04 Josh Stone <jistone@redhat.com>
648
649 * gdb.base/catch-fork-static.exp: New.
650
41d0efca
YQ
6512015-12-03 Yao Qi <yao.qi@linaro.org>
652
653 * gdb.base/sizeof.c: Don't include stdio.h and
654 ../lib/unbuffer_output.c.
655 (main): New variable 'size' and 'value'. Remove printf and
656 gdb_unbuffer_output. Assign return value to size and value.
657 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
658 at the beginning.
659 (check_sizeof): Check the result by printing variable 'size'.
660 (check_valueof): Check the result by printing variable 'value'.
661
99fd02d9
YQ
6622015-12-01 Yao Qi <yao.qi@linaro.org>
663
664 * gdb.base/disp-step-syscall.exp: Define syscall instruction
665 for aarch64*-*-linux* target.
666
f2faf941
PA
6672015-11-30 Pedro Alves <palves@redhat.com>
668
669 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
670
04bf20c5
PA
6712015-11-30 Pedro Alves <palves@redhat.com>
672
673 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
674 Handle non-stop mode vCont replies.
675
09df4675
PA
6762015-11-30 Pedro Alves <palves@redhat.com>
677
678 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
679 prepare_for_testing. Start gdb with "set non-stop on" appended to
680 GDBFLAGS. Lax expected stop output.
681
58b584af
YQ
6822015-11-27 Yao Qi <yao.qi@linaro.org>
683
684 * gdb.arch/arm-neon.exp: New.
685 * gdb.arch/arm-neon.c: New.
686
dfcb77a8
YQ
6872015-11-27 Yao Qi <yao.qi@linaro.org>
688
689 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
690
88e8ec1b
YQ
6912015-11-27 Yao Qi <yao.qi@linaro.org>
692
693 * gdb.cp/annota2.exp: Allow multiple occurrences of the
694 frames-invalid annotation.
695
bfde72c2
YQ
6962015-11-27 Yao Qi <yao.qi@linaro.org>
697
698 * gdb.cp/annota2.exp: Use ${frames_invalid}.
699
f6512a69
SM
7002015-11-26 Simon Marchi <simon.marchi@ericsson.com>
701
702 * gdb.threads/names.exp: New file.
703 * gdb.threads/names.c: New file.
704 * README: Mention gdb,no_thread_names.
705
46a3515b
MM
7062015-11-26 Markus Metzger <markus.t.metzger@intel.com>
707
708 PR 19297
709 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
710 support" error.
711
62147a22
PA
7122015-11-24 Pedro Alves <palves@redhat.com>
713
714 PR 17539
715 * gdb.base/display.exp: Expect displays to be sorted in ascending
716 order. Use multi_line.
717 * gdb.base/solib-display.exp: Likewise.
718
2f341b6e
PA
7192015-11-24 Pedro Alves <palves@redhat.com>
720
721 PR 17539
722 * gdb.base/display.exp: Expect displays to be sorted in ascending
723 order. Use multi_line.
724 * gdb.base/solib-display.exp: Likewise.
725
7e0aa6aa
PA
7262015-11-24 Pedro Alves <palves@redhat.com>
727
728 PR 17539
729 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
730 threads in ascending order.
731 * gdb.base/foll-fork.exp: Likewise.
732 * gdb.base/foll-vfork.exp: Likewise.
733 * gdb.base/multi-forks.exp: Likewise.
734 * gdb.mi/mi-nonstop.exp: Likewise.
735 * gdb.mi/mi-nsintrall.exp: Likewise.
736 * gdb.multi/base.exp: Likewise.
737 * gdb.multi/multi-arch.exp: Likewise.
738 * gdb.python/py-inferior.exp: Likewise.
739 * gdb.threads/break-while-running.exp: Likewise.
740 * gdb.threads/execl.exp: Likewise.
741 * gdb.threads/gcore-thread.exp: Likewise.
742 * gdb.threads/info-threads-cur-sal.exp: Likewise.
743 * gdb.threads/kill.exp: Likewise.
744 * gdb.threads/linux-dp.exp: Likewise.
745 * gdb.threads/multiple-step-overs.exp: Likewise.
746 * gdb.threads/next-bp-other-thread.exp: Likewise.
747 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
748 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
749 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
750 * gdb.threads/thread-find.exp: Likewise.
751 * gdb.threads/tls.exp: Likewise.
752 * lib/mi-support.exp (mi_reverse_list): Delete.
753 (mi_check_thread_states): No longer reverse list.
754
2cc57ad8
PA
7552015-11-24 Pedro Alves <palves@redhat.com>
756
757 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
758 use lowercase.
759
c93e8391
SM
7602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
761
762 * gdb.trace/actions.c: Include trace-common.h.
763 (main): Add a location for a fast tracepoint.
764 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
765 the normal tracepoints.
766 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
767
045ccf91
SM
7682015-11-23 Simon Marchi <simon.marchi@ericsson.com>
769
770 * save-trace.exp: Factor out code to these...
771 (gdb_save_tracepoints): New.
772 (gdb_load_tracepoints): New.
773 (do_save_load_test): New.
774
5506f9f6
KB
7752015-11-23 Kevin Buettner <kevinb@redhat.com>
776
777 * gdb.base/asmlabel.exp: New test.
778 * gdb.base/asmlabel.c: New test case.
779
16c3b12f
JB
7802015-11-23 Joel Brobecker <brobecker@adacore.com>
781
782 * gdb.base/wrong_frame_bt_full-main.c: New file.
783 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
784 * gdb.base/wrong_frame_bt_full.exp: New file.
785
155bfbd3
JB
7862015-11-23 Joel Brobecker <brobecker@adacore.com>
787
788 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
789
bb097445
JM
7902015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
791
206853a0 792 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
793 pstate register when comparing registers values in
794 sparc64-*-linux-gnu targets to avoid spurious differences.
795
9c88ed8f
JM
7962015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
797
206853a0 798 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 799
96161e25
SL
8002015-11-19 Sandra Loosemore <sandra@codesourcery.com>
801
802 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
803 as type argument to gdb_compile.
804 * gdb.base/nested-subp2.exp: Likewise.
805 * gdb.base/nested-subp3.exp: Likewise.
806
340c2830
DV
8072015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
808
809 * lib/dwarf.exp (_note): Fix left shift of negative value.
810 * gdb.trace/trace-condition.exp: Likewise.
811
c1862d0f
YQ
8122015-11-13 Yao Qi <yao.qi@linaro.org>
813
814 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
815 comments about d10v.
816 (test_scalar_returns): Likewise.
817 * gdb.base/d10v.ld: Remove.
818 * gdb.base/overlays.exp: Remove the target triplet checking for
819 d10v-*-*.
820 * gdb.base/structs.exp (test_struct_returns): Remove the
821 comments about d10v.
822 (test_struct_calls): Likewise.
823
77ae9c19
YQ
8242015-11-13 Yao Qi <yao.qi@linaro.org>
825
826 * gdb.base/gnu_vector.exp: Check the return value by "p res".
827 * gdb.base/gnu_vector.c: Don't include stdio.h.
828 (main): Don't print res and call add_some_intvecs.
829
430e004e
MK
8302015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
831
832 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
833 macro.
834 (func5): Removed.
835 (func4): Use FAST_TRACEPOINT_LABEL.
836 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
837 macro.
838 (func): Removed.
839 (thread_function): Use FAST_TRACEPOINT_LABEL.
840 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
841 (func): Remove.
842 (marker): Use FAST_TRACEPOINT_LABEL.
843 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
844 (pendfunc1): Remove.
845 (pendfunc): Use FAST_TRACEPOINT_LABEL.
846 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
847 (foo): Remove.
848 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
849 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
850 macro.
851 (func): Remove.
852 (marker): Use FAST_TRACEPOINT_LABEL.
853 * gdb.trace/trace-common.h: New header.
854 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
855 macro.
856 (func): Remove.
857 (marker): Use FAST_TRACEPOINT_LABEL.
858 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
859 (func): Remove.
860 (thread_function): Use FAST_TRACEPOINT_LABEL.
861
6e7675a7
MK
8622015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
863
864 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
865 in front.
866 * gdb.trace/change-loc.exp: Use global pcreg definition.
867 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
868 * gdb.trace/entry-values.exp: Use global spreg definition, add $
869 in front.
870 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
871 * gdb.trace/pending.exp: Likewise.
872 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
873 * gdb.trace/trace-break.exp: Likewise.
874 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
875 in front.
876 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
877 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
878 in front.
879 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
880
dddc0e16
JB
8812015-11-09 Joel Brobecker <brobecker@adacore.com>
882
883 * gdb.ada/fin_fun_out: New testcase.
884
c6f0b406
KB
8852015-11-07 Kevin Buettner <kevinb@redhat.com>
886
887 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
888 value associated with DW_AT_byte_size.
889 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
890 constants for DW_AT_byte_size, DW_AT_lower_bound, and
891 DW_AT_upper_bound.
892
f01dcfd9
KB
8932015-11-07 Kevin Buettner <kevinb@redhat.com>
894
895 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
896 (gdb_target_symbol_prefix_flags): Define in terms of _asm
897 version.
898 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
899 gdb.dwarf2/dw2-canonicalize-type.exp,
900 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
901 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
902 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
903 provided by gdb_target_symbol_prefix_flags_asm.
904 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
905 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
906 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
907 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
908 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
909 macros where needed). Use this macro for symbols which require
910 the prefix provided by SYMBOL_PREFIX.
911
2223449a
KB
9122015-11-05 Kevin Buettner <kevinb@redhat.com>
913
914 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
915 New procs.
916 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
917 representing expressions, of more than one list element.
918 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
919 to prepend linker symbol prefix to f.
920 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
921 table_1 and table_2.
922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
923 Likewise, for f and g.
924 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
925 for ptr.
926 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
927 for main.
928 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
929 table_1_ptr and table_2_ptr.
930
6f2f1a3a
JK
9312015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
932 Joel Brobecker <brobecker@adacore.com>
933
934 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
935
566c56c9
MK
9362015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
937
938 * gdb.reverse/s390-mvcle.c: New test.
939 * gdb.reverse/s390-mvcle.exp: New file.
940 * lib/gdb.exp: Enable reverse tests on s390*-linux.
941
d5f0636b
MK
9422015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
943
944 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
945
7ad8b86c
MK
9462015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
947
948 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
949 reaching marker2.
950 * gdb.reverse/getresuid-reverse.exp: Likewise.
951 * gdb.reverse/pipe-reverse.exp: Likewise.
952 * gdb.reverse/readv-reverse.exp: Likewise.
953 * gdb.reverse/recvmsg-reverse.exp: Likewise.
954 * gdb.reverse/time-reverse.exp: Likewise.
955 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
956
4081c0f1
YQ
9572015-10-30 Yao Qi <yao.qi@linaro.org>
958
959 * gdb.threads/wp-replication.c (watch_count_done): Remove.
960 (empty_cycle): Remove.
961 (main): Don't call empty_cycle. Don't use watch_count_done.
962 * gdb.threads/wp-replication.exp: Don't set breakpoint on
963 empty_cycle. Rewrite the code counting HW watchpoints.
964
452b4ba5
MK
9652015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
966
967 * gdb.reverse/fstatat-reverse.c: New test.
968 * gdb.reverse/fstatat-reverse.exp: New file.
969 * gdb.reverse/getresuid-reverse.c: New test.
970 * gdb.reverse/getresuid-reverse.exp: New file.
971 * gdb.reverse/pipe-reverse.c: New test.
972 * gdb.reverse/pipe-reverse.exp: New file.
973 * gdb.reverse/readv-reverse.c: New test.
974 * gdb.reverse/readv-reverse.exp: New file.
975 * gdb.reverse/recvmsg-reverse.c: New test.
976 * gdb.reverse/recvmsg-reverse.exp: New file.
977 * gdb.reverse/time-reverse.c: New test.
978 * gdb.reverse/time-reverse.exp: New file.
979 * gdb.reverse/waitpid-reverse.c: New test.
980 * gdb.reverse/waitpid-reverse.exp: New file.
981
5e2e7507
JK
9822015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
985
0fde2c53
DE
9862015-10-26 Doug Evans <dje@google.com>
987
988 PR symtab/17391
989 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
990 * gdb.dwarf2/bad-regnum.c: New file.
991 * gdb.dwarf2/bad-regnum.exp: New file.
992
1a70ae97
DE
9932015-10-26 Doug Evans <dje@google.com>
994
995 PR python/18938
996 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
997 file.
998
27dc26ab
JK
9992015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1002 for a change by "Mention language in compile error message".
1003
bed91f4d
SM
10042015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1005
1006 PR python/18073
1007 * gdb.python/py-type.c (C::a_method): New.
1008 (C::a_const_method): New.
1009 (C::a_static_method): New.
1010 (a_function): New.
1011 * gdb.python/py-type.exp (test_fields): Test getting fields
1012 from function and method.
1013
3f2f83dd
KB
10142015-10-21 Keven Boell <keven.boell@intel.com>
1015
1016 * gdb.fortran/vla-alloc-assoc.exp: New file.
1017 * gdb.fortran/vla-datatypes.exp: New file.
1018 * gdb.fortran/vla-datatypes.f90: New file.
1019 * gdb.fortran/vla-history.exp: New file.
1020 * gdb.fortran/vla-ptype-sub.exp: New file.
1021 * gdb.fortran/vla-ptype.exp: New file.
1022 * gdb.fortran/vla-sizeof.exp: New file.
1023 * gdb.fortran/vla-sub.f90: New file.
1024 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1025 * gdb.fortran/vla-value-sub-finish.exp: New file.
1026 * gdb.fortran/vla-value-sub.exp: New file.
1027 * gdb.fortran/vla-value.exp: New file.
1028 * gdb.fortran/vla-ptr-info.exp: New file.
1029 * gdb.mi/mi-vla-fortran.exp: New file.
1030 * gdb.mi/vla.f90: New file.
1031
27145d50
SL
10322015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1033
1034 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1035 of hardwired timeout value.
1036
5f3ff4f8
JK
10372015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1038 Pedro Alves <palves@redhat.com>
1039
1040 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1041 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1042
bfd09d20
JS
10432015-10-19 Josh Stone <jistone@redhat.com>
1044
1045 * gdb.base/catch-syscall.c: Include <sched.h>.
1046 (unknown_syscall): New variable.
1047 (main): Trigger a vfork and an unknown syscall.
1048 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1049 (unknown_syscall_number): Likewise.
1050 (check_call_to_syscall): Accept an optional syscall pattern.
1051 (check_return_from_syscall): Likewise.
1052 (check_continue): Likewise.
1053 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1054 (test_catch_syscall_skipping_return): New test toggling off 'catch
1055 syscall' to step over the syscall return, then toggling back on.
1056 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1057 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1058 (do_syscall_tests): Call test_catch_syscall_without_args and
1059 test_catch_syscall_mid_vfork.
1060 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1061 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1062
b32b93c6
AS
10632015-10-19 Andrew Stubbs <ams@codesourcery.com>
1064
1065 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1066 print g_vE): Add new pass patterns.
1067 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1068 print various symbol names for vptr fields.
1069
9d622bda
AB
10702015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1073 results.
1074
0fd8ac1c
YQ
10752015-10-12 Yao Qi <yao.qi@linaro.org>
1076
1077 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1078
34240514
YQ
10792015-10-12 Yao Qi <yao.qi@linaro.org>
1080
1081 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1082 is aarch64*-*-linux*.
1083
8240f442
YQ
10842015-10-12 Yao Qi <yao.qi@linaro.org>
1085
1086 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1087 (can_relocate_bcond_true): ... it.
1088 (can_relocate_bcond_false): New function.
1089 (foo): Likewise.
1090 (can_relocate_bl): Likewise.
1091 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1092 can_relocate_bl.
1093
2520f728
PMR
10942015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1095
1096 * gdb.base/nested-addr.c: New file.
1097 * gdb.base/nested-addr.exp: New testcase.
1098
abcef95a
MM
10992015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1100
1101 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1102 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1103 its output. Ignore the output of "record goto begin" and instead
1104 check that GDB is replaying.
1105
145e3ddb
PA
11062015-10-09 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1109 (top level): Use it in the run with no args test.
1110
d5d8c4e1
IB
11112015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1112
1113 * gdb.dlang/properties.exp: New file.
1114
06e635ef
SL
11152015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1116
1117 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1118 whether or not address 0x1000 is mapped on the target.
1119
e019fd1d
SM
11202015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1121
1122 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1123 build.
1124
77ba2a67
MM
11252015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1126
1127 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1128 instruction-history test.
1129
c60eb31f
DE
11302015-09-28 Doug Evans <dje@google.com>
1131
1132 * gdb.base/gcore.c (array_func): Add reference to static_array.
1133
9a3c8263
SM
11342015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1135
1136 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1137 source line.
1138
9720e656
SL
11392015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1140
1141 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1142 short or char as base type.
1143
938d3bf2
SL
11442015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1145
1146 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1147 to allow any size enum.
1148
e6c2c623
PMR
11492015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1150
1151 * gdb.ada/array_ptr_renaming.exp: New testcase.
1152 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1153 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1154
06da0f77
PL
11552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1156
1157 * gdb.trace/ftrace-lock.c: New file.
1158 * gdb.trace/ftrace-lock.exp: New file.
1159
4f51c22a
PL
11602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1161
1162 * gdb.arch/insn-reloc.c: New file.
1163 * gdb.arch/ftrace-insn-reloc.exp: New file.
1164
7041adf4
PL
11652015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1166
1167 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1168 instruction.
1169 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1170 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1171 * gdb.trace/range-stepping.c: Likewise.
1172 * gdb.trace/trace-break.c: Likewise.
1173 * gdb.trace/trace-mt.c (thread_function): Likewise.
1174 * gdb.trace/ftrace.c (marker): Likewise.
1175 * gdb.trace/trace-condition.c (marker): Likewise.
1176 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1177 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1178 is_aarch64_target.
1179
015d2e7e
DE
11802015-09-18 Doug Evans <xdje42@gmail.com>
1181
1182 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1183 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1184
26b188a2
SL
11852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1186
1187 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1188 the breakpoint.
1189
79dc332b
SL
11902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1191
1192 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1193 the pending breakpoint. Remove timeout override for "Run till
1194 MI pending breakpoint on pendfunc3 on thread 2" test.
1195
f57929f2
SL
11962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1197
1198 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1199 filename pattern.
1200
3f469b17
SL
12012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1202
1203 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1204 in breakpoint filename pattern.
1205
515b89b3
SL
12062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1207
7800dbe4
SL
1208 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1209
12102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1211
515b89b3
SL
1212 * gdb.linespec/explicit.exp: Check for readline support for
1213 tab-completion tests. Fix obvious typo.
1214
d2939ba2
MM
12152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1216
1217 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1218 and replay.
1219
cbb55fa7
MM
12202015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1221
1222 * gdb.btrace/non-stop.c: New.
1223 * gdb.btrace/non-stop.exp: New.
1224
43691ca1
PL
12252015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1226 Yao Qi <yao.qi@linaro.org>
1227
1228 * gdb.trace/trace-condition.c: New file.
1229 * gdb.trace/trace-condition.exp: New file.
1230
d78908cf
WW
12312015-09-16 Wei-cheng Wang <cole945@gmail.com>
1232
1233 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1234 for testing bytecode compilation.
1235
1ed415e2
PA
12362015-09-16 Pedro Alves <palves@redhat.com>
1237 Sandra Loosemore <sandra@codesourcery.com>
1238
1239 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1240 (SECONDS): Redefine.
1241 (main): Call pthread_kill and alarm early.
1242 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1243 support.
1244 (test): If the target can't hardware step and doesn't support
1245 displaced stepping, increase the timeout.
1246
d136eff5
PA
12472015-09-16 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1250 (enable_debug): New procedures.
1251 (test): Use them. Bail out if waiting for threads fails.
1252 (top level): Bail out if a test fails.
1253
991f019c
YQ
12542015-09-16 Yao Qi <yao.qi@linaro.org>
1255
1256 * gdb.asm/asm-source.exp: Set asm-arch for
1257 aarch64*-*-* target.
1258 * gdb.asm/aarch64.inc: New file.
1259
bfca584f
PMR
12602015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1261
1262 * gdb.ada/array_of_variable_length.exp: New testcase.
1263 * gdb.ada/array_of_variable_length/foo.adb: New file.
1264 * gdb.ada/array_of_variable_length/pck.adb: New file.
1265 * gdb.ada/array_of_variable_length/pck.ads: New file.
1266
b326e587
DE
12672015-09-15 Doug Evans <dje@google.com>
1268
1269 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1270 of function static local variable.
1271
5382cfab
PW
12722015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1273
1274 * gdb.threads/tls-so_extern.exp: New test file.
1275 * gdb.threads/tls-so_extern.c: New test file.
1276 * gdb.threads/tls-so_extern_main.c: New test file.
1277
141c5cc4
JK
12782015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1279
1280 * gdb.opt/solib-intra-step-lib.c: New file.
1281 * gdb.opt/solib-intra-step-main.c: New file.
1282 * gdb.opt/solib-intra-step.exp: New file.
1283
d15dcecd
PA
12842015-09-15 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1287 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1288
4c2f2a79
PA
12892015-09-14 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.base/hook-stop-continue.c: Delete.
1292 * gdb.base/hook-stop-continue.exp: Delete.
1293 * gdb.base/hook-stop-frame.c: Delete.
1294 * gdb.base/hook-stop-frame.exp: Delete.
1295 * gdb.base/hook-stop.c: New file.
1296 * gdb.base/hook-stop.exp: New file.
1297
919e6dbe
PMR
12982015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1299
1300 * gdb.ada/access_to_packed_array.exp: New testcase.
1301 * gdb.ada/access_to_packed_array/foo.adb: New file.
1302 * gdb.ada/access_to_packed_array/pack.adb: New file.
1303 * gdb.ada/access_to_packed_array/pack.ads: New file.
1304
157280a4
MM
13052015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1306
1307 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1308 buffer size test.
1309
2fd33e94
DB
13102015-09-11 Don Breazeal <donb@codesourcery.com>
1311
1312 * gdb.base/foll-exec.c: Add copyright header. Fix
1313 formatting issues.
1314 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1315 (do_exec_tests): Use clean_restart in place of zap_session,
1316 and for test initialization. Fix formatting issues. Use
1317 fail in place of perror.
1318 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1319 an expect statement to match an expression with output from
1320 the program under debug.
1321 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1322 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1323 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1324 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1325 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1326
e70b6e8e
DE
13272015-09-09 Doug Evans <dje@google.com>
1328
1329 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1330
7a551a51
DE
13312015-09-09 Doug Evans <dje@google.com>
1332
1333 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1334
4c666f84
DE
13352015-09-09 Doug Evans <dje@google.com>
1336
1337 * gdb.base/savedregs.exp: Fix typo.
1338
243a9253
PA
13392015-09-09 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1342
c0fa8fbd
SL
13432015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1344
1345 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1346 command actually switches threads. Give up on remaining
1347 tests if target fails to stop at breakpoint.
1348
cd7c1778
PMR
13492015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1350
1351 * gdb.ada/funcall_char.exp: New testcase.
1352 * gdb.ada/funcall_char/foo.adb: New file.
1353
dc5c8746
PMR
13542015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1355
1356 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1357 expected outputs. Add two testcases for completing ambiguous
1358 functions.
1359 * gdb.ada/complete/aux_pck.adb: New file.
1360 * gdb.ada/complete/aux_pck.ads: New file.
1361 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1362 Ambiguous_Func functions.
1363 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1364 * gdb.ada/complete/pck.adb: Likewise.
1365
4e83a1e7
UW
13662015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1367
1368 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1369 failures to run the test program under GDB.
1370
8ce74153
LM
13712015-08-26 Luis Machado <lgustavo@codesourcery.com>
1372
1373 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1374 to C.
1375
e9756d52
PP
13762015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1377
1378 * gdb.base/run-after-attach.exp: New test file.
1379 * gdb.base/run-after-attach.c: New test file.
1380
8d37573b
DB
13812015-08-26 Don Breazeal <donb@codesourcery.com>
1382
1383 * gdb.base/foll-exec-2.c: New test program.
1384 * gdb.base/foll-exec-2.exp: New test.
1385
63e43d3a
PMR
13862015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1387
1388 * gdb.base/nested-subp1.exp: New file.
1389 * gdb.base/nested-subp1.c: New file.
1390 * gdb.base/nested-subp2.exp: New file.
1391 * gdb.base/nested-subp2.c: New file.
1392 * gdb.base/nested-subp3.exp: New file.
1393 * gdb.base/nested-subp3.c: New file.
1394
3d40fbb5
PA
13952015-08-24 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.server/connect-without-multi-process.c: New file.
1398 * gdb.server/connect-without-multi-process.exp: New file.
1399
4422ac93
LM
14002015-08-24 Luis Machado <lgustavo@codesourcery.com>
1401
1402 * gdb.opt/inline-markers.c: Make z int.
1403
91dddb86
LM
14042015-08-24 Luis Machado <lgustavo@codesourcery.com>
1405
1406 * gdb.opt/inline-markers.c: Make z volatile.
1407
a48847ee
LM
14082015-08-24 Luis Machado <lgustavo@codesourcery.com>
1409
1410 * gdb.opt/inline-bt.c: New volatile global z.
1411 * gdb.opt/inline-cmds.c: Likewise.
1412 * gdb.opt/inline-locals.c: Likewise.
1413 * gdb.opt/inline-markers.c: New extern global z.
1414 (marker): Use z.
1415 (inline_fn): Likewise.
1416
0ebbc52b
PA
14172015-08-24 Pedro Alves <palves@redhat.com>
1418
1419 * config/m32r-stub.exp: Remove file.
1420 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1421 * gdb.base/call-rt-st.exp: Likewise.
1422 * gdb.base/call-strs.exp: Likewise.
1423 * gdb.base/default.exp: Remove references to h8300-*-hms and
1424 *-*-udi*.
1425 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1426
77c365df
AA
14272015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1428
1429 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1430 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1431 and "return" use KFAIL when GDB can not read/write the vector
1432 return value.
1433
4313b8c0
GB
14342015-08-21 Gary Benson <gbenson@redhat.com>
1435
1436 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1437
0e433b32
PA
14382015-08-20 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.server/solib-list.exp: No longer expect an interior stop in
1441 non-stop mode.
1442
221e1a37
PA
14432015-08-20 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.server/connect-stopped-target.c: New file.
1446 * gdb.server/connect-stopped-target.exp: New file.
1447
40e3ad0e
PA
14482015-08-20 Pedro Alves <palves@redhat.com>
1449
1450 * gdb.dwarf2/comp-unit-lang.exp: New file.
1451 * gdb.dwarf2/comp-unit-lang.c: New file.
1452
af39b327
PMR
14532015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1454
1455 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1456 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1457
7d45c7c3 14582015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1459
7d45c7c3
KB
1460 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1461 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1462
4d6cceb4
DE
14632015-08-18 Doug Evans <dje@google.com>
1464 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1465
1466 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1467 skip_python_tests. New arg prompt_regexp.
1468 (skip_python_tests): New function.
1469 * lib/mi-support.exp (mi_skip_python_tests): New function.
1470 * gdb.python/py-mi-objfile-gdb.py: New file.
1471 * gdb.python/py-mi-objfile.c: New file.
1472 * gdb.python/py-mi-objfile.exp: New file.
1473
ad89c2aa
KS
14742015-08-17 Keith Seitz <keiths@redhat.com>
1475
1476 * gdb.linespec/explicit.exp: Move strace test from here ...
1477 * gdb.trace/strace.exp: ... to here.
1478
e3ae3c43
PP
14792015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1480
1481 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1482 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1483
604b2636
DE
14842015-08-14 Doug Evans <xdje42@gmail.com>
1485
1486 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1487 inferior before selecting a new file.
1488
6ff0ba5f
DE
14892015-08-14 Doug Evans <xdje42@gmail.com>
1490
1491 * gdb.mi/mi-disassemble.exp: Update.
1492 * gdb.base/disasm-optim.S: New file.
1493 * gdb.base/disasm-optim.c: New file.
1494 * gdb.base/disasm-optim.h: New file.
1495 * gdb.base/disasm-optim.exp: New file.
1496
9ca98f92
KS
14972015-08-14 Keith Seitz <keiths@redhat.com>
1498
1499 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1500 "evaluated-by".
1501
52bbc560
JB
15022015-08-13 Joel Brobecker <brobecker@adacore.com>
1503
1504 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1505
5d8c3ed3
PMR
15062015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1507
1508 * gdb.ada/fun_renaming.exp: New testcase.
1509 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1510 * gdb.ada/fun_renaming/pack.adb: New file.
1511 * gdb.ada/fun_renaming/pack.ads: New file.
1512
ea8812bc
KS
15132015-08-12 Keith Seitz <keiths@redhat.com>
1514
1515 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1516 gdb_get_line_number.
1517
4dafcdeb
JB
15182015-08-12 Joel Brobecker <brobecker@adacore.com>
1519
1520 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1521 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1522 gdb.base/dso2dso.exp: New files.
1523
5ba32597
SDJ
15242015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1525 Pedro Alves <palves@redhat.com>
1526 Keith Seitz <keiths@redhat.com>
1527
1528 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1529 GDBFLAGS.
1530
b6dafabf
PP
15312015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1532
1533 * gdb.base/gdbhistsize-history.exp
1534 (test_histsize_history_setting): Use save_vars.
1535 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1536 Use save_vars.
1537 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1538 * gdb.base/readline.exp: Use save_vars.
1539
abe8e607
PP
15402015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1541
1542 * lib/gdb.exp (save_vars): New proc.
1543
629500fa
KS
15442015-08-11 Keith Seitz <keiths@redhat.com>
1545
1546 * gdb.base/help.exp: Update help_breakpoint_text.
1547
eb8c4e2e
KS
15482015-08-11 Keith Seitz <keiths@redhat.com>
1549
1550 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1551 (at toplevel): Call test_explicit_breakpoints.
1552 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1553 breakpoints.
1554 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1555 breakpoint conditions, "-cond".
1556
87f0e720
KS
15572015-08-11 Keith Seitz <keiths@redhat.com>
1558
1559 * gdb.linespec/3explicit.c: New file.
1560 * gdb.linespec/cpexplicit.cc: New file.
1561 * gdb.linespec/cpexplicit.exp: New file.
1562 * gdb.linespec/explicit.c: New file.
1563 * gdb.linespec/explicit.exp: New file.
1564 * gdb.linespec/explicit2.c: New file.
1565 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1566 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1567 before using in the matching pattern.
1568 Clarify that `prefix' is a regular expression.
1569
f00aae0f
KS
15702015-08-11 Keith Seitz <keiths@redhat.com>
1571
1572 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1573 test.
1574 Add tests for missing ",FMT" and ",".
1575
e27852be
DE
15762015-08-10 Doug Evans <dje@google.com>
1577 Keith Seitz <keiths@redhat.com>
1578
1579 PR gdb/17960
1580 * gdb.base/completion.exp: Add location completer tests.
1581
7f03bd92
PA
15822015-08-07 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1585 tests here.
1586 (top level): Run do_test with and without displaced stepping.
1587
3fc8eb30
PA
15882015-08-07 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/valgrind-disp-step.c: New file.
1591 * gdb.base/valgrind-disp-step.exp: New file.
1592
d4569d7b
PA
15932015-08-07 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1596 Delete function.
1597 (main): Add alarm. Run an infinite loop instead of calling
1598 wait_threads.
1599 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1600 comment.
1601 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1602 Delete function.
1603 (main): Add alarm. Run an infinite loop instead of calling
1604 wait_threads.
1605 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1606 comment.
1607
e1316e60
PA
16082015-08-07 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/checkpoint-ns.exp: New file.
1611 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1612 standard_testfile.
1613
da8c46d2
MM
16142015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1615
1616 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1617 * gdb.btrace/instruction_history.exp: Update.
1618 * gdb.btrace/tsx.exp: New.
1619 * gdb.btrace/tsx.c: New.
1620
de1c2c52
PA
16212015-08-06 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1624 increase timeout.
1625 * gdb.reverse/until-precsave.exp: Bump timeouts.
1626
782e0bf4
PA
16272015-08-06 Pedro Alves <palves@redhat.com>
1628
1629 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1630
83e97ed0
PA
16312015-08-06 Pedro Alves <palves@redhat.com>
1632
1633 PR gdb/18749
1634 * gdb.threads/process-dies-while-handling-bp.c: New file.
1635 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1636
863d01bd
PA
16372015-08-06 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1640 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1641
0a39bb32
PA
16422015-08-05 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1645 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1646
ee2d2b10
SL
16472015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1648
1649 * gdb.base/bp-permanent.exp: Report test as unsupported if
1650 the target cannot stop at the permanent breakpoint.
1651
4e1bdb00
DE
16522015-08-03 Doug Evans <dje@google.com>
1653
1654 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1655 10000.
1656
3d338901
DE
16572015-08-03 Doug Evans <dje@google.com>
1658
1659 * Makefile.in (workers/%.worker, build-perf): New rule.
1660 (GDB_PERFTEST_MODE): New variable.
1661 (check-perf): Use it.
1662 (clean): Clean up gdb.perf parallel build subdirs.
1663 * lib/build-piece.exp: New file.
1664 * lib/gdb.exp (make_gdb_parallel_path): New function
1665 (standard_output_file, standard_temp_file): Call it.
1666 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1667 of $GDB_PARALLEL.
1668 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1669
af061d3e
DE
16702015-08-03 Doug Evans <dje@google.com>
1671
8e1afc81 1672 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1673 (LOG_FILE_NAME): New global.
1674 (TextReporter.__init__): Initialize self.txt_sum.
1675 (TextReporter.report): Add support for multiple data-points.
1676 Move report to perftest.sum, put raw data in perftest.log.
1677 (TextReporter.start): Open sum and log files.
1678 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1679 * gdb.perf/lib/perftest/testresult.py
1680 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1681
2c8c5d37
PA
16822015-07-31 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1685 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1686 kill_wait_spawned_process instead of explicit "kill -9".
1687 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1688 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1689 kill_wait_spawned_process.
1690 * gdb.base/attach-twice.exp: Likewise.
1691 * gdb.base/attach.exp: Likewise.
1692 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1693 gdb_test_multiple.
1694 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1695 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1696 kill_wait_spawned_process.
1697 * gdb.base/valgrind-infcall.exp: Likewise.
1698 * gdb.multi/multi-attach.exp: Likewise.
1699 * gdb.python/py-prompt.exp: Likewise.
1700 * gdb.python/py-sync-interp.exp: Likewise.
1701 * gdb.server/ext-attach.exp: Likewise.
1702 * gdb.threads/attach-into-signal.exp (corefunc): Use
1703 spawn_wait_for_attach, spawn_id_get_pid and
1704 kill_wait_spawned_process.
1705 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1706 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1707 spawn_id_get_pid and kill_wait_spawned_process.
1708 * gdb.threads/attach-stopped.exp (corefunc): Use
1709 spawn_wait_for_attach, spawn_id_get_pid and
1710 kill_wait_spawned_process.
1711 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1712 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1713 kill_wait_spawned_process instead of explicit "kill -9".
1714 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1715 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1716 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1717 processes. Don't map cygwin/windows pids here. Now returns a
1718 spawn id list.
1719
032a0fca
SL
17202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1721
1722 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1723 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1724 correct patch.
1725
61a934ca
SL
17262015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1727
1728 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1729
4bc4d428
SL
17302015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1731
1732 Reapply:
1733 2014-05-21 Mark Wielaard <mjw@redhat.com>
1734
1735 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1736
998d452a
PA
17372015-07-30 Pedro Alves <palves@redhat.com>
1738
1739 * linux-low.c (handle_extended_wait): Set the child's last
1740 reported status to TARGET_WAITKIND_STOPPED.
1741
69dde7dc
PA
17422015-07-30 Pedro Alves <palves@redhat.com>
1743
1744 PR threads/18600
1745 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1746 only shows inferior 1.
1747
4dd63d48
PA
17482015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1749 Pedro Alves <palves@redhat.com>
1750
1751 PR threads/18600
1752 * gdb.threads/fork-plus-threads.c: New file.
1753 * gdb.threads/fork-plus-threads.exp: New file.
1754
d618e4c5
PP
17552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1756
1757 * gdb.base/batch-preserve-term-settings.exp
1758 (test_terminal_settings_preserved_after_cli_exit): Use
1759 send_quit_command.
1760
1eef6428
PA
17612015-07-29 Pedro Alves <palves@redhat.com>
1762 Don Breazeal <donb@codesourcery.com>
1763
1764 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1765 output from both inferior_spawn_id and gdb_spawn_id.
1766
7da5b897
SDJ
17672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1768
1769 * gdb.threads/attach-into-signal.exp (corefunc): Use
1770 with_test_prefix on nested loops, uniquefying the test messages.
1771
dac804df
SDJ
17722015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1773
1774 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1775 commit.
1776
06265e53
PP
17772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1778
1779 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1780 New proc.
1781 (test_terminal_settings_preserved_after_sigterm): New test.
1782
18206ca3
PP
17832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1784
1785 * gdb.base/batch-preserve-term-settings.exp
1786 (test_terminal_settings_preserved_after_cli_exit): New test.
1787
90074d11
PP
17882015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1789
1790 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1791 manipulation of saved_gdbflags.
1792 (test_terminal_settings_preserved): Remove global declaration of
1793 the unused variable pagination_prompt. Remove manipulation of
1794 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1795 GDBFLAGS.
1796
eb1a7902
PA
17972015-07-29 Pedro Alves <palves@redhat.com>
1798
1799 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1800
8b75dd3b
PA
18012015-07-29 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1804 at the top.
1805
dedad4e3
PA
18062015-07-29 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1809 (main): Call gdb_unbuffer_output.
1810 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1811 (main): Call gdb_unbuffer_output.
1812 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1813 (main): Call gdb_unbuffer_output.
1814 * gdb.base/call-strs.exp: Adjust to step over the
1815 gdb_unbuffer_output call.
1816 * gdb.base/catch-gdb-caused-signals.c: Include
1817 "../lib/unbuffer_output.c".
1818 (main): Call gdb_unbuffer_output.
1819 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1820 (main): Call gdb_unbuffer_output.
1821 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1822 (main): Call gdb_unbuffer_output.
1823 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1824 (main): Call gdb_unbuffer_output.
1825 * gdb.base/shlib-call.exp: Adjust to step over the
1826 gdb_unbuffer_output call.
1827 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1828 (main): Call gdb_unbuffer_output.
1829 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1830 (main): Call gdb_unbuffer_output.
1831 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1832 (main): Rename to ...
1833 (test): ... this.
1834 (main): Reimplement.
1835 * gdb.base/varargs.exp: Run to test instead of to main.
1836 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1837 (main): Call gdb_unbuffer_output.
1838
58789a91
PA
18392015-07-29 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1842 factore out from mi_continue_dprintf. For call-style dprintfs,
1843 expect dprintf output out of $inferior_spawn_id.
1844 (mi_continue_dprintf): Use mi_expect_dprintf.
1845 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1846 (main): Call gdb_unbuffer_output.
1847
e8376742
PA
18482015-07-29 Pedro Alves <palves@redhat.com>
1849
1850 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1851 (default_mi_gdb_start): Set inferior_spawn_id instead of
1852 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1853 gdb_spawn_id.
1854 (mi_gdb_test): Always expect inferior output from both
1855 $inferior_spawn_id and $gdb_spawn_id.
1856
08280010
PA
18572015-07-29 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1860 send_inferior and $inferior_spawn_id.
1861
4d30e432
PA
18622015-07-29 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.gdb/complaints.exp (test_initial_complaints)
1865 (test_serial_complaints, test_short_complaints): Use
1866 gdb_test_stdio.
1867 (test_empty_complaint): Handle $inferior_spawn_id !=
1868 $gdb_spawn_id.
1869
0d30a335
PA
18702015-07-29 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/varargs.exp: Use gdb_test_stdio.
1873
39413b29
PA
18742015-07-29 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1877
7cb000a9
PA
18782015-07-29 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1881
d7b8ac82
PA
18822015-07-29 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1885 parameter into two new parameters, "inf_result" and "gdb_result".
1886 Expect inferior output and gdb output from $inferior_spawn_id and
1887 $gdb_spawn_id, respectively. Adjust all callers.
1888
789c3a0c
PA
18892015-07-29 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1892 of gdb_test_sequence.
1893
77e760c3
PA
18942015-07-29 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1897 (saw_spurious_output): Expect inferior output from
1898 $inferior_spawn_id. Use gdb_test_stdio.
1899
8396d2cd
PA
19002015-07-29 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/dprintf.exp: Use standard_testfile. Change
1903 prepare_for_testing call.
1904 (srcfile): Don't set.
1905 (restart): New procedure.
1906 (test_dprintf): New procecure, use to continue over dprintfs.
1907 (test_call, test_agent): New procedures, tests moved here.
1908 Restart gdb and recreate dprintfs. Adjust expected output.
1909
2051d61f
PA
19102015-07-29 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1913
452397af
PA
19142015-07-29 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1917
8aed9555
PA
19182015-07-29 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1921 gdb_test_stdio.
1922
188a61b4
PA
19232015-07-29 Pedro Alves <palves@redhat.com>
1924
1925 * lib/gdb.exp (gdb_test_stdio): New procedure.
1926
12264a45
PA
19272015-07-29 Pedro Alves <palves@redhat.com>
1928
1929 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1930
23ffc893
PA
19312015-07-29 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/call-signal-resume.exp: Remove check for
1934 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1935 * gdb.base/unwindonsignal.exp: Likewise.
1936 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1937 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1938
65566918
PA
19392015-07-29 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.base/siginfo-addr.c (pass): New function.
1942 (handler): Call it iff si_addr is correct.
1943 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1944 Set a breakpoint at "pass" and continue to it.
1945
d60a9221
SDJ
19462015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1947
1948 * gdb.python/py-objfile.exp: Make some tests have unique names.
1949 * gdb.python/py-pp-registration.exp: Likewise.
1950
bde40b8f
PA
19512015-07-28 Pedro Alves <palves@redhat.com>
1952
1953 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1954
13e1dec8
SM
19552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1956
1957 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1958
da33c9a7
SM
19592015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1960
1961 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1962
077836f7
PP
19632015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1964
1965 * gdb.base/gdb-sigterm-2.exp: New test.
1966
b8cc7b2e
DE
19672015-07-25 Doug Evans <xdje42@gmail.com>
1968
1969 Revert:
1970 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1971 (workers/%.worker, build-perf): New rule.
1972 (GDB_PERFTEST_MODE): New variable.
1973 (check-perf): Use it.
1974 (clean): Clean up gdb.perf parallel build subdirs.
1975 * lib/build-piece.exp: New file.
1976 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1977 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1978 name.
1979 (standard_temp_file): Ditto.
1980 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1981 of $GDB_PARALLEL.
1982
c8bd4544
DE
19832015-07-24 Doug Evans <dje@google.com>
1984
1985 * gdb.perf/lib/perftest/utils.py: New file.
1986 * gdb.perf/gm-hello.cc: New file.
1987 * gdb.perf/gm-pervasive-typedef.cc: New file.
1988 * gdb.perf/gm-pervasive-typedef.h: New file.
1989 * gdb.perf/gm-std.cc: New file.
1990 * gdb.perf/gm-std.h: New file.
1991 * gdb.perf/gm-use-cerr.cc: New file.
1992 * gdb.perf/gm-utils.h: New file.
1993 * gdb.perf/gmonster-null-lookup.py: New file.
1994 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1995 * gdb.perf/gmonster-print-cerr.py: New file.
1996 * gdb.perf/gmonster-ptype-string.py: New file.
1997 * gdb.perf/gmonster-runto-main.py: New file.
1998 * gdb.perf/gmonster-select-file.py: New file.
1999 * gdb.perf/gmonster1-null-lookup.exp: New file.
2000 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2001 * gdb.perf/gmonster1-print-cerr.exp: New file.
2002 * gdb.perf/gmonster1-ptype-string.exp: New file.
2003 * gdb.perf/gmonster1-runto-main.exp: New file.
2004 * gdb.perf/gmonster1-select-file.exp: New file.
2005 * gdb.perf/gmonster1.cc: New file.
2006 * gdb.perf/gmonster1.exp: New file.
2007 * gdb.perf/gmonster2-null-lookup.exp: New file.
2008 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2009 * gdb.perf/gmonster2-print-cerr.exp: New file.
2010 * gdb.perf/gmonster2-ptype-string.exp: New file.
2011 * gdb.perf/gmonster2-runto-main.exp: New file.
2012 * gdb.perf/gmonster2-select-file.exp: New file.
2013 * gdb.perf/gmonster2.cc: New file.
2014 * gdb.perf/gmonster2.exp: New file.
2015
6eab34f3
DE
20162015-07-24 Doug Evans <dje@google.com>
2017
2018 * gdb.perf/README: New file.
2019 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2020 * lib/gen-perf-test.exp: New file.
2021
63738bfd
DE
20222015-07-24 Doug Evans <dje@google.com>
2023
2024 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2025 (PerfTest::startup): New function.
2026 (PerfTest::run): Return result of calling body.
2027 (PerfTest::assemble): Rewrite.
2028 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2029 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2030 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2031 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2032 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2033
7b606f95
DE
20342015-07-24 Doug Evans <dje@google.com>
2035
2036 * lib/gdb.exp (clean_restart): Make executable optional.
2037
a97b16b8
DE
20382015-07-24 Doug Evans <dje@google.com>
2039
2040 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2041 compiler_info references.
2042 * gdb.cp/temargs.exp: Ditto.
2043 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2044 (get_compiler_info): Early exit if already computed. Set compiler_info
2045 to "unknown" if there was a problem.
2046 (test_compiler_info): Add function comment. Call get_compiler_info.
2047
35baa57f
DE
20482015-07-24 Doug Evans <dje@google.com>
2049
2050 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2051 (workers/%.worker, build-perf): New rule.
2052 (GDB_PERFTEST_MODE): New variable.
2053 (check-perf): Use it.
2054 (clean): Clean up gdb.perf parallel build subdirs.
2055 * lib/build-piece.exp: New file.
2056 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2057 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2058 name.
2059 (standard_temp_file): Ditto.
2060 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2061 of $GDB_PARALLEL.
2062
6ebea266
DE
20632015-07-24 Doug Evans <dje@google.com>
2064
2065 * lib/future.exp (gdb_default_target_compile): New option
2066 "early_flags".
2067 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2068 --as-needed.
2069
1e76a7e9
SDJ
20702015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2071
2072 * gdb.base/catch-syscall.exp: Call gdb_exit before
2073 gdb_skip_xml_test.
2074
5068630a
PA
20752015-07-24 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.python/py-events.exp: Accept output between the stop event
2078 and the prompt.
2079 * gdb.python/py-evsignal.exp: Likewise.
2080 * gdb.python/py-evthreads.exp: Likewise.
2081
77598427
PA
20822015-07-24 Pedro Alves <palves@redhat.com>
2083
2084 PR gdb/18717
2085 * gdb.threads/non-ldr-exit.c: New file.
2086 * gdb.threads/non-ldr-exit.exp: New file.
2087
11e6c98f
YQ
20882015-07-24 Yao Qi <yao.qi@linaro.org>
2089
2090 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2091 restarting process.
2092
51aee833
YQ
20932015-07-24 Yao Qi <yao.qi@linaro.org>
2094
2095 * gdb.server/ext-restart.exp: New file.
2096
8cfe207c
YQ
20972015-07-24 Yao Qi <yao.qi@linaro.org>
2098
2099 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2100 argument options.
2101 * gdb.server/ext-wrapper.exp: New file.
2102
cc12ce38
DE
21032015-07-23 Doug Evans <dje@google.com>
2104
2105 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2106 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2107
d0d84780
PMR
21082015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2109
2110 * gdb.ada/var_arr_typedef.exp: New testcase.
2111 * gdb.ada/var_arr_typedef/pack.adb: New file.
2112 * gdb.ada/var_arr_typedef/pack.ads: New file.
2113 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2114
8b558f79
JB
21152015-07-20 Joel Brobecker <brobecker@adacore.com>
2116
2117 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2118
775a3298
JK
21192015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * gdb.arch/i386-biarch-core.exp: Replace istarget
2122 by "complete set gnutarget". Remove expectation for the "core-file"
2123 command.
2124
db1ff28b
JK
21252015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2126
2127 Revert the previous commit:
2128 Tests for validate symbol file using build-id.
2129
0a94970d
JK
21302015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2131
2132 Tests for validate symbol file using build-id.
2133 * gdb.base/solib-mismatch-lib.c: New file.
2134 * gdb.base/solib-mismatch-libmod.c: New file.
2135 * gdb.base/solib-mismatch.c: New file.
2136 * gdb.base/solib-mismatch.exp: New file.
2137
03346981
SL
21382015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2139
2140 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2141 nios2-*-linux*.
2142 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2143 * gdb.base/siginfo.exp: Likewise.
2144 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2145
42422cc7
PL
21462015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2147
2148 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2149 Move it to ...
2150 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2151 ... here.
2152 * gdb.trace/range-stepping.exp: Check that the target supports
2153 range stepping.
2154
cfa68bae
JK
21552015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2158
8ffdba26
PA
21592015-07-14 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/killed-outside.exp: New file.
2162 * gdb.base/killed-outside.c: New file.
2163
218a5a11
JK
21642015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2165
2166 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2167 (n at main): New.
2168 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2169
e03ed3c6
AA
21702015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2171
2172 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2173 infcall tests instead of setting up for KFAIL.
2174
485668e5
MM
21752015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2176
2177 * gdb.btrace/record_goto-step.exp: New.
2178
08464196
JK
21792015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 PR compile/18484
2182 * gdb.compile/compile.c (struct struct_type): Add volatile to
2183 selffield's type.
2184 * gdb.compile/compile.exp
2185 (compile code struct_object.selffield = &struct_object): Skip further
2186 struct_object tests if this one xfails.
2187
bcf5c1d9
RC
21882015-07-08 Robert O'Callahan <robert@ocallahan.org>
2189
2190 PR exp/18617
2191 * gdb.trace/ax.exp: Add test.
2192
4931af25
YQ
21932015-07-07 Yao Qi <yao.qi@linaro.org>
2194
2195 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2196 instead of istarget "aarch64*-*-*".
2197 * gdb.arch/aarch64-fp.exp: Likewise.
2198 * gdb.base/float.exp: Likewise.
2199 * gdb.reverse/aarch64.exp: Likewise.
2200 * lib/gdb.exp (is_aarch64_target): New proc.
2201
9fcf688e
YQ
22022015-07-07 Yao Qi <yao.qi@linaro.org>
2203
2204 * lib/gdb.exp (is_aarch32_target): New proc.
2205 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2206 instead of "istarget "arm*-*-*"".
2207 * gdb.arch/arm-disp-step.exp: Likewise.
2208 * gdb.arch/thumb-bx-pc.exp: Likewise.
2209 * gdb.arch/thumb-prologue.exp: Likewise.
2210 * gdb.arch/thumb-singlestep.exp: Likewise.
2211 * gdb.base/disp-step-syscall.exp: Likewise.
2212 * gdb.base/float.exp: Likewise.
2213
fbd8d50d
YQ
22142015-07-07 Yao Qi <yao.qi@linaro.org>
2215
2216 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2217 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2218
71be1fdc
YQ
22192015-07-07 Yao Qi <yao.qi@linaro.org>
2220
2221 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2222 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2223 if it exists.
2224 * gdb.multi/multi-arch.exp: Likewise.
2225
3e221d36
SM
22262015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2227
2228 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2229 print.
2230
d441430b
YQ
22312015-07-07 Yao Qi <yao.qi@linaro.org>
2232
2233 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2234
06f810bd
MG
22352015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2236
2237 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2238 '[' and ']' characters.
2239
5e61e7c0
IB
22402015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2241
2242 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2243
28bf096c
PA
22442015-06-29 Pedro Alves <palves@redhat.com>
2245
2246 PR threads/18127
2247 * gdb.threads/hand-call-new-thread.c: New file.
2248 * gdb.threads/hand-call-new-thread.c: New file.
2249
ee93cd5e
KS
22502015-06-26 Keith Seitz <keiths@redhat.com>
2251 Doug Evans <dje@google.com>
2252
2253 PR 16253
2254 * gdb.cp/var-tag-2.cc: New file.
2255 * gdb.cp/var-tag-3.cc: New file.
2256 * gdb.cp/var-tag-4.cc: New file.
2257 * gdb.cp/var-tag.cc: New file.
2258 * gdb.cp/var-tag.exp: New file.
2259
fc637f04
PP
22602015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2261
2262 * gdb.base/history-duplicates.exp: New test.
2263
2e52ae68
PP
22642015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2265
2266 * gdb.base/completion.exp: Test the completion of the "focus"
2267 command.
2268
6e22494e
JK
22692015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 * gdb.arch/amd64-prologue-skip.S: New file.
2272 * gdb.arch/amd64-prologue-skip.exp: New file.
2273
bf7b9cd9
SM
22742015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2275
2276 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2277 is_address_zero_readable check.
2278
201e8dfd
PB
22792015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2280
2281 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2282 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2283
5cd867b4
YQ
22842015-06-24 Yao Qi <yao.qi@linaro.org>
2285
2286 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2287 linux targets.
2288
4d7be007
YQ
22892015-06-24 Yao Qi <yao.qi@linaro.org>
2290
2291 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2292 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2293 * gdb.base/siginfo-thread.exp: Likewise.
2294
07fcd301
YQ
22952015-06-22 Yao Qi <yao.qi@linaro.org>
2296
2297 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2298
52042a00
YQ
22992015-06-22 Yao Qi <yao.qi@linaro.org>
2300
2301 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2302 aarch64*-*-*.
2303 (skip_hw_watchpoint_tests): Likewise.
2304
74bd41ce
PP
23052015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2306
2307 * gdb.base/gdbinit-history.exp: Test the interaction between
2308 setting GDBHISTSIZE and setting the history size via .gdbinit.
2309
bc460514
PP
23102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2311
2312 PR gdb/16999
2313 * gdb.base/gdbhistsize-history.exp: New test.
2314
b58c513b
PP
23152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2316
2317 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2318 with GDBHISTSIZE.
2319 * gdb.base/readline.exp: Likewise.
2320
92046791
YQ
23212015-06-17 Yao Qi <yao.qi@linaro.org>
2322
2323 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2324 line.
2325
2093d2d3
PP
23262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2327
2328 * gdb.base/gdbinit-history.exp: Add test case to check that
2329 an unlimited history file does not get truncated on exit.
2330
e6c693af
AA
23312015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2332
2333 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2334 (VECTOR): New macro. Use it...
2335 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2336 ...for these typedefs.
2337 (int8, char1, int1, double1): New typedefs.
2338 (struct just_int2, struct two_int2): New structures.
2339 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2340 (add_structvecs, add_singlevecs): New functions.
2341 (main): Call add_some_intvecs twice.
2342 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2343 the compile and exit upon failure. Try compiling for the "native"
2344 architecture. Test inferior function calls with vector arguments
2345 and vector return value handling with "finish" and "return".
2346
c74f7d1c
JT
23472015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2348
2349 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2350 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2351 PE file.
2352 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2353
98aa42ee
AT
23542015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2355
2356 PR breakpoints/16465
2357 * gdb.mi/mi-dprintf-pending.c: New file.
2358 * gdb.mi/mi-dprintf-pending.exp: New test.
2359 * gdb.mi/mi-dprintf-pendshr.c: New file.
2360
7d73c23c 23612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2362 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2363
2364 * gdb.arch/i386-mpx-map.c: New file.
2365 * gdb.arch/i386-mpx-map.exp: New File.
2366
23672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2368
2369 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2370 * gdb.arch/i386-mpx.exp: Indentation fixed.
2371
23722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2373
2374 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2375 function and improved indentation.
2376 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2377 gdb_test_multiple. Added additional tests to skip the test.
2378
23792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2380
2381 * gdb.arch/i386-avx512.c: Change path in include file.
2382 * gdb.arch/i386-avx512.exp: Change include dir path
2383 compilation flag.
2384 * gdb.arch/i386-mpx.c: Change path in include file.
2385 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2386 flag.
2387
d5eba19a
JK
23882015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 * gdb.compile/compile-print.exp (compile print *vararray@3)
2391 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2392
7f361056
JK
23932015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2396 (do not keep jit in memory): ... this.
2397 (expect 5): Change it to ...
2398 (expect no 5): ... this.
2399
3b462ec2
SM
24002015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2401
2402 PR gdb/15564
2403 * gdb.mi/mi-detach.exp: New file.
2404
e0619de6
JK
24052015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 PR symtab/18392
2408 * gdb.arch/amd64-tailcall-self.S: New file.
2409 * gdb.arch/amd64-tailcall-self.c: New file.
2410 * gdb.arch/amd64-tailcall-self.exp: New file.
2411
e970cb34
DB
24122015-05-28 Don Breazeal <donb@codesourcery.com>
2413
2414 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2415 tests for remote targets by checking is_target_gdbserver.
2416
b2e2f908
DE
24172015-05-27 Doug Evans <dje@google.com>
2418
2419 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2420 * gdb.dwarf2/opaque-type-lookup.c: New file.
2421 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2422
82c7be31
DE
24232015-05-26 Doug Evans <dje@google.com>
2424
2425 * gdb.cp/iostream.cc: New file.
2426 * gdb.cp/iostream.exp: New file.
2427
b4f54984
DE
24282015-05-26 Doug Evans <dje@google.com>
2429
2430 * gdb.dwarf2/dw2-op-call.exp: Update.
2431 * gdb.dwarf2/dw4-sig-types.exp: Update.
2432 * gdb.dwarf2/implptr.exp: Update.
2433 * gdb.mi/mi-cmd-param-changed.exp: Update.
2434
4ea6efe9
DE
24352015-05-26 Doug Evans <dje@google.com>
2436
2437 * gdb.python/py-lazy-string.c: New file.
2438 * gdb.python/py-lazy-string.exp: New file.
2439 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2440 (main): Update. Add estring3.
2441 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2442 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2443
f6bb7db3
YQ
24442015-05-26 Omair Javaid <omair.javaid@linaro.org>
2445 Yao Qi <yao.qi@linaro.org>
2446
2447 * gdb.reverse/aarch64.c: New.
2448 * gdb.reverse/aarch64.exp: New.
2449
a81bfbd0
OJ
24502015-05-26 Omair Javaid <omair.javaid@linaro.org>
2451
2452 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2453 (supports_reverse): Likewise.
2454
158bf1b4
PP
24552015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2456
2457 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2458 Use with_test_prefix.
2459
a0145030
AB
24602015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2461
2462 * gdb.base/completion.exp: Add test for completion of layout
2463 names.
2464
ebe3b578
AB
24652015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * lib/gdb.exp (skip_tui_tests): New proc.
2468 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2469
84204ed7
PA
24702015-05-19 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2473 Save the whole env array instead of just HOME. Unset HISTSIZE in
2474 the environment while testing. Restore whole environment
2475 afterwards.
2476
37442ce1
DE
24772015-05-16 Doug Evans <xdje42@gmail.com>
2478
2479 * gdb.guile/scm-ports.c: New file.
2480 * gdb.guile/scm-ports.exp: Add memory port tests.
2481
36de76f9
JK
24822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 * gdb.compile/compile-print.c: New file.
2485 * gdb.compile/compile-print.exp: New file.
2486
3a9558c4
JK
24872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 * gdb.compile/compile-ops.exp: Cast param to void.
2490 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2491 (compile code struct_object.selffield = &struct_object): Add xfail.
2492
aa715135
JG
24932015-05-15 Joel Brobecker <brobecker@adacore.com>
2494
2495 * gdb.ada/arr_enum_with_gap: New testcase.
2496
931e5bc3
JG
24972015-05-15 Joel Brobecker <brobecker@adacore.com>
2498
2499 * gdb.ada/byte_packed_arr: New testcase.
2500
9cd4d857
JB
25012015-05-15 Joel Brobecker <brobecker@adacore.com>
2502
2503 * gdb.ada/pckd_neg: New testcase.
2504
ebfd00d2
PP
25052015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2506
2507 PR gdb/17820
2508 * gdb.base/gdbinit-history.exp: New test.
2509 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2510 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2511
4c082a81
SC
25122015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2513
2514 * gdb.python/py-xmethods.cc: Enhance test case.
2515 * gdb.python/py-xmethods.exp: New tests.
2516 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2517 function.
2518 (B_indexoper): Likewise.
2519 (global_dm_list) : Add new xmethod worker functions.
2520
f7797074
SDJ
25212015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * gdb.base/coredump-filter.exp: Correctly unset
2524 "coredump_var_addr" array.
2525
a4674e4e
PA
25262015-05-08 Pedro Alves <palves@redhat.com>
2527
2528 * gdb.server/non-existing-program.exp: Unset spawn_id.
2529
df2eb078
SC
25302015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2531
2532 PR python/18291
2533 * gdb.python/py-xmethods.exp: Add tests.
2534
422349a3
YQ
25352015-05-08 Yao Qi <yao.qi@linaro.org>
2536
2537 PR gdb/18208
2538 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2539 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2540 function set_coredump_filter, and remove remote_exec call.
2541 Remove argument ipid. Callers update.
2542 (top level): Don't get inferior's PID.
2543
63fc80ce
AA
25442015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2545
2546 * gdb.base/watch_thread_num.exp: Skip test on targets without
2547 access watchpoints.
2548
80ad801e
PA
25492015-05-06 Pedro Alves <palves@redhat.com>
2550
2551 PR server/18081
2552 * gdb.server/non-existing-program.exp: New file.
2553
0fa7fe50
JB
25542015-05-05 Joel Brobecker <brobecker@adacore.com>
2555
2556 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2557
3ea89b92
PMR
25582015-05-05 Joel Brobecker <brobecker@adacore.com>
2559
2560 * gdb.ada/out_of_line_in_inlined: New testcase.
2561
87b8eff0
JB
25622015-05-05 Joel Brobecker <brobecker@adacore.com>
2563
2564 * gdb.ada/var_rec_arr: New testcase.
2565
5fccc635
YQ
25662015-04-30 Yao Qi <yao.qi@linaro.org>
2567
2568 * gdb.base/break-idempotent.exp: If
2569 skip_hw_watchpoint_multi_tests returns true, skip the tests
2570 on "rwatch" and "awatch".
2571
42d38f42
YQ
25722015-04-30 Yao Qi <yao.qi@linaro.org>
2573
2574 * gdb.base/relativedebug.exp: Invoke gdb command
2575 "info sharedlibrary", and if libc.so doesn't have debug info,
2576 skip the test.
2577
2ce1cdbf
DE
25782015-04-29 Doug Evans <dje@google.com>
2579
2580 * gdb.python/py-xmethods.exp: Add ptype tests.
2581 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2582 get_result_type method.
2583
f24a38c5
LM
25842015-04-29 Luis Machado <lgustavo@codesourcery.com>
2585
2586 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2587 the target does not support hardware watchpoints.
2588
ecbf2b3c
LM
25892015-04-29 Luis Machado <lgustavo@codesourcery.com>
2590
2591 * gdb.base/break-always.exp: Abort testing if writing to memory
2592 causes an error.
2593
34f5f757
DE
25942015-04-28 Doug Evans <dje@google.com>
2595
2596 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2597 * gdb.python/py-pp-registration.exp: ... here. New file.
2598 * gdb.python/py-pp-registration.c: New file.
2599 * gdb.python/py-pp-registration.py: New file.
2600
69b4374a
DE
26012015-04-28 Doug Evans <dje@google.com>
2602
2603 * gdb.python/py-bad-printers.c: New file.
2604 * gdb.python/py-bad-printers.py: New file.
2605 * gdb.python/py-bad-printers.exp: New file.
2606
59fb7612
SS
26072015-04-28 Sasha Smundak <asmundak@google.com>
2608
2609 * gdb.python/py-type.exp: New test.
2610
2631b16a
AW
26112015-04-28 Andy Wingo <wingo@igalia.com>
2612
2613 * gdb.python/py-parameter.exp:
2614 * gdb.guile/scm-parameter.exp: Escape the path that we are
2615 matching against, as it might contain characters that are special
2616 to regular expressions.
2617
460efde1
JB
26182015-04-27 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.ada/rec_comp: New testcase.
2621
2d369d8e
SDJ
26222015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2623
2624 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2625 before using it.
2626
cf75d6c3
AB
26272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2630 new tests for verilog output.
2631
8dbe7ca5
YQ
26322015-04-24 Yao Qi <yao.qi@linaro.org>
2633
2634 * boards/remote-gdbserver-on-localhost.exp: New file.
2635
4ef9fb2f
PA
26362015-04-23 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2639 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2640 "end of file", remove $inferior_spawn_id from the indirect list.
2641
0a803169
PA
26422015-04-23 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2645
749ef8f8
PA
26462015-04-23 Pedro Alves <palves@redhat.com>
2647
2648 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2649 on $any_spawn_id instead of only on $gdb_spawn_id.
2650
8aae4344
PM
26512015-04-21 Pierre Muller <muller@sourceware.org>
2652
2653 PR pascal/17815
2654 * lib/pascal.exp (gpc_compile): Add new option "class".
2655 (fpc_compile): Likewise.
2656 * gdb.pascal/case-insensitive-symbols.pas: New file.
2657 * gdb.pascal/case-insensitive-symbols.exp: New file.
2658
1586c8fb
GB
26592015-04-20 Gary Benson <gbenson@redhat.com>
2660
2661 * gdb.base/attach.exp: Fix three extended remote failures.
2662
1b6e6f5c
GB
26632015-04-17 Gary Benson <gbenson@redhat.com>
2664
2665 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2666 the main executable over the remote protocol.
2667
e797481d
PA
26682015-04-16 Pedro Alves <palves@redhat.com>
2669
2670 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2671 a new gdbserver if gdbserver_reconnect_p is set.
2672
1ca99c42
PA
26732015-04-16 Pedro Alves <palves@redhat.com>
2674
2675 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2676 is set, don't exit gdbserver.
2677
af9fd6f8
AA
26782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2679
2680 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2681 appropriate .insn, such that an older assembler can be used.
2682 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2683 the z/Architecture instruction set on 31-bit targets as well.
2684
04ff1e61
AA
26852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2686
2687 * gdb.go/handcall.exp: Remove all logic related to the first
2688 breakpoint and rely on go_runto_main instead.
2689 * gdb.go/strings.exp: Likewise.
2690 * gdb.go/unsafe.exp: Likewise.
2691 * gdb.go/hello.exp: Likewise. Also rename the remaining
2692 breakpoint marker to "breakpoint 1".
2693 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2694 * gdb.go/strings.go: Likewise.
2695 * gdb.go/unsafe.go: Likewise.
2696 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2697 "set breakpoint 2 here" and rename the remaining breakpoint marker
2698 to "breakpoint 1".
2699
40d2f8d6
SM
27002015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2701
2702 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2703 if itertools.imap is not present.
2704 * gdb.python/py-objfile.exp: Add parentheses.
2705 * gdb.python/py-type.exp: Same.
2706 * gdb.python/py-unwind-maint.py: Same.
2707
8cbc97c6
YQ
27082015-04-15 Yao Qi <yao.qi@linaro.org>
2709
2710 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2711 of ":$ptr_size" and set its form explicitly.
2712
45fd756c
YQ
27132015-04-15 Pedro Alves <palves@redhat.com>
2714 Yao Qi <yao.qi@linaro.org>
2715
2716 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2717 timeout by factor of 4.
2718 (test_regular_watch): Likewise.
2719 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2720 * gdb.reverse/sigall-reverse.exp: Likewise.
2721 * gdb.reverse/until-precsave.exp: Likewise.
2722 * lib/gdb.exp (with_timeout_factor): New proc.
2723 (gdb_expect): Move some code to ...
2724 (get_largest_timeout): ... here. New procedure.
2725
9e811bc3
LM
27262015-04-14 Luis Machado <lgustavo@codesourcery.com>
2727
2728 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2729
0ff6fcb2
LM
27302015-04-13 Luis Machado <lgustavo@codesourcery.com>
2731
2732 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2733 to write to the .text section.
2734
7578d5f7
LM
27352015-04-13 Luis Machado <lgustavo@codesourcery.com>
2736
2737 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2738 Handle the case of targets that do not provide PID information.
2739
2efe15c4
YQ
27402015-04-13 Yao Qi <yao.qi@linaro.org>
2741
2742 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2743 and use expect instead of gdb_expect.
2744
8cd8f2f8
SDJ
27452015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2746
2747 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2748 "coredump_var_addr" to avoid naming conflict with other testcases.
2749
9ee41772
PA
27502015-04-10 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2753 gdb_test_sequence and gdb_assert.
2754
07473109
PA
27552015-04-10 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2758 test messages that don't include the breakpoint address.
2759
de3db44c
YQ
27602015-04-10 Yao Qi <yao.qi@linaro.org>
2761
2762 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2763 false for some offset and width combinations which aren't
2764 supported by linux kernel.
2765
c79d856c
PA
27662015-04-10 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2769 procedure, factored out from ...
2770 (top level): ... here. Add "set displaced-stepping" testing axis.
2771 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2772 parameter "displaced". Use it.
2773 (top level): Use foreach and add "set displaced-stepping" testing
2774 axis.
2775
ebc90b50
PA
27762015-04-10 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2779 Remove comment.
2780 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2781 both the address of the instruction that triggers the watchpoint
2782 and the address of the instruction immediately after, and use
2783 those addresses for the test. Fix comment.
2784
8f572e5c
PA
27852015-04-10 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.base/sigstep.exp (breakpoint_to_handler)
2788 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2789 Test "backtrace" in handler.
2790 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2791 (top level): Add new "displaced" test axis to
2792 breakpoint_to_handler, breakpoint_to_handler_entry and
2793 breakpoint_over_handler.
2794
8d707a12
PA
27952015-04-10 Pedro Alves <palves@redhat.com>
2796
2797 PR gdb/18216
2798 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2799
ef713951
YQ
28002015-04-10 Yao Qi <yao.qi@linaro.org>
2801
2802 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2803 (test_add_rn_pc): New function.
2804 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2805 (top level): Invoke test_add_rn_pc.
2806
906d60cf
PA
28072015-04-10 Pedro Alves <palves@redhat.com>
2808
2809 PR gdb/13858
2810 * gdb.base/step-over-no-symbols.exp: New file.
2811
f2983cc3
AW
28122015-04-09 Andy Wingo <wingo@igalia.com>
2813
2814 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2815 after the Python tests.
2816
6d62641c
SDJ
28172015-04-08 Keith Seitz <keiths@redhat.com>
2818
2819 PR python/16699
2820 * gdb.python/py-completion.exp: New tests for completion.
2821 * gdb.python/py-completion.py (CompleteLimit1): New class.
2822 (CompleteLimit2): Likewise.
2823 (CompleteLimit3): Likewise.
2824 (CompleteLimit4): Likewise.
2825 (CompleteLimit5): Likewise.
2826 (CompleteLimit6): Likewise.
2827 (CompleteLimit7): Likewise.
2828
f3770638
PA
28292015-04-08 Pedro Alves <palves@redhat.com>
2830
2831 PR gdb/18214
2832 PR gdb/18216
2833 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2834 function.
2835 (main): Install it as SIGUSR1 handler.
2836 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2837 parameter. Always use "setup" as prefix. Toggle "set
2838 displaced-stepping" off/on depending on global. Don't switch to
2839 thread 1 here.
2840 (top level): Add displaced stepping "off/on" test axis. Update
2841 "setup" calls. Wrap each subtest with with_test_prefix. Test
2842 continuing with a queued signal in each thread.
2843
4496bed7
PA
28442015-04-08 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2847 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2848 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2849 Return early if running to main fails.
2850 * gdb.trace/while-stepping.exp: Likewise.
2851
b97fde92
PA
28522015-04-07 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2855 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2856 interact with inferior program.
2857
f71c18e7
PA
28582015-04-07 Pedro Alves <palves@redhat.com>
2859
2860 * lib/gdb.exp (inferior_spawn_id): New global.
2861 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2862 spawn id after processing the user code.
2863 (default_gdb_start): Set inferior_spawn_id.
2864 (send_inferior): New procedure.
2865 * lib/gdbserver-support.exp (gdbserver_start): Set
2866 inferior_spawn_id.
2867 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2868
6423214f
PA
28692015-04-07 Pedro Alves <palves@redhat.com>
2870
2871 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2872 * lib/gdbserver-support.exp (gdbserver_start): Make
2873 $server_spawn_id global.
2874 (gdbserver_start): Don't wait for gdbserver's spawn id with
2875 expect_background.
2876 (close_gdbserver): New procedure.
2877 (gdb_exit): Rename the default version and reimplement.
2878
71c0ee8c
PA
28792015-04-07 Pedro Alves <palves@redhat.com>
2880
72f4393d 2881 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
2882 append the substituted item, not the original item.
2883
203bc29b
PA
28842015-04-07 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2887 gdb_expect.
2888
508a3ddf
PA
28892015-04-07 Pedro Alves <palves@redhat.com>
2890
2891 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2892 output appearing once only.
2893
9f6dbe2b
PA
28942015-04-07 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2897 that doesn't expect anything. Return early if running to main
2898 fails.
2899
337532fa
YQ
29002015-04-07 Yao Qi <yao.qi@linaro.org>
2901
2902 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2903 (child_function): Call alarm.
2904 (main): Move call to alarm into the loop.
2905 * gdb.threads/non-stop-fair-events.exp: Build program with
2906 -DTIMEOUT=$timeout.
2907
01b622d4
DE
29082015-04-06 Doug Evans <xdje42@gmail.com>
2909
2910 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2911 Fix dest parameter to board_info.
2912 (fpc_compile): Ditto.
2913 (gdb_compile_pascal): Rename dest arg to destfile.
2914
961f4160
PMR
29152015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2916
2917 * gdb.ada/funcall_ref.exp: New file.
2918 * gdb.ada/funcall_ref/foo.adb: New file.
2919
cafda597
YQ
29202015-04-02 Yao Qi <yao.qi@linaro.org>
2921
2922 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2923 is remote.
2924
fed040c6
GB
29252015-04-02 Gary Benson <gbenson@redhat.com>
2926
2927 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2928
d11916aa
SS
29292015-04-01 Sasha Smundak <asmundak@google.com>
2930
2931 * gdb.python/py-unwind-maint.c: New file.
2932 * gdb.python/py-unwind-maint.exp: New test.
2933 * gdb.python/py-unwind-maint.py: New file.
2934 * gdb.python/py-unwind.c: New file.
2935 * gdb.python/py-unwind.exp: New test.
2936 * gdb.python/py-unwind.py: New test.
2937
a1471180
PA
29382015-04-01 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2941 to fail instead of non-existent $test.
2942
0bbeccb1
PA
29432015-04-01 Pedro Alves <palves@redhat.com>
2944
2945 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2946 GDBFLAGS if not empty.
2947
3c724c8c
PMR
29482015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2949
2950 * gdb.ada/complete.exp: Remove "multi_line".
2951 * gdb.ada/info_exc.exp: Remove "multi_line".
2952 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2953 * gdb.ada/ptype_field.exp: Remove "multi_line".
2954 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2955 * gdb.ada/tagged.exp: Remove "multi_line".
2956 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2957 [multi_line ...]
2958 * gdb.btrace/delta.exp: Likewise.
2959 * gdb.btrace/exception.exp: Likewise.
2960 * gdb.btrace/function_call_history.exp: Likewise.
2961 * gdb.btrace/instruction_history.exp: Likewise.
2962 * gdb.btrace/nohist.exp: Likewise.
2963 * gdb.btrace/record_goto.exp: Likewise.
2964 * gdb.btrace/segv.exp: Likewise.
2965 * gdb.btrace/stepi.exp: Likewise.
2966 * gdb.btrace/tailcall.exp: Likewise.
2967 * gdb.btrace/unknown_functions.exp: Likewise.
2968 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2969 * lib/gdb.exp: Add the "multi_line" helper.
2970
4eec2deb
PA
29712015-04-01 Pedro Alves <palves@redhat.com>
2972
2973 * gdb.threads/tid-reuse.c: New file.
2974 * gdb.threads/tid-reuse.exp: New file.
2975
df8411da
SDJ
29762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2977
2978 PR corefiles/16092
2979 * gdb.base/coredump-filter.c: New file.
2980 * gdb.base/coredump-filter.exp: Likewise.
2981
6ef37366
PM
29822015-03-27 Petr Machata <pmachata@redhat.com>
2983
2984 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2985 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2986 (Dwarf::assemble): Initialize them.
2987 (Dwarf::lines): New function.
2988
7ec911b0
JT
29892015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2990
2991 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2992 SYMBOL_PREFIX for x86_64-*-cygwin.
2993
ff908ebf
AW
29942015-03-26 Andy Wingo <wingo@igalia.com>
2995
2996 PR symtab/18148
2997 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2998 const_value but not a location.
2999 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3000 location defined in non-main CUs are visible.
3001
6d5f0679
YQ
30022015-03-26 Yao Qi <yao.qi@linaro.org>
3003
3004 PR testsuite/18139
3005 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3006 Add a line number entry for the same line.
3007 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3008 Add a line number entry for the same line.
3009
2898689b
YQ
30102015-03-26 Yao Qi <yao.qi@linaro.org>
3011
3012 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3013 .int 0.
3014 (func): Likewise. Add .Lfunc_1 label.
3015 Use .Lfunc_1 label.
3016 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3017 .int 0.
3018 (func): Likewise.
3019 Use .Lfunc_1 label.
3020
85180498
YQ
30212015-03-26 Yao Qi <yao.qi@linaro.org>
3022
3023 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3024 Call gdb_compile instead to compile each .s files without debug
3025 information.
3026
8aa08a8d
YQ
30272015-03-26 Yao Qi <yao.qi@linaro.org>
3028
3029 * gdb.base/savedregs.exp (process_saved_regs): Make
3030 "Saved registers:" optional in the pattern.
3031
66849923
MM
30322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3033
3034 * gdb.btrace/next.exp: Merged into step.exp.
3035 * gdb.btrace/finish.exp: Merged into step.exp.
3036 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3037 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3038 "record goto" and checking the exact replay position.
3039 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3040 check for "Recording format" in "info record" output.
3041 * gdb.btrace/record_goto.exp: Choose test file based on target.
3042 * gdb.btrace/x86-record_goto.S: Renamed into ...
3043 * gdb.btrace/x86_64-record_goto.S: ... this.
3044 * gdb.btrace/i686-record_goto.S: New.
3045 * gdb.btrace/x86-tailcall.S: Renamed into ...
3046 * gdb.btrace/x86_64-tailcall.S: ... this.
3047 * gdb.btrace/i686-tailcall.S: New.
3048 * gdb.btrace/x86-tailcall.c: Renamed into ...
3049 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3050 separate statements. Update test.
3051 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3052 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3053 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3054 * gdb.btrace/tailcall.exp: Choose test file based on target.
3055 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3056
11cc1b74
MM
30572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3058
3059 * gdb.btrace/exception.exp: Increase BTS buffer size.
3060
a25d8bf9
PA
30612015-03-24 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3064
856e7dd6
PA
30652015-03-24 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.threads/schedlock.exp (test_step): No longer expect that
3068 "set scheduler-locking step" with "next" over a function call runs
3069 threads unlocked.
3070
ad235a41
AT
30712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3072
3073 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3074
15630549
AT
30752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3076
3077 PR breakpoints/16466
3078 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3079 * gdb.mi/mi-pending.c (thread_func): New function.
3080 (int main): Add threading support required.
3081 * gdb.mi/mi-pending.exp: Add tests for this issue.
3082 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3083 (pendfunc2): Remove stdio dependency.
3084 * gdb.mi/mi-pendshr2.c: New file.
3085
693dca06
KS
30862015-03-23 Keith Seitz <keiths@redhat.com>
3087
3088 * gdb.linespec/keywords.c: New file.
3089 * gdb.linespec/keywords.exp: New file.
3090
7e993ebf
KS
30912015-03-23 Keith Seitz <keiths@redhat.com>
3092
3093 PR gdb/18021
3094 * gdb.dwarf2/staticvirtual.exp: New test.
3095
bc23328c
JK
30962015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3099 * README: Remove HP-UX and gdb.hp.
3100 (configuration):
3101 * configure: Regenerate.
3102 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3103 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3104 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3105 gdb.hp/gdb.defects/Makefile.
3106 * gdb.hp/Makefile.in: File deleted.
3107 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3108 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3109 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3110 * gdb.hp/gdb.aCC/run.c: File deleted.
3111 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3112 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3113 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3114 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3115 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3116 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3117 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3118 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3119 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3120 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3121 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3122 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3123 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3124 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3125 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3126 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3127 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3128 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3129 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3130 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3131 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3132 * gdb.hp/gdb.compat/average.c: File deleted.
3133 * gdb.hp/gdb.compat/sum.c: File deleted.
3134 * gdb.hp/gdb.compat/xdb.c: File deleted.
3135 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3136 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3137 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3138 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3139 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3140 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3141 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3142 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3143 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3144 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3145 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3146 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3147 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3148 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3149 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3150 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3151 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3152 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3153 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3154 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3155 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3156 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3157 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3158 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3159 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3160 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3161 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3162 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3163 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3164 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3165 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3166 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3167 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3168 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3169 * gdb.hp/tools/odump: File deleted.
3170
8bf3b159
PA
31712015-03-19 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3174 (saw_thread_3): New globals.
3175 (top level): Increment them when an event for the corresponding
3176 thread is seen.
3177 (no thread starvation): New test.
3178
eb54c8bf
PA
31792015-03-19 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.threads/continue-pending-status.c: New file.
3182 * gdb.threads/continue-pending-status.exp: New file.
3183
32d2e5d6
PA
31842015-03-18 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3187 Use gdb_is_target_remote instead of is_remote. Use
3188 gdb_test_multiple instead of gdb_expect. Exit early if
3189 gdb_test_multiple hits its internal matches. Tighten stepi tests
3190 expected output. Fail on exit with any signal, instead of just
3191 SIGILL.
3192
f68f11b7
YQ
31932015-03-18 Yao Qi <yao.qi@linaro.org>
3194
3195 PR tdep/18107
3196 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3197 variable.
3198 * gdb.base/catch-syscall.exp: Don't skip it on
3199 aarch64*-*-linux* target. Remove elements in all_syscalls.
3200 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3201 target.
3202 (setup_all_syscalls): New proc.
3203
ca5fd19b
YQ
32042015-03-16 Yao Qi <yao.qi@linaro.org>
3205
3206 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3207 (top level): Skip tests if valid_addr_p returns false for
3208 $cmd1 or $cmd2.
3209
85642ba0
AW
32102015-03-11 Andy Wingo <wingo@igalia.com>
3211
3212 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3213
e03f9645
YQ
32142015-03-11 Yao Qi <yao.qi@linaro.org>
3215
3216 * gdb.base/catch-syscall.exp: Fix typo in comments.
3217
5d0962b2
YQ
32182015-03-11 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3221
b2df3cef
PA
32222015-03-09 Pedro Alves <palves@redhat.com>
3223
3224 * dg-extract-results.py: Delete.
3225
ef878e53
PA
32262015-03-09 Pedro Alves <palves@redhat.com>
3227
3228 Merge dg-extract-results.sh from GCC upstream (r218843).
3229
3230 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3231 * dg-extract-results.sh: Use --text with grep to avoid issues with
3232 binary files. Fall back to cat -v, if that doesn't work.
3233
9494d219
PA
32342015-03-05 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3237
a8d9763a
SM
32382015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * lib/mi-support.exp (mi_expect_interrupt): Accept
3241 alternative event for when in all-stop mode.
3242
be9957b8
PA
32432015-03-04 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3246
d57be0f4 32472015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3248
3249 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3250
c214c7cf
AA
32512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3252
3253 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3254 regexps for GDB's current line display, accept a hex address
3255 preceding the line number.
3256
6d74a497
AA
32572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3258
3259 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3260 the 'arch1' variable for "s390*-linux*" targets.
3261
511aee7c
PA
32622015-03-04 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3265 (main): Pass missing retval argument to pthread_join call.
3266
95e50b27
PA
32672015-03-02 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3270 (top level): Call do_test with non-stop as well.
3271
28054d69
PA
32722015-03-02 Pedro Alves <palves@redhat.com>
3273
3274 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3275 -1.
3276
4fa5d7b4
AA
32772015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3278
3279 * gdb.arch/s390-vregs.exp: New test.
3280 * gdb.arch/s390-vregs.S: New file.
3281
97c18565
PA
32822015-02-27 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3285 call to catch_command_errors.
3286 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3287 catch_command_errors.
3288
a37bfa30
PA
32892015-02-27 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3292 "true" for boolean result.
3293 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3294 prototype of main.
3295
6f98576f
PA
32962015-02-27 Pedro Alves <palves@redhat.com>
3297
3298 * lib/unbuffer_output.c: New file.
3299 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3300 (main): Call gdb_unbuffer_output.
3301
eba5ab56
YQ
33022015-02-27 Yao Qi <yao.qi@linaro.org>
3303
3304 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3305 target.
3306
0def5aaa
DE
33072015-02-26 Doug Evans <dje@google.com>
3308
3309 * gdb.cp/class2.cc (Dbase, D): New classes.
3310 (main): New local delta.
3311 * gdb.cp/class2.exp: Test printing delta.
3312 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3313 (dynbar): New global.
3314 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3315
081a1c2c
JK
33162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3317
3318 * gdb.compile/compile-ifunc.c: New file.
3319 * gdb.compile/compile-ifunc.exp: New file.
3320
2f41223f
AT
33212015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3322
3323 * gdb.base/structs.exp: Check for correct struct on finish.
3324
03eddd80
YQ
33252015-02-26 Yao Qi <yao.qi@linaro.org>
3326
3327 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3328 is zero.
3329
80c57053
JK
33302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.arch/cordic.ko.bz2: New file.
3333 * gdb.arch/cordic.ko.debug.bz2: New file.
3334 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3335
21613c12
YQ
33362015-02-25 Yao Qi <yao.qi@linaro.org>
3337
3338 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3339 aarch64*-*-* target.
3340
d8b901ed
PA
33412015-02-23 Pedro Alves <palves@redhat.com>
3342
3343 * lib/gdb.exp (delete_breakpoints): Rewrite using
3344 gdb_test_multiple.
3345
e5b85ead
PA
33462015-02-23 Pedro Alves <palves@redhat.com>
3347
3348 * gdb.base/info-os.c: Include stdlib.h.
3349
85c3a371
DE
33502015-02-22 Doug Evans <xdje42@gmail.com>
3351
3352 PR symtab/17855
3353 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3354 is read after symbols have been re-read.
3355 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3356 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3357
96553a0c
DE
33582015-02-21 Doug Evans <dje@google.com>
3359
3360 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3361
97a0c697
JK
33622015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 PR corefiles/17808
3365 * gdb.arch/i386-biarch-core.core.bz2: New file.
3366 * gdb.arch/i386-biarch-core.exp: New file.
3367
a47cd6e9
PA
33682015-02-21 Pedro Alves <palves@redhat.com>
3369
3370 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3371 runto_main fails.
3372
c5facdc4
PA
33732015-02-20 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3376 info probes.
3377
2db9a427
PA
33782015-02-20 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3381
60fb7e9e
PA
33822015-02-20 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3385 clean_restart before gdb_target_supports_trace.
3386
5c5019c2
PA
33872015-02-20 Pedro Alves <palves@redhat.com>
3388
3389 PR threads/18006
3390 * gdb.threads/clone-thread_db.c: New file.
3391 * gdb.threads/clone-thread_db.exp: New file.
3392
c9587f88
AT
33932015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3394
3395 PR breakpoints/16812
3396 * gdb.base/catch-gdb-caused-signals.c: New file.
3397 * gdb.base/catch-gdb-caused-signals.exp: New file.
3398
f6a88844
JM
33992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3400
3401 * configure: Regenerated.
3402 * configure.ac: Use GDB_AC_TRANSFORM.
3403 * aclocal.m4: sinclude ../transform.m4.
3404
497c491b
JM
34052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3406
3407 * lib/dtrace.exp: New file.
3408 * gdb.base/dtrace-probe.exp: Likewise.
3409 * gdb.base/dtrace-probe.d: Likewise.
3410 * gdb.base/dtrace-probe.c: Likewise.
3411 * lib/pdtrace.in: Likewise.
3412 * configure.ac: Output variables with the transformed names of
3413 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3414 * configure: Regenerated.
3415
03e98035
JM
34162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3417
3418 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3419 expected message when trying to access $_probe_* convenience
3420 variables while not on a probe.
3421
63cc30e9
JK
34222015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3425
0703599a
PA
34262015-02-11 Pedro Alves <pedro@codesourcery.com>
3427
3428 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3429 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3430
7e60a48e
DE
34312015-02-10 Doug Evans <xdje42@gmail.com>
3432
3433 * lib/gdb.exp (gdb_load): Always return a result.
3434
01b088bc
PA
34352015-02-10 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.threads/signal-sigtrap.c: New file.
3438 * gdb.threads/signal-sigtrap.exp: New file.
3439
b05ec7a5
AT
34402015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3441
3442 * gdb.trace/no-attach-trace.c: New file.
3443 * gdb.trace/no-attach-trace.exp: New file.
3444
a2c2acaf
MW
34452015-02-09 Mark Wielaard <mjw@redhat.com>
3446
3447 * gdb.dwarf2/atomic.c: New file.
3448 * gdb.dwarf2/atomic-type.exp: Likewise.
3449
31fd9caa
MM
34502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3451
3452 * gdb.btrace/buffer-size.exp: Update "info record" output.
3453 * gdb.btrace/delta.exp: Update "info record" output.
3454 * gdb.btrace/enable.exp: Update "info record" output.
3455 * gdb.btrace/finish.exp: Update "info record" output.
3456 * gdb.btrace/instruction_history.exp: Update "info record" output.
3457 * gdb.btrace/next.exp: Update "info record" output.
3458 * gdb.btrace/nexti.exp: Update "info record" output.
3459 * gdb.btrace/step.exp: Update "info record" output.
3460 * gdb.btrace/stepi.exp: Update "info record" output.
3461 * gdb.btrace/nohist.exp: Update "info record" output.
3462
d33501a5
MM
34632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3464
3465 * gdb.btrace/buffer-size: New.
3466
f4abbc16
MM
34672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3468
3469 * gdb.btrace/delta.exp: Update "info record" output.
3470 * gdb.btrace/enable.exp: Update "info record" output.
3471 * gdb.btrace/finish.exp: Update "info record" output.
3472 * gdb.btrace/instruction_history.exp: Update "info record" output.
3473 * gdb.btrace/next.exp: Update "info record" output.
3474 * gdb.btrace/nexti.exp: Update "info record" output.
3475 * gdb.btrace/step.exp: Update "info record" output.
3476 * gdb.btrace/stepi.exp: Update "info record" output.
3477 * gdb.btrace/nohist.exp: Update "info record" output.
3478
b9d61307
SM
34792015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 PR gdb/15678
3482 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3483
e584fdbc
PA
34842015-02-06 Pedro Alves <palves@redhat.com>
3485
3486 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3487 macro.
3488 (seconds_left, again): New globals.
3489 (main): Wait seconds_left in a 1-second sleep loop instead of
3490 sleeping 180 seconds. If 'again' is set, reset the seconds
3491 counter.
3492 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3493 'again' in the inferior before detaching. Print the seconds left.
3494 (options): New global.
3495 (top level): Build program with -DTIMEOUT=$timeout.
3496
77f41761
PA
34972015-02-06 Pedro Alves <palves@redhat.com>
3498
3499 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3500 determine how many seconds to pass to 'alarm'.
3501 * gdb.base/gdb-sigterm.exp (top level): Build program with
3502 -DTIMEOUT=$timeout.
3503 (do_test): Return success/failure indication. Add more verbose
3504 logging. Don't fail if 200 single steps are seen. Instead, fail
3505 when the test times out.
3506 (passes): New global.
3507 (top level): Break the testing loop if testing fails on any
3508 iteration. Use gdb_assert.
3509
b9394193
DB
35102015-02-04 Don Breazeal <donb@codesourcery.com>
3511
3512 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3513 and initialize them.
3514 (ipc_cleanup): New function.
3515 (main): Don't declare shmid, semid, and msqid. Add a call to
3516 atexit so that we call ipc_cleanup on exit.
3517
42d9e528
PA
35182015-02-04 Pedro Alves <palves@redhat.com>
3519
3520 * boards/native-extended-gdbserver.exp: Remove any target variant
3521 specifications from the board name before clearing the isremote
3522 flag from board_info.
3523
ae6ae975
DE
35242015-01-31 Doug Evans <xdje42@gmail.com>
3525
3526 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3527
cfb069a8
GB
35282015-01-31 Gary Benson <gbenson@redhat.com>
3529
3530 * gdb.base/completion.exp: Disable completion limiting for
3531 existing tests. Add new tests to check completion limiting.
3532 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3533
5dd31d79
DE
35342015-01-31 Doug Evans <xdje42@gmail.com>
3535
3536 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3537
9f050062
DE
35382015-01-31 Doug Evans <xdje42@gmail.com>
3539
3540 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3541 entries. Duplicate file section script entries.
3542 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3543 inlined entries. Add test for safe-path rejection.
3544 * gdb.python/py-section-script.c: Add duplicate inlined section script
3545 entries. Duplicate file section script entries.
3546 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3547 inlined entries. Add test for safe-path rejection.
3548
df25ebbd
JB
35492015-01-29 Joel Brobecker <brobecker@adacore.com>
3550
3551 * gdb.ada/disc_arr_bound: New testcase.
3552
4a0ca9ec
JB
35532015-01-29 Joel Brobecker <brobecker@adacore.com>
3554
3555 * gdb.ada/mi_var_array: New testcase.
3556
3a8b707a
DE
35572015-01-27 Doug Evans <dje@google.com>
3558
3559 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3560 Add test for objfile.filename, objfile.username after objfile
3561 has been unloaded.
3562
f8313f6e
JB
35632015-01-26 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3566 the second test to print the name attribute of value
3567 returned by the call to gdb.lookup_type, and adjust
3568 the expected output accordingly.
3569
37bc665e
MW
35702015-01-25 Mark Wielaard <mjw@redhat.com>
3571
3572 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3573 * gdb.base/disp-step-fork.c: Include unistd.h.
3574 * gdb.base/siginfo-obj.c: Include stdio.h.
3575 * gdb.base/siginfo-thread.c: Likewise.
3576 * gdb.mi/non-stop.c: Include unistd.h.
3577 * gdb.mi/nsthrexec.c: Include stdio.h.
3578 * gdb.mi/pthreads.c: Include unistd.h.
3579 * gdb.modula2/unbounded1.c (main): Declare returns int.
3580 * gdb.reverse/consecutive-reverse.c: Likewise.
3581 * gdb.threads/create-fail.c: Include unistd.h.
3582 * gdb.threads/killed.c: Likewise.
3583 * gdb.threads/linux-dp.c: Likewise.
3584 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3585 * gdb.threads/non-ldr-exc-2.c: Likewise.
3586 * gdb.threads/non-ldr-exc-3.c: Likewise.
3587 * gdb.threads/non-ldr-exc-4.c: Likewise.
3588 * gdb.threads/pthreads.c: Include unistd.h.
3589 (main): Declare returns int.
3590 * gdb.threads/tls-main.c (foo): New declaration.
3591 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3592
f7e5394d
SM
35932015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3594
3595 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3596 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3597
743649fd
MW
35982015-01-15 Mark Wielaard <mjw@redhat.com>
3599
3600 * gdb.base/noreturn-return.c: New file.
3601 * gdb.base/noreturn-return.exp: New file.
3602 * gdb.base/noreturn-finish.c: New file.
3603 * gdb.base/noreturn-finish.exp: New file.
3604
198297aa
PA
36052015-01-23 Pedro Alves <palves@redhat.com>
3606
3607 * gdb.threads/continue-pending-after-query.c: New file.
3608 * gdb.threads/continue-pending-after-query.exp: New file.
3609
717cf30c
AG
36102015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3611 Simon Marchi <simon.marchi@ericsson.com>
3612
3613 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3614 * gdb.base/valgrind-db-attach.exp: Same.
3615 * gdb.base/valgrind-infcall.exp: Same.
3616 * lib/mi-support.exp (default_mi_gdb_start): Same.
3617 * lib/prompt.exp (default_prompt_gdb_start): Same.
3618 * lib/gdb.exp (default_gdb_spawn): Same.
3619 (gdb_interact): New.
3620
3621
4b62a76e
JK
36222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 * gdb.compile/compile.exp (pointer to jit function): New test.
3625
b4cdae6f
WW
36262015-01-17 Wei-cheng Wang <cole945@gmail.com>
3627
3628 * lib/gdb.exp (supports_process_record): Return true for
3629 powerpc*-*-linux*.
3630 (supports_reverse): Likewise.
3631
d221e7ef
DB
36322015-01-15 Don Breazeal <donb@codesourcery.com>
3633
3634 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3635 instead of checking whether the target board is remote and
3636 use spawn_wait_for_attach instead of exec/sleep.
3637 * gdb.base/attach-twice.exp: Likewise.
3638
bafffb51
JB
36392015-01-15 Joel Brobecker <brobecker@adacore.com>
3640
3641 * gdb.ada/var_arr_attrs: New testcase.
3642
5589af0e
PA
36432015-01-14 Pedro Alves <palves@redhat.com>
3644 Joel Brobecker <brobecker@adacore.com>
3645
3646 PR gdb/17525
3647 * gdb.base/bp-cmds-execution-x-script.c: New file.
3648 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3649 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3650
6c400b59
PA
36512015-01-14 Pedro Alves <palves@redhat.com>
3652
3653 PR cli/17828
3654 * gdb.base/batch-preserve-term-settings.c: New file.
3655 * gdb.base/batch-preserve-term-settings.exp: New file.
3656
e02c96a7
DE
36572015-01-13 Doug Evans <dje@google.com>
3658
3659 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3660 binary.
3661
576fd14c
JB
36622015-01-13 Joel Brobecker <brobecker@adacore.com>
3663
3664 * Makefile.in (clean mostlyclean): Do not delete *.py.
3665
04dccad0
JB
36662015-01-13 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.python/py-lookup-type.exp: New file.
3669
3d230f71
PA
36702015-01-12 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3673 restore GDBFLAGS before returning.
3674
7e67715d
JK
36752015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3678 is_amd64_regs_target and is_x86_like_target.
3679
f2e0d4b4
DE
36802015-01-11 Doug Evans <xdje42@gmail.com>
3681
3682 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3683 is given without an explicit form.
3684 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3685 attributes.
3686 * gdb.dwarf/corrupt.exp: Ditto.
3687 * gdb.dwarf2/enum-type.exp: Ditto.
3688 * gdb.trace/entry-values.exp: Ditto.
3689 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3690
439250fb
DE
36912015-01-11 Doug Evans <xdje42@gmail.com>
3692
3693 PR gdb/15830
3694 * gdb.base/maint.exp: Remove references to "maint demangle".
3695 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3696 Add tests for explicitly specifying language to demangle.
3697 * gdb.dlang/demangle.exp: Ditto.
3698
ede9f622
PA
36992015-01-09 Pedro Alves <palves@redhat.com>
3700
3701 * gdb.threads/non-stop-fair-events.c: New file.
3702 * gdb.threads/non-stop-fair-events.exp: New file.
3703
a7b796db
PA
37042015-01-09 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3707 the global scope. Set a breakpoint after all threads are started
3708 rather than stepping over two source lines. Expect the prompt.
3709 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3710 global.
3711 (NUM): Now 15.
3712 (main): Use threads_started_barrier to wait for all threads to
3713 start. Main thread no longer calls thread_function. Exit after
3714 180 seconds.
3715 (loop): New function.
3716 (thread_function): Wait on threads_started_barrier barrier. Call
3717 'loop' at each iteration.
3718 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3719 threads have started, instead of hardcoding number of "next"
3720 steps. Use an access watchpoint instead of a write watchpoint.
3721
9665ffdd
PA
37222015-01-09 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3725 (thread_func): Wait on barrier.
3726 (main): Wait for all threads to start before stopping GDB.
3727 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3728 global.
3729 (thread1_func, thread2_func): Wait on barrier.
3730 (main): Wait for all threads to start before stopping GDB.
3731 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3732 New global.
3733 (thread1_func, thread2_func): Wait on barrier.
3734 (main): Wait for all threads to start before stopping GDB.
3735
c945a99f
PA
37362015-01-09 Pedro Alves <palves@redhat.com>
3737
3738 * gdb.threads/attach-many-short-lived-threads.c: New file.
3739 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3740
c1a747c1
PA
37412014-01-09 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3744 instead of to thread 2.
3745 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3746 Add barrier around each pthread_create call instead of around all
3747 calls.
3748 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3749 Set a break on thread_function and have the child threads hit it
3750 one at at a time.
3751
60b3033e
PA
37522015-01-09 Pedro Alves <palves@redhat.com>
3753
3754 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3755 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3756 false.
3757 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3758 checking whether the target board is remote.
3759 * gdb.multi/multi-attach.exp: Likewise.
3760 * gdb.python/py-sync-interp.exp: Likewise.
3761 * gdb.server/ext-attach.exp: Likewise.
3762 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3763 tests that need to attach, instead of checking whether the target
3764 board is remote at the top of the file.
3765
acc018ac
YQ
37662015-01-08 Yao Qi <yao@codesourcery.com>
3767
3768 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3769
50a18af8
JK
37702015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 Fix testcase compilation.
3773 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3774
8503d6e1
JB
37752015-01-06 Joel Brobecker <brobecker@adacore.com>
3776
3777 * gdb.python/py-type.exp: Add a couple test about empty
3778 array creation, and negative-length array creation.
3779
cc73dbcc
DE
37802015-01-02 Doug Evans <xdje42@gmail.com>
3781
3782 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3783
0300bbc7
DE
37842015-01-02 Doug Evans <dje@google.com>
3785
3786 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3787
9d85a0ec
YQ
37882014-12-29 Yao Qi <yao@codesourcery.com>
3789
3790 * gdb.trace/entry-values.exp: Update comments. Rename variable
3791 bar_call_foo to returned_from_foo.
3792
87186c6a
MMN
37932014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3794
3795 PR gdb/17394
3796 * gdb.linespec/break-asm-file.c: New file.
3797 * gdb.linespec/break-asm-file.exp: New file.
3798 * gdb.linespec/break-asm-file0.s: New file.
3799 * gdb.linespec/break-asm-file1.s: New file.
3800
1bab7383
YQ
38012014-12-18 Nigel Stephens <nigel@mips.com>
3802 Maciej W. Rozycki <macro@codesourcery.com>
3803
3804 * gdb.base/float.exp: Handle the new output from "info float" on
3805 MIPS targets.
3806
1bc1068a
JK
38072014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 Fix MinGW compilation.
3810 * gdb.compile/compile-ops.exp: Update untested message if
3811 !skip_compile_feature_tests.
3812 * gdb.compile/compile-setjmp.exp: Likewise.
3813 * gdb.compile/compile-tls.exp: Likewise.
3814 * gdb.compile/compile.exp: Likewise.
3815 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3816 supported on this host".
3817
b6615d10
DE
38182014-12-16 Doug Evans <xdje42@gmail.com>
3819
3820 * boards/stabs.exp: New file.
3821
25dda427
AA
38222014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3823
3824 * gdb.base/completion.exp: Adjust to format changes of "maint
3825 print user-registers".
3826
bf330350
CU
38272014-12-16 Catalin Udma <catalin.udma@freescale.com>
3828
3829 PR server/17457
3830 * gdb.arch/aarch64-fp.c: New file.
3831 * gdb.arch/aarch64-fp.exp: New file.
3832
395cf596
SDJ
38332014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3834
3835 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3836 r210637, r210913, r211666, r215400, r215817).
3837
3838 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3839 * dg-extract-results.py: New file.
3840 * dg-extract-results.sh: Use it if the environment seems
3841 suitable.
3842
3843 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3844
3845 * dg-extract-results.py (parse_run): Handle warnings that
3846 are printed before a test harness is run.
3847
3848 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3849
3850 * dg-extract-results.py (Named): Remove __cmp__ method.
3851 (output_variation): Use a key to sort variation.harnesses.
3852
3853 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3854
3855 * dg-extract-results.py: For Python 3, force sys.stdout to
3856 handle surrogate escape sequences.
3857 (safe_open): New function.
3858 (output_segment, main): Use it.
3859
3860 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3861
3862 * dg-extract-results.py (Prog.result_re): Include options
3863 in test name.
3864
3865 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3866
3867 * dg-extract-results.py (output_variation): Always sort if
3868 do_sum.
3869
e882ef3c
SM
38702014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3871
3872 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3873 as long as we get pagination notifications.
3874
4992aa20
JM
38752014-12-15 Jason Merrill <jason@redhat.com>
3876
3877 * Makefile.in (check-gdb.%): Restore.
3878 * README: Mention it.
3879
c1b5a1a6
JB
38802014-12-13 Joel Brobecker <brobecker@adacore.com>
3881
3882 * gdb.ada/str_uninit: New testcase.
3883
5537b577
JK
38842014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 PR symtab/17642
3887 * gdb.base/vla-stub-define.c: New file.
3888 * gdb.base/vla-stub.c: New file.
3889 * gdb.base/vla-stub.exp: New file.
3890
bb2ec1b3
TT
38912014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3892 Jan Kratochvil <jan.kratochvil@redhat.com>
3893 Tom Tromey <tromey@redhat.com>
3894
3895 * configure.ac: Add gdb.compile/.
3896 * configure: Regenerate.
3897 * gdb.compile/Makefile.in: New file.
3898 * gdb.compile/compile-ops.exp: New file.
3899 * gdb.compile/compile-ops.c: New file.
3900 * gdb.compile/compile-tls.c: New file.
3901 * gdb.compile/compile-tls.exp: New file.
3902 * gdb.compile/compile-constvar.S: New file.
3903 * gdb.compile/compile-constvar.c: New file.
3904 * gdb.compile/compile-mod.c: New file.
3905 * gdb.compile/compile-nodebug.c: New file.
3906 * gdb.compile/compile-setjmp-mod.c: New file.
3907 * gdb.compile/compile-setjmp.c: New file.
3908 * gdb.compile/compile-setjmp.exp: New file.
3909 * gdb.compile/compile-shlib.c: New file.
3910 * gdb.compile/compile.c: New file.
3911 * gdb.compile/compile.exp: New file.
3912 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3913
4ff709eb
TT
39142014-12-12 Tom Tromey <tromey@redhat.com>
3915
3916 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3917 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3918
6dddd6a5
DE
39192014-12-12 Doug Evans <dje@google.com>
3920
3921 * lib/gdb-python.exp (get_python_valueof): New function.
3922 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3923
71c24708
AA
39242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3925
3926 * gdb.base/completion.exp: Add test for completion of "info
3927 registers ".
3928
3e29f34a
MR
39292014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3930
3931 * gdb.base/func-ptrs.c: New file.
3932 * gdb.base/func-ptrs.exp: New file.
3933
fc126975
SM
39342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3935
3936 PR breakpoints/17012
3937 * gdb.base/dprintf-detach.c: New file.
3938 * gdb.base/dprintf-detach.exp: New file.
3939
0a46d518
SM
39402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3941
3942 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3943 * lib/gdb.exp (target_is_gdbserver): New procedure.
3944
a0be3e44
DE
39452014-12-08 Doug Evans <dje@google.com>
3946
3947 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3948
df1b803a
YQ
39492014-12-05 Yao Qi <yao@codesourcery.com>
3950
3951 * gdb.guile/scm-error.exp: Remove the third argument to
3952 gdb_remote_download.
3953 * gdb.guile/scm-frame-args.exp: Likewise.
3954 * gdb.guile/scm-section-script.exp: Likewise.
3955
ddb9f679
YQ
39562014-12-05 Yao Qi <yao@codesourcery.com>
3957
3958 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3959
86e4ed39
DE
39602014-12-04 Doug Evans <dje@google.com>
3961
3962 * gdb.python/py-objfile.exp: Add tests for
3963 objfile.add_separate_debug_file.
3964
7c50a931
DE
39652014-12-04 Doug Evans <dje@google.com>
3966
3967 * lib/gdb.exp (get_build_id): New function.
3968 (build_id_debug_filename_get): Rewrite to use it.
3969 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3970
621661e3
MR
39712014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3972
3973 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3974 `method(long)', not just 0x0.
3975 * gdb.cp/nsalias.exp: Align code labels to 4.
3976 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3977 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3978 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3979 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3980 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3981 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3982
29f0c3b7
DE
39832014-12-02 Doug Evans <dje@google.com>
3984
e1e061e7 3985 PR symtab/17602
29f0c3b7 3986 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 3987 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
3988 * gdb.cp/anon-ns.exp: Update.
3989
162078c8
NB
39902014-12-02 Nick Bull <nicholaspbull@gmail.com>
3991
3992 * gdb.python/py-events.py (inferior_call_handler): New.
3993 (register_changed_handler, memory_changed_handler): New.
3994 (test_events.invoke): Register new handlers.
3995 * gdb.python/py-events.exp: Add tests for inferior call,
3996 memory_changed and register_changed events.
3997
fdb09caf
AA
39982014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3999
4000 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4001 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4002 if the linker doesn't understand this.
4003
55cfb2c4
SM
40042014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * gdb.python/python.exp: Change expected reply to help().
4007
9e8cd6df
YQ
40082014-12-01 Yao Qi <yao@codesourcery.com>
4009
4010 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4011 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4012 * configure: Re-generated.
4013
6c659fc2
SC
40142014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4015
4016 * gdb.cp/chained-calls.cc: New file.
4017 * gdb.cp/chained-calls.exp: New file.
4018 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4019
d7fc3181
SM
40202014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4021
4022 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4023 * gdb.dwarf2/symtab-producer.exp: Same.
4024 * gdb.gdb/python-interrupts.exp: Same.
4025 * gdb.gdb/python-selftest.exp: Same.
4026 * gdb.python/py-linetable.exp: Same.
4027 * gdb.python/py-type.exp: Same.
4028 * gdb.python/py-value-cc.exp: Same.
4029 * gdb.python/py-value.exp: Same.
4030
10e79639
YQ
40312014-11-28 Yao Qi <yao@codesourcery.com>
4032
4033 * gdb.base/break-probes.exp: Match library name prefixed with
4034 sysroot.
4035
f28a0564
SM
40362014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4039 test expected output. Add parentheses for the call to print.
4040 Remove L suffix from integers.
4041
3fe1ce1d
DE
40422014-11-26 Doug Evans <dje@google.com>
4043
4044 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4045
84429e27
YQ
40462014-11-22 Yao Qi <yao@codesourcery.com>
4047
4048 * gdb.trace/entry-values.c: Remove asms.
4049 (foo): Add foo_label.
4050 (bar): Add bar_label.
4051 * gdb.trace/entry-values.exp: Remove code computing foo's
4052 length and bar's length.
4053 (Dwarf::assemble): Invoke function_range for bar and use
4054 MACRO_AT_func for foo.
4055
26741859
YQ
40562014-11-22 Yao Qi <yao@codesourcery.com>
4057
4058 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4059 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4060 Use .Lgcc43_procstart instead of gcc43.
4061
45e44d27
JB
40622014-11-21 Joel Brobecker <brobecker@adacore.com>
4063
4064 * gdb.ada/n_arr_bound: New testcase.
4065
458c8db8
SDJ
40662014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4067
4068 PR breakpoints/10737
4069 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4070 test_catch_syscall_multi_arch.
4071 (test_catch_syscall_multi_arch): New function.
4072
43f3e411
DE
40732014-11-20 Doug Evans <xdje42@gmail.com>
4074
4075 * gdb.base/maint.exp: Update expected output.
4076
0d7b2549
AA
40772014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4078
4079 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4080 4-byte instruction on S390.
4081
8908fca5
JB
40822014-11-19 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.ada/arr_arr: New testcase.
4085
4a46959e
JB
40862014-11-19 Joel Brobecker <brobecker@adacore.com>
4087
4088 * gdb.ada/pkd_arr_elem: New Testcase.
4089
470e2f4e
LM
40902014-11-18 Luis Machado <lgustavo@codesourcery.com>
4091
4092 * gdb.reverse/break-precsave: Expect completion message for
4093 core file reads.
4094 * gdb.reverse/consecutive-precsave.exp: Likewise.
4095 * gdb.reverse/finish-precsave.exp: Likewise.
4096 * gdb.reverse/i386-precsave.exp: Likewise.
4097 * gdb.reverse/machinestate-precsave.exp: Likewise.
4098 * gdb.reverse/sigall-precsave.exp: Likewise.
4099 * gdb.reverse/solib-precsave.exp: Likewise.
4100 * gdb.reverse/step-precsave.exp: Likewise.
4101 * gdb.reverse/until-precsave.exp: Likewise.
4102 * gdb.reverse/watch-precsave.exp: Likewise.
4103
a267f3ad
AA
41042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4105
4106 * gdb.base/bp-permanent.c: Include unistd.h.
4107 * gdb.python/py-framefilter-mi.c (main): Add return type.
4108 * gdb.python/py-framefilter.c (main): Likewise.
4109 * gdb.trace/actions-changed.c (main): Likewise.
4110
12084a9a
AA
41112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4112
4113 * gdb.mi/until.c: Add eye-catchers.
4114 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4115 line numbers.
4116
dc7e1a77
AA
41172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4118
4119 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4120 function header variants in break1.c.
4121 * gdb.base/ena-dis-br.exp: Likewise.
4122 * gdb.base/hbreak2.exp: Likewise.
4123 * gdb.reverse/until-precsave.exp: Drop references to removed
4124 non-prototype function header variants in ur1.c.
4125 * gdb.reverse/until-reverse.exp: Likewise.
4126
41c77605
PM
41272014-11-17 Petr Machata <pmachata@redhat.com>
4128
4129 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4130 ${_cu_offset_size} bytes abbrev offset.
4131
34248c3a
DE
41322014-11-15 Doug Evans <xdje42@gmail.com>
4133
4134 PR symtab/17559
4135 * gdb.base/line-symtabs.exp: New file.
4136 * gdb.base/line-symtabs.c: New file.
4137 * gdb.base/line-symtabs.h: New file.
4138
646da059
YQ
41392014-11-14 Yao Qi <yao@codesourcery.com>
4140
4141 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4142 (func): Add label func_label.
4143 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4144 Replace low_pc and high_pc with MACRO_AT_range.
4145 Replace name, low_pc and high_pc with MACRO_AT_func.
4146
9301ebe6
YQ
41472014-11-14 Yao Qi <yao@codesourcery.com>
4148
4149 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4150 Replace name, low_pc and high_pc with MACRO_AT_func.
4151
f166b542
YQ
41522014-11-14 Yao Qi <yao@codesourcery.com>
4153
4154 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4155 produce debug information.
4156 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4157
0f6e71e3
YQ
41582014-11-14 Yao Qi <yao@codesourcery.com>
4159
4160 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4161 object and get function length.
4162 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4163 with MACRO_AT_func.
4164 (top-level): Replace gdb_compile and clean_restart with
4165 prepare_for_testing.
4166 * gdb.dwarf2/main.c (main): Add label main_label.
4167
876c4df9
YQ
41682014-11-14 Yao Qi <yao@codesourcery.com>
4169
4170 * lib/dwarf.exp (function_range): New procedure.
4171 (Dwarf::_handle_macro_at_func): New procedure.
4172 (Dwarf::_handle_macro_at_range): New procedure.
4173 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4174
02ad9cf1
YQ
41752014-11-14 Yao Qi <yao@codesourcery.com>
4176
4177 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4178 (_handle_attribute): New procedure.
4179
a59add0c
AA
41802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4181
4182 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4183 * gdb.base/call-sc.c (zed): Likewise.
4184 * gdb.base/checkpoint.c (main): Likewise.
4185 * gdb.base/dump.c (main): Likewise.
4186 * gdb.base/gcore.c (main): Likewise.
4187 * gdb.base/huge.c (main): Likewise.
4188 * gdb.base/multi-forks.c (main): Likewise.
4189 * gdb.base/pr10179-a.c (main): Likewise.
4190 * gdb.base/savedregs.c (main): Likewise.
4191 * gdb.base/sigaltstack.c (main): Likewise.
4192 * gdb.base/siginfo.c (main): Likewise.
4193 * gdb.base/structs.c (zed): Likewise.
4194 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4195 * gdb.mi/mi-syn-frame.c (main): Likewise.
4196 * gdb.mi/until.c (foo, main): Likewise.
4197 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4198 * gdb.base/solib-weak.c (foo): Declare.
4199 * gdb.base/attach-twice.c: Include stdio.h.
4200 * gdb.base/weaklib1.c: Likewise.
4201 * gdb.base/weaklib2.c: Likewise.
4202 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4203 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4204 unistd.h.
4205 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4206 * gdb.mi/mi-exit-code.c: Likewise.
4207 * gdb.base/break-interp-lib.c: Include string.h.
4208 * gdb.base/coremaker.c: Likewise.
4209 * gdb.base/testenv.c: Likewise.
4210 * gdb.python/py-finish-breakpoint.c: Likewise.
4211 * gdb.base/inferior-died.c: Include sys/wait.h.
4212 * gdb.base/fileio.c: Include time.h.
4213 * gdb.base/async-shell.c: Include unistd.h.
4214 * gdb.base/dprintf-non-stop.c: Likewise.
4215 * gdb.base/info-os.c: Likewise.
4216 * gdb.mi/mi-console.c: Likewise.
4217 * gdb.mi/watch-nonstop.c: Likewise.
4218 * gdb.python/py-events.c: Likewise.
4219 * gdb.base/async.c (baz): Move up before its invocation.
4220 * gdb.base/code_elim2.c (my_global_func): Likewise.
4221 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4222 * gdb.base/advance.c (func2): Likewise.
4223
3b5d5997
AA
42242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4225
4226 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4227 variant.
4228 * gdb.base/annota3.c: Likewise.
4229 * gdb.base/async.c: Likewise.
4230 * gdb.base/average.c: Likewise.
4231 * gdb.base/call-ar-st.c: Likewise.
4232 * gdb.base/call-rt-st.c: Likewise.
4233 * gdb.base/call-sc.c: Likewise.
4234 * gdb.base/call-strs.c: Likewise.
4235 * gdb.base/ending-run.c: Likewise.
4236 * gdb.base/execd-prog.c: Likewise.
4237 * gdb.base/exprs.c: Likewise.
4238 * gdb.base/foll-exec.c: Likewise.
4239 * gdb.base/foll-fork.c: Likewise.
4240 * gdb.base/foll-vfork.c: Likewise.
4241 * gdb.base/funcargs.c: Likewise.
4242 * gdb.base/gcore.c: Likewise.
4243 * gdb.base/jump.c: Likewise.
4244 * gdb.base/langs0.c: Likewise.
4245 * gdb.base/langs1.c: Likewise.
4246 * gdb.base/langs2.c: Likewise.
4247 * gdb.base/mips_pro.c: Likewise.
4248 * gdb.base/nodebug.c: Likewise.
4249 * gdb.base/opaque0.c: Likewise.
4250 * gdb.base/opaque1.c: Likewise.
4251 * gdb.base/recurse.c: Likewise.
4252 * gdb.base/run.c: Likewise.
4253 * gdb.base/scope0.c: Likewise.
4254 * gdb.base/scope1.c: Likewise.
4255 * gdb.base/setshow.c: Likewise.
4256 * gdb.base/setvar.c: Likewise.
4257 * gdb.base/shmain.c: Likewise.
4258 * gdb.base/shr1.c: Likewise.
4259 * gdb.base/shr2.c: Likewise.
4260 * gdb.base/sigall.c: Likewise.
4261 * gdb.base/signals.c: Likewise.
4262 * gdb.base/so-indr-cl.c: Likewise.
4263 * gdb.base/solib2.c: Likewise.
4264 * gdb.base/structs.c: Likewise.
4265 * gdb.base/sum.c: Likewise.
4266 * gdb.base/vforked-prog.c: Likewise.
4267 * gdb.base/watchpoint.c: Likewise.
4268 * gdb.reverse/shr2.c: Likewise.
4269 * gdb.reverse/until-reverse.c: Likewise.
4270 * gdb.reverse/ur1.c: Likewise.
4271 * gdb.reverse/watch-reverse.c: Likewise.
4272
066a77c5
AA
42732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4274
4275 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4276 variant.
4277 * gdb.base/sepdebug.exp: Drop references to removed code.
4278
4f204ea5
AA
42792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4280
4281 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4282 variant. Preserve original line numbering.
4283 * gdb.base/list1.c: Likewise.
4284
3b377a3a
AA
42852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4286
4287 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4288 variant.
4289 * gdb.base/break1.c: Likewise.
4290 * gdb.base/break.exp: Drop references to removed code.
4291
e444df73
AA
42922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4293
4294 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4295 variant.
4296
8008f2a7
AA
42972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4298
4299 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4300
a5a06887
AA
43012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4302
4303 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4304 logic into perform_all_tests() and invoke it with and without
4305 function header prototypes.
4306 (do_function_calls): Remove conditional XFAIL for PR 5318.
4307 (rerun_and_prepare): Remove duplicate code.
4308 (perform_all_tests): New. Main logic moved here.
4309
44dba9b9
AA
43102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4311
4312 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4313 code guarded by #ifdef NO_PROTOTYPES.
4314 (t_double_many_args): Likewise.
4315 (DEF_FUNC_MANY_ARGS_1): Likewise.
4316 (DEF_FUNC_VALUES_1): Likewise.
4317 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4318 guarded by #ifdef PROTOTYPES.
4319
d1fbcd56
AA
43202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4321
4322 * gdb.mi/mi-console.c: Add eye-catcher.
4323 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4324 instead of literal line number.
4325
b0e59b8f
AA
43262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4327
4328 * gdb.base/shr2.c: Add eye-catcher.
4329 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4330 line number.
4331
78f98cca
AA
43322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4333
4334 * gdb.base/jump.c: Add eye-catchers.
4335 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4336 numbers.
4337
58fa2af0
AA
43382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4339
4340 * gdb.base/execd-prog.c: Add eye-catchers.
4341 * gdb.base/foll-exec.c: Likewise.
4342 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4343 line numbers.
4344
04e5059b
AA
43452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4346
4347 * gdb.base/ending-run.c: Add eye-catchers.
4348 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4349 literal line numbers.
4350
dbfdb174
AA
43512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4352
4353 * gdb.base/call-rt-st.c: Add eye-catchers.
4354 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4355 literal line numbers.
4356
888a2ade
AA
43572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4358
4359 * gdb.base/call-ar-st.c: Add eye-catchers.
4360 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4361 literal line numbers.
4362
6acc2dde
AA
43632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4364
4365 * gdb.base/average.c: Add eye-catchers.
4366 * gdb.base/sum.c: Likewise.
4367 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4368 regexps dynamically.
4369
9ecfcd1d
AA
43702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4371
4372 * gdb.base/solib1.c: Add eye-catchers.
4373 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4374 literal line numbers.
4375
78708b7c
PA
43762014-11-12 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4379 leader has exited.
4380
af48d08f
PA
43812014-11-12 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.arch/i386-bp_permanent.c: New file.
4384 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4385 (srcfile): Set to i386-bp_permanent.c.
4386 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4387 that stepi does not execute the 'leave' instruction, instead of
4388 testing it does execute.
4389 * gdb.base/bp-permanent.c: New file.
4390 * gdb.base/bp-permanent.exp: New file.
4391
af3768e9
DE
43922014-11-10 Doug Evans <xdje42@gmail.com>
4393
4394 PR symtab/17564
4395 * gdb.base/symtab-search-order.exp: New file.
4396 * gdb.base/symtab-search-order.c: New file.
4397 * gdb.base/symtab-search-order-1.c: New file.
4398 * gdb.base/symtab-search-order-shlib-1.c: New file.
4399
9de00a4a
PA
44002014-11-07 Pedro Alves <palves@redhat.com>
4401
4402 PR gdb/17511
4403 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4404 i?86-*-linux*.
4405
e0f52461
SC
44062014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4407
4408 PR c++/17494
4409 * gdb.cp/pr17494.cc: New file.
4410 * gdb.cp/pr17494.exp: New file.
4411
6ce8c980
YQ
44122014-11-02 Yao Qi <yao@codesourcery.com>
4413
4414 * gdb.python/python.exp: Get working directory and match the
4415 output of "set extended-prompt \\w " with it.
4416
02be9a71
DE
44172014-10-30 Doug Evans <dje@google.com>
4418
4419 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4420 in objfiles.
4421 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4422 in progspaces.
4423
3bdff46b
LM
44242014-10-30 Janis Johnson <janisjo@codesourcery.com>
4425
4426 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4427 * gdb.base/realname-expand.exp: Likewise.
4428 * gdb.linespec/macro-relative.exp: Likewise.
4429
ab917dfb
PA
44302014-10-29 Pedro Alves <palves@redhat.com>
4431
4432 PR gdb/17408
4433 * gdb.threads/schedlock.c (some_function): New function.
4434 (call_function): New global.
4435 (MAYBE_CALL_SOME_FUNCTION): New macro.
4436 (thread_function): Call it.
4437 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4438 and use it instead of a global counter. Adjust all callers.
4439 (get_current_thread): Use "find current thread" for test message
4440 here rather than having all callers pass down the same string.
4441 (goto_loop): New procedure, factored out from ...
4442 (my_continue): ... this.
4443 (step_ten_loops): Change parameter from test message to command to
4444 use. Adjust.
4445 (list_count): Delete global.
4446 (check_result): New procedure, factored out from duplicate top
4447 level code.
4448 (continue tests): Wrap in with_test_prefix.
4449 (test_step): New procedure, factored out from duplicate top level
4450 code.
4451 (top level): Test "step" in combination with all scheduler-locking
4452 modes. Test "next" in combination with all scheduler-locking
4453 modes, and in combination with stepping over a function call or
4454 not.
4455 * gdb.threads/next-bp-other-thread.c: New file.
4456 * gdb.threads/next-bp-other-thread.exp: New file.
4457
d3d4baed
PA
44582014-10-29 Pedro Alves <palves@redhat.com>
4459
4460 PR python/17372
4461 * gdb.python/python.exp: Test a multi-line command that spawns
4462 interactive Python.
4463 * gdb.base/multi-line-starts-subshell.exp: New file.
4464
563e8d85
YQ
44652014-10-29 Yao Qi <yao@codesourcery.com>
4466
4467 * gdb.base/fileio.exp: Make directories on host.
4468
0ea4d52e
YQ
44692014-10-29 Yao Qi <yao@codesourcery.com>
4470
4471 * gdb.base/fileio.c (test_write): Close the file.
4472
7f5ef605
PA
44732014-10-28 Pedro Alves <palves@redhat.com>
4474
4475 PR gdb/12623
4476 * gdb.base/sigstep.c (no_handler): New global.
4477 (main): If 'no_handler is true, set the signal handlers to
4478 SIG_IGN.
4479 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4480 with_sw_watch and no_handler parameters. Handle them.
4481 (top level) <stepping over handler when stopped at a breakpoint
4482 test>: Add a test axis for testing with a software watchpoint, and
4483 another for testing with the signal handler set to SIG_IGN.
4484 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4485 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4486
abbdbd03
PA
44872014-10-28 Pedro Alves <palves@redhat.com>
4488
4489 PR gdb/17511
4490 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4491 * gdb.base/sigstep.exp (other_handler_location): New global.
4492 (advance): Support stepping into the signal handler, and running
4493 commands while in the handler.
4494 (in_handler_map): New global.
4495 (top level): In the advance test, add combinations for getting
4496 into the handler with stepping commands, and for running commands
4497 in the handler. Add comment descripting the advancei tests.
4498
1df4399f
PA
44992014-10-28 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/sigstep.exp: Use build_executable instead of
4502 prepare_for_testing.
4503 (top level): Move code that starts GDB, runs to main and creates a
4504 display to ...
4505 (restart): ... this new procedure.
4506 (top level): Move backtrace from signal handler test to ...
4507 (validate_backtrace): ... this new procedure.
4508 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4509 with_test_prefix. Always restart GDB.
4510 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4511 with_test_prefix. Always restart GDB. No need to delete
4512 breakpoints after the test.
4513 (test_skip_handler): Remove prefix parameter.
4514 (skip_over_handler, breakpoint_to_handler)
4515 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4516 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4517 restart GDB. No need to delete breakpoints after the test.
4518 (top level): Use foreach to call the test procedures with
4519 different commands.
4520
a5b6e449
PA
45212014-10-28 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4524 instead of GNATS numbers.
4525 * gdb.base/sigbpt.exp: Likewise.
4526 * gdb.base/siginfo.exp: Likewise.
4527 * gdb.base/sigstep.exp: Likewise.
4528
e5f8a7cc
PA
45292014-10-27 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/sigstep.c (dummy): New global.
4532 (main): Issue a couple writes to the new global.
4533 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4534 procedures.
4535 (skip_over_handler): Use test_skip_handler.
4536 (top level): Call skip_over_handler for stepi and nexti too.
4537 (breakpoint_over_handler): Use test_skip_handler.
4538 (top level): Call breakpoint_over_handler for stepi and nexti too.
4539
763905a3
YQ
45402014-10-27 Yao Qi <yao@codesourcery.com>
4541
4542 * gdb.trace/tfile.c (adjust_function_address)
4543 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4544 function descriptor.
4545
6f259a23
DB
45462014-10-24 Don Breazeal <donb@codesourcery.com>
4547
4548 * gdb.base/foll-fork.exp (test_follow_fork,
4549 catch_fork_child_follow): Check for updated fork messages emitted
4550 from infrun.c.
4551 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4552 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4553 vfork_and_exec_child_follow_through_step): Check for updated vfork
4554 messages emitted from infrun.c.
4555
09dd9a69
PA
45562014-10-24 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/corefile.exp: Remove references to ultrix.
4559 * gdb.base/interrupt.exp: Likewise.
4560 * gdb.base/whatis.exp: Likewise.
4561 * gdb.gdb/selftest.exp: Likewise.
4562 * gdb.threads/manythreads.exp: Likewise.
4563 * gdb.threads/print-threads.exp: Likewise.
4564 * gdb.threads/pthreads.exp:: Likewise.
4565 * gdb.threads/schedlock.exp: Likewise.
4566
3433cfa5
SC
45672014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4568
4569 * gdb.cp/non-trivial-retval.cc: Add a test case.
4570 * gdb.cp/non-trivial-retval.exp: Add a test.
4571
092f880b
YQ
45722014-10-20 Yao Qi <yao@codesourcery.com>
4573
4574 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4575 * gdb.python/py-objfile-script-gdb.py: New file.
4576 * gdb.python/py-objfile-script.exp: Update reference to
4577 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4578 of remote_download. Remove the dest file.
4579
acbdb7f3
YQ
45802014-10-20 Yao Qi <yao@codesourcery.com>
4581
4582 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4583 * gdb.base/step-line.exp: Likewise.
4584 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4585 * gdb.dwarf2/dw2-basic.exp: Likewise.
4586 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4587 * gdb.dwarf2/dw2-filename.exp: Likewise.
4588 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4589 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4590 * gdb.dwarf2/dw2-producer.exp: Likewise.
4591 * gdb.dwarf2/mac-fileno.exp: Likewise.
4592 * gdb.python/py-frame-args.exp: Likewise.
4593 * gdb.python/py-framefilter.exp: Likewise.
4594 * gdb.python/py-mi.exp: Likewise.
4595 * gdb.python/py-objfile-script.exp: Likewise
4596 * gdb.python/py-pp-integral.exp: Likewise.
4597 * gdb.python/py-pp-re-notag.exp: Likewise.
4598 * gdb.python/py-prettyprint.exp: Likewise.
4599 * gdb.python/py-section-script.exp: Likewise.
4600 * gdb.python/py-typeprint.exp: Likewise.
4601 * gdb.python/py-xmethods.exp: Likewise.
4602 * gdb.stabs/weird.exp: Likewise.
4603 * gdb.xml/tdesc-regs.exp: Likewise.
4604
bd286a29
KCY
46052014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4606
4607 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4608 (out_cu): Use addr_len for the size of addresses.
4609 (out_line): Likewise. Size DW_LNE_set_address instruction
4610 according to addr_len.
4611 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4612 (FUNC): Add START_INSNS to definition.
4613
673dc4a0
YQ
46142014-10-18 Yao Qi <yao@codesourcery.com>
4615
4616 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4617 gdb_has_argv0 return true.
4618 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4619 check [target_info exists noargs], check [gdb_has_argv0]
4620 instead.
4621 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4622 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4623 procedures.
4624
4ffbba72
DE
46252014-10-17 Doug Evans <dje@google.com>
4626
4627 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4628 event.
4629 * gdb.python/py-events.py: Add clear_objfiles event.
4630
d096d8c1
DE
46312014-10-17 Doug Evans <dje@google.com>
4632
4633 * gdb.python/py-objfile.exp: Test progspace attribute.
4634
a80db015
LM
46352014-10-17 Luis Machado <lgustavo@codesourcery.com>
4636
4637 * gdb.guile/scm-breakpoint.exp: Do not assume any
4638 directory separators when matching source file paths.
4639 * gdb.python/py-breakpoint.exp: Likewise.
4640 * gdb.reverse/break-precsave.exp: Likewise.
4641 * gdb.reverse/break-reverse.exp: Likewise.
4642 * gdb.reverse/consecutive-precsave.exp: Likewise.
4643 * gdb.reverse/finish-precsave.exp: Likewise.
4644 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4645 * gdb.reverse/finish-reverse.exp: Likewise.
4646 * gdb.reverse/i386-precsave.exp: Likewise.
4647 * gdb.reverse/i387-env-reverse.exp: Likewise.
4648 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4649 * gdb.reverse/machinestate-precsave.exp: Likewise.
4650 * gdb.reverse/machinestate.exp: Likewise.
4651 * gdb.reverse/sigall-precsave.exp: Likewise.
4652 * gdb.reverse/solib-precsave.exp: Likewise.
4653 * gdb.reverse/step-precsave.exp: Likewise.
4654 * gdb.reverse/until-precsave.exp: Likewise.
4655 * gdb.reverse/watch-precsave.exp: Likewise.
4656 * gdb.reverse/watch-reverse.exp: Likewise.
4657
b22089ab
YQ
46582014-10-17 Yao Qi <yao@codesourcery.com>
4659
4660 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4661 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4662
6c4486e6
PA
46632014-10-17 Pedro Alves <palves@redhat.com>
4664
4665 PR gdb/17471
4666 * gdb.base/bg-execution-repeat.c: New file.
4667 * gdb.base/bg-execution-repeat.exp: New file.
4668
0ff33695
PA
46692014-10-17 Pedro Alves <palves@redhat.com>
4670
4671 PR gdb/17300
4672 * gdb.base/continue-all-already-running.c: New file.
4673 * gdb.base/continue-all-already-running.exp: New file.
4674
6fdebc3d
PA
46752014-10-17 Pedro Alves <palves@redhat.com>
4676
4677 PR gdb/17472
4678 * gdb.base/annota-input-while-running.c: New file.
4679 * gdb.base/annota-input-while-running.exp: New file.
4680
32a8097b
PA
46812014-10-17 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.base/callfuncs.exp: emove references to osf.
4684 * gdb.base/sigall.exp: Likewise.
4685 * gdb.gdb/selftest.exp: Likewise.
4686 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4687 * gdb.mi/non-stop.c: Likewise.
4688 * gdb.mi/pthreads.c: Likewise.
4689 * gdb.reverse/sigall-precsave.exp: Likewise.
4690 * gdb.reverse/sigall-reverse.exp: Likewise.
4691 * gdb.threads/pthreads.c: Likewise.
4692 * gdb.threads/pthreads.exp: Likewise.
4693
7a3517ff
YQ
46942014-10-17 Yao Qi <yao@codesourcery.com>
4695
4696 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4697 check 'target_info exists noargs'.
4698 (test_command_prompt_position): Likewise.
4699 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4700 Remove "set args".
4701 (progvar_simple_while_test): Likewise.
4702 (progvar_complex_if_while_test): Likewise.
4703 (if_while_breakpoint_command_test): Likewise.
4704 (infrun_breakpoint_command_test): Likewise.
4705 (breakpoint_command_test): Likewise.
4706 (watchpoint_command_test): Likewise.
4707 (bp_deleted_in_command_test): Likewise.
4708 (temporary_breakpoint_commands): Likewise.
4709
bb99c472
YQ
47102014-10-16 Yao Qi <yao@codesourcery.com>
4711
4712 * gdb.base/remotetimeout.exp: Remove noargs checking.
4713
7c16b83e
PA
47142014-10-15 Pedro Alves <palves@redhat.com>
4715
4716 PR breakpoints/9649
4717 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4718 * gdb.base/breakpoint-in-ro-region.exp
4719 (probe_target_hardware_step): New procedure.
4720 (top level): Probe hardware stepping and hardware breakpoint
4721 support. Test stepping through a read-only region, with both
4722 "breakpoint auto-hw" on and off and both "always-inserted" on and
4723 off.
4724
35a49624
IB
47252014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4726
4727 * gdb.dlang/demangle.exp: Update for demangling changes.
4728
2d1c107c
SC
47292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4730
4731 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4732 * gdb.cp/non-trivial-retval.exp: Add new tests.
4733
778811d5
SC
47342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4735
4736 PR c++/13403
4737 PR c++/15154
4738 * gdb.cp/non-trivial-retval.cc: New file.
4739 * gdb.cp/non-trivial-retval.exp: New file.
4740
10c5f0a8
YQ
47412014-10-15 Yao Qi <yao@codesourcery.com>
4742
4743 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4744 remote host.
4745
65d7b369
YQ
47462014-10-15 Yao Qi <yao@codesourcery.com>
4747
4748 * gdb.python/py-symbol.exp: Match file base name if host is
4749 remote, otherwise match file name with dir name.
4750 * gdb.python/py-symtab.exp: Likewise.
4751 * gdb.python/python.exp: Likewise.
4752
46dc1394
YQ
47532014-10-15 Yao Qi <yao@codesourcery.com>
4754
4755 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4756 pattern.
4757 * gdb.python/py-symtab.exp: Likewise.
4758 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4759 locationn.
4760
c40cc657
JB
47612014-10-14 Joel Brobecker <brobecker@adacore.com>
4762
4763 * gdb.ada/addr_arith: New testcase.
4764
2abf49e1
MR
47652014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4766
4767 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4768 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4769 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4770 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4771
f7088df3
SDJ
47722014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4773
4774 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4775 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4776 * gdb.arch/stap-eval-lang-ada.exp: New file.
4777
4dc06805
YQ
47782014-10-14 Yao Qi <yao@codesourcery.com>
4779
4780 * gdb.mi/mi-var-child.c (nothing1): New function.
4781 (nothing2): New function.
4782 (do_children_tests): Set function pointers by nothing1 and
4783 nothing2.
4784 * gdb.mi/mi-var-child.exp: Step over new added statements.
4785 Update test to match the new output.
4786 * gdb.mi/var-cmd.c (nothing1): New function.
4787 (nothing2): New function.
4788 (do_children_tests): Set function pointers by nothing1 and
4789 nothing2.
4790 * gdb.mi/mi-var-display.exp: Update test to match output.
4791 Step to the line specified by $line_dct_nothing.
4792 Increase the number of lines to step.
4793
46a93de2
YQ
47942014-10-14 Yao Qi <yao@codesourcery.com>
4795
4796 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4797 tests.
4798 * gdb.mi/mi2-var-child.exp: Likewise.
4799
14ea52ee
DE
48002014-10-13 Doug Evans <dje@google.com>
4801
4802 * gdb.python/py-objfile.exp: Change name of file name test.
4803
e5c6e92b
DE
48042014-10-13 Doug Evans <dje@google.com>
4805
4806 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4807 from the start of the CU.
4808
c780cc2f
JK
48092014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4810 Yao Qi <yao@codesourcery.com>
4811
4812 Fix "save breakpoints" for "catch" command.
4813 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4814 Remove -nonewline. Match also the added "main" line.
4815
99894e11
JK
48162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4817
4818 Fix "save breakpoints" for "disable $bpnum" command.
4819 * gdb.base/save-bp.c (main): Add label.
4820 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4821
6e1ac5a3
JK
48222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4825
754dd2b0
YQ
48262014-10-11 Yao Qi <yao@codesourcery.com>
4827
4828 * gdb.server/server-kill.exp: Execute command
4829 "set remote trace-status-packet on" before "tstatus".
4830
f90183d7
YQ
48312014-10-11 Yao Qi <yao@codesourcery.com>
4832
4833 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4834 (main): Call getppid.
4835 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4836 and continue to it. Read variable "server_pid".
4837
bf40a607
YQ
48382014-10-11 Yao Qi <yao@codesourcery.com>
4839
4840 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4841
052ca370
YQ
48422014-10-11 Yao Qi <yao@codesourcery.com>
4843
4844 * gdb.threads/thread-find.exp: Don't execute command
4845 "info threads".
4846 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4847 * gdb.threads/linux-dp.exp: Don't check the condition
4848 $threads_created equals to zero.
4849
3831839c
PA
48502014-10-10 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/bigcore.exp: Remove references to IRIX.
4853 * gdb.base/funcargs.exp: Likewise.
4854 * gdb.base/interrupt.exp: Likewise.
4855 * gdb.base/mips_pro.exp: Likewise.
4856 * gdb.base/nodebug.exp: Likewise.
4857 * gdb.base/setvar.exp: Likewise.
4858 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4859
8b9a549d
PA
48602014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4861 Pedro Alves <palves@redhat.com>
4862
4863 PR symtab/14466
4864 * gdb.base/vdso-warning.c: New file.
4865 * gdb.base/vdso-warning.exp: New file.
4866
d48ba5e8
DE
48672014-10-02 Doug Evans <dje@google.com>
4868
4869 * gdb.base/structs.c (main): Don't run forever.
4870
2278c276
PA
48712014-10-02 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4874 (top level) <stop threads 1, stop threads 2>: Use it.
4875
b57bacec
PA
48762014-10-02 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.threads/break-while-running.exp (test): Add new
4879 'update_thread_list' argument. Skip "info threads" if false.
4880 (top level): Add new 'update_thread_list' axis.
4881
13fd3ff3
PA
48822014-10-02 Pedro Alves <palves@redhat.com>
4883
4884 PR breakpoints/17431
4885 * gdb.base/execl-update-breakpoints.c: New file.
4886 * gdb.base/execl-update-breakpoints.exp: New file.
4887
0fec99e8
PA
48882014-10-01 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.base/breakpoint-in-ro-region.c: New file.
4891 * gdb.base/breakpoint-in-ro-region.exp: New file.
4892
2ddf4301
SM
48932014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4894
4895 * gdb.mi/mi-exit-code.exp: New file.
4896 * gdb.mi/mi-exit-code.c: New file.
4897
6a5f3f43
YQ
48982014-09-30 Yao Qi <yao@codesourcery.com>
4899
4900 * lib/prelink-support.exp (build_executable_own_libs): Error if
4901 the target isn't native.
4902
345bcc73
YQ
49032014-09-30 Yao Qi <yao@codesourcery.com>
4904
4905 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4906 false.
4907
a25a5a45
PA
49082014-09-22 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.threads/break-while-running.exp: New file.
4911 * gdb.threads/break-while-running.c: New file.
4912
00ba3162
YQ
49132014-09-19 Yao Qi <yao@codesourcery.com>
4914
4915 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4916 Invoke test. Restart GDB with --readnow and invoke test again.
4917
c3b7b696
YQ
49182014-09-19 Yao Qi <yao@codesourcery.com>
4919
4920 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4921 proc set_breakpoint_on_gcd_function. Invoke
4922 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4923 invoke set_breakpoint_on_gcd_function again.
4924
2b4fd423
DE
49252014-09-18 Doug Evans <dje@google.com>
4926
4927 * gdb.dwarf2/symtab-producer.exp: New file.
4928
a5947601
SDJ
49292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4930
4931 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4932 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4933 * gdb.base/global-var-nested-by-dso.c: Likewise.
4934 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4935
91c19059
SDJ
49362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4937 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.base/watch-bitfields.exp: Pass string other than test file
4940 name to prepare_for_testing.
4941 (watch): New procedure.
4942 (expect_watchpoint): Use with_test_prefix.
4943 (top level): Factor out tests to ...
4944 (test_watch_location, test_regular_watch): ... these new
4945 procedures, and use with_test_prefix and gdb_continue_to_end.
4946
bb9d5f81
PP
49472014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4948
4949 PR breakpoints/12526
4950 * gdb.base/watch-bitfields.exp: New file.
4951 * gdb.base/watch-bitfields.c: New file.
4952
635856f5
PA
49532014-09-16 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4956 software and hardware addresses, not software address against
4957 itself.
4958
7280ceea
PA
49592014-09-16 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4962 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4963
428b16bd
PA
49642014-09-16 Pedro Alves <palves@redhat.com>
4965
4966 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4967 files.
4968 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4969 "*-*-vxworks*" throughout.
4970 * gdb.base/break.exp: Likewise.
4971 * gdb.base/default.exp: Likewise.
4972 * gdb.base/scope.exp: Likewise.
4973 * gdb.base/sepdebug.exp: Likewise.
4974 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4975 throughout.
4976 * gdb.base/run.c: Likewise.
4977 * gdb.base/sepdebug.c: Likewise.
4978 * gdb.hp/gdb.aCC/run.c: Likewise.
4979 * gdb.reverse/until-reverse.c: Likewise.
4980 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4981
666d413c
YQ
49822014-09-16 Yao Qi <yao@codesourcery.com>
4983
4984 * boards/local-remote-host-native.exp: New file.
4985
57cbd724
DE
49862014-09-14 Doug Evans <xdje42@gmail.com>
4987
4988 * gdb.threads/queue-signal.c (thread_count): New variable.
4989 (thread_count_mutex, thread_count_condvar): New variables.
4990 (incr_thread_count, wait_all_threads_running): New functions.
4991 (main): Wait for all threads to be in their thread functions.
4992
81219e53
DE
49932014-09-13 Doug Evans <xdje42@gmail.com>
4994
4995 * gdb.threads/queue-signal.c: New file.
4996 * gdb.threads/queue-signal.exp: New file.
4997
3714cea7
DE
49982014-09-13 Doug Evans <xdje42@gmail.com>
4999
5000 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5001 be consistent with what default_gdb_init uses.
5002 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5003 the plain text of the prompt. Add some logging printfs.
5004 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5005
fa43b1d7
PA
50062014-09-12 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5009 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5010 * gdb.arch/i386-size-overlap.exp: Likewise.
5011 * gdb.arch/i386-size.exp: Likewise.
5012 * gdb.arch/i386-unwind.exp: Likewise.
5013 * gdb.base/a2-run.exp: Likewise.
5014 * gdb.base/break.exp: Likewise.
5015 * gdb.base/charset.exp: Likewise.
5016 * gdb.base/chng-syms.exp: Likewise.
5017 * gdb.base/commands.exp: Likewise.
5018 * gdb.base/dbx.exp: Likewise.
5019 * gdb.base/find.exp: Likewise.
5020 * gdb.base/funcargs.exp: Likewise.
5021 * gdb.base/jit-simple.exp: Likewise.
5022 * gdb.base/reread.exp: Likewise.
5023 * gdb.base/sepdebug.exp: Likewise.
5024 * gdb.base/step-bt.exp: Likewise.
5025 * gdb.cp/mb-inline.exp: Likewise.
5026 * gdb.cp/mb-templates.exp: Likewise.
5027 * gdb.objc/basicclass.exp: Likewise.
5028 * gdb.threads/killed.exp: Likewise.
5029
9d9bf2df
EBM
50302014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5031
5032 PR tdep/17379
5033 * gdb.arch/powerpc-stackless.S: New file.
5034 * gdb.arch/powerpc-stackless.exp: New file.
5035
1cf2f1b0
JK
50362014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5037
5038 * gdb.base/attach.c: Include unistd.h.
5039 (main): Call alarm. Add label postloop.
5040 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5041 gdb_breakpoint, gdb_continue_to_breakpoint.
5042 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5043
98880d46
PA
50442014-09-11 Pedro Alves <palves@redhat.com>
5045
5046 PR gdb/17347
5047 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5048 * gdb.base/attach.exp (test_command_line_attach_run): New
5049 procedure.
5050 (top level): Call it.
5051
4c92ff2c
PA
50522014-09-11 Pedro Alves <palves@redhat.com>
5053
5054 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5055 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5056 (do_command_attach_tests): Use spawn_wait_for_attach.
5057 * gdb.base/solib-overlap.exp: Likewise.
5058 * gdb.multi/multi-attach.exp: Likewise.
5059 * gdb.python/py-prompt.exp: Likewise.
5060 * gdb.python/py-sync-interp.exp: Likewise.
5061 * gdb.server/ext-attach.exp: Likewise.
5062
3adc1a7d
GKB
50632014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5064
5065 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5066 command in testcase. Simplify testcase.
5067
96334934
JB
50682014-09-10 Joel Brobecker <brobecker@adacore.com>
5069
5070 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5071
eb479039
JB
50722014-09-10 Joel Brobecker <brobecker@adacore.com>
5073
5074 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5075
deede10c
JB
50762014-09-10 Joel Brobecker <brobecker@adacore.com>
5077
5078 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5079
7828a5f5
JB
50802014-09-10 Joel Brobecker <brobecker@adacore.com>
5081
5082 * gdb.dwarf2/dynarr-ptr.c: New file.
5083 * gdb.dwarf2/dynarr-ptr.exp: New file.
5084
33aeebcf
MR
50852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5086
5087 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5088 of 30 rather than hardcoding 120 for a slow test case. Take the
5089 `gdb,timeout' target setting into account for this calculation.
5090 Don't extend the timeout for the test cases that don't need it.
5091
7b415901
MR
50922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5093
5094 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5095 a factor of 2 for a slow test case. Take the `gdb,timeout'
5096 target setting into account for this calculation.
5097 * gdb.reverse/until-precsave.exp: Increase the timeout by
5098 a factor of 15 and 3 respectively rather than adding 120
5099 for a pair of slow test cases. Take the `gdb,timeout'
5100 target setting into account for this calculation.
5101
4a40f85a
MR
51022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5103
5104 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5105 timeout, don't pass one down to gdb_expect.
5106 (gdb_expect): Rework timeout selection.
5107
09635af7
MR
51082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5109
5110 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5111 exception on timeout.
5112 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5113 (gdbserver_start_extended): Catch any `gdbserver_start' error
5114 exceptions.
5115 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5116 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5117 `gdbserver_gdb_load' error exceptions.
5118
2bdd10b7
MR
51192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5120
5121 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5122 120 on waiting for the TCP socket to open.
5123
316935f0
DE
51242014-09-09 Doug Evans <xdje42@gmail.com>
5125
5126 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5127 _caller_matches, _any_caller_is, _any_caller_matches.
5128
83740597
DE
51292014-09-09 Doug Evans <xdje42@gmail.com>
5130
5131 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5132
4c122fc3
YQ
51332014-09-09 Yao Qi <yao@codesourcery.com>
5134
5135 * gdb.mi/mi-var-display.exp: Set print symbol off.
5136
a9f116cb
GKB
51372014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5138
5139 PR gdb/17035
5140 * gdb.base/commands.exp: Add tests to verify user-defined
5141 commands with empty bodies.
5142 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5143 python commands in `show user command`.
5144 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5145 scheme commands in `show user command`.
5146
c75bd3a2
JK
51472014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5148
5149 PR python/17355
5150 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5151 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5152 * gdb.python/py-framefilter-invalidarg.exp: New file.
5153 * gdb.python/py-framefilter-invalidarg.py: New file.
5154
faa42425
DE
51552014-09-06 Doug Evans <xdje42@gmail.com>
5156
5157 PR 15276
5158 * gdb.python/py-caller-is.c: New file.
5159 * gdb.python/py-caller-is.exp: New file.
5160
474ca4f6
SDJ
51612014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5162
5163 PR gdb/17235
5164 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5165 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5166
eb0b0463
SDJ
51672014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5168
5169 PR fortran/17237
5170 * gdb.fortran/print-formatted.exp: New file.
5171 * gdb.fortran/print-formatted.f90: Likewise.
5172
5f3b99cf
SS
51732014-09-03 Sasha Smundak <asmundak@google.com>
5174
5175 * gdb.python/py-frame.exp: Test Frame.read_register.
5176
7d793aa9
SDJ
51772014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5178
5179 PR python/16699
5180 * gdb.python/py-completion.exp: New file.
5181 * gdb.python/py-completion.py: Likewise.
5182
fb0576e9
DE
51832014-08-28 Doug Evans <dje@google.com>
5184
5185 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5186 eax,etc. are live with values set by gdb and thus the compiler can't
5187 use them.
5188 * gdb.arch/i386-pseudo.c (main): Ditto.
5189
ee92b0dd
DE
51902014-08-27 Doug Evans <dje@google.com>
5191
5192 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5193
6649db35
DE
51942014-08-25 Doug Evans <dje@google.com>
5195
5196 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5197 (main): Ditto.
5198
564b7600
DE
51992014-08-25 Doug Evans <dje@google.com>
5200
5201 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5202
3881fb67
YQ
52032014-08-24 Yao Qi <yao@codesourcery.com>
5204
5205 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5206 symbol off.
5207 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5208
a05a36a5
DE
52092014-08-22 Doug Evans <dje@google.com>
5210
5211 PR 17276
5212 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5213 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5214 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5215
7c343b48
YQ
52162014-08-22 Yao Qi <yao@codesourcery.com>
5217
5218 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5219 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5220 * gdb.python/python.exp: Likewise. Use .py file on the host
5221 instead of the build.
5222
22fd09ae
JK
52232014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5224
5225 * gdb.threads/gcore-stale-thread.c: New file.
5226 * gdb.threads/gcore-stale-thread.exp: New file.
5227
a8454a7c
PA
52282014-08-21 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5231 * gdb.base/gcore-relro-pie.exp: Likewise.
5232 * gdb.base/gcore-relro.exp: Likewise.
5233 * gdb.base/gcore.exp: Likewise.
5234 * gdb.base/print-symbol-loading.exp: Likewise.
5235 * gdb.threads/gcore-thread.exp: Likewise.
5236 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5237
2a31c623
PA
52382014-08-20 Pedro Alves <palves@redhat.com>
5239 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5242 configure.
5243 (EXPECT): Handle READ1 being set.
5244 (all): Depend on EXTRA_RULES.
5245 (check-read1, expect-read1, read1.so, read1): New rules.
5246 * README (Testsuite Parameters): Document the READ1 make variable.
5247 (Race detection): New section.
5248 * configure: Regenerate.
5249 * configure.ac: If build==host==target, and running under a
5250 GNU/glibc system, add read1 to the extra Makefile rules.
5251 (EXTRA_RULES): AC_SUBST it.
5252 * lib/read1.c: New file.
5253
d36430db
JB
52542014-08-20 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5257 the handling of variables declared as a typedef to an array
5258 which a DW_AT_data_location attribute.
5259
9a0dc9e3
PA
52602014-08-19 Andrew Burgess <aburgess@broadcom.com>
5261 Pedro Alves <palves@redhat.com>
5262
5263 PR symtab/14604
5264 PR symtab/14605
5265 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5266 gdb_test.
5267
0718a8da
PA
52682014-08-19 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5271
13b448cd
YQ
52722014-08-19 Yao Qi <yao@codesourcery.com>
5273
5274 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5275 right line.
5276
1cbf5077
DB
52772014-08-18 David Blaikie <dblaikie@gmail.com>
5278
5279 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5280
bf0fae19
JB
52812014-08-18 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5284 attribute in array range.
5285
3c8c5dcc
JB
52862014-08-18 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5289
e66d4446
SC
52902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5291
5292 PR c++/17132
5293 * gdb.cp/pr17132.cc: New file.
5294 * gdb.cp/pr17132.exp: New file.
5295
940df408
SC
52962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5297
5298 * gdb.python/py-xmethods.py (A_getarrayind)
5299 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5300 Use 'print' with function call syntax.
5301 (E_method_matcher.match): Fix tab vs space indentation mixup.
5302
ebcc6c3a
YQ
53032014-08-15 Yao Qi <yao@codesourcery.com>
5304
5305 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5306 false.
5307
775e0f04
YQ
53082014-08-15 Yao Qi <yao@codesourcery.com>
5309
5310 * gdb.cp/casts.exp: Set print symbol off.
5311 * gdb.cp/class2.exp: Likewise.
5312 * gdb.cp/overload.exp: Likewise.
5313 * gdb.cp/templates.exp: Likewise.
5314
d769e349
DE
53152014-08-11 Doug Evans <dje@google.com>
5316
5317 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5318 (test_load_shlib): Update.
5319
20c6f1e1
YQ
53202014-08-09 Yao Qi <yao@codesourcery.com>
5321
5322 * gdb.base/display.exp: Invoke is_address_zero_readable.
5323 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5324 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5325 * gdb.base/hbreak-unmapped.exp: Return if
5326 is_address_zero_readable returns true.
5327 * gdb.base/signest.exp: Likewise.
5328 * gdb.base/signull.exp: Likewise.
5329 * gdb.base/sigbpt.exp: Likewise.
5330 * gdb.guile/scm-disasm.exp: Do the test if
5331 is_address_zero_readable returns false.
5332 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5333 * gdb.python/py-arch.exp: Likewise.
5334 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5335 * lib/gdb.exp (is_address_zero_readable): New proc.
5336
5792e8e3
YQ
53372014-08-09 Yao Qi <yao@codesourcery.com>
5338
5339 PR testsuite/13443
5340 * gdb.mi/mi-var-display.exp: Make test messages unique.
5341
3cecbbbe
TT
53422014-08-04 Tom Tromey <tromey@redhat.com>
5343
5344 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5345 target 0".
5346
00b51ff5
TT
53472014-08-04 Tom Tromey <tromey@redhat.com>
5348
5349 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5350 "target_resume".
5351
6908c509
JB
53522014-08-01 Joel Brobecker <brobecker@adacore.com>
5353
5354 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5355 inner_vla_struct_object_size.
5356 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5357 as xfail.
5358
cc6563d2
PA
53592014-07-30 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5362 comment.
5363
7e09a223
YQ
53642014-07-29 Yao Qi <yao@codesourcery.com>
5365
5366 PR gdb/17206
5367 * gdb.base/until-nodebug.exp: New.
5368
7ebdbe92
DE
53692014-07-28 Doug Evans <xdje42@gmail.com>
5370
5371 PR guile/17203
5372 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5373 previously existing parameter, and previously ambiguously spelled
5374 parameter.
5375
fdb1adc6
WN
53762014-07-28 Will Newton <will.newton@linaro.org>
5377
5378 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5379
186fcde0
DE
53802014-07-26 Ludovic Courtès <ludo@gnu.org>
5381 Doug Evans <xdje42@gmail.com>
5382
5383 PR guile/17146
5384 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5385
70509625
PA
53862014-07-25 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.threads/signal-command-handle-nopass.c: New file.
5389 * gdb.threads/signal-command-handle-nopass.exp: New file.
5390 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5391 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5392 * gdb.threads/signal-delivered-right-thread.c: New file.
5393 * gdb.threads/signal-delivered-right-thread.exp: New file.
5394
c3f814a1
PA
53952014-07-25 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.base/double-prompt-target-event-error.exp
5398 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5399 match.
5400 (cancel_pagination_in_target_event): Rework double prompt
5401 detection.
5402 * gdb.base/paginate-after-ctrl-c-running.exp
5403 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5404 <return>' match.
5405 * gdb.base/paginate-bg-execution.exp
5406 (test_bg_execution_pagination_return)
5407 (test_bg_execution_pagination_cancel): Remove '-notransfer
5408 <return>' matches.
5409 * gdb.base/paginate-execution-startup.exp
5410 (test_fg_execution_pagination_return)
5411 (test_fg_execution_pagination_cancel): Remove '-notransfer
5412 <return>' matches.
5413 * gdb.base/paginate-inferior-exit.exp
5414 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5415 match.
5416 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5417 * lib/gdb.exp (pagination_prompt): Run text through
5418 string_to_regexp.
5419 (gdb_test_multiple): Match $pagination_prompt instead of
5420 "<return>".
5421 (string_to_regexp): Move to lib/gdb-utils.exp.
5422
e214cf6c
JK
54232014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5424
5425 * gdb.arch/amd64-entry-value-paramref.S: New file.
5426 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5427 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5428 * gdb.arch/amd64-optimout-repeat.S: New file.
5429 * gdb.arch/amd64-optimout-repeat.c: New file.
5430 * gdb.arch/amd64-optimout-repeat.exp: New file.
5431
17d0c5c8
JK
54322014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5433
5434 PR gdb/17170
5435 * gdb.base/statistics.exp: New file.
5436
b8b8facf
DE
54372014-07-17 Doug Evans <dje@google.com>
5438
74b49205 5439 PR gdb/17170
b8b8facf
DE
5440 * gdb.base/maint.exp: Update testing of per-command stats.
5441
1b5d0ab3
PA
54422014-07-16 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5445 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5446 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5447 (tfile_write_buf): New functions.
5448 (add_memory_block): Rewrite using the above.
5449 (adjust_function_address): New function.
5450 (FUNCTION_ADDRESS): New macro.
5451 (write_basic_trace_file): Remove short_x local, and use
5452 tfile_write_16. Change type of func_addr local to unsigned long
5453 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5454 here. Cast argument of add_memory_block to char pointer.
5455 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5456 (main): Remove parameters.
5457 * gdb.trace/tfile.exp: Remove nowarnings.
5458
4d974e88
SM
54592014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5460
5461 * gdb.base/debug-expr.exp: Test string evaluation with
5462 "debug expression" on.
5463
41e99568
PA
54642014-07-15 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.base/reread.exp: Use clean_restart.
5467
487d9753
PL
54682014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5469
5470 * gdb.arch/avr-flash-qualifer.c: New.
5471 * gdb.arch/avr-flash-qualifer.exp: New.
5472
cc1c52ad
PA
54732014-07-14 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5476 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5477
1e973570
PA
54782014-07-14 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/double-prompt-target-event-error.c: New file.
5481 * gdb.base/double-prompt-target-event-error.exp: New file.
5482
93d6eb10
PA
54832014-07-14 Pedro Alves <palves@redhat.com>
5484
5485 PR gdb/17072
5486 * gdb.base/paginate-inferior-exit.c: New file.
5487 * gdb.base/paginate-inferior-exit.exp: New file.
5488
0017922d
PA
54892014-07-14 Pedro Alves <palves@redhat.com>
5490
5491 PR gdb/17072
5492 * gdb.base/paginate-bg-execution.c: New file.
5493 * gdb.base/paginate-bg-execution.exp: New file.
5494
94696ad3
PA
54952014-07-14 Pedro Alves <palves@redhat.com>
5496
5497 PR gdb/17072
5498 * gdb.base/paginate-execution-startup.c: New file.
5499 * gdb.base/paginate-execution-startup.exp: New file.
5500 * lib/gdb.exp (pagination_prompt): New global.
5501 (default_gdb_spawn): New procedure, factored out from
5502 default_gdb_spawn.
5503 (default_gdb_start): Adjust to call default_gdb_spawn.
5504 (gdb_spawn): New procedure.
5505
bd293940
PA
55062014-07-14 Pedro Alves <palves@redhat.com>
5507
5508 * lib/gdb.exp (gdb_assert): New procedure.
5509 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5510
c933f875
PA
55112014-07-14 Pedro Alves <palves@redhat.com>
5512
5513 * gdb.base/execution-termios.c: New file.
5514 * gdb.base/execution-termios.exp: New file.
5515
d98b7a16
TT
55162014-07-14 Tom Tromey <tromey@redhat.com>
5517
5518 * gdb.cp/vla-cxx.cc: New file.
5519 * gdb.cp/vla-cxx.exp: New file.
5520
548740d6
TT
55212014-07-14 Tom Tromey <tromey@redhat.com>
5522
5523 * gdb.reverse/rerun-prec.c: New file.
5524 * gdb.reverse/rerun-prec.exp: New file.
5525
a25eb028
MR
55262014-07-12 Maciej W. Rozycki <macro@mips.com>
5527 Maciej W. Rozycki <macro@codesourcery.com>
5528
5529 * lib/gdb-utils.exp: New file.
5530 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5531 inline `gdb_init_command' processing.
5532 (gdb_start_cmd): Likewise.
5533 * lib/mi-support.exp (mi_run_cmd): Likewise.
5534 * README: Document `gdb_init_command' and `gdb_init_commands'.
5535
218c2655
JK
55362014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5537
5538 Fix false FAIL running under a very long directory name.
5539 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5540 and "set print elements 10000". Twice.
5541
5401fde3
YQ
55422014-07-11 Yao Qi <yao@codesourcery.com>
5543
5544 * gdb.base/exprs.exp: "set print symbol off".
5545
e76126e8
PA
55462014-07-11 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.threads/kill.c: New file.
5549 * gdb.threads/kill.exp: New file.
5550
2d6f0de6
YQ
55512014-07-10 Yao Qi <yao@codesourcery.com>
5552
5553 * gdb.trace/tfile.c (write_basic_trace_file)
5554 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5555 address written to trace file.
5556
7180e04a
PA
55572014-07-09 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/attach-wait-input.exp: New file.
5560 * gdb.base/attach-wait-input.c: New file.
5561
9a9a7608
AB
55622014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5563
5564 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5565 setting up test structures.
5566 (main): Call new test function.
5567 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5568 test function, continue into test function and walk test
5569 structures.
5570
161ac41e
YQ
55712014-07-02 Yao Qi <yao@codesourcery.com>
5572
5573 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5574 'bar_start' at the beginning of functions 'foo' and 'bar'
5575 respectively.
5576 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5577 instead of 'foo' and 'bar'.
5578
1f267ae3
MM
55792014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5580
5581 * gdb.btrace/segv.exp: New.
5582 * gdb.btrace/segv.c: New.
5583
2b239efb
LM
55842014-07-02 Luis Machado <lgustavo@codesourcery.com>
5585
5586 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5587 instruction.
5588
cf363f18
MW
55892014-06-30 Mark Wielaard <mjw@redhat.com>
5590
5591 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5592 vulture, vilify, villar): New volatile array constants.
5593 (vindictive, vegetation): New const volatile array constants.
5594 * gdb.base/volatile.exp: Test volatile and const volatile array
5595 types.
5596
aebf9d24
AA
55972014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5598
5599 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5600 target lacks support for awatch, rwatch, or hbreak.
5601
b67a2c6f
YQ
56022014-06-27 Yao Qi <yao@codesourcery.com>
5603
5604 * gdb.multi/dummy-frame-restore.exp: New.
5605 * gdb.multi/dummy-frame-restore.c: New.
5606
aef92902
MM
56072014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5608
5609 * gdb.btrace/gcore.exp: New.
5610
8e9db26e
PA
56112014-06-23 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.base/watchpoint-reuse-slot.c: New file.
5614 * gdb.base/watchpoint-reuse-slot.exp: New file.
5615
70afc5b7
SC
56162014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5617
5618 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5619 progspace's filename in 'info', 'enable' and 'disable' command
5620 tests.
5621
b972bd9c
JK
56222014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5623
5624 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5625 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5626 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5627
125f8a3d
GB
56282014-06-20 Gary Benson <gbenson@redhat.com>
5629
5630 * gdb.arch/i386-avx.exp: Fix include file location.
5631 * gdb.arch/i386-sse.exp: Likewise.
5632
3ed9baed
IB
56332014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5634
5635 * gdb.dlang/expression.exp: New file.
5636
034f788c
PA
56372014-06-19 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5640 out from ...
5641 (top level): ... here. Iterate running tests under different
5642 scheduler-locking settings.
5643
45371d0c
LM
56442014-06-18 Luis Machado <lgustavo@codesourcery.com>
5645
5646 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5647 to DW_FORM_addr and use non-zero addresses.
5648
5d376983
SC
56492014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5650
5651 PR gdb/17017
5652 * gdb.python/py-xmethods.cc: Add global function call counters and
5653 increment them in their respective functions. Remove "cout"
5654 statements.
5655 * gdb.python/py-xmethods.exp: Make tests check the global function
5656 call counters instead of depending on inferior IO.
5657
a1aa2221
LM
56582014-06-18 Don Breazeal <donb@codesourcery.com>
5659
5660 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5661 Deleted procedure.
5662 (explicit_fork_parent_follow): Deleted procedure.
5663 (explicit_fork_child_follow): Deleted procedure.
5664 (test_follow_fork): New procedure.
5665 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5666 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5667 procedure calls.
5668
0fc05997
YQ
56692014-06-17 Yao Qi <yao@codesourcery.com>
5670
5671 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5672 CP1252.
5673
70795c52
LM
56742014-06-17 Luis Machado <lgustavo@codesourcery.com>
5675
5676 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5677 Initialize ptr and S explicitly.
5678 (skip_type_update_when_not_use_rtti_test): Likewise.
5679
6be47f0c
KS
56802014-06-16 Keith Seitz <keiths@redhat.com>
5681
5682 PR mi/15863
5683 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5684 the inferior is started.
5685
d03de421
PA
56862014-06-16 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.base/break-main-file-remove-fail.c: New file.
5689 * gdb.base/break-main-file-remove-fail.exp: New file.
5690 * gdb.base/break-unload-file.exp: Use build_executable instead of
5691 prepare_for_testing.
5692 (test_break): New parameter "initial_load". Handle it.
5693 (top level): Add initial_load cmdline/file axis.
5694
f9579b99
TT
56952014-06-12 Tom Tromey <tromey@redhat.com>
5696
5697 * gdb.base/completion.exp: Don't use directory name in test.
5698
3657956b
GB
56992014-06-09 Gary Benson <gbenson@redhat.com>
5700
5701 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5702 separate the always-available ANSI-standard signals from the
5703 signals that require checking.
5704 (main): Likewise.
5705 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5706 Likewise.
5707 (main): Likewise.
5708
4186eb54
KS
57092014-06-07 Keith Seitz <keiths@redhat.com>
5710
5711 Revert:
5712 PR c++/16253
5713 * gdb.cp/var-tag.cc: New file.
5714 * gdb.cp/var-tag.exp: New file.
5715 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5716 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5717 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5718 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5719
25326a28 57202014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5721
5722 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5723
829155c9
PA
57242014-06-06 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5727 in target debug output instead of looking at RSP packets,
5728 disabling the test on any target that uses hardware stepping.
5729 Update comments.
5730
61c8d22e
PA
57312014-06-06 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.base/break-unload-file.exp: Fix typo.
5734
d9a47287
YQ
57352014-06-06 Yao Qi <yao@codesourcery.com>
5736
5737 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5738 from "jit_function" to "^jit_function".
5739
e5e01dbf
YQ
57402014-06-06 Yao Qi <yao@codesourcery.com>
5741
5742 * gdb.base/async.c (foo): Add one statement.
5743 * gdb.base/async.exp: Get the next instruction address and
5744 match the output of "nexti" by instruction address. Match
5745 the hex address in the output of "finish".
5746
73ba372c
GB
57472014-06-06 Gary Benson <gbenson@redhat.com>
5748
5749 * gdb.base/call-signals.c: Remove preprocessor conditionals
5750 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5751 SIGSEGV and SIGTERM.
5752 * gdb.base/sigall.c: Likewise.
5753 * gdb.base/unwindonsignal.c: Likewise.
5754 * gdb.reverse/sigall-reverse.c: Likewise.
5755
831517df
YQ
57562014-06-06 Yao Qi <yao@codesourcery.com>
5757
5758 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5759 readable, skip the test.
5760
b8b91e98
YQ
57612014-06-06 Yao Qi <yao@codesourcery.com>
5762
5763 * gdb.threads/staticthreads.c (thread_function): Move the line
5764 setting breakpoint on forward.
5765 * gdb.threads/staticthreads.exp: Update comments.
5766
fb934770
LC
57672014-06-05 Ludovic Courtès <ludo@gnu.org>
5768
5769 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5770 "history-append! type error".
5771
6ef284bd
SM
57722014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5773
5774 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5775 erroneous dprintf expected input.
5776
a872e241
DE
57772014-06-04 Doug Evans <xdje42@gmail.com>
5778
5779 * gdb.guile/scm-generics.exp: Delete.
5780
16f691fb
DE
57812014-06-04 Doug Evans <xdje42@gmail.com>
5782
5783 * gdb.guile/scm-breakpoint.exp: Update.
5784 Add tests for breakpoint registration.
5785
012370f6
TT
57862014-06-04 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5789 VLA-in-union.
5790 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5791 inner_vla_struct, vla_union types. Initialize objects of those
5792 types and compute their sizes.
5793
9f5a4cef
HZ
57942014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5795 Hui Zhu <hui@codesourcery.com>
5796
5797 * gdb.base/fileio.exp: Add test for shell not available as well as
5798 available.
5799 * gdb.base/fileio.c (test_system): Check for shell twice.
5800
90a45c4d
YQ
58012014-06-04 Yao Qi <yao@codesourcery.com>
5802
5803 * gdb.base/auto-connect-native-target.exp: Remove redundant
5804 space from the regexp pattern.
5805
70017e41
YQ
58062014-06-04 Yao Qi <yao@codesourcery.com>
5807
5808 * gdb.base/default.exp: Replace "child" with "native" in
5809 regexp pattern.
5810
883964a7
SC
58112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5812
5813 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5814 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5815 * gdb.python/py-xmethods.py: Python script supporting the
5816 new testcase and tests.
5817
ef370185
JB
58182014-06-03 Joel Brobecker <brobecker@adacore.com>
5819 Pedro Alves <palves@redhat.com>
5820
5821 PR breakpoints/17000
5822 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5823 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5824
1e2ccb61
BM
58252014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5826
5827 * gdb.base/subst.exp: Add tests to verify partial path matching
5828 output.
5829
c6ec5ab2
PA
58302014-06-03 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5833 target that doesn't use software single-stepping.
5834
835c559f
PA
58352014-06-03 Pedro Alves <palves@redhat.com>
5836
5837 PR breakpoints/17000
5838 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5839 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5840
06eb1586
DE
58412014-06-02 Doug Evans <xdje42@gmail.com>
5842
5843 * gdb.guile/scm-parameter.exp: New file.
5844
e698b8c4
DE
58452014-06-02 Doug Evans <xdje42@gmail.com>
5846
5847 * gdb.guile/scm-cmd.c: New file.
5848 * gdb.guile/scm-cmd.exp: New file.
5849
ded03782
DE
58502014-06-02 Doug Evans <xdje42@gmail.com>
5851
5852 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5853 pretty-printer lookup.
5854 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5855 (make-pp_s-printer): Call it.
5856 (make-pretty-printer-from-dict): New function.
5857 (lookup-pretty-printer-maker-from-dict): New function.
5858 (*pretty-printer*): Simplify.
5859 (make-objfile-pp_s-printer): New function.
5860 (install-objfile-pretty-printers!): New function.
5861 (make-progspace-pp_s-printer): New function.
5862 (install-progspace-pretty-printers!): New function.
5863 * gdb.guile/scm-progspace.c: New file.
5864 * gdb.guile/scm-progspace.exp: New file.
5865
41fac0cf
PA
58662014-06-02 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.base/dprintf-bp-same-addr.c: New file.
5869 * gdb.base/dprintf-bp-same-addr.exp: New file.
5870
96ae5695
EBM
58712014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5872
5873 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5874 * gdb.arch/powerpc-power.s: Likewise.
5875
da02b3a8
JB
58762014-06-02 Joel Brobecker <brobecker@adacore.com>
5877
5878 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5879
c72b2e7b
YQ
58802014-06-01 Yao Qi <yao@codesourcery.com>
5881
5882 * gdb.base/watchpoint.exp (test_watch_location): Check null
5883 pointer can be dereferenced. If not, do the test, otherwise
5884 skip it.
5885
53e8a631
AB
58862014-05-30 Andrew Burgess <aburgess@broadcom.com>
5887
5888 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5889 results.
5890 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5891
938f0e2f
AB
58922014-05-30 Andrew Burgess <aburgess@broadcom.com>
5893
5894 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5895 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5896 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5897 * gdb.arch/amd64-invalid-stack-top.c: New file.
5898 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5899
9ba6657a
PA
59002014-05-30 Pedro Alves <palves@redhat.com>
5901
5902 PR breakpoints/17000
5903 * gdb.base/sss-bp-on-user-bp.c: New file.
5904 * gdb.base/sss-bp-on-user-bp.exp: New file.
5905
522c09bf
DB
59062014-05-30 David Blaikie <dblaikie@gmail.com>
5907
5908 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5909 gnu_inline semantics via attribute.
5910 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5911 source explicitly specifies the required semantics.
5912
bf4ef81e
MR
59132014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5914
5915 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5916
329ea579
PA
59172014-05-29 Pedro Alves <palves@redhat.com>
5918 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.base/async-shell.exp: Don't enable target-async.
5921 * gdb.base/async.exp
5922 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5923 parameter. Adjust.
5924 (top level): Don't test with "target-async".
5925 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5926 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5927 * gdb.base/inferior-died.exp: Don't enable target-async.
5928 * gdb.base/interrupt-noterm.exp: Likewise.
5929 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5930 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5931 * gdb.mi/mi-nonstop.exp: Likewise.
5932 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5933 * gdb.mi/mi-nsintrall.exp: Likewise.
5934 * gdb.mi/mi-nsmoribund.exp: Likewise.
5935 * gdb.mi/mi-nsthrexec.exp: Likewise.
5936 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5937 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5938 * gdb.python/py-evsignal.exp: Don't enable target-async.
5939 * gdb.python/py-evthreads.exp: Likewise.
5940 * gdb.python/py-prompt.exp: Likewise.
5941 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5942 * gdb.server/solib-list.exp: Don't enable target-async.
5943 * gdb.threads/thread-specific-bp.exp: Likewise.
5944 * lib/mi-support.exp: Adjust to use mi-async.
5945
fd664c91
PA
59462014-05-29 Pedro Alves <palves@redhat.com>
5947
5948 PR gdb/13860
5949 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5950 reason, even in sync mode.
5951
251bde03
PA
59522014-05-29 Pedro Alves <palves@redhat.com>
5953 Hui Zhu <hui@codesourcery.com>
5954
5955 PR PR15693
5956 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5957 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5958 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5959 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5960
7f3c0343
JB
59612014-05-28 Joel Brobecker <brobecker@adacore.com>
5962
5963 * config/monitor.exp (gdb_target_monitor): Replace use of
5964 "set remotebaud" by "set serial baud".
5965
b2715b27
AW
59662014-05-26 Andy Wingo <wingo@igalia.com>
5967
5968 * gdb.guile/scm-breakpoint.exp:
5969 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5970 properties instead of gdb-object-properties.
5971
498a4489
YQ
59722014-05-26 Yao Qi <yao@codesourcery.com>
5973
5974 * gdb.server/no-thread-db.exp: Specify source file name
5975 explicitly when setting a breakpoint.
5976
589fdceb
MM
59772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5978
5979 * gdb.btrace/vdso.c: New.
5980 * gdb.btrace/vdso.exp: New.
5981
e9089e05
MM
59822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * gdb.base/gcore.exp (capture_command_output): Move ...
5985 * lib/gdb.exp (capture_command_output): ... here.
5986
67b5c0c1
MM
59872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5988
5989 * gdb.btrace/data.exp: Test memory access during btrace replay.
5990
a2199296
SM
59912014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5994
17b2616c
PA
59952014-05-21 Pedro Alves <palves@redhat.com>
5996
5997 PR gdb/13860
5998 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5999 (top level): Test that output related to execution commands is
6000 sent to the console with CLI commands, but not with MI commands.
6001 Test that breakpoint events are always mirrored to the console.
6002 Also expect the new source line to be output after a "next" in
6003 async mode too. Make it a pass/fail test.
6004 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6005 output.
6006 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6007
5166082f
PA
60082014-05-21 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6011 Use them to test variations of "list" after reaching a breakpoint.
6012 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6013 Test "list" with listsize 10 after reaching a breakpoint.
6014 * gdb.python/python.exp (decode_line current location line
6015 number): Adjust expected line number.
6016
2f25d70f
SM
60172014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6018
6019 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6020 behavior for $args, pass it directly to "run".
6021
ff604a67
MR
60222014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6023
6024 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6025 30000 to 65536.
6026
6a3cb8e8
PA
60272014-05-21 Pedro Alves <palves@redhat.com>
6028
6029 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6030 auto-connect-native-target off".
6031 * gdb.base/auto-connect-native-target.c: New file.
6032 * gdb.base/auto-connect-native-target.exp: New file.
6033
4ebfc96e
PA
60342014-05-21 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/default.exp: Test "target native" instead of "target
6037 child".
6038
36d46afb
MW
60392014-05-21 Mark Wielaard <mjw@redhat.com>
6040
6041 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6042
5876f503
JK
60432014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6044
6045 Fix TLS access for -static -pthread.
6046 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6047 <HAVE_TLS> (thread_function, main): Initialize it.
6048 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6049 Add clean_restart.
6050 <$have_tls != "">: Check TLSVAR.
6051
0256a6ac
PA
60522014-05-21 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.base/dcache-line-read-error.c: New.
6055 * gdb.base/dcache-line-read-error.exp: New.
6056
936d2992
PA
60572014-05-20 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/compare-sections.c: New file.
6060 * gdb.base/compare-sections.exp: New file.
6061
802e8e6d
PA
60622014-05-20 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/break-idempotent.c: New file.
6065 * gdb.base/break-idempotent.exp: New file.
6066
e59fa00f
MM
60672014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6068
6069 * gdb.btrace/nohist.exp: New.
6070
8b696e31
YQ
60712014-05-20 Yao Qi <yao@codesourcery.com>
6072
6073 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6074 gdb.reverse directory and gdb_reverse_timeout exists in board
6075 setting.
6076 * README: Document gdb_reverse_timeout.
6077
73c9764f
YQ
60782014-05-20 Yao Qi <yao@codesourcery.com>
6079
6080 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6081 'test_file_name'. Treat args as a string instead of a list.
6082 (gdb_init): Rename argument 'args' by 'test_file_name'.
6083
f1f4348a
JK
60842014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 * gdb.arch/powerpc-power.exp: New file.
6087 * gdb.arch/powerpc-power.s: New file.
6088
0dbe70ce
DE
60892014-05-16 Doug Evans <dje@google.com>
6090
6091 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6092 * gdb.base/completion.exp: Check that all expected files exist
6093 before doing file completion.
0dbe70ce 6094
8d551b02
DE
60952014-05-16 Doug Evans <dje@google.com>
6096
6097 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6098 Update.
6099 (do_syscall_tests_without_xml): Update.
6100
73eb7709
PA
61012014-05-16 Pedro Alves <palves@redhat.com>
6102
6103 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6104 instead of "unknown output after running".
6105
3fae92fc
YQ
61062014-05-16 Yao Qi <yao@codesourcery.com>
6107
6108 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6109 file1.txt from host at the end.
6110 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6111
c2b2ccc5
DE
61122014-05-15 Doug Evans <dje@google.com>
6113
6114 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6115 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6116 loading file. Add test for TU lookup.
6117
8c217a4b
SM
61182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6119
6120 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6121 calling "-exec-arguments" or "set args" before running the
6122 inferior.
6123
3deb39c6
SM
61242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6125
6126 * lib/mi-support.exp (mi_expect_stop): Expect message for
6127 inferiors that exit with non-zero exit code.
6128
71a79f8c
YQ
61292014-05-14 Yao Qi <yao@codesourcery.com>
6130
6131 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6132 match absolute path on remote host.
6133 (test_file_list_exec_source_files): Remove "/" from the
6134 pattern.
6135
f23fcd46
YQ
61362014-05-14 Yao Qi <yao@codesourcery.com>
6137
6138 * boards/local-remote-host-notty.exp (${board}_file): New
6139 proc.
6140
9404b58f
KM
61412014-05-07 Kyle McMartin <kyle@redhat.com>
6142
6143 Pushed by Joel Brobecker <brobecker@adacore.com>.
6144 * gdb.arch/aarch64-atomic-inst.c: New file.
6145 * gdb.arch/aarch64-atomic-inst.exp: New file.
6146
5e45f04c
YQ
61472014-05-07 Yao Qi <yao@codesourcery.com>
6148
6149 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6150 in current context" too.
6151
c888a17d
KS
61522014-05-05 Keith Seitz <keiths@redhat.com>
6153
6154 * gdb.linespec/ls-dollar.exp: Add test for linespec
6155 file:convenience_variable.
6156
290a839c
YQ
61572014-05-05 Yao Qi <yao@codesourcery.com>
6158
6159 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6160 traceframes into tfile and ctf trace files. Read data from
6161 trace file and test collected data.
6162 (gdb_collect_locals_test): Likewise.
6163 (gdb_unavailable_registers_test): Likewise.
6164 (gdb_unavailable_floats): Likewise.
6165 (gdb_collect_globals_test): Likewise.
6166 (top-level): Append "ctf" to trace_file_targets if GDB
6167 supports.
6168
b5262cd0
YQ
61692014-05-05 Yao Qi <yao@codesourcery.com>
6170
6171 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6172 code to ...
6173 (gdb_collect_args_test_1): ... it. New proc.
6174 (gdb_collect_locals_test): Move some code to ...
6175 (gdb_collect_locals_test_1): ... it. New proc.
6176 (gdb_unavailable_registers_test): Move some code to ...
6177 (gdb_unavailable_registers_test_1): ... it. New proc.
6178 (gdb_unavailable_floats): Move some code to ...
6179 (gdb_unavailable_floats_1): ... it. New proc.
6180
30a1e6cc
SDJ
61812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6182
6183 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6184 probes to test for bitness recognition.
6185 * gdb.arch/amd64-stap-optional-prefix.exp
6186 (test_probe_value_without_reg): New procedure.
6187 Add code to test for different kinds of bitness.
6188
f33da99a
SDJ
61892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6190
6191 PR breakpoints/16889
6192 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6193 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6194
5b80f00d
PA
61952014-05-01 Pedro Alves <palves@redhat.com>
6196
6197 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6198 gdb_file_cmd if no file is specified.
6199 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6200 last_loaded_file to set the remote exec-file.
6201
f8c2a73c
PA
62022014-05-01 Pedro Alves <palves@redhat.com>
6203
6204 * boards/local-remote-host.exp: New file.
6205
be6e8ac7
PA
62062014-05-01 Pedro Alves <palves@redhat.com>
6207
6208 * boards/local-remote-host.exp: Rename to ...
6209 * boards/local-remote-host-notty.exp: ... this.
6210
cac0dc8f
JB
62112014-04-28 Joel Brobecker <brobecker@adacore.com>
6212
6213 * gdb.ada/dyn_arrayidx: New testcase.
6214
9730e6cc
YQ
62152014-04-26 Yao Qi <yao@codesourcery.com>
6216
6217 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6218 and compute the length of function main. Save it in
6219 $main_length.
6220 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6221 (top-level): Use gdb_compile to compile objects into
6222 executable and restart GDB. Remove invocation to
6223 prepare_for_testing.
6224
7ae1a6a6
PA
62252014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6226 Pedro Alves <palves@redhat.com>
6227
6228 PR server/16255
6229 * gdb.multi/multi-attach.c: New file.
6230 * gdb.multi/multi-attach.exp: New file.
6231
4082afcc
PA
62322014-04-25 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6235 user.
6236 (top level): Test that "set remote conditional-breakpoints-packet
6237 off" works as intended.
6238 * gdb.base/dprintf.exp: Test that "set remote
6239 breakpoint-commands-packet off" works as intended.
6240 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6241 New function.
6242 (top level): Call it.
6243 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6244 remote fast-tracepoints-packet off" works as intended.
6245 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6246 * lib/gdb.exp (gdb_is_target_remote): ... here.
6247
2abc3f8d
DB
62482014-04-24 David Blaikie <dblaikie@gmail.com>
6249
6250 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6251 ensure clang would not discard them.
6252 * gdb.base/gdbvars.c: Ditto.
6253 * gdb.base/memattr.c: Ditto.
6254 * gdb.base/whatis.c: Ditto.
6255 * gdb.python/py-prettyprint.c: Ditto.
6256 * gdb.trace/actions.c: Ditto.
6257 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6258 ensure clang would not discard it.
6259
bfd39632
DB
62602014-04-24 David Blaikie <dblaikie@gmail.com>
6261
6262 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6263 clang to emit the full definition of type required by the test
6264 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6265
22842ff6
DB
62662014-04-24 David Blaikie <dblaikie@gmail.com>
6267
6268 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6269 coax Clang into emitting the definition of the type.
6270 * gdb.cp/pr10728-x.h (y): Ditto.
6271 * gdb.cp/pr10728-y.cc (y): Ditto.
6272
c2e827ad
DB
62732014-04-24 David Blaikie <dblaikie@gmail.com>
6274
6275 * gdb.base/label.exp: XFAIL label related tests under Clang.
6276 * gdb.cp/cplabel.exp: Ditto.
6277 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6278 under Clang those using labels.
6279
4c2d33e7
YQ
62802014-04-25 Yao Qi <yao@codesourcery.com>
6281
6282 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6283 double_label.
6284 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6285 partial_label and double_label.
6286
56083b99
DB
62872014-04-24 David Blaikie <dblaikie@gmail.com>
6288
6289 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6290
25d4e99d
DB
62912014-04-24 David Blaikie <dblaikie@gmail.com>
6292
6293 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6294 of the function to work across GCC and Clang.
6295 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6296 pointer types (const void ** const V void **).
6297
01f9f808
MS
62982014-04-24 Michael Sturm <michael.sturm@mintel.com>
6299 Walfred Tedeschi <walfred.tedeschi@intel.com>
6300
6301 * Makefile.in (EXECUTABLES): Added i386-avx512.
6302 * gdb.arch/i386-avx512.c: New file.
6303 * gdb.arch/i386-avx512.exp: Likewise.
6304
4b48d439
KS
63052014-04-23 Keith Seitz <keiths@redhat.com>
6306
6307 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6308 (mi_make_breakpoint_table): New procedure.
6309 (mi_create_breakpoint): Use mi_make_breakpoint
6310 and return the result.
6311 (mi_make_breakpoint): New procedure.
6312 (mi_build_kv_pairs): New procedure.
6313
6314 * gdb.mi/mi-break.exp: Remove unused globals,
6315 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6316 All callers updated.
6317 * gdb.mi/mi-dprintf.exp: Use variable to track command
6318 number.
6319 Update all callers of mi_create_breakpoint and use
6320 mi_make_breakpoint_table.
6321 Remove any unused global variables.
6322 * gdb.mi/mi-nonstop.exp: Likewise.
6323 * gdb.mi/mi-nsintrall.exp: Likewise.
6324 * gdb.mi/mi-nsmoribund.exp: Likewise.
6325 * gdb.mi/mi-nsthrexec.exp: Likewise.
6326 * gdb.mi/mi-reverse.exp: Likewise.
6327 * gdb.mi/mi-simplerun.exp: Likewise.
6328 * gdb.mi/mi-stepn.exp: Likewise.
6329 * gdb.mi/mi-syn-frame.exp: Likewise.
6330 * gdb.mi/mi-until.exp: Likewise.
6331 * gdb.mi/mi-var-cp.exp: Likewise.
6332 * gdb.mi/mi-var-display.exp: Likewise.
6333 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6334 * gdb.mi/mi2-var-child.exp: Likewise.
6335 * gdb.mi/mi-vla-c99.exp: Likewise.
6336 * lib/mi-support.exp: Likewise.
6337
6338 From Ian Lance Taylor <iant@cygnus.com>:
6339 * lib/gdb.exp (parse_args): New procedure.
6340
08351840
PA
63412014-04-23 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/break-unload-file.c: New file.
6344 * gdb.base/break-unload-file.exp: New file.
6345 * gdb.base/sym-file-lib.c (baz): New function.
6346 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6347 field.
6348 (load): Store the segment's mapped size.
6349 (unload): New function.
6350 (unload_shlib): New function.
6351 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6352 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6353 set a breakpoint at baz, and call it.
6354 * gdb.base/sym-file.exp: New tests for stale breakpoint
6355 instructions.
6356
076855f9
PA
63572014-04-23 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6360 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6361 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6362 * gdb.base/hbreak-unmapped.c: New file.
6363 * gdb.base/hbreak-unmapped.exp: New file.
6364 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6365 * lib/gdb.exp (gdb_is_target_remote): ... here.
6366
483805cf
PA
63672014-04-22 Pedro Alves <palves@redhat.com>
6368
6369 * gdb.base/consecutive-step-over.c: New file.
6370 * gdb.base/consecutive-step-over.exp: New file.
6371
06d97543
PA
63722014-04-22 Pedro Alves <palves@redhat.com>
6373
6374 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6375 instead of send_gdb/gdb_expect.
6376
b4429ea2
YQ
63772014-04-22 Yao Qi <yao@codesourcery.com>
6378
6379 * lib/trace-support.exp (generate_tracefile): New procedure.
6380 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6381 return 0.
6382 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6383 if generate_tracefile returns 1.
6384
51d48146
PA
63852014-04-18 Tom Tromey <palves@redhat.com>
6386 Pedro alves <tromey@redhat.com>
6387
6388 PR backtrace/15558
6389 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6390 with a backtrace limit.
6391 * gdb.python/py-frame-inline.exp: Test running to an inline
6392 function with a backtrace limit, and printing the newest frame.
6393 * gdb.python/py-frame-inline.c (main): Call f.
6394
bd1dce5f
MS
63952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6396
6397 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6398
40d1a503
MS
63992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6400
6401 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6402 Drop prefix from unsupported source file path.
6403
389b98f7
YQ
64042014-04-17 Yao Qi <yao@codesourcery.com>
6405
6406 * lib/gdb.exp (with_target_charset): New proc.
6407 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6408 with_target_charset.
6409 (test_print_strings): Likewise.
6410 (test_repeat_bytes): Likewise.
6411 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6412 for some tests.
6413
22869d73
KS
64142014-04-16 Keith Seitz <keiths@redhat.com>
6415
6416 PR gdb/15827
6417 * gdb.dwarf2/corrupt.c: New file.
6418 * gdb.dwarf2/corrupt.exp: New file.
6419
c4f87ca6
KS
64202014-04-16 Keith Seitz <keiths@redhat.com>
6421
6422 PR c++/16597
6423 * gdb.cp/namelessclass.cc: New file.
6424 * gdb.cp/namelessclass.exp: New file.
6425 * gdb.cp/namelessclass.S: New file.
6426
ab19de87
DE
64272014-04-16 Doug Evans <dje@google.com>
6428
6429 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6430 Add comment.
6431 (gdbserver_default_get_comm_port): New function.
6432 (gdbserver_start): Check if board file provided
6433 "gdbserver,get_comm_port" and use it if so.
6434 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6435 (gdb,socketport): Set to "stdio".
6436 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6437 (stdio_gdbserver_template): Delete.
6438 (${board}_get_remote_address): Update.
6439 (${board}_build_remote_cmd): Delete.
6440 (${board}_get_comm_port): New function.
6441 (${board}_spawn): Update.
6442 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6443 Delete.
6444 (${board}_get_remote_address): Update.
6445 (${board}_get_comm_port): New function.
6446
fc98a809
AB
64472014-04-16 Andrew Burgess <aburgess@broadcom.com>
6448
6449 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6450 appearing in any order.
6451
87fd9e6e
DE
64522014-04-15 Doug Evans <dje@google.com>
6453
6454 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6455 uninitialized value of "description".
6456
099fc3ea
KS
64572014-04-15 Keith Seitz <keiths@redhat.com>
6458
6459 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6460 Remove unused globals.
6461 (test_running_the_program): Likewise.
6462 (test_controlled_execution): Likewise.
6463 (test_controlling_breakpoints): Likewise.
6464 (test_program_termination): Likewise.
6465
5da151d4
KS
64662014-04-15 Keith Seitz <keiths@redhat.com>
6467
6468 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6469 unused globals.
6470 (test_rbreak_creation_and_listing): Likewise.
6471 (test_ignore_count): Likewise.
6472 (test_error): Likewise.
6473
35e5d2f0
PA
64742014-04-15 Pedro Alves <palves@redhat.com>
6475
6476 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6477 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6478 sym-file-loader.c.
6479 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6480 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6481 to sym-file-loader.c.
6482 (struct library): Forward declare.
6483 (load_shlib, lookup_function): Change prototypes.
6484 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6485 (translate_offset): Remove declarations.
6486 (get_text_addr): New declaration.
6487 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6488 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6489 sym-file-loader.h.
6490 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6491 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6492 here from sym-file-loader.h.
6493 (struct library): New structure.
6494 (load_shlib, lookup_function): Change prototypes and adjust to
6495 work with a struct library.
6496 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6497 (translate_offset): Make static.
6498 (get_text_addr): New function.
6499 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6500
eb4c1710
PA
65012014-04-15 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6504
2d1baf52
PA
65052014-04-15 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/sym-file-loader.c: Include <limits.h>.
6508 (SELF_LINK): New define.
6509 (get_origin): New function.
6510 (load_shlib): Use it.
6511 * gdb.base/sym-file.exp: Don't early return if the target is
6512 remote. Use runto_main, and issue fail is that fails. Use
6513 gdb_load_shlibs.
6514 (shlib_name): Delete.
6515 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6516
7dd6df01
PA
65172014-04-15 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.base/sym-file.exp: Remove regex characters from test
6520 message. Don't refer to breakpoint numbers in test messages.
6521
b50c8614
KS
65222014-04-14 Keith Seitz <keiths@redhat.com>
6523
6524 PR c++/16253
6525 * gdb.cp/var-tag.cc: New file.
6526 * gdb.cp/var-tag.exp: New file.
6527 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6528 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6529 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6530 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6531
3d567982
TT
65322014-04-14 Tom Tromey <tromey@redhat.com>
6533
6534 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6535 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6536 type.
6537 * gdb.cp/enum-class.exp: New file.
6538 * gdb.cp/enum-class.cc: New file.
6539
0626fc76
TT
65402014-04-14 Tom Tromey <tromey@redhat.com>
6541
6542 * gdb.dwarf2/enum-type.exp: New file.
6543
dca325b3
SA
65442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6545
6546 * gdb.mi/mi-vla-c99.exp: New file.
6547 * gdb.mi/vla.c: New file.
6548
5854b38a
SA
65492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6550
6551 * gdb.base/vla-datatypes.c: New file.
6552 * gdb.base/vla-datatypes.exp: New file.
6553
463bb957
SA
65542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6555
6556 * gdb.base/vla-ptr.c: New file.
6557 * gdb.base/vla-ptr.exp: New file.
6558
3dd170be
SA
65592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6560
6561 * gdb.dwarf2/count.exp: New file.
6562
5ecaaa66
SA
65632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6564
6565 * gdb.base/vla-sideeffect.c: New file.
6566 * gdb.base/vla-sideeffect.exp: New file.
6567
41f1ada5
DB
65682014-04-14 David Blaikie <dblaikie@gmail.com>
6569
6570 * gdb.mi/non-stop.c: Add return value for non-void function return
6571 statement.
6572 * gdb.threads/staticthreads.c: Ditto.
6573
0be03e84
DE
65742014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6575 Doug Evans <xdje42@gmail.com>
6576
6577 * gdb.guile/scm-value.c: Improve test case.
6578 * gdb.guile/scm-value.exp: Add new test.
6579
f180a1fb
DB
65802014-04-11 David Blaikie <dblaikie@gmail.com>
6581
6582 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6583 override Clang's default.
6584
6b662e19
JB
65852014-04-11 Joel Brobecker <brobecker@adacore.com>
6586
6587 Revert the following changes (regressions):
6588
6589 * gdb.base/vla-sideeffect.c: New file.
6590 * gdb.base/vla-sideeffect.exp: New file.
6591
6592 * gdb.dwarf2/count.exp: New file.
6593
6594 * gdb.base/vla-multi.c: New file.
6595 * gdb.base/vla-multi.exp: New file.
6596
6597 * gdb.base/vla-ptr.c: New file.
6598 * gdb.base/vla-ptr.exp: New file.
6599
6600 * gdb.base/vla-datatypes.c: New file.
6601 * gdb.base/vla-datatypes.exp: New file.
6602
6603 * gdb.mi/mi-vla-c99.exp: New file.
6604 * gdb.mi/vla.c: New file.
6605
245a5f0b
KS
66062014-04-11 Keith Seitz <keiths@redhat.com>
6607
6608 PR c++/16675
6609 * gdb.cp/cpsizeof.exp: New file.
6610 * gdb.cp/cpsizeof.cc: New file.
6611
58a84dcf
SA
66122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6613
191a8a90
JB
6614 * gdb.mi/mi-vla-c99.exp: New file.
6615 * gdb.mi/vla.c: New file.
58a84dcf 6616
c8655f75
SA
66172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6618
6619 * gdb.base/vla-datatypes.c: New file.
6620 * gdb.base/vla-datatypes.exp: New file.
6621
024e13b4
SA
66222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6623
6624 * gdb.base/vla-ptr.c: New file.
6625 * gdb.base/vla-ptr.exp: New file.
6626
1a237e0e
SA
66272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6628
6629 * gdb.base/vla-multi.c: New file.
6630 * gdb.base/vla-multi.exp: New file.
6631
504f3432
SA
66322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6633
6634 * gdb.dwarf2/count.exp: New file.
6635
3bce8237
SA
66362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6637
191a8a90
JB
6638 * gdb.base/vla-sideeffect.c: New file.
6639 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6640
322f9c21
YQ
66412014-04-11 Yao Qi <yao@codesourcery.com>
6642
6643 * gdb.base/completion.exp: Check file exists before running tests
6644 on file completion.
6645
d708bcd1
PA
66462014-04-10 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.base/cond-eval-mode.c: New file.
6649 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6650 prepare_for_testing to build the new file. Check result of
6651 runto_main.
6652 (test_break, test_watch): New procedures.
6653 (top level): Use them.
6654
ae1d2761
PM
66552014-04-08 Pierre Muller <muller@sourceware.org>
6656
6657 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6658 Ctrl-V use for mingw hosts.
6659
7af389b8
SC
66602014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6661
6662 * gdb.python/py-value.c: Improve test case.
6663 * gdb.python/py-value.exp: Add new test.
6664
5e703181
DE
66652014-04-07 David Blaikie <dblaikie@gmail.com>
6666
6667 * lib/compiler.c: Identify the clang compiler.
6668 * lib/compiler.cc: Ditto.
6669
9810b410
YQ
66702014-04-03 Yao Qi <yao@codesourcery.com>
6671
6672 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6673
98d1b8dc
AB
66742014-04-01 Anton Blanchard <anton@samba.org>
6675
6676 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6677 messages unique.
6678
3114cea1
AB
66792014-04-01 Anton Blanchard <anton@samba.org>
6680
6681 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6682 prepare_for_testing.
6683
62f7182c
AB
66842014-04-01 Anton Blanchard <anton@samba.org>
6685
6686 * gdb.arch/ppc64-atomic-inst.c: Remove.
6687 * gdb.arch/ppc64-atomic-inst.S: New file.
6688 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6689
770e7fc7
DE
66902014-03-31 Doug Evans <dje@google.com>
6691
6692 * gdb.base/print-symbol-loading-lib.c: New file.
6693 * gdb.base/print-symbol-loading-main.c: New file.
6694 * gdb.base/print-symbol-loading.exp: New file.
6695
46e2bafa
YQ
66962014-03-31 Yao Qi <yao@codesourcery.com>
6697
6698 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6699
8776cfe9
JB
67002014-03-28 Joel Brobecker <brobecker@adacore.com>
6701
6702 * gdb.ada/mi_dyn_arr: New testcase.
6703
5d1ef361
DE
67042014-03-27 Doug Evans <dje@google.com>
6705
6706 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6707
b5bee914
YQ
67082014-03-27 Yao Qi <yao@codesourcery.com>
6709
6710 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6711 if target is nios2-*-*.
6712
0d4d0e77
YQ
67132014-03-26 Yao Qi <yao@codesourcery.com>
6714
6715 * lib/gdb.exp (readline_is_used): New proc.
6716 * gdb.base/completion.exp: Move tests on command complete up.
6717 Skip the rest of tests if readline is not used.
6718 * gdb.ada/complete.exp: Skp the test if readline is not
6719 used.
6720 * gdb.base/filesym.exp: Likewise.
6721 * gdb.base/macscp.exp: Likewise.
6722 * gdb.base/readline-ask.exp: Likewise.
6723 * gdb.base/readline.exp: Likewise.
6724 * gdb.python/py-cmd.exp: Likewise.
6725 * gdb.trace/tfile.exp: Likewise.
6726
29361eee
YQ
67272014-03-26 Yao Qi <yao@codesourcery.com>
6728
6729 * gdb.base/macscp.exp: Fix code format issues.
6730
bc9a5525
UW
67312014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6732
6733 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6734 * gdb.asm/powerpc64le.inc: New file.
6735
d3839ede
PA
67362014-03-25 Pedro Alves <palves@redhat.com>
6737 Doug Evans <dje@google.com>
6738
6739 * gdb.base/source-execution.c: New file.
6740 * gdb.base/source-execution.exp: New file.
6741 * gdb.base/source-execution.gdb: New file.
6742
01672a57
DE
67432014-03-24 Doug Evans <dje@google.com>
6744
6745 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6746 using fission.
6747
88bbeca9
HZ
67482014-03-24 Hui Zhu <hui@codesourcery.com>
6749 Pedro Alves <palves@redhat.com>
6750
6751 PR breakpoints/16101
6752 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6753 test pass/fail messages. Detect missing support for dprintf when
6754 breakpoints are actually inserted.
6755 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6756 breakpoints are actually inserted.
6757 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6758 fails.
6759
d2348791
JK
67602014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6761
6762 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6763
feef67ab
DE
67642014-03-22 Doug Evans <xdje42@gmail.com>
6765
6766 * gdb.python/python.exp (python not supported): Verify multi-line
6767 python command issues an error.
25d743f9 6768 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6769 guile command issues an error.
feef67ab 6770
ecebef6a
MR
67712014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6772
6773 * gdb.threads/thread-specific.exp: Handle the lack of usable
6774 $this_breakpoint and $this_thread.
6775
ccdd1909
HZ
67762014-03-21 Hui Zhu <hui@codesourcery.com>
6777
6778 * gdb.base/attach.exp (do_command_attach_tests): New.
6779
beb460e8
PA
67802014-03-20 Tom Tromey <tromey@redhat.com>
6781 Pedro Alves <palves@redhat.com>
6782
6783 PR cli/15718
6784 * gdb.base/condbreak-call-false.c: New file.
6785 * gdb.base/condbreak-call-false.exp: New file.
6786
40acf43a
PA
67872014-03-20 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6790 Delete.
6791 (block_signals, unblock_signals): Delete.
6792 (child_function_2, main): Remove references to deleted variable
6793 and functions.
6794
9f5e1e02
PA
67952014-03-20 Pedro Alves <palves@redhat.com>
6796
6797 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6798 Use pthread_kill to signal thread 2.
6799 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6800 Adjust to make the test send itself a signal rather than using the
6801 host's "kill" command.
6802
99619bea
PA
68032014-03-20 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.threads/multiple-step-overs.c: New file.
6806 * gdb.threads/multiple-step-overs.exp: New file.
6807 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6808 Adjust expected infrun debug output.
6809
2adfaa28
PA
68102014-03-20 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6813 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6814
31e77af2
PA
68152014-03-20 Pedro Alves <palves@redhat.com>
6816
6817 PR breakpoints/7143
6818 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6819 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6820 of gdb_test_multiple.
6821 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6822 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6823
b9f437de
PA
68242014-03-20 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6827 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6828
05adc73e
PA
68292014-03-19 Pedro Alves <palves@redhat.com>
6830
6831 * gdb.base/async.exp: Remove early return.
6832
6048b950
PA
68332014-03-19 Pedro Alves <palves@redhat.com>
6834
6835 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6836
8bcfb00a
PA
68372014-03-19 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.base/async.exp (test_background): Expect \r\n after
6840 "completed." in the fail pattern.
6841
884e37dc
PA
68422014-03-19 Pedro Alves <palves@redhat.com>
6843
6844 * gdb.base/async.exp (test_background): New procedure.
6845 Use it for all background execution command tests.
6846
148e57e2
PA
68472014-03-19 Pedro Alves <palves@redhat.com>
6848
6849 * gdb.base/async.exp: Use prepare_for_testing.
6850
f48088c7
PA
68512014-03-19 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6854 the same line.
6855
e2f6c966
PA
68562014-03-19 Pedro Alves <palves@redhat.com>
6857
6858 * gdb.base/async.c (main): Add "jump here" and "until here" line
6859 marker comments.
6860 * gdb.base/async.exp (jump_here): New global.
6861 (jump& test): Use it.
6862 (until_here): New global.
6863 (until& test): Use it.
6864
c30568d4
PA
68652014-03-19 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/async.exp: Don't frob gdb_protocol.
6868
0172b6a7
DE
68692014-03-18 Doug Evans <xdje42@gmail.com>
6870
6871 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6872 Fix spelling of exec-done-display.
6873
06c868a8
JK
68742014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6875
6876 PR gdb/15358
6877 * gdb.base/gdb-sigterm.c: New file.
6878 * gdb.base/gdb-sigterm.exp: New file.
6879
0c7e1a46
PA
68802014-03-18 Pedro Alves <palves@redhat.com>
6881
6882 PR gdb/13860
6883 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6884 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6885 solib-event.
6886
f7c77d93
JB
68872014-03-17 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.ada/pckd_arr_ren: New testcase.
6890
5a1e8c7a
DE
68912014-03-13 Doug Evans <xdje42@gmail.com>
6892
6893 PR guile/16612
6894 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6895 collect after discarding symbols.
6896
350e1a76
DE
68972014-03-13 Ludovic Courtès <ludo@gnu.org>
6898 Doug Evans <xdje42@gmail.com>
6899
6900 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6901 to history survives a gc.
6902
a69900ae
PA
69032014-03-13 Pedro Alves <palves@redhat.com>
6904
6905 * gdb.base/default.exp: Don't test "target procfs".
6906
5db9f0bd
PA
69072014-03-13 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/default.exp: Update "target child" and "target procfs"
6910 tests to not expect "Unix".
6911
b3ccfe11
TT
69122014-03-12 Tom Tromey <tromey@redhat.com>
6913
6914 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6915 New procs. Add target-async tests.
6916 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6917 Add target-async tests.
6918
646f4417
AA
69192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6920
6921 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6922 'func_start' and 'func_end' for the beginning and end of the
6923 function code, respectively.
6924 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6925 'func_end' instead of 'func' and 'main'.
6926
288c211f
AA
69272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6928
6929 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6930 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6931 generate the debug info assembler source.
6932
e0c0f156
AA
69332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6934
6935 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6936 * gdb.dwarf2/arr-subrange.exp: Likewise.
6937 * gdb.dwarf2/dwz.exp: Likewise.
6938 * gdb.dwarf2/method-ptr.exp: Likewise.
6939 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6940 * gdb.dwarf2/subrange.exp: Likewise.
6941 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6942 * gdb.dwarf2/implptrpiece.exp: Likewise.
6943 * gdb.dwarf2/nostaticblock.exp: Likewise.
6944
0e5c4555
AA
69452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6946
6947 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6948 directory to absolute path name arguments.
6949
5ec18f2b
JG
69502014-03-10 Joel Brobecker <brobecker@adacore.com>
6951
6952 * gdb.ada/tagged_access: New testcase.
6953
847fc4f2
MM
69542014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6955
6956 * gdb.btrace/data.exp: Update expected output.
6957
cc3da688
YQ
69582014-03-06 Yao Qi <yao@codesourcery.com>
6959
6960 * gdb.trace/pr16508.exp: New file.
6961
0f26cec1
PA
69622014-03-05 Pedro Alves <palves@redhat.com>
6963
6964 PR gdb/16575
6965 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6966 procedure.
6967 (top level): Adjust to use it. Add tests that exercise breakpoint
6968 interaction with the code-cache.
6969
7a5a839f
LC
69702014-02-26 Ludovic Courtès <ludo@gnu.org>
6971
6972 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6973 test for 'history-append!'.
6974
31aa7e4e
JB
69752014-02-26 Joel Brobecker <brobecker@adacore.com>
6976
6977 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6978 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6979 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6980 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6981 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6982 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6983
1b588015
JB
69842014-02-26 Joel Brobecker <brobecker@adacore.com>
6985
6986 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6987 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6988 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6989
55426c9d
JB
69902014-02-26 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6993
dc53a7ad
JB
69942014-02-26 Joel Brobecker <brobecker@adacore.com>
6995
6996 * gdb.dwarf2/arr-stride.c: New file.
6997 * gdb.dwarf2/arr-stride.exp: New file.
6998
12ab52e9
PA
69992014-02-26 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7002 that won't ever trigger. Make sure that GDB reports the correct
7003 breakpoint that caused the stop.
7004
849c862e
JK
70052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 PR gdb/16626
7008 * gdb.base/auto-load-script: New file.
7009 * gdb.base/auto-load.c: New file.
7010 * gdb.base/auto-load.exp: New file.
7011
71b7d793
JK
7012 PR gdb/16626
7013 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7014
e2f0d509
JK
70152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7016
7017 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7018 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7019
50cc37c8
DE
70202014-02-24 Doug Evans <dje@google.com>
7021
7022 * lib/gdb.exp (run_on_host): Log error output if program fails.
7023
ea4758f2
PA
70242014-02-21 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.threads/step-after-sr-lock.c: Rename to ...
7027 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7028 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7029 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7030 ... this.
7031
d7b30f67
SDJ
70322014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7033
7034 PR tdep/16397
7035 * gdb.arch/amd64-stap-special-operands.exp: New file.
7036 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7037 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7038 * gdb.arch/amd64-stap-triplet.S: Likewise.
7039 * gdb.arch/amd64-stap-triplet.c: Likewise.
7040
83deb43f
JB
70412014-02-20 Joel Brobecker <brobecker@adacore.com>
7042
7043 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7044 in .section pseudo-op.
7045
adde2bff
DE
70462014-02-20 lin zuojian <manjian2006@gmail.com>
7047 Joel Brobecker <brobecker@adacore.com>
7048 Doug Evans <xdje42@gmail.com>
7049
7050 PR symtab/16581
7051 * gdb.dwarf2/dw2-icycle.S: New file.
7052 * gdb.dwarf2/dw2-icycle.c: New file.
7053 * gdb.dwarf2/dw2-icycle.exp: New file.
7054
f7bd0f78
SC
70552014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7056
7057 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7058 operations on gdb.Value objects.
7059 * gdb.python/py-value-cc.exp: Add new test to test operations on
7060 gdb.Value objects.
7061
c17ef0d5
DE
70622014-02-18 Doug Evans <dje@google.com>
7063
7064 * Makefile.in (TESTS): New variable.
7065 (expanded_tests, expanded_tests_or_none): New variables
7066 (check-single): Pass $(expanded_tests_or_none) to runtest.
7067 (check-parallel): Only run tests in $(TESTS) if non-empty.
7068 (check/no-matching-tests-found): New rule.
7069 * README: Document TESTS makefile variable.
7070
5dd3176f
DE
70712014-02-18 Doug Evans <dje@google.com>
7072
7073 * Makefile.in (check-parallel): rm -rf outputs temp.
7074
0b10be4f
JK
70752014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7076
7077 Fix "ERROR: no fileid for" in the testsuite.
7078 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7079
85f224e7
DE
70802014-02-12 Doug Evans <dje@google.com>
7081
7082 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7083 (MISCELLANEOUS): New variable.
7084 (clean): rm -rf $(MISCELLANEOUS).
7085 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7086 dwp live in the same directory as symlinks, with each symlink pointed
7087 to a differently named file in a different directory.
7088
149b30ff
DE
70892014-02-11 Doug Evans <dje@google.com>
7090
7091 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7092 of Tcl file commands.
7093
1dfdac32
MK
70942014-02-10 Mark Kettenis <kettenis@gnu.org>
7095
7096 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7097 "kill -SIGUSR1 -1".
7098
aa4fb036
JB
70992014-02-10 Joel Brobecker <brobecker@adacore.com>
7100
7101 * gdb.ada/tick_length_array_enum_idx: New testcase.
7102
ed3ef339
DE
71032014-02-10 Doug Evans <xdje42@gmail.com>
7104
7105 * configure.ac (AC_OUTPUT): Add gdb.guile.
7106 * configure: Regenerate.
7107 * lib/gdb-guile.exp: New file.
7108 * lib/gdb.exp (get_target_charset): New function.
7109 * gdb.base/help.exp: Update expected output from "apropos apropos".
7110 * gdb.guile/Makefile.in: New file.
7111 * gdb.guile/guile.exp: New file.
7112 * gdb.guile/scm-arch.c: New file.
7113 * gdb.guile/scm-arch.exp: New file.
7114 * gdb.guile/scm-block.c: New file.
7115 * gdb.guile/scm-block.exp: New file.
7116 * gdb.guile/scm-breakpoint.c: New file.
7117 * gdb.guile/scm-breakpoint.exp: New file.
7118 * gdb.guile/scm-disasm.c: New file.
7119 * gdb.guile/scm-disasm.exp: New file.
7120 * gdb.guile/scm-equal.c: New file.
7121 * gdb.guile/scm-equal.exp: New file.
7122 * gdb.guile/scm-error.exp: New file.
7123 * gdb.guile/scm-error.scm: New file.
7124 * gdb.guile/scm-frame-args.c: New file.
7125 * gdb.guile/scm-frame-args.exp: New file.
7126 * gdb.guile/scm-frame-args.scm: New file.
7127 * gdb.guile/scm-frame-inline.c: New file.
7128 * gdb.guile/scm-frame-inline.exp: New file.
7129 * gdb.guile/scm-frame.c: New file.
7130 * gdb.guile/scm-frame.exp: New file.
7131 * gdb.guile/scm-generics.exp: New file.
7132 * gdb.guile/scm-gsmob.exp: New file.
7133 * gdb.guile/scm-iterator.c: New file.
7134 * gdb.guile/scm-iterator.exp: New file.
7135 * gdb.guile/scm-math.c: New file.
7136 * gdb.guile/scm-math.exp: New file.
7137 * gdb.guile/scm-objfile-script-gdb.in: New file.
7138 * gdb.guile/scm-objfile-script.c: New file.
7139 * gdb.guile/scm-objfile-script.exp: New file.
7140 * gdb.guile/scm-objfile.c: New file.
7141 * gdb.guile/scm-objfile.exp: New file.
7142 * gdb.guile/scm-ports.exp: New file.
7143 * gdb.guile/scm-pretty-print.c: New file.
7144 * gdb.guile/scm-pretty-print.exp: New file.
7145 * gdb.guile/scm-pretty-print.scm: New file.
7146 * gdb.guile/scm-section-script.c: New file.
7147 * gdb.guile/scm-section-script.exp: New file.
7148 * gdb.guile/scm-section-script.scm: New file.
7149 * gdb.guile/scm-symbol.c: New file.
7150 * gdb.guile/scm-symbol.exp: New file.
7151 * gdb.guile/scm-symtab-2.c: New file.
7152 * gdb.guile/scm-symtab.c: New file.
7153 * gdb.guile/scm-symtab.exp: New file.
7154 * gdb.guile/scm-type.c: New file.
7155 * gdb.guile/scm-type.exp: New file.
7156 * gdb.guile/scm-value-cc.cc: New file.
7157 * gdb.guile/scm-value-cc.exp: New file.
7158 * gdb.guile/scm-value.c: New file.
7159 * gdb.guile/scm-value.exp: New file.
7160 * gdb.guile/source2.scm: New file.
7161 * gdb.guile/types-module.cc: New file.
7162 * gdb.guile/types-module.exp: New file.
7163
7026a7c1
YQ
71642014-02-10 Yao Qi <yao@codesourcery.com>
7165
7166 PR testsuite/16543
7167 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7168 * configure: Regenerated.
7169 * Makefile.in: New file.
7170
6c466447
AS
71712014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7172
7173 * gdb.python/py-framefilter.exp: Fix typo.
7174
6e854735
YQ
71752014-02-08 Yao Qi <yao@codesourcery.com>
7176
7177 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7178 that no =breakpoint-modified is emitted when breakpoints are
7179 modified through MI commands.
7180
d137e6dc
PA
71812014-02-07 Pedro Alves <pedro@codesourcery.com>
7182 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.threads/step-after-sr-lock.c: New file.
7185 * gdb.threads/step-after-sr-lock.exp: New file.
7186
b5ee5a50
PA
71872014-02-07 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7190
3c77faf3
JK
71912014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7192
7193 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7194 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7195
6dddc817
DE
71962014-02-06 Doug Evans <xdje42@gmail.com>
7197
7198 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7199 output.
7200
7201 * gdb.gdb/python-interrupts.exp: New file.
7202
de7b2893
YQ
72032014-02-05 Yao Qi <yao@codesourcery.com>
7204
7205 * gdb.trace/report.exp (use_collected_data): Test the output
7206 of "info threads" and "info inferiors".
7207
66d032ac
YQ
72082014-02-05 Yao Qi <yao@codesourcery.com>
7209
7210 Revert this patch:
7211
7212 2013-05-24 Yao Qi <yao@codesourcery.com>
7213
7214 * gdb.trace/tfile.exp: Test inferior and thread.
7215
591a12a1
UW
72162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7217
7218 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7219 on a function.
7220 * gdb.base/step-bt.c: Call hello via function pointer to make
7221 sure its first instruction is executed on powerpc64le-linux.
7222
0ff3e01f
UW
72232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7224
7225 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7226
084ee545
UW
72272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7228
7229 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7230 of the test patterns for use on little-endian systems.
7231
6ed14ff3
UW
72322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7233
7234 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7235 (decimal_vector): Fix for little-endian.
7236
401e27fd
JM
72372014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7238
7239 * gdb.arch/sparc-sysstep.exp: New file.
7240 * gdb.arch/sparc-sysstep.c: Likewise.
7241
7242 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7243
8b924729
EBM
72442014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7245
7246 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7247
fb151210
JB
72482014-01-23 Tom Tromey <tromey@redhat.com>
7249
7250 * gdb.ada/array_char_idx: New testcase.
7251
0740f8d8
TT
72522014-01-23 Tom Tromey <tromey@redhat.com>
7253
7254 PR python/16487:
7255 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7256 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7257 classes.
7258
21909fa1
TT
72592014-01-23 Tom Tromey <tromey@redhat.com>
7260
7261 PR python/16491:
7262 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7263 string from an inferior frame.
7264 * gdb.python/py-framefilter-mi.exp: Update.
7265
87ce2a04
DE
72662014-01-22 Doug Evans <dje@google.com>
7267
7268 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7269
237b092b
AA
72702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7271
7272 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7273
d674a709
AA
72742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7275
7276 * gdb.trace/entry-values.exp: Remove excess space character from
7277 regex patterns. Handle s390 call instruction.
7278
20fa3390
AA
72792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7280
7281 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7282 define "*_start" label. Make "name" static.
7283 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7284 ${name} by references to ${name}_start.
7285
78466714
AA
72862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7287
7288 * gdb.base/info-macros.exp: Remove "debug" from the compile
7289 options.
7290
ec9f644a
IB
72912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7292
7293 * gdb.dlang/demangle.exp: New file.
7294
94b1b47e
IB
72952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7296
7297 * gdb.dlang/primitive-types.exp: New file.
7298
7f420862
IB
72992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7300
7301 * configure.ac: Create gdb.dlang/Makefile.
7302 * configure: Regenerate.
7303 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7304 * gdb.dlang/Makefile.in: New file.
7305 * lib/d-support.exp: New file.
7306 * lib/gdb.exp (skip_d_tests): New proc.
7307
52834460
MM
73082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7309
7310 * gdb.btrace/delta.exp: Check reverse stepi.
7311 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7312 * gdb.btrace/finish.exp: New.
7313 * gdb.btrace/next.exp: New.
7314 * gdb.btrace/nexti.exp: New.
7315 * gdb.btrace/record_goto.c: Add comments.
7316 * gdb.btrace/step.exp: New.
7317 * gdb.btrace/stepi.exp: New.
7318 * gdb.btrace/multi-thread-step.c: New.
7319 * gdb.btrace/multi-thread-step.exp: New.
7320 * gdb.btrace/rn-dl-bind.c: New.
7321 * gdb.btrace/rn-dl-bind.exp: New.
7322 * gdb.btrace/data.c: New.
7323 * gdb.btrace/data.exp: New.
7324 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7325
6e07b1d2
MM
73262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7327
7328 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7329 * gdb.btrace/exception.exp: Update.
7330 * gdb.btrace/instruction_history.exp: Update.
7331 * gdb.btrace/record_goto.exp: Update.
7332 * gdb.btrace/tailcall.exp: Update.
7333 * gdb.btrace/unknown_functions.exp: Update.
7334 * gdb.btrace/delta.exp: New.
7335
0b722aec
MM
73362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7337
7338 * gdb.btrace/record_goto.exp: Add backtrace test.
7339 * gdb.btrace/tailcall.exp: Add backtrace test.
7340
066ce621
MM
73412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7342
7343 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7344 * gdb.btrace/record_goto.c: New.
7345 * gdb.btrace/record_goto.exp: New.
7346 * gdb.btrace/x86-record_goto.S: New.
7347
0688d04e
MM
73482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7349
7350 * gdb.btrace/function_call_history.exp: Update tests.
7351 * gdb.btrace/instruction_history.exp: Update tests.
7352
8710b709
MM
73532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7354
7355 * gdb.btrace/function_call_history.exp: Fix expected field
7356 order for "record function-call-history".
7357 Add new tests for "record function-call-history /c".
7358 * gdb.btrace/exception.cc: New.
7359 * gdb.btrace/exception.exp: New.
7360 * gdb.btrace/tailcall.exp: New.
7361 * gdb.btrace/x86-tailcall.S: New.
7362 * gdb.btrace/x86-tailcall.c: New.
7363 * gdb.btrace/unknown_functions.c: New.
7364 * gdb.btrace/unknown_functions.exp: New.
7365 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7366
5de9129b
MM
73672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7368
7369 * gdb.btrace/instruction_history.exp: Update.
7370 * gdb.btrace/function_call_history.exp: Update.
7371
23a7fe75
MM
73722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7373
7374 * gdb.btrace/function_call_history.exp: Fix expected function
7375 trace.
7376 * gdb.btrace/instruction_history.exp: Initialize traced.
7377 Remove traced_functions.
7378
724c7dd8
MM
73792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7380
7381 * gdb.btrace/function_call_history.exp: Update
7382 * gdb.btrace/instruction_history.exp: Update.
7383
6d78d93b
MM
73842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7385
7386 * gdb.btrace/enable.exp: Update expected text.
7387
93a360cc
OJ
73882014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7389
7390 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7391 bytes.
7392
3772b53f
MR
73932014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7394
7395 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7396
596662fa
OJ
73972014-01-15 Omair Javaid <omair.javaid@linaro.org>
7398
7399 * lib/gdb.exp (supports_process_record): Return true for
7400 arm*-linux*. (supports_reverse): Likewise.
7401
b5b08fb4
SC
74022014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7403
7404 PR python/15464
7405 PR python/16113
7406 * gdb.python/py-type.c: Enhance test case.
7407 * gdb.python/py-value-cc.cc: Likewise
7408 * gdb.python/py-type.exp: Add new tests.
7409 * gdb.python/py-value-cc.exp: Likewise
7410
52d7fb13
AA
74112014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7412 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7415 Make "name" extern.
7416 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7417 references to ${name}_start by references to ${name}.
7418
a2cd8cfe
JB
74192014-01-10 Joel Brobecker <brobecker@adacore.com>
7420
7421 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7422
4e23fced
JB
74232014-01-10 Joel Brobecker <brobecker@adacore.com>
7424
7425 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7426
c6a9e42c
PA
74272014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7428 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7431 mi_gdb_target_load.
c6a9e42c 7432
b7ea362b
PA
74332014-01-08 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.threads/reconnect-signal.c: New file.
7436 * gdb.threads/reconnect-signal.exp: New file.
7437
5e3f4fab
EBM
74382014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 * gdb.base/source-dir.exp: New file.
7441
79301218
JB
74422014-01-07 Joel Brobecker <brobecker@adacore.com>
7443
7444 * gdb.ada/mi_interface: New testcase.
7445
8e355c5d
JB
74462014-01-07 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7449 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7450 gdb.ada/pp-rec-component/pck.ads: New files.
7451
c0d48811
JB
74522014-01-07 Joel Brobecker <brobecker@adacore.com>
7453
7454 * gdb.python/py-pp-integral.c: New file.
7455 * gdb.python/py-pp-integral.py: New file.
7456 * gdb.python/py-pp-integral.exp: New file.
7457
17b609c3 7458For older changes see ChangeLog-1993-2013.
c906108c 7459\f
8d8cb839
EZ
7460;; Local Variables:
7461;; mode: change-log
7462;; left-margin: 8
7463;; fill-column: 74
7464;; version-control: never
7465;; End:
902f2ccb 7466
618f726f 7467 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7468 Copying and distribution of this file, with or without modification,
7469 are permitted provided the copyright notice and this notice are preserved.
This page took 3.717364 seconds and 4 git commands to generate.