i386-biarch-core.exp: Use standard_output_file
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
97e94151
SM
12016-02-12 Simon Marchi <simon.marchi@ericsson.com>
2
3 * i386-biarch-core.exp: Define corefile using
4 standard_output_file.
5
01113bc1
YQ
62016-02-12 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.arch/arm-single-step-kernel-helper.c: New.
9 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10
33b4777c
MM
112016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12
13 * gdb.btrace/tailcall-only.exp: New.
14 * gdb.btrace/tailcall-only.c: New.
15 * gdb.btrace/x86_64-tailcall-only.S: New.
16 * gdb.btrace/i686-tailcall-only.S: New.
17
acc23c11
PA
182016-02-11 Pedro Alves <palves@redhat.com>
19
20 * README (Parallel testing): Add missing double quotes.
21
e352bf0a
PA
222016-02-11 Pedro Alves <palves@redhat.com>
23
24 * README (Parallel testing): New section.
25 (GDB_PARALLEL): Rewrite.
26 (FORCE_PARALLEL): Document.
27
9f5fed78
MK
282016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
29
30 * gdb.trace/tfile-avx.c: New test.
31 * gdb.trace/tfile-avx.exp: New test.
32
9ef9e6a6
KS
332016-02-09 Keith Seitz <keiths@redhat.com>
34
35 PR breakpoints/19546
36 * gdb.base/infcall-exec.c: New file.
37 * gdb.base/infcall-exec2.c: New file.
38 * gdb.base/infcall-exec.exp: New file.
39
a96e36da
KS
402016-02-09 Keith Seitz <keiths@redhat.com>
41
42 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
43 (toplevel): Call test_bkpt_address.
44
9f61929f
KS
452016-02-09 Keith Seitz <keiths@redhat.com>
46
47 PR python/19506
48 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
49 (toplevel): Call test_bkpt_address.
50
1e94266c
SM
512016-02-09 Simon Marchi <simon.marchi@ericsson.com>
52
53 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
54 to AC_OUTPUT.
55 * configure: Regenerate.
56
2a7f3dff
PA
572016-02-09 Pedro Alves <palves@redhat.com>
58
59 PR breakpoints/19548
60 * gdb.base/execl-update-breakpoints.c (some_function): New
61 function.
62 (main): Call it.
63 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
64 Tighten expected GDB output.
65
2151ccc5
SM
662016-02-08 Simon Marchi <simon.marchi@ericsson.com>
67
68 * Makefile.in (ALL_SUBDIRS): Remove.
69 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
70 (distclean maintainer-clean realclean): Likewise.
71 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
72 * configure: Regenerate.
73 * gdb.ada/Makefile.in: Delete.
74 * gdb.arch/Makefile.in: Likewise.
75 * gdb.asm/Makefile.in: Likewise.
76 * gdb.base/Makefile.in: Likewise.
77 * gdb.btrace/Makefile.in: Likewise.
78 * gdb.cell/Makefile.in: Likewise.
79 * gdb.compile/Makefile.in: Likewise.
80 * gdb.cp/Makefile.in: Likewise.
81 * gdb.disasm/Makefile.in: Likewise.
82 * gdb.dlang/Makefile.in: Likewise.
83 * gdb.dwarf2/Makefile.in: Likewise.
84 * gdb.fortran/Makefile.in: Likewise.
85 * gdb.gdb/Makefile.in: Likewise.
86 * gdb.go/Makefile.in: Likewise.
87 * gdb.guile/Makefile.in: Likewise.
88 * gdb.java/Makefile.in: Likewise.
89 * gdb.linespec/Makefile.in: Likewise.
90 * gdb.mi/Makefile.in: Likewise.
91 * gdb.modula2/Makefile.in: Likewise.
92 * gdb.multi/Makefile.in: Likewise.
93 * gdb.objc/Makefile.in: Likewise.
94 * gdb.opencl/Makefile.in: Likewise.
95 * gdb.opt/Makefile.in: Likewise.
96 * gdb.pascal/Makefile.in: Likewise.
97 * gdb.perf/Makefile.in: Likewise.
98 * gdb.python/Makefile.in: Likewise.
99 * gdb.reverse/Makefile.in: Likewise.
100 * gdb.server/Makefile.in: Likewise.
101 * gdb.stabs/Makefile.in: Likewise.
102 * gdb.threads/Makefile.in: Likewise.
103 * gdb.trace/Makefile.in: Likewise.
104 * gdb.xml/Makefile.in: Likewise.
105 * lib/gdb.exp (make_gdb_parallel_path): Add check for
106 GDB_PARALLEL.
107 (standard_output_file): Remove check for GDB_PARALLEL, always
108 return path in outputs/$subdir/$testname.
109
437277d4
SM
1102016-02-08 Simon Marchi <simon.marchi@ericsson.com>
111
112 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
113 (site.exp): Assign abs_srcdir to tcl's srcdir.
114
31d913c7
YQ
1152016-02-04 Yao Qi <yao.qi@linaro.org>
116
117 * gdb.base/foll-exec-mode.c: Include limits.h.
118 (main): Add parameters argc and argv. Get directory from
119 argv[0].
120 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
121 compilation.
122 * gdb.base/foll-exec.c: Include limits.h.
123 (main): Add parameters argc and argv.
124 Get directory from argv[0].
125 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
126 Adjust tests on the number of lines as source code changed.
127 * gdb.base/foll-vfork-exit.c: Include limits.h.
128 (main): Add one line of statement before vfork.
129 * gdb.base/foll-vfork.c: Include limits.h and string.h.
130 (main): Add parameters argc and argv. Get directory from
131 argv[0].
132 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
133 (setup_gdb): Set tbreak to skip some source lines.
134 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
135 (main): Add parameters argc and argv. Get directory from
136 argv[0].
137 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
138 compilation.
139 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
140 (main): Add parameters argc and argv. Get directory from
141 argv[0].
142 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
143 compilation.
144
9482b9fb
DE
1452016-02-01 Doug Evans <dje@google.com>
146
147 * gdb.base/skip.exp: Clean up multiple references to same test name.
148
6b2e4f10
PA
1492016-02-01 Pedro Alves <palves@redhat.com>
150
ccb6afd6 151 PR remote/19496
6b2e4f10
PA
152 * gdb.threads/forking-threads-plus-breakpoint.exp
153 (displaced_stepping_supported): New global.
154 (probe_displaced_stepping_support): New procedure.
155 (do_test): Add 'displaced' parameter, and use it.
156 (top level): Check for displaced stepping support. Add displaced
157 stepping on/off testing axis.
158
37a8db1a
AB
1592016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
162 pointer. Don't perform further tests on the unassociated pointer
163 if the first test fails.
164
5fdf6324
AB
1652016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/max-value-size.c: New file.
168 * gdb.base/max-value-size.exp: New file.
169 * gdb.base/huge.exp: Disable max-value-size for this test.
170
935c6144
IB
1712016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
172
173 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
174
7fe8399d
YQ
1752016-01-28 Yao Qi <yao.qi@linaro.org>
176
177 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
178
a2077e25
PA
1792016-01-25 Pedro Alves <palves@redhat.com>
180
181 PR threads/19461
182 * gdb.base/fork-running-state.c: New file.
183 * gdb.base/fork-running-state.exp: New file.
184
1d2736d4
PA
1852016-01-25 Pedro Alves <palves@redhat.com>
186
187 PR gdb/19494
188 * gdb.base/catch-fork-kill.c: New file.
189 * gdb.base/catch-fork-kill.exp: New file.
190
f1da4b11
PA
1912016-01-25 Pedro Alves <palves@redhat.com>
192
193 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
194 Delete, moved to lib/gdb.exp.
195 * gdb.threads/forking-threads-plus-breakpoint.exp
196 (foreach_with_prefix): Likewise.
197 * gdb.threads/process-dies-while-handling-bp.exp
198 (foreach_with_prefix): Likewise.
199 * lib/gdb.exp (foreach_with_prefix): New procedure.
200
45f38546
MK
2012016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
202
203 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
204 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
205
dc29a1ce
MK
2062016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
207
208 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
209 endian targets.
210
092127d7
JK
2112016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
212 Pedro Alves <palves@redhat.com>
213
214 Fix testsuite compatibility with Guile.
215 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
216 number.
217
31d765d3
JK
2182016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 Fix testsuite compatibility with Guile.
221 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
222 (thread 1): New test for backtrace through signal handler.
223
1ac78c04
YQ
2242016-01-22 Yao Qi <yao.qi@linaro.org>
225
226 PR testsuite/19491
227 * gdb.base/multi-forks.c: Include
228 ../lib/unbuffer_output.c
229 (main): Call gdb_unbuffer_output.
230
4f5946a8
DE
2312016-01-21 Doug Evans <dje@google.com>
232
233 * lib/ada.exp (gdb_compile_ada): Fix typo.
234
305e13e6
JB
2352016-01-21 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.base/break-fun-addr.exp: New file.
238 * gdb.base/break-fun-addr1.c: New file.
239 * gdb.base/break-fun-addr2.c: New file.
240
5f5dfff6
SM
2412016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
242
243 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
244 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
245 enum flag values.
246
fd356fa2
AA
2472016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
248
249 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
250 when GDB can not set the vector return value. Add more comments
251 for clarification.
252
9df22175
AT
2532016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
254
255 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
256 command.
257
41d1845e
SM
2582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
259
260 * Makefile.in (DO_RUNTEST): Add --status and update usages.
261
01ac6840
SM
2622016-01-19 Simon Marchi <simon.marchi@ericsson.com>
263
264 * Makefile.in (check-single): Pass --status to runtest.
265 (check/%.exp): Likewise.
266
2672016-01-19 Simon Marchi <simon.marchi@ericsson.com>
268
269 * Makefile.in (check-parallel): Propagate return code from make
270 do-check-parallel.
271
bd0a71fa
MK
2722016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
273
274 * gdb.trace/ftrace.exp: Fix expected message on continue.
275 * gdb.trace/pending.exp: Fix expected message on continue.
276 * gdb.trace/trace-break.exp: Fix expected message on continue.
277
8bcbad33
SM
2782016-01-18 Simon Marchi <simon.marchi@ericsson.com>
279
280 * lib/gdb.exp (gdb_test): Remove unused global references.
281
f303dbd6
PA
2822016-01-18 Pedro Alves <palves@redhat.com>
283
284 * gdb.base/async-shell.exp: Adjust expected output.
285 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
286 * gdb.base/siginfo-thread.exp: Adjust expected output.
287 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
288 * gdb.java/jnpe.exp: Adjust expected output.
289 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
290 * gdb.threads/continue-pending-status.exp: Adjust expected output.
291 * gdb.threads/leader-exit.exp: Adjust expected output.
292 * gdb.threads/manythreads.exp: Adjust expected output.
293 * gdb.threads/pthreads.exp: Adjust expected output.
294 * gdb.threads/schedlock.exp: Adjust expected output.
295 * gdb.threads/siginfo-threads.exp: Adjust expected output.
296 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
297 expected output.
298 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
299 output.
300 * gdb.threads/sigthread.exp: Adjust expected output.
301 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
302
b2789696
YQ
3032016-01-18 Yao Qi <yao.qi@linaro.org>
304
305 * gdb.guile/scm-section-script.c: Replace @progbits with
306 %progbits.
307 * gdb.python/py-section-script.c: Likewise.
308
71ef29a8
PA
3092016-01-15 Pedro Alves <palves@redhat.com>
310
311 * gdb.multi/tids.exp: Test star wildcard ranges.
312
3f5b7598
PA
3132016-01-15 Pedro Alves <palves@redhat.com>
314
315 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
316 command from "thread apply" invocation.
317 (thr_apply_info_thr_invalid): Default the expected output to the
318 input tid list.
319 (top level): Add tests that use convenience variables. Add tests
320 for "thread apply" with a valid TID list, but missing the command.
321
663f6d42
PA
3222016-01-13 Pedro Alves <palves@redhat.com>
323
324 * gdb.base/default.exp: Expect $_gthread as well.
325 * gdb.multi/tids.exp: Test $_gthread.
326 * gdb.threads/thread-specific.exp: Test $_gthread.
327
c84f6bbf
PA
3282016-01-13 Pedro Alves <palves@redhat.com>
329
330 * gdb.multi/tids.exp: Test "info threads -gid".
331
22a02324
PA
3322016-01-13 Pedro Alves <palves@redhat.com>
333
334 * gdb.multi/tids.exp: Test InferiorThread.global_num and
335 Breakpoint.thread.
336 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
337
5d5658a1
PA
3382016-01-07 Pedro Alves <palves@redhat.com>
339
340 * gdb.base/break.exp: Adjust to output changes.
341 * gdb.base/hbreak2.exp: Likewise.
342 * gdb.base/sepdebug.exp: Likewise.
343 * gdb.base/watch_thread_num.exp: Likewise.
344 * gdb.linespec/keywords.exp: Likewise.
345 * gdb.multi/info-threads.exp: Likewise.
346 * gdb.threads/thread-find.exp: Likewise.
347 * gdb.multi/tids.c: New file.
348 * gdb.multi/tids.exp: New file.
349
84654457
PA
3502016-01-13 Pedro Alves <palves@redhat.com>
351
352 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
353
e3940304
PA
3542016-01-13 Pedro Alves <palves@redhat.com>
355
356 * gdb.base/default.exp: Expect $_inferior as well.
357 * gdb.multi/base.exp: Test $_inferior.
358
a911d87a
PA
3592016-01-13 Pedro Alves <palves@redhat.com>
360
361 PR breakpoints/19388
362 * gdb.base/catch-signal-siginfo-cond.c: New file.
363 * gdb.base/catch-signal-siginfo-cond.exp: New file.
364
82075af2
JS
3652016-01-12 Josh Stone <jistone@redhat.com>
366 Philippe Waroquiers <philippe.waroquiers@skynet.be>
367
368 * gdb.base/catch-syscall.c (do_execve): New variable.
369 (main): Conditionally trigger an execve.
370 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
371 (test_catch_syscall_execve): New, check entry/return across execve.
372 (do_syscall_tests): Call test_catch_syscall_execve.
373
e46eeedd
PA
3742016-01-12 Pedro Alves <palves@redhat.com>
375
376 * gdb.base/random-signal.exp (do_test): New procedure, with body
377 of testcase moved in.
378
01d8c27e
JK
3792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
380 Pedro Alves <palves@redhat.com>
381
382 * gdb.base/funcargs.exp (finish from indirectly called function):
383 Reintroduce the case for 'First'.
384
9a706302
JK
3852016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
386 Pedro Alves <palves@redhat.com>
387
388 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
389 (tcatch_vfork_then_child_follow_exec)
390 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
391 identification.
392
c0ecb95f
JK
3932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
394
395 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
396 and repeats to unlimited.
397 * gdb.python/py-value.exp: Likewise.
398 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
399 and repeats to unlimited.
400
6cfc1fcb
JK
4012016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
402
403 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
404 and reordering the functions.
405 * gdb.multi/hangout.c: Likewise.
406 * gdb.multi/hello.c: Likewise.
407
582a1b00
SM
4082016-01-08 Simon Marchi <simon.marchi@ericsson.com>
409
410 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
411 absolute.
412 (SingleStatisticTestResult.report): Use dict.keys instead of
413 dict.iterkeys.
414
79bc59cb
PA
4152016-01-06 Pedro Alves <palves@redhat.com>
416
417 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
418
43368e1d
MM
4192016-01-04 Markus Metzger <markus.t.metzger@intel.com>
420
421 * gdb.btrace/dlopen.exp: New.
422 * gdb.btrace/dlopen.c: New.
423 * gdb.btrace/dlopen-dso.c: New.
424
79fad5b8
SL
4252015-12-25 Sandra Loosemore <sandra@codesourcery.com>
426
427 * lib/gdb.exp (gdb_test): Update comments to clarify that the
428 PATTERN argument is optional.
429
ab8314b3
JB
4302015-12-24 Joel Brobecker <brobecker@adacore.com>
431
432 * lib/ada.exp (target_compile_ada_from_dir): New function.
433 (gdb_compile_ada): Reimplement avoiding the use of project files.
434 * gdb.ada/gnat_ada.gpr: Delete.
435 * gdb.ada/cond_lang.exp: Adjust test to make path before
436 filename optional.
437 * gdb.ada/small_reg_param.exp: Likewise.
438
fe33faff
SM
4392015-12-22 Simon Marchi <simon.marchi@ericsson.com>
440
441 * gdb.base/foll-vork.exp: Remove HP-UX special case.
442
6d265cb4
TP
4432015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
444
445 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
446 case.
447
10125099
SM
4482015-12-21 Simon Marchi <simon.marchi@ericsson.com>
449
450 * gdb.base/break.exp: Remove dead code.
451 * gdb.base/sepdebug.exp: Likewise.
452
3ca22649
SM
4532015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
454
455 * gdb.asm/asm-source.exp: Remove HP-UX references.
456 * gdb.base/annota1.exp: Likewise.
457 * gdb.base/annota3.exp: Likewise.
458 * gdb.base/attach.exp: Likewise.
459 * gdb.base/bigcore.exp: Likewise.
460 * gdb.base/break.exp: Likewise.
461 * gdb.base/call-ar-st.exp: Likewise.
462 * gdb.base/callfuncs.exp: Likewise.
463 * gdb.base/catch-fork-static.exp: Likewise.
464 * gdb.base/display.exp: Likewise.
465 * gdb.base/foll-exec-mode.exp: Likewise.
466 * gdb.base/foll-exec.exp: Likewise.
467 * gdb.base/foll-fork.exp: Likewise.
468 * gdb.base/foll-vfork.exp: Likewise.
469 * gdb.base/funcargs.exp: Likewise.
470 * gdb.base/hbreak2.exp: Likewise.
471 * gdb.base/inferior-died.exp: Likewise.
472 * gdb.base/interrupt.exp: Likewise.
473 * gdb.base/multi-forks.exp: Likewise.
474 * gdb.base/nodebug.exp: Likewise.
475 * gdb.base/sepdebug.exp: Likewise.
476 * gdb.base/solib1.c: Likewise.
477 * gdb.base/step-test.exp: Likewise.
478 * gdb.mi/non-stop.c: Likewise.
479 * gdb.mi/pthreads.c: Likewise.
480 * gdb.multi/bkpt-multi-exec.ex: Likewise.
481 * gdb.threads/pthreads.c: Likewise.
482 * gdb.threads/staticthreads.exp: Likewise.
483 * lib/future.exp: Likewise.
484 * lib/gdb.exp: Likewise.
485 * gdb.base/so-indr-cl.c: Remove.
486 * gdb.base/so-indr-cl.exp: Likewise.
487 * gdb.base/solib.c: Likewise.
488 * gdb.base/solib.exp: Likewise.
489 * gdb.base/solib2.c: Likewise.
490
b6304613
SM
4912015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
492
493 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
494 * gdb.base/call-ar-st.exp: Likewise.
495 * gdb.base/callfuncs.exp: Likewise.
496 * gdb.base/condbreak.exp: Likewise.
497 * gdb.base/constvars.exp: Likewise.
498 * gdb.base/hbreak2.exp: Likewise.
499 * gdb.base/langs.exp: Likewise.
500 * gdb.base/list.exp: Likewise.
501 * gdb.base/long_long.exp: Likewise.
502 * gdb.base/ptype.exp: Likewise.
503 * gdb.base/scope.exp: Likewise.
504 * gdb.base/signals.exp: Likewise.
505 * gdb.base/so-impl-ld.exp: Likewise.
506 * gdb.base/varargs.exp: Likewise.
507 * gdb.base/volatile.exp: Likewise.
508 * gdb.base/whatis.exp: Likewise.
509 * gdb.cp/cplusfuncs.exp: Likewise.
510 * gdb.cp/inherit.exp: Likewise.
511 * gdb.cp/local.exp: Likewise.
512 * gdb.cp/member-ptr.exp: Likewise.
513 * gdb.cp/method.exp: Likewise.
514 * gdb.cp/overload.exp: Likewise.
515 * gdb.cp/templates.exp: Likewise.
516 * gdb.stabs/weird.exp: Likewise.
517 * lib/compiler.c: Likewise.
518 * lib/compiler.cc: Likewise.
519 * lib/cp-support.exp: Likewise.
520 * lib/gdb.exp: Likewise.
521
bf401b07
SM
5222015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
523
524 * configure.ac: Remove HP-UX case.
525 * configure: Regenerate.
526
aff9c0f8
SM
5272015-12-18 Simon Marchi <simon.marchi@ericsson.com>
528
529 * lib/gdb.exp (gdb_compile): Add function doc.
530
a6904d5a
PA
5312015-12-17 Pedro Alves <palves@redhat.com>
532
533 PR threads/19354
534 * gdb.multi/info-threads.exp: New file.
535
a22279dd
YQ
5362015-12-15 Yao Qi <yao.qi@linaro.org>
537
538 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
539 is aarch64*-*-*.
540
0588c796
SL
5412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
542
543 * gdb.base/history-duplicates.exp: Skip if no readline support.
544
5d978e17
SL
5452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
546
547 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
548
7e763b86
SL
5492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
550
551 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
552
87a3a92c
SL
5532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
554
555 * gdb.base/completion.exp: Skip tests that interrupt GDB with
556 ctrl-C if nointerrupts target property is set.
557 * gdb.base/double-prompt-target-event-error.exp: Likewise.
558 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
559 * gdb.base/paginate-bg-execution.exp: Likewise.
560 * gdb.base/paginate-execution-startup.exp: Likewise.
561 * gdb.base/random-signal.exp: Likewise.
562 * gdb.base/range-stepping.exp: Likewise.
563 * gdb.cp/annota2.exp: Likewise.
564 * gdb.cp/annota3.exp: Likewise.
565 * gdb.gdb/selftest.exp: Likewise.
566 * gdb.threads/continue-pending-status.exp: Likewise.
567 * gdb.threads/leader-exit.exp: Likewise.
568 * gdb.threads/manythreads.exp: Likewise.
569 * gdb.threads/pthreads.exp: Likewise.
570 * gdb.threads/schedlock.exp: Likewise.
571 * gdb.threads/sigthread.exp: Likewise.
572
a8f077dc
DB
5732015-12-11 Don Breazeal <donb@codesourcery.com>
574
575 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
576 remote.
577 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
578 * gdb.base/foll-exec.exp (main): Enable for target remote.
579 * gdb.base/foll-fork.exp (main): Likewise.
580 * gdb.base/foll-vfork.exp (main): Likewise.
581 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
582 (proc continue_to_exit_bp_loc): Use clean_restart.
583 * gdb.base/pie-execl.exp (main): Disable for target remote.
584 * gdb.base/watch-vfork.exp (main): Enable for target remote.
585 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
586 * gdb.threads/execl.exp (main): Likewise.
587 * gdb.threads/fork-child-threads.exp (main): Likewise.
588 * gdb.threads/fork-plus-threads.exp (main): Disable for target
589 remote.
590 * gdb.threads/fork-thread-pending.exp (main): Enable for target
591 remote.
592 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
593 pid.tid style ptids, instead of just tid.
594 * gdb.threads/thread-execl.exp (main): Enable for target remote.
595 * gdb.threads/watchpoint-fork.exp (main): Likewise.
596 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
597 ptids, instead of just tid.
598
3b2464a8
AB
5992015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.base/list.exp (test_list_forward): Add end of file error
602 test.
603 (test_repeat_list_command): Add end of file error test.
604 (test_list_backwards): Add beginning of file error test.
605
a0def019
AB
6062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/list.exp (test_list_invalid_args): New function,
609 defined, and called.
610
5c000dff
AB
6112015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.base/list.exp (test_list): Make test names unique.
614
f1637ebe
YQ
6152015-12-11 Yao Qi <yao.qi@linaro.org>
616
617 * gdb.base/coremaker2.c: Remove.
618
36d6fc0a
PA
6192015-12-10 Pedro Alves <palves@redhat.com>
620
621 * gdb.multi/base.exp: Remove stale "spaces" references.
622
762f7747
PA
6232015-12-10 Pedro Alves <palves@redhat.com>
624
625 * gdb.multi/base.exp: Don't use nowarnings.
626 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
627 * gdb.multi/hangout.c: Include stdio.h.
628 * gdb.multi/hello.c: Include stdlib.h.
629 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
630 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
631 * gdb.multi/multi-arch.exp: Don't use nowarnings.
632
28d2bfb9
AB
6332015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.dwarf2/dw2-ranges-base.c: New file.
636 * gdb.dwarf2/dw2-ranges-base.exp: New file.
637 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
638 support additional line table, and debug ranges generation.
639 (Dwarf::ranges): New function, generate .debug_ranges.
640 (Dwarf::lines): Support generating simple line table programs.
641 (Dwarf::assemble): Initialise new namespace variables.
642
5fc2beac
KB
6432015-12-09 Kevin Buettner <kevinb@redhat.com>
644
645 * gdb.base/async.exp (proc test_background): Add case for
646 asynchronous execution not supported.
647
1c35a88f
LM
6482015-12-09 Luis Machado <lgustavo@codesourcery.com>
649
650 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
651 format and change test names to make them unique.
652
b593e3d9
RK
6532015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
654 Pedro Alves <pedro@redhat.com>
655
656 PR gdb/18702
657 Add checking of floatformats setup on x86_64 hosts.
658 * gdb.arch/i386-float.S (main): Load bigval and smallval.
659 (smallval, bigval): New labels/constants.
660 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
661 float" after loading bigval and smallval.
662
d72413e6
PMR
6632015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
664
665 * gdb.ada/fun_overload_menu.exp: New testcase.
666 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
667
ece66d65
JS
6682015-12-04 Josh Stone <jistone@redhat.com>
669
670 * gdb.base/catch-fork-static.exp: New.
671
41d0efca
YQ
6722015-12-03 Yao Qi <yao.qi@linaro.org>
673
674 * gdb.base/sizeof.c: Don't include stdio.h and
675 ../lib/unbuffer_output.c.
676 (main): New variable 'size' and 'value'. Remove printf and
677 gdb_unbuffer_output. Assign return value to size and value.
678 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
679 at the beginning.
680 (check_sizeof): Check the result by printing variable 'size'.
681 (check_valueof): Check the result by printing variable 'value'.
682
99fd02d9
YQ
6832015-12-01 Yao Qi <yao.qi@linaro.org>
684
685 * gdb.base/disp-step-syscall.exp: Define syscall instruction
686 for aarch64*-*-linux* target.
687
f2faf941
PA
6882015-11-30 Pedro Alves <palves@redhat.com>
689
690 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
691
04bf20c5
PA
6922015-11-30 Pedro Alves <palves@redhat.com>
693
694 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
695 Handle non-stop mode vCont replies.
696
09df4675
PA
6972015-11-30 Pedro Alves <palves@redhat.com>
698
699 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
700 prepare_for_testing. Start gdb with "set non-stop on" appended to
701 GDBFLAGS. Lax expected stop output.
702
58b584af
YQ
7032015-11-27 Yao Qi <yao.qi@linaro.org>
704
705 * gdb.arch/arm-neon.exp: New.
706 * gdb.arch/arm-neon.c: New.
707
dfcb77a8
YQ
7082015-11-27 Yao Qi <yao.qi@linaro.org>
709
710 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
711
88e8ec1b
YQ
7122015-11-27 Yao Qi <yao.qi@linaro.org>
713
714 * gdb.cp/annota2.exp: Allow multiple occurrences of the
715 frames-invalid annotation.
716
bfde72c2
YQ
7172015-11-27 Yao Qi <yao.qi@linaro.org>
718
719 * gdb.cp/annota2.exp: Use ${frames_invalid}.
720
f6512a69
SM
7212015-11-26 Simon Marchi <simon.marchi@ericsson.com>
722
723 * gdb.threads/names.exp: New file.
724 * gdb.threads/names.c: New file.
725 * README: Mention gdb,no_thread_names.
726
46a3515b
MM
7272015-11-26 Markus Metzger <markus.t.metzger@intel.com>
728
729 PR 19297
730 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
731 support" error.
732
62147a22
PA
7332015-11-24 Pedro Alves <palves@redhat.com>
734
735 PR 17539
736 * gdb.base/display.exp: Expect displays to be sorted in ascending
737 order. Use multi_line.
738 * gdb.base/solib-display.exp: Likewise.
739
2f341b6e
PA
7402015-11-24 Pedro Alves <palves@redhat.com>
741
742 PR 17539
743 * gdb.base/display.exp: Expect displays to be sorted in ascending
744 order. Use multi_line.
745 * gdb.base/solib-display.exp: Likewise.
746
7e0aa6aa
PA
7472015-11-24 Pedro Alves <palves@redhat.com>
748
749 PR 17539
750 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
751 threads in ascending order.
752 * gdb.base/foll-fork.exp: Likewise.
753 * gdb.base/foll-vfork.exp: Likewise.
754 * gdb.base/multi-forks.exp: Likewise.
755 * gdb.mi/mi-nonstop.exp: Likewise.
756 * gdb.mi/mi-nsintrall.exp: Likewise.
757 * gdb.multi/base.exp: Likewise.
758 * gdb.multi/multi-arch.exp: Likewise.
759 * gdb.python/py-inferior.exp: Likewise.
760 * gdb.threads/break-while-running.exp: Likewise.
761 * gdb.threads/execl.exp: Likewise.
762 * gdb.threads/gcore-thread.exp: Likewise.
763 * gdb.threads/info-threads-cur-sal.exp: Likewise.
764 * gdb.threads/kill.exp: Likewise.
765 * gdb.threads/linux-dp.exp: Likewise.
766 * gdb.threads/multiple-step-overs.exp: Likewise.
767 * gdb.threads/next-bp-other-thread.exp: Likewise.
768 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
769 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
770 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
771 * gdb.threads/thread-find.exp: Likewise.
772 * gdb.threads/tls.exp: Likewise.
773 * lib/mi-support.exp (mi_reverse_list): Delete.
774 (mi_check_thread_states): No longer reverse list.
775
2cc57ad8
PA
7762015-11-24 Pedro Alves <palves@redhat.com>
777
778 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
779 use lowercase.
780
c93e8391
SM
7812015-11-23 Simon Marchi <simon.marchi@ericsson.com>
782
783 * gdb.trace/actions.c: Include trace-common.h.
784 (main): Add a location for a fast tracepoint.
785 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
786 the normal tracepoints.
787 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
788
045ccf91
SM
7892015-11-23 Simon Marchi <simon.marchi@ericsson.com>
790
791 * save-trace.exp: Factor out code to these...
792 (gdb_save_tracepoints): New.
793 (gdb_load_tracepoints): New.
794 (do_save_load_test): New.
795
5506f9f6
KB
7962015-11-23 Kevin Buettner <kevinb@redhat.com>
797
798 * gdb.base/asmlabel.exp: New test.
799 * gdb.base/asmlabel.c: New test case.
800
16c3b12f
JB
8012015-11-23 Joel Brobecker <brobecker@adacore.com>
802
803 * gdb.base/wrong_frame_bt_full-main.c: New file.
804 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
805 * gdb.base/wrong_frame_bt_full.exp: New file.
806
155bfbd3
JB
8072015-11-23 Joel Brobecker <brobecker@adacore.com>
808
809 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
810
bb097445
JM
8112015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
812
206853a0 813 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
814 pstate register when comparing registers values in
815 sparc64-*-linux-gnu targets to avoid spurious differences.
816
9c88ed8f
JM
8172015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
818
206853a0 819 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 820
96161e25
SL
8212015-11-19 Sandra Loosemore <sandra@codesourcery.com>
822
823 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
824 as type argument to gdb_compile.
825 * gdb.base/nested-subp2.exp: Likewise.
826 * gdb.base/nested-subp3.exp: Likewise.
827
340c2830
DV
8282015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
829
830 * lib/dwarf.exp (_note): Fix left shift of negative value.
831 * gdb.trace/trace-condition.exp: Likewise.
832
c1862d0f
YQ
8332015-11-13 Yao Qi <yao.qi@linaro.org>
834
835 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
836 comments about d10v.
837 (test_scalar_returns): Likewise.
838 * gdb.base/d10v.ld: Remove.
839 * gdb.base/overlays.exp: Remove the target triplet checking for
840 d10v-*-*.
841 * gdb.base/structs.exp (test_struct_returns): Remove the
842 comments about d10v.
843 (test_struct_calls): Likewise.
844
77ae9c19
YQ
8452015-11-13 Yao Qi <yao.qi@linaro.org>
846
847 * gdb.base/gnu_vector.exp: Check the return value by "p res".
848 * gdb.base/gnu_vector.c: Don't include stdio.h.
849 (main): Don't print res and call add_some_intvecs.
850
430e004e
MK
8512015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
852
853 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
854 macro.
855 (func5): Removed.
856 (func4): Use FAST_TRACEPOINT_LABEL.
857 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
858 macro.
859 (func): Removed.
860 (thread_function): Use FAST_TRACEPOINT_LABEL.
861 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
862 (func): Remove.
863 (marker): Use FAST_TRACEPOINT_LABEL.
864 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
865 (pendfunc1): Remove.
866 (pendfunc): Use FAST_TRACEPOINT_LABEL.
867 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
868 (foo): Remove.
869 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
870 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
871 macro.
872 (func): Remove.
873 (marker): Use FAST_TRACEPOINT_LABEL.
874 * gdb.trace/trace-common.h: New header.
875 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
876 macro.
877 (func): Remove.
878 (marker): Use FAST_TRACEPOINT_LABEL.
879 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
880 (func): Remove.
881 (thread_function): Use FAST_TRACEPOINT_LABEL.
882
6e7675a7
MK
8832015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
884
885 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
886 in front.
887 * gdb.trace/change-loc.exp: Use global pcreg definition.
888 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
889 * gdb.trace/entry-values.exp: Use global spreg definition, add $
890 in front.
891 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
892 * gdb.trace/pending.exp: Likewise.
893 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
894 * gdb.trace/trace-break.exp: Likewise.
895 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
896 in front.
897 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
898 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
899 in front.
900 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
901
dddc0e16
JB
9022015-11-09 Joel Brobecker <brobecker@adacore.com>
903
904 * gdb.ada/fin_fun_out: New testcase.
905
c6f0b406
KB
9062015-11-07 Kevin Buettner <kevinb@redhat.com>
907
908 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
909 value associated with DW_AT_byte_size.
910 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
911 constants for DW_AT_byte_size, DW_AT_lower_bound, and
912 DW_AT_upper_bound.
913
f01dcfd9
KB
9142015-11-07 Kevin Buettner <kevinb@redhat.com>
915
916 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
917 (gdb_target_symbol_prefix_flags): Define in terms of _asm
918 version.
919 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
920 gdb.dwarf2/dw2-canonicalize-type.exp,
921 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
922 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
923 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
924 provided by gdb_target_symbol_prefix_flags_asm.
925 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
926 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
927 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
928 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
929 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
930 macros where needed). Use this macro for symbols which require
931 the prefix provided by SYMBOL_PREFIX.
932
2223449a
KB
9332015-11-05 Kevin Buettner <kevinb@redhat.com>
934
935 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
936 New procs.
937 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
938 representing expressions, of more than one list element.
939 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
940 to prepend linker symbol prefix to f.
941 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
942 table_1 and table_2.
943 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
944 Likewise, for f and g.
945 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
946 for ptr.
947 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
948 for main.
949 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
950 table_1_ptr and table_2_ptr.
951
6f2f1a3a
JK
9522015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
953 Joel Brobecker <brobecker@adacore.com>
954
955 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
956
566c56c9
MK
9572015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
958
959 * gdb.reverse/s390-mvcle.c: New test.
960 * gdb.reverse/s390-mvcle.exp: New file.
961 * lib/gdb.exp: Enable reverse tests on s390*-linux.
962
d5f0636b
MK
9632015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
964
965 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
966
7ad8b86c
MK
9672015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
968
969 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
970 reaching marker2.
971 * gdb.reverse/getresuid-reverse.exp: Likewise.
972 * gdb.reverse/pipe-reverse.exp: Likewise.
973 * gdb.reverse/readv-reverse.exp: Likewise.
974 * gdb.reverse/recvmsg-reverse.exp: Likewise.
975 * gdb.reverse/time-reverse.exp: Likewise.
976 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
977
4081c0f1
YQ
9782015-10-30 Yao Qi <yao.qi@linaro.org>
979
980 * gdb.threads/wp-replication.c (watch_count_done): Remove.
981 (empty_cycle): Remove.
982 (main): Don't call empty_cycle. Don't use watch_count_done.
983 * gdb.threads/wp-replication.exp: Don't set breakpoint on
984 empty_cycle. Rewrite the code counting HW watchpoints.
985
452b4ba5
MK
9862015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
987
988 * gdb.reverse/fstatat-reverse.c: New test.
989 * gdb.reverse/fstatat-reverse.exp: New file.
990 * gdb.reverse/getresuid-reverse.c: New test.
991 * gdb.reverse/getresuid-reverse.exp: New file.
992 * gdb.reverse/pipe-reverse.c: New test.
993 * gdb.reverse/pipe-reverse.exp: New file.
994 * gdb.reverse/readv-reverse.c: New test.
995 * gdb.reverse/readv-reverse.exp: New file.
996 * gdb.reverse/recvmsg-reverse.c: New test.
997 * gdb.reverse/recvmsg-reverse.exp: New file.
998 * gdb.reverse/time-reverse.c: New test.
999 * gdb.reverse/time-reverse.exp: New file.
1000 * gdb.reverse/waitpid-reverse.c: New test.
1001 * gdb.reverse/waitpid-reverse.exp: New file.
1002
5e2e7507
JK
10032015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1006
0fde2c53
DE
10072015-10-26 Doug Evans <dje@google.com>
1008
1009 PR symtab/17391
1010 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1011 * gdb.dwarf2/bad-regnum.c: New file.
1012 * gdb.dwarf2/bad-regnum.exp: New file.
1013
1a70ae97
DE
10142015-10-26 Doug Evans <dje@google.com>
1015
1016 PR python/18938
1017 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1018 file.
1019
27dc26ab
JK
10202015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1023 for a change by "Mention language in compile error message".
1024
bed91f4d
SM
10252015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1026
1027 PR python/18073
1028 * gdb.python/py-type.c (C::a_method): New.
1029 (C::a_const_method): New.
1030 (C::a_static_method): New.
1031 (a_function): New.
1032 * gdb.python/py-type.exp (test_fields): Test getting fields
1033 from function and method.
1034
3f2f83dd
KB
10352015-10-21 Keven Boell <keven.boell@intel.com>
1036
1037 * gdb.fortran/vla-alloc-assoc.exp: New file.
1038 * gdb.fortran/vla-datatypes.exp: New file.
1039 * gdb.fortran/vla-datatypes.f90: New file.
1040 * gdb.fortran/vla-history.exp: New file.
1041 * gdb.fortran/vla-ptype-sub.exp: New file.
1042 * gdb.fortran/vla-ptype.exp: New file.
1043 * gdb.fortran/vla-sizeof.exp: New file.
1044 * gdb.fortran/vla-sub.f90: New file.
1045 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1046 * gdb.fortran/vla-value-sub-finish.exp: New file.
1047 * gdb.fortran/vla-value-sub.exp: New file.
1048 * gdb.fortran/vla-value.exp: New file.
1049 * gdb.fortran/vla-ptr-info.exp: New file.
1050 * gdb.mi/mi-vla-fortran.exp: New file.
1051 * gdb.mi/vla.f90: New file.
1052
27145d50
SL
10532015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1054
1055 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1056 of hardwired timeout value.
1057
5f3ff4f8
JK
10582015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1059 Pedro Alves <palves@redhat.com>
1060
1061 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1062 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1063
bfd09d20
JS
10642015-10-19 Josh Stone <jistone@redhat.com>
1065
1066 * gdb.base/catch-syscall.c: Include <sched.h>.
1067 (unknown_syscall): New variable.
1068 (main): Trigger a vfork and an unknown syscall.
1069 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1070 (unknown_syscall_number): Likewise.
1071 (check_call_to_syscall): Accept an optional syscall pattern.
1072 (check_return_from_syscall): Likewise.
1073 (check_continue): Likewise.
1074 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1075 (test_catch_syscall_skipping_return): New test toggling off 'catch
1076 syscall' to step over the syscall return, then toggling back on.
1077 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1078 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1079 (do_syscall_tests): Call test_catch_syscall_without_args and
1080 test_catch_syscall_mid_vfork.
1081 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1082 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1083
b32b93c6
AS
10842015-10-19 Andrew Stubbs <ams@codesourcery.com>
1085
1086 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1087 print g_vE): Add new pass patterns.
1088 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1089 print various symbol names for vptr fields.
1090
9d622bda
AB
10912015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1094 results.
1095
0fd8ac1c
YQ
10962015-10-12 Yao Qi <yao.qi@linaro.org>
1097
1098 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1099
34240514
YQ
11002015-10-12 Yao Qi <yao.qi@linaro.org>
1101
1102 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1103 is aarch64*-*-linux*.
1104
8240f442
YQ
11052015-10-12 Yao Qi <yao.qi@linaro.org>
1106
1107 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1108 (can_relocate_bcond_true): ... it.
1109 (can_relocate_bcond_false): New function.
1110 (foo): Likewise.
1111 (can_relocate_bl): Likewise.
1112 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1113 can_relocate_bl.
1114
2520f728
PMR
11152015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1116
1117 * gdb.base/nested-addr.c: New file.
1118 * gdb.base/nested-addr.exp: New testcase.
1119
abcef95a
MM
11202015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1121
1122 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1123 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1124 its output. Ignore the output of "record goto begin" and instead
1125 check that GDB is replaying.
1126
145e3ddb
PA
11272015-10-09 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1130 (top level): Use it in the run with no args test.
1131
d5d8c4e1
IB
11322015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1133
1134 * gdb.dlang/properties.exp: New file.
1135
06e635ef
SL
11362015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1137
1138 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1139 whether or not address 0x1000 is mapped on the target.
1140
e019fd1d
SM
11412015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1144 build.
1145
77ba2a67
MM
11462015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1147
1148 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1149 instruction-history test.
1150
c60eb31f
DE
11512015-09-28 Doug Evans <dje@google.com>
1152
1153 * gdb.base/gcore.c (array_func): Add reference to static_array.
1154
9a3c8263
SM
11552015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1156
1157 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1158 source line.
1159
9720e656
SL
11602015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1161
1162 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1163 short or char as base type.
1164
938d3bf2
SL
11652015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1166
1167 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1168 to allow any size enum.
1169
e6c2c623
PMR
11702015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1171
1172 * gdb.ada/array_ptr_renaming.exp: New testcase.
1173 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1174 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1175
06da0f77
PL
11762015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1177
1178 * gdb.trace/ftrace-lock.c: New file.
1179 * gdb.trace/ftrace-lock.exp: New file.
1180
4f51c22a
PL
11812015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1182
1183 * gdb.arch/insn-reloc.c: New file.
1184 * gdb.arch/ftrace-insn-reloc.exp: New file.
1185
7041adf4
PL
11862015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1187
1188 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1189 instruction.
1190 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1191 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1192 * gdb.trace/range-stepping.c: Likewise.
1193 * gdb.trace/trace-break.c: Likewise.
1194 * gdb.trace/trace-mt.c (thread_function): Likewise.
1195 * gdb.trace/ftrace.c (marker): Likewise.
1196 * gdb.trace/trace-condition.c (marker): Likewise.
1197 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1198 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1199 is_aarch64_target.
1200
015d2e7e
DE
12012015-09-18 Doug Evans <xdje42@gmail.com>
1202
1203 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1204 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1205
26b188a2
SL
12062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1207
1208 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1209 the breakpoint.
1210
79dc332b
SL
12112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1212
1213 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1214 the pending breakpoint. Remove timeout override for "Run till
1215 MI pending breakpoint on pendfunc3 on thread 2" test.
1216
f57929f2
SL
12172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1218
1219 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1220 filename pattern.
1221
3f469b17
SL
12222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1223
1224 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1225 in breakpoint filename pattern.
1226
515b89b3
SL
12272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1228
7800dbe4
SL
1229 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1230
12312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1232
515b89b3
SL
1233 * gdb.linespec/explicit.exp: Check for readline support for
1234 tab-completion tests. Fix obvious typo.
1235
d2939ba2
MM
12362015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1237
1238 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1239 and replay.
1240
cbb55fa7
MM
12412015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1242
1243 * gdb.btrace/non-stop.c: New.
1244 * gdb.btrace/non-stop.exp: New.
1245
43691ca1
PL
12462015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1247 Yao Qi <yao.qi@linaro.org>
1248
1249 * gdb.trace/trace-condition.c: New file.
1250 * gdb.trace/trace-condition.exp: New file.
1251
d78908cf
WW
12522015-09-16 Wei-cheng Wang <cole945@gmail.com>
1253
1254 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1255 for testing bytecode compilation.
1256
1ed415e2
PA
12572015-09-16 Pedro Alves <palves@redhat.com>
1258 Sandra Loosemore <sandra@codesourcery.com>
1259
1260 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1261 (SECONDS): Redefine.
1262 (main): Call pthread_kill and alarm early.
1263 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1264 support.
1265 (test): If the target can't hardware step and doesn't support
1266 displaced stepping, increase the timeout.
1267
d136eff5
PA
12682015-09-16 Pedro Alves <palves@redhat.com>
1269
1270 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1271 (enable_debug): New procedures.
1272 (test): Use them. Bail out if waiting for threads fails.
1273 (top level): Bail out if a test fails.
1274
991f019c
YQ
12752015-09-16 Yao Qi <yao.qi@linaro.org>
1276
1277 * gdb.asm/asm-source.exp: Set asm-arch for
1278 aarch64*-*-* target.
1279 * gdb.asm/aarch64.inc: New file.
1280
bfca584f
PMR
12812015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1282
1283 * gdb.ada/array_of_variable_length.exp: New testcase.
1284 * gdb.ada/array_of_variable_length/foo.adb: New file.
1285 * gdb.ada/array_of_variable_length/pck.adb: New file.
1286 * gdb.ada/array_of_variable_length/pck.ads: New file.
1287
b326e587
DE
12882015-09-15 Doug Evans <dje@google.com>
1289
1290 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1291 of function static local variable.
1292
5382cfab
PW
12932015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1294
1295 * gdb.threads/tls-so_extern.exp: New test file.
1296 * gdb.threads/tls-so_extern.c: New test file.
1297 * gdb.threads/tls-so_extern_main.c: New test file.
1298
141c5cc4
JK
12992015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1300
1301 * gdb.opt/solib-intra-step-lib.c: New file.
1302 * gdb.opt/solib-intra-step-main.c: New file.
1303 * gdb.opt/solib-intra-step.exp: New file.
1304
d15dcecd
PA
13052015-09-15 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1308 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1309
4c2f2a79
PA
13102015-09-14 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/hook-stop-continue.c: Delete.
1313 * gdb.base/hook-stop-continue.exp: Delete.
1314 * gdb.base/hook-stop-frame.c: Delete.
1315 * gdb.base/hook-stop-frame.exp: Delete.
1316 * gdb.base/hook-stop.c: New file.
1317 * gdb.base/hook-stop.exp: New file.
1318
919e6dbe
PMR
13192015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1320
1321 * gdb.ada/access_to_packed_array.exp: New testcase.
1322 * gdb.ada/access_to_packed_array/foo.adb: New file.
1323 * gdb.ada/access_to_packed_array/pack.adb: New file.
1324 * gdb.ada/access_to_packed_array/pack.ads: New file.
1325
157280a4
MM
13262015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1327
1328 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1329 buffer size test.
1330
2fd33e94
DB
13312015-09-11 Don Breazeal <donb@codesourcery.com>
1332
1333 * gdb.base/foll-exec.c: Add copyright header. Fix
1334 formatting issues.
1335 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1336 (do_exec_tests): Use clean_restart in place of zap_session,
1337 and for test initialization. Fix formatting issues. Use
1338 fail in place of perror.
1339 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1340 an expect statement to match an expression with output from
1341 the program under debug.
1342 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1343 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1344 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1345 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1346 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1347
e70b6e8e
DE
13482015-09-09 Doug Evans <dje@google.com>
1349
1350 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1351
7a551a51
DE
13522015-09-09 Doug Evans <dje@google.com>
1353
1354 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1355
4c666f84
DE
13562015-09-09 Doug Evans <dje@google.com>
1357
1358 * gdb.base/savedregs.exp: Fix typo.
1359
243a9253
PA
13602015-09-09 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1363
c0fa8fbd
SL
13642015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1365
1366 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1367 command actually switches threads. Give up on remaining
1368 tests if target fails to stop at breakpoint.
1369
cd7c1778
PMR
13702015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1371
1372 * gdb.ada/funcall_char.exp: New testcase.
1373 * gdb.ada/funcall_char/foo.adb: New file.
1374
dc5c8746
PMR
13752015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1376
1377 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1378 expected outputs. Add two testcases for completing ambiguous
1379 functions.
1380 * gdb.ada/complete/aux_pck.adb: New file.
1381 * gdb.ada/complete/aux_pck.ads: New file.
1382 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1383 Ambiguous_Func functions.
1384 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1385 * gdb.ada/complete/pck.adb: Likewise.
1386
4e83a1e7
UW
13872015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1388
1389 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1390 failures to run the test program under GDB.
1391
8ce74153
LM
13922015-08-26 Luis Machado <lgustavo@codesourcery.com>
1393
1394 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1395 to C.
1396
e9756d52
PP
13972015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1398
1399 * gdb.base/run-after-attach.exp: New test file.
1400 * gdb.base/run-after-attach.c: New test file.
1401
8d37573b
DB
14022015-08-26 Don Breazeal <donb@codesourcery.com>
1403
1404 * gdb.base/foll-exec-2.c: New test program.
1405 * gdb.base/foll-exec-2.exp: New test.
1406
63e43d3a
PMR
14072015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1408
1409 * gdb.base/nested-subp1.exp: New file.
1410 * gdb.base/nested-subp1.c: New file.
1411 * gdb.base/nested-subp2.exp: New file.
1412 * gdb.base/nested-subp2.c: New file.
1413 * gdb.base/nested-subp3.exp: New file.
1414 * gdb.base/nested-subp3.c: New file.
1415
3d40fbb5
PA
14162015-08-24 Pedro Alves <palves@redhat.com>
1417
1418 * gdb.server/connect-without-multi-process.c: New file.
1419 * gdb.server/connect-without-multi-process.exp: New file.
1420
4422ac93
LM
14212015-08-24 Luis Machado <lgustavo@codesourcery.com>
1422
1423 * gdb.opt/inline-markers.c: Make z int.
1424
91dddb86
LM
14252015-08-24 Luis Machado <lgustavo@codesourcery.com>
1426
1427 * gdb.opt/inline-markers.c: Make z volatile.
1428
a48847ee
LM
14292015-08-24 Luis Machado <lgustavo@codesourcery.com>
1430
1431 * gdb.opt/inline-bt.c: New volatile global z.
1432 * gdb.opt/inline-cmds.c: Likewise.
1433 * gdb.opt/inline-locals.c: Likewise.
1434 * gdb.opt/inline-markers.c: New extern global z.
1435 (marker): Use z.
1436 (inline_fn): Likewise.
1437
0ebbc52b
PA
14382015-08-24 Pedro Alves <palves@redhat.com>
1439
1440 * config/m32r-stub.exp: Remove file.
1441 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1442 * gdb.base/call-rt-st.exp: Likewise.
1443 * gdb.base/call-strs.exp: Likewise.
1444 * gdb.base/default.exp: Remove references to h8300-*-hms and
1445 *-*-udi*.
1446 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1447
77c365df
AA
14482015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1449
1450 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1451 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1452 and "return" use KFAIL when GDB can not read/write the vector
1453 return value.
1454
4313b8c0
GB
14552015-08-21 Gary Benson <gbenson@redhat.com>
1456
1457 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1458
0e433b32
PA
14592015-08-20 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.server/solib-list.exp: No longer expect an interior stop in
1462 non-stop mode.
1463
221e1a37
PA
14642015-08-20 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.server/connect-stopped-target.c: New file.
1467 * gdb.server/connect-stopped-target.exp: New file.
1468
40e3ad0e
PA
14692015-08-20 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.dwarf2/comp-unit-lang.exp: New file.
1472 * gdb.dwarf2/comp-unit-lang.c: New file.
1473
af39b327
PMR
14742015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1475
1476 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1477 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1478
7d45c7c3 14792015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1480
7d45c7c3
KB
1481 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1482 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1483
4d6cceb4
DE
14842015-08-18 Doug Evans <dje@google.com>
1485 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1486
1487 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1488 skip_python_tests. New arg prompt_regexp.
1489 (skip_python_tests): New function.
1490 * lib/mi-support.exp (mi_skip_python_tests): New function.
1491 * gdb.python/py-mi-objfile-gdb.py: New file.
1492 * gdb.python/py-mi-objfile.c: New file.
1493 * gdb.python/py-mi-objfile.exp: New file.
1494
ad89c2aa
KS
14952015-08-17 Keith Seitz <keiths@redhat.com>
1496
1497 * gdb.linespec/explicit.exp: Move strace test from here ...
1498 * gdb.trace/strace.exp: ... to here.
1499
e3ae3c43
PP
15002015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1501
1502 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1503 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1504
604b2636
DE
15052015-08-14 Doug Evans <xdje42@gmail.com>
1506
1507 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1508 inferior before selecting a new file.
1509
6ff0ba5f
DE
15102015-08-14 Doug Evans <xdje42@gmail.com>
1511
1512 * gdb.mi/mi-disassemble.exp: Update.
1513 * gdb.base/disasm-optim.S: New file.
1514 * gdb.base/disasm-optim.c: New file.
1515 * gdb.base/disasm-optim.h: New file.
1516 * gdb.base/disasm-optim.exp: New file.
1517
9ca98f92
KS
15182015-08-14 Keith Seitz <keiths@redhat.com>
1519
1520 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1521 "evaluated-by".
1522
52bbc560
JB
15232015-08-13 Joel Brobecker <brobecker@adacore.com>
1524
1525 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1526
5d8c3ed3
PMR
15272015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1528
1529 * gdb.ada/fun_renaming.exp: New testcase.
1530 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1531 * gdb.ada/fun_renaming/pack.adb: New file.
1532 * gdb.ada/fun_renaming/pack.ads: New file.
1533
ea8812bc
KS
15342015-08-12 Keith Seitz <keiths@redhat.com>
1535
1536 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1537 gdb_get_line_number.
1538
4dafcdeb
JB
15392015-08-12 Joel Brobecker <brobecker@adacore.com>
1540
1541 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1542 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1543 gdb.base/dso2dso.exp: New files.
1544
5ba32597
SDJ
15452015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1546 Pedro Alves <palves@redhat.com>
1547 Keith Seitz <keiths@redhat.com>
1548
1549 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1550 GDBFLAGS.
1551
b6dafabf
PP
15522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1553
1554 * gdb.base/gdbhistsize-history.exp
1555 (test_histsize_history_setting): Use save_vars.
1556 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1557 Use save_vars.
1558 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1559 * gdb.base/readline.exp: Use save_vars.
1560
abe8e607
PP
15612015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1562
1563 * lib/gdb.exp (save_vars): New proc.
1564
629500fa
KS
15652015-08-11 Keith Seitz <keiths@redhat.com>
1566
1567 * gdb.base/help.exp: Update help_breakpoint_text.
1568
eb8c4e2e
KS
15692015-08-11 Keith Seitz <keiths@redhat.com>
1570
1571 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1572 (at toplevel): Call test_explicit_breakpoints.
1573 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1574 breakpoints.
1575 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1576 breakpoint conditions, "-cond".
1577
87f0e720
KS
15782015-08-11 Keith Seitz <keiths@redhat.com>
1579
1580 * gdb.linespec/3explicit.c: New file.
1581 * gdb.linespec/cpexplicit.cc: New file.
1582 * gdb.linespec/cpexplicit.exp: New file.
1583 * gdb.linespec/explicit.c: New file.
1584 * gdb.linespec/explicit.exp: New file.
1585 * gdb.linespec/explicit2.c: New file.
1586 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1587 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1588 before using in the matching pattern.
1589 Clarify that `prefix' is a regular expression.
1590
f00aae0f
KS
15912015-08-11 Keith Seitz <keiths@redhat.com>
1592
1593 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1594 test.
1595 Add tests for missing ",FMT" and ",".
1596
e27852be
DE
15972015-08-10 Doug Evans <dje@google.com>
1598 Keith Seitz <keiths@redhat.com>
1599
1600 PR gdb/17960
1601 * gdb.base/completion.exp: Add location completer tests.
1602
7f03bd92
PA
16032015-08-07 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1606 tests here.
1607 (top level): Run do_test with and without displaced stepping.
1608
3fc8eb30
PA
16092015-08-07 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.base/valgrind-disp-step.c: New file.
1612 * gdb.base/valgrind-disp-step.exp: New file.
1613
d4569d7b
PA
16142015-08-07 Pedro Alves <palves@redhat.com>
1615
1616 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1617 Delete function.
1618 (main): Add alarm. Run an infinite loop instead of calling
1619 wait_threads.
1620 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1621 comment.
1622 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1623 Delete function.
1624 (main): Add alarm. Run an infinite loop instead of calling
1625 wait_threads.
1626 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1627 comment.
1628
e1316e60
PA
16292015-08-07 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.base/checkpoint-ns.exp: New file.
1632 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1633 standard_testfile.
1634
da8c46d2
MM
16352015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1636
1637 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1638 * gdb.btrace/instruction_history.exp: Update.
1639 * gdb.btrace/tsx.exp: New.
1640 * gdb.btrace/tsx.c: New.
1641
de1c2c52
PA
16422015-08-06 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1645 increase timeout.
1646 * gdb.reverse/until-precsave.exp: Bump timeouts.
1647
782e0bf4
PA
16482015-08-06 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1651
83e97ed0
PA
16522015-08-06 Pedro Alves <palves@redhat.com>
1653
1654 PR gdb/18749
1655 * gdb.threads/process-dies-while-handling-bp.c: New file.
1656 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1657
863d01bd
PA
16582015-08-06 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1661 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1662
0a39bb32
PA
16632015-08-05 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1666 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1667
ee2d2b10
SL
16682015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1669
1670 * gdb.base/bp-permanent.exp: Report test as unsupported if
1671 the target cannot stop at the permanent breakpoint.
1672
4e1bdb00
DE
16732015-08-03 Doug Evans <dje@google.com>
1674
1675 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1676 10000.
1677
3d338901
DE
16782015-08-03 Doug Evans <dje@google.com>
1679
1680 * Makefile.in (workers/%.worker, build-perf): New rule.
1681 (GDB_PERFTEST_MODE): New variable.
1682 (check-perf): Use it.
1683 (clean): Clean up gdb.perf parallel build subdirs.
1684 * lib/build-piece.exp: New file.
1685 * lib/gdb.exp (make_gdb_parallel_path): New function
1686 (standard_output_file, standard_temp_file): Call it.
1687 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1688 of $GDB_PARALLEL.
1689 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1690
af061d3e
DE
16912015-08-03 Doug Evans <dje@google.com>
1692
8e1afc81 1693 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1694 (LOG_FILE_NAME): New global.
1695 (TextReporter.__init__): Initialize self.txt_sum.
1696 (TextReporter.report): Add support for multiple data-points.
1697 Move report to perftest.sum, put raw data in perftest.log.
1698 (TextReporter.start): Open sum and log files.
1699 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1700 * gdb.perf/lib/perftest/testresult.py
1701 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1702
2c8c5d37
PA
17032015-07-31 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.base/attach-pie-misread.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 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1709 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1710 kill_wait_spawned_process.
1711 * gdb.base/attach-twice.exp: Likewise.
1712 * gdb.base/attach.exp: Likewise.
1713 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1714 gdb_test_multiple.
1715 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1716 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1717 kill_wait_spawned_process.
1718 * gdb.base/valgrind-infcall.exp: Likewise.
1719 * gdb.multi/multi-attach.exp: Likewise.
1720 * gdb.python/py-prompt.exp: Likewise.
1721 * gdb.python/py-sync-interp.exp: Likewise.
1722 * gdb.server/ext-attach.exp: Likewise.
1723 * gdb.threads/attach-into-signal.exp (corefunc): Use
1724 spawn_wait_for_attach, spawn_id_get_pid and
1725 kill_wait_spawned_process.
1726 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1727 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1728 spawn_id_get_pid and kill_wait_spawned_process.
1729 * gdb.threads/attach-stopped.exp (corefunc): Use
1730 spawn_wait_for_attach, spawn_id_get_pid and
1731 kill_wait_spawned_process.
1732 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1733 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1734 kill_wait_spawned_process instead of explicit "kill -9".
1735 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1736 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1737 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1738 processes. Don't map cygwin/windows pids here. Now returns a
1739 spawn id list.
1740
032a0fca
SL
17412015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1742
1743 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1744 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1745 correct patch.
1746
61a934ca
SL
17472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1748
1749 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1750
4bc4d428
SL
17512015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1752
1753 Reapply:
1754 2014-05-21 Mark Wielaard <mjw@redhat.com>
1755
1756 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1757
998d452a
PA
17582015-07-30 Pedro Alves <palves@redhat.com>
1759
1760 * linux-low.c (handle_extended_wait): Set the child's last
1761 reported status to TARGET_WAITKIND_STOPPED.
1762
69dde7dc
PA
17632015-07-30 Pedro Alves <palves@redhat.com>
1764
1765 PR threads/18600
1766 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1767 only shows inferior 1.
1768
4dd63d48
PA
17692015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1770 Pedro Alves <palves@redhat.com>
1771
1772 PR threads/18600
1773 * gdb.threads/fork-plus-threads.c: New file.
1774 * gdb.threads/fork-plus-threads.exp: New file.
1775
d618e4c5
PP
17762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1777
1778 * gdb.base/batch-preserve-term-settings.exp
1779 (test_terminal_settings_preserved_after_cli_exit): Use
1780 send_quit_command.
1781
1eef6428
PA
17822015-07-29 Pedro Alves <palves@redhat.com>
1783 Don Breazeal <donb@codesourcery.com>
1784
1785 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1786 output from both inferior_spawn_id and gdb_spawn_id.
1787
7da5b897
SDJ
17882015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 * gdb.threads/attach-into-signal.exp (corefunc): Use
1791 with_test_prefix on nested loops, uniquefying the test messages.
1792
dac804df
SDJ
17932015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1794
1795 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1796 commit.
1797
06265e53
PP
17982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1799
1800 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1801 New proc.
1802 (test_terminal_settings_preserved_after_sigterm): New test.
1803
18206ca3
PP
18042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1805
1806 * gdb.base/batch-preserve-term-settings.exp
1807 (test_terminal_settings_preserved_after_cli_exit): New test.
1808
90074d11
PP
18092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1810
1811 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1812 manipulation of saved_gdbflags.
1813 (test_terminal_settings_preserved): Remove global declaration of
1814 the unused variable pagination_prompt. Remove manipulation of
1815 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1816 GDBFLAGS.
1817
eb1a7902
PA
18182015-07-29 Pedro Alves <palves@redhat.com>
1819
1820 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1821
8b75dd3b
PA
18222015-07-29 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1825 at the top.
1826
dedad4e3
PA
18272015-07-29 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1830 (main): Call gdb_unbuffer_output.
1831 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1832 (main): Call gdb_unbuffer_output.
1833 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1834 (main): Call gdb_unbuffer_output.
1835 * gdb.base/call-strs.exp: Adjust to step over the
1836 gdb_unbuffer_output call.
1837 * gdb.base/catch-gdb-caused-signals.c: Include
1838 "../lib/unbuffer_output.c".
1839 (main): Call gdb_unbuffer_output.
1840 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1841 (main): Call gdb_unbuffer_output.
1842 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1843 (main): Call gdb_unbuffer_output.
1844 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1845 (main): Call gdb_unbuffer_output.
1846 * gdb.base/shlib-call.exp: Adjust to step over the
1847 gdb_unbuffer_output call.
1848 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1849 (main): Call gdb_unbuffer_output.
1850 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1851 (main): Call gdb_unbuffer_output.
1852 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1853 (main): Rename to ...
1854 (test): ... this.
1855 (main): Reimplement.
1856 * gdb.base/varargs.exp: Run to test instead of to main.
1857 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1858 (main): Call gdb_unbuffer_output.
1859
58789a91
PA
18602015-07-29 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1863 factore out from mi_continue_dprintf. For call-style dprintfs,
1864 expect dprintf output out of $inferior_spawn_id.
1865 (mi_continue_dprintf): Use mi_expect_dprintf.
1866 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1867 (main): Call gdb_unbuffer_output.
1868
e8376742
PA
18692015-07-29 Pedro Alves <palves@redhat.com>
1870
1871 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1872 (default_mi_gdb_start): Set inferior_spawn_id instead of
1873 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1874 gdb_spawn_id.
1875 (mi_gdb_test): Always expect inferior output from both
1876 $inferior_spawn_id and $gdb_spawn_id.
1877
08280010
PA
18782015-07-29 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1881 send_inferior and $inferior_spawn_id.
1882
4d30e432
PA
18832015-07-29 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.gdb/complaints.exp (test_initial_complaints)
1886 (test_serial_complaints, test_short_complaints): Use
1887 gdb_test_stdio.
1888 (test_empty_complaint): Handle $inferior_spawn_id !=
1889 $gdb_spawn_id.
1890
0d30a335
PA
18912015-07-29 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.base/varargs.exp: Use gdb_test_stdio.
1894
39413b29
PA
18952015-07-29 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1898
7cb000a9
PA
18992015-07-29 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1902
d7b8ac82
PA
19032015-07-29 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1906 parameter into two new parameters, "inf_result" and "gdb_result".
1907 Expect inferior output and gdb output from $inferior_spawn_id and
1908 $gdb_spawn_id, respectively. Adjust all callers.
1909
789c3a0c
PA
19102015-07-29 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1913 of gdb_test_sequence.
1914
77e760c3
PA
19152015-07-29 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1918 (saw_spurious_output): Expect inferior output from
1919 $inferior_spawn_id. Use gdb_test_stdio.
1920
8396d2cd
PA
19212015-07-29 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.base/dprintf.exp: Use standard_testfile. Change
1924 prepare_for_testing call.
1925 (srcfile): Don't set.
1926 (restart): New procedure.
1927 (test_dprintf): New procecure, use to continue over dprintfs.
1928 (test_call, test_agent): New procedures, tests moved here.
1929 Restart gdb and recreate dprintfs. Adjust expected output.
1930
2051d61f
PA
19312015-07-29 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1934
452397af
PA
19352015-07-29 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1938
8aed9555
PA
19392015-07-29 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1942 gdb_test_stdio.
1943
188a61b4
PA
19442015-07-29 Pedro Alves <palves@redhat.com>
1945
1946 * lib/gdb.exp (gdb_test_stdio): New procedure.
1947
12264a45
PA
19482015-07-29 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1951
23ffc893
PA
19522015-07-29 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/call-signal-resume.exp: Remove check for
1955 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1956 * gdb.base/unwindonsignal.exp: Likewise.
1957 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1958 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1959
65566918
PA
19602015-07-29 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.base/siginfo-addr.c (pass): New function.
1963 (handler): Call it iff si_addr is correct.
1964 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1965 Set a breakpoint at "pass" and continue to it.
1966
d60a9221
SDJ
19672015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1968
1969 * gdb.python/py-objfile.exp: Make some tests have unique names.
1970 * gdb.python/py-pp-registration.exp: Likewise.
1971
bde40b8f
PA
19722015-07-28 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1975
13e1dec8
SM
19762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1977
1978 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1979
da33c9a7
SM
19802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1981
1982 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1983
077836f7
PP
19842015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1985
1986 * gdb.base/gdb-sigterm-2.exp: New test.
1987
b8cc7b2e
DE
19882015-07-25 Doug Evans <xdje42@gmail.com>
1989
1990 Revert:
1991 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1992 (workers/%.worker, build-perf): New rule.
1993 (GDB_PERFTEST_MODE): New variable.
1994 (check-perf): Use it.
1995 (clean): Clean up gdb.perf parallel build subdirs.
1996 * lib/build-piece.exp: New file.
1997 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1998 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1999 name.
2000 (standard_temp_file): Ditto.
2001 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2002 of $GDB_PARALLEL.
2003
c8bd4544
DE
20042015-07-24 Doug Evans <dje@google.com>
2005
2006 * gdb.perf/lib/perftest/utils.py: New file.
2007 * gdb.perf/gm-hello.cc: New file.
2008 * gdb.perf/gm-pervasive-typedef.cc: New file.
2009 * gdb.perf/gm-pervasive-typedef.h: New file.
2010 * gdb.perf/gm-std.cc: New file.
2011 * gdb.perf/gm-std.h: New file.
2012 * gdb.perf/gm-use-cerr.cc: New file.
2013 * gdb.perf/gm-utils.h: New file.
2014 * gdb.perf/gmonster-null-lookup.py: New file.
2015 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2016 * gdb.perf/gmonster-print-cerr.py: New file.
2017 * gdb.perf/gmonster-ptype-string.py: New file.
2018 * gdb.perf/gmonster-runto-main.py: New file.
2019 * gdb.perf/gmonster-select-file.py: New file.
2020 * gdb.perf/gmonster1-null-lookup.exp: New file.
2021 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2022 * gdb.perf/gmonster1-print-cerr.exp: New file.
2023 * gdb.perf/gmonster1-ptype-string.exp: New file.
2024 * gdb.perf/gmonster1-runto-main.exp: New file.
2025 * gdb.perf/gmonster1-select-file.exp: New file.
2026 * gdb.perf/gmonster1.cc: New file.
2027 * gdb.perf/gmonster1.exp: New file.
2028 * gdb.perf/gmonster2-null-lookup.exp: New file.
2029 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2030 * gdb.perf/gmonster2-print-cerr.exp: New file.
2031 * gdb.perf/gmonster2-ptype-string.exp: New file.
2032 * gdb.perf/gmonster2-runto-main.exp: New file.
2033 * gdb.perf/gmonster2-select-file.exp: New file.
2034 * gdb.perf/gmonster2.cc: New file.
2035 * gdb.perf/gmonster2.exp: New file.
2036
6eab34f3
DE
20372015-07-24 Doug Evans <dje@google.com>
2038
2039 * gdb.perf/README: New file.
2040 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2041 * lib/gen-perf-test.exp: New file.
2042
63738bfd
DE
20432015-07-24 Doug Evans <dje@google.com>
2044
2045 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2046 (PerfTest::startup): New function.
2047 (PerfTest::run): Return result of calling body.
2048 (PerfTest::assemble): Rewrite.
2049 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2050 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2051 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2052 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2053 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2054
7b606f95
DE
20552015-07-24 Doug Evans <dje@google.com>
2056
2057 * lib/gdb.exp (clean_restart): Make executable optional.
2058
a97b16b8
DE
20592015-07-24 Doug Evans <dje@google.com>
2060
2061 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2062 compiler_info references.
2063 * gdb.cp/temargs.exp: Ditto.
2064 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2065 (get_compiler_info): Early exit if already computed. Set compiler_info
2066 to "unknown" if there was a problem.
2067 (test_compiler_info): Add function comment. Call get_compiler_info.
2068
35baa57f
DE
20692015-07-24 Doug Evans <dje@google.com>
2070
2071 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2072 (workers/%.worker, build-perf): New rule.
2073 (GDB_PERFTEST_MODE): New variable.
2074 (check-perf): Use it.
2075 (clean): Clean up gdb.perf parallel build subdirs.
2076 * lib/build-piece.exp: New file.
2077 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2078 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2079 name.
2080 (standard_temp_file): Ditto.
2081 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2082 of $GDB_PARALLEL.
2083
6ebea266
DE
20842015-07-24 Doug Evans <dje@google.com>
2085
2086 * lib/future.exp (gdb_default_target_compile): New option
2087 "early_flags".
2088 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2089 --as-needed.
2090
1e76a7e9
SDJ
20912015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2092
2093 * gdb.base/catch-syscall.exp: Call gdb_exit before
2094 gdb_skip_xml_test.
2095
5068630a
PA
20962015-07-24 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.python/py-events.exp: Accept output between the stop event
2099 and the prompt.
2100 * gdb.python/py-evsignal.exp: Likewise.
2101 * gdb.python/py-evthreads.exp: Likewise.
2102
77598427
PA
21032015-07-24 Pedro Alves <palves@redhat.com>
2104
2105 PR gdb/18717
2106 * gdb.threads/non-ldr-exit.c: New file.
2107 * gdb.threads/non-ldr-exit.exp: New file.
2108
11e6c98f
YQ
21092015-07-24 Yao Qi <yao.qi@linaro.org>
2110
2111 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2112 restarting process.
2113
51aee833
YQ
21142015-07-24 Yao Qi <yao.qi@linaro.org>
2115
2116 * gdb.server/ext-restart.exp: New file.
2117
8cfe207c
YQ
21182015-07-24 Yao Qi <yao.qi@linaro.org>
2119
2120 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2121 argument options.
2122 * gdb.server/ext-wrapper.exp: New file.
2123
cc12ce38
DE
21242015-07-23 Doug Evans <dje@google.com>
2125
2126 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2127 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2128
d0d84780
PMR
21292015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2130
2131 * gdb.ada/var_arr_typedef.exp: New testcase.
2132 * gdb.ada/var_arr_typedef/pack.adb: New file.
2133 * gdb.ada/var_arr_typedef/pack.ads: New file.
2134 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2135
8b558f79
JB
21362015-07-20 Joel Brobecker <brobecker@adacore.com>
2137
2138 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2139
775a3298
JK
21402015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2141
2142 * gdb.arch/i386-biarch-core.exp: Replace istarget
2143 by "complete set gnutarget". Remove expectation for the "core-file"
2144 command.
2145
db1ff28b
JK
21462015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2147
2148 Revert the previous commit:
2149 Tests for validate symbol file using build-id.
2150
0a94970d
JK
21512015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2152
2153 Tests for validate symbol file using build-id.
2154 * gdb.base/solib-mismatch-lib.c: New file.
2155 * gdb.base/solib-mismatch-libmod.c: New file.
2156 * gdb.base/solib-mismatch.c: New file.
2157 * gdb.base/solib-mismatch.exp: New file.
2158
03346981
SL
21592015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2160
2161 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2162 nios2-*-linux*.
2163 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2164 * gdb.base/siginfo.exp: Likewise.
2165 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2166
42422cc7
PL
21672015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2168
2169 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2170 Move it to ...
2171 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2172 ... here.
2173 * gdb.trace/range-stepping.exp: Check that the target supports
2174 range stepping.
2175
cfa68bae
JK
21762015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2179
8ffdba26
PA
21802015-07-14 Pedro Alves <palves@redhat.com>
2181
2182 * gdb.base/killed-outside.exp: New file.
2183 * gdb.base/killed-outside.c: New file.
2184
218a5a11
JK
21852015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2188 (n at main): New.
2189 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2190
e03ed3c6
AA
21912015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2192
2193 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2194 infcall tests instead of setting up for KFAIL.
2195
485668e5
MM
21962015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2197
2198 * gdb.btrace/record_goto-step.exp: New.
2199
08464196
JK
22002015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2201
2202 PR compile/18484
2203 * gdb.compile/compile.c (struct struct_type): Add volatile to
2204 selffield's type.
2205 * gdb.compile/compile.exp
2206 (compile code struct_object.selffield = &struct_object): Skip further
2207 struct_object tests if this one xfails.
2208
bcf5c1d9
RC
22092015-07-08 Robert O'Callahan <robert@ocallahan.org>
2210
2211 PR exp/18617
2212 * gdb.trace/ax.exp: Add test.
2213
4931af25
YQ
22142015-07-07 Yao Qi <yao.qi@linaro.org>
2215
2216 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2217 instead of istarget "aarch64*-*-*".
2218 * gdb.arch/aarch64-fp.exp: Likewise.
2219 * gdb.base/float.exp: Likewise.
2220 * gdb.reverse/aarch64.exp: Likewise.
2221 * lib/gdb.exp (is_aarch64_target): New proc.
2222
9fcf688e
YQ
22232015-07-07 Yao Qi <yao.qi@linaro.org>
2224
2225 * lib/gdb.exp (is_aarch32_target): New proc.
2226 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2227 instead of "istarget "arm*-*-*"".
2228 * gdb.arch/arm-disp-step.exp: Likewise.
2229 * gdb.arch/thumb-bx-pc.exp: Likewise.
2230 * gdb.arch/thumb-prologue.exp: Likewise.
2231 * gdb.arch/thumb-singlestep.exp: Likewise.
2232 * gdb.base/disp-step-syscall.exp: Likewise.
2233 * gdb.base/float.exp: Likewise.
2234
fbd8d50d
YQ
22352015-07-07 Yao Qi <yao.qi@linaro.org>
2236
2237 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2238 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2239
71be1fdc
YQ
22402015-07-07 Yao Qi <yao.qi@linaro.org>
2241
2242 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2243 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2244 if it exists.
2245 * gdb.multi/multi-arch.exp: Likewise.
2246
3e221d36
SM
22472015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2248
2249 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2250 print.
2251
d441430b
YQ
22522015-07-07 Yao Qi <yao.qi@linaro.org>
2253
2254 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2255
06f810bd
MG
22562015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2257
2258 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2259 '[' and ']' characters.
2260
5e61e7c0
IB
22612015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2262
2263 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2264
28bf096c
PA
22652015-06-29 Pedro Alves <palves@redhat.com>
2266
2267 PR threads/18127
2268 * gdb.threads/hand-call-new-thread.c: New file.
2269 * gdb.threads/hand-call-new-thread.c: New file.
2270
ee93cd5e
KS
22712015-06-26 Keith Seitz <keiths@redhat.com>
2272 Doug Evans <dje@google.com>
2273
2274 PR 16253
2275 * gdb.cp/var-tag-2.cc: New file.
2276 * gdb.cp/var-tag-3.cc: New file.
2277 * gdb.cp/var-tag-4.cc: New file.
2278 * gdb.cp/var-tag.cc: New file.
2279 * gdb.cp/var-tag.exp: New file.
2280
fc637f04
PP
22812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2282
2283 * gdb.base/history-duplicates.exp: New test.
2284
2e52ae68
PP
22852015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2286
2287 * gdb.base/completion.exp: Test the completion of the "focus"
2288 command.
2289
6e22494e
JK
22902015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2291
2292 * gdb.arch/amd64-prologue-skip.S: New file.
2293 * gdb.arch/amd64-prologue-skip.exp: New file.
2294
bf7b9cd9
SM
22952015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2296
2297 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2298 is_address_zero_readable check.
2299
201e8dfd
PB
23002015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2301
2302 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2303 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2304
5cd867b4
YQ
23052015-06-24 Yao Qi <yao.qi@linaro.org>
2306
2307 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2308 linux targets.
2309
4d7be007
YQ
23102015-06-24 Yao Qi <yao.qi@linaro.org>
2311
2312 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2313 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2314 * gdb.base/siginfo-thread.exp: Likewise.
2315
07fcd301
YQ
23162015-06-22 Yao Qi <yao.qi@linaro.org>
2317
2318 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2319
52042a00
YQ
23202015-06-22 Yao Qi <yao.qi@linaro.org>
2321
2322 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2323 aarch64*-*-*.
2324 (skip_hw_watchpoint_tests): Likewise.
2325
74bd41ce
PP
23262015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2327
2328 * gdb.base/gdbinit-history.exp: Test the interaction between
2329 setting GDBHISTSIZE and setting the history size via .gdbinit.
2330
bc460514
PP
23312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2332
2333 PR gdb/16999
2334 * gdb.base/gdbhistsize-history.exp: New test.
2335
b58c513b
PP
23362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2337
2338 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2339 with GDBHISTSIZE.
2340 * gdb.base/readline.exp: Likewise.
2341
92046791
YQ
23422015-06-17 Yao Qi <yao.qi@linaro.org>
2343
2344 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2345 line.
2346
2093d2d3
PP
23472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2348
2349 * gdb.base/gdbinit-history.exp: Add test case to check that
2350 an unlimited history file does not get truncated on exit.
2351
e6c693af
AA
23522015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2353
2354 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2355 (VECTOR): New macro. Use it...
2356 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2357 ...for these typedefs.
2358 (int8, char1, int1, double1): New typedefs.
2359 (struct just_int2, struct two_int2): New structures.
2360 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2361 (add_structvecs, add_singlevecs): New functions.
2362 (main): Call add_some_intvecs twice.
2363 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2364 the compile and exit upon failure. Try compiling for the "native"
2365 architecture. Test inferior function calls with vector arguments
2366 and vector return value handling with "finish" and "return".
2367
c74f7d1c
JT
23682015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2369
2370 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2371 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2372 PE file.
2373 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2374
98aa42ee
AT
23752015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2376
2377 PR breakpoints/16465
2378 * gdb.mi/mi-dprintf-pending.c: New file.
2379 * gdb.mi/mi-dprintf-pending.exp: New test.
2380 * gdb.mi/mi-dprintf-pendshr.c: New file.
2381
7d73c23c 23822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2383 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2384
2385 * gdb.arch/i386-mpx-map.c: New file.
2386 * gdb.arch/i386-mpx-map.exp: New File.
2387
23882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2389
2390 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2391 * gdb.arch/i386-mpx.exp: Indentation fixed.
2392
23932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2394
2395 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2396 function and improved indentation.
2397 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2398 gdb_test_multiple. Added additional tests to skip the test.
2399
24002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2401
2402 * gdb.arch/i386-avx512.c: Change path in include file.
2403 * gdb.arch/i386-avx512.exp: Change include dir path
2404 compilation flag.
2405 * gdb.arch/i386-mpx.c: Change path in include file.
2406 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2407 flag.
2408
d5eba19a
JK
24092015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 * gdb.compile/compile-print.exp (compile print *vararray@3)
2412 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2413
7f361056
JK
24142015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2415
2416 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2417 (do not keep jit in memory): ... this.
2418 (expect 5): Change it to ...
2419 (expect no 5): ... this.
2420
3b462ec2
SM
24212015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2422
2423 PR gdb/15564
2424 * gdb.mi/mi-detach.exp: New file.
2425
e0619de6
JK
24262015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2427
2428 PR symtab/18392
2429 * gdb.arch/amd64-tailcall-self.S: New file.
2430 * gdb.arch/amd64-tailcall-self.c: New file.
2431 * gdb.arch/amd64-tailcall-self.exp: New file.
2432
e970cb34
DB
24332015-05-28 Don Breazeal <donb@codesourcery.com>
2434
2435 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2436 tests for remote targets by checking is_target_gdbserver.
2437
b2e2f908
DE
24382015-05-27 Doug Evans <dje@google.com>
2439
2440 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2441 * gdb.dwarf2/opaque-type-lookup.c: New file.
2442 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2443
82c7be31
DE
24442015-05-26 Doug Evans <dje@google.com>
2445
2446 * gdb.cp/iostream.cc: New file.
2447 * gdb.cp/iostream.exp: New file.
2448
b4f54984
DE
24492015-05-26 Doug Evans <dje@google.com>
2450
2451 * gdb.dwarf2/dw2-op-call.exp: Update.
2452 * gdb.dwarf2/dw4-sig-types.exp: Update.
2453 * gdb.dwarf2/implptr.exp: Update.
2454 * gdb.mi/mi-cmd-param-changed.exp: Update.
2455
4ea6efe9
DE
24562015-05-26 Doug Evans <dje@google.com>
2457
2458 * gdb.python/py-lazy-string.c: New file.
2459 * gdb.python/py-lazy-string.exp: New file.
2460 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2461 (main): Update. Add estring3.
2462 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2463 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2464
f6bb7db3
YQ
24652015-05-26 Omair Javaid <omair.javaid@linaro.org>
2466 Yao Qi <yao.qi@linaro.org>
2467
2468 * gdb.reverse/aarch64.c: New.
2469 * gdb.reverse/aarch64.exp: New.
2470
a81bfbd0
OJ
24712015-05-26 Omair Javaid <omair.javaid@linaro.org>
2472
2473 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2474 (supports_reverse): Likewise.
2475
158bf1b4
PP
24762015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2477
2478 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2479 Use with_test_prefix.
2480
a0145030
AB
24812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2482
2483 * gdb.base/completion.exp: Add test for completion of layout
2484 names.
2485
ebe3b578
AB
24862015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * lib/gdb.exp (skip_tui_tests): New proc.
2489 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2490
84204ed7
PA
24912015-05-19 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2494 Save the whole env array instead of just HOME. Unset HISTSIZE in
2495 the environment while testing. Restore whole environment
2496 afterwards.
2497
37442ce1
DE
24982015-05-16 Doug Evans <xdje42@gmail.com>
2499
2500 * gdb.guile/scm-ports.c: New file.
2501 * gdb.guile/scm-ports.exp: Add memory port tests.
2502
36de76f9
JK
25032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.compile/compile-print.c: New file.
2506 * gdb.compile/compile-print.exp: New file.
2507
3a9558c4
JK
25082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 * gdb.compile/compile-ops.exp: Cast param to void.
2511 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2512 (compile code struct_object.selffield = &struct_object): Add xfail.
2513
aa715135
JG
25142015-05-15 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdb.ada/arr_enum_with_gap: New testcase.
2517
931e5bc3
JG
25182015-05-15 Joel Brobecker <brobecker@adacore.com>
2519
2520 * gdb.ada/byte_packed_arr: New testcase.
2521
9cd4d857
JB
25222015-05-15 Joel Brobecker <brobecker@adacore.com>
2523
2524 * gdb.ada/pckd_neg: New testcase.
2525
ebfd00d2
PP
25262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2527
2528 PR gdb/17820
2529 * gdb.base/gdbinit-history.exp: New test.
2530 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2531 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2532
4c082a81
SC
25332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2534
2535 * gdb.python/py-xmethods.cc: Enhance test case.
2536 * gdb.python/py-xmethods.exp: New tests.
2537 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2538 function.
2539 (B_indexoper): Likewise.
2540 (global_dm_list) : Add new xmethod worker functions.
2541
f7797074
SDJ
25422015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2543
2544 * gdb.base/coredump-filter.exp: Correctly unset
2545 "coredump_var_addr" array.
2546
a4674e4e
PA
25472015-05-08 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.server/non-existing-program.exp: Unset spawn_id.
2550
df2eb078
SC
25512015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2552
2553 PR python/18291
2554 * gdb.python/py-xmethods.exp: Add tests.
2555
422349a3
YQ
25562015-05-08 Yao Qi <yao.qi@linaro.org>
2557
2558 PR gdb/18208
2559 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2560 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2561 function set_coredump_filter, and remove remote_exec call.
2562 Remove argument ipid. Callers update.
2563 (top level): Don't get inferior's PID.
2564
63fc80ce
AA
25652015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2566
2567 * gdb.base/watch_thread_num.exp: Skip test on targets without
2568 access watchpoints.
2569
80ad801e
PA
25702015-05-06 Pedro Alves <palves@redhat.com>
2571
2572 PR server/18081
2573 * gdb.server/non-existing-program.exp: New file.
2574
0fa7fe50
JB
25752015-05-05 Joel Brobecker <brobecker@adacore.com>
2576
2577 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2578
3ea89b92
PMR
25792015-05-05 Joel Brobecker <brobecker@adacore.com>
2580
2581 * gdb.ada/out_of_line_in_inlined: New testcase.
2582
87b8eff0
JB
25832015-05-05 Joel Brobecker <brobecker@adacore.com>
2584
2585 * gdb.ada/var_rec_arr: New testcase.
2586
5fccc635
YQ
25872015-04-30 Yao Qi <yao.qi@linaro.org>
2588
2589 * gdb.base/break-idempotent.exp: If
2590 skip_hw_watchpoint_multi_tests returns true, skip the tests
2591 on "rwatch" and "awatch".
2592
42d38f42
YQ
25932015-04-30 Yao Qi <yao.qi@linaro.org>
2594
2595 * gdb.base/relativedebug.exp: Invoke gdb command
2596 "info sharedlibrary", and if libc.so doesn't have debug info,
2597 skip the test.
2598
2ce1cdbf
DE
25992015-04-29 Doug Evans <dje@google.com>
2600
2601 * gdb.python/py-xmethods.exp: Add ptype tests.
2602 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2603 get_result_type method.
2604
f24a38c5
LM
26052015-04-29 Luis Machado <lgustavo@codesourcery.com>
2606
2607 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2608 the target does not support hardware watchpoints.
2609
ecbf2b3c
LM
26102015-04-29 Luis Machado <lgustavo@codesourcery.com>
2611
2612 * gdb.base/break-always.exp: Abort testing if writing to memory
2613 causes an error.
2614
34f5f757
DE
26152015-04-28 Doug Evans <dje@google.com>
2616
2617 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2618 * gdb.python/py-pp-registration.exp: ... here. New file.
2619 * gdb.python/py-pp-registration.c: New file.
2620 * gdb.python/py-pp-registration.py: New file.
2621
69b4374a
DE
26222015-04-28 Doug Evans <dje@google.com>
2623
2624 * gdb.python/py-bad-printers.c: New file.
2625 * gdb.python/py-bad-printers.py: New file.
2626 * gdb.python/py-bad-printers.exp: New file.
2627
59fb7612
SS
26282015-04-28 Sasha Smundak <asmundak@google.com>
2629
2630 * gdb.python/py-type.exp: New test.
2631
2631b16a
AW
26322015-04-28 Andy Wingo <wingo@igalia.com>
2633
2634 * gdb.python/py-parameter.exp:
2635 * gdb.guile/scm-parameter.exp: Escape the path that we are
2636 matching against, as it might contain characters that are special
2637 to regular expressions.
2638
460efde1
JB
26392015-04-27 Joel Brobecker <brobecker@adacore.com>
2640
2641 * gdb.ada/rec_comp: New testcase.
2642
2d369d8e
SDJ
26432015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2644
2645 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2646 before using it.
2647
cf75d6c3
AB
26482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2651 new tests for verilog output.
2652
8dbe7ca5
YQ
26532015-04-24 Yao Qi <yao.qi@linaro.org>
2654
2655 * boards/remote-gdbserver-on-localhost.exp: New file.
2656
4ef9fb2f
PA
26572015-04-23 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2660 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2661 "end of file", remove $inferior_spawn_id from the indirect list.
2662
0a803169
PA
26632015-04-23 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2666
749ef8f8
PA
26672015-04-23 Pedro Alves <palves@redhat.com>
2668
2669 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2670 on $any_spawn_id instead of only on $gdb_spawn_id.
2671
8aae4344
PM
26722015-04-21 Pierre Muller <muller@sourceware.org>
2673
2674 PR pascal/17815
2675 * lib/pascal.exp (gpc_compile): Add new option "class".
2676 (fpc_compile): Likewise.
2677 * gdb.pascal/case-insensitive-symbols.pas: New file.
2678 * gdb.pascal/case-insensitive-symbols.exp: New file.
2679
1586c8fb
GB
26802015-04-20 Gary Benson <gbenson@redhat.com>
2681
2682 * gdb.base/attach.exp: Fix three extended remote failures.
2683
1b6e6f5c
GB
26842015-04-17 Gary Benson <gbenson@redhat.com>
2685
2686 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2687 the main executable over the remote protocol.
2688
e797481d
PA
26892015-04-16 Pedro Alves <palves@redhat.com>
2690
2691 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2692 a new gdbserver if gdbserver_reconnect_p is set.
2693
1ca99c42
PA
26942015-04-16 Pedro Alves <palves@redhat.com>
2695
2696 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2697 is set, don't exit gdbserver.
2698
af9fd6f8
AA
26992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2700
2701 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2702 appropriate .insn, such that an older assembler can be used.
2703 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2704 the z/Architecture instruction set on 31-bit targets as well.
2705
04ff1e61
AA
27062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2707
2708 * gdb.go/handcall.exp: Remove all logic related to the first
2709 breakpoint and rely on go_runto_main instead.
2710 * gdb.go/strings.exp: Likewise.
2711 * gdb.go/unsafe.exp: Likewise.
2712 * gdb.go/hello.exp: Likewise. Also rename the remaining
2713 breakpoint marker to "breakpoint 1".
2714 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2715 * gdb.go/strings.go: Likewise.
2716 * gdb.go/unsafe.go: Likewise.
2717 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2718 "set breakpoint 2 here" and rename the remaining breakpoint marker
2719 to "breakpoint 1".
2720
40d2f8d6
SM
27212015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2722
2723 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2724 if itertools.imap is not present.
2725 * gdb.python/py-objfile.exp: Add parentheses.
2726 * gdb.python/py-type.exp: Same.
2727 * gdb.python/py-unwind-maint.py: Same.
2728
8cbc97c6
YQ
27292015-04-15 Yao Qi <yao.qi@linaro.org>
2730
2731 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2732 of ":$ptr_size" and set its form explicitly.
2733
45fd756c
YQ
27342015-04-15 Pedro Alves <palves@redhat.com>
2735 Yao Qi <yao.qi@linaro.org>
2736
2737 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2738 timeout by factor of 4.
2739 (test_regular_watch): Likewise.
2740 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2741 * gdb.reverse/sigall-reverse.exp: Likewise.
2742 * gdb.reverse/until-precsave.exp: Likewise.
2743 * lib/gdb.exp (with_timeout_factor): New proc.
2744 (gdb_expect): Move some code to ...
2745 (get_largest_timeout): ... here. New procedure.
2746
9e811bc3
LM
27472015-04-14 Luis Machado <lgustavo@codesourcery.com>
2748
2749 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2750
0ff6fcb2
LM
27512015-04-13 Luis Machado <lgustavo@codesourcery.com>
2752
2753 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2754 to write to the .text section.
2755
7578d5f7
LM
27562015-04-13 Luis Machado <lgustavo@codesourcery.com>
2757
2758 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2759 Handle the case of targets that do not provide PID information.
2760
2efe15c4
YQ
27612015-04-13 Yao Qi <yao.qi@linaro.org>
2762
2763 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2764 and use expect instead of gdb_expect.
2765
8cd8f2f8
SDJ
27662015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2767
2768 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2769 "coredump_var_addr" to avoid naming conflict with other testcases.
2770
9ee41772
PA
27712015-04-10 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2774 gdb_test_sequence and gdb_assert.
2775
07473109
PA
27762015-04-10 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2779 test messages that don't include the breakpoint address.
2780
de3db44c
YQ
27812015-04-10 Yao Qi <yao.qi@linaro.org>
2782
2783 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2784 false for some offset and width combinations which aren't
2785 supported by linux kernel.
2786
c79d856c
PA
27872015-04-10 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2790 procedure, factored out from ...
2791 (top level): ... here. Add "set displaced-stepping" testing axis.
2792 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2793 parameter "displaced". Use it.
2794 (top level): Use foreach and add "set displaced-stepping" testing
2795 axis.
2796
ebc90b50
PA
27972015-04-10 Pedro Alves <palves@redhat.com>
2798
2799 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2800 Remove comment.
2801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2802 both the address of the instruction that triggers the watchpoint
2803 and the address of the instruction immediately after, and use
2804 those addresses for the test. Fix comment.
2805
8f572e5c
PA
28062015-04-10 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/sigstep.exp (breakpoint_to_handler)
2809 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2810 Test "backtrace" in handler.
2811 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2812 (top level): Add new "displaced" test axis to
2813 breakpoint_to_handler, breakpoint_to_handler_entry and
2814 breakpoint_over_handler.
2815
8d707a12
PA
28162015-04-10 Pedro Alves <palves@redhat.com>
2817
2818 PR gdb/18216
2819 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2820
ef713951
YQ
28212015-04-10 Yao Qi <yao.qi@linaro.org>
2822
2823 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2824 (test_add_rn_pc): New function.
2825 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2826 (top level): Invoke test_add_rn_pc.
2827
906d60cf
PA
28282015-04-10 Pedro Alves <palves@redhat.com>
2829
2830 PR gdb/13858
2831 * gdb.base/step-over-no-symbols.exp: New file.
2832
f2983cc3
AW
28332015-04-09 Andy Wingo <wingo@igalia.com>
2834
2835 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2836 after the Python tests.
2837
6d62641c
SDJ
28382015-04-08 Keith Seitz <keiths@redhat.com>
2839
2840 PR python/16699
2841 * gdb.python/py-completion.exp: New tests for completion.
2842 * gdb.python/py-completion.py (CompleteLimit1): New class.
2843 (CompleteLimit2): Likewise.
2844 (CompleteLimit3): Likewise.
2845 (CompleteLimit4): Likewise.
2846 (CompleteLimit5): Likewise.
2847 (CompleteLimit6): Likewise.
2848 (CompleteLimit7): Likewise.
2849
f3770638
PA
28502015-04-08 Pedro Alves <palves@redhat.com>
2851
2852 PR gdb/18214
2853 PR gdb/18216
2854 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2855 function.
2856 (main): Install it as SIGUSR1 handler.
2857 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2858 parameter. Always use "setup" as prefix. Toggle "set
2859 displaced-stepping" off/on depending on global. Don't switch to
2860 thread 1 here.
2861 (top level): Add displaced stepping "off/on" test axis. Update
2862 "setup" calls. Wrap each subtest with with_test_prefix. Test
2863 continuing with a queued signal in each thread.
2864
4496bed7
PA
28652015-04-08 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2868 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2869 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2870 Return early if running to main fails.
2871 * gdb.trace/while-stepping.exp: Likewise.
2872
b97fde92
PA
28732015-04-07 Pedro Alves <palves@redhat.com>
2874
2875 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2876 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2877 interact with inferior program.
2878
f71c18e7
PA
28792015-04-07 Pedro Alves <palves@redhat.com>
2880
2881 * lib/gdb.exp (inferior_spawn_id): New global.
2882 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2883 spawn id after processing the user code.
2884 (default_gdb_start): Set inferior_spawn_id.
2885 (send_inferior): New procedure.
2886 * lib/gdbserver-support.exp (gdbserver_start): Set
2887 inferior_spawn_id.
2888 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2889
6423214f
PA
28902015-04-07 Pedro Alves <palves@redhat.com>
2891
2892 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2893 * lib/gdbserver-support.exp (gdbserver_start): Make
2894 $server_spawn_id global.
2895 (gdbserver_start): Don't wait for gdbserver's spawn id with
2896 expect_background.
2897 (close_gdbserver): New procedure.
2898 (gdb_exit): Rename the default version and reimplement.
2899
71c0ee8c
PA
29002015-04-07 Pedro Alves <palves@redhat.com>
2901
72f4393d 2902 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
2903 append the substituted item, not the original item.
2904
203bc29b
PA
29052015-04-07 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2908 gdb_expect.
2909
508a3ddf
PA
29102015-04-07 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2913 output appearing once only.
2914
9f6dbe2b
PA
29152015-04-07 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2918 that doesn't expect anything. Return early if running to main
2919 fails.
2920
337532fa
YQ
29212015-04-07 Yao Qi <yao.qi@linaro.org>
2922
2923 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2924 (child_function): Call alarm.
2925 (main): Move call to alarm into the loop.
2926 * gdb.threads/non-stop-fair-events.exp: Build program with
2927 -DTIMEOUT=$timeout.
2928
01b622d4
DE
29292015-04-06 Doug Evans <xdje42@gmail.com>
2930
2931 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2932 Fix dest parameter to board_info.
2933 (fpc_compile): Ditto.
2934 (gdb_compile_pascal): Rename dest arg to destfile.
2935
961f4160
PMR
29362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2937
2938 * gdb.ada/funcall_ref.exp: New file.
2939 * gdb.ada/funcall_ref/foo.adb: New file.
2940
cafda597
YQ
29412015-04-02 Yao Qi <yao.qi@linaro.org>
2942
2943 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2944 is remote.
2945
fed040c6
GB
29462015-04-02 Gary Benson <gbenson@redhat.com>
2947
2948 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2949
d11916aa
SS
29502015-04-01 Sasha Smundak <asmundak@google.com>
2951
2952 * gdb.python/py-unwind-maint.c: New file.
2953 * gdb.python/py-unwind-maint.exp: New test.
2954 * gdb.python/py-unwind-maint.py: New file.
2955 * gdb.python/py-unwind.c: New file.
2956 * gdb.python/py-unwind.exp: New test.
2957 * gdb.python/py-unwind.py: New test.
2958
a1471180
PA
29592015-04-01 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2962 to fail instead of non-existent $test.
2963
0bbeccb1
PA
29642015-04-01 Pedro Alves <palves@redhat.com>
2965
2966 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2967 GDBFLAGS if not empty.
2968
3c724c8c
PMR
29692015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2970
2971 * gdb.ada/complete.exp: Remove "multi_line".
2972 * gdb.ada/info_exc.exp: Remove "multi_line".
2973 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2974 * gdb.ada/ptype_field.exp: Remove "multi_line".
2975 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2976 * gdb.ada/tagged.exp: Remove "multi_line".
2977 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2978 [multi_line ...]
2979 * gdb.btrace/delta.exp: Likewise.
2980 * gdb.btrace/exception.exp: Likewise.
2981 * gdb.btrace/function_call_history.exp: Likewise.
2982 * gdb.btrace/instruction_history.exp: Likewise.
2983 * gdb.btrace/nohist.exp: Likewise.
2984 * gdb.btrace/record_goto.exp: Likewise.
2985 * gdb.btrace/segv.exp: Likewise.
2986 * gdb.btrace/stepi.exp: Likewise.
2987 * gdb.btrace/tailcall.exp: Likewise.
2988 * gdb.btrace/unknown_functions.exp: Likewise.
2989 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2990 * lib/gdb.exp: Add the "multi_line" helper.
2991
4eec2deb
PA
29922015-04-01 Pedro Alves <palves@redhat.com>
2993
2994 * gdb.threads/tid-reuse.c: New file.
2995 * gdb.threads/tid-reuse.exp: New file.
2996
df8411da
SDJ
29972015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2998
2999 PR corefiles/16092
3000 * gdb.base/coredump-filter.c: New file.
3001 * gdb.base/coredump-filter.exp: Likewise.
3002
6ef37366
PM
30032015-03-27 Petr Machata <pmachata@redhat.com>
3004
3005 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3006 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3007 (Dwarf::assemble): Initialize them.
3008 (Dwarf::lines): New function.
3009
7ec911b0
JT
30102015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3011
3012 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3013 SYMBOL_PREFIX for x86_64-*-cygwin.
3014
ff908ebf
AW
30152015-03-26 Andy Wingo <wingo@igalia.com>
3016
3017 PR symtab/18148
3018 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3019 const_value but not a location.
3020 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3021 location defined in non-main CUs are visible.
3022
6d5f0679
YQ
30232015-03-26 Yao Qi <yao.qi@linaro.org>
3024
3025 PR testsuite/18139
3026 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3027 Add a line number entry for the same line.
3028 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3029 Add a line number entry for the same line.
3030
2898689b
YQ
30312015-03-26 Yao Qi <yao.qi@linaro.org>
3032
3033 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3034 .int 0.
3035 (func): Likewise. Add .Lfunc_1 label.
3036 Use .Lfunc_1 label.
3037 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3038 .int 0.
3039 (func): Likewise.
3040 Use .Lfunc_1 label.
3041
85180498
YQ
30422015-03-26 Yao Qi <yao.qi@linaro.org>
3043
3044 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3045 Call gdb_compile instead to compile each .s files without debug
3046 information.
3047
8aa08a8d
YQ
30482015-03-26 Yao Qi <yao.qi@linaro.org>
3049
3050 * gdb.base/savedregs.exp (process_saved_regs): Make
3051 "Saved registers:" optional in the pattern.
3052
66849923
MM
30532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3054
3055 * gdb.btrace/next.exp: Merged into step.exp.
3056 * gdb.btrace/finish.exp: Merged into step.exp.
3057 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3058 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3059 "record goto" and checking the exact replay position.
3060 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3061 check for "Recording format" in "info record" output.
3062 * gdb.btrace/record_goto.exp: Choose test file based on target.
3063 * gdb.btrace/x86-record_goto.S: Renamed into ...
3064 * gdb.btrace/x86_64-record_goto.S: ... this.
3065 * gdb.btrace/i686-record_goto.S: New.
3066 * gdb.btrace/x86-tailcall.S: Renamed into ...
3067 * gdb.btrace/x86_64-tailcall.S: ... this.
3068 * gdb.btrace/i686-tailcall.S: New.
3069 * gdb.btrace/x86-tailcall.c: Renamed into ...
3070 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3071 separate statements. Update test.
3072 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3073 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3074 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3075 * gdb.btrace/tailcall.exp: Choose test file based on target.
3076 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3077
11cc1b74
MM
30782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3079
3080 * gdb.btrace/exception.exp: Increase BTS buffer size.
3081
a25d8bf9
PA
30822015-03-24 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3085
856e7dd6
PA
30862015-03-24 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.threads/schedlock.exp (test_step): No longer expect that
3089 "set scheduler-locking step" with "next" over a function call runs
3090 threads unlocked.
3091
ad235a41
AT
30922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3093
3094 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3095
15630549
AT
30962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3097
3098 PR breakpoints/16466
3099 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3100 * gdb.mi/mi-pending.c (thread_func): New function.
3101 (int main): Add threading support required.
3102 * gdb.mi/mi-pending.exp: Add tests for this issue.
3103 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3104 (pendfunc2): Remove stdio dependency.
3105 * gdb.mi/mi-pendshr2.c: New file.
3106
693dca06
KS
31072015-03-23 Keith Seitz <keiths@redhat.com>
3108
3109 * gdb.linespec/keywords.c: New file.
3110 * gdb.linespec/keywords.exp: New file.
3111
7e993ebf
KS
31122015-03-23 Keith Seitz <keiths@redhat.com>
3113
3114 PR gdb/18021
3115 * gdb.dwarf2/staticvirtual.exp: New test.
3116
bc23328c
JK
31172015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3120 * README: Remove HP-UX and gdb.hp.
3121 (configuration):
3122 * configure: Regenerate.
3123 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3124 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3125 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3126 gdb.hp/gdb.defects/Makefile.
3127 * gdb.hp/Makefile.in: File deleted.
3128 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3129 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3130 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3131 * gdb.hp/gdb.aCC/run.c: File deleted.
3132 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3133 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3134 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3135 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3136 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3137 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3138 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3139 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3140 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3141 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3142 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3143 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3144 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3145 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3146 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3147 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3148 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3149 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3150 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3151 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3152 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3153 * gdb.hp/gdb.compat/average.c: File deleted.
3154 * gdb.hp/gdb.compat/sum.c: File deleted.
3155 * gdb.hp/gdb.compat/xdb.c: File deleted.
3156 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3157 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3158 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3159 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3160 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3161 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3162 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3163 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3164 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3165 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3166 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3167 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3168 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3169 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3170 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3171 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3172 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3173 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3174 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3175 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3176 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3177 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3178 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3179 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3180 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3181 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3182 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3183 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3184 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3185 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3186 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3187 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3188 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3189 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3190 * gdb.hp/tools/odump: File deleted.
3191
8bf3b159
PA
31922015-03-19 Pedro Alves <palves@redhat.com>
3193
3194 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3195 (saw_thread_3): New globals.
3196 (top level): Increment them when an event for the corresponding
3197 thread is seen.
3198 (no thread starvation): New test.
3199
eb54c8bf
PA
32002015-03-19 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.threads/continue-pending-status.c: New file.
3203 * gdb.threads/continue-pending-status.exp: New file.
3204
32d2e5d6
PA
32052015-03-18 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3208 Use gdb_is_target_remote instead of is_remote. Use
3209 gdb_test_multiple instead of gdb_expect. Exit early if
3210 gdb_test_multiple hits its internal matches. Tighten stepi tests
3211 expected output. Fail on exit with any signal, instead of just
3212 SIGILL.
3213
f68f11b7
YQ
32142015-03-18 Yao Qi <yao.qi@linaro.org>
3215
3216 PR tdep/18107
3217 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3218 variable.
3219 * gdb.base/catch-syscall.exp: Don't skip it on
3220 aarch64*-*-linux* target. Remove elements in all_syscalls.
3221 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3222 target.
3223 (setup_all_syscalls): New proc.
3224
ca5fd19b
YQ
32252015-03-16 Yao Qi <yao.qi@linaro.org>
3226
3227 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3228 (top level): Skip tests if valid_addr_p returns false for
3229 $cmd1 or $cmd2.
3230
85642ba0
AW
32312015-03-11 Andy Wingo <wingo@igalia.com>
3232
3233 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3234
e03f9645
YQ
32352015-03-11 Yao Qi <yao.qi@linaro.org>
3236
3237 * gdb.base/catch-syscall.exp: Fix typo in comments.
3238
5d0962b2
YQ
32392015-03-11 Yao Qi <yao.qi@linaro.org>
3240
3241 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3242
b2df3cef
PA
32432015-03-09 Pedro Alves <palves@redhat.com>
3244
3245 * dg-extract-results.py: Delete.
3246
ef878e53
PA
32472015-03-09 Pedro Alves <palves@redhat.com>
3248
3249 Merge dg-extract-results.sh from GCC upstream (r218843).
3250
3251 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3252 * dg-extract-results.sh: Use --text with grep to avoid issues with
3253 binary files. Fall back to cat -v, if that doesn't work.
3254
9494d219
PA
32552015-03-05 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3258
a8d9763a
SM
32592015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3260
3261 * lib/mi-support.exp (mi_expect_interrupt): Accept
3262 alternative event for when in all-stop mode.
3263
be9957b8
PA
32642015-03-04 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3267
d57be0f4 32682015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3269
3270 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3271
c214c7cf
AA
32722015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3273
3274 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3275 regexps for GDB's current line display, accept a hex address
3276 preceding the line number.
3277
6d74a497
AA
32782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3281 the 'arch1' variable for "s390*-linux*" targets.
3282
511aee7c
PA
32832015-03-04 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3286 (main): Pass missing retval argument to pthread_join call.
3287
95e50b27
PA
32882015-03-02 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3291 (top level): Call do_test with non-stop as well.
3292
28054d69
PA
32932015-03-02 Pedro Alves <palves@redhat.com>
3294
3295 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3296 -1.
3297
4fa5d7b4
AA
32982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3299
3300 * gdb.arch/s390-vregs.exp: New test.
3301 * gdb.arch/s390-vregs.S: New file.
3302
97c18565
PA
33032015-02-27 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3306 call to catch_command_errors.
3307 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3308 catch_command_errors.
3309
a37bfa30
PA
33102015-02-27 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3313 "true" for boolean result.
3314 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3315 prototype of main.
3316
6f98576f
PA
33172015-02-27 Pedro Alves <palves@redhat.com>
3318
3319 * lib/unbuffer_output.c: New file.
3320 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3321 (main): Call gdb_unbuffer_output.
3322
eba5ab56
YQ
33232015-02-27 Yao Qi <yao.qi@linaro.org>
3324
3325 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3326 target.
3327
0def5aaa
DE
33282015-02-26 Doug Evans <dje@google.com>
3329
3330 * gdb.cp/class2.cc (Dbase, D): New classes.
3331 (main): New local delta.
3332 * gdb.cp/class2.exp: Test printing delta.
3333 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3334 (dynbar): New global.
3335 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3336
081a1c2c
JK
33372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3338
3339 * gdb.compile/compile-ifunc.c: New file.
3340 * gdb.compile/compile-ifunc.exp: New file.
3341
2f41223f
AT
33422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3343
3344 * gdb.base/structs.exp: Check for correct struct on finish.
3345
03eddd80
YQ
33462015-02-26 Yao Qi <yao.qi@linaro.org>
3347
3348 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3349 is zero.
3350
80c57053
JK
33512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.arch/cordic.ko.bz2: New file.
3354 * gdb.arch/cordic.ko.debug.bz2: New file.
3355 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3356
21613c12
YQ
33572015-02-25 Yao Qi <yao.qi@linaro.org>
3358
3359 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3360 aarch64*-*-* target.
3361
d8b901ed
PA
33622015-02-23 Pedro Alves <palves@redhat.com>
3363
3364 * lib/gdb.exp (delete_breakpoints): Rewrite using
3365 gdb_test_multiple.
3366
e5b85ead
PA
33672015-02-23 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/info-os.c: Include stdlib.h.
3370
85c3a371
DE
33712015-02-22 Doug Evans <xdje42@gmail.com>
3372
3373 PR symtab/17855
3374 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3375 is read after symbols have been re-read.
3376 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3377 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3378
96553a0c
DE
33792015-02-21 Doug Evans <dje@google.com>
3380
3381 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3382
97a0c697
JK
33832015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 PR corefiles/17808
3386 * gdb.arch/i386-biarch-core.core.bz2: New file.
3387 * gdb.arch/i386-biarch-core.exp: New file.
3388
a47cd6e9
PA
33892015-02-21 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3392 runto_main fails.
3393
c5facdc4
PA
33942015-02-20 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3397 info probes.
3398
2db9a427
PA
33992015-02-20 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3402
60fb7e9e
PA
34032015-02-20 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3406 clean_restart before gdb_target_supports_trace.
3407
5c5019c2
PA
34082015-02-20 Pedro Alves <palves@redhat.com>
3409
3410 PR threads/18006
3411 * gdb.threads/clone-thread_db.c: New file.
3412 * gdb.threads/clone-thread_db.exp: New file.
3413
c9587f88
AT
34142015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3415
3416 PR breakpoints/16812
3417 * gdb.base/catch-gdb-caused-signals.c: New file.
3418 * gdb.base/catch-gdb-caused-signals.exp: New file.
3419
f6a88844
JM
34202015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3421
3422 * configure: Regenerated.
3423 * configure.ac: Use GDB_AC_TRANSFORM.
3424 * aclocal.m4: sinclude ../transform.m4.
3425
497c491b
JM
34262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3427
3428 * lib/dtrace.exp: New file.
3429 * gdb.base/dtrace-probe.exp: Likewise.
3430 * gdb.base/dtrace-probe.d: Likewise.
3431 * gdb.base/dtrace-probe.c: Likewise.
3432 * lib/pdtrace.in: Likewise.
3433 * configure.ac: Output variables with the transformed names of
3434 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3435 * configure: Regenerated.
3436
03e98035
JM
34372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3438
3439 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3440 expected message when trying to access $_probe_* convenience
3441 variables while not on a probe.
3442
63cc30e9
JK
34432015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3446
0703599a
PA
34472015-02-11 Pedro Alves <pedro@codesourcery.com>
3448
3449 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3450 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3451
7e60a48e
DE
34522015-02-10 Doug Evans <xdje42@gmail.com>
3453
3454 * lib/gdb.exp (gdb_load): Always return a result.
3455
01b088bc
PA
34562015-02-10 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.threads/signal-sigtrap.c: New file.
3459 * gdb.threads/signal-sigtrap.exp: New file.
3460
b05ec7a5
AT
34612015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3462
3463 * gdb.trace/no-attach-trace.c: New file.
3464 * gdb.trace/no-attach-trace.exp: New file.
3465
a2c2acaf
MW
34662015-02-09 Mark Wielaard <mjw@redhat.com>
3467
3468 * gdb.dwarf2/atomic.c: New file.
3469 * gdb.dwarf2/atomic-type.exp: Likewise.
3470
31fd9caa
MM
34712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3472
3473 * gdb.btrace/buffer-size.exp: Update "info record" output.
3474 * gdb.btrace/delta.exp: Update "info record" output.
3475 * gdb.btrace/enable.exp: Update "info record" output.
3476 * gdb.btrace/finish.exp: Update "info record" output.
3477 * gdb.btrace/instruction_history.exp: Update "info record" output.
3478 * gdb.btrace/next.exp: Update "info record" output.
3479 * gdb.btrace/nexti.exp: Update "info record" output.
3480 * gdb.btrace/step.exp: Update "info record" output.
3481 * gdb.btrace/stepi.exp: Update "info record" output.
3482 * gdb.btrace/nohist.exp: Update "info record" output.
3483
d33501a5
MM
34842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3485
3486 * gdb.btrace/buffer-size: New.
3487
f4abbc16
MM
34882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3489
3490 * gdb.btrace/delta.exp: Update "info record" output.
3491 * gdb.btrace/enable.exp: Update "info record" output.
3492 * gdb.btrace/finish.exp: Update "info record" output.
3493 * gdb.btrace/instruction_history.exp: Update "info record" output.
3494 * gdb.btrace/next.exp: Update "info record" output.
3495 * gdb.btrace/nexti.exp: Update "info record" output.
3496 * gdb.btrace/step.exp: Update "info record" output.
3497 * gdb.btrace/stepi.exp: Update "info record" output.
3498 * gdb.btrace/nohist.exp: Update "info record" output.
3499
b9d61307
SM
35002015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3501
3502 PR gdb/15678
3503 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3504
e584fdbc
PA
35052015-02-06 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3508 macro.
3509 (seconds_left, again): New globals.
3510 (main): Wait seconds_left in a 1-second sleep loop instead of
3511 sleeping 180 seconds. If 'again' is set, reset the seconds
3512 counter.
3513 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3514 'again' in the inferior before detaching. Print the seconds left.
3515 (options): New global.
3516 (top level): Build program with -DTIMEOUT=$timeout.
3517
77f41761
PA
35182015-02-06 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3521 determine how many seconds to pass to 'alarm'.
3522 * gdb.base/gdb-sigterm.exp (top level): Build program with
3523 -DTIMEOUT=$timeout.
3524 (do_test): Return success/failure indication. Add more verbose
3525 logging. Don't fail if 200 single steps are seen. Instead, fail
3526 when the test times out.
3527 (passes): New global.
3528 (top level): Break the testing loop if testing fails on any
3529 iteration. Use gdb_assert.
3530
b9394193
DB
35312015-02-04 Don Breazeal <donb@codesourcery.com>
3532
3533 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3534 and initialize them.
3535 (ipc_cleanup): New function.
3536 (main): Don't declare shmid, semid, and msqid. Add a call to
3537 atexit so that we call ipc_cleanup on exit.
3538
42d9e528
PA
35392015-02-04 Pedro Alves <palves@redhat.com>
3540
3541 * boards/native-extended-gdbserver.exp: Remove any target variant
3542 specifications from the board name before clearing the isremote
3543 flag from board_info.
3544
ae6ae975
DE
35452015-01-31 Doug Evans <xdje42@gmail.com>
3546
3547 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3548
cfb069a8
GB
35492015-01-31 Gary Benson <gbenson@redhat.com>
3550
3551 * gdb.base/completion.exp: Disable completion limiting for
3552 existing tests. Add new tests to check completion limiting.
3553 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3554
5dd31d79
DE
35552015-01-31 Doug Evans <xdje42@gmail.com>
3556
3557 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3558
9f050062
DE
35592015-01-31 Doug Evans <xdje42@gmail.com>
3560
3561 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3562 entries. Duplicate file section script entries.
3563 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3564 inlined entries. Add test for safe-path rejection.
3565 * gdb.python/py-section-script.c: Add duplicate inlined section script
3566 entries. Duplicate file section script entries.
3567 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3568 inlined entries. Add test for safe-path rejection.
3569
df25ebbd
JB
35702015-01-29 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdb.ada/disc_arr_bound: New testcase.
3573
4a0ca9ec
JB
35742015-01-29 Joel Brobecker <brobecker@adacore.com>
3575
3576 * gdb.ada/mi_var_array: New testcase.
3577
3a8b707a
DE
35782015-01-27 Doug Evans <dje@google.com>
3579
3580 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3581 Add test for objfile.filename, objfile.username after objfile
3582 has been unloaded.
3583
f8313f6e
JB
35842015-01-26 Joel Brobecker <brobecker@adacore.com>
3585
3586 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3587 the second test to print the name attribute of value
3588 returned by the call to gdb.lookup_type, and adjust
3589 the expected output accordingly.
3590
37bc665e
MW
35912015-01-25 Mark Wielaard <mjw@redhat.com>
3592
3593 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3594 * gdb.base/disp-step-fork.c: Include unistd.h.
3595 * gdb.base/siginfo-obj.c: Include stdio.h.
3596 * gdb.base/siginfo-thread.c: Likewise.
3597 * gdb.mi/non-stop.c: Include unistd.h.
3598 * gdb.mi/nsthrexec.c: Include stdio.h.
3599 * gdb.mi/pthreads.c: Include unistd.h.
3600 * gdb.modula2/unbounded1.c (main): Declare returns int.
3601 * gdb.reverse/consecutive-reverse.c: Likewise.
3602 * gdb.threads/create-fail.c: Include unistd.h.
3603 * gdb.threads/killed.c: Likewise.
3604 * gdb.threads/linux-dp.c: Likewise.
3605 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3606 * gdb.threads/non-ldr-exc-2.c: Likewise.
3607 * gdb.threads/non-ldr-exc-3.c: Likewise.
3608 * gdb.threads/non-ldr-exc-4.c: Likewise.
3609 * gdb.threads/pthreads.c: Include unistd.h.
3610 (main): Declare returns int.
3611 * gdb.threads/tls-main.c (foo): New declaration.
3612 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3613
f7e5394d
SM
36142015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3615
3616 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3617 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3618
743649fd
MW
36192015-01-15 Mark Wielaard <mjw@redhat.com>
3620
3621 * gdb.base/noreturn-return.c: New file.
3622 * gdb.base/noreturn-return.exp: New file.
3623 * gdb.base/noreturn-finish.c: New file.
3624 * gdb.base/noreturn-finish.exp: New file.
3625
198297aa
PA
36262015-01-23 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.threads/continue-pending-after-query.c: New file.
3629 * gdb.threads/continue-pending-after-query.exp: New file.
3630
717cf30c
AG
36312015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3632 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3635 * gdb.base/valgrind-db-attach.exp: Same.
3636 * gdb.base/valgrind-infcall.exp: Same.
3637 * lib/mi-support.exp (default_mi_gdb_start): Same.
3638 * lib/prompt.exp (default_prompt_gdb_start): Same.
3639 * lib/gdb.exp (default_gdb_spawn): Same.
3640 (gdb_interact): New.
3641
3642
4b62a76e
JK
36432015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3644
3645 * gdb.compile/compile.exp (pointer to jit function): New test.
3646
b4cdae6f
WW
36472015-01-17 Wei-cheng Wang <cole945@gmail.com>
3648
3649 * lib/gdb.exp (supports_process_record): Return true for
3650 powerpc*-*-linux*.
3651 (supports_reverse): Likewise.
3652
d221e7ef
DB
36532015-01-15 Don Breazeal <donb@codesourcery.com>
3654
3655 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3656 instead of checking whether the target board is remote and
3657 use spawn_wait_for_attach instead of exec/sleep.
3658 * gdb.base/attach-twice.exp: Likewise.
3659
bafffb51
JB
36602015-01-15 Joel Brobecker <brobecker@adacore.com>
3661
3662 * gdb.ada/var_arr_attrs: New testcase.
3663
5589af0e
PA
36642015-01-14 Pedro Alves <palves@redhat.com>
3665 Joel Brobecker <brobecker@adacore.com>
3666
3667 PR gdb/17525
3668 * gdb.base/bp-cmds-execution-x-script.c: New file.
3669 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3670 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3671
6c400b59
PA
36722015-01-14 Pedro Alves <palves@redhat.com>
3673
3674 PR cli/17828
3675 * gdb.base/batch-preserve-term-settings.c: New file.
3676 * gdb.base/batch-preserve-term-settings.exp: New file.
3677
e02c96a7
DE
36782015-01-13 Doug Evans <dje@google.com>
3679
3680 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3681 binary.
3682
576fd14c
JB
36832015-01-13 Joel Brobecker <brobecker@adacore.com>
3684
3685 * Makefile.in (clean mostlyclean): Do not delete *.py.
3686
04dccad0
JB
36872015-01-13 Joel Brobecker <brobecker@adacore.com>
3688
3689 * gdb.python/py-lookup-type.exp: New file.
3690
3d230f71
PA
36912015-01-12 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3694 restore GDBFLAGS before returning.
3695
7e67715d
JK
36962015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3699 is_amd64_regs_target and is_x86_like_target.
3700
f2e0d4b4
DE
37012015-01-11 Doug Evans <xdje42@gmail.com>
3702
3703 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3704 is given without an explicit form.
3705 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3706 attributes.
3707 * gdb.dwarf/corrupt.exp: Ditto.
3708 * gdb.dwarf2/enum-type.exp: Ditto.
3709 * gdb.trace/entry-values.exp: Ditto.
3710 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3711
439250fb
DE
37122015-01-11 Doug Evans <xdje42@gmail.com>
3713
3714 PR gdb/15830
3715 * gdb.base/maint.exp: Remove references to "maint demangle".
3716 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3717 Add tests for explicitly specifying language to demangle.
3718 * gdb.dlang/demangle.exp: Ditto.
3719
ede9f622
PA
37202015-01-09 Pedro Alves <palves@redhat.com>
3721
3722 * gdb.threads/non-stop-fair-events.c: New file.
3723 * gdb.threads/non-stop-fair-events.exp: New file.
3724
a7b796db
PA
37252015-01-09 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3728 the global scope. Set a breakpoint after all threads are started
3729 rather than stepping over two source lines. Expect the prompt.
3730 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3731 global.
3732 (NUM): Now 15.
3733 (main): Use threads_started_barrier to wait for all threads to
3734 start. Main thread no longer calls thread_function. Exit after
3735 180 seconds.
3736 (loop): New function.
3737 (thread_function): Wait on threads_started_barrier barrier. Call
3738 'loop' at each iteration.
3739 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3740 threads have started, instead of hardcoding number of "next"
3741 steps. Use an access watchpoint instead of a write watchpoint.
3742
9665ffdd
PA
37432015-01-09 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3746 (thread_func): Wait on barrier.
3747 (main): Wait for all threads to start before stopping GDB.
3748 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3749 global.
3750 (thread1_func, thread2_func): Wait on barrier.
3751 (main): Wait for all threads to start before stopping GDB.
3752 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3753 New global.
3754 (thread1_func, thread2_func): Wait on barrier.
3755 (main): Wait for all threads to start before stopping GDB.
3756
c945a99f
PA
37572015-01-09 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.threads/attach-many-short-lived-threads.c: New file.
3760 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3761
c1a747c1
PA
37622014-01-09 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3765 instead of to thread 2.
3766 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3767 Add barrier around each pthread_create call instead of around all
3768 calls.
3769 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3770 Set a break on thread_function and have the child threads hit it
3771 one at at a time.
3772
60b3033e
PA
37732015-01-09 Pedro Alves <palves@redhat.com>
3774
3775 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3776 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3777 false.
3778 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3779 checking whether the target board is remote.
3780 * gdb.multi/multi-attach.exp: Likewise.
3781 * gdb.python/py-sync-interp.exp: Likewise.
3782 * gdb.server/ext-attach.exp: Likewise.
3783 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3784 tests that need to attach, instead of checking whether the target
3785 board is remote at the top of the file.
3786
acc018ac
YQ
37872015-01-08 Yao Qi <yao@codesourcery.com>
3788
3789 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3790
50a18af8
JK
37912015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 Fix testcase compilation.
3794 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3795
8503d6e1
JB
37962015-01-06 Joel Brobecker <brobecker@adacore.com>
3797
3798 * gdb.python/py-type.exp: Add a couple test about empty
3799 array creation, and negative-length array creation.
3800
cc73dbcc
DE
38012015-01-02 Doug Evans <xdje42@gmail.com>
3802
3803 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3804
0300bbc7
DE
38052015-01-02 Doug Evans <dje@google.com>
3806
3807 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3808
9d85a0ec
YQ
38092014-12-29 Yao Qi <yao@codesourcery.com>
3810
3811 * gdb.trace/entry-values.exp: Update comments. Rename variable
3812 bar_call_foo to returned_from_foo.
3813
87186c6a
MMN
38142014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3815
3816 PR gdb/17394
3817 * gdb.linespec/break-asm-file.c: New file.
3818 * gdb.linespec/break-asm-file.exp: New file.
3819 * gdb.linespec/break-asm-file0.s: New file.
3820 * gdb.linespec/break-asm-file1.s: New file.
3821
1bab7383
YQ
38222014-12-18 Nigel Stephens <nigel@mips.com>
3823 Maciej W. Rozycki <macro@codesourcery.com>
3824
3825 * gdb.base/float.exp: Handle the new output from "info float" on
3826 MIPS targets.
3827
1bc1068a
JK
38282014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3829
3830 Fix MinGW compilation.
3831 * gdb.compile/compile-ops.exp: Update untested message if
3832 !skip_compile_feature_tests.
3833 * gdb.compile/compile-setjmp.exp: Likewise.
3834 * gdb.compile/compile-tls.exp: Likewise.
3835 * gdb.compile/compile.exp: Likewise.
3836 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3837 supported on this host".
3838
b6615d10
DE
38392014-12-16 Doug Evans <xdje42@gmail.com>
3840
3841 * boards/stabs.exp: New file.
3842
25dda427
AA
38432014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3844
3845 * gdb.base/completion.exp: Adjust to format changes of "maint
3846 print user-registers".
3847
bf330350
CU
38482014-12-16 Catalin Udma <catalin.udma@freescale.com>
3849
3850 PR server/17457
3851 * gdb.arch/aarch64-fp.c: New file.
3852 * gdb.arch/aarch64-fp.exp: New file.
3853
395cf596
SDJ
38542014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3855
3856 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3857 r210637, r210913, r211666, r215400, r215817).
3858
3859 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3860 * dg-extract-results.py: New file.
3861 * dg-extract-results.sh: Use it if the environment seems
3862 suitable.
3863
3864 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3865
3866 * dg-extract-results.py (parse_run): Handle warnings that
3867 are printed before a test harness is run.
3868
3869 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3870
3871 * dg-extract-results.py (Named): Remove __cmp__ method.
3872 (output_variation): Use a key to sort variation.harnesses.
3873
3874 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3875
3876 * dg-extract-results.py: For Python 3, force sys.stdout to
3877 handle surrogate escape sequences.
3878 (safe_open): New function.
3879 (output_segment, main): Use it.
3880
3881 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3882
3883 * dg-extract-results.py (Prog.result_re): Include options
3884 in test name.
3885
3886 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3887
3888 * dg-extract-results.py (output_variation): Always sort if
3889 do_sum.
3890
e882ef3c
SM
38912014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3892
3893 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3894 as long as we get pagination notifications.
3895
4992aa20
JM
38962014-12-15 Jason Merrill <jason@redhat.com>
3897
3898 * Makefile.in (check-gdb.%): Restore.
3899 * README: Mention it.
3900
c1b5a1a6
JB
39012014-12-13 Joel Brobecker <brobecker@adacore.com>
3902
3903 * gdb.ada/str_uninit: New testcase.
3904
5537b577
JK
39052014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 PR symtab/17642
3908 * gdb.base/vla-stub-define.c: New file.
3909 * gdb.base/vla-stub.c: New file.
3910 * gdb.base/vla-stub.exp: New file.
3911
bb2ec1b3
TT
39122014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3913 Jan Kratochvil <jan.kratochvil@redhat.com>
3914 Tom Tromey <tromey@redhat.com>
3915
3916 * configure.ac: Add gdb.compile/.
3917 * configure: Regenerate.
3918 * gdb.compile/Makefile.in: New file.
3919 * gdb.compile/compile-ops.exp: New file.
3920 * gdb.compile/compile-ops.c: New file.
3921 * gdb.compile/compile-tls.c: New file.
3922 * gdb.compile/compile-tls.exp: New file.
3923 * gdb.compile/compile-constvar.S: New file.
3924 * gdb.compile/compile-constvar.c: New file.
3925 * gdb.compile/compile-mod.c: New file.
3926 * gdb.compile/compile-nodebug.c: New file.
3927 * gdb.compile/compile-setjmp-mod.c: New file.
3928 * gdb.compile/compile-setjmp.c: New file.
3929 * gdb.compile/compile-setjmp.exp: New file.
3930 * gdb.compile/compile-shlib.c: New file.
3931 * gdb.compile/compile.c: New file.
3932 * gdb.compile/compile.exp: New file.
3933 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3934
4ff709eb
TT
39352014-12-12 Tom Tromey <tromey@redhat.com>
3936
3937 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3938 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3939
6dddd6a5
DE
39402014-12-12 Doug Evans <dje@google.com>
3941
3942 * lib/gdb-python.exp (get_python_valueof): New function.
3943 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3944
71c24708
AA
39452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3946
3947 * gdb.base/completion.exp: Add test for completion of "info
3948 registers ".
3949
3e29f34a
MR
39502014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3951
3952 * gdb.base/func-ptrs.c: New file.
3953 * gdb.base/func-ptrs.exp: New file.
3954
fc126975
SM
39552014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 PR breakpoints/17012
3958 * gdb.base/dprintf-detach.c: New file.
3959 * gdb.base/dprintf-detach.exp: New file.
3960
0a46d518
SM
39612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3962
3963 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3964 * lib/gdb.exp (target_is_gdbserver): New procedure.
3965
a0be3e44
DE
39662014-12-08 Doug Evans <dje@google.com>
3967
3968 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3969
df1b803a
YQ
39702014-12-05 Yao Qi <yao@codesourcery.com>
3971
3972 * gdb.guile/scm-error.exp: Remove the third argument to
3973 gdb_remote_download.
3974 * gdb.guile/scm-frame-args.exp: Likewise.
3975 * gdb.guile/scm-section-script.exp: Likewise.
3976
ddb9f679
YQ
39772014-12-05 Yao Qi <yao@codesourcery.com>
3978
3979 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3980
86e4ed39
DE
39812014-12-04 Doug Evans <dje@google.com>
3982
3983 * gdb.python/py-objfile.exp: Add tests for
3984 objfile.add_separate_debug_file.
3985
7c50a931
DE
39862014-12-04 Doug Evans <dje@google.com>
3987
3988 * lib/gdb.exp (get_build_id): New function.
3989 (build_id_debug_filename_get): Rewrite to use it.
3990 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3991
621661e3
MR
39922014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3993
3994 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3995 `method(long)', not just 0x0.
3996 * gdb.cp/nsalias.exp: Align code labels to 4.
3997 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3998 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3999 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4000 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4001 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4002 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4003
29f0c3b7
DE
40042014-12-02 Doug Evans <dje@google.com>
4005
e1e061e7 4006 PR symtab/17602
29f0c3b7 4007 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4008 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4009 * gdb.cp/anon-ns.exp: Update.
4010
162078c8
NB
40112014-12-02 Nick Bull <nicholaspbull@gmail.com>
4012
4013 * gdb.python/py-events.py (inferior_call_handler): New.
4014 (register_changed_handler, memory_changed_handler): New.
4015 (test_events.invoke): Register new handlers.
4016 * gdb.python/py-events.exp: Add tests for inferior call,
4017 memory_changed and register_changed events.
4018
fdb09caf
AA
40192014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4020
4021 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4022 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4023 if the linker doesn't understand this.
4024
55cfb2c4
SM
40252014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4026
4027 * gdb.python/python.exp: Change expected reply to help().
4028
9e8cd6df
YQ
40292014-12-01 Yao Qi <yao@codesourcery.com>
4030
4031 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4032 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4033 * configure: Re-generated.
4034
6c659fc2
SC
40352014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4036
4037 * gdb.cp/chained-calls.cc: New file.
4038 * gdb.cp/chained-calls.exp: New file.
4039 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4040
d7fc3181
SM
40412014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4042
4043 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4044 * gdb.dwarf2/symtab-producer.exp: Same.
4045 * gdb.gdb/python-interrupts.exp: Same.
4046 * gdb.gdb/python-selftest.exp: Same.
4047 * gdb.python/py-linetable.exp: Same.
4048 * gdb.python/py-type.exp: Same.
4049 * gdb.python/py-value-cc.exp: Same.
4050 * gdb.python/py-value.exp: Same.
4051
10e79639
YQ
40522014-11-28 Yao Qi <yao@codesourcery.com>
4053
4054 * gdb.base/break-probes.exp: Match library name prefixed with
4055 sysroot.
4056
f28a0564
SM
40572014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4058
4059 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4060 test expected output. Add parentheses for the call to print.
4061 Remove L suffix from integers.
4062
3fe1ce1d
DE
40632014-11-26 Doug Evans <dje@google.com>
4064
4065 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4066
84429e27
YQ
40672014-11-22 Yao Qi <yao@codesourcery.com>
4068
4069 * gdb.trace/entry-values.c: Remove asms.
4070 (foo): Add foo_label.
4071 (bar): Add bar_label.
4072 * gdb.trace/entry-values.exp: Remove code computing foo's
4073 length and bar's length.
4074 (Dwarf::assemble): Invoke function_range for bar and use
4075 MACRO_AT_func for foo.
4076
26741859
YQ
40772014-11-22 Yao Qi <yao@codesourcery.com>
4078
4079 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4080 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4081 Use .Lgcc43_procstart instead of gcc43.
4082
45e44d27
JB
40832014-11-21 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/n_arr_bound: New testcase.
4086
458c8db8
SDJ
40872014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4088
4089 PR breakpoints/10737
4090 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4091 test_catch_syscall_multi_arch.
4092 (test_catch_syscall_multi_arch): New function.
4093
43f3e411
DE
40942014-11-20 Doug Evans <xdje42@gmail.com>
4095
4096 * gdb.base/maint.exp: Update expected output.
4097
0d7b2549
AA
40982014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4099
4100 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4101 4-byte instruction on S390.
4102
8908fca5
JB
41032014-11-19 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.ada/arr_arr: New testcase.
4106
4a46959e
JB
41072014-11-19 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.ada/pkd_arr_elem: New Testcase.
4110
470e2f4e
LM
41112014-11-18 Luis Machado <lgustavo@codesourcery.com>
4112
4113 * gdb.reverse/break-precsave: Expect completion message for
4114 core file reads.
4115 * gdb.reverse/consecutive-precsave.exp: Likewise.
4116 * gdb.reverse/finish-precsave.exp: Likewise.
4117 * gdb.reverse/i386-precsave.exp: Likewise.
4118 * gdb.reverse/machinestate-precsave.exp: Likewise.
4119 * gdb.reverse/sigall-precsave.exp: Likewise.
4120 * gdb.reverse/solib-precsave.exp: Likewise.
4121 * gdb.reverse/step-precsave.exp: Likewise.
4122 * gdb.reverse/until-precsave.exp: Likewise.
4123 * gdb.reverse/watch-precsave.exp: Likewise.
4124
a267f3ad
AA
41252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4126
4127 * gdb.base/bp-permanent.c: Include unistd.h.
4128 * gdb.python/py-framefilter-mi.c (main): Add return type.
4129 * gdb.python/py-framefilter.c (main): Likewise.
4130 * gdb.trace/actions-changed.c (main): Likewise.
4131
12084a9a
AA
41322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4133
4134 * gdb.mi/until.c: Add eye-catchers.
4135 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4136 line numbers.
4137
dc7e1a77
AA
41382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4139
4140 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4141 function header variants in break1.c.
4142 * gdb.base/ena-dis-br.exp: Likewise.
4143 * gdb.base/hbreak2.exp: Likewise.
4144 * gdb.reverse/until-precsave.exp: Drop references to removed
4145 non-prototype function header variants in ur1.c.
4146 * gdb.reverse/until-reverse.exp: Likewise.
4147
41c77605
PM
41482014-11-17 Petr Machata <pmachata@redhat.com>
4149
4150 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4151 ${_cu_offset_size} bytes abbrev offset.
4152
34248c3a
DE
41532014-11-15 Doug Evans <xdje42@gmail.com>
4154
4155 PR symtab/17559
4156 * gdb.base/line-symtabs.exp: New file.
4157 * gdb.base/line-symtabs.c: New file.
4158 * gdb.base/line-symtabs.h: New file.
4159
646da059
YQ
41602014-11-14 Yao Qi <yao@codesourcery.com>
4161
4162 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4163 (func): Add label func_label.
4164 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4165 Replace low_pc and high_pc with MACRO_AT_range.
4166 Replace name, low_pc and high_pc with MACRO_AT_func.
4167
9301ebe6
YQ
41682014-11-14 Yao Qi <yao@codesourcery.com>
4169
4170 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4171 Replace name, low_pc and high_pc with MACRO_AT_func.
4172
f166b542
YQ
41732014-11-14 Yao Qi <yao@codesourcery.com>
4174
4175 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4176 produce debug information.
4177 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4178
0f6e71e3
YQ
41792014-11-14 Yao Qi <yao@codesourcery.com>
4180
4181 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4182 object and get function length.
4183 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4184 with MACRO_AT_func.
4185 (top-level): Replace gdb_compile and clean_restart with
4186 prepare_for_testing.
4187 * gdb.dwarf2/main.c (main): Add label main_label.
4188
876c4df9
YQ
41892014-11-14 Yao Qi <yao@codesourcery.com>
4190
4191 * lib/dwarf.exp (function_range): New procedure.
4192 (Dwarf::_handle_macro_at_func): New procedure.
4193 (Dwarf::_handle_macro_at_range): New procedure.
4194 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4195
02ad9cf1
YQ
41962014-11-14 Yao Qi <yao@codesourcery.com>
4197
4198 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4199 (_handle_attribute): New procedure.
4200
a59add0c
AA
42012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4202
4203 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4204 * gdb.base/call-sc.c (zed): Likewise.
4205 * gdb.base/checkpoint.c (main): Likewise.
4206 * gdb.base/dump.c (main): Likewise.
4207 * gdb.base/gcore.c (main): Likewise.
4208 * gdb.base/huge.c (main): Likewise.
4209 * gdb.base/multi-forks.c (main): Likewise.
4210 * gdb.base/pr10179-a.c (main): Likewise.
4211 * gdb.base/savedregs.c (main): Likewise.
4212 * gdb.base/sigaltstack.c (main): Likewise.
4213 * gdb.base/siginfo.c (main): Likewise.
4214 * gdb.base/structs.c (zed): Likewise.
4215 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4216 * gdb.mi/mi-syn-frame.c (main): Likewise.
4217 * gdb.mi/until.c (foo, main): Likewise.
4218 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4219 * gdb.base/solib-weak.c (foo): Declare.
4220 * gdb.base/attach-twice.c: Include stdio.h.
4221 * gdb.base/weaklib1.c: Likewise.
4222 * gdb.base/weaklib2.c: Likewise.
4223 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4224 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4225 unistd.h.
4226 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4227 * gdb.mi/mi-exit-code.c: Likewise.
4228 * gdb.base/break-interp-lib.c: Include string.h.
4229 * gdb.base/coremaker.c: Likewise.
4230 * gdb.base/testenv.c: Likewise.
4231 * gdb.python/py-finish-breakpoint.c: Likewise.
4232 * gdb.base/inferior-died.c: Include sys/wait.h.
4233 * gdb.base/fileio.c: Include time.h.
4234 * gdb.base/async-shell.c: Include unistd.h.
4235 * gdb.base/dprintf-non-stop.c: Likewise.
4236 * gdb.base/info-os.c: Likewise.
4237 * gdb.mi/mi-console.c: Likewise.
4238 * gdb.mi/watch-nonstop.c: Likewise.
4239 * gdb.python/py-events.c: Likewise.
4240 * gdb.base/async.c (baz): Move up before its invocation.
4241 * gdb.base/code_elim2.c (my_global_func): Likewise.
4242 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4243 * gdb.base/advance.c (func2): Likewise.
4244
3b5d5997
AA
42452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4246
4247 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4248 variant.
4249 * gdb.base/annota3.c: Likewise.
4250 * gdb.base/async.c: Likewise.
4251 * gdb.base/average.c: Likewise.
4252 * gdb.base/call-ar-st.c: Likewise.
4253 * gdb.base/call-rt-st.c: Likewise.
4254 * gdb.base/call-sc.c: Likewise.
4255 * gdb.base/call-strs.c: Likewise.
4256 * gdb.base/ending-run.c: Likewise.
4257 * gdb.base/execd-prog.c: Likewise.
4258 * gdb.base/exprs.c: Likewise.
4259 * gdb.base/foll-exec.c: Likewise.
4260 * gdb.base/foll-fork.c: Likewise.
4261 * gdb.base/foll-vfork.c: Likewise.
4262 * gdb.base/funcargs.c: Likewise.
4263 * gdb.base/gcore.c: Likewise.
4264 * gdb.base/jump.c: Likewise.
4265 * gdb.base/langs0.c: Likewise.
4266 * gdb.base/langs1.c: Likewise.
4267 * gdb.base/langs2.c: Likewise.
4268 * gdb.base/mips_pro.c: Likewise.
4269 * gdb.base/nodebug.c: Likewise.
4270 * gdb.base/opaque0.c: Likewise.
4271 * gdb.base/opaque1.c: Likewise.
4272 * gdb.base/recurse.c: Likewise.
4273 * gdb.base/run.c: Likewise.
4274 * gdb.base/scope0.c: Likewise.
4275 * gdb.base/scope1.c: Likewise.
4276 * gdb.base/setshow.c: Likewise.
4277 * gdb.base/setvar.c: Likewise.
4278 * gdb.base/shmain.c: Likewise.
4279 * gdb.base/shr1.c: Likewise.
4280 * gdb.base/shr2.c: Likewise.
4281 * gdb.base/sigall.c: Likewise.
4282 * gdb.base/signals.c: Likewise.
4283 * gdb.base/so-indr-cl.c: Likewise.
4284 * gdb.base/solib2.c: Likewise.
4285 * gdb.base/structs.c: Likewise.
4286 * gdb.base/sum.c: Likewise.
4287 * gdb.base/vforked-prog.c: Likewise.
4288 * gdb.base/watchpoint.c: Likewise.
4289 * gdb.reverse/shr2.c: Likewise.
4290 * gdb.reverse/until-reverse.c: Likewise.
4291 * gdb.reverse/ur1.c: Likewise.
4292 * gdb.reverse/watch-reverse.c: Likewise.
4293
066a77c5
AA
42942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4295
4296 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4297 variant.
4298 * gdb.base/sepdebug.exp: Drop references to removed code.
4299
4f204ea5
AA
43002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4301
4302 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4303 variant. Preserve original line numbering.
4304 * gdb.base/list1.c: Likewise.
4305
3b377a3a
AA
43062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4307
4308 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4309 variant.
4310 * gdb.base/break1.c: Likewise.
4311 * gdb.base/break.exp: Drop references to removed code.
4312
e444df73
AA
43132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4314
4315 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4316 variant.
4317
8008f2a7
AA
43182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4319
4320 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4321
a5a06887
AA
43222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4323
4324 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4325 logic into perform_all_tests() and invoke it with and without
4326 function header prototypes.
4327 (do_function_calls): Remove conditional XFAIL for PR 5318.
4328 (rerun_and_prepare): Remove duplicate code.
4329 (perform_all_tests): New. Main logic moved here.
4330
44dba9b9
AA
43312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4332
4333 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4334 code guarded by #ifdef NO_PROTOTYPES.
4335 (t_double_many_args): Likewise.
4336 (DEF_FUNC_MANY_ARGS_1): Likewise.
4337 (DEF_FUNC_VALUES_1): Likewise.
4338 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4339 guarded by #ifdef PROTOTYPES.
4340
d1fbcd56
AA
43412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4342
4343 * gdb.mi/mi-console.c: Add eye-catcher.
4344 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4345 instead of literal line number.
4346
b0e59b8f
AA
43472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4348
4349 * gdb.base/shr2.c: Add eye-catcher.
4350 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4351 line number.
4352
78f98cca
AA
43532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4354
4355 * gdb.base/jump.c: Add eye-catchers.
4356 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4357 numbers.
4358
58fa2af0
AA
43592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4360
4361 * gdb.base/execd-prog.c: Add eye-catchers.
4362 * gdb.base/foll-exec.c: Likewise.
4363 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4364 line numbers.
4365
04e5059b
AA
43662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4367
4368 * gdb.base/ending-run.c: Add eye-catchers.
4369 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4370 literal line numbers.
4371
dbfdb174
AA
43722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4373
4374 * gdb.base/call-rt-st.c: Add eye-catchers.
4375 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4376 literal line numbers.
4377
888a2ade
AA
43782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4379
4380 * gdb.base/call-ar-st.c: Add eye-catchers.
4381 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4382 literal line numbers.
4383
6acc2dde
AA
43842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4385
4386 * gdb.base/average.c: Add eye-catchers.
4387 * gdb.base/sum.c: Likewise.
4388 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4389 regexps dynamically.
4390
9ecfcd1d
AA
43912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4392
4393 * gdb.base/solib1.c: Add eye-catchers.
4394 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4395 literal line numbers.
4396
78708b7c
PA
43972014-11-12 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4400 leader has exited.
4401
af48d08f
PA
44022014-11-12 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.arch/i386-bp_permanent.c: New file.
4405 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4406 (srcfile): Set to i386-bp_permanent.c.
4407 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4408 that stepi does not execute the 'leave' instruction, instead of
4409 testing it does execute.
4410 * gdb.base/bp-permanent.c: New file.
4411 * gdb.base/bp-permanent.exp: New file.
4412
af3768e9
DE
44132014-11-10 Doug Evans <xdje42@gmail.com>
4414
4415 PR symtab/17564
4416 * gdb.base/symtab-search-order.exp: New file.
4417 * gdb.base/symtab-search-order.c: New file.
4418 * gdb.base/symtab-search-order-1.c: New file.
4419 * gdb.base/symtab-search-order-shlib-1.c: New file.
4420
9de00a4a
PA
44212014-11-07 Pedro Alves <palves@redhat.com>
4422
4423 PR gdb/17511
4424 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4425 i?86-*-linux*.
4426
e0f52461
SC
44272014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4428
4429 PR c++/17494
4430 * gdb.cp/pr17494.cc: New file.
4431 * gdb.cp/pr17494.exp: New file.
4432
6ce8c980
YQ
44332014-11-02 Yao Qi <yao@codesourcery.com>
4434
4435 * gdb.python/python.exp: Get working directory and match the
4436 output of "set extended-prompt \\w " with it.
4437
02be9a71
DE
44382014-10-30 Doug Evans <dje@google.com>
4439
4440 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4441 in objfiles.
4442 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4443 in progspaces.
4444
3bdff46b
LM
44452014-10-30 Janis Johnson <janisjo@codesourcery.com>
4446
4447 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4448 * gdb.base/realname-expand.exp: Likewise.
4449 * gdb.linespec/macro-relative.exp: Likewise.
4450
ab917dfb
PA
44512014-10-29 Pedro Alves <palves@redhat.com>
4452
4453 PR gdb/17408
4454 * gdb.threads/schedlock.c (some_function): New function.
4455 (call_function): New global.
4456 (MAYBE_CALL_SOME_FUNCTION): New macro.
4457 (thread_function): Call it.
4458 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4459 and use it instead of a global counter. Adjust all callers.
4460 (get_current_thread): Use "find current thread" for test message
4461 here rather than having all callers pass down the same string.
4462 (goto_loop): New procedure, factored out from ...
4463 (my_continue): ... this.
4464 (step_ten_loops): Change parameter from test message to command to
4465 use. Adjust.
4466 (list_count): Delete global.
4467 (check_result): New procedure, factored out from duplicate top
4468 level code.
4469 (continue tests): Wrap in with_test_prefix.
4470 (test_step): New procedure, factored out from duplicate top level
4471 code.
4472 (top level): Test "step" in combination with all scheduler-locking
4473 modes. Test "next" in combination with all scheduler-locking
4474 modes, and in combination with stepping over a function call or
4475 not.
4476 * gdb.threads/next-bp-other-thread.c: New file.
4477 * gdb.threads/next-bp-other-thread.exp: New file.
4478
d3d4baed
PA
44792014-10-29 Pedro Alves <palves@redhat.com>
4480
4481 PR python/17372
4482 * gdb.python/python.exp: Test a multi-line command that spawns
4483 interactive Python.
4484 * gdb.base/multi-line-starts-subshell.exp: New file.
4485
563e8d85
YQ
44862014-10-29 Yao Qi <yao@codesourcery.com>
4487
4488 * gdb.base/fileio.exp: Make directories on host.
4489
0ea4d52e
YQ
44902014-10-29 Yao Qi <yao@codesourcery.com>
4491
4492 * gdb.base/fileio.c (test_write): Close the file.
4493
7f5ef605
PA
44942014-10-28 Pedro Alves <palves@redhat.com>
4495
4496 PR gdb/12623
4497 * gdb.base/sigstep.c (no_handler): New global.
4498 (main): If 'no_handler is true, set the signal handlers to
4499 SIG_IGN.
4500 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4501 with_sw_watch and no_handler parameters. Handle them.
4502 (top level) <stepping over handler when stopped at a breakpoint
4503 test>: Add a test axis for testing with a software watchpoint, and
4504 another for testing with the signal handler set to SIG_IGN.
4505 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4506 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4507
abbdbd03
PA
45082014-10-28 Pedro Alves <palves@redhat.com>
4509
4510 PR gdb/17511
4511 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4512 * gdb.base/sigstep.exp (other_handler_location): New global.
4513 (advance): Support stepping into the signal handler, and running
4514 commands while in the handler.
4515 (in_handler_map): New global.
4516 (top level): In the advance test, add combinations for getting
4517 into the handler with stepping commands, and for running commands
4518 in the handler. Add comment descripting the advancei tests.
4519
1df4399f
PA
45202014-10-28 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/sigstep.exp: Use build_executable instead of
4523 prepare_for_testing.
4524 (top level): Move code that starts GDB, runs to main and creates a
4525 display to ...
4526 (restart): ... this new procedure.
4527 (top level): Move backtrace from signal handler test to ...
4528 (validate_backtrace): ... this new procedure.
4529 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4530 with_test_prefix. Always restart GDB.
4531 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4532 with_test_prefix. Always restart GDB. No need to delete
4533 breakpoints after the test.
4534 (test_skip_handler): Remove prefix parameter.
4535 (skip_over_handler, breakpoint_to_handler)
4536 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4537 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4538 restart GDB. No need to delete breakpoints after the test.
4539 (top level): Use foreach to call the test procedures with
4540 different commands.
4541
a5b6e449
PA
45422014-10-28 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4545 instead of GNATS numbers.
4546 * gdb.base/sigbpt.exp: Likewise.
4547 * gdb.base/siginfo.exp: Likewise.
4548 * gdb.base/sigstep.exp: Likewise.
4549
e5f8a7cc
PA
45502014-10-27 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/sigstep.c (dummy): New global.
4553 (main): Issue a couple writes to the new global.
4554 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4555 procedures.
4556 (skip_over_handler): Use test_skip_handler.
4557 (top level): Call skip_over_handler for stepi and nexti too.
4558 (breakpoint_over_handler): Use test_skip_handler.
4559 (top level): Call breakpoint_over_handler for stepi and nexti too.
4560
763905a3
YQ
45612014-10-27 Yao Qi <yao@codesourcery.com>
4562
4563 * gdb.trace/tfile.c (adjust_function_address)
4564 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4565 function descriptor.
4566
6f259a23
DB
45672014-10-24 Don Breazeal <donb@codesourcery.com>
4568
4569 * gdb.base/foll-fork.exp (test_follow_fork,
4570 catch_fork_child_follow): Check for updated fork messages emitted
4571 from infrun.c.
4572 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4573 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4574 vfork_and_exec_child_follow_through_step): Check for updated vfork
4575 messages emitted from infrun.c.
4576
09dd9a69
PA
45772014-10-24 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.base/corefile.exp: Remove references to ultrix.
4580 * gdb.base/interrupt.exp: Likewise.
4581 * gdb.base/whatis.exp: Likewise.
4582 * gdb.gdb/selftest.exp: Likewise.
4583 * gdb.threads/manythreads.exp: Likewise.
4584 * gdb.threads/print-threads.exp: Likewise.
4585 * gdb.threads/pthreads.exp:: Likewise.
4586 * gdb.threads/schedlock.exp: Likewise.
4587
3433cfa5
SC
45882014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4589
4590 * gdb.cp/non-trivial-retval.cc: Add a test case.
4591 * gdb.cp/non-trivial-retval.exp: Add a test.
4592
092f880b
YQ
45932014-10-20 Yao Qi <yao@codesourcery.com>
4594
4595 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4596 * gdb.python/py-objfile-script-gdb.py: New file.
4597 * gdb.python/py-objfile-script.exp: Update reference to
4598 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4599 of remote_download. Remove the dest file.
4600
acbdb7f3
YQ
46012014-10-20 Yao Qi <yao@codesourcery.com>
4602
4603 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4604 * gdb.base/step-line.exp: Likewise.
4605 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4606 * gdb.dwarf2/dw2-basic.exp: Likewise.
4607 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4608 * gdb.dwarf2/dw2-filename.exp: Likewise.
4609 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4610 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4611 * gdb.dwarf2/dw2-producer.exp: Likewise.
4612 * gdb.dwarf2/mac-fileno.exp: Likewise.
4613 * gdb.python/py-frame-args.exp: Likewise.
4614 * gdb.python/py-framefilter.exp: Likewise.
4615 * gdb.python/py-mi.exp: Likewise.
4616 * gdb.python/py-objfile-script.exp: Likewise
4617 * gdb.python/py-pp-integral.exp: Likewise.
4618 * gdb.python/py-pp-re-notag.exp: Likewise.
4619 * gdb.python/py-prettyprint.exp: Likewise.
4620 * gdb.python/py-section-script.exp: Likewise.
4621 * gdb.python/py-typeprint.exp: Likewise.
4622 * gdb.python/py-xmethods.exp: Likewise.
4623 * gdb.stabs/weird.exp: Likewise.
4624 * gdb.xml/tdesc-regs.exp: Likewise.
4625
bd286a29
KCY
46262014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4627
4628 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4629 (out_cu): Use addr_len for the size of addresses.
4630 (out_line): Likewise. Size DW_LNE_set_address instruction
4631 according to addr_len.
4632 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4633 (FUNC): Add START_INSNS to definition.
4634
673dc4a0
YQ
46352014-10-18 Yao Qi <yao@codesourcery.com>
4636
4637 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4638 gdb_has_argv0 return true.
4639 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4640 check [target_info exists noargs], check [gdb_has_argv0]
4641 instead.
4642 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4643 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4644 procedures.
4645
4ffbba72
DE
46462014-10-17 Doug Evans <dje@google.com>
4647
4648 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4649 event.
4650 * gdb.python/py-events.py: Add clear_objfiles event.
4651
d096d8c1
DE
46522014-10-17 Doug Evans <dje@google.com>
4653
4654 * gdb.python/py-objfile.exp: Test progspace attribute.
4655
a80db015
LM
46562014-10-17 Luis Machado <lgustavo@codesourcery.com>
4657
4658 * gdb.guile/scm-breakpoint.exp: Do not assume any
4659 directory separators when matching source file paths.
4660 * gdb.python/py-breakpoint.exp: Likewise.
4661 * gdb.reverse/break-precsave.exp: Likewise.
4662 * gdb.reverse/break-reverse.exp: Likewise.
4663 * gdb.reverse/consecutive-precsave.exp: Likewise.
4664 * gdb.reverse/finish-precsave.exp: Likewise.
4665 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4666 * gdb.reverse/finish-reverse.exp: Likewise.
4667 * gdb.reverse/i386-precsave.exp: Likewise.
4668 * gdb.reverse/i387-env-reverse.exp: Likewise.
4669 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4670 * gdb.reverse/machinestate-precsave.exp: Likewise.
4671 * gdb.reverse/machinestate.exp: Likewise.
4672 * gdb.reverse/sigall-precsave.exp: Likewise.
4673 * gdb.reverse/solib-precsave.exp: Likewise.
4674 * gdb.reverse/step-precsave.exp: Likewise.
4675 * gdb.reverse/until-precsave.exp: Likewise.
4676 * gdb.reverse/watch-precsave.exp: Likewise.
4677 * gdb.reverse/watch-reverse.exp: Likewise.
4678
b22089ab
YQ
46792014-10-17 Yao Qi <yao@codesourcery.com>
4680
4681 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4682 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4683
6c4486e6
PA
46842014-10-17 Pedro Alves <palves@redhat.com>
4685
4686 PR gdb/17471
4687 * gdb.base/bg-execution-repeat.c: New file.
4688 * gdb.base/bg-execution-repeat.exp: New file.
4689
0ff33695
PA
46902014-10-17 Pedro Alves <palves@redhat.com>
4691
4692 PR gdb/17300
4693 * gdb.base/continue-all-already-running.c: New file.
4694 * gdb.base/continue-all-already-running.exp: New file.
4695
6fdebc3d
PA
46962014-10-17 Pedro Alves <palves@redhat.com>
4697
4698 PR gdb/17472
4699 * gdb.base/annota-input-while-running.c: New file.
4700 * gdb.base/annota-input-while-running.exp: New file.
4701
32a8097b
PA
47022014-10-17 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/callfuncs.exp: emove references to osf.
4705 * gdb.base/sigall.exp: Likewise.
4706 * gdb.gdb/selftest.exp: Likewise.
4707 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4708 * gdb.mi/non-stop.c: Likewise.
4709 * gdb.mi/pthreads.c: Likewise.
4710 * gdb.reverse/sigall-precsave.exp: Likewise.
4711 * gdb.reverse/sigall-reverse.exp: Likewise.
4712 * gdb.threads/pthreads.c: Likewise.
4713 * gdb.threads/pthreads.exp: Likewise.
4714
7a3517ff
YQ
47152014-10-17 Yao Qi <yao@codesourcery.com>
4716
4717 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4718 check 'target_info exists noargs'.
4719 (test_command_prompt_position): Likewise.
4720 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4721 Remove "set args".
4722 (progvar_simple_while_test): Likewise.
4723 (progvar_complex_if_while_test): Likewise.
4724 (if_while_breakpoint_command_test): Likewise.
4725 (infrun_breakpoint_command_test): Likewise.
4726 (breakpoint_command_test): Likewise.
4727 (watchpoint_command_test): Likewise.
4728 (bp_deleted_in_command_test): Likewise.
4729 (temporary_breakpoint_commands): Likewise.
4730
bb99c472
YQ
47312014-10-16 Yao Qi <yao@codesourcery.com>
4732
4733 * gdb.base/remotetimeout.exp: Remove noargs checking.
4734
7c16b83e
PA
47352014-10-15 Pedro Alves <palves@redhat.com>
4736
4737 PR breakpoints/9649
4738 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4739 * gdb.base/breakpoint-in-ro-region.exp
4740 (probe_target_hardware_step): New procedure.
4741 (top level): Probe hardware stepping and hardware breakpoint
4742 support. Test stepping through a read-only region, with both
4743 "breakpoint auto-hw" on and off and both "always-inserted" on and
4744 off.
4745
35a49624
IB
47462014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4747
4748 * gdb.dlang/demangle.exp: Update for demangling changes.
4749
2d1c107c
SC
47502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4751
4752 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4753 * gdb.cp/non-trivial-retval.exp: Add new tests.
4754
778811d5
SC
47552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4756
4757 PR c++/13403
4758 PR c++/15154
4759 * gdb.cp/non-trivial-retval.cc: New file.
4760 * gdb.cp/non-trivial-retval.exp: New file.
4761
10c5f0a8
YQ
47622014-10-15 Yao Qi <yao@codesourcery.com>
4763
4764 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4765 remote host.
4766
65d7b369
YQ
47672014-10-15 Yao Qi <yao@codesourcery.com>
4768
4769 * gdb.python/py-symbol.exp: Match file base name if host is
4770 remote, otherwise match file name with dir name.
4771 * gdb.python/py-symtab.exp: Likewise.
4772 * gdb.python/python.exp: Likewise.
4773
46dc1394
YQ
47742014-10-15 Yao Qi <yao@codesourcery.com>
4775
4776 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4777 pattern.
4778 * gdb.python/py-symtab.exp: Likewise.
4779 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4780 locationn.
4781
c40cc657
JB
47822014-10-14 Joel Brobecker <brobecker@adacore.com>
4783
4784 * gdb.ada/addr_arith: New testcase.
4785
2abf49e1
MR
47862014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4787
4788 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4789 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4790 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4791 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4792
f7088df3
SDJ
47932014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4794
4795 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4796 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4797 * gdb.arch/stap-eval-lang-ada.exp: New file.
4798
4dc06805
YQ
47992014-10-14 Yao Qi <yao@codesourcery.com>
4800
4801 * gdb.mi/mi-var-child.c (nothing1): New function.
4802 (nothing2): New function.
4803 (do_children_tests): Set function pointers by nothing1 and
4804 nothing2.
4805 * gdb.mi/mi-var-child.exp: Step over new added statements.
4806 Update test to match the new output.
4807 * gdb.mi/var-cmd.c (nothing1): New function.
4808 (nothing2): New function.
4809 (do_children_tests): Set function pointers by nothing1 and
4810 nothing2.
4811 * gdb.mi/mi-var-display.exp: Update test to match output.
4812 Step to the line specified by $line_dct_nothing.
4813 Increase the number of lines to step.
4814
46a93de2
YQ
48152014-10-14 Yao Qi <yao@codesourcery.com>
4816
4817 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4818 tests.
4819 * gdb.mi/mi2-var-child.exp: Likewise.
4820
14ea52ee
DE
48212014-10-13 Doug Evans <dje@google.com>
4822
4823 * gdb.python/py-objfile.exp: Change name of file name test.
4824
e5c6e92b
DE
48252014-10-13 Doug Evans <dje@google.com>
4826
4827 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4828 from the start of the CU.
4829
c780cc2f
JK
48302014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4831 Yao Qi <yao@codesourcery.com>
4832
4833 Fix "save breakpoints" for "catch" command.
4834 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4835 Remove -nonewline. Match also the added "main" line.
4836
99894e11
JK
48372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 Fix "save breakpoints" for "disable $bpnum" command.
4840 * gdb.base/save-bp.c (main): Add label.
4841 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4842
6e1ac5a3
JK
48432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4844
4845 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4846
754dd2b0
YQ
48472014-10-11 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.server/server-kill.exp: Execute command
4850 "set remote trace-status-packet on" before "tstatus".
4851
f90183d7
YQ
48522014-10-11 Yao Qi <yao@codesourcery.com>
4853
4854 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4855 (main): Call getppid.
4856 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4857 and continue to it. Read variable "server_pid".
4858
bf40a607
YQ
48592014-10-11 Yao Qi <yao@codesourcery.com>
4860
4861 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4862
052ca370
YQ
48632014-10-11 Yao Qi <yao@codesourcery.com>
4864
4865 * gdb.threads/thread-find.exp: Don't execute command
4866 "info threads".
4867 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4868 * gdb.threads/linux-dp.exp: Don't check the condition
4869 $threads_created equals to zero.
4870
3831839c
PA
48712014-10-10 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.base/bigcore.exp: Remove references to IRIX.
4874 * gdb.base/funcargs.exp: Likewise.
4875 * gdb.base/interrupt.exp: Likewise.
4876 * gdb.base/mips_pro.exp: Likewise.
4877 * gdb.base/nodebug.exp: Likewise.
4878 * gdb.base/setvar.exp: Likewise.
4879 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4880
8b9a549d
PA
48812014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4882 Pedro Alves <palves@redhat.com>
4883
4884 PR symtab/14466
4885 * gdb.base/vdso-warning.c: New file.
4886 * gdb.base/vdso-warning.exp: New file.
4887
d48ba5e8
DE
48882014-10-02 Doug Evans <dje@google.com>
4889
4890 * gdb.base/structs.c (main): Don't run forever.
4891
2278c276
PA
48922014-10-02 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4895 (top level) <stop threads 1, stop threads 2>: Use it.
4896
b57bacec
PA
48972014-10-02 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.threads/break-while-running.exp (test): Add new
4900 'update_thread_list' argument. Skip "info threads" if false.
4901 (top level): Add new 'update_thread_list' axis.
4902
13fd3ff3
PA
49032014-10-02 Pedro Alves <palves@redhat.com>
4904
4905 PR breakpoints/17431
4906 * gdb.base/execl-update-breakpoints.c: New file.
4907 * gdb.base/execl-update-breakpoints.exp: New file.
4908
0fec99e8
PA
49092014-10-01 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.base/breakpoint-in-ro-region.c: New file.
4912 * gdb.base/breakpoint-in-ro-region.exp: New file.
4913
2ddf4301
SM
49142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * gdb.mi/mi-exit-code.exp: New file.
4917 * gdb.mi/mi-exit-code.c: New file.
4918
6a5f3f43
YQ
49192014-09-30 Yao Qi <yao@codesourcery.com>
4920
4921 * lib/prelink-support.exp (build_executable_own_libs): Error if
4922 the target isn't native.
4923
345bcc73
YQ
49242014-09-30 Yao Qi <yao@codesourcery.com>
4925
4926 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4927 false.
4928
a25a5a45
PA
49292014-09-22 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.threads/break-while-running.exp: New file.
4932 * gdb.threads/break-while-running.c: New file.
4933
00ba3162
YQ
49342014-09-19 Yao Qi <yao@codesourcery.com>
4935
4936 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4937 Invoke test. Restart GDB with --readnow and invoke test again.
4938
c3b7b696
YQ
49392014-09-19 Yao Qi <yao@codesourcery.com>
4940
4941 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4942 proc set_breakpoint_on_gcd_function. Invoke
4943 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4944 invoke set_breakpoint_on_gcd_function again.
4945
2b4fd423
DE
49462014-09-18 Doug Evans <dje@google.com>
4947
4948 * gdb.dwarf2/symtab-producer.exp: New file.
4949
a5947601
SDJ
49502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4951
4952 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4953 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4954 * gdb.base/global-var-nested-by-dso.c: Likewise.
4955 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4956
91c19059
SDJ
49572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4958 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/watch-bitfields.exp: Pass string other than test file
4961 name to prepare_for_testing.
4962 (watch): New procedure.
4963 (expect_watchpoint): Use with_test_prefix.
4964 (top level): Factor out tests to ...
4965 (test_watch_location, test_regular_watch): ... these new
4966 procedures, and use with_test_prefix and gdb_continue_to_end.
4967
bb9d5f81
PP
49682014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4969
4970 PR breakpoints/12526
4971 * gdb.base/watch-bitfields.exp: New file.
4972 * gdb.base/watch-bitfields.c: New file.
4973
635856f5
PA
49742014-09-16 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4977 software and hardware addresses, not software address against
4978 itself.
4979
7280ceea
PA
49802014-09-16 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4983 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4984
428b16bd
PA
49852014-09-16 Pedro Alves <palves@redhat.com>
4986
4987 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4988 files.
4989 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4990 "*-*-vxworks*" throughout.
4991 * gdb.base/break.exp: Likewise.
4992 * gdb.base/default.exp: Likewise.
4993 * gdb.base/scope.exp: Likewise.
4994 * gdb.base/sepdebug.exp: Likewise.
4995 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4996 throughout.
4997 * gdb.base/run.c: Likewise.
4998 * gdb.base/sepdebug.c: Likewise.
4999 * gdb.hp/gdb.aCC/run.c: Likewise.
5000 * gdb.reverse/until-reverse.c: Likewise.
5001 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5002
666d413c
YQ
50032014-09-16 Yao Qi <yao@codesourcery.com>
5004
5005 * boards/local-remote-host-native.exp: New file.
5006
57cbd724
DE
50072014-09-14 Doug Evans <xdje42@gmail.com>
5008
5009 * gdb.threads/queue-signal.c (thread_count): New variable.
5010 (thread_count_mutex, thread_count_condvar): New variables.
5011 (incr_thread_count, wait_all_threads_running): New functions.
5012 (main): Wait for all threads to be in their thread functions.
5013
81219e53
DE
50142014-09-13 Doug Evans <xdje42@gmail.com>
5015
5016 * gdb.threads/queue-signal.c: New file.
5017 * gdb.threads/queue-signal.exp: New file.
5018
3714cea7
DE
50192014-09-13 Doug Evans <xdje42@gmail.com>
5020
5021 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5022 be consistent with what default_gdb_init uses.
5023 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5024 the plain text of the prompt. Add some logging printfs.
5025 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5026
fa43b1d7
PA
50272014-09-12 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5030 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5031 * gdb.arch/i386-size-overlap.exp: Likewise.
5032 * gdb.arch/i386-size.exp: Likewise.
5033 * gdb.arch/i386-unwind.exp: Likewise.
5034 * gdb.base/a2-run.exp: Likewise.
5035 * gdb.base/break.exp: Likewise.
5036 * gdb.base/charset.exp: Likewise.
5037 * gdb.base/chng-syms.exp: Likewise.
5038 * gdb.base/commands.exp: Likewise.
5039 * gdb.base/dbx.exp: Likewise.
5040 * gdb.base/find.exp: Likewise.
5041 * gdb.base/funcargs.exp: Likewise.
5042 * gdb.base/jit-simple.exp: Likewise.
5043 * gdb.base/reread.exp: Likewise.
5044 * gdb.base/sepdebug.exp: Likewise.
5045 * gdb.base/step-bt.exp: Likewise.
5046 * gdb.cp/mb-inline.exp: Likewise.
5047 * gdb.cp/mb-templates.exp: Likewise.
5048 * gdb.objc/basicclass.exp: Likewise.
5049 * gdb.threads/killed.exp: Likewise.
5050
9d9bf2df
EBM
50512014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5052
5053 PR tdep/17379
5054 * gdb.arch/powerpc-stackless.S: New file.
5055 * gdb.arch/powerpc-stackless.exp: New file.
5056
1cf2f1b0
JK
50572014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5058
5059 * gdb.base/attach.c: Include unistd.h.
5060 (main): Call alarm. Add label postloop.
5061 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5062 gdb_breakpoint, gdb_continue_to_breakpoint.
5063 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5064
98880d46
PA
50652014-09-11 Pedro Alves <palves@redhat.com>
5066
5067 PR gdb/17347
5068 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5069 * gdb.base/attach.exp (test_command_line_attach_run): New
5070 procedure.
5071 (top level): Call it.
5072
4c92ff2c
PA
50732014-09-11 Pedro Alves <palves@redhat.com>
5074
5075 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5076 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5077 (do_command_attach_tests): Use spawn_wait_for_attach.
5078 * gdb.base/solib-overlap.exp: Likewise.
5079 * gdb.multi/multi-attach.exp: Likewise.
5080 * gdb.python/py-prompt.exp: Likewise.
5081 * gdb.python/py-sync-interp.exp: Likewise.
5082 * gdb.server/ext-attach.exp: Likewise.
5083
3adc1a7d
GKB
50842014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5085
5086 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5087 command in testcase. Simplify testcase.
5088
96334934
JB
50892014-09-10 Joel Brobecker <brobecker@adacore.com>
5090
5091 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5092
eb479039
JB
50932014-09-10 Joel Brobecker <brobecker@adacore.com>
5094
5095 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5096
deede10c
JB
50972014-09-10 Joel Brobecker <brobecker@adacore.com>
5098
5099 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5100
7828a5f5
JB
51012014-09-10 Joel Brobecker <brobecker@adacore.com>
5102
5103 * gdb.dwarf2/dynarr-ptr.c: New file.
5104 * gdb.dwarf2/dynarr-ptr.exp: New file.
5105
33aeebcf
MR
51062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5107
5108 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5109 of 30 rather than hardcoding 120 for a slow test case. Take the
5110 `gdb,timeout' target setting into account for this calculation.
5111 Don't extend the timeout for the test cases that don't need it.
5112
7b415901
MR
51132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5114
5115 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5116 a factor of 2 for a slow test case. Take the `gdb,timeout'
5117 target setting into account for this calculation.
5118 * gdb.reverse/until-precsave.exp: Increase the timeout by
5119 a factor of 15 and 3 respectively rather than adding 120
5120 for a pair of slow test cases. Take the `gdb,timeout'
5121 target setting into account for this calculation.
5122
4a40f85a
MR
51232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5124
5125 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5126 timeout, don't pass one down to gdb_expect.
5127 (gdb_expect): Rework timeout selection.
5128
09635af7
MR
51292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5130
5131 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5132 exception on timeout.
5133 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5134 (gdbserver_start_extended): Catch any `gdbserver_start' error
5135 exceptions.
5136 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5137 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5138 `gdbserver_gdb_load' error exceptions.
5139
2bdd10b7
MR
51402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5141
5142 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5143 120 on waiting for the TCP socket to open.
5144
316935f0
DE
51452014-09-09 Doug Evans <xdje42@gmail.com>
5146
5147 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5148 _caller_matches, _any_caller_is, _any_caller_matches.
5149
83740597
DE
51502014-09-09 Doug Evans <xdje42@gmail.com>
5151
5152 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5153
4c122fc3
YQ
51542014-09-09 Yao Qi <yao@codesourcery.com>
5155
5156 * gdb.mi/mi-var-display.exp: Set print symbol off.
5157
a9f116cb
GKB
51582014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5159
5160 PR gdb/17035
5161 * gdb.base/commands.exp: Add tests to verify user-defined
5162 commands with empty bodies.
5163 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5164 python commands in `show user command`.
5165 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5166 scheme commands in `show user command`.
5167
c75bd3a2
JK
51682014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5169
5170 PR python/17355
5171 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5172 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5173 * gdb.python/py-framefilter-invalidarg.exp: New file.
5174 * gdb.python/py-framefilter-invalidarg.py: New file.
5175
faa42425
DE
51762014-09-06 Doug Evans <xdje42@gmail.com>
5177
5178 PR 15276
5179 * gdb.python/py-caller-is.c: New file.
5180 * gdb.python/py-caller-is.exp: New file.
5181
474ca4f6
SDJ
51822014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5183
5184 PR gdb/17235
5185 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5186 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5187
eb0b0463
SDJ
51882014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5189
5190 PR fortran/17237
5191 * gdb.fortran/print-formatted.exp: New file.
5192 * gdb.fortran/print-formatted.f90: Likewise.
5193
5f3b99cf
SS
51942014-09-03 Sasha Smundak <asmundak@google.com>
5195
5196 * gdb.python/py-frame.exp: Test Frame.read_register.
5197
7d793aa9
SDJ
51982014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5199
5200 PR python/16699
5201 * gdb.python/py-completion.exp: New file.
5202 * gdb.python/py-completion.py: Likewise.
5203
fb0576e9
DE
52042014-08-28 Doug Evans <dje@google.com>
5205
5206 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5207 eax,etc. are live with values set by gdb and thus the compiler can't
5208 use them.
5209 * gdb.arch/i386-pseudo.c (main): Ditto.
5210
ee92b0dd
DE
52112014-08-27 Doug Evans <dje@google.com>
5212
5213 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5214
6649db35
DE
52152014-08-25 Doug Evans <dje@google.com>
5216
5217 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5218 (main): Ditto.
5219
564b7600
DE
52202014-08-25 Doug Evans <dje@google.com>
5221
5222 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5223
3881fb67
YQ
52242014-08-24 Yao Qi <yao@codesourcery.com>
5225
5226 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5227 symbol off.
5228 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5229
a05a36a5
DE
52302014-08-22 Doug Evans <dje@google.com>
5231
5232 PR 17276
5233 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5234 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5235 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5236
7c343b48
YQ
52372014-08-22 Yao Qi <yao@codesourcery.com>
5238
5239 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5240 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5241 * gdb.python/python.exp: Likewise. Use .py file on the host
5242 instead of the build.
5243
22fd09ae
JK
52442014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5245
5246 * gdb.threads/gcore-stale-thread.c: New file.
5247 * gdb.threads/gcore-stale-thread.exp: New file.
5248
a8454a7c
PA
52492014-08-21 Pedro Alves <palves@redhat.com>
5250
5251 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5252 * gdb.base/gcore-relro-pie.exp: Likewise.
5253 * gdb.base/gcore-relro.exp: Likewise.
5254 * gdb.base/gcore.exp: Likewise.
5255 * gdb.base/print-symbol-loading.exp: Likewise.
5256 * gdb.threads/gcore-thread.exp: Likewise.
5257 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5258
2a31c623
PA
52592014-08-20 Pedro Alves <palves@redhat.com>
5260 Jan Kratochvil <jan.kratochvil@redhat.com>
5261
5262 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5263 configure.
5264 (EXPECT): Handle READ1 being set.
5265 (all): Depend on EXTRA_RULES.
5266 (check-read1, expect-read1, read1.so, read1): New rules.
5267 * README (Testsuite Parameters): Document the READ1 make variable.
5268 (Race detection): New section.
5269 * configure: Regenerate.
5270 * configure.ac: If build==host==target, and running under a
5271 GNU/glibc system, add read1 to the extra Makefile rules.
5272 (EXTRA_RULES): AC_SUBST it.
5273 * lib/read1.c: New file.
5274
d36430db
JB
52752014-08-20 Joel Brobecker <brobecker@adacore.com>
5276
5277 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5278 the handling of variables declared as a typedef to an array
5279 which a DW_AT_data_location attribute.
5280
9a0dc9e3
PA
52812014-08-19 Andrew Burgess <aburgess@broadcom.com>
5282 Pedro Alves <palves@redhat.com>
5283
5284 PR symtab/14604
5285 PR symtab/14605
5286 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5287 gdb_test.
5288
0718a8da
PA
52892014-08-19 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5292
13b448cd
YQ
52932014-08-19 Yao Qi <yao@codesourcery.com>
5294
5295 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5296 right line.
5297
1cbf5077
DB
52982014-08-18 David Blaikie <dblaikie@gmail.com>
5299
5300 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5301
bf0fae19
JB
53022014-08-18 Joel Brobecker <brobecker@adacore.com>
5303
5304 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5305 attribute in array range.
5306
3c8c5dcc
JB
53072014-08-18 Joel Brobecker <brobecker@adacore.com>
5308
5309 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5310
e66d4446
SC
53112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5312
5313 PR c++/17132
5314 * gdb.cp/pr17132.cc: New file.
5315 * gdb.cp/pr17132.exp: New file.
5316
940df408
SC
53172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5318
5319 * gdb.python/py-xmethods.py (A_getarrayind)
5320 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5321 Use 'print' with function call syntax.
5322 (E_method_matcher.match): Fix tab vs space indentation mixup.
5323
ebcc6c3a
YQ
53242014-08-15 Yao Qi <yao@codesourcery.com>
5325
5326 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5327 false.
5328
775e0f04
YQ
53292014-08-15 Yao Qi <yao@codesourcery.com>
5330
5331 * gdb.cp/casts.exp: Set print symbol off.
5332 * gdb.cp/class2.exp: Likewise.
5333 * gdb.cp/overload.exp: Likewise.
5334 * gdb.cp/templates.exp: Likewise.
5335
d769e349
DE
53362014-08-11 Doug Evans <dje@google.com>
5337
5338 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5339 (test_load_shlib): Update.
5340
20c6f1e1
YQ
53412014-08-09 Yao Qi <yao@codesourcery.com>
5342
5343 * gdb.base/display.exp: Invoke is_address_zero_readable.
5344 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5345 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5346 * gdb.base/hbreak-unmapped.exp: Return if
5347 is_address_zero_readable returns true.
5348 * gdb.base/signest.exp: Likewise.
5349 * gdb.base/signull.exp: Likewise.
5350 * gdb.base/sigbpt.exp: Likewise.
5351 * gdb.guile/scm-disasm.exp: Do the test if
5352 is_address_zero_readable returns false.
5353 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5354 * gdb.python/py-arch.exp: Likewise.
5355 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5356 * lib/gdb.exp (is_address_zero_readable): New proc.
5357
5792e8e3
YQ
53582014-08-09 Yao Qi <yao@codesourcery.com>
5359
5360 PR testsuite/13443
5361 * gdb.mi/mi-var-display.exp: Make test messages unique.
5362
3cecbbbe
TT
53632014-08-04 Tom Tromey <tromey@redhat.com>
5364
5365 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5366 target 0".
5367
00b51ff5
TT
53682014-08-04 Tom Tromey <tromey@redhat.com>
5369
5370 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5371 "target_resume".
5372
6908c509
JB
53732014-08-01 Joel Brobecker <brobecker@adacore.com>
5374
5375 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5376 inner_vla_struct_object_size.
5377 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5378 as xfail.
5379
cc6563d2
PA
53802014-07-30 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5383 comment.
5384
7e09a223
YQ
53852014-07-29 Yao Qi <yao@codesourcery.com>
5386
5387 PR gdb/17206
5388 * gdb.base/until-nodebug.exp: New.
5389
7ebdbe92
DE
53902014-07-28 Doug Evans <xdje42@gmail.com>
5391
5392 PR guile/17203
5393 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5394 previously existing parameter, and previously ambiguously spelled
5395 parameter.
5396
fdb1adc6
WN
53972014-07-28 Will Newton <will.newton@linaro.org>
5398
5399 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5400
186fcde0
DE
54012014-07-26 Ludovic Courtès <ludo@gnu.org>
5402 Doug Evans <xdje42@gmail.com>
5403
5404 PR guile/17146
5405 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5406
70509625
PA
54072014-07-25 Pedro Alves <palves@redhat.com>
5408
5409 * gdb.threads/signal-command-handle-nopass.c: New file.
5410 * gdb.threads/signal-command-handle-nopass.exp: New file.
5411 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5412 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5413 * gdb.threads/signal-delivered-right-thread.c: New file.
5414 * gdb.threads/signal-delivered-right-thread.exp: New file.
5415
c3f814a1
PA
54162014-07-25 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.base/double-prompt-target-event-error.exp
5419 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5420 match.
5421 (cancel_pagination_in_target_event): Rework double prompt
5422 detection.
5423 * gdb.base/paginate-after-ctrl-c-running.exp
5424 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5425 <return>' match.
5426 * gdb.base/paginate-bg-execution.exp
5427 (test_bg_execution_pagination_return)
5428 (test_bg_execution_pagination_cancel): Remove '-notransfer
5429 <return>' matches.
5430 * gdb.base/paginate-execution-startup.exp
5431 (test_fg_execution_pagination_return)
5432 (test_fg_execution_pagination_cancel): Remove '-notransfer
5433 <return>' matches.
5434 * gdb.base/paginate-inferior-exit.exp
5435 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5436 match.
5437 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5438 * lib/gdb.exp (pagination_prompt): Run text through
5439 string_to_regexp.
5440 (gdb_test_multiple): Match $pagination_prompt instead of
5441 "<return>".
5442 (string_to_regexp): Move to lib/gdb-utils.exp.
5443
e214cf6c
JK
54442014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5445
5446 * gdb.arch/amd64-entry-value-paramref.S: New file.
5447 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5448 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5449 * gdb.arch/amd64-optimout-repeat.S: New file.
5450 * gdb.arch/amd64-optimout-repeat.c: New file.
5451 * gdb.arch/amd64-optimout-repeat.exp: New file.
5452
17d0c5c8
JK
54532014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5454
5455 PR gdb/17170
5456 * gdb.base/statistics.exp: New file.
5457
b8b8facf
DE
54582014-07-17 Doug Evans <dje@google.com>
5459
74b49205 5460 PR gdb/17170
b8b8facf
DE
5461 * gdb.base/maint.exp: Update testing of per-command stats.
5462
1b5d0ab3
PA
54632014-07-16 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5466 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5467 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5468 (tfile_write_buf): New functions.
5469 (add_memory_block): Rewrite using the above.
5470 (adjust_function_address): New function.
5471 (FUNCTION_ADDRESS): New macro.
5472 (write_basic_trace_file): Remove short_x local, and use
5473 tfile_write_16. Change type of func_addr local to unsigned long
5474 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5475 here. Cast argument of add_memory_block to char pointer.
5476 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5477 (main): Remove parameters.
5478 * gdb.trace/tfile.exp: Remove nowarnings.
5479
4d974e88
SM
54802014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5481
5482 * gdb.base/debug-expr.exp: Test string evaluation with
5483 "debug expression" on.
5484
41e99568
PA
54852014-07-15 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.base/reread.exp: Use clean_restart.
5488
487d9753
PL
54892014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5490
5491 * gdb.arch/avr-flash-qualifer.c: New.
5492 * gdb.arch/avr-flash-qualifer.exp: New.
5493
cc1c52ad
PA
54942014-07-14 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5497 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5498
1e973570
PA
54992014-07-14 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.base/double-prompt-target-event-error.c: New file.
5502 * gdb.base/double-prompt-target-event-error.exp: New file.
5503
93d6eb10
PA
55042014-07-14 Pedro Alves <palves@redhat.com>
5505
5506 PR gdb/17072
5507 * gdb.base/paginate-inferior-exit.c: New file.
5508 * gdb.base/paginate-inferior-exit.exp: New file.
5509
0017922d
PA
55102014-07-14 Pedro Alves <palves@redhat.com>
5511
5512 PR gdb/17072
5513 * gdb.base/paginate-bg-execution.c: New file.
5514 * gdb.base/paginate-bg-execution.exp: New file.
5515
94696ad3
PA
55162014-07-14 Pedro Alves <palves@redhat.com>
5517
5518 PR gdb/17072
5519 * gdb.base/paginate-execution-startup.c: New file.
5520 * gdb.base/paginate-execution-startup.exp: New file.
5521 * lib/gdb.exp (pagination_prompt): New global.
5522 (default_gdb_spawn): New procedure, factored out from
5523 default_gdb_spawn.
5524 (default_gdb_start): Adjust to call default_gdb_spawn.
5525 (gdb_spawn): New procedure.
5526
bd293940
PA
55272014-07-14 Pedro Alves <palves@redhat.com>
5528
5529 * lib/gdb.exp (gdb_assert): New procedure.
5530 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5531
c933f875
PA
55322014-07-14 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.base/execution-termios.c: New file.
5535 * gdb.base/execution-termios.exp: New file.
5536
d98b7a16
TT
55372014-07-14 Tom Tromey <tromey@redhat.com>
5538
5539 * gdb.cp/vla-cxx.cc: New file.
5540 * gdb.cp/vla-cxx.exp: New file.
5541
548740d6
TT
55422014-07-14 Tom Tromey <tromey@redhat.com>
5543
5544 * gdb.reverse/rerun-prec.c: New file.
5545 * gdb.reverse/rerun-prec.exp: New file.
5546
a25eb028
MR
55472014-07-12 Maciej W. Rozycki <macro@mips.com>
5548 Maciej W. Rozycki <macro@codesourcery.com>
5549
5550 * lib/gdb-utils.exp: New file.
5551 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5552 inline `gdb_init_command' processing.
5553 (gdb_start_cmd): Likewise.
5554 * lib/mi-support.exp (mi_run_cmd): Likewise.
5555 * README: Document `gdb_init_command' and `gdb_init_commands'.
5556
218c2655
JK
55572014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5558
5559 Fix false FAIL running under a very long directory name.
5560 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5561 and "set print elements 10000". Twice.
5562
5401fde3
YQ
55632014-07-11 Yao Qi <yao@codesourcery.com>
5564
5565 * gdb.base/exprs.exp: "set print symbol off".
5566
e76126e8
PA
55672014-07-11 Pedro Alves <palves@redhat.com>
5568
5569 * gdb.threads/kill.c: New file.
5570 * gdb.threads/kill.exp: New file.
5571
2d6f0de6
YQ
55722014-07-10 Yao Qi <yao@codesourcery.com>
5573
5574 * gdb.trace/tfile.c (write_basic_trace_file)
5575 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5576 address written to trace file.
5577
7180e04a
PA
55782014-07-09 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.base/attach-wait-input.exp: New file.
5581 * gdb.base/attach-wait-input.c: New file.
5582
9a9a7608
AB
55832014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5584
5585 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5586 setting up test structures.
5587 (main): Call new test function.
5588 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5589 test function, continue into test function and walk test
5590 structures.
5591
161ac41e
YQ
55922014-07-02 Yao Qi <yao@codesourcery.com>
5593
5594 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5595 'bar_start' at the beginning of functions 'foo' and 'bar'
5596 respectively.
5597 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5598 instead of 'foo' and 'bar'.
5599
1f267ae3
MM
56002014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5601
5602 * gdb.btrace/segv.exp: New.
5603 * gdb.btrace/segv.c: New.
5604
2b239efb
LM
56052014-07-02 Luis Machado <lgustavo@codesourcery.com>
5606
5607 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5608 instruction.
5609
cf363f18
MW
56102014-06-30 Mark Wielaard <mjw@redhat.com>
5611
5612 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5613 vulture, vilify, villar): New volatile array constants.
5614 (vindictive, vegetation): New const volatile array constants.
5615 * gdb.base/volatile.exp: Test volatile and const volatile array
5616 types.
5617
aebf9d24
AA
56182014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5619
5620 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5621 target lacks support for awatch, rwatch, or hbreak.
5622
b67a2c6f
YQ
56232014-06-27 Yao Qi <yao@codesourcery.com>
5624
5625 * gdb.multi/dummy-frame-restore.exp: New.
5626 * gdb.multi/dummy-frame-restore.c: New.
5627
aef92902
MM
56282014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5629
5630 * gdb.btrace/gcore.exp: New.
5631
8e9db26e
PA
56322014-06-23 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/watchpoint-reuse-slot.c: New file.
5635 * gdb.base/watchpoint-reuse-slot.exp: New file.
5636
70afc5b7
SC
56372014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5638
5639 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5640 progspace's filename in 'info', 'enable' and 'disable' command
5641 tests.
5642
b972bd9c
JK
56432014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5644
5645 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5646 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5647 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5648
125f8a3d
GB
56492014-06-20 Gary Benson <gbenson@redhat.com>
5650
5651 * gdb.arch/i386-avx.exp: Fix include file location.
5652 * gdb.arch/i386-sse.exp: Likewise.
5653
3ed9baed
IB
56542014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5655
5656 * gdb.dlang/expression.exp: New file.
5657
034f788c
PA
56582014-06-19 Pedro Alves <palves@redhat.com>
5659
5660 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5661 out from ...
5662 (top level): ... here. Iterate running tests under different
5663 scheduler-locking settings.
5664
45371d0c
LM
56652014-06-18 Luis Machado <lgustavo@codesourcery.com>
5666
5667 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5668 to DW_FORM_addr and use non-zero addresses.
5669
5d376983
SC
56702014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5671
5672 PR gdb/17017
5673 * gdb.python/py-xmethods.cc: Add global function call counters and
5674 increment them in their respective functions. Remove "cout"
5675 statements.
5676 * gdb.python/py-xmethods.exp: Make tests check the global function
5677 call counters instead of depending on inferior IO.
5678
a1aa2221
LM
56792014-06-18 Don Breazeal <donb@codesourcery.com>
5680
5681 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5682 Deleted procedure.
5683 (explicit_fork_parent_follow): Deleted procedure.
5684 (explicit_fork_child_follow): Deleted procedure.
5685 (test_follow_fork): New procedure.
5686 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5687 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5688 procedure calls.
5689
0fc05997
YQ
56902014-06-17 Yao Qi <yao@codesourcery.com>
5691
5692 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5693 CP1252.
5694
70795c52
LM
56952014-06-17 Luis Machado <lgustavo@codesourcery.com>
5696
5697 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5698 Initialize ptr and S explicitly.
5699 (skip_type_update_when_not_use_rtti_test): Likewise.
5700
6be47f0c
KS
57012014-06-16 Keith Seitz <keiths@redhat.com>
5702
5703 PR mi/15863
5704 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5705 the inferior is started.
5706
d03de421
PA
57072014-06-16 Pedro Alves <palves@redhat.com>
5708
5709 * gdb.base/break-main-file-remove-fail.c: New file.
5710 * gdb.base/break-main-file-remove-fail.exp: New file.
5711 * gdb.base/break-unload-file.exp: Use build_executable instead of
5712 prepare_for_testing.
5713 (test_break): New parameter "initial_load". Handle it.
5714 (top level): Add initial_load cmdline/file axis.
5715
f9579b99
TT
57162014-06-12 Tom Tromey <tromey@redhat.com>
5717
5718 * gdb.base/completion.exp: Don't use directory name in test.
5719
3657956b
GB
57202014-06-09 Gary Benson <gbenson@redhat.com>
5721
5722 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5723 separate the always-available ANSI-standard signals from the
5724 signals that require checking.
5725 (main): Likewise.
5726 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5727 Likewise.
5728 (main): Likewise.
5729
4186eb54
KS
57302014-06-07 Keith Seitz <keiths@redhat.com>
5731
5732 Revert:
5733 PR c++/16253
5734 * gdb.cp/var-tag.cc: New file.
5735 * gdb.cp/var-tag.exp: New file.
5736 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5737 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5738 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5739 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5740
25326a28 57412014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5742
5743 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5744
829155c9
PA
57452014-06-06 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5748 in target debug output instead of looking at RSP packets,
5749 disabling the test on any target that uses hardware stepping.
5750 Update comments.
5751
61c8d22e
PA
57522014-06-06 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/break-unload-file.exp: Fix typo.
5755
d9a47287
YQ
57562014-06-06 Yao Qi <yao@codesourcery.com>
5757
5758 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5759 from "jit_function" to "^jit_function".
5760
e5e01dbf
YQ
57612014-06-06 Yao Qi <yao@codesourcery.com>
5762
5763 * gdb.base/async.c (foo): Add one statement.
5764 * gdb.base/async.exp: Get the next instruction address and
5765 match the output of "nexti" by instruction address. Match
5766 the hex address in the output of "finish".
5767
73ba372c
GB
57682014-06-06 Gary Benson <gbenson@redhat.com>
5769
5770 * gdb.base/call-signals.c: Remove preprocessor conditionals
5771 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5772 SIGSEGV and SIGTERM.
5773 * gdb.base/sigall.c: Likewise.
5774 * gdb.base/unwindonsignal.c: Likewise.
5775 * gdb.reverse/sigall-reverse.c: Likewise.
5776
831517df
YQ
57772014-06-06 Yao Qi <yao@codesourcery.com>
5778
5779 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5780 readable, skip the test.
5781
b8b91e98
YQ
57822014-06-06 Yao Qi <yao@codesourcery.com>
5783
5784 * gdb.threads/staticthreads.c (thread_function): Move the line
5785 setting breakpoint on forward.
5786 * gdb.threads/staticthreads.exp: Update comments.
5787
fb934770
LC
57882014-06-05 Ludovic Courtès <ludo@gnu.org>
5789
5790 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5791 "history-append! type error".
5792
6ef284bd
SM
57932014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5794
5795 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5796 erroneous dprintf expected input.
5797
a872e241
DE
57982014-06-04 Doug Evans <xdje42@gmail.com>
5799
5800 * gdb.guile/scm-generics.exp: Delete.
5801
16f691fb
DE
58022014-06-04 Doug Evans <xdje42@gmail.com>
5803
5804 * gdb.guile/scm-breakpoint.exp: Update.
5805 Add tests for breakpoint registration.
5806
012370f6
TT
58072014-06-04 Tom Tromey <tromey@redhat.com>
5808
5809 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5810 VLA-in-union.
5811 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5812 inner_vla_struct, vla_union types. Initialize objects of those
5813 types and compute their sizes.
5814
9f5a4cef
HZ
58152014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5816 Hui Zhu <hui@codesourcery.com>
5817
5818 * gdb.base/fileio.exp: Add test for shell not available as well as
5819 available.
5820 * gdb.base/fileio.c (test_system): Check for shell twice.
5821
90a45c4d
YQ
58222014-06-04 Yao Qi <yao@codesourcery.com>
5823
5824 * gdb.base/auto-connect-native-target.exp: Remove redundant
5825 space from the regexp pattern.
5826
70017e41
YQ
58272014-06-04 Yao Qi <yao@codesourcery.com>
5828
5829 * gdb.base/default.exp: Replace "child" with "native" in
5830 regexp pattern.
5831
883964a7
SC
58322014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5833
5834 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5835 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5836 * gdb.python/py-xmethods.py: Python script supporting the
5837 new testcase and tests.
5838
ef370185
JB
58392014-06-03 Joel Brobecker <brobecker@adacore.com>
5840 Pedro Alves <palves@redhat.com>
5841
5842 PR breakpoints/17000
5843 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5844 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5845
1e2ccb61
BM
58462014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5847
5848 * gdb.base/subst.exp: Add tests to verify partial path matching
5849 output.
5850
c6ec5ab2
PA
58512014-06-03 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5854 target that doesn't use software single-stepping.
5855
835c559f
PA
58562014-06-03 Pedro Alves <palves@redhat.com>
5857
5858 PR breakpoints/17000
5859 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5860 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5861
06eb1586
DE
58622014-06-02 Doug Evans <xdje42@gmail.com>
5863
5864 * gdb.guile/scm-parameter.exp: New file.
5865
e698b8c4
DE
58662014-06-02 Doug Evans <xdje42@gmail.com>
5867
5868 * gdb.guile/scm-cmd.c: New file.
5869 * gdb.guile/scm-cmd.exp: New file.
5870
ded03782
DE
58712014-06-02 Doug Evans <xdje42@gmail.com>
5872
5873 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5874 pretty-printer lookup.
5875 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5876 (make-pp_s-printer): Call it.
5877 (make-pretty-printer-from-dict): New function.
5878 (lookup-pretty-printer-maker-from-dict): New function.
5879 (*pretty-printer*): Simplify.
5880 (make-objfile-pp_s-printer): New function.
5881 (install-objfile-pretty-printers!): New function.
5882 (make-progspace-pp_s-printer): New function.
5883 (install-progspace-pretty-printers!): New function.
5884 * gdb.guile/scm-progspace.c: New file.
5885 * gdb.guile/scm-progspace.exp: New file.
5886
41fac0cf
PA
58872014-06-02 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.base/dprintf-bp-same-addr.c: New file.
5890 * gdb.base/dprintf-bp-same-addr.exp: New file.
5891
96ae5695
EBM
58922014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5893
5894 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5895 * gdb.arch/powerpc-power.s: Likewise.
5896
da02b3a8
JB
58972014-06-02 Joel Brobecker <brobecker@adacore.com>
5898
5899 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5900
c72b2e7b
YQ
59012014-06-01 Yao Qi <yao@codesourcery.com>
5902
5903 * gdb.base/watchpoint.exp (test_watch_location): Check null
5904 pointer can be dereferenced. If not, do the test, otherwise
5905 skip it.
5906
53e8a631
AB
59072014-05-30 Andrew Burgess <aburgess@broadcom.com>
5908
5909 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5910 results.
5911 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5912
938f0e2f
AB
59132014-05-30 Andrew Burgess <aburgess@broadcom.com>
5914
5915 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5916 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5917 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5918 * gdb.arch/amd64-invalid-stack-top.c: New file.
5919 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5920
9ba6657a
PA
59212014-05-30 Pedro Alves <palves@redhat.com>
5922
5923 PR breakpoints/17000
5924 * gdb.base/sss-bp-on-user-bp.c: New file.
5925 * gdb.base/sss-bp-on-user-bp.exp: New file.
5926
522c09bf
DB
59272014-05-30 David Blaikie <dblaikie@gmail.com>
5928
5929 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5930 gnu_inline semantics via attribute.
5931 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5932 source explicitly specifies the required semantics.
5933
bf4ef81e
MR
59342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5935
5936 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5937
329ea579
PA
59382014-05-29 Pedro Alves <palves@redhat.com>
5939 Tom Tromey <tromey@redhat.com>
5940
5941 * gdb.base/async-shell.exp: Don't enable target-async.
5942 * gdb.base/async.exp
5943 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5944 parameter. Adjust.
5945 (top level): Don't test with "target-async".
5946 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5947 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5948 * gdb.base/inferior-died.exp: Don't enable target-async.
5949 * gdb.base/interrupt-noterm.exp: Likewise.
5950 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5951 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5952 * gdb.mi/mi-nonstop.exp: Likewise.
5953 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5954 * gdb.mi/mi-nsintrall.exp: Likewise.
5955 * gdb.mi/mi-nsmoribund.exp: Likewise.
5956 * gdb.mi/mi-nsthrexec.exp: Likewise.
5957 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5958 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5959 * gdb.python/py-evsignal.exp: Don't enable target-async.
5960 * gdb.python/py-evthreads.exp: Likewise.
5961 * gdb.python/py-prompt.exp: Likewise.
5962 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5963 * gdb.server/solib-list.exp: Don't enable target-async.
5964 * gdb.threads/thread-specific-bp.exp: Likewise.
5965 * lib/mi-support.exp: Adjust to use mi-async.
5966
fd664c91
PA
59672014-05-29 Pedro Alves <palves@redhat.com>
5968
5969 PR gdb/13860
5970 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5971 reason, even in sync mode.
5972
251bde03
PA
59732014-05-29 Pedro Alves <palves@redhat.com>
5974 Hui Zhu <hui@codesourcery.com>
5975
5976 PR PR15693
5977 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5978 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5979 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5980 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5981
7f3c0343
JB
59822014-05-28 Joel Brobecker <brobecker@adacore.com>
5983
5984 * config/monitor.exp (gdb_target_monitor): Replace use of
5985 "set remotebaud" by "set serial baud".
5986
b2715b27
AW
59872014-05-26 Andy Wingo <wingo@igalia.com>
5988
5989 * gdb.guile/scm-breakpoint.exp:
5990 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5991 properties instead of gdb-object-properties.
5992
498a4489
YQ
59932014-05-26 Yao Qi <yao@codesourcery.com>
5994
5995 * gdb.server/no-thread-db.exp: Specify source file name
5996 explicitly when setting a breakpoint.
5997
589fdceb
MM
59982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5999
6000 * gdb.btrace/vdso.c: New.
6001 * gdb.btrace/vdso.exp: New.
6002
e9089e05
MM
60032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6004
6005 * gdb.base/gcore.exp (capture_command_output): Move ...
6006 * lib/gdb.exp (capture_command_output): ... here.
6007
67b5c0c1
MM
60082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6009
6010 * gdb.btrace/data.exp: Test memory access during btrace replay.
6011
a2199296
SM
60122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6015
17b2616c
PA
60162014-05-21 Pedro Alves <palves@redhat.com>
6017
6018 PR gdb/13860
6019 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6020 (top level): Test that output related to execution commands is
6021 sent to the console with CLI commands, but not with MI commands.
6022 Test that breakpoint events are always mirrored to the console.
6023 Also expect the new source line to be output after a "next" in
6024 async mode too. Make it a pass/fail test.
6025 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6026 output.
6027 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6028
5166082f
PA
60292014-05-21 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6032 Use them to test variations of "list" after reaching a breakpoint.
6033 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6034 Test "list" with listsize 10 after reaching a breakpoint.
6035 * gdb.python/python.exp (decode_line current location line
6036 number): Adjust expected line number.
6037
2f25d70f
SM
60382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6039
6040 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6041 behavior for $args, pass it directly to "run".
6042
ff604a67
MR
60432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6044
6045 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6046 30000 to 65536.
6047
6a3cb8e8
PA
60482014-05-21 Pedro Alves <palves@redhat.com>
6049
6050 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6051 auto-connect-native-target off".
6052 * gdb.base/auto-connect-native-target.c: New file.
6053 * gdb.base/auto-connect-native-target.exp: New file.
6054
4ebfc96e
PA
60552014-05-21 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/default.exp: Test "target native" instead of "target
6058 child".
6059
36d46afb
MW
60602014-05-21 Mark Wielaard <mjw@redhat.com>
6061
6062 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6063
5876f503
JK
60642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 Fix TLS access for -static -pthread.
6067 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6068 <HAVE_TLS> (thread_function, main): Initialize it.
6069 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6070 Add clean_restart.
6071 <$have_tls != "">: Check TLSVAR.
6072
0256a6ac
PA
60732014-05-21 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/dcache-line-read-error.c: New.
6076 * gdb.base/dcache-line-read-error.exp: New.
6077
936d2992
PA
60782014-05-20 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/compare-sections.c: New file.
6081 * gdb.base/compare-sections.exp: New file.
6082
802e8e6d
PA
60832014-05-20 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/break-idempotent.c: New file.
6086 * gdb.base/break-idempotent.exp: New file.
6087
e59fa00f
MM
60882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6089
6090 * gdb.btrace/nohist.exp: New.
6091
8b696e31
YQ
60922014-05-20 Yao Qi <yao@codesourcery.com>
6093
6094 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6095 gdb.reverse directory and gdb_reverse_timeout exists in board
6096 setting.
6097 * README: Document gdb_reverse_timeout.
6098
73c9764f
YQ
60992014-05-20 Yao Qi <yao@codesourcery.com>
6100
6101 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6102 'test_file_name'. Treat args as a string instead of a list.
6103 (gdb_init): Rename argument 'args' by 'test_file_name'.
6104
f1f4348a
JK
61052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6106
6107 * gdb.arch/powerpc-power.exp: New file.
6108 * gdb.arch/powerpc-power.s: New file.
6109
0dbe70ce
DE
61102014-05-16 Doug Evans <dje@google.com>
6111
6112 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6113 * gdb.base/completion.exp: Check that all expected files exist
6114 before doing file completion.
0dbe70ce 6115
8d551b02
DE
61162014-05-16 Doug Evans <dje@google.com>
6117
6118 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6119 Update.
6120 (do_syscall_tests_without_xml): Update.
6121
73eb7709
PA
61222014-05-16 Pedro Alves <palves@redhat.com>
6123
6124 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6125 instead of "unknown output after running".
6126
3fae92fc
YQ
61272014-05-16 Yao Qi <yao@codesourcery.com>
6128
6129 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6130 file1.txt from host at the end.
6131 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6132
c2b2ccc5
DE
61332014-05-15 Doug Evans <dje@google.com>
6134
6135 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6136 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6137 loading file. Add test for TU lookup.
6138
8c217a4b
SM
61392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6140
6141 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6142 calling "-exec-arguments" or "set args" before running the
6143 inferior.
6144
3deb39c6
SM
61452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6146
6147 * lib/mi-support.exp (mi_expect_stop): Expect message for
6148 inferiors that exit with non-zero exit code.
6149
71a79f8c
YQ
61502014-05-14 Yao Qi <yao@codesourcery.com>
6151
6152 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6153 match absolute path on remote host.
6154 (test_file_list_exec_source_files): Remove "/" from the
6155 pattern.
6156
f23fcd46
YQ
61572014-05-14 Yao Qi <yao@codesourcery.com>
6158
6159 * boards/local-remote-host-notty.exp (${board}_file): New
6160 proc.
6161
9404b58f
KM
61622014-05-07 Kyle McMartin <kyle@redhat.com>
6163
6164 Pushed by Joel Brobecker <brobecker@adacore.com>.
6165 * gdb.arch/aarch64-atomic-inst.c: New file.
6166 * gdb.arch/aarch64-atomic-inst.exp: New file.
6167
5e45f04c
YQ
61682014-05-07 Yao Qi <yao@codesourcery.com>
6169
6170 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6171 in current context" too.
6172
c888a17d
KS
61732014-05-05 Keith Seitz <keiths@redhat.com>
6174
6175 * gdb.linespec/ls-dollar.exp: Add test for linespec
6176 file:convenience_variable.
6177
290a839c
YQ
61782014-05-05 Yao Qi <yao@codesourcery.com>
6179
6180 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6181 traceframes into tfile and ctf trace files. Read data from
6182 trace file and test collected data.
6183 (gdb_collect_locals_test): Likewise.
6184 (gdb_unavailable_registers_test): Likewise.
6185 (gdb_unavailable_floats): Likewise.
6186 (gdb_collect_globals_test): Likewise.
6187 (top-level): Append "ctf" to trace_file_targets if GDB
6188 supports.
6189
b5262cd0
YQ
61902014-05-05 Yao Qi <yao@codesourcery.com>
6191
6192 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6193 code to ...
6194 (gdb_collect_args_test_1): ... it. New proc.
6195 (gdb_collect_locals_test): Move some code to ...
6196 (gdb_collect_locals_test_1): ... it. New proc.
6197 (gdb_unavailable_registers_test): Move some code to ...
6198 (gdb_unavailable_registers_test_1): ... it. New proc.
6199 (gdb_unavailable_floats): Move some code to ...
6200 (gdb_unavailable_floats_1): ... it. New proc.
6201
30a1e6cc
SDJ
62022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6203
6204 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6205 probes to test for bitness recognition.
6206 * gdb.arch/amd64-stap-optional-prefix.exp
6207 (test_probe_value_without_reg): New procedure.
6208 Add code to test for different kinds of bitness.
6209
f33da99a
SDJ
62102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6211
6212 PR breakpoints/16889
6213 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6214 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6215
5b80f00d
PA
62162014-05-01 Pedro Alves <palves@redhat.com>
6217
6218 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6219 gdb_file_cmd if no file is specified.
6220 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6221 last_loaded_file to set the remote exec-file.
6222
f8c2a73c
PA
62232014-05-01 Pedro Alves <palves@redhat.com>
6224
6225 * boards/local-remote-host.exp: New file.
6226
be6e8ac7
PA
62272014-05-01 Pedro Alves <palves@redhat.com>
6228
6229 * boards/local-remote-host.exp: Rename to ...
6230 * boards/local-remote-host-notty.exp: ... this.
6231
cac0dc8f
JB
62322014-04-28 Joel Brobecker <brobecker@adacore.com>
6233
6234 * gdb.ada/dyn_arrayidx: New testcase.
6235
9730e6cc
YQ
62362014-04-26 Yao Qi <yao@codesourcery.com>
6237
6238 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6239 and compute the length of function main. Save it in
6240 $main_length.
6241 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6242 (top-level): Use gdb_compile to compile objects into
6243 executable and restart GDB. Remove invocation to
6244 prepare_for_testing.
6245
7ae1a6a6
PA
62462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6247 Pedro Alves <palves@redhat.com>
6248
6249 PR server/16255
6250 * gdb.multi/multi-attach.c: New file.
6251 * gdb.multi/multi-attach.exp: New file.
6252
4082afcc
PA
62532014-04-25 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6256 user.
6257 (top level): Test that "set remote conditional-breakpoints-packet
6258 off" works as intended.
6259 * gdb.base/dprintf.exp: Test that "set remote
6260 breakpoint-commands-packet off" works as intended.
6261 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6262 New function.
6263 (top level): Call it.
6264 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6265 remote fast-tracepoints-packet off" works as intended.
6266 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6267 * lib/gdb.exp (gdb_is_target_remote): ... here.
6268
2abc3f8d
DB
62692014-04-24 David Blaikie <dblaikie@gmail.com>
6270
6271 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6272 ensure clang would not discard them.
6273 * gdb.base/gdbvars.c: Ditto.
6274 * gdb.base/memattr.c: Ditto.
6275 * gdb.base/whatis.c: Ditto.
6276 * gdb.python/py-prettyprint.c: Ditto.
6277 * gdb.trace/actions.c: Ditto.
6278 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6279 ensure clang would not discard it.
6280
bfd39632
DB
62812014-04-24 David Blaikie <dblaikie@gmail.com>
6282
6283 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6284 clang to emit the full definition of type required by the test
6285 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6286
22842ff6
DB
62872014-04-24 David Blaikie <dblaikie@gmail.com>
6288
6289 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6290 coax Clang into emitting the definition of the type.
6291 * gdb.cp/pr10728-x.h (y): Ditto.
6292 * gdb.cp/pr10728-y.cc (y): Ditto.
6293
c2e827ad
DB
62942014-04-24 David Blaikie <dblaikie@gmail.com>
6295
6296 * gdb.base/label.exp: XFAIL label related tests under Clang.
6297 * gdb.cp/cplabel.exp: Ditto.
6298 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6299 under Clang those using labels.
6300
4c2d33e7
YQ
63012014-04-25 Yao Qi <yao@codesourcery.com>
6302
6303 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6304 double_label.
6305 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6306 partial_label and double_label.
6307
56083b99
DB
63082014-04-24 David Blaikie <dblaikie@gmail.com>
6309
6310 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6311
25d4e99d
DB
63122014-04-24 David Blaikie <dblaikie@gmail.com>
6313
6314 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6315 of the function to work across GCC and Clang.
6316 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6317 pointer types (const void ** const V void **).
6318
01f9f808
MS
63192014-04-24 Michael Sturm <michael.sturm@mintel.com>
6320 Walfred Tedeschi <walfred.tedeschi@intel.com>
6321
6322 * Makefile.in (EXECUTABLES): Added i386-avx512.
6323 * gdb.arch/i386-avx512.c: New file.
6324 * gdb.arch/i386-avx512.exp: Likewise.
6325
4b48d439
KS
63262014-04-23 Keith Seitz <keiths@redhat.com>
6327
6328 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6329 (mi_make_breakpoint_table): New procedure.
6330 (mi_create_breakpoint): Use mi_make_breakpoint
6331 and return the result.
6332 (mi_make_breakpoint): New procedure.
6333 (mi_build_kv_pairs): New procedure.
6334
6335 * gdb.mi/mi-break.exp: Remove unused globals,
6336 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6337 All callers updated.
6338 * gdb.mi/mi-dprintf.exp: Use variable to track command
6339 number.
6340 Update all callers of mi_create_breakpoint and use
6341 mi_make_breakpoint_table.
6342 Remove any unused global variables.
6343 * gdb.mi/mi-nonstop.exp: Likewise.
6344 * gdb.mi/mi-nsintrall.exp: Likewise.
6345 * gdb.mi/mi-nsmoribund.exp: Likewise.
6346 * gdb.mi/mi-nsthrexec.exp: Likewise.
6347 * gdb.mi/mi-reverse.exp: Likewise.
6348 * gdb.mi/mi-simplerun.exp: Likewise.
6349 * gdb.mi/mi-stepn.exp: Likewise.
6350 * gdb.mi/mi-syn-frame.exp: Likewise.
6351 * gdb.mi/mi-until.exp: Likewise.
6352 * gdb.mi/mi-var-cp.exp: Likewise.
6353 * gdb.mi/mi-var-display.exp: Likewise.
6354 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6355 * gdb.mi/mi2-var-child.exp: Likewise.
6356 * gdb.mi/mi-vla-c99.exp: Likewise.
6357 * lib/mi-support.exp: Likewise.
6358
6359 From Ian Lance Taylor <iant@cygnus.com>:
6360 * lib/gdb.exp (parse_args): New procedure.
6361
08351840
PA
63622014-04-23 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.base/break-unload-file.c: New file.
6365 * gdb.base/break-unload-file.exp: New file.
6366 * gdb.base/sym-file-lib.c (baz): New function.
6367 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6368 field.
6369 (load): Store the segment's mapped size.
6370 (unload): New function.
6371 (unload_shlib): New function.
6372 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6373 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6374 set a breakpoint at baz, and call it.
6375 * gdb.base/sym-file.exp: New tests for stale breakpoint
6376 instructions.
6377
076855f9
PA
63782014-04-23 Pedro Alves <palves@redhat.com>
6379
6380 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6381 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6382 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6383 * gdb.base/hbreak-unmapped.c: New file.
6384 * gdb.base/hbreak-unmapped.exp: New file.
6385 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6386 * lib/gdb.exp (gdb_is_target_remote): ... here.
6387
483805cf
PA
63882014-04-22 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.base/consecutive-step-over.c: New file.
6391 * gdb.base/consecutive-step-over.exp: New file.
6392
06d97543
PA
63932014-04-22 Pedro Alves <palves@redhat.com>
6394
6395 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6396 instead of send_gdb/gdb_expect.
6397
b4429ea2
YQ
63982014-04-22 Yao Qi <yao@codesourcery.com>
6399
6400 * lib/trace-support.exp (generate_tracefile): New procedure.
6401 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6402 return 0.
6403 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6404 if generate_tracefile returns 1.
6405
51d48146
PA
64062014-04-18 Tom Tromey <palves@redhat.com>
6407 Pedro alves <tromey@redhat.com>
6408
6409 PR backtrace/15558
6410 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6411 with a backtrace limit.
6412 * gdb.python/py-frame-inline.exp: Test running to an inline
6413 function with a backtrace limit, and printing the newest frame.
6414 * gdb.python/py-frame-inline.c (main): Call f.
6415
bd1dce5f
MS
64162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6417
6418 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6419
40d1a503
MS
64202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6421
6422 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6423 Drop prefix from unsupported source file path.
6424
389b98f7
YQ
64252014-04-17 Yao Qi <yao@codesourcery.com>
6426
6427 * lib/gdb.exp (with_target_charset): New proc.
6428 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6429 with_target_charset.
6430 (test_print_strings): Likewise.
6431 (test_repeat_bytes): Likewise.
6432 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6433 for some tests.
6434
22869d73
KS
64352014-04-16 Keith Seitz <keiths@redhat.com>
6436
6437 PR gdb/15827
6438 * gdb.dwarf2/corrupt.c: New file.
6439 * gdb.dwarf2/corrupt.exp: New file.
6440
c4f87ca6
KS
64412014-04-16 Keith Seitz <keiths@redhat.com>
6442
6443 PR c++/16597
6444 * gdb.cp/namelessclass.cc: New file.
6445 * gdb.cp/namelessclass.exp: New file.
6446 * gdb.cp/namelessclass.S: New file.
6447
ab19de87
DE
64482014-04-16 Doug Evans <dje@google.com>
6449
6450 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6451 Add comment.
6452 (gdbserver_default_get_comm_port): New function.
6453 (gdbserver_start): Check if board file provided
6454 "gdbserver,get_comm_port" and use it if so.
6455 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6456 (gdb,socketport): Set to "stdio".
6457 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6458 (stdio_gdbserver_template): Delete.
6459 (${board}_get_remote_address): Update.
6460 (${board}_build_remote_cmd): Delete.
6461 (${board}_get_comm_port): New function.
6462 (${board}_spawn): Update.
6463 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6464 Delete.
6465 (${board}_get_remote_address): Update.
6466 (${board}_get_comm_port): New function.
6467
fc98a809
AB
64682014-04-16 Andrew Burgess <aburgess@broadcom.com>
6469
6470 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6471 appearing in any order.
6472
87fd9e6e
DE
64732014-04-15 Doug Evans <dje@google.com>
6474
6475 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6476 uninitialized value of "description".
6477
099fc3ea
KS
64782014-04-15 Keith Seitz <keiths@redhat.com>
6479
6480 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6481 Remove unused globals.
6482 (test_running_the_program): Likewise.
6483 (test_controlled_execution): Likewise.
6484 (test_controlling_breakpoints): Likewise.
6485 (test_program_termination): Likewise.
6486
5da151d4
KS
64872014-04-15 Keith Seitz <keiths@redhat.com>
6488
6489 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6490 unused globals.
6491 (test_rbreak_creation_and_listing): Likewise.
6492 (test_ignore_count): Likewise.
6493 (test_error): Likewise.
6494
35e5d2f0
PA
64952014-04-15 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6498 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6499 sym-file-loader.c.
6500 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6501 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6502 to sym-file-loader.c.
6503 (struct library): Forward declare.
6504 (load_shlib, lookup_function): Change prototypes.
6505 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6506 (translate_offset): Remove declarations.
6507 (get_text_addr): New declaration.
6508 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6509 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6510 sym-file-loader.h.
6511 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6512 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6513 here from sym-file-loader.h.
6514 (struct library): New structure.
6515 (load_shlib, lookup_function): Change prototypes and adjust to
6516 work with a struct library.
6517 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6518 (translate_offset): Make static.
6519 (get_text_addr): New function.
6520 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6521
eb4c1710
PA
65222014-04-15 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6525
2d1baf52
PA
65262014-04-15 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/sym-file-loader.c: Include <limits.h>.
6529 (SELF_LINK): New define.
6530 (get_origin): New function.
6531 (load_shlib): Use it.
6532 * gdb.base/sym-file.exp: Don't early return if the target is
6533 remote. Use runto_main, and issue fail is that fails. Use
6534 gdb_load_shlibs.
6535 (shlib_name): Delete.
6536 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6537
7dd6df01
PA
65382014-04-15 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/sym-file.exp: Remove regex characters from test
6541 message. Don't refer to breakpoint numbers in test messages.
6542
b50c8614
KS
65432014-04-14 Keith Seitz <keiths@redhat.com>
6544
6545 PR c++/16253
6546 * gdb.cp/var-tag.cc: New file.
6547 * gdb.cp/var-tag.exp: New file.
6548 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6549 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6550 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6551 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6552
3d567982
TT
65532014-04-14 Tom Tromey <tromey@redhat.com>
6554
6555 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6556 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6557 type.
6558 * gdb.cp/enum-class.exp: New file.
6559 * gdb.cp/enum-class.cc: New file.
6560
0626fc76
TT
65612014-04-14 Tom Tromey <tromey@redhat.com>
6562
6563 * gdb.dwarf2/enum-type.exp: New file.
6564
dca325b3
SA
65652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6566
6567 * gdb.mi/mi-vla-c99.exp: New file.
6568 * gdb.mi/vla.c: New file.
6569
5854b38a
SA
65702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6571
6572 * gdb.base/vla-datatypes.c: New file.
6573 * gdb.base/vla-datatypes.exp: New file.
6574
463bb957
SA
65752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6576
6577 * gdb.base/vla-ptr.c: New file.
6578 * gdb.base/vla-ptr.exp: New file.
6579
3dd170be
SA
65802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6581
6582 * gdb.dwarf2/count.exp: New file.
6583
5ecaaa66
SA
65842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6585
6586 * gdb.base/vla-sideeffect.c: New file.
6587 * gdb.base/vla-sideeffect.exp: New file.
6588
41f1ada5
DB
65892014-04-14 David Blaikie <dblaikie@gmail.com>
6590
6591 * gdb.mi/non-stop.c: Add return value for non-void function return
6592 statement.
6593 * gdb.threads/staticthreads.c: Ditto.
6594
0be03e84
DE
65952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6596 Doug Evans <xdje42@gmail.com>
6597
6598 * gdb.guile/scm-value.c: Improve test case.
6599 * gdb.guile/scm-value.exp: Add new test.
6600
f180a1fb
DB
66012014-04-11 David Blaikie <dblaikie@gmail.com>
6602
6603 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6604 override Clang's default.
6605
6b662e19
JB
66062014-04-11 Joel Brobecker <brobecker@adacore.com>
6607
6608 Revert the following changes (regressions):
6609
6610 * gdb.base/vla-sideeffect.c: New file.
6611 * gdb.base/vla-sideeffect.exp: New file.
6612
6613 * gdb.dwarf2/count.exp: New file.
6614
6615 * gdb.base/vla-multi.c: New file.
6616 * gdb.base/vla-multi.exp: New file.
6617
6618 * gdb.base/vla-ptr.c: New file.
6619 * gdb.base/vla-ptr.exp: New file.
6620
6621 * gdb.base/vla-datatypes.c: New file.
6622 * gdb.base/vla-datatypes.exp: New file.
6623
6624 * gdb.mi/mi-vla-c99.exp: New file.
6625 * gdb.mi/vla.c: New file.
6626
245a5f0b
KS
66272014-04-11 Keith Seitz <keiths@redhat.com>
6628
6629 PR c++/16675
6630 * gdb.cp/cpsizeof.exp: New file.
6631 * gdb.cp/cpsizeof.cc: New file.
6632
58a84dcf
SA
66332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6634
191a8a90
JB
6635 * gdb.mi/mi-vla-c99.exp: New file.
6636 * gdb.mi/vla.c: New file.
58a84dcf 6637
c8655f75
SA
66382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6639
6640 * gdb.base/vla-datatypes.c: New file.
6641 * gdb.base/vla-datatypes.exp: New file.
6642
024e13b4
SA
66432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6644
6645 * gdb.base/vla-ptr.c: New file.
6646 * gdb.base/vla-ptr.exp: New file.
6647
1a237e0e
SA
66482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6649
6650 * gdb.base/vla-multi.c: New file.
6651 * gdb.base/vla-multi.exp: New file.
6652
504f3432
SA
66532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6654
6655 * gdb.dwarf2/count.exp: New file.
6656
3bce8237
SA
66572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6658
191a8a90
JB
6659 * gdb.base/vla-sideeffect.c: New file.
6660 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6661
322f9c21
YQ
66622014-04-11 Yao Qi <yao@codesourcery.com>
6663
6664 * gdb.base/completion.exp: Check file exists before running tests
6665 on file completion.
6666
d708bcd1
PA
66672014-04-10 Pedro Alves <palves@redhat.com>
6668
6669 * gdb.base/cond-eval-mode.c: New file.
6670 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6671 prepare_for_testing to build the new file. Check result of
6672 runto_main.
6673 (test_break, test_watch): New procedures.
6674 (top level): Use them.
6675
ae1d2761
PM
66762014-04-08 Pierre Muller <muller@sourceware.org>
6677
6678 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6679 Ctrl-V use for mingw hosts.
6680
7af389b8
SC
66812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6682
6683 * gdb.python/py-value.c: Improve test case.
6684 * gdb.python/py-value.exp: Add new test.
6685
5e703181
DE
66862014-04-07 David Blaikie <dblaikie@gmail.com>
6687
6688 * lib/compiler.c: Identify the clang compiler.
6689 * lib/compiler.cc: Ditto.
6690
9810b410
YQ
66912014-04-03 Yao Qi <yao@codesourcery.com>
6692
6693 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6694
98d1b8dc
AB
66952014-04-01 Anton Blanchard <anton@samba.org>
6696
6697 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6698 messages unique.
6699
3114cea1
AB
67002014-04-01 Anton Blanchard <anton@samba.org>
6701
6702 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6703 prepare_for_testing.
6704
62f7182c
AB
67052014-04-01 Anton Blanchard <anton@samba.org>
6706
6707 * gdb.arch/ppc64-atomic-inst.c: Remove.
6708 * gdb.arch/ppc64-atomic-inst.S: New file.
6709 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6710
770e7fc7
DE
67112014-03-31 Doug Evans <dje@google.com>
6712
6713 * gdb.base/print-symbol-loading-lib.c: New file.
6714 * gdb.base/print-symbol-loading-main.c: New file.
6715 * gdb.base/print-symbol-loading.exp: New file.
6716
46e2bafa
YQ
67172014-03-31 Yao Qi <yao@codesourcery.com>
6718
6719 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6720
8776cfe9
JB
67212014-03-28 Joel Brobecker <brobecker@adacore.com>
6722
6723 * gdb.ada/mi_dyn_arr: New testcase.
6724
5d1ef361
DE
67252014-03-27 Doug Evans <dje@google.com>
6726
6727 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6728
b5bee914
YQ
67292014-03-27 Yao Qi <yao@codesourcery.com>
6730
6731 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6732 if target is nios2-*-*.
6733
0d4d0e77
YQ
67342014-03-26 Yao Qi <yao@codesourcery.com>
6735
6736 * lib/gdb.exp (readline_is_used): New proc.
6737 * gdb.base/completion.exp: Move tests on command complete up.
6738 Skip the rest of tests if readline is not used.
6739 * gdb.ada/complete.exp: Skp the test if readline is not
6740 used.
6741 * gdb.base/filesym.exp: Likewise.
6742 * gdb.base/macscp.exp: Likewise.
6743 * gdb.base/readline-ask.exp: Likewise.
6744 * gdb.base/readline.exp: Likewise.
6745 * gdb.python/py-cmd.exp: Likewise.
6746 * gdb.trace/tfile.exp: Likewise.
6747
29361eee
YQ
67482014-03-26 Yao Qi <yao@codesourcery.com>
6749
6750 * gdb.base/macscp.exp: Fix code format issues.
6751
bc9a5525
UW
67522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6753
6754 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6755 * gdb.asm/powerpc64le.inc: New file.
6756
d3839ede
PA
67572014-03-25 Pedro Alves <palves@redhat.com>
6758 Doug Evans <dje@google.com>
6759
6760 * gdb.base/source-execution.c: New file.
6761 * gdb.base/source-execution.exp: New file.
6762 * gdb.base/source-execution.gdb: New file.
6763
01672a57
DE
67642014-03-24 Doug Evans <dje@google.com>
6765
6766 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6767 using fission.
6768
88bbeca9
HZ
67692014-03-24 Hui Zhu <hui@codesourcery.com>
6770 Pedro Alves <palves@redhat.com>
6771
6772 PR breakpoints/16101
6773 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6774 test pass/fail messages. Detect missing support for dprintf when
6775 breakpoints are actually inserted.
6776 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6777 breakpoints are actually inserted.
6778 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6779 fails.
6780
d2348791
JK
67812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6782
6783 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6784
feef67ab
DE
67852014-03-22 Doug Evans <xdje42@gmail.com>
6786
6787 * gdb.python/python.exp (python not supported): Verify multi-line
6788 python command issues an error.
25d743f9 6789 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6790 guile command issues an error.
feef67ab 6791
ecebef6a
MR
67922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6793
6794 * gdb.threads/thread-specific.exp: Handle the lack of usable
6795 $this_breakpoint and $this_thread.
6796
ccdd1909
HZ
67972014-03-21 Hui Zhu <hui@codesourcery.com>
6798
6799 * gdb.base/attach.exp (do_command_attach_tests): New.
6800
beb460e8
PA
68012014-03-20 Tom Tromey <tromey@redhat.com>
6802 Pedro Alves <palves@redhat.com>
6803
6804 PR cli/15718
6805 * gdb.base/condbreak-call-false.c: New file.
6806 * gdb.base/condbreak-call-false.exp: New file.
6807
40acf43a
PA
68082014-03-20 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6811 Delete.
6812 (block_signals, unblock_signals): Delete.
6813 (child_function_2, main): Remove references to deleted variable
6814 and functions.
6815
9f5e1e02
PA
68162014-03-20 Pedro Alves <palves@redhat.com>
6817
6818 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6819 Use pthread_kill to signal thread 2.
6820 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6821 Adjust to make the test send itself a signal rather than using the
6822 host's "kill" command.
6823
99619bea
PA
68242014-03-20 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.threads/multiple-step-overs.c: New file.
6827 * gdb.threads/multiple-step-overs.exp: New file.
6828 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6829 Adjust expected infrun debug output.
6830
2adfaa28
PA
68312014-03-20 Pedro Alves <palves@redhat.com>
6832
6833 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6834 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6835
31e77af2
PA
68362014-03-20 Pedro Alves <palves@redhat.com>
6837
6838 PR breakpoints/7143
6839 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6840 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6841 of gdb_test_multiple.
6842 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6843 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6844
b9f437de
PA
68452014-03-20 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6848 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6849
05adc73e
PA
68502014-03-19 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.base/async.exp: Remove early return.
6853
6048b950
PA
68542014-03-19 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6857
8bcfb00a
PA
68582014-03-19 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.base/async.exp (test_background): Expect \r\n after
6861 "completed." in the fail pattern.
6862
884e37dc
PA
68632014-03-19 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/async.exp (test_background): New procedure.
6866 Use it for all background execution command tests.
6867
148e57e2
PA
68682014-03-19 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/async.exp: Use prepare_for_testing.
6871
f48088c7
PA
68722014-03-19 Pedro Alves <palves@redhat.com>
6873
6874 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6875 the same line.
6876
e2f6c966
PA
68772014-03-19 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.base/async.c (main): Add "jump here" and "until here" line
6880 marker comments.
6881 * gdb.base/async.exp (jump_here): New global.
6882 (jump& test): Use it.
6883 (until_here): New global.
6884 (until& test): Use it.
6885
c30568d4
PA
68862014-03-19 Pedro Alves <palves@redhat.com>
6887
6888 * gdb.base/async.exp: Don't frob gdb_protocol.
6889
0172b6a7
DE
68902014-03-18 Doug Evans <xdje42@gmail.com>
6891
6892 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6893 Fix spelling of exec-done-display.
6894
06c868a8
JK
68952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6896
6897 PR gdb/15358
6898 * gdb.base/gdb-sigterm.c: New file.
6899 * gdb.base/gdb-sigterm.exp: New file.
6900
0c7e1a46
PA
69012014-03-18 Pedro Alves <palves@redhat.com>
6902
6903 PR gdb/13860
6904 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6905 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6906 solib-event.
6907
f7c77d93
JB
69082014-03-17 Joel Brobecker <brobecker@adacore.com>
6909
6910 * gdb.ada/pckd_arr_ren: New testcase.
6911
5a1e8c7a
DE
69122014-03-13 Doug Evans <xdje42@gmail.com>
6913
6914 PR guile/16612
6915 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6916 collect after discarding symbols.
6917
350e1a76
DE
69182014-03-13 Ludovic Courtès <ludo@gnu.org>
6919 Doug Evans <xdje42@gmail.com>
6920
6921 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6922 to history survives a gc.
6923
a69900ae
PA
69242014-03-13 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/default.exp: Don't test "target procfs".
6927
5db9f0bd
PA
69282014-03-13 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.base/default.exp: Update "target child" and "target procfs"
6931 tests to not expect "Unix".
6932
b3ccfe11
TT
69332014-03-12 Tom Tromey <tromey@redhat.com>
6934
6935 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6936 New procs. Add target-async tests.
6937 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6938 Add target-async tests.
6939
646f4417
AA
69402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6941
6942 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6943 'func_start' and 'func_end' for the beginning and end of the
6944 function code, respectively.
6945 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6946 'func_end' instead of 'func' and 'main'.
6947
288c211f
AA
69482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6949
6950 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6951 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6952 generate the debug info assembler source.
6953
e0c0f156
AA
69542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6955
6956 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6957 * gdb.dwarf2/arr-subrange.exp: Likewise.
6958 * gdb.dwarf2/dwz.exp: Likewise.
6959 * gdb.dwarf2/method-ptr.exp: Likewise.
6960 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6961 * gdb.dwarf2/subrange.exp: Likewise.
6962 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6963 * gdb.dwarf2/implptrpiece.exp: Likewise.
6964 * gdb.dwarf2/nostaticblock.exp: Likewise.
6965
0e5c4555
AA
69662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6967
6968 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6969 directory to absolute path name arguments.
6970
5ec18f2b
JG
69712014-03-10 Joel Brobecker <brobecker@adacore.com>
6972
6973 * gdb.ada/tagged_access: New testcase.
6974
847fc4f2
MM
69752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6976
6977 * gdb.btrace/data.exp: Update expected output.
6978
cc3da688
YQ
69792014-03-06 Yao Qi <yao@codesourcery.com>
6980
6981 * gdb.trace/pr16508.exp: New file.
6982
0f26cec1
PA
69832014-03-05 Pedro Alves <palves@redhat.com>
6984
6985 PR gdb/16575
6986 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6987 procedure.
6988 (top level): Adjust to use it. Add tests that exercise breakpoint
6989 interaction with the code-cache.
6990
7a5a839f
LC
69912014-02-26 Ludovic Courtès <ludo@gnu.org>
6992
6993 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6994 test for 'history-append!'.
6995
31aa7e4e
JB
69962014-02-26 Joel Brobecker <brobecker@adacore.com>
6997
6998 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6999 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7000 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7001 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7002 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7003 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7004
1b588015
JB
70052014-02-26 Joel Brobecker <brobecker@adacore.com>
7006
7007 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7008 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7009 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7010
55426c9d
JB
70112014-02-26 Joel Brobecker <brobecker@adacore.com>
7012
7013 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7014
dc53a7ad
JB
70152014-02-26 Joel Brobecker <brobecker@adacore.com>
7016
7017 * gdb.dwarf2/arr-stride.c: New file.
7018 * gdb.dwarf2/arr-stride.exp: New file.
7019
12ab52e9
PA
70202014-02-26 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7023 that won't ever trigger. Make sure that GDB reports the correct
7024 breakpoint that caused the stop.
7025
849c862e
JK
70262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7027
7028 PR gdb/16626
7029 * gdb.base/auto-load-script: New file.
7030 * gdb.base/auto-load.c: New file.
7031 * gdb.base/auto-load.exp: New file.
7032
71b7d793
JK
7033 PR gdb/16626
7034 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7035
e2f0d509
JK
70362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7039 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7040
50cc37c8
DE
70412014-02-24 Doug Evans <dje@google.com>
7042
7043 * lib/gdb.exp (run_on_host): Log error output if program fails.
7044
ea4758f2
PA
70452014-02-21 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.threads/step-after-sr-lock.c: Rename to ...
7048 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7049 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7050 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7051 ... this.
7052
d7b30f67
SDJ
70532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7054
7055 PR tdep/16397
7056 * gdb.arch/amd64-stap-special-operands.exp: New file.
7057 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7058 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7059 * gdb.arch/amd64-stap-triplet.S: Likewise.
7060 * gdb.arch/amd64-stap-triplet.c: Likewise.
7061
83deb43f
JB
70622014-02-20 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7065 in .section pseudo-op.
7066
adde2bff
DE
70672014-02-20 lin zuojian <manjian2006@gmail.com>
7068 Joel Brobecker <brobecker@adacore.com>
7069 Doug Evans <xdje42@gmail.com>
7070
7071 PR symtab/16581
7072 * gdb.dwarf2/dw2-icycle.S: New file.
7073 * gdb.dwarf2/dw2-icycle.c: New file.
7074 * gdb.dwarf2/dw2-icycle.exp: New file.
7075
f7bd0f78
SC
70762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7077
7078 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7079 operations on gdb.Value objects.
7080 * gdb.python/py-value-cc.exp: Add new test to test operations on
7081 gdb.Value objects.
7082
c17ef0d5
DE
70832014-02-18 Doug Evans <dje@google.com>
7084
7085 * Makefile.in (TESTS): New variable.
7086 (expanded_tests, expanded_tests_or_none): New variables
7087 (check-single): Pass $(expanded_tests_or_none) to runtest.
7088 (check-parallel): Only run tests in $(TESTS) if non-empty.
7089 (check/no-matching-tests-found): New rule.
7090 * README: Document TESTS makefile variable.
7091
5dd3176f
DE
70922014-02-18 Doug Evans <dje@google.com>
7093
7094 * Makefile.in (check-parallel): rm -rf outputs temp.
7095
0b10be4f
JK
70962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7097
7098 Fix "ERROR: no fileid for" in the testsuite.
7099 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7100
85f224e7
DE
71012014-02-12 Doug Evans <dje@google.com>
7102
7103 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7104 (MISCELLANEOUS): New variable.
7105 (clean): rm -rf $(MISCELLANEOUS).
7106 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7107 dwp live in the same directory as symlinks, with each symlink pointed
7108 to a differently named file in a different directory.
7109
149b30ff
DE
71102014-02-11 Doug Evans <dje@google.com>
7111
7112 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7113 of Tcl file commands.
7114
1dfdac32
MK
71152014-02-10 Mark Kettenis <kettenis@gnu.org>
7116
7117 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7118 "kill -SIGUSR1 -1".
7119
aa4fb036
JB
71202014-02-10 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.ada/tick_length_array_enum_idx: New testcase.
7123
ed3ef339
DE
71242014-02-10 Doug Evans <xdje42@gmail.com>
7125
7126 * configure.ac (AC_OUTPUT): Add gdb.guile.
7127 * configure: Regenerate.
7128 * lib/gdb-guile.exp: New file.
7129 * lib/gdb.exp (get_target_charset): New function.
7130 * gdb.base/help.exp: Update expected output from "apropos apropos".
7131 * gdb.guile/Makefile.in: New file.
7132 * gdb.guile/guile.exp: New file.
7133 * gdb.guile/scm-arch.c: New file.
7134 * gdb.guile/scm-arch.exp: New file.
7135 * gdb.guile/scm-block.c: New file.
7136 * gdb.guile/scm-block.exp: New file.
7137 * gdb.guile/scm-breakpoint.c: New file.
7138 * gdb.guile/scm-breakpoint.exp: New file.
7139 * gdb.guile/scm-disasm.c: New file.
7140 * gdb.guile/scm-disasm.exp: New file.
7141 * gdb.guile/scm-equal.c: New file.
7142 * gdb.guile/scm-equal.exp: New file.
7143 * gdb.guile/scm-error.exp: New file.
7144 * gdb.guile/scm-error.scm: New file.
7145 * gdb.guile/scm-frame-args.c: New file.
7146 * gdb.guile/scm-frame-args.exp: New file.
7147 * gdb.guile/scm-frame-args.scm: New file.
7148 * gdb.guile/scm-frame-inline.c: New file.
7149 * gdb.guile/scm-frame-inline.exp: New file.
7150 * gdb.guile/scm-frame.c: New file.
7151 * gdb.guile/scm-frame.exp: New file.
7152 * gdb.guile/scm-generics.exp: New file.
7153 * gdb.guile/scm-gsmob.exp: New file.
7154 * gdb.guile/scm-iterator.c: New file.
7155 * gdb.guile/scm-iterator.exp: New file.
7156 * gdb.guile/scm-math.c: New file.
7157 * gdb.guile/scm-math.exp: New file.
7158 * gdb.guile/scm-objfile-script-gdb.in: New file.
7159 * gdb.guile/scm-objfile-script.c: New file.
7160 * gdb.guile/scm-objfile-script.exp: New file.
7161 * gdb.guile/scm-objfile.c: New file.
7162 * gdb.guile/scm-objfile.exp: New file.
7163 * gdb.guile/scm-ports.exp: New file.
7164 * gdb.guile/scm-pretty-print.c: New file.
7165 * gdb.guile/scm-pretty-print.exp: New file.
7166 * gdb.guile/scm-pretty-print.scm: New file.
7167 * gdb.guile/scm-section-script.c: New file.
7168 * gdb.guile/scm-section-script.exp: New file.
7169 * gdb.guile/scm-section-script.scm: New file.
7170 * gdb.guile/scm-symbol.c: New file.
7171 * gdb.guile/scm-symbol.exp: New file.
7172 * gdb.guile/scm-symtab-2.c: New file.
7173 * gdb.guile/scm-symtab.c: New file.
7174 * gdb.guile/scm-symtab.exp: New file.
7175 * gdb.guile/scm-type.c: New file.
7176 * gdb.guile/scm-type.exp: New file.
7177 * gdb.guile/scm-value-cc.cc: New file.
7178 * gdb.guile/scm-value-cc.exp: New file.
7179 * gdb.guile/scm-value.c: New file.
7180 * gdb.guile/scm-value.exp: New file.
7181 * gdb.guile/source2.scm: New file.
7182 * gdb.guile/types-module.cc: New file.
7183 * gdb.guile/types-module.exp: New file.
7184
7026a7c1
YQ
71852014-02-10 Yao Qi <yao@codesourcery.com>
7186
7187 PR testsuite/16543
7188 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7189 * configure: Regenerated.
7190 * Makefile.in: New file.
7191
6c466447
AS
71922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7193
7194 * gdb.python/py-framefilter.exp: Fix typo.
7195
6e854735
YQ
71962014-02-08 Yao Qi <yao@codesourcery.com>
7197
7198 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7199 that no =breakpoint-modified is emitted when breakpoints are
7200 modified through MI commands.
7201
d137e6dc
PA
72022014-02-07 Pedro Alves <pedro@codesourcery.com>
7203 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.threads/step-after-sr-lock.c: New file.
7206 * gdb.threads/step-after-sr-lock.exp: New file.
7207
b5ee5a50
PA
72082014-02-07 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7211
3c77faf3
JK
72122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7215 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7216
6dddc817
DE
72172014-02-06 Doug Evans <xdje42@gmail.com>
7218
7219 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7220 output.
7221
7222 * gdb.gdb/python-interrupts.exp: New file.
7223
de7b2893
YQ
72242014-02-05 Yao Qi <yao@codesourcery.com>
7225
7226 * gdb.trace/report.exp (use_collected_data): Test the output
7227 of "info threads" and "info inferiors".
7228
66d032ac
YQ
72292014-02-05 Yao Qi <yao@codesourcery.com>
7230
7231 Revert this patch:
7232
7233 2013-05-24 Yao Qi <yao@codesourcery.com>
7234
7235 * gdb.trace/tfile.exp: Test inferior and thread.
7236
591a12a1
UW
72372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7238
7239 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7240 on a function.
7241 * gdb.base/step-bt.c: Call hello via function pointer to make
7242 sure its first instruction is executed on powerpc64le-linux.
7243
0ff3e01f
UW
72442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7245
7246 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7247
084ee545
UW
72482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7249
7250 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7251 of the test patterns for use on little-endian systems.
7252
6ed14ff3
UW
72532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7254
7255 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7256 (decimal_vector): Fix for little-endian.
7257
401e27fd
JM
72582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7259
7260 * gdb.arch/sparc-sysstep.exp: New file.
7261 * gdb.arch/sparc-sysstep.c: Likewise.
7262
7263 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7264
8b924729
EBM
72652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7266
7267 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7268
fb151210
JB
72692014-01-23 Tom Tromey <tromey@redhat.com>
7270
7271 * gdb.ada/array_char_idx: New testcase.
7272
0740f8d8
TT
72732014-01-23 Tom Tromey <tromey@redhat.com>
7274
7275 PR python/16487:
7276 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7277 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7278 classes.
7279
21909fa1
TT
72802014-01-23 Tom Tromey <tromey@redhat.com>
7281
7282 PR python/16491:
7283 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7284 string from an inferior frame.
7285 * gdb.python/py-framefilter-mi.exp: Update.
7286
87ce2a04
DE
72872014-01-22 Doug Evans <dje@google.com>
7288
7289 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7290
237b092b
AA
72912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7292
7293 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7294
d674a709
AA
72952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7296
7297 * gdb.trace/entry-values.exp: Remove excess space character from
7298 regex patterns. Handle s390 call instruction.
7299
20fa3390
AA
73002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7301
7302 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7303 define "*_start" label. Make "name" static.
7304 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7305 ${name} by references to ${name}_start.
7306
78466714
AA
73072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7308
7309 * gdb.base/info-macros.exp: Remove "debug" from the compile
7310 options.
7311
ec9f644a
IB
73122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7313
7314 * gdb.dlang/demangle.exp: New file.
7315
94b1b47e
IB
73162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7317
7318 * gdb.dlang/primitive-types.exp: New file.
7319
7f420862
IB
73202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7321
7322 * configure.ac: Create gdb.dlang/Makefile.
7323 * configure: Regenerate.
7324 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7325 * gdb.dlang/Makefile.in: New file.
7326 * lib/d-support.exp: New file.
7327 * lib/gdb.exp (skip_d_tests): New proc.
7328
52834460
MM
73292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7330
7331 * gdb.btrace/delta.exp: Check reverse stepi.
7332 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7333 * gdb.btrace/finish.exp: New.
7334 * gdb.btrace/next.exp: New.
7335 * gdb.btrace/nexti.exp: New.
7336 * gdb.btrace/record_goto.c: Add comments.
7337 * gdb.btrace/step.exp: New.
7338 * gdb.btrace/stepi.exp: New.
7339 * gdb.btrace/multi-thread-step.c: New.
7340 * gdb.btrace/multi-thread-step.exp: New.
7341 * gdb.btrace/rn-dl-bind.c: New.
7342 * gdb.btrace/rn-dl-bind.exp: New.
7343 * gdb.btrace/data.c: New.
7344 * gdb.btrace/data.exp: New.
7345 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7346
6e07b1d2
MM
73472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7348
7349 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7350 * gdb.btrace/exception.exp: Update.
7351 * gdb.btrace/instruction_history.exp: Update.
7352 * gdb.btrace/record_goto.exp: Update.
7353 * gdb.btrace/tailcall.exp: Update.
7354 * gdb.btrace/unknown_functions.exp: Update.
7355 * gdb.btrace/delta.exp: New.
7356
0b722aec
MM
73572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7358
7359 * gdb.btrace/record_goto.exp: Add backtrace test.
7360 * gdb.btrace/tailcall.exp: Add backtrace test.
7361
066ce621
MM
73622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7363
7364 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7365 * gdb.btrace/record_goto.c: New.
7366 * gdb.btrace/record_goto.exp: New.
7367 * gdb.btrace/x86-record_goto.S: New.
7368
0688d04e
MM
73692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7370
7371 * gdb.btrace/function_call_history.exp: Update tests.
7372 * gdb.btrace/instruction_history.exp: Update tests.
7373
8710b709
MM
73742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7375
7376 * gdb.btrace/function_call_history.exp: Fix expected field
7377 order for "record function-call-history".
7378 Add new tests for "record function-call-history /c".
7379 * gdb.btrace/exception.cc: New.
7380 * gdb.btrace/exception.exp: New.
7381 * gdb.btrace/tailcall.exp: New.
7382 * gdb.btrace/x86-tailcall.S: New.
7383 * gdb.btrace/x86-tailcall.c: New.
7384 * gdb.btrace/unknown_functions.c: New.
7385 * gdb.btrace/unknown_functions.exp: New.
7386 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7387
5de9129b
MM
73882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7389
7390 * gdb.btrace/instruction_history.exp: Update.
7391 * gdb.btrace/function_call_history.exp: Update.
7392
23a7fe75
MM
73932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7394
7395 * gdb.btrace/function_call_history.exp: Fix expected function
7396 trace.
7397 * gdb.btrace/instruction_history.exp: Initialize traced.
7398 Remove traced_functions.
7399
724c7dd8
MM
74002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7401
7402 * gdb.btrace/function_call_history.exp: Update
7403 * gdb.btrace/instruction_history.exp: Update.
7404
6d78d93b
MM
74052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7406
7407 * gdb.btrace/enable.exp: Update expected text.
7408
93a360cc
OJ
74092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7410
7411 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7412 bytes.
7413
3772b53f
MR
74142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7415
7416 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7417
596662fa
OJ
74182014-01-15 Omair Javaid <omair.javaid@linaro.org>
7419
7420 * lib/gdb.exp (supports_process_record): Return true for
7421 arm*-linux*. (supports_reverse): Likewise.
7422
b5b08fb4
SC
74232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7424
7425 PR python/15464
7426 PR python/16113
7427 * gdb.python/py-type.c: Enhance test case.
7428 * gdb.python/py-value-cc.cc: Likewise
7429 * gdb.python/py-type.exp: Add new tests.
7430 * gdb.python/py-value-cc.exp: Likewise
7431
52d7fb13
AA
74322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7433 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7436 Make "name" extern.
7437 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7438 references to ${name}_start by references to ${name}.
7439
a2cd8cfe
JB
74402014-01-10 Joel Brobecker <brobecker@adacore.com>
7441
7442 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7443
4e23fced
JB
74442014-01-10 Joel Brobecker <brobecker@adacore.com>
7445
7446 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7447
c6a9e42c
PA
74482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7449 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7452 mi_gdb_target_load.
c6a9e42c 7453
b7ea362b
PA
74542014-01-08 Pedro Alves <palves@redhat.com>
7455
7456 * gdb.threads/reconnect-signal.c: New file.
7457 * gdb.threads/reconnect-signal.exp: New file.
7458
5e3f4fab
EBM
74592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 * gdb.base/source-dir.exp: New file.
7462
79301218
JB
74632014-01-07 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.ada/mi_interface: New testcase.
7466
8e355c5d
JB
74672014-01-07 Joel Brobecker <brobecker@adacore.com>
7468
7469 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7470 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7471 gdb.ada/pp-rec-component/pck.ads: New files.
7472
c0d48811
JB
74732014-01-07 Joel Brobecker <brobecker@adacore.com>
7474
7475 * gdb.python/py-pp-integral.c: New file.
7476 * gdb.python/py-pp-integral.py: New file.
7477 * gdb.python/py-pp-integral.exp: New file.
7478
17b609c3 7479For older changes see ChangeLog-1993-2013.
c906108c 7480\f
8d8cb839
EZ
7481;; Local Variables:
7482;; mode: change-log
7483;; left-margin: 8
7484;; fill-column: 74
7485;; version-control: never
7486;; End:
902f2ccb 7487
618f726f 7488 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7489 Copying and distribution of this file, with or without modification,
7490 are permitted provided the copyright notice and this notice are preserved.
This page took 2.565869 seconds and 4 git commands to generate.