arm-tdep.c: Remove unused variables
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9f5fed78
MK
12016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
2
3 * gdb.trace/tfile-avx.c: New test.
4 * gdb.trace/tfile-avx.exp: New test.
5
9ef9e6a6
KS
62016-02-09 Keith Seitz <keiths@redhat.com>
7
8 PR breakpoints/19546
9 * gdb.base/infcall-exec.c: New file.
10 * gdb.base/infcall-exec2.c: New file.
11 * gdb.base/infcall-exec.exp: New file.
12
a96e36da
KS
132016-02-09 Keith Seitz <keiths@redhat.com>
14
15 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16 (toplevel): Call test_bkpt_address.
17
9f61929f
KS
182016-02-09 Keith Seitz <keiths@redhat.com>
19
20 PR python/19506
21 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
22 (toplevel): Call test_bkpt_address.
23
1e94266c
SM
242016-02-09 Simon Marchi <simon.marchi@ericsson.com>
25
26 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
27 to AC_OUTPUT.
28 * configure: Regenerate.
29
2a7f3dff
PA
302016-02-09 Pedro Alves <palves@redhat.com>
31
32 PR breakpoints/19548
33 * gdb.base/execl-update-breakpoints.c (some_function): New
34 function.
35 (main): Call it.
36 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
37 Tighten expected GDB output.
38
2151ccc5
SM
392016-02-08 Simon Marchi <simon.marchi@ericsson.com>
40
41 * Makefile.in (ALL_SUBDIRS): Remove.
42 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
43 (distclean maintainer-clean realclean): Likewise.
44 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
45 * configure: Regenerate.
46 * gdb.ada/Makefile.in: Delete.
47 * gdb.arch/Makefile.in: Likewise.
48 * gdb.asm/Makefile.in: Likewise.
49 * gdb.base/Makefile.in: Likewise.
50 * gdb.btrace/Makefile.in: Likewise.
51 * gdb.cell/Makefile.in: Likewise.
52 * gdb.compile/Makefile.in: Likewise.
53 * gdb.cp/Makefile.in: Likewise.
54 * gdb.disasm/Makefile.in: Likewise.
55 * gdb.dlang/Makefile.in: Likewise.
56 * gdb.dwarf2/Makefile.in: Likewise.
57 * gdb.fortran/Makefile.in: Likewise.
58 * gdb.gdb/Makefile.in: Likewise.
59 * gdb.go/Makefile.in: Likewise.
60 * gdb.guile/Makefile.in: Likewise.
61 * gdb.java/Makefile.in: Likewise.
62 * gdb.linespec/Makefile.in: Likewise.
63 * gdb.mi/Makefile.in: Likewise.
64 * gdb.modula2/Makefile.in: Likewise.
65 * gdb.multi/Makefile.in: Likewise.
66 * gdb.objc/Makefile.in: Likewise.
67 * gdb.opencl/Makefile.in: Likewise.
68 * gdb.opt/Makefile.in: Likewise.
69 * gdb.pascal/Makefile.in: Likewise.
70 * gdb.perf/Makefile.in: Likewise.
71 * gdb.python/Makefile.in: Likewise.
72 * gdb.reverse/Makefile.in: Likewise.
73 * gdb.server/Makefile.in: Likewise.
74 * gdb.stabs/Makefile.in: Likewise.
75 * gdb.threads/Makefile.in: Likewise.
76 * gdb.trace/Makefile.in: Likewise.
77 * gdb.xml/Makefile.in: Likewise.
78 * lib/gdb.exp (make_gdb_parallel_path): Add check for
79 GDB_PARALLEL.
80 (standard_output_file): Remove check for GDB_PARALLEL, always
81 return path in outputs/$subdir/$testname.
82
437277d4
SM
832016-02-08 Simon Marchi <simon.marchi@ericsson.com>
84
85 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
86 (site.exp): Assign abs_srcdir to tcl's srcdir.
87
31d913c7
YQ
882016-02-04 Yao Qi <yao.qi@linaro.org>
89
90 * gdb.base/foll-exec-mode.c: Include limits.h.
91 (main): Add parameters argc and argv. Get directory from
92 argv[0].
93 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
94 compilation.
95 * gdb.base/foll-exec.c: Include limits.h.
96 (main): Add parameters argc and argv.
97 Get directory from argv[0].
98 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
99 Adjust tests on the number of lines as source code changed.
100 * gdb.base/foll-vfork-exit.c: Include limits.h.
101 (main): Add one line of statement before vfork.
102 * gdb.base/foll-vfork.c: Include limits.h and string.h.
103 (main): Add parameters argc and argv. Get directory from
104 argv[0].
105 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
106 (setup_gdb): Set tbreak to skip some source lines.
107 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
108 (main): Add parameters argc and argv. Get directory from
109 argv[0].
110 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
111 compilation.
112 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
113 (main): Add parameters argc and argv. Get directory from
114 argv[0].
115 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
116 compilation.
117
9482b9fb
DE
1182016-02-01 Doug Evans <dje@google.com>
119
120 * gdb.base/skip.exp: Clean up multiple references to same test name.
121
6b2e4f10
PA
1222016-02-01 Pedro Alves <palves@redhat.com>
123
ccb6afd6 124 PR remote/19496
6b2e4f10
PA
125 * gdb.threads/forking-threads-plus-breakpoint.exp
126 (displaced_stepping_supported): New global.
127 (probe_displaced_stepping_support): New procedure.
128 (do_test): Add 'displaced' parameter, and use it.
129 (top level): Check for displaced stepping support. Add displaced
130 stepping on/off testing axis.
131
37a8db1a
AB
1322016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
135 pointer. Don't perform further tests on the unassociated pointer
136 if the first test fails.
137
5fdf6324
AB
1382016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * gdb.base/max-value-size.c: New file.
141 * gdb.base/max-value-size.exp: New file.
142 * gdb.base/huge.exp: Disable max-value-size for this test.
143
935c6144
IB
1442016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
145
146 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
147
7fe8399d
YQ
1482016-01-28 Yao Qi <yao.qi@linaro.org>
149
150 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
151
a2077e25
PA
1522016-01-25 Pedro Alves <palves@redhat.com>
153
154 PR threads/19461
155 * gdb.base/fork-running-state.c: New file.
156 * gdb.base/fork-running-state.exp: New file.
157
1d2736d4
PA
1582016-01-25 Pedro Alves <palves@redhat.com>
159
160 PR gdb/19494
161 * gdb.base/catch-fork-kill.c: New file.
162 * gdb.base/catch-fork-kill.exp: New file.
163
f1da4b11
PA
1642016-01-25 Pedro Alves <palves@redhat.com>
165
166 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
167 Delete, moved to lib/gdb.exp.
168 * gdb.threads/forking-threads-plus-breakpoint.exp
169 (foreach_with_prefix): Likewise.
170 * gdb.threads/process-dies-while-handling-bp.exp
171 (foreach_with_prefix): Likewise.
172 * lib/gdb.exp (foreach_with_prefix): New procedure.
173
45f38546
MK
1742016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
175
176 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
177 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
178
dc29a1ce
MK
1792016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
180
181 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
182 endian targets.
183
092127d7
JK
1842016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
185 Pedro Alves <palves@redhat.com>
186
187 Fix testsuite compatibility with Guile.
188 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
189 number.
190
31d765d3
JK
1912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
192
193 Fix testsuite compatibility with Guile.
194 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
195 (thread 1): New test for backtrace through signal handler.
196
1ac78c04
YQ
1972016-01-22 Yao Qi <yao.qi@linaro.org>
198
199 PR testsuite/19491
200 * gdb.base/multi-forks.c: Include
201 ../lib/unbuffer_output.c
202 (main): Call gdb_unbuffer_output.
203
4f5946a8
DE
2042016-01-21 Doug Evans <dje@google.com>
205
206 * lib/ada.exp (gdb_compile_ada): Fix typo.
207
305e13e6
JB
2082016-01-21 Joel Brobecker <brobecker@adacore.com>
209
210 * gdb.base/break-fun-addr.exp: New file.
211 * gdb.base/break-fun-addr1.c: New file.
212 * gdb.base/break-fun-addr2.c: New file.
213
5f5dfff6
SM
2142016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
215
216 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
217 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
218 enum flag values.
219
fd356fa2
AA
2202016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
221
222 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
223 when GDB can not set the vector return value. Add more comments
224 for clarification.
225
9df22175
AT
2262016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
227
228 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
229 command.
230
41d1845e
SM
2312016-01-19 Simon Marchi <simon.marchi@ericsson.com>
232
233 * Makefile.in (DO_RUNTEST): Add --status and update usages.
234
01ac6840
SM
2352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
236
237 * Makefile.in (check-single): Pass --status to runtest.
238 (check/%.exp): Likewise.
239
2402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
241
242 * Makefile.in (check-parallel): Propagate return code from make
243 do-check-parallel.
244
bd0a71fa
MK
2452016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
246
247 * gdb.trace/ftrace.exp: Fix expected message on continue.
248 * gdb.trace/pending.exp: Fix expected message on continue.
249 * gdb.trace/trace-break.exp: Fix expected message on continue.
250
8bcbad33
SM
2512016-01-18 Simon Marchi <simon.marchi@ericsson.com>
252
253 * lib/gdb.exp (gdb_test): Remove unused global references.
254
f303dbd6
PA
2552016-01-18 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/async-shell.exp: Adjust expected output.
258 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
259 * gdb.base/siginfo-thread.exp: Adjust expected output.
260 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
261 * gdb.java/jnpe.exp: Adjust expected output.
262 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
263 * gdb.threads/continue-pending-status.exp: Adjust expected output.
264 * gdb.threads/leader-exit.exp: Adjust expected output.
265 * gdb.threads/manythreads.exp: Adjust expected output.
266 * gdb.threads/pthreads.exp: Adjust expected output.
267 * gdb.threads/schedlock.exp: Adjust expected output.
268 * gdb.threads/siginfo-threads.exp: Adjust expected output.
269 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
270 expected output.
271 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
272 output.
273 * gdb.threads/sigthread.exp: Adjust expected output.
274 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
275
b2789696
YQ
2762016-01-18 Yao Qi <yao.qi@linaro.org>
277
278 * gdb.guile/scm-section-script.c: Replace @progbits with
279 %progbits.
280 * gdb.python/py-section-script.c: Likewise.
281
71ef29a8
PA
2822016-01-15 Pedro Alves <palves@redhat.com>
283
284 * gdb.multi/tids.exp: Test star wildcard ranges.
285
3f5b7598
PA
2862016-01-15 Pedro Alves <palves@redhat.com>
287
288 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
289 command from "thread apply" invocation.
290 (thr_apply_info_thr_invalid): Default the expected output to the
291 input tid list.
292 (top level): Add tests that use convenience variables. Add tests
293 for "thread apply" with a valid TID list, but missing the command.
294
663f6d42
PA
2952016-01-13 Pedro Alves <palves@redhat.com>
296
297 * gdb.base/default.exp: Expect $_gthread as well.
298 * gdb.multi/tids.exp: Test $_gthread.
299 * gdb.threads/thread-specific.exp: Test $_gthread.
300
c84f6bbf
PA
3012016-01-13 Pedro Alves <palves@redhat.com>
302
303 * gdb.multi/tids.exp: Test "info threads -gid".
304
22a02324
PA
3052016-01-13 Pedro Alves <palves@redhat.com>
306
307 * gdb.multi/tids.exp: Test InferiorThread.global_num and
308 Breakpoint.thread.
309 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
310
5d5658a1
PA
3112016-01-07 Pedro Alves <palves@redhat.com>
312
313 * gdb.base/break.exp: Adjust to output changes.
314 * gdb.base/hbreak2.exp: Likewise.
315 * gdb.base/sepdebug.exp: Likewise.
316 * gdb.base/watch_thread_num.exp: Likewise.
317 * gdb.linespec/keywords.exp: Likewise.
318 * gdb.multi/info-threads.exp: Likewise.
319 * gdb.threads/thread-find.exp: Likewise.
320 * gdb.multi/tids.c: New file.
321 * gdb.multi/tids.exp: New file.
322
84654457
PA
3232016-01-13 Pedro Alves <palves@redhat.com>
324
325 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
326
e3940304
PA
3272016-01-13 Pedro Alves <palves@redhat.com>
328
329 * gdb.base/default.exp: Expect $_inferior as well.
330 * gdb.multi/base.exp: Test $_inferior.
331
a911d87a
PA
3322016-01-13 Pedro Alves <palves@redhat.com>
333
334 PR breakpoints/19388
335 * gdb.base/catch-signal-siginfo-cond.c: New file.
336 * gdb.base/catch-signal-siginfo-cond.exp: New file.
337
82075af2
JS
3382016-01-12 Josh Stone <jistone@redhat.com>
339 Philippe Waroquiers <philippe.waroquiers@skynet.be>
340
341 * gdb.base/catch-syscall.c (do_execve): New variable.
342 (main): Conditionally trigger an execve.
343 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
344 (test_catch_syscall_execve): New, check entry/return across execve.
345 (do_syscall_tests): Call test_catch_syscall_execve.
346
e46eeedd
PA
3472016-01-12 Pedro Alves <palves@redhat.com>
348
349 * gdb.base/random-signal.exp (do_test): New procedure, with body
350 of testcase moved in.
351
01d8c27e
JK
3522016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
353 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/funcargs.exp (finish from indirectly called function):
356 Reintroduce the case for 'First'.
357
9a706302
JK
3582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
359 Pedro Alves <palves@redhat.com>
360
361 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
362 (tcatch_vfork_then_child_follow_exec)
363 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
364 identification.
365
c0ecb95f
JK
3662016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
367
368 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
369 and repeats to unlimited.
370 * gdb.python/py-value.exp: Likewise.
371 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
372 and repeats to unlimited.
373
6cfc1fcb
JK
3742016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
377 and reordering the functions.
378 * gdb.multi/hangout.c: Likewise.
379 * gdb.multi/hello.c: Likewise.
380
582a1b00
SM
3812016-01-08 Simon Marchi <simon.marchi@ericsson.com>
382
383 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
384 absolute.
385 (SingleStatisticTestResult.report): Use dict.keys instead of
386 dict.iterkeys.
387
79bc59cb
PA
3882016-01-06 Pedro Alves <palves@redhat.com>
389
390 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
391
43368e1d
MM
3922016-01-04 Markus Metzger <markus.t.metzger@intel.com>
393
394 * gdb.btrace/dlopen.exp: New.
395 * gdb.btrace/dlopen.c: New.
396 * gdb.btrace/dlopen-dso.c: New.
397
79fad5b8
SL
3982015-12-25 Sandra Loosemore <sandra@codesourcery.com>
399
400 * lib/gdb.exp (gdb_test): Update comments to clarify that the
401 PATTERN argument is optional.
402
ab8314b3
JB
4032015-12-24 Joel Brobecker <brobecker@adacore.com>
404
405 * lib/ada.exp (target_compile_ada_from_dir): New function.
406 (gdb_compile_ada): Reimplement avoiding the use of project files.
407 * gdb.ada/gnat_ada.gpr: Delete.
408 * gdb.ada/cond_lang.exp: Adjust test to make path before
409 filename optional.
410 * gdb.ada/small_reg_param.exp: Likewise.
411
fe33faff
SM
4122015-12-22 Simon Marchi <simon.marchi@ericsson.com>
413
414 * gdb.base/foll-vork.exp: Remove HP-UX special case.
415
6d265cb4
TP
4162015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
417
418 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
419 case.
420
10125099
SM
4212015-12-21 Simon Marchi <simon.marchi@ericsson.com>
422
423 * gdb.base/break.exp: Remove dead code.
424 * gdb.base/sepdebug.exp: Likewise.
425
3ca22649
SM
4262015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
427
428 * gdb.asm/asm-source.exp: Remove HP-UX references.
429 * gdb.base/annota1.exp: Likewise.
430 * gdb.base/annota3.exp: Likewise.
431 * gdb.base/attach.exp: Likewise.
432 * gdb.base/bigcore.exp: Likewise.
433 * gdb.base/break.exp: Likewise.
434 * gdb.base/call-ar-st.exp: Likewise.
435 * gdb.base/callfuncs.exp: Likewise.
436 * gdb.base/catch-fork-static.exp: Likewise.
437 * gdb.base/display.exp: Likewise.
438 * gdb.base/foll-exec-mode.exp: Likewise.
439 * gdb.base/foll-exec.exp: Likewise.
440 * gdb.base/foll-fork.exp: Likewise.
441 * gdb.base/foll-vfork.exp: Likewise.
442 * gdb.base/funcargs.exp: Likewise.
443 * gdb.base/hbreak2.exp: Likewise.
444 * gdb.base/inferior-died.exp: Likewise.
445 * gdb.base/interrupt.exp: Likewise.
446 * gdb.base/multi-forks.exp: Likewise.
447 * gdb.base/nodebug.exp: Likewise.
448 * gdb.base/sepdebug.exp: Likewise.
449 * gdb.base/solib1.c: Likewise.
450 * gdb.base/step-test.exp: Likewise.
451 * gdb.mi/non-stop.c: Likewise.
452 * gdb.mi/pthreads.c: Likewise.
453 * gdb.multi/bkpt-multi-exec.ex: Likewise.
454 * gdb.threads/pthreads.c: Likewise.
455 * gdb.threads/staticthreads.exp: Likewise.
456 * lib/future.exp: Likewise.
457 * lib/gdb.exp: Likewise.
458 * gdb.base/so-indr-cl.c: Remove.
459 * gdb.base/so-indr-cl.exp: Likewise.
460 * gdb.base/solib.c: Likewise.
461 * gdb.base/solib.exp: Likewise.
462 * gdb.base/solib2.c: Likewise.
463
b6304613
SM
4642015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
465
466 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
467 * gdb.base/call-ar-st.exp: Likewise.
468 * gdb.base/callfuncs.exp: Likewise.
469 * gdb.base/condbreak.exp: Likewise.
470 * gdb.base/constvars.exp: Likewise.
471 * gdb.base/hbreak2.exp: Likewise.
472 * gdb.base/langs.exp: Likewise.
473 * gdb.base/list.exp: Likewise.
474 * gdb.base/long_long.exp: Likewise.
475 * gdb.base/ptype.exp: Likewise.
476 * gdb.base/scope.exp: Likewise.
477 * gdb.base/signals.exp: Likewise.
478 * gdb.base/so-impl-ld.exp: Likewise.
479 * gdb.base/varargs.exp: Likewise.
480 * gdb.base/volatile.exp: Likewise.
481 * gdb.base/whatis.exp: Likewise.
482 * gdb.cp/cplusfuncs.exp: Likewise.
483 * gdb.cp/inherit.exp: Likewise.
484 * gdb.cp/local.exp: Likewise.
485 * gdb.cp/member-ptr.exp: Likewise.
486 * gdb.cp/method.exp: Likewise.
487 * gdb.cp/overload.exp: Likewise.
488 * gdb.cp/templates.exp: Likewise.
489 * gdb.stabs/weird.exp: Likewise.
490 * lib/compiler.c: Likewise.
491 * lib/compiler.cc: Likewise.
492 * lib/cp-support.exp: Likewise.
493 * lib/gdb.exp: Likewise.
494
bf401b07
SM
4952015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
496
497 * configure.ac: Remove HP-UX case.
498 * configure: Regenerate.
499
aff9c0f8
SM
5002015-12-18 Simon Marchi <simon.marchi@ericsson.com>
501
502 * lib/gdb.exp (gdb_compile): Add function doc.
503
a6904d5a
PA
5042015-12-17 Pedro Alves <palves@redhat.com>
505
506 PR threads/19354
507 * gdb.multi/info-threads.exp: New file.
508
a22279dd
YQ
5092015-12-15 Yao Qi <yao.qi@linaro.org>
510
511 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
512 is aarch64*-*-*.
513
0588c796
SL
5142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
515
516 * gdb.base/history-duplicates.exp: Skip if no readline support.
517
5d978e17
SL
5182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
519
520 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
521
7e763b86
SL
5222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
523
524 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
525
87a3a92c
SL
5262015-12-14 Sandra Loosemore <sandra@codesourcery.com>
527
528 * gdb.base/completion.exp: Skip tests that interrupt GDB with
529 ctrl-C if nointerrupts target property is set.
530 * gdb.base/double-prompt-target-event-error.exp: Likewise.
531 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
532 * gdb.base/paginate-bg-execution.exp: Likewise.
533 * gdb.base/paginate-execution-startup.exp: Likewise.
534 * gdb.base/random-signal.exp: Likewise.
535 * gdb.base/range-stepping.exp: Likewise.
536 * gdb.cp/annota2.exp: Likewise.
537 * gdb.cp/annota3.exp: Likewise.
538 * gdb.gdb/selftest.exp: Likewise.
539 * gdb.threads/continue-pending-status.exp: Likewise.
540 * gdb.threads/leader-exit.exp: Likewise.
541 * gdb.threads/manythreads.exp: Likewise.
542 * gdb.threads/pthreads.exp: Likewise.
543 * gdb.threads/schedlock.exp: Likewise.
544 * gdb.threads/sigthread.exp: Likewise.
545
a8f077dc
DB
5462015-12-11 Don Breazeal <donb@codesourcery.com>
547
548 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
549 remote.
550 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
551 * gdb.base/foll-exec.exp (main): Enable for target remote.
552 * gdb.base/foll-fork.exp (main): Likewise.
553 * gdb.base/foll-vfork.exp (main): Likewise.
554 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
555 (proc continue_to_exit_bp_loc): Use clean_restart.
556 * gdb.base/pie-execl.exp (main): Disable for target remote.
557 * gdb.base/watch-vfork.exp (main): Enable for target remote.
558 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
559 * gdb.threads/execl.exp (main): Likewise.
560 * gdb.threads/fork-child-threads.exp (main): Likewise.
561 * gdb.threads/fork-plus-threads.exp (main): Disable for target
562 remote.
563 * gdb.threads/fork-thread-pending.exp (main): Enable for target
564 remote.
565 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
566 pid.tid style ptids, instead of just tid.
567 * gdb.threads/thread-execl.exp (main): Enable for target remote.
568 * gdb.threads/watchpoint-fork.exp (main): Likewise.
569 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
570 ptids, instead of just tid.
571
3b2464a8
AB
5722015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.base/list.exp (test_list_forward): Add end of file error
575 test.
576 (test_repeat_list_command): Add end of file error test.
577 (test_list_backwards): Add beginning of file error test.
578
a0def019
AB
5792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * gdb.base/list.exp (test_list_invalid_args): New function,
582 defined, and called.
583
5c000dff
AB
5842015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
585
586 * gdb.base/list.exp (test_list): Make test names unique.
587
f1637ebe
YQ
5882015-12-11 Yao Qi <yao.qi@linaro.org>
589
590 * gdb.base/coremaker2.c: Remove.
591
36d6fc0a
PA
5922015-12-10 Pedro Alves <palves@redhat.com>
593
594 * gdb.multi/base.exp: Remove stale "spaces" references.
595
762f7747
PA
5962015-12-10 Pedro Alves <palves@redhat.com>
597
598 * gdb.multi/base.exp: Don't use nowarnings.
599 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
600 * gdb.multi/hangout.c: Include stdio.h.
601 * gdb.multi/hello.c: Include stdlib.h.
602 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
603 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
604 * gdb.multi/multi-arch.exp: Don't use nowarnings.
605
28d2bfb9
AB
6062015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.dwarf2/dw2-ranges-base.c: New file.
609 * gdb.dwarf2/dw2-ranges-base.exp: New file.
610 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
611 support additional line table, and debug ranges generation.
612 (Dwarf::ranges): New function, generate .debug_ranges.
613 (Dwarf::lines): Support generating simple line table programs.
614 (Dwarf::assemble): Initialise new namespace variables.
615
5fc2beac
KB
6162015-12-09 Kevin Buettner <kevinb@redhat.com>
617
618 * gdb.base/async.exp (proc test_background): Add case for
619 asynchronous execution not supported.
620
1c35a88f
LM
6212015-12-09 Luis Machado <lgustavo@codesourcery.com>
622
623 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
624 format and change test names to make them unique.
625
b593e3d9
RK
6262015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
627 Pedro Alves <pedro@redhat.com>
628
629 PR gdb/18702
630 Add checking of floatformats setup on x86_64 hosts.
631 * gdb.arch/i386-float.S (main): Load bigval and smallval.
632 (smallval, bigval): New labels/constants.
633 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
634 float" after loading bigval and smallval.
635
d72413e6
PMR
6362015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
637
638 * gdb.ada/fun_overload_menu.exp: New testcase.
639 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
640
ece66d65
JS
6412015-12-04 Josh Stone <jistone@redhat.com>
642
643 * gdb.base/catch-fork-static.exp: New.
644
41d0efca
YQ
6452015-12-03 Yao Qi <yao.qi@linaro.org>
646
647 * gdb.base/sizeof.c: Don't include stdio.h and
648 ../lib/unbuffer_output.c.
649 (main): New variable 'size' and 'value'. Remove printf and
650 gdb_unbuffer_output. Assign return value to size and value.
651 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
652 at the beginning.
653 (check_sizeof): Check the result by printing variable 'size'.
654 (check_valueof): Check the result by printing variable 'value'.
655
99fd02d9
YQ
6562015-12-01 Yao Qi <yao.qi@linaro.org>
657
658 * gdb.base/disp-step-syscall.exp: Define syscall instruction
659 for aarch64*-*-linux* target.
660
f2faf941
PA
6612015-11-30 Pedro Alves <palves@redhat.com>
662
663 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
664
04bf20c5
PA
6652015-11-30 Pedro Alves <palves@redhat.com>
666
667 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
668 Handle non-stop mode vCont replies.
669
09df4675
PA
6702015-11-30 Pedro Alves <palves@redhat.com>
671
672 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
673 prepare_for_testing. Start gdb with "set non-stop on" appended to
674 GDBFLAGS. Lax expected stop output.
675
58b584af
YQ
6762015-11-27 Yao Qi <yao.qi@linaro.org>
677
678 * gdb.arch/arm-neon.exp: New.
679 * gdb.arch/arm-neon.c: New.
680
dfcb77a8
YQ
6812015-11-27 Yao Qi <yao.qi@linaro.org>
682
683 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
684
88e8ec1b
YQ
6852015-11-27 Yao Qi <yao.qi@linaro.org>
686
687 * gdb.cp/annota2.exp: Allow multiple occurrences of the
688 frames-invalid annotation.
689
bfde72c2
YQ
6902015-11-27 Yao Qi <yao.qi@linaro.org>
691
692 * gdb.cp/annota2.exp: Use ${frames_invalid}.
693
f6512a69
SM
6942015-11-26 Simon Marchi <simon.marchi@ericsson.com>
695
696 * gdb.threads/names.exp: New file.
697 * gdb.threads/names.c: New file.
698 * README: Mention gdb,no_thread_names.
699
46a3515b
MM
7002015-11-26 Markus Metzger <markus.t.metzger@intel.com>
701
702 PR 19297
703 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
704 support" error.
705
62147a22
PA
7062015-11-24 Pedro Alves <palves@redhat.com>
707
708 PR 17539
709 * gdb.base/display.exp: Expect displays to be sorted in ascending
710 order. Use multi_line.
711 * gdb.base/solib-display.exp: Likewise.
712
2f341b6e
PA
7132015-11-24 Pedro Alves <palves@redhat.com>
714
715 PR 17539
716 * gdb.base/display.exp: Expect displays to be sorted in ascending
717 order. Use multi_line.
718 * gdb.base/solib-display.exp: Likewise.
719
7e0aa6aa
PA
7202015-11-24 Pedro Alves <palves@redhat.com>
721
722 PR 17539
723 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
724 threads in ascending order.
725 * gdb.base/foll-fork.exp: Likewise.
726 * gdb.base/foll-vfork.exp: Likewise.
727 * gdb.base/multi-forks.exp: Likewise.
728 * gdb.mi/mi-nonstop.exp: Likewise.
729 * gdb.mi/mi-nsintrall.exp: Likewise.
730 * gdb.multi/base.exp: Likewise.
731 * gdb.multi/multi-arch.exp: Likewise.
732 * gdb.python/py-inferior.exp: Likewise.
733 * gdb.threads/break-while-running.exp: Likewise.
734 * gdb.threads/execl.exp: Likewise.
735 * gdb.threads/gcore-thread.exp: Likewise.
736 * gdb.threads/info-threads-cur-sal.exp: Likewise.
737 * gdb.threads/kill.exp: Likewise.
738 * gdb.threads/linux-dp.exp: Likewise.
739 * gdb.threads/multiple-step-overs.exp: Likewise.
740 * gdb.threads/next-bp-other-thread.exp: Likewise.
741 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
742 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
743 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
744 * gdb.threads/thread-find.exp: Likewise.
745 * gdb.threads/tls.exp: Likewise.
746 * lib/mi-support.exp (mi_reverse_list): Delete.
747 (mi_check_thread_states): No longer reverse list.
748
2cc57ad8
PA
7492015-11-24 Pedro Alves <palves@redhat.com>
750
751 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
752 use lowercase.
753
c93e8391
SM
7542015-11-23 Simon Marchi <simon.marchi@ericsson.com>
755
756 * gdb.trace/actions.c: Include trace-common.h.
757 (main): Add a location for a fast tracepoint.
758 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
759 the normal tracepoints.
760 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
761
045ccf91
SM
7622015-11-23 Simon Marchi <simon.marchi@ericsson.com>
763
764 * save-trace.exp: Factor out code to these...
765 (gdb_save_tracepoints): New.
766 (gdb_load_tracepoints): New.
767 (do_save_load_test): New.
768
5506f9f6
KB
7692015-11-23 Kevin Buettner <kevinb@redhat.com>
770
771 * gdb.base/asmlabel.exp: New test.
772 * gdb.base/asmlabel.c: New test case.
773
16c3b12f
JB
7742015-11-23 Joel Brobecker <brobecker@adacore.com>
775
776 * gdb.base/wrong_frame_bt_full-main.c: New file.
777 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
778 * gdb.base/wrong_frame_bt_full.exp: New file.
779
155bfbd3
JB
7802015-11-23 Joel Brobecker <brobecker@adacore.com>
781
782 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
783
bb097445
JM
7842015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
785
206853a0 786 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
787 pstate register when comparing registers values in
788 sparc64-*-linux-gnu targets to avoid spurious differences.
789
9c88ed8f
JM
7902015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
791
206853a0 792 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 793
96161e25
SL
7942015-11-19 Sandra Loosemore <sandra@codesourcery.com>
795
796 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
797 as type argument to gdb_compile.
798 * gdb.base/nested-subp2.exp: Likewise.
799 * gdb.base/nested-subp3.exp: Likewise.
800
340c2830
DV
8012015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
802
803 * lib/dwarf.exp (_note): Fix left shift of negative value.
804 * gdb.trace/trace-condition.exp: Likewise.
805
c1862d0f
YQ
8062015-11-13 Yao Qi <yao.qi@linaro.org>
807
808 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
809 comments about d10v.
810 (test_scalar_returns): Likewise.
811 * gdb.base/d10v.ld: Remove.
812 * gdb.base/overlays.exp: Remove the target triplet checking for
813 d10v-*-*.
814 * gdb.base/structs.exp (test_struct_returns): Remove the
815 comments about d10v.
816 (test_struct_calls): Likewise.
817
77ae9c19
YQ
8182015-11-13 Yao Qi <yao.qi@linaro.org>
819
820 * gdb.base/gnu_vector.exp: Check the return value by "p res".
821 * gdb.base/gnu_vector.c: Don't include stdio.h.
822 (main): Don't print res and call add_some_intvecs.
823
430e004e
MK
8242015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
825
826 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
827 macro.
828 (func5): Removed.
829 (func4): Use FAST_TRACEPOINT_LABEL.
830 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
831 macro.
832 (func): Removed.
833 (thread_function): Use FAST_TRACEPOINT_LABEL.
834 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
835 (func): Remove.
836 (marker): Use FAST_TRACEPOINT_LABEL.
837 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
838 (pendfunc1): Remove.
839 (pendfunc): Use FAST_TRACEPOINT_LABEL.
840 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
841 (foo): Remove.
842 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
843 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
844 macro.
845 (func): Remove.
846 (marker): Use FAST_TRACEPOINT_LABEL.
847 * gdb.trace/trace-common.h: New header.
848 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
849 macro.
850 (func): Remove.
851 (marker): Use FAST_TRACEPOINT_LABEL.
852 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
853 (func): Remove.
854 (thread_function): Use FAST_TRACEPOINT_LABEL.
855
6e7675a7
MK
8562015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
857
858 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
859 in front.
860 * gdb.trace/change-loc.exp: Use global pcreg definition.
861 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
862 * gdb.trace/entry-values.exp: Use global spreg definition, add $
863 in front.
864 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
865 * gdb.trace/pending.exp: Likewise.
866 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
867 * gdb.trace/trace-break.exp: Likewise.
868 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
869 in front.
870 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
871 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
872 in front.
873 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
874
dddc0e16
JB
8752015-11-09 Joel Brobecker <brobecker@adacore.com>
876
877 * gdb.ada/fin_fun_out: New testcase.
878
c6f0b406
KB
8792015-11-07 Kevin Buettner <kevinb@redhat.com>
880
881 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
882 value associated with DW_AT_byte_size.
883 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
884 constants for DW_AT_byte_size, DW_AT_lower_bound, and
885 DW_AT_upper_bound.
886
f01dcfd9
KB
8872015-11-07 Kevin Buettner <kevinb@redhat.com>
888
889 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
890 (gdb_target_symbol_prefix_flags): Define in terms of _asm
891 version.
892 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
893 gdb.dwarf2/dw2-canonicalize-type.exp,
894 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
895 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
896 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
897 provided by gdb_target_symbol_prefix_flags_asm.
898 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
899 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
900 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
901 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
902 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
903 macros where needed). Use this macro for symbols which require
904 the prefix provided by SYMBOL_PREFIX.
905
2223449a
KB
9062015-11-05 Kevin Buettner <kevinb@redhat.com>
907
908 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
909 New procs.
910 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
911 representing expressions, of more than one list element.
912 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
913 to prepend linker symbol prefix to f.
914 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
915 table_1 and table_2.
916 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
917 Likewise, for f and g.
918 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
919 for ptr.
920 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
921 for main.
922 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
923 table_1_ptr and table_2_ptr.
924
6f2f1a3a
JK
9252015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
926 Joel Brobecker <brobecker@adacore.com>
927
928 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
929
566c56c9
MK
9302015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
931
932 * gdb.reverse/s390-mvcle.c: New test.
933 * gdb.reverse/s390-mvcle.exp: New file.
934 * lib/gdb.exp: Enable reverse tests on s390*-linux.
935
d5f0636b
MK
9362015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
937
938 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
939
7ad8b86c
MK
9402015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
941
942 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
943 reaching marker2.
944 * gdb.reverse/getresuid-reverse.exp: Likewise.
945 * gdb.reverse/pipe-reverse.exp: Likewise.
946 * gdb.reverse/readv-reverse.exp: Likewise.
947 * gdb.reverse/recvmsg-reverse.exp: Likewise.
948 * gdb.reverse/time-reverse.exp: Likewise.
949 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
950
4081c0f1
YQ
9512015-10-30 Yao Qi <yao.qi@linaro.org>
952
953 * gdb.threads/wp-replication.c (watch_count_done): Remove.
954 (empty_cycle): Remove.
955 (main): Don't call empty_cycle. Don't use watch_count_done.
956 * gdb.threads/wp-replication.exp: Don't set breakpoint on
957 empty_cycle. Rewrite the code counting HW watchpoints.
958
452b4ba5
MK
9592015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
960
961 * gdb.reverse/fstatat-reverse.c: New test.
962 * gdb.reverse/fstatat-reverse.exp: New file.
963 * gdb.reverse/getresuid-reverse.c: New test.
964 * gdb.reverse/getresuid-reverse.exp: New file.
965 * gdb.reverse/pipe-reverse.c: New test.
966 * gdb.reverse/pipe-reverse.exp: New file.
967 * gdb.reverse/readv-reverse.c: New test.
968 * gdb.reverse/readv-reverse.exp: New file.
969 * gdb.reverse/recvmsg-reverse.c: New test.
970 * gdb.reverse/recvmsg-reverse.exp: New file.
971 * gdb.reverse/time-reverse.c: New test.
972 * gdb.reverse/time-reverse.exp: New file.
973 * gdb.reverse/waitpid-reverse.c: New test.
974 * gdb.reverse/waitpid-reverse.exp: New file.
975
5e2e7507
JK
9762015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
977
978 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
979
0fde2c53
DE
9802015-10-26 Doug Evans <dje@google.com>
981
982 PR symtab/17391
983 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
984 * gdb.dwarf2/bad-regnum.c: New file.
985 * gdb.dwarf2/bad-regnum.exp: New file.
986
1a70ae97
DE
9872015-10-26 Doug Evans <dje@google.com>
988
989 PR python/18938
990 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
991 file.
992
27dc26ab
JK
9932015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 * gdb.compile/compile.exp (compile code globalvar): Update expectation
996 for a change by "Mention language in compile error message".
997
bed91f4d
SM
9982015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
999
1000 PR python/18073
1001 * gdb.python/py-type.c (C::a_method): New.
1002 (C::a_const_method): New.
1003 (C::a_static_method): New.
1004 (a_function): New.
1005 * gdb.python/py-type.exp (test_fields): Test getting fields
1006 from function and method.
1007
3f2f83dd
KB
10082015-10-21 Keven Boell <keven.boell@intel.com>
1009
1010 * gdb.fortran/vla-alloc-assoc.exp: New file.
1011 * gdb.fortran/vla-datatypes.exp: New file.
1012 * gdb.fortran/vla-datatypes.f90: New file.
1013 * gdb.fortran/vla-history.exp: New file.
1014 * gdb.fortran/vla-ptype-sub.exp: New file.
1015 * gdb.fortran/vla-ptype.exp: New file.
1016 * gdb.fortran/vla-sizeof.exp: New file.
1017 * gdb.fortran/vla-sub.f90: New file.
1018 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1019 * gdb.fortran/vla-value-sub-finish.exp: New file.
1020 * gdb.fortran/vla-value-sub.exp: New file.
1021 * gdb.fortran/vla-value.exp: New file.
1022 * gdb.fortran/vla-ptr-info.exp: New file.
1023 * gdb.mi/mi-vla-fortran.exp: New file.
1024 * gdb.mi/vla.f90: New file.
1025
27145d50
SL
10262015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1027
1028 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1029 of hardwired timeout value.
1030
5f3ff4f8
JK
10312015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1032 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1035 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1036
bfd09d20
JS
10372015-10-19 Josh Stone <jistone@redhat.com>
1038
1039 * gdb.base/catch-syscall.c: Include <sched.h>.
1040 (unknown_syscall): New variable.
1041 (main): Trigger a vfork and an unknown syscall.
1042 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1043 (unknown_syscall_number): Likewise.
1044 (check_call_to_syscall): Accept an optional syscall pattern.
1045 (check_return_from_syscall): Likewise.
1046 (check_continue): Likewise.
1047 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1048 (test_catch_syscall_skipping_return): New test toggling off 'catch
1049 syscall' to step over the syscall return, then toggling back on.
1050 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1051 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1052 (do_syscall_tests): Call test_catch_syscall_without_args and
1053 test_catch_syscall_mid_vfork.
1054 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1055 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1056
b32b93c6
AS
10572015-10-19 Andrew Stubbs <ams@codesourcery.com>
1058
1059 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1060 print g_vE): Add new pass patterns.
1061 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1062 print various symbol names for vptr fields.
1063
9d622bda
AB
10642015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1067 results.
1068
0fd8ac1c
YQ
10692015-10-12 Yao Qi <yao.qi@linaro.org>
1070
1071 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1072
34240514
YQ
10732015-10-12 Yao Qi <yao.qi@linaro.org>
1074
1075 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1076 is aarch64*-*-linux*.
1077
8240f442
YQ
10782015-10-12 Yao Qi <yao.qi@linaro.org>
1079
1080 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1081 (can_relocate_bcond_true): ... it.
1082 (can_relocate_bcond_false): New function.
1083 (foo): Likewise.
1084 (can_relocate_bl): Likewise.
1085 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1086 can_relocate_bl.
1087
2520f728
PMR
10882015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1089
1090 * gdb.base/nested-addr.c: New file.
1091 * gdb.base/nested-addr.exp: New testcase.
1092
abcef95a
MM
10932015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1094
1095 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1096 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1097 its output. Ignore the output of "record goto begin" and instead
1098 check that GDB is replaying.
1099
145e3ddb
PA
11002015-10-09 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1103 (top level): Use it in the run with no args test.
1104
d5d8c4e1
IB
11052015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1106
1107 * gdb.dlang/properties.exp: New file.
1108
06e635ef
SL
11092015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1110
1111 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1112 whether or not address 0x1000 is mapped on the target.
1113
e019fd1d
SM
11142015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1115
1116 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1117 build.
1118
77ba2a67
MM
11192015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1122 instruction-history test.
1123
c60eb31f
DE
11242015-09-28 Doug Evans <dje@google.com>
1125
1126 * gdb.base/gcore.c (array_func): Add reference to static_array.
1127
9a3c8263
SM
11282015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1129
1130 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1131 source line.
1132
9720e656
SL
11332015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1134
1135 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1136 short or char as base type.
1137
938d3bf2
SL
11382015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1139
1140 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1141 to allow any size enum.
1142
e6c2c623
PMR
11432015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1144
1145 * gdb.ada/array_ptr_renaming.exp: New testcase.
1146 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1147 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1148
06da0f77
PL
11492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1150
1151 * gdb.trace/ftrace-lock.c: New file.
1152 * gdb.trace/ftrace-lock.exp: New file.
1153
4f51c22a
PL
11542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1155
1156 * gdb.arch/insn-reloc.c: New file.
1157 * gdb.arch/ftrace-insn-reloc.exp: New file.
1158
7041adf4
PL
11592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1160
1161 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1162 instruction.
1163 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1164 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1165 * gdb.trace/range-stepping.c: Likewise.
1166 * gdb.trace/trace-break.c: Likewise.
1167 * gdb.trace/trace-mt.c (thread_function): Likewise.
1168 * gdb.trace/ftrace.c (marker): Likewise.
1169 * gdb.trace/trace-condition.c (marker): Likewise.
1170 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1171 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1172 is_aarch64_target.
1173
015d2e7e
DE
11742015-09-18 Doug Evans <xdje42@gmail.com>
1175
1176 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1177 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1178
26b188a2
SL
11792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1180
1181 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1182 the breakpoint.
1183
79dc332b
SL
11842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1185
1186 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1187 the pending breakpoint. Remove timeout override for "Run till
1188 MI pending breakpoint on pendfunc3 on thread 2" test.
1189
f57929f2
SL
11902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1191
1192 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1193 filename pattern.
1194
3f469b17
SL
11952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1196
1197 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1198 in breakpoint filename pattern.
1199
515b89b3
SL
12002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1201
7800dbe4
SL
1202 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1203
12042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1205
515b89b3
SL
1206 * gdb.linespec/explicit.exp: Check for readline support for
1207 tab-completion tests. Fix obvious typo.
1208
d2939ba2
MM
12092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1210
1211 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1212 and replay.
1213
cbb55fa7
MM
12142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1215
1216 * gdb.btrace/non-stop.c: New.
1217 * gdb.btrace/non-stop.exp: New.
1218
43691ca1
PL
12192015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1220 Yao Qi <yao.qi@linaro.org>
1221
1222 * gdb.trace/trace-condition.c: New file.
1223 * gdb.trace/trace-condition.exp: New file.
1224
d78908cf
WW
12252015-09-16 Wei-cheng Wang <cole945@gmail.com>
1226
1227 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1228 for testing bytecode compilation.
1229
1ed415e2
PA
12302015-09-16 Pedro Alves <palves@redhat.com>
1231 Sandra Loosemore <sandra@codesourcery.com>
1232
1233 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1234 (SECONDS): Redefine.
1235 (main): Call pthread_kill and alarm early.
1236 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1237 support.
1238 (test): If the target can't hardware step and doesn't support
1239 displaced stepping, increase the timeout.
1240
d136eff5
PA
12412015-09-16 Pedro Alves <palves@redhat.com>
1242
1243 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1244 (enable_debug): New procedures.
1245 (test): Use them. Bail out if waiting for threads fails.
1246 (top level): Bail out if a test fails.
1247
991f019c
YQ
12482015-09-16 Yao Qi <yao.qi@linaro.org>
1249
1250 * gdb.asm/asm-source.exp: Set asm-arch for
1251 aarch64*-*-* target.
1252 * gdb.asm/aarch64.inc: New file.
1253
bfca584f
PMR
12542015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1255
1256 * gdb.ada/array_of_variable_length.exp: New testcase.
1257 * gdb.ada/array_of_variable_length/foo.adb: New file.
1258 * gdb.ada/array_of_variable_length/pck.adb: New file.
1259 * gdb.ada/array_of_variable_length/pck.ads: New file.
1260
b326e587
DE
12612015-09-15 Doug Evans <dje@google.com>
1262
1263 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1264 of function static local variable.
1265
5382cfab
PW
12662015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1267
1268 * gdb.threads/tls-so_extern.exp: New test file.
1269 * gdb.threads/tls-so_extern.c: New test file.
1270 * gdb.threads/tls-so_extern_main.c: New test file.
1271
141c5cc4
JK
12722015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1273
1274 * gdb.opt/solib-intra-step-lib.c: New file.
1275 * gdb.opt/solib-intra-step-main.c: New file.
1276 * gdb.opt/solib-intra-step.exp: New file.
1277
d15dcecd
PA
12782015-09-15 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1281 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1282
4c2f2a79
PA
12832015-09-14 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.base/hook-stop-continue.c: Delete.
1286 * gdb.base/hook-stop-continue.exp: Delete.
1287 * gdb.base/hook-stop-frame.c: Delete.
1288 * gdb.base/hook-stop-frame.exp: Delete.
1289 * gdb.base/hook-stop.c: New file.
1290 * gdb.base/hook-stop.exp: New file.
1291
919e6dbe
PMR
12922015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1293
1294 * gdb.ada/access_to_packed_array.exp: New testcase.
1295 * gdb.ada/access_to_packed_array/foo.adb: New file.
1296 * gdb.ada/access_to_packed_array/pack.adb: New file.
1297 * gdb.ada/access_to_packed_array/pack.ads: New file.
1298
157280a4
MM
12992015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1300
1301 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1302 buffer size test.
1303
2fd33e94
DB
13042015-09-11 Don Breazeal <donb@codesourcery.com>
1305
1306 * gdb.base/foll-exec.c: Add copyright header. Fix
1307 formatting issues.
1308 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1309 (do_exec_tests): Use clean_restart in place of zap_session,
1310 and for test initialization. Fix formatting issues. Use
1311 fail in place of perror.
1312 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1313 an expect statement to match an expression with output from
1314 the program under debug.
1315 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1316 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1317 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1318 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1319 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1320
e70b6e8e
DE
13212015-09-09 Doug Evans <dje@google.com>
1322
1323 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1324
7a551a51
DE
13252015-09-09 Doug Evans <dje@google.com>
1326
1327 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1328
4c666f84
DE
13292015-09-09 Doug Evans <dje@google.com>
1330
1331 * gdb.base/savedregs.exp: Fix typo.
1332
243a9253
PA
13332015-09-09 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1336
c0fa8fbd
SL
13372015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1338
1339 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1340 command actually switches threads. Give up on remaining
1341 tests if target fails to stop at breakpoint.
1342
cd7c1778
PMR
13432015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1344
1345 * gdb.ada/funcall_char.exp: New testcase.
1346 * gdb.ada/funcall_char/foo.adb: New file.
1347
dc5c8746
PMR
13482015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1349
1350 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1351 expected outputs. Add two testcases for completing ambiguous
1352 functions.
1353 * gdb.ada/complete/aux_pck.adb: New file.
1354 * gdb.ada/complete/aux_pck.ads: New file.
1355 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1356 Ambiguous_Func functions.
1357 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1358 * gdb.ada/complete/pck.adb: Likewise.
1359
4e83a1e7
UW
13602015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1361
1362 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1363 failures to run the test program under GDB.
1364
8ce74153
LM
13652015-08-26 Luis Machado <lgustavo@codesourcery.com>
1366
1367 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1368 to C.
1369
e9756d52
PP
13702015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1371
1372 * gdb.base/run-after-attach.exp: New test file.
1373 * gdb.base/run-after-attach.c: New test file.
1374
8d37573b
DB
13752015-08-26 Don Breazeal <donb@codesourcery.com>
1376
1377 * gdb.base/foll-exec-2.c: New test program.
1378 * gdb.base/foll-exec-2.exp: New test.
1379
63e43d3a
PMR
13802015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1381
1382 * gdb.base/nested-subp1.exp: New file.
1383 * gdb.base/nested-subp1.c: New file.
1384 * gdb.base/nested-subp2.exp: New file.
1385 * gdb.base/nested-subp2.c: New file.
1386 * gdb.base/nested-subp3.exp: New file.
1387 * gdb.base/nested-subp3.c: New file.
1388
3d40fbb5
PA
13892015-08-24 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.server/connect-without-multi-process.c: New file.
1392 * gdb.server/connect-without-multi-process.exp: New file.
1393
4422ac93
LM
13942015-08-24 Luis Machado <lgustavo@codesourcery.com>
1395
1396 * gdb.opt/inline-markers.c: Make z int.
1397
91dddb86
LM
13982015-08-24 Luis Machado <lgustavo@codesourcery.com>
1399
1400 * gdb.opt/inline-markers.c: Make z volatile.
1401
a48847ee
LM
14022015-08-24 Luis Machado <lgustavo@codesourcery.com>
1403
1404 * gdb.opt/inline-bt.c: New volatile global z.
1405 * gdb.opt/inline-cmds.c: Likewise.
1406 * gdb.opt/inline-locals.c: Likewise.
1407 * gdb.opt/inline-markers.c: New extern global z.
1408 (marker): Use z.
1409 (inline_fn): Likewise.
1410
0ebbc52b
PA
14112015-08-24 Pedro Alves <palves@redhat.com>
1412
1413 * config/m32r-stub.exp: Remove file.
1414 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1415 * gdb.base/call-rt-st.exp: Likewise.
1416 * gdb.base/call-strs.exp: Likewise.
1417 * gdb.base/default.exp: Remove references to h8300-*-hms and
1418 *-*-udi*.
1419 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1420
77c365df
AA
14212015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1422
1423 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1424 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1425 and "return" use KFAIL when GDB can not read/write the vector
1426 return value.
1427
4313b8c0
GB
14282015-08-21 Gary Benson <gbenson@redhat.com>
1429
1430 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1431
0e433b32
PA
14322015-08-20 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.server/solib-list.exp: No longer expect an interior stop in
1435 non-stop mode.
1436
221e1a37
PA
14372015-08-20 Pedro Alves <palves@redhat.com>
1438
1439 * gdb.server/connect-stopped-target.c: New file.
1440 * gdb.server/connect-stopped-target.exp: New file.
1441
40e3ad0e
PA
14422015-08-20 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.dwarf2/comp-unit-lang.exp: New file.
1445 * gdb.dwarf2/comp-unit-lang.c: New file.
1446
af39b327
PMR
14472015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1448
1449 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1450 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1451
7d45c7c3 14522015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1453
7d45c7c3
KB
1454 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1455 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1456
4d6cceb4
DE
14572015-08-18 Doug Evans <dje@google.com>
1458 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1459
1460 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1461 skip_python_tests. New arg prompt_regexp.
1462 (skip_python_tests): New function.
1463 * lib/mi-support.exp (mi_skip_python_tests): New function.
1464 * gdb.python/py-mi-objfile-gdb.py: New file.
1465 * gdb.python/py-mi-objfile.c: New file.
1466 * gdb.python/py-mi-objfile.exp: New file.
1467
ad89c2aa
KS
14682015-08-17 Keith Seitz <keiths@redhat.com>
1469
1470 * gdb.linespec/explicit.exp: Move strace test from here ...
1471 * gdb.trace/strace.exp: ... to here.
1472
e3ae3c43
PP
14732015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1474
1475 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1476 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1477
604b2636
DE
14782015-08-14 Doug Evans <xdje42@gmail.com>
1479
1480 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1481 inferior before selecting a new file.
1482
6ff0ba5f
DE
14832015-08-14 Doug Evans <xdje42@gmail.com>
1484
1485 * gdb.mi/mi-disassemble.exp: Update.
1486 * gdb.base/disasm-optim.S: New file.
1487 * gdb.base/disasm-optim.c: New file.
1488 * gdb.base/disasm-optim.h: New file.
1489 * gdb.base/disasm-optim.exp: New file.
1490
9ca98f92
KS
14912015-08-14 Keith Seitz <keiths@redhat.com>
1492
1493 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1494 "evaluated-by".
1495
52bbc560
JB
14962015-08-13 Joel Brobecker <brobecker@adacore.com>
1497
1498 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1499
5d8c3ed3
PMR
15002015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1501
1502 * gdb.ada/fun_renaming.exp: New testcase.
1503 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1504 * gdb.ada/fun_renaming/pack.adb: New file.
1505 * gdb.ada/fun_renaming/pack.ads: New file.
1506
ea8812bc
KS
15072015-08-12 Keith Seitz <keiths@redhat.com>
1508
1509 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1510 gdb_get_line_number.
1511
4dafcdeb
JB
15122015-08-12 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1515 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1516 gdb.base/dso2dso.exp: New files.
1517
5ba32597
SDJ
15182015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1519 Pedro Alves <palves@redhat.com>
1520 Keith Seitz <keiths@redhat.com>
1521
1522 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1523 GDBFLAGS.
1524
b6dafabf
PP
15252015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1526
1527 * gdb.base/gdbhistsize-history.exp
1528 (test_histsize_history_setting): Use save_vars.
1529 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1530 Use save_vars.
1531 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1532 * gdb.base/readline.exp: Use save_vars.
1533
abe8e607
PP
15342015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1535
1536 * lib/gdb.exp (save_vars): New proc.
1537
629500fa
KS
15382015-08-11 Keith Seitz <keiths@redhat.com>
1539
1540 * gdb.base/help.exp: Update help_breakpoint_text.
1541
eb8c4e2e
KS
15422015-08-11 Keith Seitz <keiths@redhat.com>
1543
1544 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1545 (at toplevel): Call test_explicit_breakpoints.
1546 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1547 breakpoints.
1548 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1549 breakpoint conditions, "-cond".
1550
87f0e720
KS
15512015-08-11 Keith Seitz <keiths@redhat.com>
1552
1553 * gdb.linespec/3explicit.c: New file.
1554 * gdb.linespec/cpexplicit.cc: New file.
1555 * gdb.linespec/cpexplicit.exp: New file.
1556 * gdb.linespec/explicit.c: New file.
1557 * gdb.linespec/explicit.exp: New file.
1558 * gdb.linespec/explicit2.c: New file.
1559 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1560 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1561 before using in the matching pattern.
1562 Clarify that `prefix' is a regular expression.
1563
f00aae0f
KS
15642015-08-11 Keith Seitz <keiths@redhat.com>
1565
1566 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1567 test.
1568 Add tests for missing ",FMT" and ",".
1569
e27852be
DE
15702015-08-10 Doug Evans <dje@google.com>
1571 Keith Seitz <keiths@redhat.com>
1572
1573 PR gdb/17960
1574 * gdb.base/completion.exp: Add location completer tests.
1575
7f03bd92
PA
15762015-08-07 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1579 tests here.
1580 (top level): Run do_test with and without displaced stepping.
1581
3fc8eb30
PA
15822015-08-07 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.base/valgrind-disp-step.c: New file.
1585 * gdb.base/valgrind-disp-step.exp: New file.
1586
d4569d7b
PA
15872015-08-07 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1590 Delete function.
1591 (main): Add alarm. Run an infinite loop instead of calling
1592 wait_threads.
1593 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1594 comment.
1595 * gdb.threads/step-over-trips-on-watchpoint.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-trips-on-watchpoint.exp (do_test): Change
1600 comment.
1601
e1316e60
PA
16022015-08-07 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.base/checkpoint-ns.exp: New file.
1605 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1606 standard_testfile.
1607
da8c46d2
MM
16082015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1609
1610 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1611 * gdb.btrace/instruction_history.exp: Update.
1612 * gdb.btrace/tsx.exp: New.
1613 * gdb.btrace/tsx.c: New.
1614
de1c2c52
PA
16152015-08-06 Pedro Alves <palves@redhat.com>
1616
1617 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1618 increase timeout.
1619 * gdb.reverse/until-precsave.exp: Bump timeouts.
1620
782e0bf4
PA
16212015-08-06 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1624
83e97ed0
PA
16252015-08-06 Pedro Alves <palves@redhat.com>
1626
1627 PR gdb/18749
1628 * gdb.threads/process-dies-while-handling-bp.c: New file.
1629 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1630
863d01bd
PA
16312015-08-06 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1634 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1635
0a39bb32
PA
16362015-08-05 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1639 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1640
ee2d2b10
SL
16412015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1642
1643 * gdb.base/bp-permanent.exp: Report test as unsupported if
1644 the target cannot stop at the permanent breakpoint.
1645
4e1bdb00
DE
16462015-08-03 Doug Evans <dje@google.com>
1647
1648 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1649 10000.
1650
3d338901
DE
16512015-08-03 Doug Evans <dje@google.com>
1652
1653 * Makefile.in (workers/%.worker, build-perf): New rule.
1654 (GDB_PERFTEST_MODE): New variable.
1655 (check-perf): Use it.
1656 (clean): Clean up gdb.perf parallel build subdirs.
1657 * lib/build-piece.exp: New file.
1658 * lib/gdb.exp (make_gdb_parallel_path): New function
1659 (standard_output_file, standard_temp_file): Call it.
1660 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1661 of $GDB_PARALLEL.
1662 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1663
af061d3e
DE
16642015-08-03 Doug Evans <dje@google.com>
1665
8e1afc81 1666 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1667 (LOG_FILE_NAME): New global.
1668 (TextReporter.__init__): Initialize self.txt_sum.
1669 (TextReporter.report): Add support for multiple data-points.
1670 Move report to perftest.sum, put raw data in perftest.log.
1671 (TextReporter.start): Open sum and log files.
1672 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1673 * gdb.perf/lib/perftest/testresult.py
1674 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1675
2c8c5d37
PA
16762015-07-31 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1679 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1680 kill_wait_spawned_process instead of explicit "kill -9".
1681 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1682 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1683 kill_wait_spawned_process.
1684 * gdb.base/attach-twice.exp: Likewise.
1685 * gdb.base/attach.exp: Likewise.
1686 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1687 gdb_test_multiple.
1688 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1689 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1690 kill_wait_spawned_process.
1691 * gdb.base/valgrind-infcall.exp: Likewise.
1692 * gdb.multi/multi-attach.exp: Likewise.
1693 * gdb.python/py-prompt.exp: Likewise.
1694 * gdb.python/py-sync-interp.exp: Likewise.
1695 * gdb.server/ext-attach.exp: Likewise.
1696 * gdb.threads/attach-into-signal.exp (corefunc): Use
1697 spawn_wait_for_attach, spawn_id_get_pid and
1698 kill_wait_spawned_process.
1699 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1700 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1701 spawn_id_get_pid and kill_wait_spawned_process.
1702 * gdb.threads/attach-stopped.exp (corefunc): Use
1703 spawn_wait_for_attach, spawn_id_get_pid and
1704 kill_wait_spawned_process.
1705 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1706 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1707 kill_wait_spawned_process instead of explicit "kill -9".
1708 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1709 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1710 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1711 processes. Don't map cygwin/windows pids here. Now returns a
1712 spawn id list.
1713
032a0fca
SL
17142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1715
1716 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1717 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1718 correct patch.
1719
61a934ca
SL
17202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1721
1722 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1723
4bc4d428
SL
17242015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1725
1726 Reapply:
1727 2014-05-21 Mark Wielaard <mjw@redhat.com>
1728
1729 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1730
998d452a
PA
17312015-07-30 Pedro Alves <palves@redhat.com>
1732
1733 * linux-low.c (handle_extended_wait): Set the child's last
1734 reported status to TARGET_WAITKIND_STOPPED.
1735
69dde7dc
PA
17362015-07-30 Pedro Alves <palves@redhat.com>
1737
1738 PR threads/18600
1739 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1740 only shows inferior 1.
1741
4dd63d48
PA
17422015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1743 Pedro Alves <palves@redhat.com>
1744
1745 PR threads/18600
1746 * gdb.threads/fork-plus-threads.c: New file.
1747 * gdb.threads/fork-plus-threads.exp: New file.
1748
d618e4c5
PP
17492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1750
1751 * gdb.base/batch-preserve-term-settings.exp
1752 (test_terminal_settings_preserved_after_cli_exit): Use
1753 send_quit_command.
1754
1eef6428
PA
17552015-07-29 Pedro Alves <palves@redhat.com>
1756 Don Breazeal <donb@codesourcery.com>
1757
1758 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1759 output from both inferior_spawn_id and gdb_spawn_id.
1760
7da5b897
SDJ
17612015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1762
1763 * gdb.threads/attach-into-signal.exp (corefunc): Use
1764 with_test_prefix on nested loops, uniquefying the test messages.
1765
dac804df
SDJ
17662015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1767
1768 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1769 commit.
1770
06265e53
PP
17712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1772
1773 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1774 New proc.
1775 (test_terminal_settings_preserved_after_sigterm): New test.
1776
18206ca3
PP
17772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1778
1779 * gdb.base/batch-preserve-term-settings.exp
1780 (test_terminal_settings_preserved_after_cli_exit): New test.
1781
90074d11
PP
17822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1783
1784 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1785 manipulation of saved_gdbflags.
1786 (test_terminal_settings_preserved): Remove global declaration of
1787 the unused variable pagination_prompt. Remove manipulation of
1788 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1789 GDBFLAGS.
1790
eb1a7902
PA
17912015-07-29 Pedro Alves <palves@redhat.com>
1792
1793 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1794
8b75dd3b
PA
17952015-07-29 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1798 at the top.
1799
dedad4e3
PA
18002015-07-29 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1803 (main): Call gdb_unbuffer_output.
1804 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1805 (main): Call gdb_unbuffer_output.
1806 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1807 (main): Call gdb_unbuffer_output.
1808 * gdb.base/call-strs.exp: Adjust to step over the
1809 gdb_unbuffer_output call.
1810 * gdb.base/catch-gdb-caused-signals.c: Include
1811 "../lib/unbuffer_output.c".
1812 (main): Call gdb_unbuffer_output.
1813 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1814 (main): Call gdb_unbuffer_output.
1815 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1816 (main): Call gdb_unbuffer_output.
1817 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1818 (main): Call gdb_unbuffer_output.
1819 * gdb.base/shlib-call.exp: Adjust to step over the
1820 gdb_unbuffer_output call.
1821 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1822 (main): Call gdb_unbuffer_output.
1823 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1824 (main): Call gdb_unbuffer_output.
1825 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1826 (main): Rename to ...
1827 (test): ... this.
1828 (main): Reimplement.
1829 * gdb.base/varargs.exp: Run to test instead of to main.
1830 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1831 (main): Call gdb_unbuffer_output.
1832
58789a91
PA
18332015-07-29 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1836 factore out from mi_continue_dprintf. For call-style dprintfs,
1837 expect dprintf output out of $inferior_spawn_id.
1838 (mi_continue_dprintf): Use mi_expect_dprintf.
1839 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1840 (main): Call gdb_unbuffer_output.
1841
e8376742
PA
18422015-07-29 Pedro Alves <palves@redhat.com>
1843
1844 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1845 (default_mi_gdb_start): Set inferior_spawn_id instead of
1846 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1847 gdb_spawn_id.
1848 (mi_gdb_test): Always expect inferior output from both
1849 $inferior_spawn_id and $gdb_spawn_id.
1850
08280010
PA
18512015-07-29 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1854 send_inferior and $inferior_spawn_id.
1855
4d30e432
PA
18562015-07-29 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.gdb/complaints.exp (test_initial_complaints)
1859 (test_serial_complaints, test_short_complaints): Use
1860 gdb_test_stdio.
1861 (test_empty_complaint): Handle $inferior_spawn_id !=
1862 $gdb_spawn_id.
1863
0d30a335
PA
18642015-07-29 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.base/varargs.exp: Use gdb_test_stdio.
1867
39413b29
PA
18682015-07-29 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1871
7cb000a9
PA
18722015-07-29 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1875
d7b8ac82
PA
18762015-07-29 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1879 parameter into two new parameters, "inf_result" and "gdb_result".
1880 Expect inferior output and gdb output from $inferior_spawn_id and
1881 $gdb_spawn_id, respectively. Adjust all callers.
1882
789c3a0c
PA
18832015-07-29 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1886 of gdb_test_sequence.
1887
77e760c3
PA
18882015-07-29 Pedro Alves <palves@redhat.com>
1889
1890 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1891 (saw_spurious_output): Expect inferior output from
1892 $inferior_spawn_id. Use gdb_test_stdio.
1893
8396d2cd
PA
18942015-07-29 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/dprintf.exp: Use standard_testfile. Change
1897 prepare_for_testing call.
1898 (srcfile): Don't set.
1899 (restart): New procedure.
1900 (test_dprintf): New procecure, use to continue over dprintfs.
1901 (test_call, test_agent): New procedures, tests moved here.
1902 Restart gdb and recreate dprintfs. Adjust expected output.
1903
2051d61f
PA
19042015-07-29 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1907
452397af
PA
19082015-07-29 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1911
8aed9555
PA
19122015-07-29 Pedro Alves <palves@redhat.com>
1913
1914 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1915 gdb_test_stdio.
1916
188a61b4
PA
19172015-07-29 Pedro Alves <palves@redhat.com>
1918
1919 * lib/gdb.exp (gdb_test_stdio): New procedure.
1920
12264a45
PA
19212015-07-29 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1924
23ffc893
PA
19252015-07-29 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/call-signal-resume.exp: Remove check for
1928 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1929 * gdb.base/unwindonsignal.exp: Likewise.
1930 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1931 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1932
65566918
PA
19332015-07-29 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.base/siginfo-addr.c (pass): New function.
1936 (handler): Call it iff si_addr is correct.
1937 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1938 Set a breakpoint at "pass" and continue to it.
1939
d60a9221
SDJ
19402015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1941
1942 * gdb.python/py-objfile.exp: Make some tests have unique names.
1943 * gdb.python/py-pp-registration.exp: Likewise.
1944
bde40b8f
PA
19452015-07-28 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1948
13e1dec8
SM
19492015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1950
1951 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1952
da33c9a7
SM
19532015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1954
1955 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1956
077836f7
PP
19572015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1958
1959 * gdb.base/gdb-sigterm-2.exp: New test.
1960
b8cc7b2e
DE
19612015-07-25 Doug Evans <xdje42@gmail.com>
1962
1963 Revert:
1964 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1965 (workers/%.worker, build-perf): New rule.
1966 (GDB_PERFTEST_MODE): New variable.
1967 (check-perf): Use it.
1968 (clean): Clean up gdb.perf parallel build subdirs.
1969 * lib/build-piece.exp: New file.
1970 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1971 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1972 name.
1973 (standard_temp_file): Ditto.
1974 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1975 of $GDB_PARALLEL.
1976
c8bd4544
DE
19772015-07-24 Doug Evans <dje@google.com>
1978
1979 * gdb.perf/lib/perftest/utils.py: New file.
1980 * gdb.perf/gm-hello.cc: New file.
1981 * gdb.perf/gm-pervasive-typedef.cc: New file.
1982 * gdb.perf/gm-pervasive-typedef.h: New file.
1983 * gdb.perf/gm-std.cc: New file.
1984 * gdb.perf/gm-std.h: New file.
1985 * gdb.perf/gm-use-cerr.cc: New file.
1986 * gdb.perf/gm-utils.h: New file.
1987 * gdb.perf/gmonster-null-lookup.py: New file.
1988 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1989 * gdb.perf/gmonster-print-cerr.py: New file.
1990 * gdb.perf/gmonster-ptype-string.py: New file.
1991 * gdb.perf/gmonster-runto-main.py: New file.
1992 * gdb.perf/gmonster-select-file.py: New file.
1993 * gdb.perf/gmonster1-null-lookup.exp: New file.
1994 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1995 * gdb.perf/gmonster1-print-cerr.exp: New file.
1996 * gdb.perf/gmonster1-ptype-string.exp: New file.
1997 * gdb.perf/gmonster1-runto-main.exp: New file.
1998 * gdb.perf/gmonster1-select-file.exp: New file.
1999 * gdb.perf/gmonster1.cc: New file.
2000 * gdb.perf/gmonster1.exp: New file.
2001 * gdb.perf/gmonster2-null-lookup.exp: New file.
2002 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2003 * gdb.perf/gmonster2-print-cerr.exp: New file.
2004 * gdb.perf/gmonster2-ptype-string.exp: New file.
2005 * gdb.perf/gmonster2-runto-main.exp: New file.
2006 * gdb.perf/gmonster2-select-file.exp: New file.
2007 * gdb.perf/gmonster2.cc: New file.
2008 * gdb.perf/gmonster2.exp: New file.
2009
6eab34f3
DE
20102015-07-24 Doug Evans <dje@google.com>
2011
2012 * gdb.perf/README: New file.
2013 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2014 * lib/gen-perf-test.exp: New file.
2015
63738bfd
DE
20162015-07-24 Doug Evans <dje@google.com>
2017
2018 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2019 (PerfTest::startup): New function.
2020 (PerfTest::run): Return result of calling body.
2021 (PerfTest::assemble): Rewrite.
2022 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2023 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2024 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2025 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2026 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2027
7b606f95
DE
20282015-07-24 Doug Evans <dje@google.com>
2029
2030 * lib/gdb.exp (clean_restart): Make executable optional.
2031
a97b16b8
DE
20322015-07-24 Doug Evans <dje@google.com>
2033
2034 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2035 compiler_info references.
2036 * gdb.cp/temargs.exp: Ditto.
2037 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2038 (get_compiler_info): Early exit if already computed. Set compiler_info
2039 to "unknown" if there was a problem.
2040 (test_compiler_info): Add function comment. Call get_compiler_info.
2041
35baa57f
DE
20422015-07-24 Doug Evans <dje@google.com>
2043
2044 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2045 (workers/%.worker, build-perf): New rule.
2046 (GDB_PERFTEST_MODE): New variable.
2047 (check-perf): Use it.
2048 (clean): Clean up gdb.perf parallel build subdirs.
2049 * lib/build-piece.exp: New file.
2050 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2051 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2052 name.
2053 (standard_temp_file): Ditto.
2054 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2055 of $GDB_PARALLEL.
2056
6ebea266
DE
20572015-07-24 Doug Evans <dje@google.com>
2058
2059 * lib/future.exp (gdb_default_target_compile): New option
2060 "early_flags".
2061 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2062 --as-needed.
2063
1e76a7e9
SDJ
20642015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2065
2066 * gdb.base/catch-syscall.exp: Call gdb_exit before
2067 gdb_skip_xml_test.
2068
5068630a
PA
20692015-07-24 Pedro Alves <palves@redhat.com>
2070
2071 * gdb.python/py-events.exp: Accept output between the stop event
2072 and the prompt.
2073 * gdb.python/py-evsignal.exp: Likewise.
2074 * gdb.python/py-evthreads.exp: Likewise.
2075
77598427
PA
20762015-07-24 Pedro Alves <palves@redhat.com>
2077
2078 PR gdb/18717
2079 * gdb.threads/non-ldr-exit.c: New file.
2080 * gdb.threads/non-ldr-exit.exp: New file.
2081
11e6c98f
YQ
20822015-07-24 Yao Qi <yao.qi@linaro.org>
2083
2084 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2085 restarting process.
2086
51aee833
YQ
20872015-07-24 Yao Qi <yao.qi@linaro.org>
2088
2089 * gdb.server/ext-restart.exp: New file.
2090
8cfe207c
YQ
20912015-07-24 Yao Qi <yao.qi@linaro.org>
2092
2093 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2094 argument options.
2095 * gdb.server/ext-wrapper.exp: New file.
2096
cc12ce38
DE
20972015-07-23 Doug Evans <dje@google.com>
2098
2099 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2100 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2101
d0d84780
PMR
21022015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2103
2104 * gdb.ada/var_arr_typedef.exp: New testcase.
2105 * gdb.ada/var_arr_typedef/pack.adb: New file.
2106 * gdb.ada/var_arr_typedef/pack.ads: New file.
2107 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2108
8b558f79
JB
21092015-07-20 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2112
775a3298
JK
21132015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 * gdb.arch/i386-biarch-core.exp: Replace istarget
2116 by "complete set gnutarget". Remove expectation for the "core-file"
2117 command.
2118
db1ff28b
JK
21192015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 Revert the previous commit:
2122 Tests for validate symbol file using build-id.
2123
0a94970d
JK
21242015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2125
2126 Tests for validate symbol file using build-id.
2127 * gdb.base/solib-mismatch-lib.c: New file.
2128 * gdb.base/solib-mismatch-libmod.c: New file.
2129 * gdb.base/solib-mismatch.c: New file.
2130 * gdb.base/solib-mismatch.exp: New file.
2131
03346981
SL
21322015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2133
2134 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2135 nios2-*-linux*.
2136 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2137 * gdb.base/siginfo.exp: Likewise.
2138 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2139
42422cc7
PL
21402015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2141
2142 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2143 Move it to ...
2144 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2145 ... here.
2146 * gdb.trace/range-stepping.exp: Check that the target supports
2147 range stepping.
2148
cfa68bae
JK
21492015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2152
8ffdba26
PA
21532015-07-14 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.base/killed-outside.exp: New file.
2156 * gdb.base/killed-outside.c: New file.
2157
218a5a11
JK
21582015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2161 (n at main): New.
2162 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2163
e03ed3c6
AA
21642015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2165
2166 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2167 infcall tests instead of setting up for KFAIL.
2168
485668e5
MM
21692015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2170
2171 * gdb.btrace/record_goto-step.exp: New.
2172
08464196
JK
21732015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 PR compile/18484
2176 * gdb.compile/compile.c (struct struct_type): Add volatile to
2177 selffield's type.
2178 * gdb.compile/compile.exp
2179 (compile code struct_object.selffield = &struct_object): Skip further
2180 struct_object tests if this one xfails.
2181
bcf5c1d9
RC
21822015-07-08 Robert O'Callahan <robert@ocallahan.org>
2183
2184 PR exp/18617
2185 * gdb.trace/ax.exp: Add test.
2186
4931af25
YQ
21872015-07-07 Yao Qi <yao.qi@linaro.org>
2188
2189 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2190 instead of istarget "aarch64*-*-*".
2191 * gdb.arch/aarch64-fp.exp: Likewise.
2192 * gdb.base/float.exp: Likewise.
2193 * gdb.reverse/aarch64.exp: Likewise.
2194 * lib/gdb.exp (is_aarch64_target): New proc.
2195
9fcf688e
YQ
21962015-07-07 Yao Qi <yao.qi@linaro.org>
2197
2198 * lib/gdb.exp (is_aarch32_target): New proc.
2199 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2200 instead of "istarget "arm*-*-*"".
2201 * gdb.arch/arm-disp-step.exp: Likewise.
2202 * gdb.arch/thumb-bx-pc.exp: Likewise.
2203 * gdb.arch/thumb-prologue.exp: Likewise.
2204 * gdb.arch/thumb-singlestep.exp: Likewise.
2205 * gdb.base/disp-step-syscall.exp: Likewise.
2206 * gdb.base/float.exp: Likewise.
2207
fbd8d50d
YQ
22082015-07-07 Yao Qi <yao.qi@linaro.org>
2209
2210 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2211 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2212
71be1fdc
YQ
22132015-07-07 Yao Qi <yao.qi@linaro.org>
2214
2215 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2216 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2217 if it exists.
2218 * gdb.multi/multi-arch.exp: Likewise.
2219
3e221d36
SM
22202015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2221
2222 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2223 print.
2224
d441430b
YQ
22252015-07-07 Yao Qi <yao.qi@linaro.org>
2226
2227 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2228
06f810bd
MG
22292015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2230
2231 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2232 '[' and ']' characters.
2233
5e61e7c0
IB
22342015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2235
2236 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2237
28bf096c
PA
22382015-06-29 Pedro Alves <palves@redhat.com>
2239
2240 PR threads/18127
2241 * gdb.threads/hand-call-new-thread.c: New file.
2242 * gdb.threads/hand-call-new-thread.c: New file.
2243
ee93cd5e
KS
22442015-06-26 Keith Seitz <keiths@redhat.com>
2245 Doug Evans <dje@google.com>
2246
2247 PR 16253
2248 * gdb.cp/var-tag-2.cc: New file.
2249 * gdb.cp/var-tag-3.cc: New file.
2250 * gdb.cp/var-tag-4.cc: New file.
2251 * gdb.cp/var-tag.cc: New file.
2252 * gdb.cp/var-tag.exp: New file.
2253
fc637f04
PP
22542015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2255
2256 * gdb.base/history-duplicates.exp: New test.
2257
2e52ae68
PP
22582015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2259
2260 * gdb.base/completion.exp: Test the completion of the "focus"
2261 command.
2262
6e22494e
JK
22632015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.arch/amd64-prologue-skip.S: New file.
2266 * gdb.arch/amd64-prologue-skip.exp: New file.
2267
bf7b9cd9
SM
22682015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2269
2270 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2271 is_address_zero_readable check.
2272
201e8dfd
PB
22732015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2274
2275 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2276 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2277
5cd867b4
YQ
22782015-06-24 Yao Qi <yao.qi@linaro.org>
2279
2280 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2281 linux targets.
2282
4d7be007
YQ
22832015-06-24 Yao Qi <yao.qi@linaro.org>
2284
2285 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2286 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2287 * gdb.base/siginfo-thread.exp: Likewise.
2288
07fcd301
YQ
22892015-06-22 Yao Qi <yao.qi@linaro.org>
2290
2291 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2292
52042a00
YQ
22932015-06-22 Yao Qi <yao.qi@linaro.org>
2294
2295 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2296 aarch64*-*-*.
2297 (skip_hw_watchpoint_tests): Likewise.
2298
74bd41ce
PP
22992015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2300
2301 * gdb.base/gdbinit-history.exp: Test the interaction between
2302 setting GDBHISTSIZE and setting the history size via .gdbinit.
2303
bc460514
PP
23042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2305
2306 PR gdb/16999
2307 * gdb.base/gdbhistsize-history.exp: New test.
2308
b58c513b
PP
23092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2310
2311 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2312 with GDBHISTSIZE.
2313 * gdb.base/readline.exp: Likewise.
2314
92046791
YQ
23152015-06-17 Yao Qi <yao.qi@linaro.org>
2316
2317 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2318 line.
2319
2093d2d3
PP
23202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2321
2322 * gdb.base/gdbinit-history.exp: Add test case to check that
2323 an unlimited history file does not get truncated on exit.
2324
e6c693af
AA
23252015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2326
2327 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2328 (VECTOR): New macro. Use it...
2329 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2330 ...for these typedefs.
2331 (int8, char1, int1, double1): New typedefs.
2332 (struct just_int2, struct two_int2): New structures.
2333 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2334 (add_structvecs, add_singlevecs): New functions.
2335 (main): Call add_some_intvecs twice.
2336 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2337 the compile and exit upon failure. Try compiling for the "native"
2338 architecture. Test inferior function calls with vector arguments
2339 and vector return value handling with "finish" and "return".
2340
c74f7d1c
JT
23412015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2342
2343 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2344 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2345 PE file.
2346 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2347
98aa42ee
AT
23482015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2349
2350 PR breakpoints/16465
2351 * gdb.mi/mi-dprintf-pending.c: New file.
2352 * gdb.mi/mi-dprintf-pending.exp: New test.
2353 * gdb.mi/mi-dprintf-pendshr.c: New file.
2354
7d73c23c 23552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2356 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2357
2358 * gdb.arch/i386-mpx-map.c: New file.
2359 * gdb.arch/i386-mpx-map.exp: New File.
2360
23612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2362
2363 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2364 * gdb.arch/i386-mpx.exp: Indentation fixed.
2365
23662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2367
2368 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2369 function and improved indentation.
2370 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2371 gdb_test_multiple. Added additional tests to skip the test.
2372
23732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2374
2375 * gdb.arch/i386-avx512.c: Change path in include file.
2376 * gdb.arch/i386-avx512.exp: Change include dir path
2377 compilation flag.
2378 * gdb.arch/i386-mpx.c: Change path in include file.
2379 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2380 flag.
2381
d5eba19a
JK
23822015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2383
2384 * gdb.compile/compile-print.exp (compile print *vararray@3)
2385 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2386
7f361056
JK
23872015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2390 (do not keep jit in memory): ... this.
2391 (expect 5): Change it to ...
2392 (expect no 5): ... this.
2393
3b462ec2
SM
23942015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2395
2396 PR gdb/15564
2397 * gdb.mi/mi-detach.exp: New file.
2398
e0619de6
JK
23992015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2400
2401 PR symtab/18392
2402 * gdb.arch/amd64-tailcall-self.S: New file.
2403 * gdb.arch/amd64-tailcall-self.c: New file.
2404 * gdb.arch/amd64-tailcall-self.exp: New file.
2405
e970cb34
DB
24062015-05-28 Don Breazeal <donb@codesourcery.com>
2407
2408 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2409 tests for remote targets by checking is_target_gdbserver.
2410
b2e2f908
DE
24112015-05-27 Doug Evans <dje@google.com>
2412
2413 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2414 * gdb.dwarf2/opaque-type-lookup.c: New file.
2415 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2416
82c7be31
DE
24172015-05-26 Doug Evans <dje@google.com>
2418
2419 * gdb.cp/iostream.cc: New file.
2420 * gdb.cp/iostream.exp: New file.
2421
b4f54984
DE
24222015-05-26 Doug Evans <dje@google.com>
2423
2424 * gdb.dwarf2/dw2-op-call.exp: Update.
2425 * gdb.dwarf2/dw4-sig-types.exp: Update.
2426 * gdb.dwarf2/implptr.exp: Update.
2427 * gdb.mi/mi-cmd-param-changed.exp: Update.
2428
4ea6efe9
DE
24292015-05-26 Doug Evans <dje@google.com>
2430
2431 * gdb.python/py-lazy-string.c: New file.
2432 * gdb.python/py-lazy-string.exp: New file.
2433 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2434 (main): Update. Add estring3.
2435 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2436 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2437
f6bb7db3
YQ
24382015-05-26 Omair Javaid <omair.javaid@linaro.org>
2439 Yao Qi <yao.qi@linaro.org>
2440
2441 * gdb.reverse/aarch64.c: New.
2442 * gdb.reverse/aarch64.exp: New.
2443
a81bfbd0
OJ
24442015-05-26 Omair Javaid <omair.javaid@linaro.org>
2445
2446 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2447 (supports_reverse): Likewise.
2448
158bf1b4
PP
24492015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2450
2451 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2452 Use with_test_prefix.
2453
a0145030
AB
24542015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.base/completion.exp: Add test for completion of layout
2457 names.
2458
ebe3b578
AB
24592015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * lib/gdb.exp (skip_tui_tests): New proc.
2462 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2463
84204ed7
PA
24642015-05-19 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2467 Save the whole env array instead of just HOME. Unset HISTSIZE in
2468 the environment while testing. Restore whole environment
2469 afterwards.
2470
37442ce1
DE
24712015-05-16 Doug Evans <xdje42@gmail.com>
2472
2473 * gdb.guile/scm-ports.c: New file.
2474 * gdb.guile/scm-ports.exp: Add memory port tests.
2475
36de76f9
JK
24762015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2477
2478 * gdb.compile/compile-print.c: New file.
2479 * gdb.compile/compile-print.exp: New file.
2480
3a9558c4
JK
24812015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2482
2483 * gdb.compile/compile-ops.exp: Cast param to void.
2484 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2485 (compile code struct_object.selffield = &struct_object): Add xfail.
2486
aa715135
JG
24872015-05-15 Joel Brobecker <brobecker@adacore.com>
2488
2489 * gdb.ada/arr_enum_with_gap: New testcase.
2490
931e5bc3
JG
24912015-05-15 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.ada/byte_packed_arr: New testcase.
2494
9cd4d857
JB
24952015-05-15 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.ada/pckd_neg: New testcase.
2498
ebfd00d2
PP
24992015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2500
2501 PR gdb/17820
2502 * gdb.base/gdbinit-history.exp: New test.
2503 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2504 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2505
4c082a81
SC
25062015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2507
2508 * gdb.python/py-xmethods.cc: Enhance test case.
2509 * gdb.python/py-xmethods.exp: New tests.
2510 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2511 function.
2512 (B_indexoper): Likewise.
2513 (global_dm_list) : Add new xmethod worker functions.
2514
f7797074
SDJ
25152015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2516
2517 * gdb.base/coredump-filter.exp: Correctly unset
2518 "coredump_var_addr" array.
2519
a4674e4e
PA
25202015-05-08 Pedro Alves <palves@redhat.com>
2521
2522 * gdb.server/non-existing-program.exp: Unset spawn_id.
2523
df2eb078
SC
25242015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2525
2526 PR python/18291
2527 * gdb.python/py-xmethods.exp: Add tests.
2528
422349a3
YQ
25292015-05-08 Yao Qi <yao.qi@linaro.org>
2530
2531 PR gdb/18208
2532 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2533 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2534 function set_coredump_filter, and remove remote_exec call.
2535 Remove argument ipid. Callers update.
2536 (top level): Don't get inferior's PID.
2537
63fc80ce
AA
25382015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2539
2540 * gdb.base/watch_thread_num.exp: Skip test on targets without
2541 access watchpoints.
2542
80ad801e
PA
25432015-05-06 Pedro Alves <palves@redhat.com>
2544
2545 PR server/18081
2546 * gdb.server/non-existing-program.exp: New file.
2547
0fa7fe50
JB
25482015-05-05 Joel Brobecker <brobecker@adacore.com>
2549
2550 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2551
3ea89b92
PMR
25522015-05-05 Joel Brobecker <brobecker@adacore.com>
2553
2554 * gdb.ada/out_of_line_in_inlined: New testcase.
2555
87b8eff0
JB
25562015-05-05 Joel Brobecker <brobecker@adacore.com>
2557
2558 * gdb.ada/var_rec_arr: New testcase.
2559
5fccc635
YQ
25602015-04-30 Yao Qi <yao.qi@linaro.org>
2561
2562 * gdb.base/break-idempotent.exp: If
2563 skip_hw_watchpoint_multi_tests returns true, skip the tests
2564 on "rwatch" and "awatch".
2565
42d38f42
YQ
25662015-04-30 Yao Qi <yao.qi@linaro.org>
2567
2568 * gdb.base/relativedebug.exp: Invoke gdb command
2569 "info sharedlibrary", and if libc.so doesn't have debug info,
2570 skip the test.
2571
2ce1cdbf
DE
25722015-04-29 Doug Evans <dje@google.com>
2573
2574 * gdb.python/py-xmethods.exp: Add ptype tests.
2575 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2576 get_result_type method.
2577
f24a38c5
LM
25782015-04-29 Luis Machado <lgustavo@codesourcery.com>
2579
2580 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2581 the target does not support hardware watchpoints.
2582
ecbf2b3c
LM
25832015-04-29 Luis Machado <lgustavo@codesourcery.com>
2584
2585 * gdb.base/break-always.exp: Abort testing if writing to memory
2586 causes an error.
2587
34f5f757
DE
25882015-04-28 Doug Evans <dje@google.com>
2589
2590 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2591 * gdb.python/py-pp-registration.exp: ... here. New file.
2592 * gdb.python/py-pp-registration.c: New file.
2593 * gdb.python/py-pp-registration.py: New file.
2594
69b4374a
DE
25952015-04-28 Doug Evans <dje@google.com>
2596
2597 * gdb.python/py-bad-printers.c: New file.
2598 * gdb.python/py-bad-printers.py: New file.
2599 * gdb.python/py-bad-printers.exp: New file.
2600
59fb7612
SS
26012015-04-28 Sasha Smundak <asmundak@google.com>
2602
2603 * gdb.python/py-type.exp: New test.
2604
2631b16a
AW
26052015-04-28 Andy Wingo <wingo@igalia.com>
2606
2607 * gdb.python/py-parameter.exp:
2608 * gdb.guile/scm-parameter.exp: Escape the path that we are
2609 matching against, as it might contain characters that are special
2610 to regular expressions.
2611
460efde1
JB
26122015-04-27 Joel Brobecker <brobecker@adacore.com>
2613
2614 * gdb.ada/rec_comp: New testcase.
2615
2d369d8e
SDJ
26162015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2617
2618 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2619 before using it.
2620
cf75d6c3
AB
26212015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2624 new tests for verilog output.
2625
8dbe7ca5
YQ
26262015-04-24 Yao Qi <yao.qi@linaro.org>
2627
2628 * boards/remote-gdbserver-on-localhost.exp: New file.
2629
4ef9fb2f
PA
26302015-04-23 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2633 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2634 "end of file", remove $inferior_spawn_id from the indirect list.
2635
0a803169
PA
26362015-04-23 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2639
749ef8f8
PA
26402015-04-23 Pedro Alves <palves@redhat.com>
2641
2642 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2643 on $any_spawn_id instead of only on $gdb_spawn_id.
2644
8aae4344
PM
26452015-04-21 Pierre Muller <muller@sourceware.org>
2646
2647 PR pascal/17815
2648 * lib/pascal.exp (gpc_compile): Add new option "class".
2649 (fpc_compile): Likewise.
2650 * gdb.pascal/case-insensitive-symbols.pas: New file.
2651 * gdb.pascal/case-insensitive-symbols.exp: New file.
2652
1586c8fb
GB
26532015-04-20 Gary Benson <gbenson@redhat.com>
2654
2655 * gdb.base/attach.exp: Fix three extended remote failures.
2656
1b6e6f5c
GB
26572015-04-17 Gary Benson <gbenson@redhat.com>
2658
2659 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2660 the main executable over the remote protocol.
2661
e797481d
PA
26622015-04-16 Pedro Alves <palves@redhat.com>
2663
2664 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2665 a new gdbserver if gdbserver_reconnect_p is set.
2666
1ca99c42
PA
26672015-04-16 Pedro Alves <palves@redhat.com>
2668
2669 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2670 is set, don't exit gdbserver.
2671
af9fd6f8
AA
26722015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2673
2674 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2675 appropriate .insn, such that an older assembler can be used.
2676 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2677 the z/Architecture instruction set on 31-bit targets as well.
2678
04ff1e61
AA
26792015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2680
2681 * gdb.go/handcall.exp: Remove all logic related to the first
2682 breakpoint and rely on go_runto_main instead.
2683 * gdb.go/strings.exp: Likewise.
2684 * gdb.go/unsafe.exp: Likewise.
2685 * gdb.go/hello.exp: Likewise. Also rename the remaining
2686 breakpoint marker to "breakpoint 1".
2687 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2688 * gdb.go/strings.go: Likewise.
2689 * gdb.go/unsafe.go: Likewise.
2690 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2691 "set breakpoint 2 here" and rename the remaining breakpoint marker
2692 to "breakpoint 1".
2693
40d2f8d6
SM
26942015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2695
2696 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2697 if itertools.imap is not present.
2698 * gdb.python/py-objfile.exp: Add parentheses.
2699 * gdb.python/py-type.exp: Same.
2700 * gdb.python/py-unwind-maint.py: Same.
2701
8cbc97c6
YQ
27022015-04-15 Yao Qi <yao.qi@linaro.org>
2703
2704 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2705 of ":$ptr_size" and set its form explicitly.
2706
45fd756c
YQ
27072015-04-15 Pedro Alves <palves@redhat.com>
2708 Yao Qi <yao.qi@linaro.org>
2709
2710 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2711 timeout by factor of 4.
2712 (test_regular_watch): Likewise.
2713 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2714 * gdb.reverse/sigall-reverse.exp: Likewise.
2715 * gdb.reverse/until-precsave.exp: Likewise.
2716 * lib/gdb.exp (with_timeout_factor): New proc.
2717 (gdb_expect): Move some code to ...
2718 (get_largest_timeout): ... here. New procedure.
2719
9e811bc3
LM
27202015-04-14 Luis Machado <lgustavo@codesourcery.com>
2721
2722 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2723
0ff6fcb2
LM
27242015-04-13 Luis Machado <lgustavo@codesourcery.com>
2725
2726 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2727 to write to the .text section.
2728
7578d5f7
LM
27292015-04-13 Luis Machado <lgustavo@codesourcery.com>
2730
2731 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2732 Handle the case of targets that do not provide PID information.
2733
2efe15c4
YQ
27342015-04-13 Yao Qi <yao.qi@linaro.org>
2735
2736 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2737 and use expect instead of gdb_expect.
2738
8cd8f2f8
SDJ
27392015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2740
2741 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2742 "coredump_var_addr" to avoid naming conflict with other testcases.
2743
9ee41772
PA
27442015-04-10 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2747 gdb_test_sequence and gdb_assert.
2748
07473109
PA
27492015-04-10 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2752 test messages that don't include the breakpoint address.
2753
de3db44c
YQ
27542015-04-10 Yao Qi <yao.qi@linaro.org>
2755
2756 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2757 false for some offset and width combinations which aren't
2758 supported by linux kernel.
2759
c79d856c
PA
27602015-04-10 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2763 procedure, factored out from ...
2764 (top level): ... here. Add "set displaced-stepping" testing axis.
2765 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2766 parameter "displaced". Use it.
2767 (top level): Use foreach and add "set displaced-stepping" testing
2768 axis.
2769
ebc90b50
PA
27702015-04-10 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2773 Remove comment.
2774 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2775 both the address of the instruction that triggers the watchpoint
2776 and the address of the instruction immediately after, and use
2777 those addresses for the test. Fix comment.
2778
8f572e5c
PA
27792015-04-10 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/sigstep.exp (breakpoint_to_handler)
2782 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2783 Test "backtrace" in handler.
2784 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2785 (top level): Add new "displaced" test axis to
2786 breakpoint_to_handler, breakpoint_to_handler_entry and
2787 breakpoint_over_handler.
2788
8d707a12
PA
27892015-04-10 Pedro Alves <palves@redhat.com>
2790
2791 PR gdb/18216
2792 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2793
ef713951
YQ
27942015-04-10 Yao Qi <yao.qi@linaro.org>
2795
2796 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2797 (test_add_rn_pc): New function.
2798 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2799 (top level): Invoke test_add_rn_pc.
2800
906d60cf
PA
28012015-04-10 Pedro Alves <palves@redhat.com>
2802
2803 PR gdb/13858
2804 * gdb.base/step-over-no-symbols.exp: New file.
2805
f2983cc3
AW
28062015-04-09 Andy Wingo <wingo@igalia.com>
2807
2808 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2809 after the Python tests.
2810
6d62641c
SDJ
28112015-04-08 Keith Seitz <keiths@redhat.com>
2812
2813 PR python/16699
2814 * gdb.python/py-completion.exp: New tests for completion.
2815 * gdb.python/py-completion.py (CompleteLimit1): New class.
2816 (CompleteLimit2): Likewise.
2817 (CompleteLimit3): Likewise.
2818 (CompleteLimit4): Likewise.
2819 (CompleteLimit5): Likewise.
2820 (CompleteLimit6): Likewise.
2821 (CompleteLimit7): Likewise.
2822
f3770638
PA
28232015-04-08 Pedro Alves <palves@redhat.com>
2824
2825 PR gdb/18214
2826 PR gdb/18216
2827 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2828 function.
2829 (main): Install it as SIGUSR1 handler.
2830 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2831 parameter. Always use "setup" as prefix. Toggle "set
2832 displaced-stepping" off/on depending on global. Don't switch to
2833 thread 1 here.
2834 (top level): Add displaced stepping "off/on" test axis. Update
2835 "setup" calls. Wrap each subtest with with_test_prefix. Test
2836 continuing with a queued signal in each thread.
2837
4496bed7
PA
28382015-04-08 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2841 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2842 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2843 Return early if running to main fails.
2844 * gdb.trace/while-stepping.exp: Likewise.
2845
b97fde92
PA
28462015-04-07 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2849 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2850 interact with inferior program.
2851
f71c18e7
PA
28522015-04-07 Pedro Alves <palves@redhat.com>
2853
2854 * lib/gdb.exp (inferior_spawn_id): New global.
2855 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2856 spawn id after processing the user code.
2857 (default_gdb_start): Set inferior_spawn_id.
2858 (send_inferior): New procedure.
2859 * lib/gdbserver-support.exp (gdbserver_start): Set
2860 inferior_spawn_id.
2861 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2862
6423214f
PA
28632015-04-07 Pedro Alves <palves@redhat.com>
2864
2865 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2866 * lib/gdbserver-support.exp (gdbserver_start): Make
2867 $server_spawn_id global.
2868 (gdbserver_start): Don't wait for gdbserver's spawn id with
2869 expect_background.
2870 (close_gdbserver): New procedure.
2871 (gdb_exit): Rename the default version and reimplement.
2872
71c0ee8c
PA
28732015-04-07 Pedro Alves <palves@redhat.com>
2874
72f4393d 2875 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
2876 append the substituted item, not the original item.
2877
203bc29b
PA
28782015-04-07 Pedro Alves <palves@redhat.com>
2879
2880 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2881 gdb_expect.
2882
508a3ddf
PA
28832015-04-07 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2886 output appearing once only.
2887
9f6dbe2b
PA
28882015-04-07 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2891 that doesn't expect anything. Return early if running to main
2892 fails.
2893
337532fa
YQ
28942015-04-07 Yao Qi <yao.qi@linaro.org>
2895
2896 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2897 (child_function): Call alarm.
2898 (main): Move call to alarm into the loop.
2899 * gdb.threads/non-stop-fair-events.exp: Build program with
2900 -DTIMEOUT=$timeout.
2901
01b622d4
DE
29022015-04-06 Doug Evans <xdje42@gmail.com>
2903
2904 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2905 Fix dest parameter to board_info.
2906 (fpc_compile): Ditto.
2907 (gdb_compile_pascal): Rename dest arg to destfile.
2908
961f4160
PMR
29092015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2910
2911 * gdb.ada/funcall_ref.exp: New file.
2912 * gdb.ada/funcall_ref/foo.adb: New file.
2913
cafda597
YQ
29142015-04-02 Yao Qi <yao.qi@linaro.org>
2915
2916 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2917 is remote.
2918
fed040c6
GB
29192015-04-02 Gary Benson <gbenson@redhat.com>
2920
2921 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2922
d11916aa
SS
29232015-04-01 Sasha Smundak <asmundak@google.com>
2924
2925 * gdb.python/py-unwind-maint.c: New file.
2926 * gdb.python/py-unwind-maint.exp: New test.
2927 * gdb.python/py-unwind-maint.py: New file.
2928 * gdb.python/py-unwind.c: New file.
2929 * gdb.python/py-unwind.exp: New test.
2930 * gdb.python/py-unwind.py: New test.
2931
a1471180
PA
29322015-04-01 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2935 to fail instead of non-existent $test.
2936
0bbeccb1
PA
29372015-04-01 Pedro Alves <palves@redhat.com>
2938
2939 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2940 GDBFLAGS if not empty.
2941
3c724c8c
PMR
29422015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2943
2944 * gdb.ada/complete.exp: Remove "multi_line".
2945 * gdb.ada/info_exc.exp: Remove "multi_line".
2946 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2947 * gdb.ada/ptype_field.exp: Remove "multi_line".
2948 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2949 * gdb.ada/tagged.exp: Remove "multi_line".
2950 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2951 [multi_line ...]
2952 * gdb.btrace/delta.exp: Likewise.
2953 * gdb.btrace/exception.exp: Likewise.
2954 * gdb.btrace/function_call_history.exp: Likewise.
2955 * gdb.btrace/instruction_history.exp: Likewise.
2956 * gdb.btrace/nohist.exp: Likewise.
2957 * gdb.btrace/record_goto.exp: Likewise.
2958 * gdb.btrace/segv.exp: Likewise.
2959 * gdb.btrace/stepi.exp: Likewise.
2960 * gdb.btrace/tailcall.exp: Likewise.
2961 * gdb.btrace/unknown_functions.exp: Likewise.
2962 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2963 * lib/gdb.exp: Add the "multi_line" helper.
2964
4eec2deb
PA
29652015-04-01 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.threads/tid-reuse.c: New file.
2968 * gdb.threads/tid-reuse.exp: New file.
2969
df8411da
SDJ
29702015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2971
2972 PR corefiles/16092
2973 * gdb.base/coredump-filter.c: New file.
2974 * gdb.base/coredump-filter.exp: Likewise.
2975
6ef37366
PM
29762015-03-27 Petr Machata <pmachata@redhat.com>
2977
2978 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2979 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2980 (Dwarf::assemble): Initialize them.
2981 (Dwarf::lines): New function.
2982
7ec911b0
JT
29832015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2984
2985 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2986 SYMBOL_PREFIX for x86_64-*-cygwin.
2987
ff908ebf
AW
29882015-03-26 Andy Wingo <wingo@igalia.com>
2989
2990 PR symtab/18148
2991 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2992 const_value but not a location.
2993 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2994 location defined in non-main CUs are visible.
2995
6d5f0679
YQ
29962015-03-26 Yao Qi <yao.qi@linaro.org>
2997
2998 PR testsuite/18139
2999 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3000 Add a line number entry for the same line.
3001 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3002 Add a line number entry for the same line.
3003
2898689b
YQ
30042015-03-26 Yao Qi <yao.qi@linaro.org>
3005
3006 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3007 .int 0.
3008 (func): Likewise. Add .Lfunc_1 label.
3009 Use .Lfunc_1 label.
3010 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3011 .int 0.
3012 (func): Likewise.
3013 Use .Lfunc_1 label.
3014
85180498
YQ
30152015-03-26 Yao Qi <yao.qi@linaro.org>
3016
3017 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3018 Call gdb_compile instead to compile each .s files without debug
3019 information.
3020
8aa08a8d
YQ
30212015-03-26 Yao Qi <yao.qi@linaro.org>
3022
3023 * gdb.base/savedregs.exp (process_saved_regs): Make
3024 "Saved registers:" optional in the pattern.
3025
66849923
MM
30262015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3027
3028 * gdb.btrace/next.exp: Merged into step.exp.
3029 * gdb.btrace/finish.exp: Merged into step.exp.
3030 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3031 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3032 "record goto" and checking the exact replay position.
3033 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3034 check for "Recording format" in "info record" output.
3035 * gdb.btrace/record_goto.exp: Choose test file based on target.
3036 * gdb.btrace/x86-record_goto.S: Renamed into ...
3037 * gdb.btrace/x86_64-record_goto.S: ... this.
3038 * gdb.btrace/i686-record_goto.S: New.
3039 * gdb.btrace/x86-tailcall.S: Renamed into ...
3040 * gdb.btrace/x86_64-tailcall.S: ... this.
3041 * gdb.btrace/i686-tailcall.S: New.
3042 * gdb.btrace/x86-tailcall.c: Renamed into ...
3043 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3044 separate statements. Update test.
3045 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3046 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3047 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3048 * gdb.btrace/tailcall.exp: Choose test file based on target.
3049 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3050
11cc1b74
MM
30512015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3052
3053 * gdb.btrace/exception.exp: Increase BTS buffer size.
3054
a25d8bf9
PA
30552015-03-24 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3058
856e7dd6
PA
30592015-03-24 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.threads/schedlock.exp (test_step): No longer expect that
3062 "set scheduler-locking step" with "next" over a function call runs
3063 threads unlocked.
3064
ad235a41
AT
30652015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3066
3067 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3068
15630549
AT
30692015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3070
3071 PR breakpoints/16466
3072 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3073 * gdb.mi/mi-pending.c (thread_func): New function.
3074 (int main): Add threading support required.
3075 * gdb.mi/mi-pending.exp: Add tests for this issue.
3076 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3077 (pendfunc2): Remove stdio dependency.
3078 * gdb.mi/mi-pendshr2.c: New file.
3079
693dca06
KS
30802015-03-23 Keith Seitz <keiths@redhat.com>
3081
3082 * gdb.linespec/keywords.c: New file.
3083 * gdb.linespec/keywords.exp: New file.
3084
7e993ebf
KS
30852015-03-23 Keith Seitz <keiths@redhat.com>
3086
3087 PR gdb/18021
3088 * gdb.dwarf2/staticvirtual.exp: New test.
3089
bc23328c
JK
30902015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3091
3092 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3093 * README: Remove HP-UX and gdb.hp.
3094 (configuration):
3095 * configure: Regenerate.
3096 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3097 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3098 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3099 gdb.hp/gdb.defects/Makefile.
3100 * gdb.hp/Makefile.in: File deleted.
3101 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3102 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3103 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3104 * gdb.hp/gdb.aCC/run.c: File deleted.
3105 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3106 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3107 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3108 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3109 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3110 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3111 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3112 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3113 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3114 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3115 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3116 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3117 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3118 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3119 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3120 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3121 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3122 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3123 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3124 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3125 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3126 * gdb.hp/gdb.compat/average.c: File deleted.
3127 * gdb.hp/gdb.compat/sum.c: File deleted.
3128 * gdb.hp/gdb.compat/xdb.c: File deleted.
3129 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3130 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3131 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3132 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3133 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3134 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3135 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3136 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3137 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3138 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3139 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3140 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3141 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3142 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3143 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3144 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3145 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3146 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3147 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3148 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3149 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3150 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3151 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3152 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3153 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3154 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3155 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3156 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3157 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3158 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3159 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3160 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3161 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3162 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3163 * gdb.hp/tools/odump: File deleted.
3164
8bf3b159
PA
31652015-03-19 Pedro Alves <palves@redhat.com>
3166
3167 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3168 (saw_thread_3): New globals.
3169 (top level): Increment them when an event for the corresponding
3170 thread is seen.
3171 (no thread starvation): New test.
3172
eb54c8bf
PA
31732015-03-19 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.threads/continue-pending-status.c: New file.
3176 * gdb.threads/continue-pending-status.exp: New file.
3177
32d2e5d6
PA
31782015-03-18 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3181 Use gdb_is_target_remote instead of is_remote. Use
3182 gdb_test_multiple instead of gdb_expect. Exit early if
3183 gdb_test_multiple hits its internal matches. Tighten stepi tests
3184 expected output. Fail on exit with any signal, instead of just
3185 SIGILL.
3186
f68f11b7
YQ
31872015-03-18 Yao Qi <yao.qi@linaro.org>
3188
3189 PR tdep/18107
3190 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3191 variable.
3192 * gdb.base/catch-syscall.exp: Don't skip it on
3193 aarch64*-*-linux* target. Remove elements in all_syscalls.
3194 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3195 target.
3196 (setup_all_syscalls): New proc.
3197
ca5fd19b
YQ
31982015-03-16 Yao Qi <yao.qi@linaro.org>
3199
3200 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3201 (top level): Skip tests if valid_addr_p returns false for
3202 $cmd1 or $cmd2.
3203
85642ba0
AW
32042015-03-11 Andy Wingo <wingo@igalia.com>
3205
3206 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3207
e03f9645
YQ
32082015-03-11 Yao Qi <yao.qi@linaro.org>
3209
3210 * gdb.base/catch-syscall.exp: Fix typo in comments.
3211
5d0962b2
YQ
32122015-03-11 Yao Qi <yao.qi@linaro.org>
3213
3214 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3215
b2df3cef
PA
32162015-03-09 Pedro Alves <palves@redhat.com>
3217
3218 * dg-extract-results.py: Delete.
3219
ef878e53
PA
32202015-03-09 Pedro Alves <palves@redhat.com>
3221
3222 Merge dg-extract-results.sh from GCC upstream (r218843).
3223
3224 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3225 * dg-extract-results.sh: Use --text with grep to avoid issues with
3226 binary files. Fall back to cat -v, if that doesn't work.
3227
9494d219
PA
32282015-03-05 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3231
a8d9763a
SM
32322015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3233
3234 * lib/mi-support.exp (mi_expect_interrupt): Accept
3235 alternative event for when in all-stop mode.
3236
be9957b8
PA
32372015-03-04 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3240
d57be0f4 32412015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3242
3243 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3244
c214c7cf
AA
32452015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3246
3247 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3248 regexps for GDB's current line display, accept a hex address
3249 preceding the line number.
3250
6d74a497
AA
32512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3252
3253 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3254 the 'arch1' variable for "s390*-linux*" targets.
3255
511aee7c
PA
32562015-03-04 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3259 (main): Pass missing retval argument to pthread_join call.
3260
95e50b27
PA
32612015-03-02 Pedro Alves <palves@redhat.com>
3262
3263 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3264 (top level): Call do_test with non-stop as well.
3265
28054d69
PA
32662015-03-02 Pedro Alves <palves@redhat.com>
3267
3268 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3269 -1.
3270
4fa5d7b4
AA
32712015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3272
3273 * gdb.arch/s390-vregs.exp: New test.
3274 * gdb.arch/s390-vregs.S: New file.
3275
97c18565
PA
32762015-02-27 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3279 call to catch_command_errors.
3280 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3281 catch_command_errors.
3282
a37bfa30
PA
32832015-02-27 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3286 "true" for boolean result.
3287 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3288 prototype of main.
3289
6f98576f
PA
32902015-02-27 Pedro Alves <palves@redhat.com>
3291
3292 * lib/unbuffer_output.c: New file.
3293 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3294 (main): Call gdb_unbuffer_output.
3295
eba5ab56
YQ
32962015-02-27 Yao Qi <yao.qi@linaro.org>
3297
3298 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3299 target.
3300
0def5aaa
DE
33012015-02-26 Doug Evans <dje@google.com>
3302
3303 * gdb.cp/class2.cc (Dbase, D): New classes.
3304 (main): New local delta.
3305 * gdb.cp/class2.exp: Test printing delta.
3306 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3307 (dynbar): New global.
3308 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3309
081a1c2c
JK
33102015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3311
3312 * gdb.compile/compile-ifunc.c: New file.
3313 * gdb.compile/compile-ifunc.exp: New file.
3314
2f41223f
AT
33152015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3316
3317 * gdb.base/structs.exp: Check for correct struct on finish.
3318
03eddd80
YQ
33192015-02-26 Yao Qi <yao.qi@linaro.org>
3320
3321 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3322 is zero.
3323
80c57053
JK
33242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3325
3326 * gdb.arch/cordic.ko.bz2: New file.
3327 * gdb.arch/cordic.ko.debug.bz2: New file.
3328 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3329
21613c12
YQ
33302015-02-25 Yao Qi <yao.qi@linaro.org>
3331
3332 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3333 aarch64*-*-* target.
3334
d8b901ed
PA
33352015-02-23 Pedro Alves <palves@redhat.com>
3336
3337 * lib/gdb.exp (delete_breakpoints): Rewrite using
3338 gdb_test_multiple.
3339
e5b85ead
PA
33402015-02-23 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.base/info-os.c: Include stdlib.h.
3343
85c3a371
DE
33442015-02-22 Doug Evans <xdje42@gmail.com>
3345
3346 PR symtab/17855
3347 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3348 is read after symbols have been re-read.
3349 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3350 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3351
96553a0c
DE
33522015-02-21 Doug Evans <dje@google.com>
3353
3354 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3355
97a0c697
JK
33562015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3357
3358 PR corefiles/17808
3359 * gdb.arch/i386-biarch-core.core.bz2: New file.
3360 * gdb.arch/i386-biarch-core.exp: New file.
3361
a47cd6e9
PA
33622015-02-21 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3365 runto_main fails.
3366
c5facdc4
PA
33672015-02-20 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3370 info probes.
3371
2db9a427
PA
33722015-02-20 Pedro Alves <palves@redhat.com>
3373
3374 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3375
60fb7e9e
PA
33762015-02-20 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3379 clean_restart before gdb_target_supports_trace.
3380
5c5019c2
PA
33812015-02-20 Pedro Alves <palves@redhat.com>
3382
3383 PR threads/18006
3384 * gdb.threads/clone-thread_db.c: New file.
3385 * gdb.threads/clone-thread_db.exp: New file.
3386
c9587f88
AT
33872015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3388
3389 PR breakpoints/16812
3390 * gdb.base/catch-gdb-caused-signals.c: New file.
3391 * gdb.base/catch-gdb-caused-signals.exp: New file.
3392
f6a88844
JM
33932015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3394
3395 * configure: Regenerated.
3396 * configure.ac: Use GDB_AC_TRANSFORM.
3397 * aclocal.m4: sinclude ../transform.m4.
3398
497c491b
JM
33992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3400
3401 * lib/dtrace.exp: New file.
3402 * gdb.base/dtrace-probe.exp: Likewise.
3403 * gdb.base/dtrace-probe.d: Likewise.
3404 * gdb.base/dtrace-probe.c: Likewise.
3405 * lib/pdtrace.in: Likewise.
3406 * configure.ac: Output variables with the transformed names of
3407 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3408 * configure: Regenerated.
3409
03e98035
JM
34102015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3411
3412 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3413 expected message when trying to access $_probe_* convenience
3414 variables while not on a probe.
3415
63cc30e9
JK
34162015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3419
0703599a
PA
34202015-02-11 Pedro Alves <pedro@codesourcery.com>
3421
3422 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3423 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3424
7e60a48e
DE
34252015-02-10 Doug Evans <xdje42@gmail.com>
3426
3427 * lib/gdb.exp (gdb_load): Always return a result.
3428
01b088bc
PA
34292015-02-10 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.threads/signal-sigtrap.c: New file.
3432 * gdb.threads/signal-sigtrap.exp: New file.
3433
b05ec7a5
AT
34342015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3435
3436 * gdb.trace/no-attach-trace.c: New file.
3437 * gdb.trace/no-attach-trace.exp: New file.
3438
a2c2acaf
MW
34392015-02-09 Mark Wielaard <mjw@redhat.com>
3440
3441 * gdb.dwarf2/atomic.c: New file.
3442 * gdb.dwarf2/atomic-type.exp: Likewise.
3443
31fd9caa
MM
34442015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3445
3446 * gdb.btrace/buffer-size.exp: Update "info record" output.
3447 * gdb.btrace/delta.exp: Update "info record" output.
3448 * gdb.btrace/enable.exp: Update "info record" output.
3449 * gdb.btrace/finish.exp: Update "info record" output.
3450 * gdb.btrace/instruction_history.exp: Update "info record" output.
3451 * gdb.btrace/next.exp: Update "info record" output.
3452 * gdb.btrace/nexti.exp: Update "info record" output.
3453 * gdb.btrace/step.exp: Update "info record" output.
3454 * gdb.btrace/stepi.exp: Update "info record" output.
3455 * gdb.btrace/nohist.exp: Update "info record" output.
3456
d33501a5
MM
34572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3458
3459 * gdb.btrace/buffer-size: New.
3460
f4abbc16
MM
34612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3462
3463 * gdb.btrace/delta.exp: Update "info record" output.
3464 * gdb.btrace/enable.exp: Update "info record" output.
3465 * gdb.btrace/finish.exp: Update "info record" output.
3466 * gdb.btrace/instruction_history.exp: Update "info record" output.
3467 * gdb.btrace/next.exp: Update "info record" output.
3468 * gdb.btrace/nexti.exp: Update "info record" output.
3469 * gdb.btrace/step.exp: Update "info record" output.
3470 * gdb.btrace/stepi.exp: Update "info record" output.
3471 * gdb.btrace/nohist.exp: Update "info record" output.
3472
b9d61307
SM
34732015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3474
3475 PR gdb/15678
3476 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3477
e584fdbc
PA
34782015-02-06 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3481 macro.
3482 (seconds_left, again): New globals.
3483 (main): Wait seconds_left in a 1-second sleep loop instead of
3484 sleeping 180 seconds. If 'again' is set, reset the seconds
3485 counter.
3486 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3487 'again' in the inferior before detaching. Print the seconds left.
3488 (options): New global.
3489 (top level): Build program with -DTIMEOUT=$timeout.
3490
77f41761
PA
34912015-02-06 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3494 determine how many seconds to pass to 'alarm'.
3495 * gdb.base/gdb-sigterm.exp (top level): Build program with
3496 -DTIMEOUT=$timeout.
3497 (do_test): Return success/failure indication. Add more verbose
3498 logging. Don't fail if 200 single steps are seen. Instead, fail
3499 when the test times out.
3500 (passes): New global.
3501 (top level): Break the testing loop if testing fails on any
3502 iteration. Use gdb_assert.
3503
b9394193
DB
35042015-02-04 Don Breazeal <donb@codesourcery.com>
3505
3506 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3507 and initialize them.
3508 (ipc_cleanup): New function.
3509 (main): Don't declare shmid, semid, and msqid. Add a call to
3510 atexit so that we call ipc_cleanup on exit.
3511
42d9e528
PA
35122015-02-04 Pedro Alves <palves@redhat.com>
3513
3514 * boards/native-extended-gdbserver.exp: Remove any target variant
3515 specifications from the board name before clearing the isremote
3516 flag from board_info.
3517
ae6ae975
DE
35182015-01-31 Doug Evans <xdje42@gmail.com>
3519
3520 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3521
cfb069a8
GB
35222015-01-31 Gary Benson <gbenson@redhat.com>
3523
3524 * gdb.base/completion.exp: Disable completion limiting for
3525 existing tests. Add new tests to check completion limiting.
3526 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3527
5dd31d79
DE
35282015-01-31 Doug Evans <xdje42@gmail.com>
3529
3530 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3531
9f050062
DE
35322015-01-31 Doug Evans <xdje42@gmail.com>
3533
3534 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3535 entries. Duplicate file section script entries.
3536 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3537 inlined entries. Add test for safe-path rejection.
3538 * gdb.python/py-section-script.c: Add duplicate inlined section script
3539 entries. Duplicate file section script entries.
3540 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3541 inlined entries. Add test for safe-path rejection.
3542
df25ebbd
JB
35432015-01-29 Joel Brobecker <brobecker@adacore.com>
3544
3545 * gdb.ada/disc_arr_bound: New testcase.
3546
4a0ca9ec
JB
35472015-01-29 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.ada/mi_var_array: New testcase.
3550
3a8b707a
DE
35512015-01-27 Doug Evans <dje@google.com>
3552
3553 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3554 Add test for objfile.filename, objfile.username after objfile
3555 has been unloaded.
3556
f8313f6e
JB
35572015-01-26 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3560 the second test to print the name attribute of value
3561 returned by the call to gdb.lookup_type, and adjust
3562 the expected output accordingly.
3563
37bc665e
MW
35642015-01-25 Mark Wielaard <mjw@redhat.com>
3565
3566 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3567 * gdb.base/disp-step-fork.c: Include unistd.h.
3568 * gdb.base/siginfo-obj.c: Include stdio.h.
3569 * gdb.base/siginfo-thread.c: Likewise.
3570 * gdb.mi/non-stop.c: Include unistd.h.
3571 * gdb.mi/nsthrexec.c: Include stdio.h.
3572 * gdb.mi/pthreads.c: Include unistd.h.
3573 * gdb.modula2/unbounded1.c (main): Declare returns int.
3574 * gdb.reverse/consecutive-reverse.c: Likewise.
3575 * gdb.threads/create-fail.c: Include unistd.h.
3576 * gdb.threads/killed.c: Likewise.
3577 * gdb.threads/linux-dp.c: Likewise.
3578 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3579 * gdb.threads/non-ldr-exc-2.c: Likewise.
3580 * gdb.threads/non-ldr-exc-3.c: Likewise.
3581 * gdb.threads/non-ldr-exc-4.c: Likewise.
3582 * gdb.threads/pthreads.c: Include unistd.h.
3583 (main): Declare returns int.
3584 * gdb.threads/tls-main.c (foo): New declaration.
3585 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3586
f7e5394d
SM
35872015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3588
3589 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3590 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3591
743649fd
MW
35922015-01-15 Mark Wielaard <mjw@redhat.com>
3593
3594 * gdb.base/noreturn-return.c: New file.
3595 * gdb.base/noreturn-return.exp: New file.
3596 * gdb.base/noreturn-finish.c: New file.
3597 * gdb.base/noreturn-finish.exp: New file.
3598
198297aa
PA
35992015-01-23 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.threads/continue-pending-after-query.c: New file.
3602 * gdb.threads/continue-pending-after-query.exp: New file.
3603
717cf30c
AG
36042015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3605 Simon Marchi <simon.marchi@ericsson.com>
3606
3607 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3608 * gdb.base/valgrind-db-attach.exp: Same.
3609 * gdb.base/valgrind-infcall.exp: Same.
3610 * lib/mi-support.exp (default_mi_gdb_start): Same.
3611 * lib/prompt.exp (default_prompt_gdb_start): Same.
3612 * lib/gdb.exp (default_gdb_spawn): Same.
3613 (gdb_interact): New.
3614
3615
4b62a76e
JK
36162015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 * gdb.compile/compile.exp (pointer to jit function): New test.
3619
b4cdae6f
WW
36202015-01-17 Wei-cheng Wang <cole945@gmail.com>
3621
3622 * lib/gdb.exp (supports_process_record): Return true for
3623 powerpc*-*-linux*.
3624 (supports_reverse): Likewise.
3625
d221e7ef
DB
36262015-01-15 Don Breazeal <donb@codesourcery.com>
3627
3628 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3629 instead of checking whether the target board is remote and
3630 use spawn_wait_for_attach instead of exec/sleep.
3631 * gdb.base/attach-twice.exp: Likewise.
3632
bafffb51
JB
36332015-01-15 Joel Brobecker <brobecker@adacore.com>
3634
3635 * gdb.ada/var_arr_attrs: New testcase.
3636
5589af0e
PA
36372015-01-14 Pedro Alves <palves@redhat.com>
3638 Joel Brobecker <brobecker@adacore.com>
3639
3640 PR gdb/17525
3641 * gdb.base/bp-cmds-execution-x-script.c: New file.
3642 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3643 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3644
6c400b59
PA
36452015-01-14 Pedro Alves <palves@redhat.com>
3646
3647 PR cli/17828
3648 * gdb.base/batch-preserve-term-settings.c: New file.
3649 * gdb.base/batch-preserve-term-settings.exp: New file.
3650
e02c96a7
DE
36512015-01-13 Doug Evans <dje@google.com>
3652
3653 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3654 binary.
3655
576fd14c
JB
36562015-01-13 Joel Brobecker <brobecker@adacore.com>
3657
3658 * Makefile.in (clean mostlyclean): Do not delete *.py.
3659
04dccad0
JB
36602015-01-13 Joel Brobecker <brobecker@adacore.com>
3661
3662 * gdb.python/py-lookup-type.exp: New file.
3663
3d230f71
PA
36642015-01-12 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3667 restore GDBFLAGS before returning.
3668
7e67715d
JK
36692015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3670
3671 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3672 is_amd64_regs_target and is_x86_like_target.
3673
f2e0d4b4
DE
36742015-01-11 Doug Evans <xdje42@gmail.com>
3675
3676 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3677 is given without an explicit form.
3678 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3679 attributes.
3680 * gdb.dwarf/corrupt.exp: Ditto.
3681 * gdb.dwarf2/enum-type.exp: Ditto.
3682 * gdb.trace/entry-values.exp: Ditto.
3683 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3684
439250fb
DE
36852015-01-11 Doug Evans <xdje42@gmail.com>
3686
3687 PR gdb/15830
3688 * gdb.base/maint.exp: Remove references to "maint demangle".
3689 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3690 Add tests for explicitly specifying language to demangle.
3691 * gdb.dlang/demangle.exp: Ditto.
3692
ede9f622
PA
36932015-01-09 Pedro Alves <palves@redhat.com>
3694
3695 * gdb.threads/non-stop-fair-events.c: New file.
3696 * gdb.threads/non-stop-fair-events.exp: New file.
3697
a7b796db
PA
36982015-01-09 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3701 the global scope. Set a breakpoint after all threads are started
3702 rather than stepping over two source lines. Expect the prompt.
3703 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3704 global.
3705 (NUM): Now 15.
3706 (main): Use threads_started_barrier to wait for all threads to
3707 start. Main thread no longer calls thread_function. Exit after
3708 180 seconds.
3709 (loop): New function.
3710 (thread_function): Wait on threads_started_barrier barrier. Call
3711 'loop' at each iteration.
3712 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3713 threads have started, instead of hardcoding number of "next"
3714 steps. Use an access watchpoint instead of a write watchpoint.
3715
9665ffdd
PA
37162015-01-09 Pedro Alves <palves@redhat.com>
3717
3718 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3719 (thread_func): Wait on barrier.
3720 (main): Wait for all threads to start before stopping GDB.
3721 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3722 global.
3723 (thread1_func, thread2_func): Wait on barrier.
3724 (main): Wait for all threads to start before stopping GDB.
3725 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3726 New global.
3727 (thread1_func, thread2_func): Wait on barrier.
3728 (main): Wait for all threads to start before stopping GDB.
3729
c945a99f
PA
37302015-01-09 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.threads/attach-many-short-lived-threads.c: New file.
3733 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3734
c1a747c1
PA
37352014-01-09 Pedro Alves <palves@redhat.com>
3736
3737 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3738 instead of to thread 2.
3739 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3740 Add barrier around each pthread_create call instead of around all
3741 calls.
3742 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3743 Set a break on thread_function and have the child threads hit it
3744 one at at a time.
3745
60b3033e
PA
37462015-01-09 Pedro Alves <palves@redhat.com>
3747
3748 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3749 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3750 false.
3751 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3752 checking whether the target board is remote.
3753 * gdb.multi/multi-attach.exp: Likewise.
3754 * gdb.python/py-sync-interp.exp: Likewise.
3755 * gdb.server/ext-attach.exp: Likewise.
3756 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3757 tests that need to attach, instead of checking whether the target
3758 board is remote at the top of the file.
3759
acc018ac
YQ
37602015-01-08 Yao Qi <yao@codesourcery.com>
3761
3762 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3763
50a18af8
JK
37642015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 Fix testcase compilation.
3767 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3768
8503d6e1
JB
37692015-01-06 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.python/py-type.exp: Add a couple test about empty
3772 array creation, and negative-length array creation.
3773
cc73dbcc
DE
37742015-01-02 Doug Evans <xdje42@gmail.com>
3775
3776 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3777
0300bbc7
DE
37782015-01-02 Doug Evans <dje@google.com>
3779
3780 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3781
9d85a0ec
YQ
37822014-12-29 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.trace/entry-values.exp: Update comments. Rename variable
3785 bar_call_foo to returned_from_foo.
3786
87186c6a
MMN
37872014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3788
3789 PR gdb/17394
3790 * gdb.linespec/break-asm-file.c: New file.
3791 * gdb.linespec/break-asm-file.exp: New file.
3792 * gdb.linespec/break-asm-file0.s: New file.
3793 * gdb.linespec/break-asm-file1.s: New file.
3794
1bab7383
YQ
37952014-12-18 Nigel Stephens <nigel@mips.com>
3796 Maciej W. Rozycki <macro@codesourcery.com>
3797
3798 * gdb.base/float.exp: Handle the new output from "info float" on
3799 MIPS targets.
3800
1bc1068a
JK
38012014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3802
3803 Fix MinGW compilation.
3804 * gdb.compile/compile-ops.exp: Update untested message if
3805 !skip_compile_feature_tests.
3806 * gdb.compile/compile-setjmp.exp: Likewise.
3807 * gdb.compile/compile-tls.exp: Likewise.
3808 * gdb.compile/compile.exp: Likewise.
3809 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3810 supported on this host".
3811
b6615d10
DE
38122014-12-16 Doug Evans <xdje42@gmail.com>
3813
3814 * boards/stabs.exp: New file.
3815
25dda427
AA
38162014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3817
3818 * gdb.base/completion.exp: Adjust to format changes of "maint
3819 print user-registers".
3820
bf330350
CU
38212014-12-16 Catalin Udma <catalin.udma@freescale.com>
3822
3823 PR server/17457
3824 * gdb.arch/aarch64-fp.c: New file.
3825 * gdb.arch/aarch64-fp.exp: New file.
3826
395cf596
SDJ
38272014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3828
3829 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3830 r210637, r210913, r211666, r215400, r215817).
3831
3832 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3833 * dg-extract-results.py: New file.
3834 * dg-extract-results.sh: Use it if the environment seems
3835 suitable.
3836
3837 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3838
3839 * dg-extract-results.py (parse_run): Handle warnings that
3840 are printed before a test harness is run.
3841
3842 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3843
3844 * dg-extract-results.py (Named): Remove __cmp__ method.
3845 (output_variation): Use a key to sort variation.harnesses.
3846
3847 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3848
3849 * dg-extract-results.py: For Python 3, force sys.stdout to
3850 handle surrogate escape sequences.
3851 (safe_open): New function.
3852 (output_segment, main): Use it.
3853
3854 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3855
3856 * dg-extract-results.py (Prog.result_re): Include options
3857 in test name.
3858
3859 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3860
3861 * dg-extract-results.py (output_variation): Always sort if
3862 do_sum.
3863
e882ef3c
SM
38642014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3865
3866 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3867 as long as we get pagination notifications.
3868
4992aa20
JM
38692014-12-15 Jason Merrill <jason@redhat.com>
3870
3871 * Makefile.in (check-gdb.%): Restore.
3872 * README: Mention it.
3873
c1b5a1a6
JB
38742014-12-13 Joel Brobecker <brobecker@adacore.com>
3875
3876 * gdb.ada/str_uninit: New testcase.
3877
5537b577
JK
38782014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 PR symtab/17642
3881 * gdb.base/vla-stub-define.c: New file.
3882 * gdb.base/vla-stub.c: New file.
3883 * gdb.base/vla-stub.exp: New file.
3884
bb2ec1b3
TT
38852014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3886 Jan Kratochvil <jan.kratochvil@redhat.com>
3887 Tom Tromey <tromey@redhat.com>
3888
3889 * configure.ac: Add gdb.compile/.
3890 * configure: Regenerate.
3891 * gdb.compile/Makefile.in: New file.
3892 * gdb.compile/compile-ops.exp: New file.
3893 * gdb.compile/compile-ops.c: New file.
3894 * gdb.compile/compile-tls.c: New file.
3895 * gdb.compile/compile-tls.exp: New file.
3896 * gdb.compile/compile-constvar.S: New file.
3897 * gdb.compile/compile-constvar.c: New file.
3898 * gdb.compile/compile-mod.c: New file.
3899 * gdb.compile/compile-nodebug.c: New file.
3900 * gdb.compile/compile-setjmp-mod.c: New file.
3901 * gdb.compile/compile-setjmp.c: New file.
3902 * gdb.compile/compile-setjmp.exp: New file.
3903 * gdb.compile/compile-shlib.c: New file.
3904 * gdb.compile/compile.c: New file.
3905 * gdb.compile/compile.exp: New file.
3906 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3907
4ff709eb
TT
39082014-12-12 Tom Tromey <tromey@redhat.com>
3909
3910 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3911 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3912
6dddd6a5
DE
39132014-12-12 Doug Evans <dje@google.com>
3914
3915 * lib/gdb-python.exp (get_python_valueof): New function.
3916 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3917
71c24708
AA
39182014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3919
3920 * gdb.base/completion.exp: Add test for completion of "info
3921 registers ".
3922
3e29f34a
MR
39232014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3924
3925 * gdb.base/func-ptrs.c: New file.
3926 * gdb.base/func-ptrs.exp: New file.
3927
fc126975
SM
39282014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3929
3930 PR breakpoints/17012
3931 * gdb.base/dprintf-detach.c: New file.
3932 * gdb.base/dprintf-detach.exp: New file.
3933
0a46d518
SM
39342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3935
3936 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3937 * lib/gdb.exp (target_is_gdbserver): New procedure.
3938
a0be3e44
DE
39392014-12-08 Doug Evans <dje@google.com>
3940
3941 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3942
df1b803a
YQ
39432014-12-05 Yao Qi <yao@codesourcery.com>
3944
3945 * gdb.guile/scm-error.exp: Remove the third argument to
3946 gdb_remote_download.
3947 * gdb.guile/scm-frame-args.exp: Likewise.
3948 * gdb.guile/scm-section-script.exp: Likewise.
3949
ddb9f679
YQ
39502014-12-05 Yao Qi <yao@codesourcery.com>
3951
3952 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3953
86e4ed39
DE
39542014-12-04 Doug Evans <dje@google.com>
3955
3956 * gdb.python/py-objfile.exp: Add tests for
3957 objfile.add_separate_debug_file.
3958
7c50a931
DE
39592014-12-04 Doug Evans <dje@google.com>
3960
3961 * lib/gdb.exp (get_build_id): New function.
3962 (build_id_debug_filename_get): Rewrite to use it.
3963 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3964
621661e3
MR
39652014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3966
3967 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3968 `method(long)', not just 0x0.
3969 * gdb.cp/nsalias.exp: Align code labels to 4.
3970 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3971 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3972 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3973 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3974 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3975 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3976
29f0c3b7
DE
39772014-12-02 Doug Evans <dje@google.com>
3978
e1e061e7 3979 PR symtab/17602
29f0c3b7 3980 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 3981 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
3982 * gdb.cp/anon-ns.exp: Update.
3983
162078c8
NB
39842014-12-02 Nick Bull <nicholaspbull@gmail.com>
3985
3986 * gdb.python/py-events.py (inferior_call_handler): New.
3987 (register_changed_handler, memory_changed_handler): New.
3988 (test_events.invoke): Register new handlers.
3989 * gdb.python/py-events.exp: Add tests for inferior call,
3990 memory_changed and register_changed events.
3991
fdb09caf
AA
39922014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3993
3994 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3995 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3996 if the linker doesn't understand this.
3997
55cfb2c4
SM
39982014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3999
4000 * gdb.python/python.exp: Change expected reply to help().
4001
9e8cd6df
YQ
40022014-12-01 Yao Qi <yao@codesourcery.com>
4003
4004 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4005 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4006 * configure: Re-generated.
4007
6c659fc2
SC
40082014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4009
4010 * gdb.cp/chained-calls.cc: New file.
4011 * gdb.cp/chained-calls.exp: New file.
4012 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4013
d7fc3181
SM
40142014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4015
4016 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4017 * gdb.dwarf2/symtab-producer.exp: Same.
4018 * gdb.gdb/python-interrupts.exp: Same.
4019 * gdb.gdb/python-selftest.exp: Same.
4020 * gdb.python/py-linetable.exp: Same.
4021 * gdb.python/py-type.exp: Same.
4022 * gdb.python/py-value-cc.exp: Same.
4023 * gdb.python/py-value.exp: Same.
4024
10e79639
YQ
40252014-11-28 Yao Qi <yao@codesourcery.com>
4026
4027 * gdb.base/break-probes.exp: Match library name prefixed with
4028 sysroot.
4029
f28a0564
SM
40302014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4031
4032 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4033 test expected output. Add parentheses for the call to print.
4034 Remove L suffix from integers.
4035
3fe1ce1d
DE
40362014-11-26 Doug Evans <dje@google.com>
4037
4038 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4039
84429e27
YQ
40402014-11-22 Yao Qi <yao@codesourcery.com>
4041
4042 * gdb.trace/entry-values.c: Remove asms.
4043 (foo): Add foo_label.
4044 (bar): Add bar_label.
4045 * gdb.trace/entry-values.exp: Remove code computing foo's
4046 length and bar's length.
4047 (Dwarf::assemble): Invoke function_range for bar and use
4048 MACRO_AT_func for foo.
4049
26741859
YQ
40502014-11-22 Yao Qi <yao@codesourcery.com>
4051
4052 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4053 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4054 Use .Lgcc43_procstart instead of gcc43.
4055
45e44d27
JB
40562014-11-21 Joel Brobecker <brobecker@adacore.com>
4057
4058 * gdb.ada/n_arr_bound: New testcase.
4059
458c8db8
SDJ
40602014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4061
4062 PR breakpoints/10737
4063 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4064 test_catch_syscall_multi_arch.
4065 (test_catch_syscall_multi_arch): New function.
4066
43f3e411
DE
40672014-11-20 Doug Evans <xdje42@gmail.com>
4068
4069 * gdb.base/maint.exp: Update expected output.
4070
0d7b2549
AA
40712014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4072
4073 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4074 4-byte instruction on S390.
4075
8908fca5
JB
40762014-11-19 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.ada/arr_arr: New testcase.
4079
4a46959e
JB
40802014-11-19 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.ada/pkd_arr_elem: New Testcase.
4083
470e2f4e
LM
40842014-11-18 Luis Machado <lgustavo@codesourcery.com>
4085
4086 * gdb.reverse/break-precsave: Expect completion message for
4087 core file reads.
4088 * gdb.reverse/consecutive-precsave.exp: Likewise.
4089 * gdb.reverse/finish-precsave.exp: Likewise.
4090 * gdb.reverse/i386-precsave.exp: Likewise.
4091 * gdb.reverse/machinestate-precsave.exp: Likewise.
4092 * gdb.reverse/sigall-precsave.exp: Likewise.
4093 * gdb.reverse/solib-precsave.exp: Likewise.
4094 * gdb.reverse/step-precsave.exp: Likewise.
4095 * gdb.reverse/until-precsave.exp: Likewise.
4096 * gdb.reverse/watch-precsave.exp: Likewise.
4097
a267f3ad
AA
40982014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4099
4100 * gdb.base/bp-permanent.c: Include unistd.h.
4101 * gdb.python/py-framefilter-mi.c (main): Add return type.
4102 * gdb.python/py-framefilter.c (main): Likewise.
4103 * gdb.trace/actions-changed.c (main): Likewise.
4104
12084a9a
AA
41052014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4106
4107 * gdb.mi/until.c: Add eye-catchers.
4108 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4109 line numbers.
4110
dc7e1a77
AA
41112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4112
4113 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4114 function header variants in break1.c.
4115 * gdb.base/ena-dis-br.exp: Likewise.
4116 * gdb.base/hbreak2.exp: Likewise.
4117 * gdb.reverse/until-precsave.exp: Drop references to removed
4118 non-prototype function header variants in ur1.c.
4119 * gdb.reverse/until-reverse.exp: Likewise.
4120
41c77605
PM
41212014-11-17 Petr Machata <pmachata@redhat.com>
4122
4123 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4124 ${_cu_offset_size} bytes abbrev offset.
4125
34248c3a
DE
41262014-11-15 Doug Evans <xdje42@gmail.com>
4127
4128 PR symtab/17559
4129 * gdb.base/line-symtabs.exp: New file.
4130 * gdb.base/line-symtabs.c: New file.
4131 * gdb.base/line-symtabs.h: New file.
4132
646da059
YQ
41332014-11-14 Yao Qi <yao@codesourcery.com>
4134
4135 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4136 (func): Add label func_label.
4137 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4138 Replace low_pc and high_pc with MACRO_AT_range.
4139 Replace name, low_pc and high_pc with MACRO_AT_func.
4140
9301ebe6
YQ
41412014-11-14 Yao Qi <yao@codesourcery.com>
4142
4143 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4144 Replace name, low_pc and high_pc with MACRO_AT_func.
4145
f166b542
YQ
41462014-11-14 Yao Qi <yao@codesourcery.com>
4147
4148 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4149 produce debug information.
4150 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4151
0f6e71e3
YQ
41522014-11-14 Yao Qi <yao@codesourcery.com>
4153
4154 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4155 object and get function length.
4156 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4157 with MACRO_AT_func.
4158 (top-level): Replace gdb_compile and clean_restart with
4159 prepare_for_testing.
4160 * gdb.dwarf2/main.c (main): Add label main_label.
4161
876c4df9
YQ
41622014-11-14 Yao Qi <yao@codesourcery.com>
4163
4164 * lib/dwarf.exp (function_range): New procedure.
4165 (Dwarf::_handle_macro_at_func): New procedure.
4166 (Dwarf::_handle_macro_at_range): New procedure.
4167 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4168
02ad9cf1
YQ
41692014-11-14 Yao Qi <yao@codesourcery.com>
4170
4171 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4172 (_handle_attribute): New procedure.
4173
a59add0c
AA
41742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4175
4176 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4177 * gdb.base/call-sc.c (zed): Likewise.
4178 * gdb.base/checkpoint.c (main): Likewise.
4179 * gdb.base/dump.c (main): Likewise.
4180 * gdb.base/gcore.c (main): Likewise.
4181 * gdb.base/huge.c (main): Likewise.
4182 * gdb.base/multi-forks.c (main): Likewise.
4183 * gdb.base/pr10179-a.c (main): Likewise.
4184 * gdb.base/savedregs.c (main): Likewise.
4185 * gdb.base/sigaltstack.c (main): Likewise.
4186 * gdb.base/siginfo.c (main): Likewise.
4187 * gdb.base/structs.c (zed): Likewise.
4188 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4189 * gdb.mi/mi-syn-frame.c (main): Likewise.
4190 * gdb.mi/until.c (foo, main): Likewise.
4191 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4192 * gdb.base/solib-weak.c (foo): Declare.
4193 * gdb.base/attach-twice.c: Include stdio.h.
4194 * gdb.base/weaklib1.c: Likewise.
4195 * gdb.base/weaklib2.c: Likewise.
4196 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4197 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4198 unistd.h.
4199 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4200 * gdb.mi/mi-exit-code.c: Likewise.
4201 * gdb.base/break-interp-lib.c: Include string.h.
4202 * gdb.base/coremaker.c: Likewise.
4203 * gdb.base/testenv.c: Likewise.
4204 * gdb.python/py-finish-breakpoint.c: Likewise.
4205 * gdb.base/inferior-died.c: Include sys/wait.h.
4206 * gdb.base/fileio.c: Include time.h.
4207 * gdb.base/async-shell.c: Include unistd.h.
4208 * gdb.base/dprintf-non-stop.c: Likewise.
4209 * gdb.base/info-os.c: Likewise.
4210 * gdb.mi/mi-console.c: Likewise.
4211 * gdb.mi/watch-nonstop.c: Likewise.
4212 * gdb.python/py-events.c: Likewise.
4213 * gdb.base/async.c (baz): Move up before its invocation.
4214 * gdb.base/code_elim2.c (my_global_func): Likewise.
4215 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4216 * gdb.base/advance.c (func2): Likewise.
4217
3b5d5997
AA
42182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4219
4220 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4221 variant.
4222 * gdb.base/annota3.c: Likewise.
4223 * gdb.base/async.c: Likewise.
4224 * gdb.base/average.c: Likewise.
4225 * gdb.base/call-ar-st.c: Likewise.
4226 * gdb.base/call-rt-st.c: Likewise.
4227 * gdb.base/call-sc.c: Likewise.
4228 * gdb.base/call-strs.c: Likewise.
4229 * gdb.base/ending-run.c: Likewise.
4230 * gdb.base/execd-prog.c: Likewise.
4231 * gdb.base/exprs.c: Likewise.
4232 * gdb.base/foll-exec.c: Likewise.
4233 * gdb.base/foll-fork.c: Likewise.
4234 * gdb.base/foll-vfork.c: Likewise.
4235 * gdb.base/funcargs.c: Likewise.
4236 * gdb.base/gcore.c: Likewise.
4237 * gdb.base/jump.c: Likewise.
4238 * gdb.base/langs0.c: Likewise.
4239 * gdb.base/langs1.c: Likewise.
4240 * gdb.base/langs2.c: Likewise.
4241 * gdb.base/mips_pro.c: Likewise.
4242 * gdb.base/nodebug.c: Likewise.
4243 * gdb.base/opaque0.c: Likewise.
4244 * gdb.base/opaque1.c: Likewise.
4245 * gdb.base/recurse.c: Likewise.
4246 * gdb.base/run.c: Likewise.
4247 * gdb.base/scope0.c: Likewise.
4248 * gdb.base/scope1.c: Likewise.
4249 * gdb.base/setshow.c: Likewise.
4250 * gdb.base/setvar.c: Likewise.
4251 * gdb.base/shmain.c: Likewise.
4252 * gdb.base/shr1.c: Likewise.
4253 * gdb.base/shr2.c: Likewise.
4254 * gdb.base/sigall.c: Likewise.
4255 * gdb.base/signals.c: Likewise.
4256 * gdb.base/so-indr-cl.c: Likewise.
4257 * gdb.base/solib2.c: Likewise.
4258 * gdb.base/structs.c: Likewise.
4259 * gdb.base/sum.c: Likewise.
4260 * gdb.base/vforked-prog.c: Likewise.
4261 * gdb.base/watchpoint.c: Likewise.
4262 * gdb.reverse/shr2.c: Likewise.
4263 * gdb.reverse/until-reverse.c: Likewise.
4264 * gdb.reverse/ur1.c: Likewise.
4265 * gdb.reverse/watch-reverse.c: Likewise.
4266
066a77c5
AA
42672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4268
4269 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4270 variant.
4271 * gdb.base/sepdebug.exp: Drop references to removed code.
4272
4f204ea5
AA
42732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4274
4275 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4276 variant. Preserve original line numbering.
4277 * gdb.base/list1.c: Likewise.
4278
3b377a3a
AA
42792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4280
4281 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4282 variant.
4283 * gdb.base/break1.c: Likewise.
4284 * gdb.base/break.exp: Drop references to removed code.
4285
e444df73
AA
42862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4287
4288 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4289 variant.
4290
8008f2a7
AA
42912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4292
4293 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4294
a5a06887
AA
42952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4296
4297 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4298 logic into perform_all_tests() and invoke it with and without
4299 function header prototypes.
4300 (do_function_calls): Remove conditional XFAIL for PR 5318.
4301 (rerun_and_prepare): Remove duplicate code.
4302 (perform_all_tests): New. Main logic moved here.
4303
44dba9b9
AA
43042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4305
4306 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4307 code guarded by #ifdef NO_PROTOTYPES.
4308 (t_double_many_args): Likewise.
4309 (DEF_FUNC_MANY_ARGS_1): Likewise.
4310 (DEF_FUNC_VALUES_1): Likewise.
4311 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4312 guarded by #ifdef PROTOTYPES.
4313
d1fbcd56
AA
43142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4315
4316 * gdb.mi/mi-console.c: Add eye-catcher.
4317 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4318 instead of literal line number.
4319
b0e59b8f
AA
43202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4321
4322 * gdb.base/shr2.c: Add eye-catcher.
4323 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4324 line number.
4325
78f98cca
AA
43262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4327
4328 * gdb.base/jump.c: Add eye-catchers.
4329 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4330 numbers.
4331
58fa2af0
AA
43322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4333
4334 * gdb.base/execd-prog.c: Add eye-catchers.
4335 * gdb.base/foll-exec.c: Likewise.
4336 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4337 line numbers.
4338
04e5059b
AA
43392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4340
4341 * gdb.base/ending-run.c: Add eye-catchers.
4342 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4343 literal line numbers.
4344
dbfdb174
AA
43452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4346
4347 * gdb.base/call-rt-st.c: Add eye-catchers.
4348 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4349 literal line numbers.
4350
888a2ade
AA
43512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4352
4353 * gdb.base/call-ar-st.c: Add eye-catchers.
4354 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4355 literal line numbers.
4356
6acc2dde
AA
43572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4358
4359 * gdb.base/average.c: Add eye-catchers.
4360 * gdb.base/sum.c: Likewise.
4361 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4362 regexps dynamically.
4363
9ecfcd1d
AA
43642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4365
4366 * gdb.base/solib1.c: Add eye-catchers.
4367 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4368 literal line numbers.
4369
78708b7c
PA
43702014-11-12 Pedro Alves <palves@redhat.com>
4371
4372 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4373 leader has exited.
4374
af48d08f
PA
43752014-11-12 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.arch/i386-bp_permanent.c: New file.
4378 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4379 (srcfile): Set to i386-bp_permanent.c.
4380 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4381 that stepi does not execute the 'leave' instruction, instead of
4382 testing it does execute.
4383 * gdb.base/bp-permanent.c: New file.
4384 * gdb.base/bp-permanent.exp: New file.
4385
af3768e9
DE
43862014-11-10 Doug Evans <xdje42@gmail.com>
4387
4388 PR symtab/17564
4389 * gdb.base/symtab-search-order.exp: New file.
4390 * gdb.base/symtab-search-order.c: New file.
4391 * gdb.base/symtab-search-order-1.c: New file.
4392 * gdb.base/symtab-search-order-shlib-1.c: New file.
4393
9de00a4a
PA
43942014-11-07 Pedro Alves <palves@redhat.com>
4395
4396 PR gdb/17511
4397 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4398 i?86-*-linux*.
4399
e0f52461
SC
44002014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4401
4402 PR c++/17494
4403 * gdb.cp/pr17494.cc: New file.
4404 * gdb.cp/pr17494.exp: New file.
4405
6ce8c980
YQ
44062014-11-02 Yao Qi <yao@codesourcery.com>
4407
4408 * gdb.python/python.exp: Get working directory and match the
4409 output of "set extended-prompt \\w " with it.
4410
02be9a71
DE
44112014-10-30 Doug Evans <dje@google.com>
4412
4413 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4414 in objfiles.
4415 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4416 in progspaces.
4417
3bdff46b
LM
44182014-10-30 Janis Johnson <janisjo@codesourcery.com>
4419
4420 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4421 * gdb.base/realname-expand.exp: Likewise.
4422 * gdb.linespec/macro-relative.exp: Likewise.
4423
ab917dfb
PA
44242014-10-29 Pedro Alves <palves@redhat.com>
4425
4426 PR gdb/17408
4427 * gdb.threads/schedlock.c (some_function): New function.
4428 (call_function): New global.
4429 (MAYBE_CALL_SOME_FUNCTION): New macro.
4430 (thread_function): Call it.
4431 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4432 and use it instead of a global counter. Adjust all callers.
4433 (get_current_thread): Use "find current thread" for test message
4434 here rather than having all callers pass down the same string.
4435 (goto_loop): New procedure, factored out from ...
4436 (my_continue): ... this.
4437 (step_ten_loops): Change parameter from test message to command to
4438 use. Adjust.
4439 (list_count): Delete global.
4440 (check_result): New procedure, factored out from duplicate top
4441 level code.
4442 (continue tests): Wrap in with_test_prefix.
4443 (test_step): New procedure, factored out from duplicate top level
4444 code.
4445 (top level): Test "step" in combination with all scheduler-locking
4446 modes. Test "next" in combination with all scheduler-locking
4447 modes, and in combination with stepping over a function call or
4448 not.
4449 * gdb.threads/next-bp-other-thread.c: New file.
4450 * gdb.threads/next-bp-other-thread.exp: New file.
4451
d3d4baed
PA
44522014-10-29 Pedro Alves <palves@redhat.com>
4453
4454 PR python/17372
4455 * gdb.python/python.exp: Test a multi-line command that spawns
4456 interactive Python.
4457 * gdb.base/multi-line-starts-subshell.exp: New file.
4458
563e8d85
YQ
44592014-10-29 Yao Qi <yao@codesourcery.com>
4460
4461 * gdb.base/fileio.exp: Make directories on host.
4462
0ea4d52e
YQ
44632014-10-29 Yao Qi <yao@codesourcery.com>
4464
4465 * gdb.base/fileio.c (test_write): Close the file.
4466
7f5ef605
PA
44672014-10-28 Pedro Alves <palves@redhat.com>
4468
4469 PR gdb/12623
4470 * gdb.base/sigstep.c (no_handler): New global.
4471 (main): If 'no_handler is true, set the signal handlers to
4472 SIG_IGN.
4473 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4474 with_sw_watch and no_handler parameters. Handle them.
4475 (top level) <stepping over handler when stopped at a breakpoint
4476 test>: Add a test axis for testing with a software watchpoint, and
4477 another for testing with the signal handler set to SIG_IGN.
4478 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4479 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4480
abbdbd03
PA
44812014-10-28 Pedro Alves <palves@redhat.com>
4482
4483 PR gdb/17511
4484 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4485 * gdb.base/sigstep.exp (other_handler_location): New global.
4486 (advance): Support stepping into the signal handler, and running
4487 commands while in the handler.
4488 (in_handler_map): New global.
4489 (top level): In the advance test, add combinations for getting
4490 into the handler with stepping commands, and for running commands
4491 in the handler. Add comment descripting the advancei tests.
4492
1df4399f
PA
44932014-10-28 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.base/sigstep.exp: Use build_executable instead of
4496 prepare_for_testing.
4497 (top level): Move code that starts GDB, runs to main and creates a
4498 display to ...
4499 (restart): ... this new procedure.
4500 (top level): Move backtrace from signal handler test to ...
4501 (validate_backtrace): ... this new procedure.
4502 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4503 with_test_prefix. Always restart GDB.
4504 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4505 with_test_prefix. Always restart GDB. No need to delete
4506 breakpoints after the test.
4507 (test_skip_handler): Remove prefix parameter.
4508 (skip_over_handler, breakpoint_to_handler)
4509 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4510 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4511 restart GDB. No need to delete breakpoints after the test.
4512 (top level): Use foreach to call the test procedures with
4513 different commands.
4514
a5b6e449
PA
45152014-10-28 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4518 instead of GNATS numbers.
4519 * gdb.base/sigbpt.exp: Likewise.
4520 * gdb.base/siginfo.exp: Likewise.
4521 * gdb.base/sigstep.exp: Likewise.
4522
e5f8a7cc
PA
45232014-10-27 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.base/sigstep.c (dummy): New global.
4526 (main): Issue a couple writes to the new global.
4527 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4528 procedures.
4529 (skip_over_handler): Use test_skip_handler.
4530 (top level): Call skip_over_handler for stepi and nexti too.
4531 (breakpoint_over_handler): Use test_skip_handler.
4532 (top level): Call breakpoint_over_handler for stepi and nexti too.
4533
763905a3
YQ
45342014-10-27 Yao Qi <yao@codesourcery.com>
4535
4536 * gdb.trace/tfile.c (adjust_function_address)
4537 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4538 function descriptor.
4539
6f259a23
DB
45402014-10-24 Don Breazeal <donb@codesourcery.com>
4541
4542 * gdb.base/foll-fork.exp (test_follow_fork,
4543 catch_fork_child_follow): Check for updated fork messages emitted
4544 from infrun.c.
4545 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4546 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4547 vfork_and_exec_child_follow_through_step): Check for updated vfork
4548 messages emitted from infrun.c.
4549
09dd9a69
PA
45502014-10-24 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/corefile.exp: Remove references to ultrix.
4553 * gdb.base/interrupt.exp: Likewise.
4554 * gdb.base/whatis.exp: Likewise.
4555 * gdb.gdb/selftest.exp: Likewise.
4556 * gdb.threads/manythreads.exp: Likewise.
4557 * gdb.threads/print-threads.exp: Likewise.
4558 * gdb.threads/pthreads.exp:: Likewise.
4559 * gdb.threads/schedlock.exp: Likewise.
4560
3433cfa5
SC
45612014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4562
4563 * gdb.cp/non-trivial-retval.cc: Add a test case.
4564 * gdb.cp/non-trivial-retval.exp: Add a test.
4565
092f880b
YQ
45662014-10-20 Yao Qi <yao@codesourcery.com>
4567
4568 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4569 * gdb.python/py-objfile-script-gdb.py: New file.
4570 * gdb.python/py-objfile-script.exp: Update reference to
4571 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4572 of remote_download. Remove the dest file.
4573
acbdb7f3
YQ
45742014-10-20 Yao Qi <yao@codesourcery.com>
4575
4576 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4577 * gdb.base/step-line.exp: Likewise.
4578 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4579 * gdb.dwarf2/dw2-basic.exp: Likewise.
4580 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4581 * gdb.dwarf2/dw2-filename.exp: Likewise.
4582 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4583 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4584 * gdb.dwarf2/dw2-producer.exp: Likewise.
4585 * gdb.dwarf2/mac-fileno.exp: Likewise.
4586 * gdb.python/py-frame-args.exp: Likewise.
4587 * gdb.python/py-framefilter.exp: Likewise.
4588 * gdb.python/py-mi.exp: Likewise.
4589 * gdb.python/py-objfile-script.exp: Likewise
4590 * gdb.python/py-pp-integral.exp: Likewise.
4591 * gdb.python/py-pp-re-notag.exp: Likewise.
4592 * gdb.python/py-prettyprint.exp: Likewise.
4593 * gdb.python/py-section-script.exp: Likewise.
4594 * gdb.python/py-typeprint.exp: Likewise.
4595 * gdb.python/py-xmethods.exp: Likewise.
4596 * gdb.stabs/weird.exp: Likewise.
4597 * gdb.xml/tdesc-regs.exp: Likewise.
4598
bd286a29
KCY
45992014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4600
4601 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4602 (out_cu): Use addr_len for the size of addresses.
4603 (out_line): Likewise. Size DW_LNE_set_address instruction
4604 according to addr_len.
4605 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4606 (FUNC): Add START_INSNS to definition.
4607
673dc4a0
YQ
46082014-10-18 Yao Qi <yao@codesourcery.com>
4609
4610 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4611 gdb_has_argv0 return true.
4612 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4613 check [target_info exists noargs], check [gdb_has_argv0]
4614 instead.
4615 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4616 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4617 procedures.
4618
4ffbba72
DE
46192014-10-17 Doug Evans <dje@google.com>
4620
4621 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4622 event.
4623 * gdb.python/py-events.py: Add clear_objfiles event.
4624
d096d8c1
DE
46252014-10-17 Doug Evans <dje@google.com>
4626
4627 * gdb.python/py-objfile.exp: Test progspace attribute.
4628
a80db015
LM
46292014-10-17 Luis Machado <lgustavo@codesourcery.com>
4630
4631 * gdb.guile/scm-breakpoint.exp: Do not assume any
4632 directory separators when matching source file paths.
4633 * gdb.python/py-breakpoint.exp: Likewise.
4634 * gdb.reverse/break-precsave.exp: Likewise.
4635 * gdb.reverse/break-reverse.exp: Likewise.
4636 * gdb.reverse/consecutive-precsave.exp: Likewise.
4637 * gdb.reverse/finish-precsave.exp: Likewise.
4638 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4639 * gdb.reverse/finish-reverse.exp: Likewise.
4640 * gdb.reverse/i386-precsave.exp: Likewise.
4641 * gdb.reverse/i387-env-reverse.exp: Likewise.
4642 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4643 * gdb.reverse/machinestate-precsave.exp: Likewise.
4644 * gdb.reverse/machinestate.exp: Likewise.
4645 * gdb.reverse/sigall-precsave.exp: Likewise.
4646 * gdb.reverse/solib-precsave.exp: Likewise.
4647 * gdb.reverse/step-precsave.exp: Likewise.
4648 * gdb.reverse/until-precsave.exp: Likewise.
4649 * gdb.reverse/watch-precsave.exp: Likewise.
4650 * gdb.reverse/watch-reverse.exp: Likewise.
4651
b22089ab
YQ
46522014-10-17 Yao Qi <yao@codesourcery.com>
4653
4654 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4655 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4656
6c4486e6
PA
46572014-10-17 Pedro Alves <palves@redhat.com>
4658
4659 PR gdb/17471
4660 * gdb.base/bg-execution-repeat.c: New file.
4661 * gdb.base/bg-execution-repeat.exp: New file.
4662
0ff33695
PA
46632014-10-17 Pedro Alves <palves@redhat.com>
4664
4665 PR gdb/17300
4666 * gdb.base/continue-all-already-running.c: New file.
4667 * gdb.base/continue-all-already-running.exp: New file.
4668
6fdebc3d
PA
46692014-10-17 Pedro Alves <palves@redhat.com>
4670
4671 PR gdb/17472
4672 * gdb.base/annota-input-while-running.c: New file.
4673 * gdb.base/annota-input-while-running.exp: New file.
4674
32a8097b
PA
46752014-10-17 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.base/callfuncs.exp: emove references to osf.
4678 * gdb.base/sigall.exp: Likewise.
4679 * gdb.gdb/selftest.exp: Likewise.
4680 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4681 * gdb.mi/non-stop.c: Likewise.
4682 * gdb.mi/pthreads.c: Likewise.
4683 * gdb.reverse/sigall-precsave.exp: Likewise.
4684 * gdb.reverse/sigall-reverse.exp: Likewise.
4685 * gdb.threads/pthreads.c: Likewise.
4686 * gdb.threads/pthreads.exp: Likewise.
4687
7a3517ff
YQ
46882014-10-17 Yao Qi <yao@codesourcery.com>
4689
4690 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4691 check 'target_info exists noargs'.
4692 (test_command_prompt_position): Likewise.
4693 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4694 Remove "set args".
4695 (progvar_simple_while_test): Likewise.
4696 (progvar_complex_if_while_test): Likewise.
4697 (if_while_breakpoint_command_test): Likewise.
4698 (infrun_breakpoint_command_test): Likewise.
4699 (breakpoint_command_test): Likewise.
4700 (watchpoint_command_test): Likewise.
4701 (bp_deleted_in_command_test): Likewise.
4702 (temporary_breakpoint_commands): Likewise.
4703
bb99c472
YQ
47042014-10-16 Yao Qi <yao@codesourcery.com>
4705
4706 * gdb.base/remotetimeout.exp: Remove noargs checking.
4707
7c16b83e
PA
47082014-10-15 Pedro Alves <palves@redhat.com>
4709
4710 PR breakpoints/9649
4711 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4712 * gdb.base/breakpoint-in-ro-region.exp
4713 (probe_target_hardware_step): New procedure.
4714 (top level): Probe hardware stepping and hardware breakpoint
4715 support. Test stepping through a read-only region, with both
4716 "breakpoint auto-hw" on and off and both "always-inserted" on and
4717 off.
4718
35a49624
IB
47192014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4720
4721 * gdb.dlang/demangle.exp: Update for demangling changes.
4722
2d1c107c
SC
47232014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4724
4725 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4726 * gdb.cp/non-trivial-retval.exp: Add new tests.
4727
778811d5
SC
47282014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4729
4730 PR c++/13403
4731 PR c++/15154
4732 * gdb.cp/non-trivial-retval.cc: New file.
4733 * gdb.cp/non-trivial-retval.exp: New file.
4734
10c5f0a8
YQ
47352014-10-15 Yao Qi <yao@codesourcery.com>
4736
4737 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4738 remote host.
4739
65d7b369
YQ
47402014-10-15 Yao Qi <yao@codesourcery.com>
4741
4742 * gdb.python/py-symbol.exp: Match file base name if host is
4743 remote, otherwise match file name with dir name.
4744 * gdb.python/py-symtab.exp: Likewise.
4745 * gdb.python/python.exp: Likewise.
4746
46dc1394
YQ
47472014-10-15 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4750 pattern.
4751 * gdb.python/py-symtab.exp: Likewise.
4752 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4753 locationn.
4754
c40cc657
JB
47552014-10-14 Joel Brobecker <brobecker@adacore.com>
4756
4757 * gdb.ada/addr_arith: New testcase.
4758
2abf49e1
MR
47592014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4760
4761 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4762 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4763 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4764 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4765
f7088df3
SDJ
47662014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4767
4768 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4769 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4770 * gdb.arch/stap-eval-lang-ada.exp: New file.
4771
4dc06805
YQ
47722014-10-14 Yao Qi <yao@codesourcery.com>
4773
4774 * gdb.mi/mi-var-child.c (nothing1): New function.
4775 (nothing2): New function.
4776 (do_children_tests): Set function pointers by nothing1 and
4777 nothing2.
4778 * gdb.mi/mi-var-child.exp: Step over new added statements.
4779 Update test to match the new output.
4780 * gdb.mi/var-cmd.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-display.exp: Update test to match output.
4785 Step to the line specified by $line_dct_nothing.
4786 Increase the number of lines to step.
4787
46a93de2
YQ
47882014-10-14 Yao Qi <yao@codesourcery.com>
4789
4790 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4791 tests.
4792 * gdb.mi/mi2-var-child.exp: Likewise.
4793
14ea52ee
DE
47942014-10-13 Doug Evans <dje@google.com>
4795
4796 * gdb.python/py-objfile.exp: Change name of file name test.
4797
e5c6e92b
DE
47982014-10-13 Doug Evans <dje@google.com>
4799
4800 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4801 from the start of the CU.
4802
c780cc2f
JK
48032014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4804 Yao Qi <yao@codesourcery.com>
4805
4806 Fix "save breakpoints" for "catch" command.
4807 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4808 Remove -nonewline. Match also the added "main" line.
4809
99894e11
JK
48102014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 Fix "save breakpoints" for "disable $bpnum" command.
4813 * gdb.base/save-bp.c (main): Add label.
4814 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4815
6e1ac5a3
JK
48162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4817
4818 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4819
754dd2b0
YQ
48202014-10-11 Yao Qi <yao@codesourcery.com>
4821
4822 * gdb.server/server-kill.exp: Execute command
4823 "set remote trace-status-packet on" before "tstatus".
4824
f90183d7
YQ
48252014-10-11 Yao Qi <yao@codesourcery.com>
4826
4827 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4828 (main): Call getppid.
4829 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4830 and continue to it. Read variable "server_pid".
4831
bf40a607
YQ
48322014-10-11 Yao Qi <yao@codesourcery.com>
4833
4834 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4835
052ca370
YQ
48362014-10-11 Yao Qi <yao@codesourcery.com>
4837
4838 * gdb.threads/thread-find.exp: Don't execute command
4839 "info threads".
4840 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4841 * gdb.threads/linux-dp.exp: Don't check the condition
4842 $threads_created equals to zero.
4843
3831839c
PA
48442014-10-10 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.base/bigcore.exp: Remove references to IRIX.
4847 * gdb.base/funcargs.exp: Likewise.
4848 * gdb.base/interrupt.exp: Likewise.
4849 * gdb.base/mips_pro.exp: Likewise.
4850 * gdb.base/nodebug.exp: Likewise.
4851 * gdb.base/setvar.exp: Likewise.
4852 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4853
8b9a549d
PA
48542014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4855 Pedro Alves <palves@redhat.com>
4856
4857 PR symtab/14466
4858 * gdb.base/vdso-warning.c: New file.
4859 * gdb.base/vdso-warning.exp: New file.
4860
d48ba5e8
DE
48612014-10-02 Doug Evans <dje@google.com>
4862
4863 * gdb.base/structs.c (main): Don't run forever.
4864
2278c276
PA
48652014-10-02 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4868 (top level) <stop threads 1, stop threads 2>: Use it.
4869
b57bacec
PA
48702014-10-02 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.threads/break-while-running.exp (test): Add new
4873 'update_thread_list' argument. Skip "info threads" if false.
4874 (top level): Add new 'update_thread_list' axis.
4875
13fd3ff3
PA
48762014-10-02 Pedro Alves <palves@redhat.com>
4877
4878 PR breakpoints/17431
4879 * gdb.base/execl-update-breakpoints.c: New file.
4880 * gdb.base/execl-update-breakpoints.exp: New file.
4881
0fec99e8
PA
48822014-10-01 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/breakpoint-in-ro-region.c: New file.
4885 * gdb.base/breakpoint-in-ro-region.exp: New file.
4886
2ddf4301
SM
48872014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4888
4889 * gdb.mi/mi-exit-code.exp: New file.
4890 * gdb.mi/mi-exit-code.c: New file.
4891
6a5f3f43
YQ
48922014-09-30 Yao Qi <yao@codesourcery.com>
4893
4894 * lib/prelink-support.exp (build_executable_own_libs): Error if
4895 the target isn't native.
4896
345bcc73
YQ
48972014-09-30 Yao Qi <yao@codesourcery.com>
4898
4899 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4900 false.
4901
a25a5a45
PA
49022014-09-22 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.threads/break-while-running.exp: New file.
4905 * gdb.threads/break-while-running.c: New file.
4906
00ba3162
YQ
49072014-09-19 Yao Qi <yao@codesourcery.com>
4908
4909 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4910 Invoke test. Restart GDB with --readnow and invoke test again.
4911
c3b7b696
YQ
49122014-09-19 Yao Qi <yao@codesourcery.com>
4913
4914 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4915 proc set_breakpoint_on_gcd_function. Invoke
4916 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4917 invoke set_breakpoint_on_gcd_function again.
4918
2b4fd423
DE
49192014-09-18 Doug Evans <dje@google.com>
4920
4921 * gdb.dwarf2/symtab-producer.exp: New file.
4922
a5947601
SDJ
49232014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4924
4925 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4926 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4927 * gdb.base/global-var-nested-by-dso.c: Likewise.
4928 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4929
91c19059
SDJ
49302014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4931 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.base/watch-bitfields.exp: Pass string other than test file
4934 name to prepare_for_testing.
4935 (watch): New procedure.
4936 (expect_watchpoint): Use with_test_prefix.
4937 (top level): Factor out tests to ...
4938 (test_watch_location, test_regular_watch): ... these new
4939 procedures, and use with_test_prefix and gdb_continue_to_end.
4940
bb9d5f81
PP
49412014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4942
4943 PR breakpoints/12526
4944 * gdb.base/watch-bitfields.exp: New file.
4945 * gdb.base/watch-bitfields.c: New file.
4946
635856f5
PA
49472014-09-16 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4950 software and hardware addresses, not software address against
4951 itself.
4952
7280ceea
PA
49532014-09-16 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4956 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4957
428b16bd
PA
49582014-09-16 Pedro Alves <palves@redhat.com>
4959
4960 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4961 files.
4962 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4963 "*-*-vxworks*" throughout.
4964 * gdb.base/break.exp: Likewise.
4965 * gdb.base/default.exp: Likewise.
4966 * gdb.base/scope.exp: Likewise.
4967 * gdb.base/sepdebug.exp: Likewise.
4968 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4969 throughout.
4970 * gdb.base/run.c: Likewise.
4971 * gdb.base/sepdebug.c: Likewise.
4972 * gdb.hp/gdb.aCC/run.c: Likewise.
4973 * gdb.reverse/until-reverse.c: Likewise.
4974 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4975
666d413c
YQ
49762014-09-16 Yao Qi <yao@codesourcery.com>
4977
4978 * boards/local-remote-host-native.exp: New file.
4979
57cbd724
DE
49802014-09-14 Doug Evans <xdje42@gmail.com>
4981
4982 * gdb.threads/queue-signal.c (thread_count): New variable.
4983 (thread_count_mutex, thread_count_condvar): New variables.
4984 (incr_thread_count, wait_all_threads_running): New functions.
4985 (main): Wait for all threads to be in their thread functions.
4986
81219e53
DE
49872014-09-13 Doug Evans <xdje42@gmail.com>
4988
4989 * gdb.threads/queue-signal.c: New file.
4990 * gdb.threads/queue-signal.exp: New file.
4991
3714cea7
DE
49922014-09-13 Doug Evans <xdje42@gmail.com>
4993
4994 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4995 be consistent with what default_gdb_init uses.
4996 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4997 the plain text of the prompt. Add some logging printfs.
4998 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4999
fa43b1d7
PA
50002014-09-12 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5003 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5004 * gdb.arch/i386-size-overlap.exp: Likewise.
5005 * gdb.arch/i386-size.exp: Likewise.
5006 * gdb.arch/i386-unwind.exp: Likewise.
5007 * gdb.base/a2-run.exp: Likewise.
5008 * gdb.base/break.exp: Likewise.
5009 * gdb.base/charset.exp: Likewise.
5010 * gdb.base/chng-syms.exp: Likewise.
5011 * gdb.base/commands.exp: Likewise.
5012 * gdb.base/dbx.exp: Likewise.
5013 * gdb.base/find.exp: Likewise.
5014 * gdb.base/funcargs.exp: Likewise.
5015 * gdb.base/jit-simple.exp: Likewise.
5016 * gdb.base/reread.exp: Likewise.
5017 * gdb.base/sepdebug.exp: Likewise.
5018 * gdb.base/step-bt.exp: Likewise.
5019 * gdb.cp/mb-inline.exp: Likewise.
5020 * gdb.cp/mb-templates.exp: Likewise.
5021 * gdb.objc/basicclass.exp: Likewise.
5022 * gdb.threads/killed.exp: Likewise.
5023
9d9bf2df
EBM
50242014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5025
5026 PR tdep/17379
5027 * gdb.arch/powerpc-stackless.S: New file.
5028 * gdb.arch/powerpc-stackless.exp: New file.
5029
1cf2f1b0
JK
50302014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5031
5032 * gdb.base/attach.c: Include unistd.h.
5033 (main): Call alarm. Add label postloop.
5034 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5035 gdb_breakpoint, gdb_continue_to_breakpoint.
5036 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5037
98880d46
PA
50382014-09-11 Pedro Alves <palves@redhat.com>
5039
5040 PR gdb/17347
5041 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5042 * gdb.base/attach.exp (test_command_line_attach_run): New
5043 procedure.
5044 (top level): Call it.
5045
4c92ff2c
PA
50462014-09-11 Pedro Alves <palves@redhat.com>
5047
5048 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5049 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5050 (do_command_attach_tests): Use spawn_wait_for_attach.
5051 * gdb.base/solib-overlap.exp: Likewise.
5052 * gdb.multi/multi-attach.exp: Likewise.
5053 * gdb.python/py-prompt.exp: Likewise.
5054 * gdb.python/py-sync-interp.exp: Likewise.
5055 * gdb.server/ext-attach.exp: Likewise.
5056
3adc1a7d
GKB
50572014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5058
5059 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5060 command in testcase. Simplify testcase.
5061
96334934
JB
50622014-09-10 Joel Brobecker <brobecker@adacore.com>
5063
5064 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5065
eb479039
JB
50662014-09-10 Joel Brobecker <brobecker@adacore.com>
5067
5068 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5069
deede10c
JB
50702014-09-10 Joel Brobecker <brobecker@adacore.com>
5071
5072 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5073
7828a5f5
JB
50742014-09-10 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.dwarf2/dynarr-ptr.c: New file.
5077 * gdb.dwarf2/dynarr-ptr.exp: New file.
5078
33aeebcf
MR
50792014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5080
5081 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5082 of 30 rather than hardcoding 120 for a slow test case. Take the
5083 `gdb,timeout' target setting into account for this calculation.
5084 Don't extend the timeout for the test cases that don't need it.
5085
7b415901
MR
50862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5087
5088 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5089 a factor of 2 for a slow test case. Take the `gdb,timeout'
5090 target setting into account for this calculation.
5091 * gdb.reverse/until-precsave.exp: Increase the timeout by
5092 a factor of 15 and 3 respectively rather than adding 120
5093 for a pair of slow test cases. Take the `gdb,timeout'
5094 target setting into account for this calculation.
5095
4a40f85a
MR
50962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5097
5098 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5099 timeout, don't pass one down to gdb_expect.
5100 (gdb_expect): Rework timeout selection.
5101
09635af7
MR
51022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5103
5104 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5105 exception on timeout.
5106 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5107 (gdbserver_start_extended): Catch any `gdbserver_start' error
5108 exceptions.
5109 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5110 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5111 `gdbserver_gdb_load' error exceptions.
5112
2bdd10b7
MR
51132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5114
5115 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5116 120 on waiting for the TCP socket to open.
5117
316935f0
DE
51182014-09-09 Doug Evans <xdje42@gmail.com>
5119
5120 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5121 _caller_matches, _any_caller_is, _any_caller_matches.
5122
83740597
DE
51232014-09-09 Doug Evans <xdje42@gmail.com>
5124
5125 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5126
4c122fc3
YQ
51272014-09-09 Yao Qi <yao@codesourcery.com>
5128
5129 * gdb.mi/mi-var-display.exp: Set print symbol off.
5130
a9f116cb
GKB
51312014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5132
5133 PR gdb/17035
5134 * gdb.base/commands.exp: Add tests to verify user-defined
5135 commands with empty bodies.
5136 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5137 python commands in `show user command`.
5138 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5139 scheme commands in `show user command`.
5140
c75bd3a2
JK
51412014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5142
5143 PR python/17355
5144 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5145 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5146 * gdb.python/py-framefilter-invalidarg.exp: New file.
5147 * gdb.python/py-framefilter-invalidarg.py: New file.
5148
faa42425
DE
51492014-09-06 Doug Evans <xdje42@gmail.com>
5150
5151 PR 15276
5152 * gdb.python/py-caller-is.c: New file.
5153 * gdb.python/py-caller-is.exp: New file.
5154
474ca4f6
SDJ
51552014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5156
5157 PR gdb/17235
5158 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5159 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5160
eb0b0463
SDJ
51612014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5162
5163 PR fortran/17237
5164 * gdb.fortran/print-formatted.exp: New file.
5165 * gdb.fortran/print-formatted.f90: Likewise.
5166
5f3b99cf
SS
51672014-09-03 Sasha Smundak <asmundak@google.com>
5168
5169 * gdb.python/py-frame.exp: Test Frame.read_register.
5170
7d793aa9
SDJ
51712014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5172
5173 PR python/16699
5174 * gdb.python/py-completion.exp: New file.
5175 * gdb.python/py-completion.py: Likewise.
5176
fb0576e9
DE
51772014-08-28 Doug Evans <dje@google.com>
5178
5179 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5180 eax,etc. are live with values set by gdb and thus the compiler can't
5181 use them.
5182 * gdb.arch/i386-pseudo.c (main): Ditto.
5183
ee92b0dd
DE
51842014-08-27 Doug Evans <dje@google.com>
5185
5186 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5187
6649db35
DE
51882014-08-25 Doug Evans <dje@google.com>
5189
5190 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5191 (main): Ditto.
5192
564b7600
DE
51932014-08-25 Doug Evans <dje@google.com>
5194
5195 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5196
3881fb67
YQ
51972014-08-24 Yao Qi <yao@codesourcery.com>
5198
5199 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5200 symbol off.
5201 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5202
a05a36a5
DE
52032014-08-22 Doug Evans <dje@google.com>
5204
5205 PR 17276
5206 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5207 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5208 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5209
7c343b48
YQ
52102014-08-22 Yao Qi <yao@codesourcery.com>
5211
5212 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5213 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5214 * gdb.python/python.exp: Likewise. Use .py file on the host
5215 instead of the build.
5216
22fd09ae
JK
52172014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5218
5219 * gdb.threads/gcore-stale-thread.c: New file.
5220 * gdb.threads/gcore-stale-thread.exp: New file.
5221
a8454a7c
PA
52222014-08-21 Pedro Alves <palves@redhat.com>
5223
5224 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5225 * gdb.base/gcore-relro-pie.exp: Likewise.
5226 * gdb.base/gcore-relro.exp: Likewise.
5227 * gdb.base/gcore.exp: Likewise.
5228 * gdb.base/print-symbol-loading.exp: Likewise.
5229 * gdb.threads/gcore-thread.exp: Likewise.
5230 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5231
2a31c623
PA
52322014-08-20 Pedro Alves <palves@redhat.com>
5233 Jan Kratochvil <jan.kratochvil@redhat.com>
5234
5235 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5236 configure.
5237 (EXPECT): Handle READ1 being set.
5238 (all): Depend on EXTRA_RULES.
5239 (check-read1, expect-read1, read1.so, read1): New rules.
5240 * README (Testsuite Parameters): Document the READ1 make variable.
5241 (Race detection): New section.
5242 * configure: Regenerate.
5243 * configure.ac: If build==host==target, and running under a
5244 GNU/glibc system, add read1 to the extra Makefile rules.
5245 (EXTRA_RULES): AC_SUBST it.
5246 * lib/read1.c: New file.
5247
d36430db
JB
52482014-08-20 Joel Brobecker <brobecker@adacore.com>
5249
5250 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5251 the handling of variables declared as a typedef to an array
5252 which a DW_AT_data_location attribute.
5253
9a0dc9e3
PA
52542014-08-19 Andrew Burgess <aburgess@broadcom.com>
5255 Pedro Alves <palves@redhat.com>
5256
5257 PR symtab/14604
5258 PR symtab/14605
5259 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5260 gdb_test.
5261
0718a8da
PA
52622014-08-19 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5265
13b448cd
YQ
52662014-08-19 Yao Qi <yao@codesourcery.com>
5267
5268 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5269 right line.
5270
1cbf5077
DB
52712014-08-18 David Blaikie <dblaikie@gmail.com>
5272
5273 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5274
bf0fae19
JB
52752014-08-18 Joel Brobecker <brobecker@adacore.com>
5276
5277 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5278 attribute in array range.
5279
3c8c5dcc
JB
52802014-08-18 Joel Brobecker <brobecker@adacore.com>
5281
5282 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5283
e66d4446
SC
52842014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5285
5286 PR c++/17132
5287 * gdb.cp/pr17132.cc: New file.
5288 * gdb.cp/pr17132.exp: New file.
5289
940df408
SC
52902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5291
5292 * gdb.python/py-xmethods.py (A_getarrayind)
5293 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5294 Use 'print' with function call syntax.
5295 (E_method_matcher.match): Fix tab vs space indentation mixup.
5296
ebcc6c3a
YQ
52972014-08-15 Yao Qi <yao@codesourcery.com>
5298
5299 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5300 false.
5301
775e0f04
YQ
53022014-08-15 Yao Qi <yao@codesourcery.com>
5303
5304 * gdb.cp/casts.exp: Set print symbol off.
5305 * gdb.cp/class2.exp: Likewise.
5306 * gdb.cp/overload.exp: Likewise.
5307 * gdb.cp/templates.exp: Likewise.
5308
d769e349
DE
53092014-08-11 Doug Evans <dje@google.com>
5310
5311 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5312 (test_load_shlib): Update.
5313
20c6f1e1
YQ
53142014-08-09 Yao Qi <yao@codesourcery.com>
5315
5316 * gdb.base/display.exp: Invoke is_address_zero_readable.
5317 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5318 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5319 * gdb.base/hbreak-unmapped.exp: Return if
5320 is_address_zero_readable returns true.
5321 * gdb.base/signest.exp: Likewise.
5322 * gdb.base/signull.exp: Likewise.
5323 * gdb.base/sigbpt.exp: Likewise.
5324 * gdb.guile/scm-disasm.exp: Do the test if
5325 is_address_zero_readable returns false.
5326 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5327 * gdb.python/py-arch.exp: Likewise.
5328 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5329 * lib/gdb.exp (is_address_zero_readable): New proc.
5330
5792e8e3
YQ
53312014-08-09 Yao Qi <yao@codesourcery.com>
5332
5333 PR testsuite/13443
5334 * gdb.mi/mi-var-display.exp: Make test messages unique.
5335
3cecbbbe
TT
53362014-08-04 Tom Tromey <tromey@redhat.com>
5337
5338 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5339 target 0".
5340
00b51ff5
TT
53412014-08-04 Tom Tromey <tromey@redhat.com>
5342
5343 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5344 "target_resume".
5345
6908c509
JB
53462014-08-01 Joel Brobecker <brobecker@adacore.com>
5347
5348 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5349 inner_vla_struct_object_size.
5350 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5351 as xfail.
5352
cc6563d2
PA
53532014-07-30 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5356 comment.
5357
7e09a223
YQ
53582014-07-29 Yao Qi <yao@codesourcery.com>
5359
5360 PR gdb/17206
5361 * gdb.base/until-nodebug.exp: New.
5362
7ebdbe92
DE
53632014-07-28 Doug Evans <xdje42@gmail.com>
5364
5365 PR guile/17203
5366 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5367 previously existing parameter, and previously ambiguously spelled
5368 parameter.
5369
fdb1adc6
WN
53702014-07-28 Will Newton <will.newton@linaro.org>
5371
5372 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5373
186fcde0
DE
53742014-07-26 Ludovic Courtès <ludo@gnu.org>
5375 Doug Evans <xdje42@gmail.com>
5376
5377 PR guile/17146
5378 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5379
70509625
PA
53802014-07-25 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.threads/signal-command-handle-nopass.c: New file.
5383 * gdb.threads/signal-command-handle-nopass.exp: New file.
5384 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5385 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5386 * gdb.threads/signal-delivered-right-thread.c: New file.
5387 * gdb.threads/signal-delivered-right-thread.exp: New file.
5388
c3f814a1
PA
53892014-07-25 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.base/double-prompt-target-event-error.exp
5392 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5393 match.
5394 (cancel_pagination_in_target_event): Rework double prompt
5395 detection.
5396 * gdb.base/paginate-after-ctrl-c-running.exp
5397 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5398 <return>' match.
5399 * gdb.base/paginate-bg-execution.exp
5400 (test_bg_execution_pagination_return)
5401 (test_bg_execution_pagination_cancel): Remove '-notransfer
5402 <return>' matches.
5403 * gdb.base/paginate-execution-startup.exp
5404 (test_fg_execution_pagination_return)
5405 (test_fg_execution_pagination_cancel): Remove '-notransfer
5406 <return>' matches.
5407 * gdb.base/paginate-inferior-exit.exp
5408 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5409 match.
5410 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5411 * lib/gdb.exp (pagination_prompt): Run text through
5412 string_to_regexp.
5413 (gdb_test_multiple): Match $pagination_prompt instead of
5414 "<return>".
5415 (string_to_regexp): Move to lib/gdb-utils.exp.
5416
e214cf6c
JK
54172014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 * gdb.arch/amd64-entry-value-paramref.S: New file.
5420 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5421 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5422 * gdb.arch/amd64-optimout-repeat.S: New file.
5423 * gdb.arch/amd64-optimout-repeat.c: New file.
5424 * gdb.arch/amd64-optimout-repeat.exp: New file.
5425
17d0c5c8
JK
54262014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 PR gdb/17170
5429 * gdb.base/statistics.exp: New file.
5430
b8b8facf
DE
54312014-07-17 Doug Evans <dje@google.com>
5432
74b49205 5433 PR gdb/17170
b8b8facf
DE
5434 * gdb.base/maint.exp: Update testing of per-command stats.
5435
1b5d0ab3
PA
54362014-07-16 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5439 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5440 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5441 (tfile_write_buf): New functions.
5442 (add_memory_block): Rewrite using the above.
5443 (adjust_function_address): New function.
5444 (FUNCTION_ADDRESS): New macro.
5445 (write_basic_trace_file): Remove short_x local, and use
5446 tfile_write_16. Change type of func_addr local to unsigned long
5447 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5448 here. Cast argument of add_memory_block to char pointer.
5449 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5450 (main): Remove parameters.
5451 * gdb.trace/tfile.exp: Remove nowarnings.
5452
4d974e88
SM
54532014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5454
5455 * gdb.base/debug-expr.exp: Test string evaluation with
5456 "debug expression" on.
5457
41e99568
PA
54582014-07-15 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.base/reread.exp: Use clean_restart.
5461
487d9753
PL
54622014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5463
5464 * gdb.arch/avr-flash-qualifer.c: New.
5465 * gdb.arch/avr-flash-qualifer.exp: New.
5466
cc1c52ad
PA
54672014-07-14 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5470 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5471
1e973570
PA
54722014-07-14 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.base/double-prompt-target-event-error.c: New file.
5475 * gdb.base/double-prompt-target-event-error.exp: New file.
5476
93d6eb10
PA
54772014-07-14 Pedro Alves <palves@redhat.com>
5478
5479 PR gdb/17072
5480 * gdb.base/paginate-inferior-exit.c: New file.
5481 * gdb.base/paginate-inferior-exit.exp: New file.
5482
0017922d
PA
54832014-07-14 Pedro Alves <palves@redhat.com>
5484
5485 PR gdb/17072
5486 * gdb.base/paginate-bg-execution.c: New file.
5487 * gdb.base/paginate-bg-execution.exp: New file.
5488
94696ad3
PA
54892014-07-14 Pedro Alves <palves@redhat.com>
5490
5491 PR gdb/17072
5492 * gdb.base/paginate-execution-startup.c: New file.
5493 * gdb.base/paginate-execution-startup.exp: New file.
5494 * lib/gdb.exp (pagination_prompt): New global.
5495 (default_gdb_spawn): New procedure, factored out from
5496 default_gdb_spawn.
5497 (default_gdb_start): Adjust to call default_gdb_spawn.
5498 (gdb_spawn): New procedure.
5499
bd293940
PA
55002014-07-14 Pedro Alves <palves@redhat.com>
5501
5502 * lib/gdb.exp (gdb_assert): New procedure.
5503 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5504
c933f875
PA
55052014-07-14 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.base/execution-termios.c: New file.
5508 * gdb.base/execution-termios.exp: New file.
5509
d98b7a16
TT
55102014-07-14 Tom Tromey <tromey@redhat.com>
5511
5512 * gdb.cp/vla-cxx.cc: New file.
5513 * gdb.cp/vla-cxx.exp: New file.
5514
548740d6
TT
55152014-07-14 Tom Tromey <tromey@redhat.com>
5516
5517 * gdb.reverse/rerun-prec.c: New file.
5518 * gdb.reverse/rerun-prec.exp: New file.
5519
a25eb028
MR
55202014-07-12 Maciej W. Rozycki <macro@mips.com>
5521 Maciej W. Rozycki <macro@codesourcery.com>
5522
5523 * lib/gdb-utils.exp: New file.
5524 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5525 inline `gdb_init_command' processing.
5526 (gdb_start_cmd): Likewise.
5527 * lib/mi-support.exp (mi_run_cmd): Likewise.
5528 * README: Document `gdb_init_command' and `gdb_init_commands'.
5529
218c2655
JK
55302014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5531
5532 Fix false FAIL running under a very long directory name.
5533 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5534 and "set print elements 10000". Twice.
5535
5401fde3
YQ
55362014-07-11 Yao Qi <yao@codesourcery.com>
5537
5538 * gdb.base/exprs.exp: "set print symbol off".
5539
e76126e8
PA
55402014-07-11 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.threads/kill.c: New file.
5543 * gdb.threads/kill.exp: New file.
5544
2d6f0de6
YQ
55452014-07-10 Yao Qi <yao@codesourcery.com>
5546
5547 * gdb.trace/tfile.c (write_basic_trace_file)
5548 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5549 address written to trace file.
5550
7180e04a
PA
55512014-07-09 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.base/attach-wait-input.exp: New file.
5554 * gdb.base/attach-wait-input.c: New file.
5555
9a9a7608
AB
55562014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5559 setting up test structures.
5560 (main): Call new test function.
5561 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5562 test function, continue into test function and walk test
5563 structures.
5564
161ac41e
YQ
55652014-07-02 Yao Qi <yao@codesourcery.com>
5566
5567 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5568 'bar_start' at the beginning of functions 'foo' and 'bar'
5569 respectively.
5570 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5571 instead of 'foo' and 'bar'.
5572
1f267ae3
MM
55732014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5574
5575 * gdb.btrace/segv.exp: New.
5576 * gdb.btrace/segv.c: New.
5577
2b239efb
LM
55782014-07-02 Luis Machado <lgustavo@codesourcery.com>
5579
5580 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5581 instruction.
5582
cf363f18
MW
55832014-06-30 Mark Wielaard <mjw@redhat.com>
5584
5585 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5586 vulture, vilify, villar): New volatile array constants.
5587 (vindictive, vegetation): New const volatile array constants.
5588 * gdb.base/volatile.exp: Test volatile and const volatile array
5589 types.
5590
aebf9d24
AA
55912014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5592
5593 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5594 target lacks support for awatch, rwatch, or hbreak.
5595
b67a2c6f
YQ
55962014-06-27 Yao Qi <yao@codesourcery.com>
5597
5598 * gdb.multi/dummy-frame-restore.exp: New.
5599 * gdb.multi/dummy-frame-restore.c: New.
5600
aef92902
MM
56012014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5602
5603 * gdb.btrace/gcore.exp: New.
5604
8e9db26e
PA
56052014-06-23 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.base/watchpoint-reuse-slot.c: New file.
5608 * gdb.base/watchpoint-reuse-slot.exp: New file.
5609
70afc5b7
SC
56102014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5611
5612 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5613 progspace's filename in 'info', 'enable' and 'disable' command
5614 tests.
5615
b972bd9c
JK
56162014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5617
5618 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5619 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5620 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5621
125f8a3d
GB
56222014-06-20 Gary Benson <gbenson@redhat.com>
5623
5624 * gdb.arch/i386-avx.exp: Fix include file location.
5625 * gdb.arch/i386-sse.exp: Likewise.
5626
3ed9baed
IB
56272014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5628
5629 * gdb.dlang/expression.exp: New file.
5630
034f788c
PA
56312014-06-19 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5634 out from ...
5635 (top level): ... here. Iterate running tests under different
5636 scheduler-locking settings.
5637
45371d0c
LM
56382014-06-18 Luis Machado <lgustavo@codesourcery.com>
5639
5640 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5641 to DW_FORM_addr and use non-zero addresses.
5642
5d376983
SC
56432014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5644
5645 PR gdb/17017
5646 * gdb.python/py-xmethods.cc: Add global function call counters and
5647 increment them in their respective functions. Remove "cout"
5648 statements.
5649 * gdb.python/py-xmethods.exp: Make tests check the global function
5650 call counters instead of depending on inferior IO.
5651
a1aa2221
LM
56522014-06-18 Don Breazeal <donb@codesourcery.com>
5653
5654 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5655 Deleted procedure.
5656 (explicit_fork_parent_follow): Deleted procedure.
5657 (explicit_fork_child_follow): Deleted procedure.
5658 (test_follow_fork): New procedure.
5659 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5660 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5661 procedure calls.
5662
0fc05997
YQ
56632014-06-17 Yao Qi <yao@codesourcery.com>
5664
5665 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5666 CP1252.
5667
70795c52
LM
56682014-06-17 Luis Machado <lgustavo@codesourcery.com>
5669
5670 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5671 Initialize ptr and S explicitly.
5672 (skip_type_update_when_not_use_rtti_test): Likewise.
5673
6be47f0c
KS
56742014-06-16 Keith Seitz <keiths@redhat.com>
5675
5676 PR mi/15863
5677 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5678 the inferior is started.
5679
d03de421
PA
56802014-06-16 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.base/break-main-file-remove-fail.c: New file.
5683 * gdb.base/break-main-file-remove-fail.exp: New file.
5684 * gdb.base/break-unload-file.exp: Use build_executable instead of
5685 prepare_for_testing.
5686 (test_break): New parameter "initial_load". Handle it.
5687 (top level): Add initial_load cmdline/file axis.
5688
f9579b99
TT
56892014-06-12 Tom Tromey <tromey@redhat.com>
5690
5691 * gdb.base/completion.exp: Don't use directory name in test.
5692
3657956b
GB
56932014-06-09 Gary Benson <gbenson@redhat.com>
5694
5695 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5696 separate the always-available ANSI-standard signals from the
5697 signals that require checking.
5698 (main): Likewise.
5699 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5700 Likewise.
5701 (main): Likewise.
5702
4186eb54
KS
57032014-06-07 Keith Seitz <keiths@redhat.com>
5704
5705 Revert:
5706 PR c++/16253
5707 * gdb.cp/var-tag.cc: New file.
5708 * gdb.cp/var-tag.exp: New file.
5709 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5710 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5711 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5712 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5713
25326a28 57142014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5715
5716 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5717
829155c9
PA
57182014-06-06 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5721 in target debug output instead of looking at RSP packets,
5722 disabling the test on any target that uses hardware stepping.
5723 Update comments.
5724
61c8d22e
PA
57252014-06-06 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.base/break-unload-file.exp: Fix typo.
5728
d9a47287
YQ
57292014-06-06 Yao Qi <yao@codesourcery.com>
5730
5731 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5732 from "jit_function" to "^jit_function".
5733
e5e01dbf
YQ
57342014-06-06 Yao Qi <yao@codesourcery.com>
5735
5736 * gdb.base/async.c (foo): Add one statement.
5737 * gdb.base/async.exp: Get the next instruction address and
5738 match the output of "nexti" by instruction address. Match
5739 the hex address in the output of "finish".
5740
73ba372c
GB
57412014-06-06 Gary Benson <gbenson@redhat.com>
5742
5743 * gdb.base/call-signals.c: Remove preprocessor conditionals
5744 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5745 SIGSEGV and SIGTERM.
5746 * gdb.base/sigall.c: Likewise.
5747 * gdb.base/unwindonsignal.c: Likewise.
5748 * gdb.reverse/sigall-reverse.c: Likewise.
5749
831517df
YQ
57502014-06-06 Yao Qi <yao@codesourcery.com>
5751
5752 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5753 readable, skip the test.
5754
b8b91e98
YQ
57552014-06-06 Yao Qi <yao@codesourcery.com>
5756
5757 * gdb.threads/staticthreads.c (thread_function): Move the line
5758 setting breakpoint on forward.
5759 * gdb.threads/staticthreads.exp: Update comments.
5760
fb934770
LC
57612014-06-05 Ludovic Courtès <ludo@gnu.org>
5762
5763 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5764 "history-append! type error".
5765
6ef284bd
SM
57662014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5767
5768 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5769 erroneous dprintf expected input.
5770
a872e241
DE
57712014-06-04 Doug Evans <xdje42@gmail.com>
5772
5773 * gdb.guile/scm-generics.exp: Delete.
5774
16f691fb
DE
57752014-06-04 Doug Evans <xdje42@gmail.com>
5776
5777 * gdb.guile/scm-breakpoint.exp: Update.
5778 Add tests for breakpoint registration.
5779
012370f6
TT
57802014-06-04 Tom Tromey <tromey@redhat.com>
5781
5782 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5783 VLA-in-union.
5784 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5785 inner_vla_struct, vla_union types. Initialize objects of those
5786 types and compute their sizes.
5787
9f5a4cef
HZ
57882014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5789 Hui Zhu <hui@codesourcery.com>
5790
5791 * gdb.base/fileio.exp: Add test for shell not available as well as
5792 available.
5793 * gdb.base/fileio.c (test_system): Check for shell twice.
5794
90a45c4d
YQ
57952014-06-04 Yao Qi <yao@codesourcery.com>
5796
5797 * gdb.base/auto-connect-native-target.exp: Remove redundant
5798 space from the regexp pattern.
5799
70017e41
YQ
58002014-06-04 Yao Qi <yao@codesourcery.com>
5801
5802 * gdb.base/default.exp: Replace "child" with "native" in
5803 regexp pattern.
5804
883964a7
SC
58052014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5806
5807 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5808 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5809 * gdb.python/py-xmethods.py: Python script supporting the
5810 new testcase and tests.
5811
ef370185
JB
58122014-06-03 Joel Brobecker <brobecker@adacore.com>
5813 Pedro Alves <palves@redhat.com>
5814
5815 PR breakpoints/17000
5816 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5817 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5818
1e2ccb61
BM
58192014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5820
5821 * gdb.base/subst.exp: Add tests to verify partial path matching
5822 output.
5823
c6ec5ab2
PA
58242014-06-03 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5827 target that doesn't use software single-stepping.
5828
835c559f
PA
58292014-06-03 Pedro Alves <palves@redhat.com>
5830
5831 PR breakpoints/17000
5832 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5833 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5834
06eb1586
DE
58352014-06-02 Doug Evans <xdje42@gmail.com>
5836
5837 * gdb.guile/scm-parameter.exp: New file.
5838
e698b8c4
DE
58392014-06-02 Doug Evans <xdje42@gmail.com>
5840
5841 * gdb.guile/scm-cmd.c: New file.
5842 * gdb.guile/scm-cmd.exp: New file.
5843
ded03782
DE
58442014-06-02 Doug Evans <xdje42@gmail.com>
5845
5846 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5847 pretty-printer lookup.
5848 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5849 (make-pp_s-printer): Call it.
5850 (make-pretty-printer-from-dict): New function.
5851 (lookup-pretty-printer-maker-from-dict): New function.
5852 (*pretty-printer*): Simplify.
5853 (make-objfile-pp_s-printer): New function.
5854 (install-objfile-pretty-printers!): New function.
5855 (make-progspace-pp_s-printer): New function.
5856 (install-progspace-pretty-printers!): New function.
5857 * gdb.guile/scm-progspace.c: New file.
5858 * gdb.guile/scm-progspace.exp: New file.
5859
41fac0cf
PA
58602014-06-02 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/dprintf-bp-same-addr.c: New file.
5863 * gdb.base/dprintf-bp-same-addr.exp: New file.
5864
96ae5695
EBM
58652014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5866
5867 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5868 * gdb.arch/powerpc-power.s: Likewise.
5869
da02b3a8
JB
58702014-06-02 Joel Brobecker <brobecker@adacore.com>
5871
5872 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5873
c72b2e7b
YQ
58742014-06-01 Yao Qi <yao@codesourcery.com>
5875
5876 * gdb.base/watchpoint.exp (test_watch_location): Check null
5877 pointer can be dereferenced. If not, do the test, otherwise
5878 skip it.
5879
53e8a631
AB
58802014-05-30 Andrew Burgess <aburgess@broadcom.com>
5881
5882 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5883 results.
5884 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5885
938f0e2f
AB
58862014-05-30 Andrew Burgess <aburgess@broadcom.com>
5887
5888 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5889 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5890 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5891 * gdb.arch/amd64-invalid-stack-top.c: New file.
5892 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5893
9ba6657a
PA
58942014-05-30 Pedro Alves <palves@redhat.com>
5895
5896 PR breakpoints/17000
5897 * gdb.base/sss-bp-on-user-bp.c: New file.
5898 * gdb.base/sss-bp-on-user-bp.exp: New file.
5899
522c09bf
DB
59002014-05-30 David Blaikie <dblaikie@gmail.com>
5901
5902 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5903 gnu_inline semantics via attribute.
5904 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5905 source explicitly specifies the required semantics.
5906
bf4ef81e
MR
59072014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5908
5909 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5910
329ea579
PA
59112014-05-29 Pedro Alves <palves@redhat.com>
5912 Tom Tromey <tromey@redhat.com>
5913
5914 * gdb.base/async-shell.exp: Don't enable target-async.
5915 * gdb.base/async.exp
5916 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5917 parameter. Adjust.
5918 (top level): Don't test with "target-async".
5919 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5920 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5921 * gdb.base/inferior-died.exp: Don't enable target-async.
5922 * gdb.base/interrupt-noterm.exp: Likewise.
5923 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5924 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5925 * gdb.mi/mi-nonstop.exp: Likewise.
5926 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5927 * gdb.mi/mi-nsintrall.exp: Likewise.
5928 * gdb.mi/mi-nsmoribund.exp: Likewise.
5929 * gdb.mi/mi-nsthrexec.exp: Likewise.
5930 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5931 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5932 * gdb.python/py-evsignal.exp: Don't enable target-async.
5933 * gdb.python/py-evthreads.exp: Likewise.
5934 * gdb.python/py-prompt.exp: Likewise.
5935 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5936 * gdb.server/solib-list.exp: Don't enable target-async.
5937 * gdb.threads/thread-specific-bp.exp: Likewise.
5938 * lib/mi-support.exp: Adjust to use mi-async.
5939
fd664c91
PA
59402014-05-29 Pedro Alves <palves@redhat.com>
5941
5942 PR gdb/13860
5943 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5944 reason, even in sync mode.
5945
251bde03
PA
59462014-05-29 Pedro Alves <palves@redhat.com>
5947 Hui Zhu <hui@codesourcery.com>
5948
5949 PR PR15693
5950 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5951 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5952 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5953 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5954
7f3c0343
JB
59552014-05-28 Joel Brobecker <brobecker@adacore.com>
5956
5957 * config/monitor.exp (gdb_target_monitor): Replace use of
5958 "set remotebaud" by "set serial baud".
5959
b2715b27
AW
59602014-05-26 Andy Wingo <wingo@igalia.com>
5961
5962 * gdb.guile/scm-breakpoint.exp:
5963 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5964 properties instead of gdb-object-properties.
5965
498a4489
YQ
59662014-05-26 Yao Qi <yao@codesourcery.com>
5967
5968 * gdb.server/no-thread-db.exp: Specify source file name
5969 explicitly when setting a breakpoint.
5970
589fdceb
MM
59712014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5972
5973 * gdb.btrace/vdso.c: New.
5974 * gdb.btrace/vdso.exp: New.
5975
e9089e05
MM
59762014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5977
5978 * gdb.base/gcore.exp (capture_command_output): Move ...
5979 * lib/gdb.exp (capture_command_output): ... here.
5980
67b5c0c1
MM
59812014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5982
5983 * gdb.btrace/data.exp: Test memory access during btrace replay.
5984
a2199296
SM
59852014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5988
17b2616c
PA
59892014-05-21 Pedro Alves <palves@redhat.com>
5990
5991 PR gdb/13860
5992 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5993 (top level): Test that output related to execution commands is
5994 sent to the console with CLI commands, but not with MI commands.
5995 Test that breakpoint events are always mirrored to the console.
5996 Also expect the new source line to be output after a "next" in
5997 async mode too. Make it a pass/fail test.
5998 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5999 output.
6000 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6001
5166082f
PA
60022014-05-21 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6005 Use them to test variations of "list" after reaching a breakpoint.
6006 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6007 Test "list" with listsize 10 after reaching a breakpoint.
6008 * gdb.python/python.exp (decode_line current location line
6009 number): Adjust expected line number.
6010
2f25d70f
SM
60112014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6012
6013 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6014 behavior for $args, pass it directly to "run".
6015
ff604a67
MR
60162014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6017
6018 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6019 30000 to 65536.
6020
6a3cb8e8
PA
60212014-05-21 Pedro Alves <palves@redhat.com>
6022
6023 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6024 auto-connect-native-target off".
6025 * gdb.base/auto-connect-native-target.c: New file.
6026 * gdb.base/auto-connect-native-target.exp: New file.
6027
4ebfc96e
PA
60282014-05-21 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/default.exp: Test "target native" instead of "target
6031 child".
6032
36d46afb
MW
60332014-05-21 Mark Wielaard <mjw@redhat.com>
6034
6035 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6036
5876f503
JK
60372014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6038
6039 Fix TLS access for -static -pthread.
6040 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6041 <HAVE_TLS> (thread_function, main): Initialize it.
6042 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6043 Add clean_restart.
6044 <$have_tls != "">: Check TLSVAR.
6045
0256a6ac
PA
60462014-05-21 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.base/dcache-line-read-error.c: New.
6049 * gdb.base/dcache-line-read-error.exp: New.
6050
936d2992
PA
60512014-05-20 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/compare-sections.c: New file.
6054 * gdb.base/compare-sections.exp: New file.
6055
802e8e6d
PA
60562014-05-20 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/break-idempotent.c: New file.
6059 * gdb.base/break-idempotent.exp: New file.
6060
e59fa00f
MM
60612014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6062
6063 * gdb.btrace/nohist.exp: New.
6064
8b696e31
YQ
60652014-05-20 Yao Qi <yao@codesourcery.com>
6066
6067 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6068 gdb.reverse directory and gdb_reverse_timeout exists in board
6069 setting.
6070 * README: Document gdb_reverse_timeout.
6071
73c9764f
YQ
60722014-05-20 Yao Qi <yao@codesourcery.com>
6073
6074 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6075 'test_file_name'. Treat args as a string instead of a list.
6076 (gdb_init): Rename argument 'args' by 'test_file_name'.
6077
f1f4348a
JK
60782014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6079
6080 * gdb.arch/powerpc-power.exp: New file.
6081 * gdb.arch/powerpc-power.s: New file.
6082
0dbe70ce
DE
60832014-05-16 Doug Evans <dje@google.com>
6084
6085 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6086 * gdb.base/completion.exp: Check that all expected files exist
6087 before doing file completion.
0dbe70ce 6088
8d551b02
DE
60892014-05-16 Doug Evans <dje@google.com>
6090
6091 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6092 Update.
6093 (do_syscall_tests_without_xml): Update.
6094
73eb7709
PA
60952014-05-16 Pedro Alves <palves@redhat.com>
6096
6097 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6098 instead of "unknown output after running".
6099
3fae92fc
YQ
61002014-05-16 Yao Qi <yao@codesourcery.com>
6101
6102 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6103 file1.txt from host at the end.
6104 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6105
c2b2ccc5
DE
61062014-05-15 Doug Evans <dje@google.com>
6107
6108 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6109 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6110 loading file. Add test for TU lookup.
6111
8c217a4b
SM
61122014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6113
6114 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6115 calling "-exec-arguments" or "set args" before running the
6116 inferior.
6117
3deb39c6
SM
61182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6119
6120 * lib/mi-support.exp (mi_expect_stop): Expect message for
6121 inferiors that exit with non-zero exit code.
6122
71a79f8c
YQ
61232014-05-14 Yao Qi <yao@codesourcery.com>
6124
6125 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6126 match absolute path on remote host.
6127 (test_file_list_exec_source_files): Remove "/" from the
6128 pattern.
6129
f23fcd46
YQ
61302014-05-14 Yao Qi <yao@codesourcery.com>
6131
6132 * boards/local-remote-host-notty.exp (${board}_file): New
6133 proc.
6134
9404b58f
KM
61352014-05-07 Kyle McMartin <kyle@redhat.com>
6136
6137 Pushed by Joel Brobecker <brobecker@adacore.com>.
6138 * gdb.arch/aarch64-atomic-inst.c: New file.
6139 * gdb.arch/aarch64-atomic-inst.exp: New file.
6140
5e45f04c
YQ
61412014-05-07 Yao Qi <yao@codesourcery.com>
6142
6143 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6144 in current context" too.
6145
c888a17d
KS
61462014-05-05 Keith Seitz <keiths@redhat.com>
6147
6148 * gdb.linespec/ls-dollar.exp: Add test for linespec
6149 file:convenience_variable.
6150
290a839c
YQ
61512014-05-05 Yao Qi <yao@codesourcery.com>
6152
6153 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6154 traceframes into tfile and ctf trace files. Read data from
6155 trace file and test collected data.
6156 (gdb_collect_locals_test): Likewise.
6157 (gdb_unavailable_registers_test): Likewise.
6158 (gdb_unavailable_floats): Likewise.
6159 (gdb_collect_globals_test): Likewise.
6160 (top-level): Append "ctf" to trace_file_targets if GDB
6161 supports.
6162
b5262cd0
YQ
61632014-05-05 Yao Qi <yao@codesourcery.com>
6164
6165 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6166 code to ...
6167 (gdb_collect_args_test_1): ... it. New proc.
6168 (gdb_collect_locals_test): Move some code to ...
6169 (gdb_collect_locals_test_1): ... it. New proc.
6170 (gdb_unavailable_registers_test): Move some code to ...
6171 (gdb_unavailable_registers_test_1): ... it. New proc.
6172 (gdb_unavailable_floats): Move some code to ...
6173 (gdb_unavailable_floats_1): ... it. New proc.
6174
30a1e6cc
SDJ
61752014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6176
6177 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6178 probes to test for bitness recognition.
6179 * gdb.arch/amd64-stap-optional-prefix.exp
6180 (test_probe_value_without_reg): New procedure.
6181 Add code to test for different kinds of bitness.
6182
f33da99a
SDJ
61832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6184
6185 PR breakpoints/16889
6186 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6187 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6188
5b80f00d
PA
61892014-05-01 Pedro Alves <palves@redhat.com>
6190
6191 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6192 gdb_file_cmd if no file is specified.
6193 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6194 last_loaded_file to set the remote exec-file.
6195
f8c2a73c
PA
61962014-05-01 Pedro Alves <palves@redhat.com>
6197
6198 * boards/local-remote-host.exp: New file.
6199
be6e8ac7
PA
62002014-05-01 Pedro Alves <palves@redhat.com>
6201
6202 * boards/local-remote-host.exp: Rename to ...
6203 * boards/local-remote-host-notty.exp: ... this.
6204
cac0dc8f
JB
62052014-04-28 Joel Brobecker <brobecker@adacore.com>
6206
6207 * gdb.ada/dyn_arrayidx: New testcase.
6208
9730e6cc
YQ
62092014-04-26 Yao Qi <yao@codesourcery.com>
6210
6211 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6212 and compute the length of function main. Save it in
6213 $main_length.
6214 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6215 (top-level): Use gdb_compile to compile objects into
6216 executable and restart GDB. Remove invocation to
6217 prepare_for_testing.
6218
7ae1a6a6
PA
62192014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6220 Pedro Alves <palves@redhat.com>
6221
6222 PR server/16255
6223 * gdb.multi/multi-attach.c: New file.
6224 * gdb.multi/multi-attach.exp: New file.
6225
4082afcc
PA
62262014-04-25 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6229 user.
6230 (top level): Test that "set remote conditional-breakpoints-packet
6231 off" works as intended.
6232 * gdb.base/dprintf.exp: Test that "set remote
6233 breakpoint-commands-packet off" works as intended.
6234 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6235 New function.
6236 (top level): Call it.
6237 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6238 remote fast-tracepoints-packet off" works as intended.
6239 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6240 * lib/gdb.exp (gdb_is_target_remote): ... here.
6241
2abc3f8d
DB
62422014-04-24 David Blaikie <dblaikie@gmail.com>
6243
6244 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6245 ensure clang would not discard them.
6246 * gdb.base/gdbvars.c: Ditto.
6247 * gdb.base/memattr.c: Ditto.
6248 * gdb.base/whatis.c: Ditto.
6249 * gdb.python/py-prettyprint.c: Ditto.
6250 * gdb.trace/actions.c: Ditto.
6251 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6252 ensure clang would not discard it.
6253
bfd39632
DB
62542014-04-24 David Blaikie <dblaikie@gmail.com>
6255
6256 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6257 clang to emit the full definition of type required by the test
6258 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6259
22842ff6
DB
62602014-04-24 David Blaikie <dblaikie@gmail.com>
6261
6262 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6263 coax Clang into emitting the definition of the type.
6264 * gdb.cp/pr10728-x.h (y): Ditto.
6265 * gdb.cp/pr10728-y.cc (y): Ditto.
6266
c2e827ad
DB
62672014-04-24 David Blaikie <dblaikie@gmail.com>
6268
6269 * gdb.base/label.exp: XFAIL label related tests under Clang.
6270 * gdb.cp/cplabel.exp: Ditto.
6271 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6272 under Clang those using labels.
6273
4c2d33e7
YQ
62742014-04-25 Yao Qi <yao@codesourcery.com>
6275
6276 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6277 double_label.
6278 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6279 partial_label and double_label.
6280
56083b99
DB
62812014-04-24 David Blaikie <dblaikie@gmail.com>
6282
6283 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6284
25d4e99d
DB
62852014-04-24 David Blaikie <dblaikie@gmail.com>
6286
6287 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6288 of the function to work across GCC and Clang.
6289 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6290 pointer types (const void ** const V void **).
6291
01f9f808
MS
62922014-04-24 Michael Sturm <michael.sturm@mintel.com>
6293 Walfred Tedeschi <walfred.tedeschi@intel.com>
6294
6295 * Makefile.in (EXECUTABLES): Added i386-avx512.
6296 * gdb.arch/i386-avx512.c: New file.
6297 * gdb.arch/i386-avx512.exp: Likewise.
6298
4b48d439
KS
62992014-04-23 Keith Seitz <keiths@redhat.com>
6300
6301 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6302 (mi_make_breakpoint_table): New procedure.
6303 (mi_create_breakpoint): Use mi_make_breakpoint
6304 and return the result.
6305 (mi_make_breakpoint): New procedure.
6306 (mi_build_kv_pairs): New procedure.
6307
6308 * gdb.mi/mi-break.exp: Remove unused globals,
6309 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6310 All callers updated.
6311 * gdb.mi/mi-dprintf.exp: Use variable to track command
6312 number.
6313 Update all callers of mi_create_breakpoint and use
6314 mi_make_breakpoint_table.
6315 Remove any unused global variables.
6316 * gdb.mi/mi-nonstop.exp: Likewise.
6317 * gdb.mi/mi-nsintrall.exp: Likewise.
6318 * gdb.mi/mi-nsmoribund.exp: Likewise.
6319 * gdb.mi/mi-nsthrexec.exp: Likewise.
6320 * gdb.mi/mi-reverse.exp: Likewise.
6321 * gdb.mi/mi-simplerun.exp: Likewise.
6322 * gdb.mi/mi-stepn.exp: Likewise.
6323 * gdb.mi/mi-syn-frame.exp: Likewise.
6324 * gdb.mi/mi-until.exp: Likewise.
6325 * gdb.mi/mi-var-cp.exp: Likewise.
6326 * gdb.mi/mi-var-display.exp: Likewise.
6327 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6328 * gdb.mi/mi2-var-child.exp: Likewise.
6329 * gdb.mi/mi-vla-c99.exp: Likewise.
6330 * lib/mi-support.exp: Likewise.
6331
6332 From Ian Lance Taylor <iant@cygnus.com>:
6333 * lib/gdb.exp (parse_args): New procedure.
6334
08351840
PA
63352014-04-23 Pedro Alves <palves@redhat.com>
6336
6337 * gdb.base/break-unload-file.c: New file.
6338 * gdb.base/break-unload-file.exp: New file.
6339 * gdb.base/sym-file-lib.c (baz): New function.
6340 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6341 field.
6342 (load): Store the segment's mapped size.
6343 (unload): New function.
6344 (unload_shlib): New function.
6345 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6346 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6347 set a breakpoint at baz, and call it.
6348 * gdb.base/sym-file.exp: New tests for stale breakpoint
6349 instructions.
6350
076855f9
PA
63512014-04-23 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6354 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6355 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6356 * gdb.base/hbreak-unmapped.c: New file.
6357 * gdb.base/hbreak-unmapped.exp: New file.
6358 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6359 * lib/gdb.exp (gdb_is_target_remote): ... here.
6360
483805cf
PA
63612014-04-22 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/consecutive-step-over.c: New file.
6364 * gdb.base/consecutive-step-over.exp: New file.
6365
06d97543
PA
63662014-04-22 Pedro Alves <palves@redhat.com>
6367
6368 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6369 instead of send_gdb/gdb_expect.
6370
b4429ea2
YQ
63712014-04-22 Yao Qi <yao@codesourcery.com>
6372
6373 * lib/trace-support.exp (generate_tracefile): New procedure.
6374 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6375 return 0.
6376 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6377 if generate_tracefile returns 1.
6378
51d48146
PA
63792014-04-18 Tom Tromey <palves@redhat.com>
6380 Pedro alves <tromey@redhat.com>
6381
6382 PR backtrace/15558
6383 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6384 with a backtrace limit.
6385 * gdb.python/py-frame-inline.exp: Test running to an inline
6386 function with a backtrace limit, and printing the newest frame.
6387 * gdb.python/py-frame-inline.c (main): Call f.
6388
bd1dce5f
MS
63892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6390
6391 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6392
40d1a503
MS
63932014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6394
6395 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6396 Drop prefix from unsupported source file path.
6397
389b98f7
YQ
63982014-04-17 Yao Qi <yao@codesourcery.com>
6399
6400 * lib/gdb.exp (with_target_charset): New proc.
6401 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6402 with_target_charset.
6403 (test_print_strings): Likewise.
6404 (test_repeat_bytes): Likewise.
6405 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6406 for some tests.
6407
22869d73
KS
64082014-04-16 Keith Seitz <keiths@redhat.com>
6409
6410 PR gdb/15827
6411 * gdb.dwarf2/corrupt.c: New file.
6412 * gdb.dwarf2/corrupt.exp: New file.
6413
c4f87ca6
KS
64142014-04-16 Keith Seitz <keiths@redhat.com>
6415
6416 PR c++/16597
6417 * gdb.cp/namelessclass.cc: New file.
6418 * gdb.cp/namelessclass.exp: New file.
6419 * gdb.cp/namelessclass.S: New file.
6420
ab19de87
DE
64212014-04-16 Doug Evans <dje@google.com>
6422
6423 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6424 Add comment.
6425 (gdbserver_default_get_comm_port): New function.
6426 (gdbserver_start): Check if board file provided
6427 "gdbserver,get_comm_port" and use it if so.
6428 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6429 (gdb,socketport): Set to "stdio".
6430 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6431 (stdio_gdbserver_template): Delete.
6432 (${board}_get_remote_address): Update.
6433 (${board}_build_remote_cmd): Delete.
6434 (${board}_get_comm_port): New function.
6435 (${board}_spawn): Update.
6436 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6437 Delete.
6438 (${board}_get_remote_address): Update.
6439 (${board}_get_comm_port): New function.
6440
fc98a809
AB
64412014-04-16 Andrew Burgess <aburgess@broadcom.com>
6442
6443 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6444 appearing in any order.
6445
87fd9e6e
DE
64462014-04-15 Doug Evans <dje@google.com>
6447
6448 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6449 uninitialized value of "description".
6450
099fc3ea
KS
64512014-04-15 Keith Seitz <keiths@redhat.com>
6452
6453 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6454 Remove unused globals.
6455 (test_running_the_program): Likewise.
6456 (test_controlled_execution): Likewise.
6457 (test_controlling_breakpoints): Likewise.
6458 (test_program_termination): Likewise.
6459
5da151d4
KS
64602014-04-15 Keith Seitz <keiths@redhat.com>
6461
6462 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6463 unused globals.
6464 (test_rbreak_creation_and_listing): Likewise.
6465 (test_ignore_count): Likewise.
6466 (test_error): Likewise.
6467
35e5d2f0
PA
64682014-04-15 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6471 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6472 sym-file-loader.c.
6473 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6474 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6475 to sym-file-loader.c.
6476 (struct library): Forward declare.
6477 (load_shlib, lookup_function): Change prototypes.
6478 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6479 (translate_offset): Remove declarations.
6480 (get_text_addr): New declaration.
6481 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6482 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6483 sym-file-loader.h.
6484 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6485 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6486 here from sym-file-loader.h.
6487 (struct library): New structure.
6488 (load_shlib, lookup_function): Change prototypes and adjust to
6489 work with a struct library.
6490 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6491 (translate_offset): Make static.
6492 (get_text_addr): New function.
6493 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6494
eb4c1710
PA
64952014-04-15 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6498
2d1baf52
PA
64992014-04-15 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.base/sym-file-loader.c: Include <limits.h>.
6502 (SELF_LINK): New define.
6503 (get_origin): New function.
6504 (load_shlib): Use it.
6505 * gdb.base/sym-file.exp: Don't early return if the target is
6506 remote. Use runto_main, and issue fail is that fails. Use
6507 gdb_load_shlibs.
6508 (shlib_name): Delete.
6509 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6510
7dd6df01
PA
65112014-04-15 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.base/sym-file.exp: Remove regex characters from test
6514 message. Don't refer to breakpoint numbers in test messages.
6515
b50c8614
KS
65162014-04-14 Keith Seitz <keiths@redhat.com>
6517
6518 PR c++/16253
6519 * gdb.cp/var-tag.cc: New file.
6520 * gdb.cp/var-tag.exp: New file.
6521 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6522 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6523 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6524 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6525
3d567982
TT
65262014-04-14 Tom Tromey <tromey@redhat.com>
6527
6528 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6529 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6530 type.
6531 * gdb.cp/enum-class.exp: New file.
6532 * gdb.cp/enum-class.cc: New file.
6533
0626fc76
TT
65342014-04-14 Tom Tromey <tromey@redhat.com>
6535
6536 * gdb.dwarf2/enum-type.exp: New file.
6537
dca325b3
SA
65382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6539
6540 * gdb.mi/mi-vla-c99.exp: New file.
6541 * gdb.mi/vla.c: New file.
6542
5854b38a
SA
65432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6544
6545 * gdb.base/vla-datatypes.c: New file.
6546 * gdb.base/vla-datatypes.exp: New file.
6547
463bb957
SA
65482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6549
6550 * gdb.base/vla-ptr.c: New file.
6551 * gdb.base/vla-ptr.exp: New file.
6552
3dd170be
SA
65532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6554
6555 * gdb.dwarf2/count.exp: New file.
6556
5ecaaa66
SA
65572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6558
6559 * gdb.base/vla-sideeffect.c: New file.
6560 * gdb.base/vla-sideeffect.exp: New file.
6561
41f1ada5
DB
65622014-04-14 David Blaikie <dblaikie@gmail.com>
6563
6564 * gdb.mi/non-stop.c: Add return value for non-void function return
6565 statement.
6566 * gdb.threads/staticthreads.c: Ditto.
6567
0be03e84
DE
65682014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6569 Doug Evans <xdje42@gmail.com>
6570
6571 * gdb.guile/scm-value.c: Improve test case.
6572 * gdb.guile/scm-value.exp: Add new test.
6573
f180a1fb
DB
65742014-04-11 David Blaikie <dblaikie@gmail.com>
6575
6576 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6577 override Clang's default.
6578
6b662e19
JB
65792014-04-11 Joel Brobecker <brobecker@adacore.com>
6580
6581 Revert the following changes (regressions):
6582
6583 * gdb.base/vla-sideeffect.c: New file.
6584 * gdb.base/vla-sideeffect.exp: New file.
6585
6586 * gdb.dwarf2/count.exp: New file.
6587
6588 * gdb.base/vla-multi.c: New file.
6589 * gdb.base/vla-multi.exp: New file.
6590
6591 * gdb.base/vla-ptr.c: New file.
6592 * gdb.base/vla-ptr.exp: New file.
6593
6594 * gdb.base/vla-datatypes.c: New file.
6595 * gdb.base/vla-datatypes.exp: New file.
6596
6597 * gdb.mi/mi-vla-c99.exp: New file.
6598 * gdb.mi/vla.c: New file.
6599
245a5f0b
KS
66002014-04-11 Keith Seitz <keiths@redhat.com>
6601
6602 PR c++/16675
6603 * gdb.cp/cpsizeof.exp: New file.
6604 * gdb.cp/cpsizeof.cc: New file.
6605
58a84dcf
SA
66062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6607
191a8a90
JB
6608 * gdb.mi/mi-vla-c99.exp: New file.
6609 * gdb.mi/vla.c: New file.
58a84dcf 6610
c8655f75
SA
66112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6612
6613 * gdb.base/vla-datatypes.c: New file.
6614 * gdb.base/vla-datatypes.exp: New file.
6615
024e13b4
SA
66162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6617
6618 * gdb.base/vla-ptr.c: New file.
6619 * gdb.base/vla-ptr.exp: New file.
6620
1a237e0e
SA
66212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6622
6623 * gdb.base/vla-multi.c: New file.
6624 * gdb.base/vla-multi.exp: New file.
6625
504f3432
SA
66262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6627
6628 * gdb.dwarf2/count.exp: New file.
6629
3bce8237
SA
66302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6631
191a8a90
JB
6632 * gdb.base/vla-sideeffect.c: New file.
6633 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6634
322f9c21
YQ
66352014-04-11 Yao Qi <yao@codesourcery.com>
6636
6637 * gdb.base/completion.exp: Check file exists before running tests
6638 on file completion.
6639
d708bcd1
PA
66402014-04-10 Pedro Alves <palves@redhat.com>
6641
6642 * gdb.base/cond-eval-mode.c: New file.
6643 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6644 prepare_for_testing to build the new file. Check result of
6645 runto_main.
6646 (test_break, test_watch): New procedures.
6647 (top level): Use them.
6648
ae1d2761
PM
66492014-04-08 Pierre Muller <muller@sourceware.org>
6650
6651 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6652 Ctrl-V use for mingw hosts.
6653
7af389b8
SC
66542014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6655
6656 * gdb.python/py-value.c: Improve test case.
6657 * gdb.python/py-value.exp: Add new test.
6658
5e703181
DE
66592014-04-07 David Blaikie <dblaikie@gmail.com>
6660
6661 * lib/compiler.c: Identify the clang compiler.
6662 * lib/compiler.cc: Ditto.
6663
9810b410
YQ
66642014-04-03 Yao Qi <yao@codesourcery.com>
6665
6666 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6667
98d1b8dc
AB
66682014-04-01 Anton Blanchard <anton@samba.org>
6669
6670 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6671 messages unique.
6672
3114cea1
AB
66732014-04-01 Anton Blanchard <anton@samba.org>
6674
6675 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6676 prepare_for_testing.
6677
62f7182c
AB
66782014-04-01 Anton Blanchard <anton@samba.org>
6679
6680 * gdb.arch/ppc64-atomic-inst.c: Remove.
6681 * gdb.arch/ppc64-atomic-inst.S: New file.
6682 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6683
770e7fc7
DE
66842014-03-31 Doug Evans <dje@google.com>
6685
6686 * gdb.base/print-symbol-loading-lib.c: New file.
6687 * gdb.base/print-symbol-loading-main.c: New file.
6688 * gdb.base/print-symbol-loading.exp: New file.
6689
46e2bafa
YQ
66902014-03-31 Yao Qi <yao@codesourcery.com>
6691
6692 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6693
8776cfe9
JB
66942014-03-28 Joel Brobecker <brobecker@adacore.com>
6695
6696 * gdb.ada/mi_dyn_arr: New testcase.
6697
5d1ef361
DE
66982014-03-27 Doug Evans <dje@google.com>
6699
6700 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6701
b5bee914
YQ
67022014-03-27 Yao Qi <yao@codesourcery.com>
6703
6704 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6705 if target is nios2-*-*.
6706
0d4d0e77
YQ
67072014-03-26 Yao Qi <yao@codesourcery.com>
6708
6709 * lib/gdb.exp (readline_is_used): New proc.
6710 * gdb.base/completion.exp: Move tests on command complete up.
6711 Skip the rest of tests if readline is not used.
6712 * gdb.ada/complete.exp: Skp the test if readline is not
6713 used.
6714 * gdb.base/filesym.exp: Likewise.
6715 * gdb.base/macscp.exp: Likewise.
6716 * gdb.base/readline-ask.exp: Likewise.
6717 * gdb.base/readline.exp: Likewise.
6718 * gdb.python/py-cmd.exp: Likewise.
6719 * gdb.trace/tfile.exp: Likewise.
6720
29361eee
YQ
67212014-03-26 Yao Qi <yao@codesourcery.com>
6722
6723 * gdb.base/macscp.exp: Fix code format issues.
6724
bc9a5525
UW
67252014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6726
6727 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6728 * gdb.asm/powerpc64le.inc: New file.
6729
d3839ede
PA
67302014-03-25 Pedro Alves <palves@redhat.com>
6731 Doug Evans <dje@google.com>
6732
6733 * gdb.base/source-execution.c: New file.
6734 * gdb.base/source-execution.exp: New file.
6735 * gdb.base/source-execution.gdb: New file.
6736
01672a57
DE
67372014-03-24 Doug Evans <dje@google.com>
6738
6739 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6740 using fission.
6741
88bbeca9
HZ
67422014-03-24 Hui Zhu <hui@codesourcery.com>
6743 Pedro Alves <palves@redhat.com>
6744
6745 PR breakpoints/16101
6746 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6747 test pass/fail messages. Detect missing support for dprintf when
6748 breakpoints are actually inserted.
6749 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6750 breakpoints are actually inserted.
6751 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6752 fails.
6753
d2348791
JK
67542014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6755
6756 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6757
feef67ab
DE
67582014-03-22 Doug Evans <xdje42@gmail.com>
6759
6760 * gdb.python/python.exp (python not supported): Verify multi-line
6761 python command issues an error.
25d743f9 6762 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6763 guile command issues an error.
feef67ab 6764
ecebef6a
MR
67652014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6766
6767 * gdb.threads/thread-specific.exp: Handle the lack of usable
6768 $this_breakpoint and $this_thread.
6769
ccdd1909
HZ
67702014-03-21 Hui Zhu <hui@codesourcery.com>
6771
6772 * gdb.base/attach.exp (do_command_attach_tests): New.
6773
beb460e8
PA
67742014-03-20 Tom Tromey <tromey@redhat.com>
6775 Pedro Alves <palves@redhat.com>
6776
6777 PR cli/15718
6778 * gdb.base/condbreak-call-false.c: New file.
6779 * gdb.base/condbreak-call-false.exp: New file.
6780
40acf43a
PA
67812014-03-20 Pedro Alves <palves@redhat.com>
6782
6783 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6784 Delete.
6785 (block_signals, unblock_signals): Delete.
6786 (child_function_2, main): Remove references to deleted variable
6787 and functions.
6788
9f5e1e02
PA
67892014-03-20 Pedro Alves <palves@redhat.com>
6790
6791 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6792 Use pthread_kill to signal thread 2.
6793 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6794 Adjust to make the test send itself a signal rather than using the
6795 host's "kill" command.
6796
99619bea
PA
67972014-03-20 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.threads/multiple-step-overs.c: New file.
6800 * gdb.threads/multiple-step-overs.exp: New file.
6801 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6802 Adjust expected infrun debug output.
6803
2adfaa28
PA
68042014-03-20 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6807 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6808
31e77af2
PA
68092014-03-20 Pedro Alves <palves@redhat.com>
6810
6811 PR breakpoints/7143
6812 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6813 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6814 of gdb_test_multiple.
6815 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6816 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6817
b9f437de
PA
68182014-03-20 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6821 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6822
05adc73e
PA
68232014-03-19 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.base/async.exp: Remove early return.
6826
6048b950
PA
68272014-03-19 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6830
8bcfb00a
PA
68312014-03-19 Pedro Alves <palves@redhat.com>
6832
6833 * gdb.base/async.exp (test_background): Expect \r\n after
6834 "completed." in the fail pattern.
6835
884e37dc
PA
68362014-03-19 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/async.exp (test_background): New procedure.
6839 Use it for all background execution command tests.
6840
148e57e2
PA
68412014-03-19 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.base/async.exp: Use prepare_for_testing.
6844
f48088c7
PA
68452014-03-19 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6848 the same line.
6849
e2f6c966
PA
68502014-03-19 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.base/async.c (main): Add "jump here" and "until here" line
6853 marker comments.
6854 * gdb.base/async.exp (jump_here): New global.
6855 (jump& test): Use it.
6856 (until_here): New global.
6857 (until& test): Use it.
6858
c30568d4
PA
68592014-03-19 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.base/async.exp: Don't frob gdb_protocol.
6862
0172b6a7
DE
68632014-03-18 Doug Evans <xdje42@gmail.com>
6864
6865 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6866 Fix spelling of exec-done-display.
6867
06c868a8
JK
68682014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6869
6870 PR gdb/15358
6871 * gdb.base/gdb-sigterm.c: New file.
6872 * gdb.base/gdb-sigterm.exp: New file.
6873
0c7e1a46
PA
68742014-03-18 Pedro Alves <palves@redhat.com>
6875
6876 PR gdb/13860
6877 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6878 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6879 solib-event.
6880
f7c77d93
JB
68812014-03-17 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdb.ada/pckd_arr_ren: New testcase.
6884
5a1e8c7a
DE
68852014-03-13 Doug Evans <xdje42@gmail.com>
6886
6887 PR guile/16612
6888 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6889 collect after discarding symbols.
6890
350e1a76
DE
68912014-03-13 Ludovic Courtès <ludo@gnu.org>
6892 Doug Evans <xdje42@gmail.com>
6893
6894 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6895 to history survives a gc.
6896
a69900ae
PA
68972014-03-13 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.base/default.exp: Don't test "target procfs".
6900
5db9f0bd
PA
69012014-03-13 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.base/default.exp: Update "target child" and "target procfs"
6904 tests to not expect "Unix".
6905
b3ccfe11
TT
69062014-03-12 Tom Tromey <tromey@redhat.com>
6907
6908 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6909 New procs. Add target-async tests.
6910 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6911 Add target-async tests.
6912
646f4417
AA
69132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6914
6915 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6916 'func_start' and 'func_end' for the beginning and end of the
6917 function code, respectively.
6918 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6919 'func_end' instead of 'func' and 'main'.
6920
288c211f
AA
69212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6922
6923 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6924 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6925 generate the debug info assembler source.
6926
e0c0f156
AA
69272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6928
6929 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6930 * gdb.dwarf2/arr-subrange.exp: Likewise.
6931 * gdb.dwarf2/dwz.exp: Likewise.
6932 * gdb.dwarf2/method-ptr.exp: Likewise.
6933 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6934 * gdb.dwarf2/subrange.exp: Likewise.
6935 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6936 * gdb.dwarf2/implptrpiece.exp: Likewise.
6937 * gdb.dwarf2/nostaticblock.exp: Likewise.
6938
0e5c4555
AA
69392014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6940
6941 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6942 directory to absolute path name arguments.
6943
5ec18f2b
JG
69442014-03-10 Joel Brobecker <brobecker@adacore.com>
6945
6946 * gdb.ada/tagged_access: New testcase.
6947
847fc4f2
MM
69482014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6949
6950 * gdb.btrace/data.exp: Update expected output.
6951
cc3da688
YQ
69522014-03-06 Yao Qi <yao@codesourcery.com>
6953
6954 * gdb.trace/pr16508.exp: New file.
6955
0f26cec1
PA
69562014-03-05 Pedro Alves <palves@redhat.com>
6957
6958 PR gdb/16575
6959 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6960 procedure.
6961 (top level): Adjust to use it. Add tests that exercise breakpoint
6962 interaction with the code-cache.
6963
7a5a839f
LC
69642014-02-26 Ludovic Courtès <ludo@gnu.org>
6965
6966 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6967 test for 'history-append!'.
6968
31aa7e4e
JB
69692014-02-26 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6972 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6973 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6974 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6975 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6976 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6977
1b588015
JB
69782014-02-26 Joel Brobecker <brobecker@adacore.com>
6979
6980 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6981 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6982 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6983
55426c9d
JB
69842014-02-26 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6987
dc53a7ad
JB
69882014-02-26 Joel Brobecker <brobecker@adacore.com>
6989
6990 * gdb.dwarf2/arr-stride.c: New file.
6991 * gdb.dwarf2/arr-stride.exp: New file.
6992
12ab52e9
PA
69932014-02-26 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6996 that won't ever trigger. Make sure that GDB reports the correct
6997 breakpoint that caused the stop.
6998
849c862e
JK
69992014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 PR gdb/16626
7002 * gdb.base/auto-load-script: New file.
7003 * gdb.base/auto-load.c: New file.
7004 * gdb.base/auto-load.exp: New file.
7005
71b7d793
JK
7006 PR gdb/16626
7007 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7008
e2f0d509
JK
70092014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7010
7011 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7012 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7013
50cc37c8
DE
70142014-02-24 Doug Evans <dje@google.com>
7015
7016 * lib/gdb.exp (run_on_host): Log error output if program fails.
7017
ea4758f2
PA
70182014-02-21 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.threads/step-after-sr-lock.c: Rename to ...
7021 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7022 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7024 ... this.
7025
d7b30f67
SDJ
70262014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7027
7028 PR tdep/16397
7029 * gdb.arch/amd64-stap-special-operands.exp: New file.
7030 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7031 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7032 * gdb.arch/amd64-stap-triplet.S: Likewise.
7033 * gdb.arch/amd64-stap-triplet.c: Likewise.
7034
83deb43f
JB
70352014-02-20 Joel Brobecker <brobecker@adacore.com>
7036
7037 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7038 in .section pseudo-op.
7039
adde2bff
DE
70402014-02-20 lin zuojian <manjian2006@gmail.com>
7041 Joel Brobecker <brobecker@adacore.com>
7042 Doug Evans <xdje42@gmail.com>
7043
7044 PR symtab/16581
7045 * gdb.dwarf2/dw2-icycle.S: New file.
7046 * gdb.dwarf2/dw2-icycle.c: New file.
7047 * gdb.dwarf2/dw2-icycle.exp: New file.
7048
f7bd0f78
SC
70492014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7050
7051 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7052 operations on gdb.Value objects.
7053 * gdb.python/py-value-cc.exp: Add new test to test operations on
7054 gdb.Value objects.
7055
c17ef0d5
DE
70562014-02-18 Doug Evans <dje@google.com>
7057
7058 * Makefile.in (TESTS): New variable.
7059 (expanded_tests, expanded_tests_or_none): New variables
7060 (check-single): Pass $(expanded_tests_or_none) to runtest.
7061 (check-parallel): Only run tests in $(TESTS) if non-empty.
7062 (check/no-matching-tests-found): New rule.
7063 * README: Document TESTS makefile variable.
7064
5dd3176f
DE
70652014-02-18 Doug Evans <dje@google.com>
7066
7067 * Makefile.in (check-parallel): rm -rf outputs temp.
7068
0b10be4f
JK
70692014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 Fix "ERROR: no fileid for" in the testsuite.
7072 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7073
85f224e7
DE
70742014-02-12 Doug Evans <dje@google.com>
7075
7076 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7077 (MISCELLANEOUS): New variable.
7078 (clean): rm -rf $(MISCELLANEOUS).
7079 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7080 dwp live in the same directory as symlinks, with each symlink pointed
7081 to a differently named file in a different directory.
7082
149b30ff
DE
70832014-02-11 Doug Evans <dje@google.com>
7084
7085 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7086 of Tcl file commands.
7087
1dfdac32
MK
70882014-02-10 Mark Kettenis <kettenis@gnu.org>
7089
7090 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7091 "kill -SIGUSR1 -1".
7092
aa4fb036
JB
70932014-02-10 Joel Brobecker <brobecker@adacore.com>
7094
7095 * gdb.ada/tick_length_array_enum_idx: New testcase.
7096
ed3ef339
DE
70972014-02-10 Doug Evans <xdje42@gmail.com>
7098
7099 * configure.ac (AC_OUTPUT): Add gdb.guile.
7100 * configure: Regenerate.
7101 * lib/gdb-guile.exp: New file.
7102 * lib/gdb.exp (get_target_charset): New function.
7103 * gdb.base/help.exp: Update expected output from "apropos apropos".
7104 * gdb.guile/Makefile.in: New file.
7105 * gdb.guile/guile.exp: New file.
7106 * gdb.guile/scm-arch.c: New file.
7107 * gdb.guile/scm-arch.exp: New file.
7108 * gdb.guile/scm-block.c: New file.
7109 * gdb.guile/scm-block.exp: New file.
7110 * gdb.guile/scm-breakpoint.c: New file.
7111 * gdb.guile/scm-breakpoint.exp: New file.
7112 * gdb.guile/scm-disasm.c: New file.
7113 * gdb.guile/scm-disasm.exp: New file.
7114 * gdb.guile/scm-equal.c: New file.
7115 * gdb.guile/scm-equal.exp: New file.
7116 * gdb.guile/scm-error.exp: New file.
7117 * gdb.guile/scm-error.scm: New file.
7118 * gdb.guile/scm-frame-args.c: New file.
7119 * gdb.guile/scm-frame-args.exp: New file.
7120 * gdb.guile/scm-frame-args.scm: New file.
7121 * gdb.guile/scm-frame-inline.c: New file.
7122 * gdb.guile/scm-frame-inline.exp: New file.
7123 * gdb.guile/scm-frame.c: New file.
7124 * gdb.guile/scm-frame.exp: New file.
7125 * gdb.guile/scm-generics.exp: New file.
7126 * gdb.guile/scm-gsmob.exp: New file.
7127 * gdb.guile/scm-iterator.c: New file.
7128 * gdb.guile/scm-iterator.exp: New file.
7129 * gdb.guile/scm-math.c: New file.
7130 * gdb.guile/scm-math.exp: New file.
7131 * gdb.guile/scm-objfile-script-gdb.in: New file.
7132 * gdb.guile/scm-objfile-script.c: New file.
7133 * gdb.guile/scm-objfile-script.exp: New file.
7134 * gdb.guile/scm-objfile.c: New file.
7135 * gdb.guile/scm-objfile.exp: New file.
7136 * gdb.guile/scm-ports.exp: New file.
7137 * gdb.guile/scm-pretty-print.c: New file.
7138 * gdb.guile/scm-pretty-print.exp: New file.
7139 * gdb.guile/scm-pretty-print.scm: New file.
7140 * gdb.guile/scm-section-script.c: New file.
7141 * gdb.guile/scm-section-script.exp: New file.
7142 * gdb.guile/scm-section-script.scm: New file.
7143 * gdb.guile/scm-symbol.c: New file.
7144 * gdb.guile/scm-symbol.exp: New file.
7145 * gdb.guile/scm-symtab-2.c: New file.
7146 * gdb.guile/scm-symtab.c: New file.
7147 * gdb.guile/scm-symtab.exp: New file.
7148 * gdb.guile/scm-type.c: New file.
7149 * gdb.guile/scm-type.exp: New file.
7150 * gdb.guile/scm-value-cc.cc: New file.
7151 * gdb.guile/scm-value-cc.exp: New file.
7152 * gdb.guile/scm-value.c: New file.
7153 * gdb.guile/scm-value.exp: New file.
7154 * gdb.guile/source2.scm: New file.
7155 * gdb.guile/types-module.cc: New file.
7156 * gdb.guile/types-module.exp: New file.
7157
7026a7c1
YQ
71582014-02-10 Yao Qi <yao@codesourcery.com>
7159
7160 PR testsuite/16543
7161 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7162 * configure: Regenerated.
7163 * Makefile.in: New file.
7164
6c466447
AS
71652014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7166
7167 * gdb.python/py-framefilter.exp: Fix typo.
7168
6e854735
YQ
71692014-02-08 Yao Qi <yao@codesourcery.com>
7170
7171 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7172 that no =breakpoint-modified is emitted when breakpoints are
7173 modified through MI commands.
7174
d137e6dc
PA
71752014-02-07 Pedro Alves <pedro@codesourcery.com>
7176 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.threads/step-after-sr-lock.c: New file.
7179 * gdb.threads/step-after-sr-lock.exp: New file.
7180
b5ee5a50
PA
71812014-02-07 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7184
3c77faf3
JK
71852014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7188 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7189
6dddc817
DE
71902014-02-06 Doug Evans <xdje42@gmail.com>
7191
7192 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7193 output.
7194
7195 * gdb.gdb/python-interrupts.exp: New file.
7196
de7b2893
YQ
71972014-02-05 Yao Qi <yao@codesourcery.com>
7198
7199 * gdb.trace/report.exp (use_collected_data): Test the output
7200 of "info threads" and "info inferiors".
7201
66d032ac
YQ
72022014-02-05 Yao Qi <yao@codesourcery.com>
7203
7204 Revert this patch:
7205
7206 2013-05-24 Yao Qi <yao@codesourcery.com>
7207
7208 * gdb.trace/tfile.exp: Test inferior and thread.
7209
591a12a1
UW
72102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7211
7212 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7213 on a function.
7214 * gdb.base/step-bt.c: Call hello via function pointer to make
7215 sure its first instruction is executed on powerpc64le-linux.
7216
0ff3e01f
UW
72172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7218
7219 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7220
084ee545
UW
72212014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7222
7223 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7224 of the test patterns for use on little-endian systems.
7225
6ed14ff3
UW
72262014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7227
7228 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7229 (decimal_vector): Fix for little-endian.
7230
401e27fd
JM
72312014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7232
7233 * gdb.arch/sparc-sysstep.exp: New file.
7234 * gdb.arch/sparc-sysstep.c: Likewise.
7235
7236 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7237
8b924729
EBM
72382014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7239
7240 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7241
fb151210
JB
72422014-01-23 Tom Tromey <tromey@redhat.com>
7243
7244 * gdb.ada/array_char_idx: New testcase.
7245
0740f8d8
TT
72462014-01-23 Tom Tromey <tromey@redhat.com>
7247
7248 PR python/16487:
7249 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7250 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7251 classes.
7252
21909fa1
TT
72532014-01-23 Tom Tromey <tromey@redhat.com>
7254
7255 PR python/16491:
7256 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7257 string from an inferior frame.
7258 * gdb.python/py-framefilter-mi.exp: Update.
7259
87ce2a04
DE
72602014-01-22 Doug Evans <dje@google.com>
7261
7262 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7263
237b092b
AA
72642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7265
7266 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7267
d674a709
AA
72682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7269
7270 * gdb.trace/entry-values.exp: Remove excess space character from
7271 regex patterns. Handle s390 call instruction.
7272
20fa3390
AA
72732014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7274
7275 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7276 define "*_start" label. Make "name" static.
7277 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7278 ${name} by references to ${name}_start.
7279
78466714
AA
72802014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7281
7282 * gdb.base/info-macros.exp: Remove "debug" from the compile
7283 options.
7284
ec9f644a
IB
72852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7286
7287 * gdb.dlang/demangle.exp: New file.
7288
94b1b47e
IB
72892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7290
7291 * gdb.dlang/primitive-types.exp: New file.
7292
7f420862
IB
72932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7294
7295 * configure.ac: Create gdb.dlang/Makefile.
7296 * configure: Regenerate.
7297 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7298 * gdb.dlang/Makefile.in: New file.
7299 * lib/d-support.exp: New file.
7300 * lib/gdb.exp (skip_d_tests): New proc.
7301
52834460
MM
73022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7303
7304 * gdb.btrace/delta.exp: Check reverse stepi.
7305 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7306 * gdb.btrace/finish.exp: New.
7307 * gdb.btrace/next.exp: New.
7308 * gdb.btrace/nexti.exp: New.
7309 * gdb.btrace/record_goto.c: Add comments.
7310 * gdb.btrace/step.exp: New.
7311 * gdb.btrace/stepi.exp: New.
7312 * gdb.btrace/multi-thread-step.c: New.
7313 * gdb.btrace/multi-thread-step.exp: New.
7314 * gdb.btrace/rn-dl-bind.c: New.
7315 * gdb.btrace/rn-dl-bind.exp: New.
7316 * gdb.btrace/data.c: New.
7317 * gdb.btrace/data.exp: New.
7318 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7319
6e07b1d2
MM
73202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7321
7322 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7323 * gdb.btrace/exception.exp: Update.
7324 * gdb.btrace/instruction_history.exp: Update.
7325 * gdb.btrace/record_goto.exp: Update.
7326 * gdb.btrace/tailcall.exp: Update.
7327 * gdb.btrace/unknown_functions.exp: Update.
7328 * gdb.btrace/delta.exp: New.
7329
0b722aec
MM
73302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7331
7332 * gdb.btrace/record_goto.exp: Add backtrace test.
7333 * gdb.btrace/tailcall.exp: Add backtrace test.
7334
066ce621
MM
73352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7336
7337 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7338 * gdb.btrace/record_goto.c: New.
7339 * gdb.btrace/record_goto.exp: New.
7340 * gdb.btrace/x86-record_goto.S: New.
7341
0688d04e
MM
73422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7343
7344 * gdb.btrace/function_call_history.exp: Update tests.
7345 * gdb.btrace/instruction_history.exp: Update tests.
7346
8710b709
MM
73472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7348
7349 * gdb.btrace/function_call_history.exp: Fix expected field
7350 order for "record function-call-history".
7351 Add new tests for "record function-call-history /c".
7352 * gdb.btrace/exception.cc: New.
7353 * gdb.btrace/exception.exp: New.
7354 * gdb.btrace/tailcall.exp: New.
7355 * gdb.btrace/x86-tailcall.S: New.
7356 * gdb.btrace/x86-tailcall.c: New.
7357 * gdb.btrace/unknown_functions.c: New.
7358 * gdb.btrace/unknown_functions.exp: New.
7359 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7360
5de9129b
MM
73612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7362
7363 * gdb.btrace/instruction_history.exp: Update.
7364 * gdb.btrace/function_call_history.exp: Update.
7365
23a7fe75
MM
73662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7367
7368 * gdb.btrace/function_call_history.exp: Fix expected function
7369 trace.
7370 * gdb.btrace/instruction_history.exp: Initialize traced.
7371 Remove traced_functions.
7372
724c7dd8
MM
73732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7374
7375 * gdb.btrace/function_call_history.exp: Update
7376 * gdb.btrace/instruction_history.exp: Update.
7377
6d78d93b
MM
73782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7379
7380 * gdb.btrace/enable.exp: Update expected text.
7381
93a360cc
OJ
73822014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7383
7384 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7385 bytes.
7386
3772b53f
MR
73872014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7388
7389 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7390
596662fa
OJ
73912014-01-15 Omair Javaid <omair.javaid@linaro.org>
7392
7393 * lib/gdb.exp (supports_process_record): Return true for
7394 arm*-linux*. (supports_reverse): Likewise.
7395
b5b08fb4
SC
73962014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7397
7398 PR python/15464
7399 PR python/16113
7400 * gdb.python/py-type.c: Enhance test case.
7401 * gdb.python/py-value-cc.cc: Likewise
7402 * gdb.python/py-type.exp: Add new tests.
7403 * gdb.python/py-value-cc.exp: Likewise
7404
52d7fb13
AA
74052014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7406 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7409 Make "name" extern.
7410 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7411 references to ${name}_start by references to ${name}.
7412
a2cd8cfe
JB
74132014-01-10 Joel Brobecker <brobecker@adacore.com>
7414
7415 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7416
4e23fced
JB
74172014-01-10 Joel Brobecker <brobecker@adacore.com>
7418
7419 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7420
c6a9e42c
PA
74212014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7422 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7425 mi_gdb_target_load.
c6a9e42c 7426
b7ea362b
PA
74272014-01-08 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.threads/reconnect-signal.c: New file.
7430 * gdb.threads/reconnect-signal.exp: New file.
7431
5e3f4fab
EBM
74322014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 * gdb.base/source-dir.exp: New file.
7435
79301218
JB
74362014-01-07 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.ada/mi_interface: New testcase.
7439
8e355c5d
JB
74402014-01-07 Joel Brobecker <brobecker@adacore.com>
7441
7442 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7443 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7444 gdb.ada/pp-rec-component/pck.ads: New files.
7445
c0d48811
JB
74462014-01-07 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.python/py-pp-integral.c: New file.
7449 * gdb.python/py-pp-integral.py: New file.
7450 * gdb.python/py-pp-integral.exp: New file.
7451
17b609c3 7452For older changes see ChangeLog-1993-2013.
c906108c 7453\f
8d8cb839
EZ
7454;; Local Variables:
7455;; mode: change-log
7456;; left-margin: 8
7457;; fill-column: 74
7458;; version-control: never
7459;; End:
902f2ccb 7460
618f726f 7461 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7462 Copying and distribution of this file, with or without modification,
7463 are permitted provided the copyright notice and this notice are preserved.
This page took 3.361653 seconds and 4 git commands to generate.