]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add new maintainer to Write After Approval.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
86e501af
PA
12016-03-01 Pedro Alves <palves@redhat.com>
2
3 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4
1e903e32
PA
52016-03-01 Pedro Alves <palves@redhat.com>
6
7 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8 before anything else.
9 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10 _GNU_SOURCE here.
11 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12 before anything else.
13 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
14
6ccb54e2
PA
152016-03-01 Pedro Alves <palves@redhat.com>
16
17 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
18
30ca9da1
YQ
192016-03-01 Yao Qi <yao.qi@linaro.org>
20
21 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
22 prepare_for_testing.
23
dc856b38
YQ
242016-03-01 Yao Qi <yao.qi@linaro.org>
25
26 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
27
4a932159
AA
282016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
29
30 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
31 manually constructing the output path.
32
f2489477
AA
332016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
34
35 * gdb.arch/s390-stackless.S: New.
36 * gdb.arch/s390-stackless.exp: New.
37
38899f16
IB
382016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
39
40 * gdb.dlang/circular.c: New file.
41 * gdb.dlang/circular.exp: New file.
42
9fde51ed
YQ
432016-02-26 Yao Qi <yao.qi@linaro.org>
44
45 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
46 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
47 (testcases): Update.
48
ce90fefe
YQ
492016-02-26 Yao Qi <yao.qi@linaro.org>
50
51 * gdb.reverse/aarch64.c: Rename to ...
52 * gdb.reverse/insn-reverse.c: ... it.
53 * gdb.reverse/aarch64.exp: Rename to ...
54 * gdb.reverse/insn-reverse.exp: ... it.
55
3263bceb
YQ
562016-02-26 Yao Qi <yao.qi@linaro.org>
57
58 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
59 (testcase_ftype): New.
60 (testcases): New array.
61 (n_testcases): New.
62 (main): Call each element in testcases.
63 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
64 (read_testcase): New.
65 Do the tests in a loop.
66
6cb59ff1
YQ
672016-02-25 Yao Qi <yao.qi@linaro.org>
68
69 * gdb.base/branches.c: Remove.
70
ae91f625
MK
712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
72
73 PR gdb/13808
74 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
75
678b48b7
MK
762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
77
78 * gdb.trace/ftrace.exp: Remove unnecessary target check.
79
7337a6f2
MK
802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
81
82 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
83 change x86_64 call_insn to 'callq'.
84
861ca91f
AT
852016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
86
87 * gdb.trace/tfile-avx.c: Move to...
88 * gdb.trace/tracefile-pseudo-reg.c: Here.
89 * gdb.trace/tfile-avx.exp: Move to...
90 * gdb.trace/tracefile-pseudo-reg.exp: Here.
91
bf74e428
GB
922016-02-24 Gary Benson <gbenson@redhat.com>
93
94 * gdb.base/attach-pie-noexec.exp: Do not expect an error
95 message on attach.
96
cce0e923
DE
972016-02-23 Doug Evans <dje@google.com>
98
99 * gdb.base/skip.c (test_skip): New function.
100 (end_test_skip_file_and_function): New function.
101 (test_skip_file_and_function): New function.
102 * gdb.base/skip1.c (test_skip): New function.
103 (skip1_test_skip_file_and_function): New function.
104 * gdb.base/skip.exp: Add tests for new skip options.
105 * gdb.base/skip-solib.exp: Update expected output.
106 * gdb.perf/skip-command.cc: New file.
107 * gdb.perf/skip-command.exp: New file.
108 * gdb.perf/skip-command.py: New file.
109
4000e47e
MK
1102016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
111
112 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
113 info registers pattern.
114
24f75ead
IB
1152016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
116
117 * lib/future.exp: Add D support.
118 (gdb_find_gdc): New proc.
119 (gdb_default_target_compile): Add D support.
120
fbb7bcbe
WW
1212016-02-18 Wei-cheng Wang <cole945@gmail.com>
122
123 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
124 user+system time.
125 (trace_speed_test): Determine the iteration count for a time
126 between 15..30 seconds.
127
012b3a21
WT
1282016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
129
130 * gdb.arch/i386-mpx-sigsegv.c: New file.
131 * gdb.arch/i386-mpx-sigsegv.exp: New file.
132 * gdb.arch/i386-mpx-simple_segv.c: New file.
133 * gdb.arch/i386-mpx-simple_segv.exp: New file.
134
2d5189bd
YQ
1352016-02-18 Yao Qi <yao.qi@linaro.org>
136
137 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
138 Don't call setup_kfail.
139
40fb20d0
YQ
1402016-02-18 Yao Qi <yao.qi@linaro.org>
141
142 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
143 Set "set breakpoint condition-evaluation" per $cond_bp_target.
144
21b1f8d2
DE
1452016-02-16 Doug Evans <dje@google.com>
146
147 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
148 * gdb.base/skip1.c: Ditto.
149 * gdb.base/skip.exp: Whitespace cleanup.
150
4041ed77
DB
1512016-02-16 Don Breazeal <donb@codesourcery.com>
152
153 PR remote/19496
154 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
155 Remove kfail for PR remote/19496.
156
c4ef31bf
SM
1572016-02-16 Simon Marchi <simon.marchi@ericsson.com>
158
159 * lib/gdb.exp (standard_temp_file): Return a path specific to
160 the runtest invocation.
161
266b65b3
SM
1622016-02-16 Simon Marchi <simon.marchi@ericsson.com>
163
164 * gdb.trace/save-trace.exp: Change relative path to be in the
165 standard output directory.
166
a7a0a6a9
JK
1672016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 * gdb.arch/i386-prologue.c: Add missing prototypes.
170
c99dbb42
JK
1712016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
172
173 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
174 * gdb.arch/i386-prologue.exp: Likewise.
175 * gdb.arch/i386-size.exp: Likewise.
176
aa480355
SM
1772016-02-15 Simon Marchi <simon.marchi@ericsson.com>
178
179 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
180 define object file path.
181 * gdb.btrace/gcore.exp: Use standard_output_file to define core
182 file path.
183 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
184 standard_output_file to define binfile.
185
ba881f50
JK
1862016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 Fix compatibility with recent gfortran-5.3.1.
189 * gdb.fortran/vla-history.exp (print vla1 allocated)
190 (print vla2 allocated, print $2, print $3): Remove
191 (print $4): Rename to ...
192 (print $2): ... here.
193 (print $9): Rename to ...
194 (print $5): ... here.
195 (print $10): Rename to ...
196 (print $6): ... here.
197 * gdb.fortran/vla.f90: Add pvla initialization.
198
e9fb005c
JK
1992016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
200
201 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
202 New test.
203 * gdb.fortran/vla-value-sub.exp: Likewise.
204
e44e00ff
MK
2052016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
206
207 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
208
97e94151
SM
2092016-02-12 Simon Marchi <simon.marchi@ericsson.com>
210
211 * i386-biarch-core.exp: Define corefile using
212 standard_output_file.
213
01113bc1
YQ
2142016-02-12 Yao Qi <yao.qi@linaro.org>
215
216 * gdb.arch/arm-single-step-kernel-helper.c: New.
217 * gdb.arch/arm-single-step-kernel-helper.exp: New.
218
33b4777c
MM
2192016-02-12 Markus Metzger <markus.t.metzger@intel.com>
220
221 * gdb.btrace/tailcall-only.exp: New.
222 * gdb.btrace/tailcall-only.c: New.
223 * gdb.btrace/x86_64-tailcall-only.S: New.
224 * gdb.btrace/i686-tailcall-only.S: New.
225
acc23c11
PA
2262016-02-11 Pedro Alves <palves@redhat.com>
227
228 * README (Parallel testing): Add missing double quotes.
229
e352bf0a
PA
2302016-02-11 Pedro Alves <palves@redhat.com>
231
232 * README (Parallel testing): New section.
233 (GDB_PARALLEL): Rewrite.
234 (FORCE_PARALLEL): Document.
235
9f5fed78
MK
2362016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
237
238 * gdb.trace/tfile-avx.c: New test.
239 * gdb.trace/tfile-avx.exp: New test.
240
9ef9e6a6
KS
2412016-02-09 Keith Seitz <keiths@redhat.com>
242
243 PR breakpoints/19546
244 * gdb.base/infcall-exec.c: New file.
245 * gdb.base/infcall-exec2.c: New file.
246 * gdb.base/infcall-exec.exp: New file.
247
a96e36da
KS
2482016-02-09 Keith Seitz <keiths@redhat.com>
249
250 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
251 (toplevel): Call test_bkpt_address.
252
9f61929f
KS
2532016-02-09 Keith Seitz <keiths@redhat.com>
254
255 PR python/19506
256 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
257 (toplevel): Call test_bkpt_address.
258
1e94266c
SM
2592016-02-09 Simon Marchi <simon.marchi@ericsson.com>
260
261 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
262 to AC_OUTPUT.
263 * configure: Regenerate.
264
2a7f3dff
PA
2652016-02-09 Pedro Alves <palves@redhat.com>
266
267 PR breakpoints/19548
268 * gdb.base/execl-update-breakpoints.c (some_function): New
269 function.
270 (main): Call it.
271 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
272 Tighten expected GDB output.
273
2151ccc5
SM
2742016-02-08 Simon Marchi <simon.marchi@ericsson.com>
275
276 * Makefile.in (ALL_SUBDIRS): Remove.
277 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
278 (distclean maintainer-clean realclean): Likewise.
279 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
280 * configure: Regenerate.
281 * gdb.ada/Makefile.in: Delete.
282 * gdb.arch/Makefile.in: Likewise.
283 * gdb.asm/Makefile.in: Likewise.
284 * gdb.base/Makefile.in: Likewise.
285 * gdb.btrace/Makefile.in: Likewise.
286 * gdb.cell/Makefile.in: Likewise.
287 * gdb.compile/Makefile.in: Likewise.
288 * gdb.cp/Makefile.in: Likewise.
289 * gdb.disasm/Makefile.in: Likewise.
290 * gdb.dlang/Makefile.in: Likewise.
291 * gdb.dwarf2/Makefile.in: Likewise.
292 * gdb.fortran/Makefile.in: Likewise.
293 * gdb.gdb/Makefile.in: Likewise.
294 * gdb.go/Makefile.in: Likewise.
295 * gdb.guile/Makefile.in: Likewise.
296 * gdb.java/Makefile.in: Likewise.
297 * gdb.linespec/Makefile.in: Likewise.
298 * gdb.mi/Makefile.in: Likewise.
299 * gdb.modula2/Makefile.in: Likewise.
300 * gdb.multi/Makefile.in: Likewise.
301 * gdb.objc/Makefile.in: Likewise.
302 * gdb.opencl/Makefile.in: Likewise.
303 * gdb.opt/Makefile.in: Likewise.
304 * gdb.pascal/Makefile.in: Likewise.
305 * gdb.perf/Makefile.in: Likewise.
306 * gdb.python/Makefile.in: Likewise.
307 * gdb.reverse/Makefile.in: Likewise.
308 * gdb.server/Makefile.in: Likewise.
309 * gdb.stabs/Makefile.in: Likewise.
310 * gdb.threads/Makefile.in: Likewise.
311 * gdb.trace/Makefile.in: Likewise.
312 * gdb.xml/Makefile.in: Likewise.
313 * lib/gdb.exp (make_gdb_parallel_path): Add check for
314 GDB_PARALLEL.
315 (standard_output_file): Remove check for GDB_PARALLEL, always
316 return path in outputs/$subdir/$testname.
317
437277d4
SM
3182016-02-08 Simon Marchi <simon.marchi@ericsson.com>
319
320 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
321 (site.exp): Assign abs_srcdir to tcl's srcdir.
322
31d913c7
YQ
3232016-02-04 Yao Qi <yao.qi@linaro.org>
324
325 * gdb.base/foll-exec-mode.c: Include limits.h.
326 (main): Add parameters argc and argv. Get directory from
327 argv[0].
328 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
329 compilation.
330 * gdb.base/foll-exec.c: Include limits.h.
331 (main): Add parameters argc and argv.
332 Get directory from argv[0].
333 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
334 Adjust tests on the number of lines as source code changed.
335 * gdb.base/foll-vfork-exit.c: Include limits.h.
336 (main): Add one line of statement before vfork.
337 * gdb.base/foll-vfork.c: Include limits.h and string.h.
338 (main): Add parameters argc and argv. Get directory from
339 argv[0].
340 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
341 (setup_gdb): Set tbreak to skip some source lines.
342 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
343 (main): Add parameters argc and argv. Get directory from
344 argv[0].
345 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
346 compilation.
347 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
348 (main): Add parameters argc and argv. Get directory from
349 argv[0].
350 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
351 compilation.
352
9482b9fb
DE
3532016-02-01 Doug Evans <dje@google.com>
354
355 * gdb.base/skip.exp: Clean up multiple references to same test name.
356
6b2e4f10
PA
3572016-02-01 Pedro Alves <palves@redhat.com>
358
ccb6afd6 359 PR remote/19496
6b2e4f10
PA
360 * gdb.threads/forking-threads-plus-breakpoint.exp
361 (displaced_stepping_supported): New global.
362 (probe_displaced_stepping_support): New procedure.
363 (do_test): Add 'displaced' parameter, and use it.
364 (top level): Check for displaced stepping support. Add displaced
365 stepping on/off testing axis.
366
37a8db1a
AB
3672016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
370 pointer. Don't perform further tests on the unassociated pointer
371 if the first test fails.
372
5fdf6324
AB
3732016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.base/max-value-size.c: New file.
376 * gdb.base/max-value-size.exp: New file.
377 * gdb.base/huge.exp: Disable max-value-size for this test.
378
935c6144
IB
3792016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
380
381 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
382
7fe8399d
YQ
3832016-01-28 Yao Qi <yao.qi@linaro.org>
384
385 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
386
a2077e25
PA
3872016-01-25 Pedro Alves <palves@redhat.com>
388
389 PR threads/19461
390 * gdb.base/fork-running-state.c: New file.
391 * gdb.base/fork-running-state.exp: New file.
392
1d2736d4
PA
3932016-01-25 Pedro Alves <palves@redhat.com>
394
395 PR gdb/19494
396 * gdb.base/catch-fork-kill.c: New file.
397 * gdb.base/catch-fork-kill.exp: New file.
398
f1da4b11
PA
3992016-01-25 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
402 Delete, moved to lib/gdb.exp.
403 * gdb.threads/forking-threads-plus-breakpoint.exp
404 (foreach_with_prefix): Likewise.
405 * gdb.threads/process-dies-while-handling-bp.exp
406 (foreach_with_prefix): Likewise.
407 * lib/gdb.exp (foreach_with_prefix): New procedure.
408
45f38546
MK
4092016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
410
411 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
412 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
413
dc29a1ce
MK
4142016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
415
416 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
417 endian targets.
418
092127d7
JK
4192016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
420 Pedro Alves <palves@redhat.com>
421
422 Fix testsuite compatibility with Guile.
423 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
424 number.
425
31d765d3
JK
4262016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 Fix testsuite compatibility with Guile.
429 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
430 (thread 1): New test for backtrace through signal handler.
431
1ac78c04
YQ
4322016-01-22 Yao Qi <yao.qi@linaro.org>
433
434 PR testsuite/19491
435 * gdb.base/multi-forks.c: Include
436 ../lib/unbuffer_output.c
437 (main): Call gdb_unbuffer_output.
438
4f5946a8
DE
4392016-01-21 Doug Evans <dje@google.com>
440
441 * lib/ada.exp (gdb_compile_ada): Fix typo.
442
305e13e6
JB
4432016-01-21 Joel Brobecker <brobecker@adacore.com>
444
445 * gdb.base/break-fun-addr.exp: New file.
446 * gdb.base/break-fun-addr1.c: New file.
447 * gdb.base/break-fun-addr2.c: New file.
448
5f5dfff6
SM
4492016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
450
451 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
452 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
453 enum flag values.
454
fd356fa2
AA
4552016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
456
457 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
458 when GDB can not set the vector return value. Add more comments
459 for clarification.
460
9df22175
AT
4612016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
462
463 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
464 command.
465
41d1845e
SM
4662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
467
468 * Makefile.in (DO_RUNTEST): Add --status and update usages.
469
01ac6840
SM
4702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
471
472 * Makefile.in (check-single): Pass --status to runtest.
473 (check/%.exp): Likewise.
474
4752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
476
477 * Makefile.in (check-parallel): Propagate return code from make
478 do-check-parallel.
479
bd0a71fa
MK
4802016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
481
482 * gdb.trace/ftrace.exp: Fix expected message on continue.
483 * gdb.trace/pending.exp: Fix expected message on continue.
484 * gdb.trace/trace-break.exp: Fix expected message on continue.
485
8bcbad33
SM
4862016-01-18 Simon Marchi <simon.marchi@ericsson.com>
487
488 * lib/gdb.exp (gdb_test): Remove unused global references.
489
f303dbd6
PA
4902016-01-18 Pedro Alves <palves@redhat.com>
491
492 * gdb.base/async-shell.exp: Adjust expected output.
493 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
494 * gdb.base/siginfo-thread.exp: Adjust expected output.
495 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
496 * gdb.java/jnpe.exp: Adjust expected output.
497 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
498 * gdb.threads/continue-pending-status.exp: Adjust expected output.
499 * gdb.threads/leader-exit.exp: Adjust expected output.
500 * gdb.threads/manythreads.exp: Adjust expected output.
501 * gdb.threads/pthreads.exp: Adjust expected output.
502 * gdb.threads/schedlock.exp: Adjust expected output.
503 * gdb.threads/siginfo-threads.exp: Adjust expected output.
504 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
505 expected output.
506 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
507 output.
508 * gdb.threads/sigthread.exp: Adjust expected output.
509 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
510
b2789696
YQ
5112016-01-18 Yao Qi <yao.qi@linaro.org>
512
513 * gdb.guile/scm-section-script.c: Replace @progbits with
514 %progbits.
515 * gdb.python/py-section-script.c: Likewise.
516
71ef29a8
PA
5172016-01-15 Pedro Alves <palves@redhat.com>
518
519 * gdb.multi/tids.exp: Test star wildcard ranges.
520
3f5b7598
PA
5212016-01-15 Pedro Alves <palves@redhat.com>
522
523 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
524 command from "thread apply" invocation.
525 (thr_apply_info_thr_invalid): Default the expected output to the
526 input tid list.
527 (top level): Add tests that use convenience variables. Add tests
528 for "thread apply" with a valid TID list, but missing the command.
529
663f6d42
PA
5302016-01-13 Pedro Alves <palves@redhat.com>
531
532 * gdb.base/default.exp: Expect $_gthread as well.
533 * gdb.multi/tids.exp: Test $_gthread.
534 * gdb.threads/thread-specific.exp: Test $_gthread.
535
c84f6bbf
PA
5362016-01-13 Pedro Alves <palves@redhat.com>
537
538 * gdb.multi/tids.exp: Test "info threads -gid".
539
22a02324
PA
5402016-01-13 Pedro Alves <palves@redhat.com>
541
542 * gdb.multi/tids.exp: Test InferiorThread.global_num and
543 Breakpoint.thread.
544 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
545
5d5658a1
PA
5462016-01-07 Pedro Alves <palves@redhat.com>
547
548 * gdb.base/break.exp: Adjust to output changes.
549 * gdb.base/hbreak2.exp: Likewise.
550 * gdb.base/sepdebug.exp: Likewise.
551 * gdb.base/watch_thread_num.exp: Likewise.
552 * gdb.linespec/keywords.exp: Likewise.
553 * gdb.multi/info-threads.exp: Likewise.
554 * gdb.threads/thread-find.exp: Likewise.
555 * gdb.multi/tids.c: New file.
556 * gdb.multi/tids.exp: New file.
557
84654457
PA
5582016-01-13 Pedro Alves <palves@redhat.com>
559
560 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
561
e3940304
PA
5622016-01-13 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/default.exp: Expect $_inferior as well.
565 * gdb.multi/base.exp: Test $_inferior.
566
a911d87a
PA
5672016-01-13 Pedro Alves <palves@redhat.com>
568
569 PR breakpoints/19388
570 * gdb.base/catch-signal-siginfo-cond.c: New file.
571 * gdb.base/catch-signal-siginfo-cond.exp: New file.
572
82075af2
JS
5732016-01-12 Josh Stone <jistone@redhat.com>
574 Philippe Waroquiers <philippe.waroquiers@skynet.be>
575
576 * gdb.base/catch-syscall.c (do_execve): New variable.
577 (main): Conditionally trigger an execve.
578 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
579 (test_catch_syscall_execve): New, check entry/return across execve.
580 (do_syscall_tests): Call test_catch_syscall_execve.
581
e46eeedd
PA
5822016-01-12 Pedro Alves <palves@redhat.com>
583
584 * gdb.base/random-signal.exp (do_test): New procedure, with body
585 of testcase moved in.
586
01d8c27e
JK
5872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
588 Pedro Alves <palves@redhat.com>
589
590 * gdb.base/funcargs.exp (finish from indirectly called function):
591 Reintroduce the case for 'First'.
592
9a706302
JK
5932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
594 Pedro Alves <palves@redhat.com>
595
596 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
597 (tcatch_vfork_then_child_follow_exec)
598 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
599 identification.
600
c0ecb95f
JK
6012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
604 and repeats to unlimited.
605 * gdb.python/py-value.exp: Likewise.
606 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
607 and repeats to unlimited.
608
6cfc1fcb
JK
6092016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
612 and reordering the functions.
613 * gdb.multi/hangout.c: Likewise.
614 * gdb.multi/hello.c: Likewise.
615
582a1b00
SM
6162016-01-08 Simon Marchi <simon.marchi@ericsson.com>
617
618 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
619 absolute.
620 (SingleStatisticTestResult.report): Use dict.keys instead of
621 dict.iterkeys.
622
79bc59cb
PA
6232016-01-06 Pedro Alves <palves@redhat.com>
624
625 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
626
43368e1d
MM
6272016-01-04 Markus Metzger <markus.t.metzger@intel.com>
628
629 * gdb.btrace/dlopen.exp: New.
630 * gdb.btrace/dlopen.c: New.
631 * gdb.btrace/dlopen-dso.c: New.
632
79fad5b8
SL
6332015-12-25 Sandra Loosemore <sandra@codesourcery.com>
634
635 * lib/gdb.exp (gdb_test): Update comments to clarify that the
636 PATTERN argument is optional.
637
ab8314b3
JB
6382015-12-24 Joel Brobecker <brobecker@adacore.com>
639
640 * lib/ada.exp (target_compile_ada_from_dir): New function.
641 (gdb_compile_ada): Reimplement avoiding the use of project files.
642 * gdb.ada/gnat_ada.gpr: Delete.
643 * gdb.ada/cond_lang.exp: Adjust test to make path before
644 filename optional.
645 * gdb.ada/small_reg_param.exp: Likewise.
646
fe33faff
SM
6472015-12-22 Simon Marchi <simon.marchi@ericsson.com>
648
649 * gdb.base/foll-vork.exp: Remove HP-UX special case.
650
6d265cb4
TP
6512015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
652
653 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
654 case.
655
10125099
SM
6562015-12-21 Simon Marchi <simon.marchi@ericsson.com>
657
658 * gdb.base/break.exp: Remove dead code.
659 * gdb.base/sepdebug.exp: Likewise.
660
3ca22649
SM
6612015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
662
663 * gdb.asm/asm-source.exp: Remove HP-UX references.
664 * gdb.base/annota1.exp: Likewise.
665 * gdb.base/annota3.exp: Likewise.
666 * gdb.base/attach.exp: Likewise.
667 * gdb.base/bigcore.exp: Likewise.
668 * gdb.base/break.exp: Likewise.
669 * gdb.base/call-ar-st.exp: Likewise.
670 * gdb.base/callfuncs.exp: Likewise.
671 * gdb.base/catch-fork-static.exp: Likewise.
672 * gdb.base/display.exp: Likewise.
673 * gdb.base/foll-exec-mode.exp: Likewise.
674 * gdb.base/foll-exec.exp: Likewise.
675 * gdb.base/foll-fork.exp: Likewise.
676 * gdb.base/foll-vfork.exp: Likewise.
677 * gdb.base/funcargs.exp: Likewise.
678 * gdb.base/hbreak2.exp: Likewise.
679 * gdb.base/inferior-died.exp: Likewise.
680 * gdb.base/interrupt.exp: Likewise.
681 * gdb.base/multi-forks.exp: Likewise.
682 * gdb.base/nodebug.exp: Likewise.
683 * gdb.base/sepdebug.exp: Likewise.
684 * gdb.base/solib1.c: Likewise.
685 * gdb.base/step-test.exp: Likewise.
686 * gdb.mi/non-stop.c: Likewise.
687 * gdb.mi/pthreads.c: Likewise.
688 * gdb.multi/bkpt-multi-exec.ex: Likewise.
689 * gdb.threads/pthreads.c: Likewise.
690 * gdb.threads/staticthreads.exp: Likewise.
691 * lib/future.exp: Likewise.
692 * lib/gdb.exp: Likewise.
693 * gdb.base/so-indr-cl.c: Remove.
694 * gdb.base/so-indr-cl.exp: Likewise.
695 * gdb.base/solib.c: Likewise.
696 * gdb.base/solib.exp: Likewise.
697 * gdb.base/solib2.c: Likewise.
698
b6304613
SM
6992015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
700
701 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
702 * gdb.base/call-ar-st.exp: Likewise.
703 * gdb.base/callfuncs.exp: Likewise.
704 * gdb.base/condbreak.exp: Likewise.
705 * gdb.base/constvars.exp: Likewise.
706 * gdb.base/hbreak2.exp: Likewise.
707 * gdb.base/langs.exp: Likewise.
708 * gdb.base/list.exp: Likewise.
709 * gdb.base/long_long.exp: Likewise.
710 * gdb.base/ptype.exp: Likewise.
711 * gdb.base/scope.exp: Likewise.
712 * gdb.base/signals.exp: Likewise.
713 * gdb.base/so-impl-ld.exp: Likewise.
714 * gdb.base/varargs.exp: Likewise.
715 * gdb.base/volatile.exp: Likewise.
716 * gdb.base/whatis.exp: Likewise.
717 * gdb.cp/cplusfuncs.exp: Likewise.
718 * gdb.cp/inherit.exp: Likewise.
719 * gdb.cp/local.exp: Likewise.
720 * gdb.cp/member-ptr.exp: Likewise.
721 * gdb.cp/method.exp: Likewise.
722 * gdb.cp/overload.exp: Likewise.
723 * gdb.cp/templates.exp: Likewise.
724 * gdb.stabs/weird.exp: Likewise.
725 * lib/compiler.c: Likewise.
726 * lib/compiler.cc: Likewise.
727 * lib/cp-support.exp: Likewise.
728 * lib/gdb.exp: Likewise.
729
bf401b07
SM
7302015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
731
732 * configure.ac: Remove HP-UX case.
733 * configure: Regenerate.
734
aff9c0f8
SM
7352015-12-18 Simon Marchi <simon.marchi@ericsson.com>
736
737 * lib/gdb.exp (gdb_compile): Add function doc.
738
a6904d5a
PA
7392015-12-17 Pedro Alves <palves@redhat.com>
740
741 PR threads/19354
742 * gdb.multi/info-threads.exp: New file.
743
a22279dd
YQ
7442015-12-15 Yao Qi <yao.qi@linaro.org>
745
746 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
747 is aarch64*-*-*.
748
0588c796
SL
7492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
750
751 * gdb.base/history-duplicates.exp: Skip if no readline support.
752
5d978e17
SL
7532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
754
755 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
756
7e763b86
SL
7572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
758
759 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
760
87a3a92c
SL
7612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
762
763 * gdb.base/completion.exp: Skip tests that interrupt GDB with
764 ctrl-C if nointerrupts target property is set.
765 * gdb.base/double-prompt-target-event-error.exp: Likewise.
766 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
767 * gdb.base/paginate-bg-execution.exp: Likewise.
768 * gdb.base/paginate-execution-startup.exp: Likewise.
769 * gdb.base/random-signal.exp: Likewise.
770 * gdb.base/range-stepping.exp: Likewise.
771 * gdb.cp/annota2.exp: Likewise.
772 * gdb.cp/annota3.exp: Likewise.
773 * gdb.gdb/selftest.exp: Likewise.
774 * gdb.threads/continue-pending-status.exp: Likewise.
775 * gdb.threads/leader-exit.exp: Likewise.
776 * gdb.threads/manythreads.exp: Likewise.
777 * gdb.threads/pthreads.exp: Likewise.
778 * gdb.threads/schedlock.exp: Likewise.
779 * gdb.threads/sigthread.exp: Likewise.
780
a8f077dc
DB
7812015-12-11 Don Breazeal <donb@codesourcery.com>
782
783 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
784 remote.
785 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
786 * gdb.base/foll-exec.exp (main): Enable for target remote.
787 * gdb.base/foll-fork.exp (main): Likewise.
788 * gdb.base/foll-vfork.exp (main): Likewise.
789 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
790 (proc continue_to_exit_bp_loc): Use clean_restart.
791 * gdb.base/pie-execl.exp (main): Disable for target remote.
792 * gdb.base/watch-vfork.exp (main): Enable for target remote.
793 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
794 * gdb.threads/execl.exp (main): Likewise.
795 * gdb.threads/fork-child-threads.exp (main): Likewise.
796 * gdb.threads/fork-plus-threads.exp (main): Disable for target
797 remote.
798 * gdb.threads/fork-thread-pending.exp (main): Enable for target
799 remote.
800 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
801 pid.tid style ptids, instead of just tid.
802 * gdb.threads/thread-execl.exp (main): Enable for target remote.
803 * gdb.threads/watchpoint-fork.exp (main): Likewise.
804 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
805 ptids, instead of just tid.
806
3b2464a8
AB
8072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.base/list.exp (test_list_forward): Add end of file error
810 test.
811 (test_repeat_list_command): Add end of file error test.
812 (test_list_backwards): Add beginning of file error test.
813
a0def019
AB
8142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.base/list.exp (test_list_invalid_args): New function,
817 defined, and called.
818
5c000dff
AB
8192015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * gdb.base/list.exp (test_list): Make test names unique.
822
f1637ebe
YQ
8232015-12-11 Yao Qi <yao.qi@linaro.org>
824
825 * gdb.base/coremaker2.c: Remove.
826
36d6fc0a
PA
8272015-12-10 Pedro Alves <palves@redhat.com>
828
829 * gdb.multi/base.exp: Remove stale "spaces" references.
830
762f7747
PA
8312015-12-10 Pedro Alves <palves@redhat.com>
832
833 * gdb.multi/base.exp: Don't use nowarnings.
834 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
835 * gdb.multi/hangout.c: Include stdio.h.
836 * gdb.multi/hello.c: Include stdlib.h.
837 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
838 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
839 * gdb.multi/multi-arch.exp: Don't use nowarnings.
840
28d2bfb9
AB
8412015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.dwarf2/dw2-ranges-base.c: New file.
844 * gdb.dwarf2/dw2-ranges-base.exp: New file.
845 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
846 support additional line table, and debug ranges generation.
847 (Dwarf::ranges): New function, generate .debug_ranges.
848 (Dwarf::lines): Support generating simple line table programs.
849 (Dwarf::assemble): Initialise new namespace variables.
850
5fc2beac
KB
8512015-12-09 Kevin Buettner <kevinb@redhat.com>
852
853 * gdb.base/async.exp (proc test_background): Add case for
854 asynchronous execution not supported.
855
1c35a88f
LM
8562015-12-09 Luis Machado <lgustavo@codesourcery.com>
857
858 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
859 format and change test names to make them unique.
860
b593e3d9
RK
8612015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
862 Pedro Alves <pedro@redhat.com>
863
864 PR gdb/18702
865 Add checking of floatformats setup on x86_64 hosts.
866 * gdb.arch/i386-float.S (main): Load bigval and smallval.
867 (smallval, bigval): New labels/constants.
868 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
869 float" after loading bigval and smallval.
870
d72413e6
PMR
8712015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
872
873 * gdb.ada/fun_overload_menu.exp: New testcase.
874 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
875
ece66d65
JS
8762015-12-04 Josh Stone <jistone@redhat.com>
877
878 * gdb.base/catch-fork-static.exp: New.
879
41d0efca
YQ
8802015-12-03 Yao Qi <yao.qi@linaro.org>
881
882 * gdb.base/sizeof.c: Don't include stdio.h and
883 ../lib/unbuffer_output.c.
884 (main): New variable 'size' and 'value'. Remove printf and
885 gdb_unbuffer_output. Assign return value to size and value.
886 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
887 at the beginning.
888 (check_sizeof): Check the result by printing variable 'size'.
889 (check_valueof): Check the result by printing variable 'value'.
890
99fd02d9
YQ
8912015-12-01 Yao Qi <yao.qi@linaro.org>
892
893 * gdb.base/disp-step-syscall.exp: Define syscall instruction
894 for aarch64*-*-linux* target.
895
f2faf941
PA
8962015-11-30 Pedro Alves <palves@redhat.com>
897
898 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
899
04bf20c5
PA
9002015-11-30 Pedro Alves <palves@redhat.com>
901
902 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
903 Handle non-stop mode vCont replies.
904
09df4675
PA
9052015-11-30 Pedro Alves <palves@redhat.com>
906
907 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
908 prepare_for_testing. Start gdb with "set non-stop on" appended to
909 GDBFLAGS. Lax expected stop output.
910
58b584af
YQ
9112015-11-27 Yao Qi <yao.qi@linaro.org>
912
913 * gdb.arch/arm-neon.exp: New.
914 * gdb.arch/arm-neon.c: New.
915
dfcb77a8
YQ
9162015-11-27 Yao Qi <yao.qi@linaro.org>
917
918 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
919
88e8ec1b
YQ
9202015-11-27 Yao Qi <yao.qi@linaro.org>
921
922 * gdb.cp/annota2.exp: Allow multiple occurrences of the
923 frames-invalid annotation.
924
bfde72c2
YQ
9252015-11-27 Yao Qi <yao.qi@linaro.org>
926
927 * gdb.cp/annota2.exp: Use ${frames_invalid}.
928
f6512a69
SM
9292015-11-26 Simon Marchi <simon.marchi@ericsson.com>
930
931 * gdb.threads/names.exp: New file.
932 * gdb.threads/names.c: New file.
933 * README: Mention gdb,no_thread_names.
934
46a3515b
MM
9352015-11-26 Markus Metzger <markus.t.metzger@intel.com>
936
937 PR 19297
938 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
939 support" error.
940
62147a22
PA
9412015-11-24 Pedro Alves <palves@redhat.com>
942
943 PR 17539
944 * gdb.base/display.exp: Expect displays to be sorted in ascending
945 order. Use multi_line.
946 * gdb.base/solib-display.exp: Likewise.
947
2f341b6e
PA
9482015-11-24 Pedro Alves <palves@redhat.com>
949
950 PR 17539
951 * gdb.base/display.exp: Expect displays to be sorted in ascending
952 order. Use multi_line.
953 * gdb.base/solib-display.exp: Likewise.
954
7e0aa6aa
PA
9552015-11-24 Pedro Alves <palves@redhat.com>
956
957 PR 17539
958 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
959 threads in ascending order.
960 * gdb.base/foll-fork.exp: Likewise.
961 * gdb.base/foll-vfork.exp: Likewise.
962 * gdb.base/multi-forks.exp: Likewise.
963 * gdb.mi/mi-nonstop.exp: Likewise.
964 * gdb.mi/mi-nsintrall.exp: Likewise.
965 * gdb.multi/base.exp: Likewise.
966 * gdb.multi/multi-arch.exp: Likewise.
967 * gdb.python/py-inferior.exp: Likewise.
968 * gdb.threads/break-while-running.exp: Likewise.
969 * gdb.threads/execl.exp: Likewise.
970 * gdb.threads/gcore-thread.exp: Likewise.
971 * gdb.threads/info-threads-cur-sal.exp: Likewise.
972 * gdb.threads/kill.exp: Likewise.
973 * gdb.threads/linux-dp.exp: Likewise.
974 * gdb.threads/multiple-step-overs.exp: Likewise.
975 * gdb.threads/next-bp-other-thread.exp: Likewise.
976 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
977 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
978 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
979 * gdb.threads/thread-find.exp: Likewise.
980 * gdb.threads/tls.exp: Likewise.
981 * lib/mi-support.exp (mi_reverse_list): Delete.
982 (mi_check_thread_states): No longer reverse list.
983
2cc57ad8
PA
9842015-11-24 Pedro Alves <palves@redhat.com>
985
986 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
987 use lowercase.
988
c93e8391
SM
9892015-11-23 Simon Marchi <simon.marchi@ericsson.com>
990
991 * gdb.trace/actions.c: Include trace-common.h.
992 (main): Add a location for a fast tracepoint.
993 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
994 the normal tracepoints.
995 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
996
045ccf91
SM
9972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
998
999 * save-trace.exp: Factor out code to these...
1000 (gdb_save_tracepoints): New.
1001 (gdb_load_tracepoints): New.
1002 (do_save_load_test): New.
1003
5506f9f6
KB
10042015-11-23 Kevin Buettner <kevinb@redhat.com>
1005
1006 * gdb.base/asmlabel.exp: New test.
1007 * gdb.base/asmlabel.c: New test case.
1008
16c3b12f
JB
10092015-11-23 Joel Brobecker <brobecker@adacore.com>
1010
1011 * gdb.base/wrong_frame_bt_full-main.c: New file.
1012 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1013 * gdb.base/wrong_frame_bt_full.exp: New file.
1014
155bfbd3
JB
10152015-11-23 Joel Brobecker <brobecker@adacore.com>
1016
1017 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1018
bb097445
JM
10192015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1020
206853a0 1021 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1022 pstate register when comparing registers values in
1023 sparc64-*-linux-gnu targets to avoid spurious differences.
1024
9c88ed8f
JM
10252015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1026
206853a0 1027 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1028
96161e25
SL
10292015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1030
1031 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1032 as type argument to gdb_compile.
1033 * gdb.base/nested-subp2.exp: Likewise.
1034 * gdb.base/nested-subp3.exp: Likewise.
1035
340c2830
DV
10362015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1037
1038 * lib/dwarf.exp (_note): Fix left shift of negative value.
1039 * gdb.trace/trace-condition.exp: Likewise.
1040
c1862d0f
YQ
10412015-11-13 Yao Qi <yao.qi@linaro.org>
1042
1043 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1044 comments about d10v.
1045 (test_scalar_returns): Likewise.
1046 * gdb.base/d10v.ld: Remove.
1047 * gdb.base/overlays.exp: Remove the target triplet checking for
1048 d10v-*-*.
1049 * gdb.base/structs.exp (test_struct_returns): Remove the
1050 comments about d10v.
1051 (test_struct_calls): Likewise.
1052
77ae9c19
YQ
10532015-11-13 Yao Qi <yao.qi@linaro.org>
1054
1055 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1056 * gdb.base/gnu_vector.c: Don't include stdio.h.
1057 (main): Don't print res and call add_some_intvecs.
1058
430e004e
MK
10592015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1060
1061 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1062 macro.
1063 (func5): Removed.
1064 (func4): Use FAST_TRACEPOINT_LABEL.
1065 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1066 macro.
1067 (func): Removed.
1068 (thread_function): Use FAST_TRACEPOINT_LABEL.
1069 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1070 (func): Remove.
1071 (marker): Use FAST_TRACEPOINT_LABEL.
1072 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1073 (pendfunc1): Remove.
1074 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1075 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1076 (foo): Remove.
1077 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1078 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1079 macro.
1080 (func): Remove.
1081 (marker): Use FAST_TRACEPOINT_LABEL.
1082 * gdb.trace/trace-common.h: New header.
1083 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1084 macro.
1085 (func): Remove.
1086 (marker): Use FAST_TRACEPOINT_LABEL.
1087 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1088 (func): Remove.
1089 (thread_function): Use FAST_TRACEPOINT_LABEL.
1090
6e7675a7
MK
10912015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1092
1093 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1094 in front.
1095 * gdb.trace/change-loc.exp: Use global pcreg definition.
1096 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1097 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1098 in front.
1099 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1100 * gdb.trace/pending.exp: Likewise.
1101 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1102 * gdb.trace/trace-break.exp: Likewise.
1103 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1104 in front.
1105 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1106 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1107 in front.
1108 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1109
dddc0e16
JB
11102015-11-09 Joel Brobecker <brobecker@adacore.com>
1111
1112 * gdb.ada/fin_fun_out: New testcase.
1113
c6f0b406
KB
11142015-11-07 Kevin Buettner <kevinb@redhat.com>
1115
1116 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1117 value associated with DW_AT_byte_size.
1118 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1119 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1120 DW_AT_upper_bound.
1121
f01dcfd9
KB
11222015-11-07 Kevin Buettner <kevinb@redhat.com>
1123
1124 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1125 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1126 version.
1127 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1128 gdb.dwarf2/dw2-canonicalize-type.exp,
1129 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1130 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1131 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1132 provided by gdb_target_symbol_prefix_flags_asm.
1133 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1134 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1135 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1136 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1137 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1138 macros where needed). Use this macro for symbols which require
1139 the prefix provided by SYMBOL_PREFIX.
1140
2223449a
KB
11412015-11-05 Kevin Buettner <kevinb@redhat.com>
1142
1143 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1144 New procs.
1145 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1146 representing expressions, of more than one list element.
1147 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1148 to prepend linker symbol prefix to f.
1149 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1150 table_1 and table_2.
1151 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1152 Likewise, for f and g.
1153 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1154 for ptr.
1155 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1156 for main.
1157 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1158 table_1_ptr and table_2_ptr.
1159
6f2f1a3a
JK
11602015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1161 Joel Brobecker <brobecker@adacore.com>
1162
1163 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1164
566c56c9
MK
11652015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1166
1167 * gdb.reverse/s390-mvcle.c: New test.
1168 * gdb.reverse/s390-mvcle.exp: New file.
1169 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1170
d5f0636b
MK
11712015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1172
1173 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1174
7ad8b86c
MK
11752015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1176
1177 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1178 reaching marker2.
1179 * gdb.reverse/getresuid-reverse.exp: Likewise.
1180 * gdb.reverse/pipe-reverse.exp: Likewise.
1181 * gdb.reverse/readv-reverse.exp: Likewise.
1182 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1183 * gdb.reverse/time-reverse.exp: Likewise.
1184 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1185
4081c0f1
YQ
11862015-10-30 Yao Qi <yao.qi@linaro.org>
1187
1188 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1189 (empty_cycle): Remove.
1190 (main): Don't call empty_cycle. Don't use watch_count_done.
1191 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1192 empty_cycle. Rewrite the code counting HW watchpoints.
1193
452b4ba5
MK
11942015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1195
1196 * gdb.reverse/fstatat-reverse.c: New test.
1197 * gdb.reverse/fstatat-reverse.exp: New file.
1198 * gdb.reverse/getresuid-reverse.c: New test.
1199 * gdb.reverse/getresuid-reverse.exp: New file.
1200 * gdb.reverse/pipe-reverse.c: New test.
1201 * gdb.reverse/pipe-reverse.exp: New file.
1202 * gdb.reverse/readv-reverse.c: New test.
1203 * gdb.reverse/readv-reverse.exp: New file.
1204 * gdb.reverse/recvmsg-reverse.c: New test.
1205 * gdb.reverse/recvmsg-reverse.exp: New file.
1206 * gdb.reverse/time-reverse.c: New test.
1207 * gdb.reverse/time-reverse.exp: New file.
1208 * gdb.reverse/waitpid-reverse.c: New test.
1209 * gdb.reverse/waitpid-reverse.exp: New file.
1210
5e2e7507
JK
12112015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1214
0fde2c53
DE
12152015-10-26 Doug Evans <dje@google.com>
1216
1217 PR symtab/17391
1218 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1219 * gdb.dwarf2/bad-regnum.c: New file.
1220 * gdb.dwarf2/bad-regnum.exp: New file.
1221
1a70ae97
DE
12222015-10-26 Doug Evans <dje@google.com>
1223
1224 PR python/18938
1225 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1226 file.
1227
27dc26ab
JK
12282015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1229
1230 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1231 for a change by "Mention language in compile error message".
1232
bed91f4d
SM
12332015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1234
1235 PR python/18073
1236 * gdb.python/py-type.c (C::a_method): New.
1237 (C::a_const_method): New.
1238 (C::a_static_method): New.
1239 (a_function): New.
1240 * gdb.python/py-type.exp (test_fields): Test getting fields
1241 from function and method.
1242
3f2f83dd
KB
12432015-10-21 Keven Boell <keven.boell@intel.com>
1244
1245 * gdb.fortran/vla-alloc-assoc.exp: New file.
1246 * gdb.fortran/vla-datatypes.exp: New file.
1247 * gdb.fortran/vla-datatypes.f90: New file.
1248 * gdb.fortran/vla-history.exp: New file.
1249 * gdb.fortran/vla-ptype-sub.exp: New file.
1250 * gdb.fortran/vla-ptype.exp: New file.
1251 * gdb.fortran/vla-sizeof.exp: New file.
1252 * gdb.fortran/vla-sub.f90: New file.
1253 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1254 * gdb.fortran/vla-value-sub-finish.exp: New file.
1255 * gdb.fortran/vla-value-sub.exp: New file.
1256 * gdb.fortran/vla-value.exp: New file.
1257 * gdb.fortran/vla-ptr-info.exp: New file.
1258 * gdb.mi/mi-vla-fortran.exp: New file.
1259 * gdb.mi/vla.f90: New file.
1260
27145d50
SL
12612015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1262
1263 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1264 of hardwired timeout value.
1265
5f3ff4f8
JK
12662015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1267 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1270 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1271
bfd09d20
JS
12722015-10-19 Josh Stone <jistone@redhat.com>
1273
1274 * gdb.base/catch-syscall.c: Include <sched.h>.
1275 (unknown_syscall): New variable.
1276 (main): Trigger a vfork and an unknown syscall.
1277 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1278 (unknown_syscall_number): Likewise.
1279 (check_call_to_syscall): Accept an optional syscall pattern.
1280 (check_return_from_syscall): Likewise.
1281 (check_continue): Likewise.
1282 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1283 (test_catch_syscall_skipping_return): New test toggling off 'catch
1284 syscall' to step over the syscall return, then toggling back on.
1285 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1286 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1287 (do_syscall_tests): Call test_catch_syscall_without_args and
1288 test_catch_syscall_mid_vfork.
1289 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1290 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1291
b32b93c6
AS
12922015-10-19 Andrew Stubbs <ams@codesourcery.com>
1293
1294 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1295 print g_vE): Add new pass patterns.
1296 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1297 print various symbol names for vptr fields.
1298
9d622bda
AB
12992015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1302 results.
1303
0fd8ac1c
YQ
13042015-10-12 Yao Qi <yao.qi@linaro.org>
1305
1306 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1307
34240514
YQ
13082015-10-12 Yao Qi <yao.qi@linaro.org>
1309
1310 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1311 is aarch64*-*-linux*.
1312
8240f442
YQ
13132015-10-12 Yao Qi <yao.qi@linaro.org>
1314
1315 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1316 (can_relocate_bcond_true): ... it.
1317 (can_relocate_bcond_false): New function.
1318 (foo): Likewise.
1319 (can_relocate_bl): Likewise.
1320 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1321 can_relocate_bl.
1322
2520f728
PMR
13232015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1324
1325 * gdb.base/nested-addr.c: New file.
1326 * gdb.base/nested-addr.exp: New testcase.
1327
abcef95a
MM
13282015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1329
1330 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1331 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1332 its output. Ignore the output of "record goto begin" and instead
1333 check that GDB is replaying.
1334
145e3ddb
PA
13352015-10-09 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1338 (top level): Use it in the run with no args test.
1339
d5d8c4e1
IB
13402015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1341
1342 * gdb.dlang/properties.exp: New file.
1343
06e635ef
SL
13442015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1345
1346 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1347 whether or not address 0x1000 is mapped on the target.
1348
e019fd1d
SM
13492015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1350
1351 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1352 build.
1353
77ba2a67
MM
13542015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1355
1356 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1357 instruction-history test.
1358
c60eb31f
DE
13592015-09-28 Doug Evans <dje@google.com>
1360
1361 * gdb.base/gcore.c (array_func): Add reference to static_array.
1362
9a3c8263
SM
13632015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1364
1365 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1366 source line.
1367
9720e656
SL
13682015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1369
1370 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1371 short or char as base type.
1372
938d3bf2
SL
13732015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1374
1375 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1376 to allow any size enum.
1377
e6c2c623
PMR
13782015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1379
1380 * gdb.ada/array_ptr_renaming.exp: New testcase.
1381 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1382 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1383
06da0f77
PL
13842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1385
1386 * gdb.trace/ftrace-lock.c: New file.
1387 * gdb.trace/ftrace-lock.exp: New file.
1388
4f51c22a
PL
13892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1390
1391 * gdb.arch/insn-reloc.c: New file.
1392 * gdb.arch/ftrace-insn-reloc.exp: New file.
1393
7041adf4
PL
13942015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1395
1396 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1397 instruction.
1398 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1399 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1400 * gdb.trace/range-stepping.c: Likewise.
1401 * gdb.trace/trace-break.c: Likewise.
1402 * gdb.trace/trace-mt.c (thread_function): Likewise.
1403 * gdb.trace/ftrace.c (marker): Likewise.
1404 * gdb.trace/trace-condition.c (marker): Likewise.
1405 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1406 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1407 is_aarch64_target.
1408
015d2e7e
DE
14092015-09-18 Doug Evans <xdje42@gmail.com>
1410
1411 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1412 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1413
26b188a2
SL
14142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1415
1416 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1417 the breakpoint.
1418
79dc332b
SL
14192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1420
1421 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1422 the pending breakpoint. Remove timeout override for "Run till
1423 MI pending breakpoint on pendfunc3 on thread 2" test.
1424
f57929f2
SL
14252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1426
1427 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1428 filename pattern.
1429
3f469b17
SL
14302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1431
1432 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1433 in breakpoint filename pattern.
1434
515b89b3
SL
14352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1436
7800dbe4
SL
1437 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1438
14392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1440
515b89b3
SL
1441 * gdb.linespec/explicit.exp: Check for readline support for
1442 tab-completion tests. Fix obvious typo.
1443
d2939ba2
MM
14442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1445
1446 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1447 and replay.
1448
cbb55fa7
MM
14492015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1450
1451 * gdb.btrace/non-stop.c: New.
1452 * gdb.btrace/non-stop.exp: New.
1453
43691ca1
PL
14542015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1455 Yao Qi <yao.qi@linaro.org>
1456
1457 * gdb.trace/trace-condition.c: New file.
1458 * gdb.trace/trace-condition.exp: New file.
1459
d78908cf
WW
14602015-09-16 Wei-cheng Wang <cole945@gmail.com>
1461
1462 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1463 for testing bytecode compilation.
1464
1ed415e2
PA
14652015-09-16 Pedro Alves <palves@redhat.com>
1466 Sandra Loosemore <sandra@codesourcery.com>
1467
1468 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1469 (SECONDS): Redefine.
1470 (main): Call pthread_kill and alarm early.
1471 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1472 support.
1473 (test): If the target can't hardware step and doesn't support
1474 displaced stepping, increase the timeout.
1475
d136eff5
PA
14762015-09-16 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1479 (enable_debug): New procedures.
1480 (test): Use them. Bail out if waiting for threads fails.
1481 (top level): Bail out if a test fails.
1482
991f019c
YQ
14832015-09-16 Yao Qi <yao.qi@linaro.org>
1484
1485 * gdb.asm/asm-source.exp: Set asm-arch for
1486 aarch64*-*-* target.
1487 * gdb.asm/aarch64.inc: New file.
1488
bfca584f
PMR
14892015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1490
1491 * gdb.ada/array_of_variable_length.exp: New testcase.
1492 * gdb.ada/array_of_variable_length/foo.adb: New file.
1493 * gdb.ada/array_of_variable_length/pck.adb: New file.
1494 * gdb.ada/array_of_variable_length/pck.ads: New file.
1495
b326e587
DE
14962015-09-15 Doug Evans <dje@google.com>
1497
1498 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1499 of function static local variable.
1500
5382cfab
PW
15012015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1502
1503 * gdb.threads/tls-so_extern.exp: New test file.
1504 * gdb.threads/tls-so_extern.c: New test file.
1505 * gdb.threads/tls-so_extern_main.c: New test file.
1506
141c5cc4
JK
15072015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 * gdb.opt/solib-intra-step-lib.c: New file.
1510 * gdb.opt/solib-intra-step-main.c: New file.
1511 * gdb.opt/solib-intra-step.exp: New file.
1512
d15dcecd
PA
15132015-09-15 Pedro Alves <palves@redhat.com>
1514
1515 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1516 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1517
4c2f2a79
PA
15182015-09-14 Pedro Alves <palves@redhat.com>
1519
1520 * gdb.base/hook-stop-continue.c: Delete.
1521 * gdb.base/hook-stop-continue.exp: Delete.
1522 * gdb.base/hook-stop-frame.c: Delete.
1523 * gdb.base/hook-stop-frame.exp: Delete.
1524 * gdb.base/hook-stop.c: New file.
1525 * gdb.base/hook-stop.exp: New file.
1526
919e6dbe
PMR
15272015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1528
1529 * gdb.ada/access_to_packed_array.exp: New testcase.
1530 * gdb.ada/access_to_packed_array/foo.adb: New file.
1531 * gdb.ada/access_to_packed_array/pack.adb: New file.
1532 * gdb.ada/access_to_packed_array/pack.ads: New file.
1533
157280a4
MM
15342015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1535
1536 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1537 buffer size test.
1538
2fd33e94
DB
15392015-09-11 Don Breazeal <donb@codesourcery.com>
1540
1541 * gdb.base/foll-exec.c: Add copyright header. Fix
1542 formatting issues.
1543 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1544 (do_exec_tests): Use clean_restart in place of zap_session,
1545 and for test initialization. Fix formatting issues. Use
1546 fail in place of perror.
1547 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1548 an expect statement to match an expression with output from
1549 the program under debug.
1550 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1551 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1552 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1553 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1554 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1555
e70b6e8e
DE
15562015-09-09 Doug Evans <dje@google.com>
1557
1558 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1559
7a551a51
DE
15602015-09-09 Doug Evans <dje@google.com>
1561
1562 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1563
4c666f84
DE
15642015-09-09 Doug Evans <dje@google.com>
1565
1566 * gdb.base/savedregs.exp: Fix typo.
1567
243a9253
PA
15682015-09-09 Pedro Alves <palves@redhat.com>
1569
1570 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1571
c0fa8fbd
SL
15722015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1573
1574 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1575 command actually switches threads. Give up on remaining
1576 tests if target fails to stop at breakpoint.
1577
cd7c1778
PMR
15782015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1579
1580 * gdb.ada/funcall_char.exp: New testcase.
1581 * gdb.ada/funcall_char/foo.adb: New file.
1582
dc5c8746
PMR
15832015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1584
1585 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1586 expected outputs. Add two testcases for completing ambiguous
1587 functions.
1588 * gdb.ada/complete/aux_pck.adb: New file.
1589 * gdb.ada/complete/aux_pck.ads: New file.
1590 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1591 Ambiguous_Func functions.
1592 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1593 * gdb.ada/complete/pck.adb: Likewise.
1594
4e83a1e7
UW
15952015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1596
1597 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1598 failures to run the test program under GDB.
1599
8ce74153
LM
16002015-08-26 Luis Machado <lgustavo@codesourcery.com>
1601
1602 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1603 to C.
1604
e9756d52
PP
16052015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1606
1607 * gdb.base/run-after-attach.exp: New test file.
1608 * gdb.base/run-after-attach.c: New test file.
1609
8d37573b
DB
16102015-08-26 Don Breazeal <donb@codesourcery.com>
1611
1612 * gdb.base/foll-exec-2.c: New test program.
1613 * gdb.base/foll-exec-2.exp: New test.
1614
63e43d3a
PMR
16152015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1616
1617 * gdb.base/nested-subp1.exp: New file.
1618 * gdb.base/nested-subp1.c: New file.
1619 * gdb.base/nested-subp2.exp: New file.
1620 * gdb.base/nested-subp2.c: New file.
1621 * gdb.base/nested-subp3.exp: New file.
1622 * gdb.base/nested-subp3.c: New file.
1623
3d40fbb5
PA
16242015-08-24 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.server/connect-without-multi-process.c: New file.
1627 * gdb.server/connect-without-multi-process.exp: New file.
1628
4422ac93
LM
16292015-08-24 Luis Machado <lgustavo@codesourcery.com>
1630
1631 * gdb.opt/inline-markers.c: Make z int.
1632
91dddb86
LM
16332015-08-24 Luis Machado <lgustavo@codesourcery.com>
1634
1635 * gdb.opt/inline-markers.c: Make z volatile.
1636
a48847ee
LM
16372015-08-24 Luis Machado <lgustavo@codesourcery.com>
1638
1639 * gdb.opt/inline-bt.c: New volatile global z.
1640 * gdb.opt/inline-cmds.c: Likewise.
1641 * gdb.opt/inline-locals.c: Likewise.
1642 * gdb.opt/inline-markers.c: New extern global z.
1643 (marker): Use z.
1644 (inline_fn): Likewise.
1645
0ebbc52b
PA
16462015-08-24 Pedro Alves <palves@redhat.com>
1647
1648 * config/m32r-stub.exp: Remove file.
1649 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1650 * gdb.base/call-rt-st.exp: Likewise.
1651 * gdb.base/call-strs.exp: Likewise.
1652 * gdb.base/default.exp: Remove references to h8300-*-hms and
1653 *-*-udi*.
1654 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1655
77c365df
AA
16562015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1657
1658 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1659 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1660 and "return" use KFAIL when GDB can not read/write the vector
1661 return value.
1662
4313b8c0
GB
16632015-08-21 Gary Benson <gbenson@redhat.com>
1664
1665 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1666
0e433b32
PA
16672015-08-20 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.server/solib-list.exp: No longer expect an interior stop in
1670 non-stop mode.
1671
221e1a37
PA
16722015-08-20 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.server/connect-stopped-target.c: New file.
1675 * gdb.server/connect-stopped-target.exp: New file.
1676
40e3ad0e
PA
16772015-08-20 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.dwarf2/comp-unit-lang.exp: New file.
1680 * gdb.dwarf2/comp-unit-lang.c: New file.
1681
af39b327
PMR
16822015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1683
1684 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1685 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1686
7d45c7c3 16872015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1688
7d45c7c3
KB
1689 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1690 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1691
4d6cceb4
DE
16922015-08-18 Doug Evans <dje@google.com>
1693 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1694
1695 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1696 skip_python_tests. New arg prompt_regexp.
1697 (skip_python_tests): New function.
1698 * lib/mi-support.exp (mi_skip_python_tests): New function.
1699 * gdb.python/py-mi-objfile-gdb.py: New file.
1700 * gdb.python/py-mi-objfile.c: New file.
1701 * gdb.python/py-mi-objfile.exp: New file.
1702
ad89c2aa
KS
17032015-08-17 Keith Seitz <keiths@redhat.com>
1704
1705 * gdb.linespec/explicit.exp: Move strace test from here ...
1706 * gdb.trace/strace.exp: ... to here.
1707
e3ae3c43
PP
17082015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1709
1710 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1711 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1712
604b2636
DE
17132015-08-14 Doug Evans <xdje42@gmail.com>
1714
1715 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1716 inferior before selecting a new file.
1717
6ff0ba5f
DE
17182015-08-14 Doug Evans <xdje42@gmail.com>
1719
1720 * gdb.mi/mi-disassemble.exp: Update.
1721 * gdb.base/disasm-optim.S: New file.
1722 * gdb.base/disasm-optim.c: New file.
1723 * gdb.base/disasm-optim.h: New file.
1724 * gdb.base/disasm-optim.exp: New file.
1725
9ca98f92
KS
17262015-08-14 Keith Seitz <keiths@redhat.com>
1727
1728 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1729 "evaluated-by".
1730
52bbc560
JB
17312015-08-13 Joel Brobecker <brobecker@adacore.com>
1732
1733 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1734
5d8c3ed3
PMR
17352015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1736
1737 * gdb.ada/fun_renaming.exp: New testcase.
1738 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1739 * gdb.ada/fun_renaming/pack.adb: New file.
1740 * gdb.ada/fun_renaming/pack.ads: New file.
1741
ea8812bc
KS
17422015-08-12 Keith Seitz <keiths@redhat.com>
1743
1744 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1745 gdb_get_line_number.
1746
4dafcdeb
JB
17472015-08-12 Joel Brobecker <brobecker@adacore.com>
1748
1749 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1750 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1751 gdb.base/dso2dso.exp: New files.
1752
5ba32597
SDJ
17532015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1754 Pedro Alves <palves@redhat.com>
1755 Keith Seitz <keiths@redhat.com>
1756
1757 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1758 GDBFLAGS.
1759
b6dafabf
PP
17602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1761
1762 * gdb.base/gdbhistsize-history.exp
1763 (test_histsize_history_setting): Use save_vars.
1764 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1765 Use save_vars.
1766 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1767 * gdb.base/readline.exp: Use save_vars.
1768
abe8e607
PP
17692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1770
1771 * lib/gdb.exp (save_vars): New proc.
1772
629500fa
KS
17732015-08-11 Keith Seitz <keiths@redhat.com>
1774
1775 * gdb.base/help.exp: Update help_breakpoint_text.
1776
eb8c4e2e
KS
17772015-08-11 Keith Seitz <keiths@redhat.com>
1778
1779 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1780 (at toplevel): Call test_explicit_breakpoints.
1781 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1782 breakpoints.
1783 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1784 breakpoint conditions, "-cond".
1785
87f0e720
KS
17862015-08-11 Keith Seitz <keiths@redhat.com>
1787
1788 * gdb.linespec/3explicit.c: New file.
1789 * gdb.linespec/cpexplicit.cc: New file.
1790 * gdb.linespec/cpexplicit.exp: New file.
1791 * gdb.linespec/explicit.c: New file.
1792 * gdb.linespec/explicit.exp: New file.
1793 * gdb.linespec/explicit2.c: New file.
1794 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1795 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1796 before using in the matching pattern.
1797 Clarify that `prefix' is a regular expression.
1798
f00aae0f
KS
17992015-08-11 Keith Seitz <keiths@redhat.com>
1800
1801 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1802 test.
1803 Add tests for missing ",FMT" and ",".
1804
e27852be
DE
18052015-08-10 Doug Evans <dje@google.com>
1806 Keith Seitz <keiths@redhat.com>
1807
1808 PR gdb/17960
1809 * gdb.base/completion.exp: Add location completer tests.
1810
7f03bd92
PA
18112015-08-07 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1814 tests here.
1815 (top level): Run do_test with and without displaced stepping.
1816
3fc8eb30
PA
18172015-08-07 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.base/valgrind-disp-step.c: New file.
1820 * gdb.base/valgrind-disp-step.exp: New file.
1821
d4569d7b
PA
18222015-08-07 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1825 Delete function.
1826 (main): Add alarm. Run an infinite loop instead of calling
1827 wait_threads.
1828 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1829 comment.
1830 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1831 Delete function.
1832 (main): Add alarm. Run an infinite loop instead of calling
1833 wait_threads.
1834 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1835 comment.
1836
e1316e60
PA
18372015-08-07 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.base/checkpoint-ns.exp: New file.
1840 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1841 standard_testfile.
1842
da8c46d2
MM
18432015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1844
1845 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1846 * gdb.btrace/instruction_history.exp: Update.
1847 * gdb.btrace/tsx.exp: New.
1848 * gdb.btrace/tsx.c: New.
1849
de1c2c52
PA
18502015-08-06 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1853 increase timeout.
1854 * gdb.reverse/until-precsave.exp: Bump timeouts.
1855
782e0bf4
PA
18562015-08-06 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1859
83e97ed0
PA
18602015-08-06 Pedro Alves <palves@redhat.com>
1861
1862 PR gdb/18749
1863 * gdb.threads/process-dies-while-handling-bp.c: New file.
1864 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1865
863d01bd
PA
18662015-08-06 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1869 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1870
0a39bb32
PA
18712015-08-05 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1874 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1875
ee2d2b10
SL
18762015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1877
1878 * gdb.base/bp-permanent.exp: Report test as unsupported if
1879 the target cannot stop at the permanent breakpoint.
1880
4e1bdb00
DE
18812015-08-03 Doug Evans <dje@google.com>
1882
1883 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1884 10000.
1885
3d338901
DE
18862015-08-03 Doug Evans <dje@google.com>
1887
1888 * Makefile.in (workers/%.worker, build-perf): New rule.
1889 (GDB_PERFTEST_MODE): New variable.
1890 (check-perf): Use it.
1891 (clean): Clean up gdb.perf parallel build subdirs.
1892 * lib/build-piece.exp: New file.
1893 * lib/gdb.exp (make_gdb_parallel_path): New function
1894 (standard_output_file, standard_temp_file): Call it.
1895 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1896 of $GDB_PARALLEL.
1897 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1898
af061d3e
DE
18992015-08-03 Doug Evans <dje@google.com>
1900
8e1afc81 1901 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1902 (LOG_FILE_NAME): New global.
1903 (TextReporter.__init__): Initialize self.txt_sum.
1904 (TextReporter.report): Add support for multiple data-points.
1905 Move report to perftest.sum, put raw data in perftest.log.
1906 (TextReporter.start): Open sum and log files.
1907 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1908 * gdb.perf/lib/perftest/testresult.py
1909 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1910
2c8c5d37
PA
19112015-07-31 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1914 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1915 kill_wait_spawned_process instead of explicit "kill -9".
1916 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1917 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1918 kill_wait_spawned_process.
1919 * gdb.base/attach-twice.exp: Likewise.
1920 * gdb.base/attach.exp: Likewise.
1921 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1922 gdb_test_multiple.
1923 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1924 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1925 kill_wait_spawned_process.
1926 * gdb.base/valgrind-infcall.exp: Likewise.
1927 * gdb.multi/multi-attach.exp: Likewise.
1928 * gdb.python/py-prompt.exp: Likewise.
1929 * gdb.python/py-sync-interp.exp: Likewise.
1930 * gdb.server/ext-attach.exp: Likewise.
1931 * gdb.threads/attach-into-signal.exp (corefunc): Use
1932 spawn_wait_for_attach, spawn_id_get_pid and
1933 kill_wait_spawned_process.
1934 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1935 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1936 spawn_id_get_pid and kill_wait_spawned_process.
1937 * gdb.threads/attach-stopped.exp (corefunc): Use
1938 spawn_wait_for_attach, spawn_id_get_pid and
1939 kill_wait_spawned_process.
1940 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1941 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1942 kill_wait_spawned_process instead of explicit "kill -9".
1943 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1944 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1945 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1946 processes. Don't map cygwin/windows pids here. Now returns a
1947 spawn id list.
1948
032a0fca
SL
19492015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1950
1951 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1952 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1953 correct patch.
1954
61a934ca
SL
19552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1956
1957 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1958
4bc4d428
SL
19592015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1960
1961 Reapply:
1962 2014-05-21 Mark Wielaard <mjw@redhat.com>
1963
1964 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1965
998d452a
PA
19662015-07-30 Pedro Alves <palves@redhat.com>
1967
1968 * linux-low.c (handle_extended_wait): Set the child's last
1969 reported status to TARGET_WAITKIND_STOPPED.
1970
69dde7dc
PA
19712015-07-30 Pedro Alves <palves@redhat.com>
1972
1973 PR threads/18600
1974 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1975 only shows inferior 1.
1976
4dd63d48
PA
19772015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1978 Pedro Alves <palves@redhat.com>
1979
1980 PR threads/18600
1981 * gdb.threads/fork-plus-threads.c: New file.
1982 * gdb.threads/fork-plus-threads.exp: New file.
1983
d618e4c5
PP
19842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1985
1986 * gdb.base/batch-preserve-term-settings.exp
1987 (test_terminal_settings_preserved_after_cli_exit): Use
1988 send_quit_command.
1989
1eef6428
PA
19902015-07-29 Pedro Alves <palves@redhat.com>
1991 Don Breazeal <donb@codesourcery.com>
1992
1993 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1994 output from both inferior_spawn_id and gdb_spawn_id.
1995
7da5b897
SDJ
19962015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1997
1998 * gdb.threads/attach-into-signal.exp (corefunc): Use
1999 with_test_prefix on nested loops, uniquefying the test messages.
2000
dac804df
SDJ
20012015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2002
2003 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2004 commit.
2005
06265e53
PP
20062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2007
2008 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2009 New proc.
2010 (test_terminal_settings_preserved_after_sigterm): New test.
2011
18206ca3
PP
20122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2013
2014 * gdb.base/batch-preserve-term-settings.exp
2015 (test_terminal_settings_preserved_after_cli_exit): New test.
2016
90074d11
PP
20172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2018
2019 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2020 manipulation of saved_gdbflags.
2021 (test_terminal_settings_preserved): Remove global declaration of
2022 the unused variable pagination_prompt. Remove manipulation of
2023 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2024 GDBFLAGS.
2025
eb1a7902
PA
20262015-07-29 Pedro Alves <palves@redhat.com>
2027
2028 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2029
8b75dd3b
PA
20302015-07-29 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2033 at the top.
2034
dedad4e3
PA
20352015-07-29 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2038 (main): Call gdb_unbuffer_output.
2039 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2040 (main): Call gdb_unbuffer_output.
2041 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2042 (main): Call gdb_unbuffer_output.
2043 * gdb.base/call-strs.exp: Adjust to step over the
2044 gdb_unbuffer_output call.
2045 * gdb.base/catch-gdb-caused-signals.c: Include
2046 "../lib/unbuffer_output.c".
2047 (main): Call gdb_unbuffer_output.
2048 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2049 (main): Call gdb_unbuffer_output.
2050 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2051 (main): Call gdb_unbuffer_output.
2052 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2053 (main): Call gdb_unbuffer_output.
2054 * gdb.base/shlib-call.exp: Adjust to step over the
2055 gdb_unbuffer_output call.
2056 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2057 (main): Call gdb_unbuffer_output.
2058 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2059 (main): Call gdb_unbuffer_output.
2060 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2061 (main): Rename to ...
2062 (test): ... this.
2063 (main): Reimplement.
2064 * gdb.base/varargs.exp: Run to test instead of to main.
2065 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2066 (main): Call gdb_unbuffer_output.
2067
58789a91
PA
20682015-07-29 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2071 factore out from mi_continue_dprintf. For call-style dprintfs,
2072 expect dprintf output out of $inferior_spawn_id.
2073 (mi_continue_dprintf): Use mi_expect_dprintf.
2074 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2075 (main): Call gdb_unbuffer_output.
2076
e8376742
PA
20772015-07-29 Pedro Alves <palves@redhat.com>
2078
2079 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2080 (default_mi_gdb_start): Set inferior_spawn_id instead of
2081 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2082 gdb_spawn_id.
2083 (mi_gdb_test): Always expect inferior output from both
2084 $inferior_spawn_id and $gdb_spawn_id.
2085
08280010
PA
20862015-07-29 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2089 send_inferior and $inferior_spawn_id.
2090
4d30e432
PA
20912015-07-29 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.gdb/complaints.exp (test_initial_complaints)
2094 (test_serial_complaints, test_short_complaints): Use
2095 gdb_test_stdio.
2096 (test_empty_complaint): Handle $inferior_spawn_id !=
2097 $gdb_spawn_id.
2098
0d30a335
PA
20992015-07-29 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.base/varargs.exp: Use gdb_test_stdio.
2102
39413b29
PA
21032015-07-29 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2106
7cb000a9
PA
21072015-07-29 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2110
d7b8ac82
PA
21112015-07-29 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2114 parameter into two new parameters, "inf_result" and "gdb_result".
2115 Expect inferior output and gdb output from $inferior_spawn_id and
2116 $gdb_spawn_id, respectively. Adjust all callers.
2117
789c3a0c
PA
21182015-07-29 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2121 of gdb_test_sequence.
2122
77e760c3
PA
21232015-07-29 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2126 (saw_spurious_output): Expect inferior output from
2127 $inferior_spawn_id. Use gdb_test_stdio.
2128
8396d2cd
PA
21292015-07-29 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.base/dprintf.exp: Use standard_testfile. Change
2132 prepare_for_testing call.
2133 (srcfile): Don't set.
2134 (restart): New procedure.
2135 (test_dprintf): New procecure, use to continue over dprintfs.
2136 (test_call, test_agent): New procedures, tests moved here.
2137 Restart gdb and recreate dprintfs. Adjust expected output.
2138
2051d61f
PA
21392015-07-29 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2142
452397af
PA
21432015-07-29 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2146
8aed9555
PA
21472015-07-29 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2150 gdb_test_stdio.
2151
188a61b4
PA
21522015-07-29 Pedro Alves <palves@redhat.com>
2153
2154 * lib/gdb.exp (gdb_test_stdio): New procedure.
2155
12264a45
PA
21562015-07-29 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2159
23ffc893
PA
21602015-07-29 Pedro Alves <palves@redhat.com>
2161
2162 * gdb.base/call-signal-resume.exp: Remove check for
2163 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2164 * gdb.base/unwindonsignal.exp: Likewise.
2165 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2166 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2167
65566918
PA
21682015-07-29 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.base/siginfo-addr.c (pass): New function.
2171 (handler): Call it iff si_addr is correct.
2172 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2173 Set a breakpoint at "pass" and continue to it.
2174
d60a9221
SDJ
21752015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2176
2177 * gdb.python/py-objfile.exp: Make some tests have unique names.
2178 * gdb.python/py-pp-registration.exp: Likewise.
2179
bde40b8f
PA
21802015-07-28 Pedro Alves <palves@redhat.com>
2181
2182 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2183
13e1dec8
SM
21842015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2185
2186 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2187
da33c9a7
SM
21882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2189
2190 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2191
077836f7
PP
21922015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2193
2194 * gdb.base/gdb-sigterm-2.exp: New test.
2195
b8cc7b2e
DE
21962015-07-25 Doug Evans <xdje42@gmail.com>
2197
2198 Revert:
2199 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2200 (workers/%.worker, build-perf): New rule.
2201 (GDB_PERFTEST_MODE): New variable.
2202 (check-perf): Use it.
2203 (clean): Clean up gdb.perf parallel build subdirs.
2204 * lib/build-piece.exp: New file.
2205 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2206 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2207 name.
2208 (standard_temp_file): Ditto.
2209 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2210 of $GDB_PARALLEL.
2211
c8bd4544
DE
22122015-07-24 Doug Evans <dje@google.com>
2213
2214 * gdb.perf/lib/perftest/utils.py: New file.
2215 * gdb.perf/gm-hello.cc: New file.
2216 * gdb.perf/gm-pervasive-typedef.cc: New file.
2217 * gdb.perf/gm-pervasive-typedef.h: New file.
2218 * gdb.perf/gm-std.cc: New file.
2219 * gdb.perf/gm-std.h: New file.
2220 * gdb.perf/gm-use-cerr.cc: New file.
2221 * gdb.perf/gm-utils.h: New file.
2222 * gdb.perf/gmonster-null-lookup.py: New file.
2223 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2224 * gdb.perf/gmonster-print-cerr.py: New file.
2225 * gdb.perf/gmonster-ptype-string.py: New file.
2226 * gdb.perf/gmonster-runto-main.py: New file.
2227 * gdb.perf/gmonster-select-file.py: New file.
2228 * gdb.perf/gmonster1-null-lookup.exp: New file.
2229 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2230 * gdb.perf/gmonster1-print-cerr.exp: New file.
2231 * gdb.perf/gmonster1-ptype-string.exp: New file.
2232 * gdb.perf/gmonster1-runto-main.exp: New file.
2233 * gdb.perf/gmonster1-select-file.exp: New file.
2234 * gdb.perf/gmonster1.cc: New file.
2235 * gdb.perf/gmonster1.exp: New file.
2236 * gdb.perf/gmonster2-null-lookup.exp: New file.
2237 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2238 * gdb.perf/gmonster2-print-cerr.exp: New file.
2239 * gdb.perf/gmonster2-ptype-string.exp: New file.
2240 * gdb.perf/gmonster2-runto-main.exp: New file.
2241 * gdb.perf/gmonster2-select-file.exp: New file.
2242 * gdb.perf/gmonster2.cc: New file.
2243 * gdb.perf/gmonster2.exp: New file.
2244
6eab34f3
DE
22452015-07-24 Doug Evans <dje@google.com>
2246
2247 * gdb.perf/README: New file.
2248 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2249 * lib/gen-perf-test.exp: New file.
2250
63738bfd
DE
22512015-07-24 Doug Evans <dje@google.com>
2252
2253 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2254 (PerfTest::startup): New function.
2255 (PerfTest::run): Return result of calling body.
2256 (PerfTest::assemble): Rewrite.
2257 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2258 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2259 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2260 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2261 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2262
7b606f95
DE
22632015-07-24 Doug Evans <dje@google.com>
2264
2265 * lib/gdb.exp (clean_restart): Make executable optional.
2266
a97b16b8
DE
22672015-07-24 Doug Evans <dje@google.com>
2268
2269 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2270 compiler_info references.
2271 * gdb.cp/temargs.exp: Ditto.
2272 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2273 (get_compiler_info): Early exit if already computed. Set compiler_info
2274 to "unknown" if there was a problem.
2275 (test_compiler_info): Add function comment. Call get_compiler_info.
2276
35baa57f
DE
22772015-07-24 Doug Evans <dje@google.com>
2278
2279 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2280 (workers/%.worker, build-perf): New rule.
2281 (GDB_PERFTEST_MODE): New variable.
2282 (check-perf): Use it.
2283 (clean): Clean up gdb.perf parallel build subdirs.
2284 * lib/build-piece.exp: New file.
2285 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2286 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2287 name.
2288 (standard_temp_file): Ditto.
2289 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2290 of $GDB_PARALLEL.
2291
6ebea266
DE
22922015-07-24 Doug Evans <dje@google.com>
2293
2294 * lib/future.exp (gdb_default_target_compile): New option
2295 "early_flags".
2296 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2297 --as-needed.
2298
1e76a7e9
SDJ
22992015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2300
2301 * gdb.base/catch-syscall.exp: Call gdb_exit before
2302 gdb_skip_xml_test.
2303
5068630a
PA
23042015-07-24 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.python/py-events.exp: Accept output between the stop event
2307 and the prompt.
2308 * gdb.python/py-evsignal.exp: Likewise.
2309 * gdb.python/py-evthreads.exp: Likewise.
2310
77598427
PA
23112015-07-24 Pedro Alves <palves@redhat.com>
2312
2313 PR gdb/18717
2314 * gdb.threads/non-ldr-exit.c: New file.
2315 * gdb.threads/non-ldr-exit.exp: New file.
2316
11e6c98f
YQ
23172015-07-24 Yao Qi <yao.qi@linaro.org>
2318
2319 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2320 restarting process.
2321
51aee833
YQ
23222015-07-24 Yao Qi <yao.qi@linaro.org>
2323
2324 * gdb.server/ext-restart.exp: New file.
2325
8cfe207c
YQ
23262015-07-24 Yao Qi <yao.qi@linaro.org>
2327
2328 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2329 argument options.
2330 * gdb.server/ext-wrapper.exp: New file.
2331
cc12ce38
DE
23322015-07-23 Doug Evans <dje@google.com>
2333
2334 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2335 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2336
d0d84780
PMR
23372015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2338
2339 * gdb.ada/var_arr_typedef.exp: New testcase.
2340 * gdb.ada/var_arr_typedef/pack.adb: New file.
2341 * gdb.ada/var_arr_typedef/pack.ads: New file.
2342 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2343
8b558f79
JB
23442015-07-20 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2347
775a3298
JK
23482015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * gdb.arch/i386-biarch-core.exp: Replace istarget
2351 by "complete set gnutarget". Remove expectation for the "core-file"
2352 command.
2353
db1ff28b
JK
23542015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2355
2356 Revert the previous commit:
2357 Tests for validate symbol file using build-id.
2358
0a94970d
JK
23592015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2360
2361 Tests for validate symbol file using build-id.
2362 * gdb.base/solib-mismatch-lib.c: New file.
2363 * gdb.base/solib-mismatch-libmod.c: New file.
2364 * gdb.base/solib-mismatch.c: New file.
2365 * gdb.base/solib-mismatch.exp: New file.
2366
03346981
SL
23672015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2368
2369 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2370 nios2-*-linux*.
2371 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2372 * gdb.base/siginfo.exp: Likewise.
2373 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2374
42422cc7
PL
23752015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2376
2377 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2378 Move it to ...
2379 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2380 ... here.
2381 * gdb.trace/range-stepping.exp: Check that the target supports
2382 range stepping.
2383
cfa68bae
JK
23842015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2385
2386 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2387
8ffdba26
PA
23882015-07-14 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.base/killed-outside.exp: New file.
2391 * gdb.base/killed-outside.c: New file.
2392
218a5a11
JK
23932015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2396 (n at main): New.
2397 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2398
e03ed3c6
AA
23992015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2400
2401 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2402 infcall tests instead of setting up for KFAIL.
2403
485668e5
MM
24042015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2405
2406 * gdb.btrace/record_goto-step.exp: New.
2407
08464196
JK
24082015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2409
2410 PR compile/18484
2411 * gdb.compile/compile.c (struct struct_type): Add volatile to
2412 selffield's type.
2413 * gdb.compile/compile.exp
2414 (compile code struct_object.selffield = &struct_object): Skip further
2415 struct_object tests if this one xfails.
2416
bcf5c1d9
RC
24172015-07-08 Robert O'Callahan <robert@ocallahan.org>
2418
2419 PR exp/18617
2420 * gdb.trace/ax.exp: Add test.
2421
4931af25
YQ
24222015-07-07 Yao Qi <yao.qi@linaro.org>
2423
2424 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2425 instead of istarget "aarch64*-*-*".
2426 * gdb.arch/aarch64-fp.exp: Likewise.
2427 * gdb.base/float.exp: Likewise.
2428 * gdb.reverse/aarch64.exp: Likewise.
2429 * lib/gdb.exp (is_aarch64_target): New proc.
2430
9fcf688e
YQ
24312015-07-07 Yao Qi <yao.qi@linaro.org>
2432
2433 * lib/gdb.exp (is_aarch32_target): New proc.
2434 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2435 instead of "istarget "arm*-*-*"".
2436 * gdb.arch/arm-disp-step.exp: Likewise.
2437 * gdb.arch/thumb-bx-pc.exp: Likewise.
2438 * gdb.arch/thumb-prologue.exp: Likewise.
2439 * gdb.arch/thumb-singlestep.exp: Likewise.
2440 * gdb.base/disp-step-syscall.exp: Likewise.
2441 * gdb.base/float.exp: Likewise.
2442
fbd8d50d
YQ
24432015-07-07 Yao Qi <yao.qi@linaro.org>
2444
2445 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2446 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2447
71be1fdc
YQ
24482015-07-07 Yao Qi <yao.qi@linaro.org>
2449
2450 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2451 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2452 if it exists.
2453 * gdb.multi/multi-arch.exp: Likewise.
2454
3e221d36
SM
24552015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2456
2457 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2458 print.
2459
d441430b
YQ
24602015-07-07 Yao Qi <yao.qi@linaro.org>
2461
2462 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2463
06f810bd
MG
24642015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2465
2466 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2467 '[' and ']' characters.
2468
5e61e7c0
IB
24692015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2470
2471 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2472
28bf096c
PA
24732015-06-29 Pedro Alves <palves@redhat.com>
2474
2475 PR threads/18127
2476 * gdb.threads/hand-call-new-thread.c: New file.
2477 * gdb.threads/hand-call-new-thread.c: New file.
2478
ee93cd5e
KS
24792015-06-26 Keith Seitz <keiths@redhat.com>
2480 Doug Evans <dje@google.com>
2481
2482 PR 16253
2483 * gdb.cp/var-tag-2.cc: New file.
2484 * gdb.cp/var-tag-3.cc: New file.
2485 * gdb.cp/var-tag-4.cc: New file.
2486 * gdb.cp/var-tag.cc: New file.
2487 * gdb.cp/var-tag.exp: New file.
2488
fc637f04
PP
24892015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2490
2491 * gdb.base/history-duplicates.exp: New test.
2492
2e52ae68
PP
24932015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2494
2495 * gdb.base/completion.exp: Test the completion of the "focus"
2496 command.
2497
6e22494e
JK
24982015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * gdb.arch/amd64-prologue-skip.S: New file.
2501 * gdb.arch/amd64-prologue-skip.exp: New file.
2502
bf7b9cd9
SM
25032015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2504
2505 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2506 is_address_zero_readable check.
2507
201e8dfd
PB
25082015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2509
2510 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2511 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2512
5cd867b4
YQ
25132015-06-24 Yao Qi <yao.qi@linaro.org>
2514
2515 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2516 linux targets.
2517
4d7be007
YQ
25182015-06-24 Yao Qi <yao.qi@linaro.org>
2519
2520 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2521 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2522 * gdb.base/siginfo-thread.exp: Likewise.
2523
07fcd301
YQ
25242015-06-22 Yao Qi <yao.qi@linaro.org>
2525
2526 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2527
52042a00
YQ
25282015-06-22 Yao Qi <yao.qi@linaro.org>
2529
2530 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2531 aarch64*-*-*.
2532 (skip_hw_watchpoint_tests): Likewise.
2533
74bd41ce
PP
25342015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2535
2536 * gdb.base/gdbinit-history.exp: Test the interaction between
2537 setting GDBHISTSIZE and setting the history size via .gdbinit.
2538
bc460514
PP
25392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2540
2541 PR gdb/16999
2542 * gdb.base/gdbhistsize-history.exp: New test.
2543
b58c513b
PP
25442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2545
2546 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2547 with GDBHISTSIZE.
2548 * gdb.base/readline.exp: Likewise.
2549
92046791
YQ
25502015-06-17 Yao Qi <yao.qi@linaro.org>
2551
2552 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2553 line.
2554
2093d2d3
PP
25552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2556
2557 * gdb.base/gdbinit-history.exp: Add test case to check that
2558 an unlimited history file does not get truncated on exit.
2559
e6c693af
AA
25602015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2561
2562 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2563 (VECTOR): New macro. Use it...
2564 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2565 ...for these typedefs.
2566 (int8, char1, int1, double1): New typedefs.
2567 (struct just_int2, struct two_int2): New structures.
2568 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2569 (add_structvecs, add_singlevecs): New functions.
2570 (main): Call add_some_intvecs twice.
2571 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2572 the compile and exit upon failure. Try compiling for the "native"
2573 architecture. Test inferior function calls with vector arguments
2574 and vector return value handling with "finish" and "return".
2575
c74f7d1c
JT
25762015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2577
2578 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2579 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2580 PE file.
2581 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2582
98aa42ee
AT
25832015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2584
2585 PR breakpoints/16465
2586 * gdb.mi/mi-dprintf-pending.c: New file.
2587 * gdb.mi/mi-dprintf-pending.exp: New test.
2588 * gdb.mi/mi-dprintf-pendshr.c: New file.
2589
7d73c23c 25902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2591 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2592
2593 * gdb.arch/i386-mpx-map.c: New file.
2594 * gdb.arch/i386-mpx-map.exp: New File.
2595
25962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2597
2598 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2599 * gdb.arch/i386-mpx.exp: Indentation fixed.
2600
26012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2602
2603 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2604 function and improved indentation.
2605 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2606 gdb_test_multiple. Added additional tests to skip the test.
2607
26082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2609
2610 * gdb.arch/i386-avx512.c: Change path in include file.
2611 * gdb.arch/i386-avx512.exp: Change include dir path
2612 compilation flag.
2613 * gdb.arch/i386-mpx.c: Change path in include file.
2614 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2615 flag.
2616
d5eba19a
JK
26172015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 * gdb.compile/compile-print.exp (compile print *vararray@3)
2620 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2621
7f361056
JK
26222015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2625 (do not keep jit in memory): ... this.
2626 (expect 5): Change it to ...
2627 (expect no 5): ... this.
2628
3b462ec2
SM
26292015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2630
2631 PR gdb/15564
2632 * gdb.mi/mi-detach.exp: New file.
2633
e0619de6
JK
26342015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 PR symtab/18392
2637 * gdb.arch/amd64-tailcall-self.S: New file.
2638 * gdb.arch/amd64-tailcall-self.c: New file.
2639 * gdb.arch/amd64-tailcall-self.exp: New file.
2640
e970cb34
DB
26412015-05-28 Don Breazeal <donb@codesourcery.com>
2642
2643 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2644 tests for remote targets by checking is_target_gdbserver.
2645
b2e2f908
DE
26462015-05-27 Doug Evans <dje@google.com>
2647
2648 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2649 * gdb.dwarf2/opaque-type-lookup.c: New file.
2650 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2651
82c7be31
DE
26522015-05-26 Doug Evans <dje@google.com>
2653
2654 * gdb.cp/iostream.cc: New file.
2655 * gdb.cp/iostream.exp: New file.
2656
b4f54984
DE
26572015-05-26 Doug Evans <dje@google.com>
2658
2659 * gdb.dwarf2/dw2-op-call.exp: Update.
2660 * gdb.dwarf2/dw4-sig-types.exp: Update.
2661 * gdb.dwarf2/implptr.exp: Update.
2662 * gdb.mi/mi-cmd-param-changed.exp: Update.
2663
4ea6efe9
DE
26642015-05-26 Doug Evans <dje@google.com>
2665
2666 * gdb.python/py-lazy-string.c: New file.
2667 * gdb.python/py-lazy-string.exp: New file.
2668 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2669 (main): Update. Add estring3.
2670 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2671 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2672
f6bb7db3
YQ
26732015-05-26 Omair Javaid <omair.javaid@linaro.org>
2674 Yao Qi <yao.qi@linaro.org>
2675
2676 * gdb.reverse/aarch64.c: New.
2677 * gdb.reverse/aarch64.exp: New.
2678
a81bfbd0
OJ
26792015-05-26 Omair Javaid <omair.javaid@linaro.org>
2680
2681 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2682 (supports_reverse): Likewise.
2683
158bf1b4
PP
26842015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2685
2686 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2687 Use with_test_prefix.
2688
a0145030
AB
26892015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.base/completion.exp: Add test for completion of layout
2692 names.
2693
ebe3b578
AB
26942015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * lib/gdb.exp (skip_tui_tests): New proc.
2697 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2698
84204ed7
PA
26992015-05-19 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2702 Save the whole env array instead of just HOME. Unset HISTSIZE in
2703 the environment while testing. Restore whole environment
2704 afterwards.
2705
37442ce1
DE
27062015-05-16 Doug Evans <xdje42@gmail.com>
2707
2708 * gdb.guile/scm-ports.c: New file.
2709 * gdb.guile/scm-ports.exp: Add memory port tests.
2710
36de76f9
JK
27112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * gdb.compile/compile-print.c: New file.
2714 * gdb.compile/compile-print.exp: New file.
2715
3a9558c4
JK
27162015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * gdb.compile/compile-ops.exp: Cast param to void.
2719 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2720 (compile code struct_object.selffield = &struct_object): Add xfail.
2721
aa715135
JG
27222015-05-15 Joel Brobecker <brobecker@adacore.com>
2723
2724 * gdb.ada/arr_enum_with_gap: New testcase.
2725
931e5bc3
JG
27262015-05-15 Joel Brobecker <brobecker@adacore.com>
2727
2728 * gdb.ada/byte_packed_arr: New testcase.
2729
9cd4d857
JB
27302015-05-15 Joel Brobecker <brobecker@adacore.com>
2731
2732 * gdb.ada/pckd_neg: New testcase.
2733
ebfd00d2
PP
27342015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2735
2736 PR gdb/17820
2737 * gdb.base/gdbinit-history.exp: New test.
2738 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2739 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2740
4c082a81
SC
27412015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2742
2743 * gdb.python/py-xmethods.cc: Enhance test case.
2744 * gdb.python/py-xmethods.exp: New tests.
2745 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2746 function.
2747 (B_indexoper): Likewise.
2748 (global_dm_list) : Add new xmethod worker functions.
2749
f7797074
SDJ
27502015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2751
2752 * gdb.base/coredump-filter.exp: Correctly unset
2753 "coredump_var_addr" array.
2754
a4674e4e
PA
27552015-05-08 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.server/non-existing-program.exp: Unset spawn_id.
2758
df2eb078
SC
27592015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2760
2761 PR python/18291
2762 * gdb.python/py-xmethods.exp: Add tests.
2763
422349a3
YQ
27642015-05-08 Yao Qi <yao.qi@linaro.org>
2765
2766 PR gdb/18208
2767 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2768 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2769 function set_coredump_filter, and remove remote_exec call.
2770 Remove argument ipid. Callers update.
2771 (top level): Don't get inferior's PID.
2772
63fc80ce
AA
27732015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2774
2775 * gdb.base/watch_thread_num.exp: Skip test on targets without
2776 access watchpoints.
2777
80ad801e
PA
27782015-05-06 Pedro Alves <palves@redhat.com>
2779
2780 PR server/18081
2781 * gdb.server/non-existing-program.exp: New file.
2782
0fa7fe50
JB
27832015-05-05 Joel Brobecker <brobecker@adacore.com>
2784
2785 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2786
3ea89b92
PMR
27872015-05-05 Joel Brobecker <brobecker@adacore.com>
2788
2789 * gdb.ada/out_of_line_in_inlined: New testcase.
2790
87b8eff0
JB
27912015-05-05 Joel Brobecker <brobecker@adacore.com>
2792
2793 * gdb.ada/var_rec_arr: New testcase.
2794
5fccc635
YQ
27952015-04-30 Yao Qi <yao.qi@linaro.org>
2796
2797 * gdb.base/break-idempotent.exp: If
2798 skip_hw_watchpoint_multi_tests returns true, skip the tests
2799 on "rwatch" and "awatch".
2800
42d38f42
YQ
28012015-04-30 Yao Qi <yao.qi@linaro.org>
2802
2803 * gdb.base/relativedebug.exp: Invoke gdb command
2804 "info sharedlibrary", and if libc.so doesn't have debug info,
2805 skip the test.
2806
2ce1cdbf
DE
28072015-04-29 Doug Evans <dje@google.com>
2808
2809 * gdb.python/py-xmethods.exp: Add ptype tests.
2810 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2811 get_result_type method.
2812
f24a38c5
LM
28132015-04-29 Luis Machado <lgustavo@codesourcery.com>
2814
2815 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2816 the target does not support hardware watchpoints.
2817
ecbf2b3c
LM
28182015-04-29 Luis Machado <lgustavo@codesourcery.com>
2819
2820 * gdb.base/break-always.exp: Abort testing if writing to memory
2821 causes an error.
2822
34f5f757
DE
28232015-04-28 Doug Evans <dje@google.com>
2824
2825 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2826 * gdb.python/py-pp-registration.exp: ... here. New file.
2827 * gdb.python/py-pp-registration.c: New file.
2828 * gdb.python/py-pp-registration.py: New file.
2829
69b4374a
DE
28302015-04-28 Doug Evans <dje@google.com>
2831
2832 * gdb.python/py-bad-printers.c: New file.
2833 * gdb.python/py-bad-printers.py: New file.
2834 * gdb.python/py-bad-printers.exp: New file.
2835
59fb7612
SS
28362015-04-28 Sasha Smundak <asmundak@google.com>
2837
2838 * gdb.python/py-type.exp: New test.
2839
2631b16a
AW
28402015-04-28 Andy Wingo <wingo@igalia.com>
2841
2842 * gdb.python/py-parameter.exp:
2843 * gdb.guile/scm-parameter.exp: Escape the path that we are
2844 matching against, as it might contain characters that are special
2845 to regular expressions.
2846
460efde1
JB
28472015-04-27 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.ada/rec_comp: New testcase.
2850
2d369d8e
SDJ
28512015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2852
2853 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2854 before using it.
2855
cf75d6c3
AB
28562015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2859 new tests for verilog output.
2860
8dbe7ca5
YQ
28612015-04-24 Yao Qi <yao.qi@linaro.org>
2862
2863 * boards/remote-gdbserver-on-localhost.exp: New file.
2864
4ef9fb2f
PA
28652015-04-23 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2868 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2869 "end of file", remove $inferior_spawn_id from the indirect list.
2870
0a803169
PA
28712015-04-23 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2874
749ef8f8
PA
28752015-04-23 Pedro Alves <palves@redhat.com>
2876
2877 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2878 on $any_spawn_id instead of only on $gdb_spawn_id.
2879
8aae4344
PM
28802015-04-21 Pierre Muller <muller@sourceware.org>
2881
2882 PR pascal/17815
2883 * lib/pascal.exp (gpc_compile): Add new option "class".
2884 (fpc_compile): Likewise.
2885 * gdb.pascal/case-insensitive-symbols.pas: New file.
2886 * gdb.pascal/case-insensitive-symbols.exp: New file.
2887
1586c8fb
GB
28882015-04-20 Gary Benson <gbenson@redhat.com>
2889
2890 * gdb.base/attach.exp: Fix three extended remote failures.
2891
1b6e6f5c
GB
28922015-04-17 Gary Benson <gbenson@redhat.com>
2893
2894 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2895 the main executable over the remote protocol.
2896
e797481d
PA
28972015-04-16 Pedro Alves <palves@redhat.com>
2898
2899 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2900 a new gdbserver if gdbserver_reconnect_p is set.
2901
1ca99c42
PA
29022015-04-16 Pedro Alves <palves@redhat.com>
2903
2904 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2905 is set, don't exit gdbserver.
2906
af9fd6f8
AA
29072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2908
2909 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2910 appropriate .insn, such that an older assembler can be used.
2911 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2912 the z/Architecture instruction set on 31-bit targets as well.
2913
04ff1e61
AA
29142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2915
2916 * gdb.go/handcall.exp: Remove all logic related to the first
2917 breakpoint and rely on go_runto_main instead.
2918 * gdb.go/strings.exp: Likewise.
2919 * gdb.go/unsafe.exp: Likewise.
2920 * gdb.go/hello.exp: Likewise. Also rename the remaining
2921 breakpoint marker to "breakpoint 1".
2922 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2923 * gdb.go/strings.go: Likewise.
2924 * gdb.go/unsafe.go: Likewise.
2925 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2926 "set breakpoint 2 here" and rename the remaining breakpoint marker
2927 to "breakpoint 1".
2928
40d2f8d6
SM
29292015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2930
2931 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2932 if itertools.imap is not present.
2933 * gdb.python/py-objfile.exp: Add parentheses.
2934 * gdb.python/py-type.exp: Same.
2935 * gdb.python/py-unwind-maint.py: Same.
2936
8cbc97c6
YQ
29372015-04-15 Yao Qi <yao.qi@linaro.org>
2938
2939 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2940 of ":$ptr_size" and set its form explicitly.
2941
45fd756c
YQ
29422015-04-15 Pedro Alves <palves@redhat.com>
2943 Yao Qi <yao.qi@linaro.org>
2944
2945 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2946 timeout by factor of 4.
2947 (test_regular_watch): Likewise.
2948 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2949 * gdb.reverse/sigall-reverse.exp: Likewise.
2950 * gdb.reverse/until-precsave.exp: Likewise.
2951 * lib/gdb.exp (with_timeout_factor): New proc.
2952 (gdb_expect): Move some code to ...
2953 (get_largest_timeout): ... here. New procedure.
2954
9e811bc3
LM
29552015-04-14 Luis Machado <lgustavo@codesourcery.com>
2956
2957 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2958
0ff6fcb2
LM
29592015-04-13 Luis Machado <lgustavo@codesourcery.com>
2960
2961 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2962 to write to the .text section.
2963
7578d5f7
LM
29642015-04-13 Luis Machado <lgustavo@codesourcery.com>
2965
2966 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2967 Handle the case of targets that do not provide PID information.
2968
2efe15c4
YQ
29692015-04-13 Yao Qi <yao.qi@linaro.org>
2970
2971 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2972 and use expect instead of gdb_expect.
2973
8cd8f2f8
SDJ
29742015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2975
2976 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2977 "coredump_var_addr" to avoid naming conflict with other testcases.
2978
9ee41772
PA
29792015-04-10 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2982 gdb_test_sequence and gdb_assert.
2983
07473109
PA
29842015-04-10 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2987 test messages that don't include the breakpoint address.
2988
de3db44c
YQ
29892015-04-10 Yao Qi <yao.qi@linaro.org>
2990
2991 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2992 false for some offset and width combinations which aren't
2993 supported by linux kernel.
2994
c79d856c
PA
29952015-04-10 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2998 procedure, factored out from ...
2999 (top level): ... here. Add "set displaced-stepping" testing axis.
3000 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3001 parameter "displaced". Use it.
3002 (top level): Use foreach and add "set displaced-stepping" testing
3003 axis.
3004
ebc90b50
PA
30052015-04-10 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3008 Remove comment.
3009 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3010 both the address of the instruction that triggers the watchpoint
3011 and the address of the instruction immediately after, and use
3012 those addresses for the test. Fix comment.
3013
8f572e5c
PA
30142015-04-10 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.base/sigstep.exp (breakpoint_to_handler)
3017 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3018 Test "backtrace" in handler.
3019 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3020 (top level): Add new "displaced" test axis to
3021 breakpoint_to_handler, breakpoint_to_handler_entry and
3022 breakpoint_over_handler.
3023
8d707a12
PA
30242015-04-10 Pedro Alves <palves@redhat.com>
3025
3026 PR gdb/18216
3027 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3028
ef713951
YQ
30292015-04-10 Yao Qi <yao.qi@linaro.org>
3030
3031 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3032 (test_add_rn_pc): New function.
3033 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3034 (top level): Invoke test_add_rn_pc.
3035
906d60cf
PA
30362015-04-10 Pedro Alves <palves@redhat.com>
3037
3038 PR gdb/13858
3039 * gdb.base/step-over-no-symbols.exp: New file.
3040
f2983cc3
AW
30412015-04-09 Andy Wingo <wingo@igalia.com>
3042
3043 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3044 after the Python tests.
3045
6d62641c
SDJ
30462015-04-08 Keith Seitz <keiths@redhat.com>
3047
3048 PR python/16699
3049 * gdb.python/py-completion.exp: New tests for completion.
3050 * gdb.python/py-completion.py (CompleteLimit1): New class.
3051 (CompleteLimit2): Likewise.
3052 (CompleteLimit3): Likewise.
3053 (CompleteLimit4): Likewise.
3054 (CompleteLimit5): Likewise.
3055 (CompleteLimit6): Likewise.
3056 (CompleteLimit7): Likewise.
3057
f3770638
PA
30582015-04-08 Pedro Alves <palves@redhat.com>
3059
3060 PR gdb/18214
3061 PR gdb/18216
3062 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3063 function.
3064 (main): Install it as SIGUSR1 handler.
3065 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3066 parameter. Always use "setup" as prefix. Toggle "set
3067 displaced-stepping" off/on depending on global. Don't switch to
3068 thread 1 here.
3069 (top level): Add displaced stepping "off/on" test axis. Update
3070 "setup" calls. Wrap each subtest with with_test_prefix. Test
3071 continuing with a queued signal in each thread.
3072
4496bed7
PA
30732015-04-08 Pedro Alves <palves@redhat.com>
3074
3075 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3076 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3077 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3078 Return early if running to main fails.
3079 * gdb.trace/while-stepping.exp: Likewise.
3080
b97fde92
PA
30812015-04-07 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3084 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3085 interact with inferior program.
3086
f71c18e7
PA
30872015-04-07 Pedro Alves <palves@redhat.com>
3088
3089 * lib/gdb.exp (inferior_spawn_id): New global.
3090 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3091 spawn id after processing the user code.
3092 (default_gdb_start): Set inferior_spawn_id.
3093 (send_inferior): New procedure.
3094 * lib/gdbserver-support.exp (gdbserver_start): Set
3095 inferior_spawn_id.
3096 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3097
6423214f
PA
30982015-04-07 Pedro Alves <palves@redhat.com>
3099
3100 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3101 * lib/gdbserver-support.exp (gdbserver_start): Make
3102 $server_spawn_id global.
3103 (gdbserver_start): Don't wait for gdbserver's spawn id with
3104 expect_background.
3105 (close_gdbserver): New procedure.
3106 (gdb_exit): Rename the default version and reimplement.
3107
71c0ee8c
PA
31082015-04-07 Pedro Alves <palves@redhat.com>
3109
72f4393d 3110 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3111 append the substituted item, not the original item.
3112
203bc29b
PA
31132015-04-07 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3116 gdb_expect.
3117
508a3ddf
PA
31182015-04-07 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3121 output appearing once only.
3122
9f6dbe2b
PA
31232015-04-07 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3126 that doesn't expect anything. Return early if running to main
3127 fails.
3128
337532fa
YQ
31292015-04-07 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3132 (child_function): Call alarm.
3133 (main): Move call to alarm into the loop.
3134 * gdb.threads/non-stop-fair-events.exp: Build program with
3135 -DTIMEOUT=$timeout.
3136
01b622d4
DE
31372015-04-06 Doug Evans <xdje42@gmail.com>
3138
3139 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3140 Fix dest parameter to board_info.
3141 (fpc_compile): Ditto.
3142 (gdb_compile_pascal): Rename dest arg to destfile.
3143
961f4160
PMR
31442015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3145
3146 * gdb.ada/funcall_ref.exp: New file.
3147 * gdb.ada/funcall_ref/foo.adb: New file.
3148
cafda597
YQ
31492015-04-02 Yao Qi <yao.qi@linaro.org>
3150
3151 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3152 is remote.
3153
fed040c6
GB
31542015-04-02 Gary Benson <gbenson@redhat.com>
3155
3156 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3157
d11916aa
SS
31582015-04-01 Sasha Smundak <asmundak@google.com>
3159
3160 * gdb.python/py-unwind-maint.c: New file.
3161 * gdb.python/py-unwind-maint.exp: New test.
3162 * gdb.python/py-unwind-maint.py: New file.
3163 * gdb.python/py-unwind.c: New file.
3164 * gdb.python/py-unwind.exp: New test.
3165 * gdb.python/py-unwind.py: New test.
3166
a1471180
PA
31672015-04-01 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3170 to fail instead of non-existent $test.
3171
0bbeccb1
PA
31722015-04-01 Pedro Alves <palves@redhat.com>
3173
3174 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3175 GDBFLAGS if not empty.
3176
3c724c8c
PMR
31772015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3178
3179 * gdb.ada/complete.exp: Remove "multi_line".
3180 * gdb.ada/info_exc.exp: Remove "multi_line".
3181 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3182 * gdb.ada/ptype_field.exp: Remove "multi_line".
3183 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3184 * gdb.ada/tagged.exp: Remove "multi_line".
3185 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3186 [multi_line ...]
3187 * gdb.btrace/delta.exp: Likewise.
3188 * gdb.btrace/exception.exp: Likewise.
3189 * gdb.btrace/function_call_history.exp: Likewise.
3190 * gdb.btrace/instruction_history.exp: Likewise.
3191 * gdb.btrace/nohist.exp: Likewise.
3192 * gdb.btrace/record_goto.exp: Likewise.
3193 * gdb.btrace/segv.exp: Likewise.
3194 * gdb.btrace/stepi.exp: Likewise.
3195 * gdb.btrace/tailcall.exp: Likewise.
3196 * gdb.btrace/unknown_functions.exp: Likewise.
3197 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3198 * lib/gdb.exp: Add the "multi_line" helper.
3199
4eec2deb
PA
32002015-04-01 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.threads/tid-reuse.c: New file.
3203 * gdb.threads/tid-reuse.exp: New file.
3204
df8411da
SDJ
32052015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3206
3207 PR corefiles/16092
3208 * gdb.base/coredump-filter.c: New file.
3209 * gdb.base/coredump-filter.exp: Likewise.
3210
6ef37366
PM
32112015-03-27 Petr Machata <pmachata@redhat.com>
3212
3213 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3214 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3215 (Dwarf::assemble): Initialize them.
3216 (Dwarf::lines): New function.
3217
7ec911b0
JT
32182015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3219
3220 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3221 SYMBOL_PREFIX for x86_64-*-cygwin.
3222
ff908ebf
AW
32232015-03-26 Andy Wingo <wingo@igalia.com>
3224
3225 PR symtab/18148
3226 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3227 const_value but not a location.
3228 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3229 location defined in non-main CUs are visible.
3230
6d5f0679
YQ
32312015-03-26 Yao Qi <yao.qi@linaro.org>
3232
3233 PR testsuite/18139
3234 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3235 Add a line number entry for the same line.
3236 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3237 Add a line number entry for the same line.
3238
2898689b
YQ
32392015-03-26 Yao Qi <yao.qi@linaro.org>
3240
3241 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3242 .int 0.
3243 (func): Likewise. Add .Lfunc_1 label.
3244 Use .Lfunc_1 label.
3245 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3246 .int 0.
3247 (func): Likewise.
3248 Use .Lfunc_1 label.
3249
85180498
YQ
32502015-03-26 Yao Qi <yao.qi@linaro.org>
3251
3252 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3253 Call gdb_compile instead to compile each .s files without debug
3254 information.
3255
8aa08a8d
YQ
32562015-03-26 Yao Qi <yao.qi@linaro.org>
3257
3258 * gdb.base/savedregs.exp (process_saved_regs): Make
3259 "Saved registers:" optional in the pattern.
3260
66849923
MM
32612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3262
3263 * gdb.btrace/next.exp: Merged into step.exp.
3264 * gdb.btrace/finish.exp: Merged into step.exp.
3265 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3266 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3267 "record goto" and checking the exact replay position.
3268 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3269 check for "Recording format" in "info record" output.
3270 * gdb.btrace/record_goto.exp: Choose test file based on target.
3271 * gdb.btrace/x86-record_goto.S: Renamed into ...
3272 * gdb.btrace/x86_64-record_goto.S: ... this.
3273 * gdb.btrace/i686-record_goto.S: New.
3274 * gdb.btrace/x86-tailcall.S: Renamed into ...
3275 * gdb.btrace/x86_64-tailcall.S: ... this.
3276 * gdb.btrace/i686-tailcall.S: New.
3277 * gdb.btrace/x86-tailcall.c: Renamed into ...
3278 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3279 separate statements. Update test.
3280 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3281 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3282 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3283 * gdb.btrace/tailcall.exp: Choose test file based on target.
3284 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3285
11cc1b74
MM
32862015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3287
3288 * gdb.btrace/exception.exp: Increase BTS buffer size.
3289
a25d8bf9
PA
32902015-03-24 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3293
856e7dd6
PA
32942015-03-24 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.threads/schedlock.exp (test_step): No longer expect that
3297 "set scheduler-locking step" with "next" over a function call runs
3298 threads unlocked.
3299
ad235a41
AT
33002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3301
3302 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3303
15630549
AT
33042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3305
3306 PR breakpoints/16466
3307 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3308 * gdb.mi/mi-pending.c (thread_func): New function.
3309 (int main): Add threading support required.
3310 * gdb.mi/mi-pending.exp: Add tests for this issue.
3311 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3312 (pendfunc2): Remove stdio dependency.
3313 * gdb.mi/mi-pendshr2.c: New file.
3314
693dca06
KS
33152015-03-23 Keith Seitz <keiths@redhat.com>
3316
3317 * gdb.linespec/keywords.c: New file.
3318 * gdb.linespec/keywords.exp: New file.
3319
7e993ebf
KS
33202015-03-23 Keith Seitz <keiths@redhat.com>
3321
3322 PR gdb/18021
3323 * gdb.dwarf2/staticvirtual.exp: New test.
3324
bc23328c
JK
33252015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3326
3327 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3328 * README: Remove HP-UX and gdb.hp.
3329 (configuration):
3330 * configure: Regenerate.
3331 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3332 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3333 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3334 gdb.hp/gdb.defects/Makefile.
3335 * gdb.hp/Makefile.in: File deleted.
3336 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3337 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3338 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3339 * gdb.hp/gdb.aCC/run.c: File deleted.
3340 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3341 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3342 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3343 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3344 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3345 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3346 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3347 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3348 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3349 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3350 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3351 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3352 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3353 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3354 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3355 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3356 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3357 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3358 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3359 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3360 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3361 * gdb.hp/gdb.compat/average.c: File deleted.
3362 * gdb.hp/gdb.compat/sum.c: File deleted.
3363 * gdb.hp/gdb.compat/xdb.c: File deleted.
3364 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3365 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3366 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3367 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3368 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3369 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3370 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3371 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3372 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3373 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3374 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3375 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3376 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3377 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3378 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3379 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3380 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3381 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3382 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3383 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3384 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3385 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3386 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3387 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3388 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3389 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3390 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3391 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3392 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3393 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3394 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3395 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3396 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3397 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3398 * gdb.hp/tools/odump: File deleted.
3399
8bf3b159
PA
34002015-03-19 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3403 (saw_thread_3): New globals.
3404 (top level): Increment them when an event for the corresponding
3405 thread is seen.
3406 (no thread starvation): New test.
3407
eb54c8bf
PA
34082015-03-19 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.threads/continue-pending-status.c: New file.
3411 * gdb.threads/continue-pending-status.exp: New file.
3412
32d2e5d6
PA
34132015-03-18 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3416 Use gdb_is_target_remote instead of is_remote. Use
3417 gdb_test_multiple instead of gdb_expect. Exit early if
3418 gdb_test_multiple hits its internal matches. Tighten stepi tests
3419 expected output. Fail on exit with any signal, instead of just
3420 SIGILL.
3421
f68f11b7
YQ
34222015-03-18 Yao Qi <yao.qi@linaro.org>
3423
3424 PR tdep/18107
3425 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3426 variable.
3427 * gdb.base/catch-syscall.exp: Don't skip it on
3428 aarch64*-*-linux* target. Remove elements in all_syscalls.
3429 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3430 target.
3431 (setup_all_syscalls): New proc.
3432
ca5fd19b
YQ
34332015-03-16 Yao Qi <yao.qi@linaro.org>
3434
3435 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3436 (top level): Skip tests if valid_addr_p returns false for
3437 $cmd1 or $cmd2.
3438
85642ba0
AW
34392015-03-11 Andy Wingo <wingo@igalia.com>
3440
3441 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3442
e03f9645
YQ
34432015-03-11 Yao Qi <yao.qi@linaro.org>
3444
3445 * gdb.base/catch-syscall.exp: Fix typo in comments.
3446
5d0962b2
YQ
34472015-03-11 Yao Qi <yao.qi@linaro.org>
3448
3449 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3450
b2df3cef
PA
34512015-03-09 Pedro Alves <palves@redhat.com>
3452
3453 * dg-extract-results.py: Delete.
3454
ef878e53
PA
34552015-03-09 Pedro Alves <palves@redhat.com>
3456
3457 Merge dg-extract-results.sh from GCC upstream (r218843).
3458
3459 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3460 * dg-extract-results.sh: Use --text with grep to avoid issues with
3461 binary files. Fall back to cat -v, if that doesn't work.
3462
9494d219
PA
34632015-03-05 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3466
a8d9763a
SM
34672015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3468
3469 * lib/mi-support.exp (mi_expect_interrupt): Accept
3470 alternative event for when in all-stop mode.
3471
be9957b8
PA
34722015-03-04 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3475
d57be0f4 34762015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3477
3478 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3479
c214c7cf
AA
34802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3481
3482 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3483 regexps for GDB's current line display, accept a hex address
3484 preceding the line number.
3485
6d74a497
AA
34862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3487
3488 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3489 the 'arch1' variable for "s390*-linux*" targets.
3490
511aee7c
PA
34912015-03-04 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3494 (main): Pass missing retval argument to pthread_join call.
3495
95e50b27
PA
34962015-03-02 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3499 (top level): Call do_test with non-stop as well.
3500
28054d69
PA
35012015-03-02 Pedro Alves <palves@redhat.com>
3502
3503 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3504 -1.
3505
4fa5d7b4
AA
35062015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3507
3508 * gdb.arch/s390-vregs.exp: New test.
3509 * gdb.arch/s390-vregs.S: New file.
3510
97c18565
PA
35112015-02-27 Pedro Alves <palves@redhat.com>
3512
3513 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3514 call to catch_command_errors.
3515 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3516 catch_command_errors.
3517
a37bfa30
PA
35182015-02-27 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3521 "true" for boolean result.
3522 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3523 prototype of main.
3524
6f98576f
PA
35252015-02-27 Pedro Alves <palves@redhat.com>
3526
3527 * lib/unbuffer_output.c: New file.
3528 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3529 (main): Call gdb_unbuffer_output.
3530
eba5ab56
YQ
35312015-02-27 Yao Qi <yao.qi@linaro.org>
3532
3533 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3534 target.
3535
0def5aaa
DE
35362015-02-26 Doug Evans <dje@google.com>
3537
3538 * gdb.cp/class2.cc (Dbase, D): New classes.
3539 (main): New local delta.
3540 * gdb.cp/class2.exp: Test printing delta.
3541 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3542 (dynbar): New global.
3543 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3544
081a1c2c
JK
35452015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3546
3547 * gdb.compile/compile-ifunc.c: New file.
3548 * gdb.compile/compile-ifunc.exp: New file.
3549
2f41223f
AT
35502015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3551
3552 * gdb.base/structs.exp: Check for correct struct on finish.
3553
03eddd80
YQ
35542015-02-26 Yao Qi <yao.qi@linaro.org>
3555
3556 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3557 is zero.
3558
80c57053
JK
35592015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3560
3561 * gdb.arch/cordic.ko.bz2: New file.
3562 * gdb.arch/cordic.ko.debug.bz2: New file.
3563 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3564
21613c12
YQ
35652015-02-25 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3568 aarch64*-*-* target.
3569
d8b901ed
PA
35702015-02-23 Pedro Alves <palves@redhat.com>
3571
3572 * lib/gdb.exp (delete_breakpoints): Rewrite using
3573 gdb_test_multiple.
3574
e5b85ead
PA
35752015-02-23 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/info-os.c: Include stdlib.h.
3578
85c3a371
DE
35792015-02-22 Doug Evans <xdje42@gmail.com>
3580
3581 PR symtab/17855
3582 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3583 is read after symbols have been re-read.
3584 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3585 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3586
96553a0c
DE
35872015-02-21 Doug Evans <dje@google.com>
3588
3589 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3590
97a0c697
JK
35912015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 PR corefiles/17808
3594 * gdb.arch/i386-biarch-core.core.bz2: New file.
3595 * gdb.arch/i386-biarch-core.exp: New file.
3596
a47cd6e9
PA
35972015-02-21 Pedro Alves <palves@redhat.com>
3598
3599 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3600 runto_main fails.
3601
c5facdc4
PA
36022015-02-20 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3605 info probes.
3606
2db9a427
PA
36072015-02-20 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3610
60fb7e9e
PA
36112015-02-20 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3614 clean_restart before gdb_target_supports_trace.
3615
5c5019c2
PA
36162015-02-20 Pedro Alves <palves@redhat.com>
3617
3618 PR threads/18006
3619 * gdb.threads/clone-thread_db.c: New file.
3620 * gdb.threads/clone-thread_db.exp: New file.
3621
c9587f88
AT
36222015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3623
3624 PR breakpoints/16812
3625 * gdb.base/catch-gdb-caused-signals.c: New file.
3626 * gdb.base/catch-gdb-caused-signals.exp: New file.
3627
f6a88844
JM
36282015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3629
3630 * configure: Regenerated.
3631 * configure.ac: Use GDB_AC_TRANSFORM.
3632 * aclocal.m4: sinclude ../transform.m4.
3633
497c491b
JM
36342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3635
3636 * lib/dtrace.exp: New file.
3637 * gdb.base/dtrace-probe.exp: Likewise.
3638 * gdb.base/dtrace-probe.d: Likewise.
3639 * gdb.base/dtrace-probe.c: Likewise.
3640 * lib/pdtrace.in: Likewise.
3641 * configure.ac: Output variables with the transformed names of
3642 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3643 * configure: Regenerated.
3644
03e98035
JM
36452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3646
3647 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3648 expected message when trying to access $_probe_* convenience
3649 variables while not on a probe.
3650
63cc30e9
JK
36512015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3654
0703599a
PA
36552015-02-11 Pedro Alves <pedro@codesourcery.com>
3656
3657 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3658 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3659
7e60a48e
DE
36602015-02-10 Doug Evans <xdje42@gmail.com>
3661
3662 * lib/gdb.exp (gdb_load): Always return a result.
3663
01b088bc
PA
36642015-02-10 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.threads/signal-sigtrap.c: New file.
3667 * gdb.threads/signal-sigtrap.exp: New file.
3668
b05ec7a5
AT
36692015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3670
3671 * gdb.trace/no-attach-trace.c: New file.
3672 * gdb.trace/no-attach-trace.exp: New file.
3673
a2c2acaf
MW
36742015-02-09 Mark Wielaard <mjw@redhat.com>
3675
3676 * gdb.dwarf2/atomic.c: New file.
3677 * gdb.dwarf2/atomic-type.exp: Likewise.
3678
31fd9caa
MM
36792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3680
3681 * gdb.btrace/buffer-size.exp: Update "info record" output.
3682 * gdb.btrace/delta.exp: Update "info record" output.
3683 * gdb.btrace/enable.exp: Update "info record" output.
3684 * gdb.btrace/finish.exp: Update "info record" output.
3685 * gdb.btrace/instruction_history.exp: Update "info record" output.
3686 * gdb.btrace/next.exp: Update "info record" output.
3687 * gdb.btrace/nexti.exp: Update "info record" output.
3688 * gdb.btrace/step.exp: Update "info record" output.
3689 * gdb.btrace/stepi.exp: Update "info record" output.
3690 * gdb.btrace/nohist.exp: Update "info record" output.
3691
d33501a5
MM
36922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3693
3694 * gdb.btrace/buffer-size: New.
3695
f4abbc16
MM
36962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3697
3698 * gdb.btrace/delta.exp: Update "info record" output.
3699 * gdb.btrace/enable.exp: Update "info record" output.
3700 * gdb.btrace/finish.exp: Update "info record" output.
3701 * gdb.btrace/instruction_history.exp: Update "info record" output.
3702 * gdb.btrace/next.exp: Update "info record" output.
3703 * gdb.btrace/nexti.exp: Update "info record" output.
3704 * gdb.btrace/step.exp: Update "info record" output.
3705 * gdb.btrace/stepi.exp: Update "info record" output.
3706 * gdb.btrace/nohist.exp: Update "info record" output.
3707
b9d61307
SM
37082015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 PR gdb/15678
3711 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3712
e584fdbc
PA
37132015-02-06 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3716 macro.
3717 (seconds_left, again): New globals.
3718 (main): Wait seconds_left in a 1-second sleep loop instead of
3719 sleeping 180 seconds. If 'again' is set, reset the seconds
3720 counter.
3721 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3722 'again' in the inferior before detaching. Print the seconds left.
3723 (options): New global.
3724 (top level): Build program with -DTIMEOUT=$timeout.
3725
77f41761
PA
37262015-02-06 Pedro Alves <palves@redhat.com>
3727
3728 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3729 determine how many seconds to pass to 'alarm'.
3730 * gdb.base/gdb-sigterm.exp (top level): Build program with
3731 -DTIMEOUT=$timeout.
3732 (do_test): Return success/failure indication. Add more verbose
3733 logging. Don't fail if 200 single steps are seen. Instead, fail
3734 when the test times out.
3735 (passes): New global.
3736 (top level): Break the testing loop if testing fails on any
3737 iteration. Use gdb_assert.
3738
b9394193
DB
37392015-02-04 Don Breazeal <donb@codesourcery.com>
3740
3741 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3742 and initialize them.
3743 (ipc_cleanup): New function.
3744 (main): Don't declare shmid, semid, and msqid. Add a call to
3745 atexit so that we call ipc_cleanup on exit.
3746
42d9e528
PA
37472015-02-04 Pedro Alves <palves@redhat.com>
3748
3749 * boards/native-extended-gdbserver.exp: Remove any target variant
3750 specifications from the board name before clearing the isremote
3751 flag from board_info.
3752
ae6ae975
DE
37532015-01-31 Doug Evans <xdje42@gmail.com>
3754
3755 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3756
cfb069a8
GB
37572015-01-31 Gary Benson <gbenson@redhat.com>
3758
3759 * gdb.base/completion.exp: Disable completion limiting for
3760 existing tests. Add new tests to check completion limiting.
3761 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3762
5dd31d79
DE
37632015-01-31 Doug Evans <xdje42@gmail.com>
3764
3765 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3766
9f050062
DE
37672015-01-31 Doug Evans <xdje42@gmail.com>
3768
3769 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3770 entries. Duplicate file section script entries.
3771 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3772 inlined entries. Add test for safe-path rejection.
3773 * gdb.python/py-section-script.c: Add duplicate inlined section script
3774 entries. Duplicate file section script entries.
3775 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3776 inlined entries. Add test for safe-path rejection.
3777
df25ebbd
JB
37782015-01-29 Joel Brobecker <brobecker@adacore.com>
3779
3780 * gdb.ada/disc_arr_bound: New testcase.
3781
4a0ca9ec
JB
37822015-01-29 Joel Brobecker <brobecker@adacore.com>
3783
3784 * gdb.ada/mi_var_array: New testcase.
3785
3a8b707a
DE
37862015-01-27 Doug Evans <dje@google.com>
3787
3788 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3789 Add test for objfile.filename, objfile.username after objfile
3790 has been unloaded.
3791
f8313f6e
JB
37922015-01-26 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3795 the second test to print the name attribute of value
3796 returned by the call to gdb.lookup_type, and adjust
3797 the expected output accordingly.
3798
37bc665e
MW
37992015-01-25 Mark Wielaard <mjw@redhat.com>
3800
3801 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3802 * gdb.base/disp-step-fork.c: Include unistd.h.
3803 * gdb.base/siginfo-obj.c: Include stdio.h.
3804 * gdb.base/siginfo-thread.c: Likewise.
3805 * gdb.mi/non-stop.c: Include unistd.h.
3806 * gdb.mi/nsthrexec.c: Include stdio.h.
3807 * gdb.mi/pthreads.c: Include unistd.h.
3808 * gdb.modula2/unbounded1.c (main): Declare returns int.
3809 * gdb.reverse/consecutive-reverse.c: Likewise.
3810 * gdb.threads/create-fail.c: Include unistd.h.
3811 * gdb.threads/killed.c: Likewise.
3812 * gdb.threads/linux-dp.c: Likewise.
3813 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3814 * gdb.threads/non-ldr-exc-2.c: Likewise.
3815 * gdb.threads/non-ldr-exc-3.c: Likewise.
3816 * gdb.threads/non-ldr-exc-4.c: Likewise.
3817 * gdb.threads/pthreads.c: Include unistd.h.
3818 (main): Declare returns int.
3819 * gdb.threads/tls-main.c (foo): New declaration.
3820 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3821
f7e5394d
SM
38222015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3823
3824 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3825 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3826
743649fd
MW
38272015-01-15 Mark Wielaard <mjw@redhat.com>
3828
3829 * gdb.base/noreturn-return.c: New file.
3830 * gdb.base/noreturn-return.exp: New file.
3831 * gdb.base/noreturn-finish.c: New file.
3832 * gdb.base/noreturn-finish.exp: New file.
3833
198297aa
PA
38342015-01-23 Pedro Alves <palves@redhat.com>
3835
3836 * gdb.threads/continue-pending-after-query.c: New file.
3837 * gdb.threads/continue-pending-after-query.exp: New file.
3838
717cf30c
AG
38392015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3840 Simon Marchi <simon.marchi@ericsson.com>
3841
3842 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3843 * gdb.base/valgrind-db-attach.exp: Same.
3844 * gdb.base/valgrind-infcall.exp: Same.
3845 * lib/mi-support.exp (default_mi_gdb_start): Same.
3846 * lib/prompt.exp (default_prompt_gdb_start): Same.
3847 * lib/gdb.exp (default_gdb_spawn): Same.
3848 (gdb_interact): New.
3849
3850
4b62a76e
JK
38512015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3852
3853 * gdb.compile/compile.exp (pointer to jit function): New test.
3854
b4cdae6f
WW
38552015-01-17 Wei-cheng Wang <cole945@gmail.com>
3856
3857 * lib/gdb.exp (supports_process_record): Return true for
3858 powerpc*-*-linux*.
3859 (supports_reverse): Likewise.
3860
d221e7ef
DB
38612015-01-15 Don Breazeal <donb@codesourcery.com>
3862
3863 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3864 instead of checking whether the target board is remote and
3865 use spawn_wait_for_attach instead of exec/sleep.
3866 * gdb.base/attach-twice.exp: Likewise.
3867
bafffb51
JB
38682015-01-15 Joel Brobecker <brobecker@adacore.com>
3869
3870 * gdb.ada/var_arr_attrs: New testcase.
3871
5589af0e
PA
38722015-01-14 Pedro Alves <palves@redhat.com>
3873 Joel Brobecker <brobecker@adacore.com>
3874
3875 PR gdb/17525
3876 * gdb.base/bp-cmds-execution-x-script.c: New file.
3877 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3878 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3879
6c400b59
PA
38802015-01-14 Pedro Alves <palves@redhat.com>
3881
3882 PR cli/17828
3883 * gdb.base/batch-preserve-term-settings.c: New file.
3884 * gdb.base/batch-preserve-term-settings.exp: New file.
3885
e02c96a7
DE
38862015-01-13 Doug Evans <dje@google.com>
3887
3888 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3889 binary.
3890
576fd14c
JB
38912015-01-13 Joel Brobecker <brobecker@adacore.com>
3892
3893 * Makefile.in (clean mostlyclean): Do not delete *.py.
3894
04dccad0
JB
38952015-01-13 Joel Brobecker <brobecker@adacore.com>
3896
3897 * gdb.python/py-lookup-type.exp: New file.
3898
3d230f71
PA
38992015-01-12 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3902 restore GDBFLAGS before returning.
3903
7e67715d
JK
39042015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3907 is_amd64_regs_target and is_x86_like_target.
3908
f2e0d4b4
DE
39092015-01-11 Doug Evans <xdje42@gmail.com>
3910
3911 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3912 is given without an explicit form.
3913 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3914 attributes.
3915 * gdb.dwarf/corrupt.exp: Ditto.
3916 * gdb.dwarf2/enum-type.exp: Ditto.
3917 * gdb.trace/entry-values.exp: Ditto.
3918 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3919
439250fb
DE
39202015-01-11 Doug Evans <xdje42@gmail.com>
3921
3922 PR gdb/15830
3923 * gdb.base/maint.exp: Remove references to "maint demangle".
3924 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3925 Add tests for explicitly specifying language to demangle.
3926 * gdb.dlang/demangle.exp: Ditto.
3927
ede9f622
PA
39282015-01-09 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.threads/non-stop-fair-events.c: New file.
3931 * gdb.threads/non-stop-fair-events.exp: New file.
3932
a7b796db
PA
39332015-01-09 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3936 the global scope. Set a breakpoint after all threads are started
3937 rather than stepping over two source lines. Expect the prompt.
3938 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3939 global.
3940 (NUM): Now 15.
3941 (main): Use threads_started_barrier to wait for all threads to
3942 start. Main thread no longer calls thread_function. Exit after
3943 180 seconds.
3944 (loop): New function.
3945 (thread_function): Wait on threads_started_barrier barrier. Call
3946 'loop' at each iteration.
3947 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3948 threads have started, instead of hardcoding number of "next"
3949 steps. Use an access watchpoint instead of a write watchpoint.
3950
9665ffdd
PA
39512015-01-09 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3954 (thread_func): Wait on barrier.
3955 (main): Wait for all threads to start before stopping GDB.
3956 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3957 global.
3958 (thread1_func, thread2_func): Wait on barrier.
3959 (main): Wait for all threads to start before stopping GDB.
3960 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3961 New global.
3962 (thread1_func, thread2_func): Wait on barrier.
3963 (main): Wait for all threads to start before stopping GDB.
3964
c945a99f
PA
39652015-01-09 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.threads/attach-many-short-lived-threads.c: New file.
3968 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3969
c1a747c1
PA
39702014-01-09 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3973 instead of to thread 2.
3974 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3975 Add barrier around each pthread_create call instead of around all
3976 calls.
3977 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3978 Set a break on thread_function and have the child threads hit it
3979 one at at a time.
3980
60b3033e
PA
39812015-01-09 Pedro Alves <palves@redhat.com>
3982
3983 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3984 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3985 false.
3986 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3987 checking whether the target board is remote.
3988 * gdb.multi/multi-attach.exp: Likewise.
3989 * gdb.python/py-sync-interp.exp: Likewise.
3990 * gdb.server/ext-attach.exp: Likewise.
3991 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3992 tests that need to attach, instead of checking whether the target
3993 board is remote at the top of the file.
3994
acc018ac
YQ
39952015-01-08 Yao Qi <yao@codesourcery.com>
3996
3997 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3998
50a18af8
JK
39992015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 Fix testcase compilation.
4002 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4003
8503d6e1
JB
40042015-01-06 Joel Brobecker <brobecker@adacore.com>
4005
4006 * gdb.python/py-type.exp: Add a couple test about empty
4007 array creation, and negative-length array creation.
4008
cc73dbcc
DE
40092015-01-02 Doug Evans <xdje42@gmail.com>
4010
4011 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4012
0300bbc7
DE
40132015-01-02 Doug Evans <dje@google.com>
4014
4015 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4016
9d85a0ec
YQ
40172014-12-29 Yao Qi <yao@codesourcery.com>
4018
4019 * gdb.trace/entry-values.exp: Update comments. Rename variable
4020 bar_call_foo to returned_from_foo.
4021
87186c6a
MMN
40222014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4023
4024 PR gdb/17394
4025 * gdb.linespec/break-asm-file.c: New file.
4026 * gdb.linespec/break-asm-file.exp: New file.
4027 * gdb.linespec/break-asm-file0.s: New file.
4028 * gdb.linespec/break-asm-file1.s: New file.
4029
1bab7383
YQ
40302014-12-18 Nigel Stephens <nigel@mips.com>
4031 Maciej W. Rozycki <macro@codesourcery.com>
4032
4033 * gdb.base/float.exp: Handle the new output from "info float" on
4034 MIPS targets.
4035
1bc1068a
JK
40362014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 Fix MinGW compilation.
4039 * gdb.compile/compile-ops.exp: Update untested message if
4040 !skip_compile_feature_tests.
4041 * gdb.compile/compile-setjmp.exp: Likewise.
4042 * gdb.compile/compile-tls.exp: Likewise.
4043 * gdb.compile/compile.exp: Likewise.
4044 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4045 supported on this host".
4046
b6615d10
DE
40472014-12-16 Doug Evans <xdje42@gmail.com>
4048
4049 * boards/stabs.exp: New file.
4050
25dda427
AA
40512014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4052
4053 * gdb.base/completion.exp: Adjust to format changes of "maint
4054 print user-registers".
4055
bf330350
CU
40562014-12-16 Catalin Udma <catalin.udma@freescale.com>
4057
4058 PR server/17457
4059 * gdb.arch/aarch64-fp.c: New file.
4060 * gdb.arch/aarch64-fp.exp: New file.
4061
395cf596
SDJ
40622014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4063
4064 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4065 r210637, r210913, r211666, r215400, r215817).
4066
4067 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4068 * dg-extract-results.py: New file.
4069 * dg-extract-results.sh: Use it if the environment seems
4070 suitable.
4071
4072 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4073
4074 * dg-extract-results.py (parse_run): Handle warnings that
4075 are printed before a test harness is run.
4076
4077 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4078
4079 * dg-extract-results.py (Named): Remove __cmp__ method.
4080 (output_variation): Use a key to sort variation.harnesses.
4081
4082 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4083
4084 * dg-extract-results.py: For Python 3, force sys.stdout to
4085 handle surrogate escape sequences.
4086 (safe_open): New function.
4087 (output_segment, main): Use it.
4088
4089 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4090
4091 * dg-extract-results.py (Prog.result_re): Include options
4092 in test name.
4093
4094 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4095
4096 * dg-extract-results.py (output_variation): Always sort if
4097 do_sum.
4098
e882ef3c
SM
40992014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4102 as long as we get pagination notifications.
4103
4992aa20
JM
41042014-12-15 Jason Merrill <jason@redhat.com>
4105
4106 * Makefile.in (check-gdb.%): Restore.
4107 * README: Mention it.
4108
c1b5a1a6
JB
41092014-12-13 Joel Brobecker <brobecker@adacore.com>
4110
4111 * gdb.ada/str_uninit: New testcase.
4112
5537b577
JK
41132014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4114
4115 PR symtab/17642
4116 * gdb.base/vla-stub-define.c: New file.
4117 * gdb.base/vla-stub.c: New file.
4118 * gdb.base/vla-stub.exp: New file.
4119
bb2ec1b3
TT
41202014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4121 Jan Kratochvil <jan.kratochvil@redhat.com>
4122 Tom Tromey <tromey@redhat.com>
4123
4124 * configure.ac: Add gdb.compile/.
4125 * configure: Regenerate.
4126 * gdb.compile/Makefile.in: New file.
4127 * gdb.compile/compile-ops.exp: New file.
4128 * gdb.compile/compile-ops.c: New file.
4129 * gdb.compile/compile-tls.c: New file.
4130 * gdb.compile/compile-tls.exp: New file.
4131 * gdb.compile/compile-constvar.S: New file.
4132 * gdb.compile/compile-constvar.c: New file.
4133 * gdb.compile/compile-mod.c: New file.
4134 * gdb.compile/compile-nodebug.c: New file.
4135 * gdb.compile/compile-setjmp-mod.c: New file.
4136 * gdb.compile/compile-setjmp.c: New file.
4137 * gdb.compile/compile-setjmp.exp: New file.
4138 * gdb.compile/compile-shlib.c: New file.
4139 * gdb.compile/compile.c: New file.
4140 * gdb.compile/compile.exp: New file.
4141 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4142
4ff709eb
TT
41432014-12-12 Tom Tromey <tromey@redhat.com>
4144
4145 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4146 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4147
6dddd6a5
DE
41482014-12-12 Doug Evans <dje@google.com>
4149
4150 * lib/gdb-python.exp (get_python_valueof): New function.
4151 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4152
71c24708
AA
41532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4154
4155 * gdb.base/completion.exp: Add test for completion of "info
4156 registers ".
4157
3e29f34a
MR
41582014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4159
4160 * gdb.base/func-ptrs.c: New file.
4161 * gdb.base/func-ptrs.exp: New file.
4162
fc126975
SM
41632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4164
4165 PR breakpoints/17012
4166 * gdb.base/dprintf-detach.c: New file.
4167 * gdb.base/dprintf-detach.exp: New file.
4168
0a46d518
SM
41692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4170
4171 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4172 * lib/gdb.exp (target_is_gdbserver): New procedure.
4173
a0be3e44
DE
41742014-12-08 Doug Evans <dje@google.com>
4175
4176 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4177
df1b803a
YQ
41782014-12-05 Yao Qi <yao@codesourcery.com>
4179
4180 * gdb.guile/scm-error.exp: Remove the third argument to
4181 gdb_remote_download.
4182 * gdb.guile/scm-frame-args.exp: Likewise.
4183 * gdb.guile/scm-section-script.exp: Likewise.
4184
ddb9f679
YQ
41852014-12-05 Yao Qi <yao@codesourcery.com>
4186
4187 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4188
86e4ed39
DE
41892014-12-04 Doug Evans <dje@google.com>
4190
4191 * gdb.python/py-objfile.exp: Add tests for
4192 objfile.add_separate_debug_file.
4193
7c50a931
DE
41942014-12-04 Doug Evans <dje@google.com>
4195
4196 * lib/gdb.exp (get_build_id): New function.
4197 (build_id_debug_filename_get): Rewrite to use it.
4198 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4199
621661e3
MR
42002014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4201
4202 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4203 `method(long)', not just 0x0.
4204 * gdb.cp/nsalias.exp: Align code labels to 4.
4205 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4206 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4207 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4208 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4209 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4210 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4211
29f0c3b7
DE
42122014-12-02 Doug Evans <dje@google.com>
4213
e1e061e7 4214 PR symtab/17602
29f0c3b7 4215 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4216 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4217 * gdb.cp/anon-ns.exp: Update.
4218
162078c8
NB
42192014-12-02 Nick Bull <nicholaspbull@gmail.com>
4220
4221 * gdb.python/py-events.py (inferior_call_handler): New.
4222 (register_changed_handler, memory_changed_handler): New.
4223 (test_events.invoke): Register new handlers.
4224 * gdb.python/py-events.exp: Add tests for inferior call,
4225 memory_changed and register_changed events.
4226
fdb09caf
AA
42272014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4228
4229 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4230 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4231 if the linker doesn't understand this.
4232
55cfb2c4
SM
42332014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4234
4235 * gdb.python/python.exp: Change expected reply to help().
4236
9e8cd6df
YQ
42372014-12-01 Yao Qi <yao@codesourcery.com>
4238
4239 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4240 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4241 * configure: Re-generated.
4242
6c659fc2
SC
42432014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4244
4245 * gdb.cp/chained-calls.cc: New file.
4246 * gdb.cp/chained-calls.exp: New file.
4247 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4248
d7fc3181
SM
42492014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4250
4251 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4252 * gdb.dwarf2/symtab-producer.exp: Same.
4253 * gdb.gdb/python-interrupts.exp: Same.
4254 * gdb.gdb/python-selftest.exp: Same.
4255 * gdb.python/py-linetable.exp: Same.
4256 * gdb.python/py-type.exp: Same.
4257 * gdb.python/py-value-cc.exp: Same.
4258 * gdb.python/py-value.exp: Same.
4259
10e79639
YQ
42602014-11-28 Yao Qi <yao@codesourcery.com>
4261
4262 * gdb.base/break-probes.exp: Match library name prefixed with
4263 sysroot.
4264
f28a0564
SM
42652014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4266
4267 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4268 test expected output. Add parentheses for the call to print.
4269 Remove L suffix from integers.
4270
3fe1ce1d
DE
42712014-11-26 Doug Evans <dje@google.com>
4272
4273 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4274
84429e27
YQ
42752014-11-22 Yao Qi <yao@codesourcery.com>
4276
4277 * gdb.trace/entry-values.c: Remove asms.
4278 (foo): Add foo_label.
4279 (bar): Add bar_label.
4280 * gdb.trace/entry-values.exp: Remove code computing foo's
4281 length and bar's length.
4282 (Dwarf::assemble): Invoke function_range for bar and use
4283 MACRO_AT_func for foo.
4284
26741859
YQ
42852014-11-22 Yao Qi <yao@codesourcery.com>
4286
4287 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4288 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4289 Use .Lgcc43_procstart instead of gcc43.
4290
45e44d27
JB
42912014-11-21 Joel Brobecker <brobecker@adacore.com>
4292
4293 * gdb.ada/n_arr_bound: New testcase.
4294
458c8db8
SDJ
42952014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4296
4297 PR breakpoints/10737
4298 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4299 test_catch_syscall_multi_arch.
4300 (test_catch_syscall_multi_arch): New function.
4301
43f3e411
DE
43022014-11-20 Doug Evans <xdje42@gmail.com>
4303
4304 * gdb.base/maint.exp: Update expected output.
4305
0d7b2549
AA
43062014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4307
4308 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4309 4-byte instruction on S390.
4310
8908fca5
JB
43112014-11-19 Joel Brobecker <brobecker@adacore.com>
4312
4313 * gdb.ada/arr_arr: New testcase.
4314
4a46959e
JB
43152014-11-19 Joel Brobecker <brobecker@adacore.com>
4316
4317 * gdb.ada/pkd_arr_elem: New Testcase.
4318
470e2f4e
LM
43192014-11-18 Luis Machado <lgustavo@codesourcery.com>
4320
4321 * gdb.reverse/break-precsave: Expect completion message for
4322 core file reads.
4323 * gdb.reverse/consecutive-precsave.exp: Likewise.
4324 * gdb.reverse/finish-precsave.exp: Likewise.
4325 * gdb.reverse/i386-precsave.exp: Likewise.
4326 * gdb.reverse/machinestate-precsave.exp: Likewise.
4327 * gdb.reverse/sigall-precsave.exp: Likewise.
4328 * gdb.reverse/solib-precsave.exp: Likewise.
4329 * gdb.reverse/step-precsave.exp: Likewise.
4330 * gdb.reverse/until-precsave.exp: Likewise.
4331 * gdb.reverse/watch-precsave.exp: Likewise.
4332
a267f3ad
AA
43332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4334
4335 * gdb.base/bp-permanent.c: Include unistd.h.
4336 * gdb.python/py-framefilter-mi.c (main): Add return type.
4337 * gdb.python/py-framefilter.c (main): Likewise.
4338 * gdb.trace/actions-changed.c (main): Likewise.
4339
12084a9a
AA
43402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4341
4342 * gdb.mi/until.c: Add eye-catchers.
4343 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4344 line numbers.
4345
dc7e1a77
AA
43462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4347
4348 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4349 function header variants in break1.c.
4350 * gdb.base/ena-dis-br.exp: Likewise.
4351 * gdb.base/hbreak2.exp: Likewise.
4352 * gdb.reverse/until-precsave.exp: Drop references to removed
4353 non-prototype function header variants in ur1.c.
4354 * gdb.reverse/until-reverse.exp: Likewise.
4355
41c77605
PM
43562014-11-17 Petr Machata <pmachata@redhat.com>
4357
4358 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4359 ${_cu_offset_size} bytes abbrev offset.
4360
34248c3a
DE
43612014-11-15 Doug Evans <xdje42@gmail.com>
4362
4363 PR symtab/17559
4364 * gdb.base/line-symtabs.exp: New file.
4365 * gdb.base/line-symtabs.c: New file.
4366 * gdb.base/line-symtabs.h: New file.
4367
646da059
YQ
43682014-11-14 Yao Qi <yao@codesourcery.com>
4369
4370 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4371 (func): Add label func_label.
4372 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4373 Replace low_pc and high_pc with MACRO_AT_range.
4374 Replace name, low_pc and high_pc with MACRO_AT_func.
4375
9301ebe6
YQ
43762014-11-14 Yao Qi <yao@codesourcery.com>
4377
4378 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4379 Replace name, low_pc and high_pc with MACRO_AT_func.
4380
f166b542
YQ
43812014-11-14 Yao Qi <yao@codesourcery.com>
4382
4383 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4384 produce debug information.
4385 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4386
0f6e71e3
YQ
43872014-11-14 Yao Qi <yao@codesourcery.com>
4388
4389 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4390 object and get function length.
4391 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4392 with MACRO_AT_func.
4393 (top-level): Replace gdb_compile and clean_restart with
4394 prepare_for_testing.
4395 * gdb.dwarf2/main.c (main): Add label main_label.
4396
876c4df9
YQ
43972014-11-14 Yao Qi <yao@codesourcery.com>
4398
4399 * lib/dwarf.exp (function_range): New procedure.
4400 (Dwarf::_handle_macro_at_func): New procedure.
4401 (Dwarf::_handle_macro_at_range): New procedure.
4402 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4403
02ad9cf1
YQ
44042014-11-14 Yao Qi <yao@codesourcery.com>
4405
4406 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4407 (_handle_attribute): New procedure.
4408
a59add0c
AA
44092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4410
4411 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4412 * gdb.base/call-sc.c (zed): Likewise.
4413 * gdb.base/checkpoint.c (main): Likewise.
4414 * gdb.base/dump.c (main): Likewise.
4415 * gdb.base/gcore.c (main): Likewise.
4416 * gdb.base/huge.c (main): Likewise.
4417 * gdb.base/multi-forks.c (main): Likewise.
4418 * gdb.base/pr10179-a.c (main): Likewise.
4419 * gdb.base/savedregs.c (main): Likewise.
4420 * gdb.base/sigaltstack.c (main): Likewise.
4421 * gdb.base/siginfo.c (main): Likewise.
4422 * gdb.base/structs.c (zed): Likewise.
4423 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4424 * gdb.mi/mi-syn-frame.c (main): Likewise.
4425 * gdb.mi/until.c (foo, main): Likewise.
4426 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4427 * gdb.base/solib-weak.c (foo): Declare.
4428 * gdb.base/attach-twice.c: Include stdio.h.
4429 * gdb.base/weaklib1.c: Likewise.
4430 * gdb.base/weaklib2.c: Likewise.
4431 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4432 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4433 unistd.h.
4434 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4435 * gdb.mi/mi-exit-code.c: Likewise.
4436 * gdb.base/break-interp-lib.c: Include string.h.
4437 * gdb.base/coremaker.c: Likewise.
4438 * gdb.base/testenv.c: Likewise.
4439 * gdb.python/py-finish-breakpoint.c: Likewise.
4440 * gdb.base/inferior-died.c: Include sys/wait.h.
4441 * gdb.base/fileio.c: Include time.h.
4442 * gdb.base/async-shell.c: Include unistd.h.
4443 * gdb.base/dprintf-non-stop.c: Likewise.
4444 * gdb.base/info-os.c: Likewise.
4445 * gdb.mi/mi-console.c: Likewise.
4446 * gdb.mi/watch-nonstop.c: Likewise.
4447 * gdb.python/py-events.c: Likewise.
4448 * gdb.base/async.c (baz): Move up before its invocation.
4449 * gdb.base/code_elim2.c (my_global_func): Likewise.
4450 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4451 * gdb.base/advance.c (func2): Likewise.
4452
3b5d5997
AA
44532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4454
4455 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4456 variant.
4457 * gdb.base/annota3.c: Likewise.
4458 * gdb.base/async.c: Likewise.
4459 * gdb.base/average.c: Likewise.
4460 * gdb.base/call-ar-st.c: Likewise.
4461 * gdb.base/call-rt-st.c: Likewise.
4462 * gdb.base/call-sc.c: Likewise.
4463 * gdb.base/call-strs.c: Likewise.
4464 * gdb.base/ending-run.c: Likewise.
4465 * gdb.base/execd-prog.c: Likewise.
4466 * gdb.base/exprs.c: Likewise.
4467 * gdb.base/foll-exec.c: Likewise.
4468 * gdb.base/foll-fork.c: Likewise.
4469 * gdb.base/foll-vfork.c: Likewise.
4470 * gdb.base/funcargs.c: Likewise.
4471 * gdb.base/gcore.c: Likewise.
4472 * gdb.base/jump.c: Likewise.
4473 * gdb.base/langs0.c: Likewise.
4474 * gdb.base/langs1.c: Likewise.
4475 * gdb.base/langs2.c: Likewise.
4476 * gdb.base/mips_pro.c: Likewise.
4477 * gdb.base/nodebug.c: Likewise.
4478 * gdb.base/opaque0.c: Likewise.
4479 * gdb.base/opaque1.c: Likewise.
4480 * gdb.base/recurse.c: Likewise.
4481 * gdb.base/run.c: Likewise.
4482 * gdb.base/scope0.c: Likewise.
4483 * gdb.base/scope1.c: Likewise.
4484 * gdb.base/setshow.c: Likewise.
4485 * gdb.base/setvar.c: Likewise.
4486 * gdb.base/shmain.c: Likewise.
4487 * gdb.base/shr1.c: Likewise.
4488 * gdb.base/shr2.c: Likewise.
4489 * gdb.base/sigall.c: Likewise.
4490 * gdb.base/signals.c: Likewise.
4491 * gdb.base/so-indr-cl.c: Likewise.
4492 * gdb.base/solib2.c: Likewise.
4493 * gdb.base/structs.c: Likewise.
4494 * gdb.base/sum.c: Likewise.
4495 * gdb.base/vforked-prog.c: Likewise.
4496 * gdb.base/watchpoint.c: Likewise.
4497 * gdb.reverse/shr2.c: Likewise.
4498 * gdb.reverse/until-reverse.c: Likewise.
4499 * gdb.reverse/ur1.c: Likewise.
4500 * gdb.reverse/watch-reverse.c: Likewise.
4501
066a77c5
AA
45022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4503
4504 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4505 variant.
4506 * gdb.base/sepdebug.exp: Drop references to removed code.
4507
4f204ea5
AA
45082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4509
4510 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4511 variant. Preserve original line numbering.
4512 * gdb.base/list1.c: Likewise.
4513
3b377a3a
AA
45142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4515
4516 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4517 variant.
4518 * gdb.base/break1.c: Likewise.
4519 * gdb.base/break.exp: Drop references to removed code.
4520
e444df73
AA
45212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4522
4523 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4524 variant.
4525
8008f2a7
AA
45262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4527
4528 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4529
a5a06887
AA
45302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4531
4532 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4533 logic into perform_all_tests() and invoke it with and without
4534 function header prototypes.
4535 (do_function_calls): Remove conditional XFAIL for PR 5318.
4536 (rerun_and_prepare): Remove duplicate code.
4537 (perform_all_tests): New. Main logic moved here.
4538
44dba9b9
AA
45392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4540
4541 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4542 code guarded by #ifdef NO_PROTOTYPES.
4543 (t_double_many_args): Likewise.
4544 (DEF_FUNC_MANY_ARGS_1): Likewise.
4545 (DEF_FUNC_VALUES_1): Likewise.
4546 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4547 guarded by #ifdef PROTOTYPES.
4548
d1fbcd56
AA
45492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4550
4551 * gdb.mi/mi-console.c: Add eye-catcher.
4552 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4553 instead of literal line number.
4554
b0e59b8f
AA
45552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4556
4557 * gdb.base/shr2.c: Add eye-catcher.
4558 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4559 line number.
4560
78f98cca
AA
45612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4562
4563 * gdb.base/jump.c: Add eye-catchers.
4564 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4565 numbers.
4566
58fa2af0
AA
45672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4568
4569 * gdb.base/execd-prog.c: Add eye-catchers.
4570 * gdb.base/foll-exec.c: Likewise.
4571 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4572 line numbers.
4573
04e5059b
AA
45742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4575
4576 * gdb.base/ending-run.c: Add eye-catchers.
4577 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4578 literal line numbers.
4579
dbfdb174
AA
45802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4581
4582 * gdb.base/call-rt-st.c: Add eye-catchers.
4583 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4584 literal line numbers.
4585
888a2ade
AA
45862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4587
4588 * gdb.base/call-ar-st.c: Add eye-catchers.
4589 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4590 literal line numbers.
4591
6acc2dde
AA
45922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4593
4594 * gdb.base/average.c: Add eye-catchers.
4595 * gdb.base/sum.c: Likewise.
4596 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4597 regexps dynamically.
4598
9ecfcd1d
AA
45992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4600
4601 * gdb.base/solib1.c: Add eye-catchers.
4602 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4603 literal line numbers.
4604
78708b7c
PA
46052014-11-12 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4608 leader has exited.
4609
af48d08f
PA
46102014-11-12 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.arch/i386-bp_permanent.c: New file.
4613 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4614 (srcfile): Set to i386-bp_permanent.c.
4615 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4616 that stepi does not execute the 'leave' instruction, instead of
4617 testing it does execute.
4618 * gdb.base/bp-permanent.c: New file.
4619 * gdb.base/bp-permanent.exp: New file.
4620
af3768e9
DE
46212014-11-10 Doug Evans <xdje42@gmail.com>
4622
4623 PR symtab/17564
4624 * gdb.base/symtab-search-order.exp: New file.
4625 * gdb.base/symtab-search-order.c: New file.
4626 * gdb.base/symtab-search-order-1.c: New file.
4627 * gdb.base/symtab-search-order-shlib-1.c: New file.
4628
9de00a4a
PA
46292014-11-07 Pedro Alves <palves@redhat.com>
4630
4631 PR gdb/17511
4632 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4633 i?86-*-linux*.
4634
e0f52461
SC
46352014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4636
4637 PR c++/17494
4638 * gdb.cp/pr17494.cc: New file.
4639 * gdb.cp/pr17494.exp: New file.
4640
6ce8c980
YQ
46412014-11-02 Yao Qi <yao@codesourcery.com>
4642
4643 * gdb.python/python.exp: Get working directory and match the
4644 output of "set extended-prompt \\w " with it.
4645
02be9a71
DE
46462014-10-30 Doug Evans <dje@google.com>
4647
4648 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4649 in objfiles.
4650 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4651 in progspaces.
4652
3bdff46b
LM
46532014-10-30 Janis Johnson <janisjo@codesourcery.com>
4654
4655 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4656 * gdb.base/realname-expand.exp: Likewise.
4657 * gdb.linespec/macro-relative.exp: Likewise.
4658
ab917dfb
PA
46592014-10-29 Pedro Alves <palves@redhat.com>
4660
4661 PR gdb/17408
4662 * gdb.threads/schedlock.c (some_function): New function.
4663 (call_function): New global.
4664 (MAYBE_CALL_SOME_FUNCTION): New macro.
4665 (thread_function): Call it.
4666 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4667 and use it instead of a global counter. Adjust all callers.
4668 (get_current_thread): Use "find current thread" for test message
4669 here rather than having all callers pass down the same string.
4670 (goto_loop): New procedure, factored out from ...
4671 (my_continue): ... this.
4672 (step_ten_loops): Change parameter from test message to command to
4673 use. Adjust.
4674 (list_count): Delete global.
4675 (check_result): New procedure, factored out from duplicate top
4676 level code.
4677 (continue tests): Wrap in with_test_prefix.
4678 (test_step): New procedure, factored out from duplicate top level
4679 code.
4680 (top level): Test "step" in combination with all scheduler-locking
4681 modes. Test "next" in combination with all scheduler-locking
4682 modes, and in combination with stepping over a function call or
4683 not.
4684 * gdb.threads/next-bp-other-thread.c: New file.
4685 * gdb.threads/next-bp-other-thread.exp: New file.
4686
d3d4baed
PA
46872014-10-29 Pedro Alves <palves@redhat.com>
4688
4689 PR python/17372
4690 * gdb.python/python.exp: Test a multi-line command that spawns
4691 interactive Python.
4692 * gdb.base/multi-line-starts-subshell.exp: New file.
4693
563e8d85
YQ
46942014-10-29 Yao Qi <yao@codesourcery.com>
4695
4696 * gdb.base/fileio.exp: Make directories on host.
4697
0ea4d52e
YQ
46982014-10-29 Yao Qi <yao@codesourcery.com>
4699
4700 * gdb.base/fileio.c (test_write): Close the file.
4701
7f5ef605
PA
47022014-10-28 Pedro Alves <palves@redhat.com>
4703
4704 PR gdb/12623
4705 * gdb.base/sigstep.c (no_handler): New global.
4706 (main): If 'no_handler is true, set the signal handlers to
4707 SIG_IGN.
4708 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4709 with_sw_watch and no_handler parameters. Handle them.
4710 (top level) <stepping over handler when stopped at a breakpoint
4711 test>: Add a test axis for testing with a software watchpoint, and
4712 another for testing with the signal handler set to SIG_IGN.
4713 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4714 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4715
abbdbd03
PA
47162014-10-28 Pedro Alves <palves@redhat.com>
4717
4718 PR gdb/17511
4719 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4720 * gdb.base/sigstep.exp (other_handler_location): New global.
4721 (advance): Support stepping into the signal handler, and running
4722 commands while in the handler.
4723 (in_handler_map): New global.
4724 (top level): In the advance test, add combinations for getting
4725 into the handler with stepping commands, and for running commands
4726 in the handler. Add comment descripting the advancei tests.
4727
1df4399f
PA
47282014-10-28 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.base/sigstep.exp: Use build_executable instead of
4731 prepare_for_testing.
4732 (top level): Move code that starts GDB, runs to main and creates a
4733 display to ...
4734 (restart): ... this new procedure.
4735 (top level): Move backtrace from signal handler test to ...
4736 (validate_backtrace): ... this new procedure.
4737 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4738 with_test_prefix. Always restart GDB.
4739 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4740 with_test_prefix. Always restart GDB. No need to delete
4741 breakpoints after the test.
4742 (test_skip_handler): Remove prefix parameter.
4743 (skip_over_handler, breakpoint_to_handler)
4744 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4745 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4746 restart GDB. No need to delete breakpoints after the test.
4747 (top level): Use foreach to call the test procedures with
4748 different commands.
4749
a5b6e449
PA
47502014-10-28 Pedro Alves <palves@redhat.com>
4751
4752 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4753 instead of GNATS numbers.
4754 * gdb.base/sigbpt.exp: Likewise.
4755 * gdb.base/siginfo.exp: Likewise.
4756 * gdb.base/sigstep.exp: Likewise.
4757
e5f8a7cc
PA
47582014-10-27 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/sigstep.c (dummy): New global.
4761 (main): Issue a couple writes to the new global.
4762 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4763 procedures.
4764 (skip_over_handler): Use test_skip_handler.
4765 (top level): Call skip_over_handler for stepi and nexti too.
4766 (breakpoint_over_handler): Use test_skip_handler.
4767 (top level): Call breakpoint_over_handler for stepi and nexti too.
4768
763905a3
YQ
47692014-10-27 Yao Qi <yao@codesourcery.com>
4770
4771 * gdb.trace/tfile.c (adjust_function_address)
4772 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4773 function descriptor.
4774
6f259a23
DB
47752014-10-24 Don Breazeal <donb@codesourcery.com>
4776
4777 * gdb.base/foll-fork.exp (test_follow_fork,
4778 catch_fork_child_follow): Check for updated fork messages emitted
4779 from infrun.c.
4780 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4781 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4782 vfork_and_exec_child_follow_through_step): Check for updated vfork
4783 messages emitted from infrun.c.
4784
09dd9a69
PA
47852014-10-24 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.base/corefile.exp: Remove references to ultrix.
4788 * gdb.base/interrupt.exp: Likewise.
4789 * gdb.base/whatis.exp: Likewise.
4790 * gdb.gdb/selftest.exp: Likewise.
4791 * gdb.threads/manythreads.exp: Likewise.
4792 * gdb.threads/print-threads.exp: Likewise.
4793 * gdb.threads/pthreads.exp:: Likewise.
4794 * gdb.threads/schedlock.exp: Likewise.
4795
3433cfa5
SC
47962014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4797
4798 * gdb.cp/non-trivial-retval.cc: Add a test case.
4799 * gdb.cp/non-trivial-retval.exp: Add a test.
4800
092f880b
YQ
48012014-10-20 Yao Qi <yao@codesourcery.com>
4802
4803 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4804 * gdb.python/py-objfile-script-gdb.py: New file.
4805 * gdb.python/py-objfile-script.exp: Update reference to
4806 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4807 of remote_download. Remove the dest file.
4808
acbdb7f3
YQ
48092014-10-20 Yao Qi <yao@codesourcery.com>
4810
4811 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4812 * gdb.base/step-line.exp: Likewise.
4813 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4814 * gdb.dwarf2/dw2-basic.exp: Likewise.
4815 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4816 * gdb.dwarf2/dw2-filename.exp: Likewise.
4817 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4818 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4819 * gdb.dwarf2/dw2-producer.exp: Likewise.
4820 * gdb.dwarf2/mac-fileno.exp: Likewise.
4821 * gdb.python/py-frame-args.exp: Likewise.
4822 * gdb.python/py-framefilter.exp: Likewise.
4823 * gdb.python/py-mi.exp: Likewise.
4824 * gdb.python/py-objfile-script.exp: Likewise
4825 * gdb.python/py-pp-integral.exp: Likewise.
4826 * gdb.python/py-pp-re-notag.exp: Likewise.
4827 * gdb.python/py-prettyprint.exp: Likewise.
4828 * gdb.python/py-section-script.exp: Likewise.
4829 * gdb.python/py-typeprint.exp: Likewise.
4830 * gdb.python/py-xmethods.exp: Likewise.
4831 * gdb.stabs/weird.exp: Likewise.
4832 * gdb.xml/tdesc-regs.exp: Likewise.
4833
bd286a29
KCY
48342014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4835
4836 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4837 (out_cu): Use addr_len for the size of addresses.
4838 (out_line): Likewise. Size DW_LNE_set_address instruction
4839 according to addr_len.
4840 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4841 (FUNC): Add START_INSNS to definition.
4842
673dc4a0
YQ
48432014-10-18 Yao Qi <yao@codesourcery.com>
4844
4845 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4846 gdb_has_argv0 return true.
4847 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4848 check [target_info exists noargs], check [gdb_has_argv0]
4849 instead.
4850 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4851 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4852 procedures.
4853
4ffbba72
DE
48542014-10-17 Doug Evans <dje@google.com>
4855
4856 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4857 event.
4858 * gdb.python/py-events.py: Add clear_objfiles event.
4859
d096d8c1
DE
48602014-10-17 Doug Evans <dje@google.com>
4861
4862 * gdb.python/py-objfile.exp: Test progspace attribute.
4863
a80db015
LM
48642014-10-17 Luis Machado <lgustavo@codesourcery.com>
4865
4866 * gdb.guile/scm-breakpoint.exp: Do not assume any
4867 directory separators when matching source file paths.
4868 * gdb.python/py-breakpoint.exp: Likewise.
4869 * gdb.reverse/break-precsave.exp: Likewise.
4870 * gdb.reverse/break-reverse.exp: Likewise.
4871 * gdb.reverse/consecutive-precsave.exp: Likewise.
4872 * gdb.reverse/finish-precsave.exp: Likewise.
4873 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4874 * gdb.reverse/finish-reverse.exp: Likewise.
4875 * gdb.reverse/i386-precsave.exp: Likewise.
4876 * gdb.reverse/i387-env-reverse.exp: Likewise.
4877 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4878 * gdb.reverse/machinestate-precsave.exp: Likewise.
4879 * gdb.reverse/machinestate.exp: Likewise.
4880 * gdb.reverse/sigall-precsave.exp: Likewise.
4881 * gdb.reverse/solib-precsave.exp: Likewise.
4882 * gdb.reverse/step-precsave.exp: Likewise.
4883 * gdb.reverse/until-precsave.exp: Likewise.
4884 * gdb.reverse/watch-precsave.exp: Likewise.
4885 * gdb.reverse/watch-reverse.exp: Likewise.
4886
b22089ab
YQ
48872014-10-17 Yao Qi <yao@codesourcery.com>
4888
4889 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4890 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4891
6c4486e6
PA
48922014-10-17 Pedro Alves <palves@redhat.com>
4893
4894 PR gdb/17471
4895 * gdb.base/bg-execution-repeat.c: New file.
4896 * gdb.base/bg-execution-repeat.exp: New file.
4897
0ff33695
PA
48982014-10-17 Pedro Alves <palves@redhat.com>
4899
4900 PR gdb/17300
4901 * gdb.base/continue-all-already-running.c: New file.
4902 * gdb.base/continue-all-already-running.exp: New file.
4903
6fdebc3d
PA
49042014-10-17 Pedro Alves <palves@redhat.com>
4905
4906 PR gdb/17472
4907 * gdb.base/annota-input-while-running.c: New file.
4908 * gdb.base/annota-input-while-running.exp: New file.
4909
32a8097b
PA
49102014-10-17 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.base/callfuncs.exp: emove references to osf.
4913 * gdb.base/sigall.exp: Likewise.
4914 * gdb.gdb/selftest.exp: Likewise.
4915 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4916 * gdb.mi/non-stop.c: Likewise.
4917 * gdb.mi/pthreads.c: Likewise.
4918 * gdb.reverse/sigall-precsave.exp: Likewise.
4919 * gdb.reverse/sigall-reverse.exp: Likewise.
4920 * gdb.threads/pthreads.c: Likewise.
4921 * gdb.threads/pthreads.exp: Likewise.
4922
7a3517ff
YQ
49232014-10-17 Yao Qi <yao@codesourcery.com>
4924
4925 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4926 check 'target_info exists noargs'.
4927 (test_command_prompt_position): Likewise.
4928 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4929 Remove "set args".
4930 (progvar_simple_while_test): Likewise.
4931 (progvar_complex_if_while_test): Likewise.
4932 (if_while_breakpoint_command_test): Likewise.
4933 (infrun_breakpoint_command_test): Likewise.
4934 (breakpoint_command_test): Likewise.
4935 (watchpoint_command_test): Likewise.
4936 (bp_deleted_in_command_test): Likewise.
4937 (temporary_breakpoint_commands): Likewise.
4938
bb99c472
YQ
49392014-10-16 Yao Qi <yao@codesourcery.com>
4940
4941 * gdb.base/remotetimeout.exp: Remove noargs checking.
4942
7c16b83e
PA
49432014-10-15 Pedro Alves <palves@redhat.com>
4944
4945 PR breakpoints/9649
4946 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4947 * gdb.base/breakpoint-in-ro-region.exp
4948 (probe_target_hardware_step): New procedure.
4949 (top level): Probe hardware stepping and hardware breakpoint
4950 support. Test stepping through a read-only region, with both
4951 "breakpoint auto-hw" on and off and both "always-inserted" on and
4952 off.
4953
35a49624
IB
49542014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4955
4956 * gdb.dlang/demangle.exp: Update for demangling changes.
4957
2d1c107c
SC
49582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4959
4960 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4961 * gdb.cp/non-trivial-retval.exp: Add new tests.
4962
778811d5
SC
49632014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4964
4965 PR c++/13403
4966 PR c++/15154
4967 * gdb.cp/non-trivial-retval.cc: New file.
4968 * gdb.cp/non-trivial-retval.exp: New file.
4969
10c5f0a8
YQ
49702014-10-15 Yao Qi <yao@codesourcery.com>
4971
4972 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4973 remote host.
4974
65d7b369
YQ
49752014-10-15 Yao Qi <yao@codesourcery.com>
4976
4977 * gdb.python/py-symbol.exp: Match file base name if host is
4978 remote, otherwise match file name with dir name.
4979 * gdb.python/py-symtab.exp: Likewise.
4980 * gdb.python/python.exp: Likewise.
4981
46dc1394
YQ
49822014-10-15 Yao Qi <yao@codesourcery.com>
4983
4984 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4985 pattern.
4986 * gdb.python/py-symtab.exp: Likewise.
4987 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4988 locationn.
4989
c40cc657
JB
49902014-10-14 Joel Brobecker <brobecker@adacore.com>
4991
4992 * gdb.ada/addr_arith: New testcase.
4993
2abf49e1
MR
49942014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4995
4996 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4997 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4998 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4999 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5000
f7088df3
SDJ
50012014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5002
5003 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5004 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5005 * gdb.arch/stap-eval-lang-ada.exp: New file.
5006
4dc06805
YQ
50072014-10-14 Yao Qi <yao@codesourcery.com>
5008
5009 * gdb.mi/mi-var-child.c (nothing1): New function.
5010 (nothing2): New function.
5011 (do_children_tests): Set function pointers by nothing1 and
5012 nothing2.
5013 * gdb.mi/mi-var-child.exp: Step over new added statements.
5014 Update test to match the new output.
5015 * gdb.mi/var-cmd.c (nothing1): New function.
5016 (nothing2): New function.
5017 (do_children_tests): Set function pointers by nothing1 and
5018 nothing2.
5019 * gdb.mi/mi-var-display.exp: Update test to match output.
5020 Step to the line specified by $line_dct_nothing.
5021 Increase the number of lines to step.
5022
46a93de2
YQ
50232014-10-14 Yao Qi <yao@codesourcery.com>
5024
5025 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5026 tests.
5027 * gdb.mi/mi2-var-child.exp: Likewise.
5028
14ea52ee
DE
50292014-10-13 Doug Evans <dje@google.com>
5030
5031 * gdb.python/py-objfile.exp: Change name of file name test.
5032
e5c6e92b
DE
50332014-10-13 Doug Evans <dje@google.com>
5034
5035 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5036 from the start of the CU.
5037
c780cc2f
JK
50382014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5039 Yao Qi <yao@codesourcery.com>
5040
5041 Fix "save breakpoints" for "catch" command.
5042 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5043 Remove -nonewline. Match also the added "main" line.
5044
99894e11
JK
50452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 Fix "save breakpoints" for "disable $bpnum" command.
5048 * gdb.base/save-bp.c (main): Add label.
5049 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5050
6e1ac5a3
JK
50512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5054
754dd2b0
YQ
50552014-10-11 Yao Qi <yao@codesourcery.com>
5056
5057 * gdb.server/server-kill.exp: Execute command
5058 "set remote trace-status-packet on" before "tstatus".
5059
f90183d7
YQ
50602014-10-11 Yao Qi <yao@codesourcery.com>
5061
5062 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5063 (main): Call getppid.
5064 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5065 and continue to it. Read variable "server_pid".
5066
bf40a607
YQ
50672014-10-11 Yao Qi <yao@codesourcery.com>
5068
5069 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5070
052ca370
YQ
50712014-10-11 Yao Qi <yao@codesourcery.com>
5072
5073 * gdb.threads/thread-find.exp: Don't execute command
5074 "info threads".
5075 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5076 * gdb.threads/linux-dp.exp: Don't check the condition
5077 $threads_created equals to zero.
5078
3831839c
PA
50792014-10-10 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.base/bigcore.exp: Remove references to IRIX.
5082 * gdb.base/funcargs.exp: Likewise.
5083 * gdb.base/interrupt.exp: Likewise.
5084 * gdb.base/mips_pro.exp: Likewise.
5085 * gdb.base/nodebug.exp: Likewise.
5086 * gdb.base/setvar.exp: Likewise.
5087 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5088
8b9a549d
PA
50892014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5090 Pedro Alves <palves@redhat.com>
5091
5092 PR symtab/14466
5093 * gdb.base/vdso-warning.c: New file.
5094 * gdb.base/vdso-warning.exp: New file.
5095
d48ba5e8
DE
50962014-10-02 Doug Evans <dje@google.com>
5097
5098 * gdb.base/structs.c (main): Don't run forever.
5099
2278c276
PA
51002014-10-02 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5103 (top level) <stop threads 1, stop threads 2>: Use it.
5104
b57bacec
PA
51052014-10-02 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.threads/break-while-running.exp (test): Add new
5108 'update_thread_list' argument. Skip "info threads" if false.
5109 (top level): Add new 'update_thread_list' axis.
5110
13fd3ff3
PA
51112014-10-02 Pedro Alves <palves@redhat.com>
5112
5113 PR breakpoints/17431
5114 * gdb.base/execl-update-breakpoints.c: New file.
5115 * gdb.base/execl-update-breakpoints.exp: New file.
5116
0fec99e8
PA
51172014-10-01 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.base/breakpoint-in-ro-region.c: New file.
5120 * gdb.base/breakpoint-in-ro-region.exp: New file.
5121
2ddf4301
SM
51222014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5123
5124 * gdb.mi/mi-exit-code.exp: New file.
5125 * gdb.mi/mi-exit-code.c: New file.
5126
6a5f3f43
YQ
51272014-09-30 Yao Qi <yao@codesourcery.com>
5128
5129 * lib/prelink-support.exp (build_executable_own_libs): Error if
5130 the target isn't native.
5131
345bcc73
YQ
51322014-09-30 Yao Qi <yao@codesourcery.com>
5133
5134 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5135 false.
5136
a25a5a45
PA
51372014-09-22 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.threads/break-while-running.exp: New file.
5140 * gdb.threads/break-while-running.c: New file.
5141
00ba3162
YQ
51422014-09-19 Yao Qi <yao@codesourcery.com>
5143
5144 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5145 Invoke test. Restart GDB with --readnow and invoke test again.
5146
c3b7b696
YQ
51472014-09-19 Yao Qi <yao@codesourcery.com>
5148
5149 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5150 proc set_breakpoint_on_gcd_function. Invoke
5151 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5152 invoke set_breakpoint_on_gcd_function again.
5153
2b4fd423
DE
51542014-09-18 Doug Evans <dje@google.com>
5155
5156 * gdb.dwarf2/symtab-producer.exp: New file.
5157
a5947601
SDJ
51582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5159
5160 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5161 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5162 * gdb.base/global-var-nested-by-dso.c: Likewise.
5163 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5164
91c19059
SDJ
51652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5166 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.base/watch-bitfields.exp: Pass string other than test file
5169 name to prepare_for_testing.
5170 (watch): New procedure.
5171 (expect_watchpoint): Use with_test_prefix.
5172 (top level): Factor out tests to ...
5173 (test_watch_location, test_regular_watch): ... these new
5174 procedures, and use with_test_prefix and gdb_continue_to_end.
5175
bb9d5f81
PP
51762014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5177
5178 PR breakpoints/12526
5179 * gdb.base/watch-bitfields.exp: New file.
5180 * gdb.base/watch-bitfields.c: New file.
5181
635856f5
PA
51822014-09-16 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5185 software and hardware addresses, not software address against
5186 itself.
5187
7280ceea
PA
51882014-09-16 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5191 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5192
428b16bd
PA
51932014-09-16 Pedro Alves <palves@redhat.com>
5194
5195 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5196 files.
5197 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5198 "*-*-vxworks*" throughout.
5199 * gdb.base/break.exp: Likewise.
5200 * gdb.base/default.exp: Likewise.
5201 * gdb.base/scope.exp: Likewise.
5202 * gdb.base/sepdebug.exp: Likewise.
5203 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5204 throughout.
5205 * gdb.base/run.c: Likewise.
5206 * gdb.base/sepdebug.c: Likewise.
5207 * gdb.hp/gdb.aCC/run.c: Likewise.
5208 * gdb.reverse/until-reverse.c: Likewise.
5209 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5210
666d413c
YQ
52112014-09-16 Yao Qi <yao@codesourcery.com>
5212
5213 * boards/local-remote-host-native.exp: New file.
5214
57cbd724
DE
52152014-09-14 Doug Evans <xdje42@gmail.com>
5216
5217 * gdb.threads/queue-signal.c (thread_count): New variable.
5218 (thread_count_mutex, thread_count_condvar): New variables.
5219 (incr_thread_count, wait_all_threads_running): New functions.
5220 (main): Wait for all threads to be in their thread functions.
5221
81219e53
DE
52222014-09-13 Doug Evans <xdje42@gmail.com>
5223
5224 * gdb.threads/queue-signal.c: New file.
5225 * gdb.threads/queue-signal.exp: New file.
5226
3714cea7
DE
52272014-09-13 Doug Evans <xdje42@gmail.com>
5228
5229 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5230 be consistent with what default_gdb_init uses.
5231 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5232 the plain text of the prompt. Add some logging printfs.
5233 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5234
fa43b1d7
PA
52352014-09-12 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5238 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5239 * gdb.arch/i386-size-overlap.exp: Likewise.
5240 * gdb.arch/i386-size.exp: Likewise.
5241 * gdb.arch/i386-unwind.exp: Likewise.
5242 * gdb.base/a2-run.exp: Likewise.
5243 * gdb.base/break.exp: Likewise.
5244 * gdb.base/charset.exp: Likewise.
5245 * gdb.base/chng-syms.exp: Likewise.
5246 * gdb.base/commands.exp: Likewise.
5247 * gdb.base/dbx.exp: Likewise.
5248 * gdb.base/find.exp: Likewise.
5249 * gdb.base/funcargs.exp: Likewise.
5250 * gdb.base/jit-simple.exp: Likewise.
5251 * gdb.base/reread.exp: Likewise.
5252 * gdb.base/sepdebug.exp: Likewise.
5253 * gdb.base/step-bt.exp: Likewise.
5254 * gdb.cp/mb-inline.exp: Likewise.
5255 * gdb.cp/mb-templates.exp: Likewise.
5256 * gdb.objc/basicclass.exp: Likewise.
5257 * gdb.threads/killed.exp: Likewise.
5258
9d9bf2df
EBM
52592014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5260
5261 PR tdep/17379
5262 * gdb.arch/powerpc-stackless.S: New file.
5263 * gdb.arch/powerpc-stackless.exp: New file.
5264
1cf2f1b0
JK
52652014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5266
5267 * gdb.base/attach.c: Include unistd.h.
5268 (main): Call alarm. Add label postloop.
5269 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5270 gdb_breakpoint, gdb_continue_to_breakpoint.
5271 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5272
98880d46
PA
52732014-09-11 Pedro Alves <palves@redhat.com>
5274
5275 PR gdb/17347
5276 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5277 * gdb.base/attach.exp (test_command_line_attach_run): New
5278 procedure.
5279 (top level): Call it.
5280
4c92ff2c
PA
52812014-09-11 Pedro Alves <palves@redhat.com>
5282
5283 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5284 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5285 (do_command_attach_tests): Use spawn_wait_for_attach.
5286 * gdb.base/solib-overlap.exp: Likewise.
5287 * gdb.multi/multi-attach.exp: Likewise.
5288 * gdb.python/py-prompt.exp: Likewise.
5289 * gdb.python/py-sync-interp.exp: Likewise.
5290 * gdb.server/ext-attach.exp: Likewise.
5291
3adc1a7d
GKB
52922014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5293
5294 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5295 command in testcase. Simplify testcase.
5296
96334934
JB
52972014-09-10 Joel Brobecker <brobecker@adacore.com>
5298
5299 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5300
eb479039
JB
53012014-09-10 Joel Brobecker <brobecker@adacore.com>
5302
5303 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5304
deede10c
JB
53052014-09-10 Joel Brobecker <brobecker@adacore.com>
5306
5307 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5308
7828a5f5
JB
53092014-09-10 Joel Brobecker <brobecker@adacore.com>
5310
5311 * gdb.dwarf2/dynarr-ptr.c: New file.
5312 * gdb.dwarf2/dynarr-ptr.exp: New file.
5313
33aeebcf
MR
53142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5315
5316 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5317 of 30 rather than hardcoding 120 for a slow test case. Take the
5318 `gdb,timeout' target setting into account for this calculation.
5319 Don't extend the timeout for the test cases that don't need it.
5320
7b415901
MR
53212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5322
5323 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5324 a factor of 2 for a slow test case. Take the `gdb,timeout'
5325 target setting into account for this calculation.
5326 * gdb.reverse/until-precsave.exp: Increase the timeout by
5327 a factor of 15 and 3 respectively rather than adding 120
5328 for a pair of slow test cases. Take the `gdb,timeout'
5329 target setting into account for this calculation.
5330
4a40f85a
MR
53312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5332
5333 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5334 timeout, don't pass one down to gdb_expect.
5335 (gdb_expect): Rework timeout selection.
5336
09635af7
MR
53372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5338
5339 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5340 exception on timeout.
5341 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5342 (gdbserver_start_extended): Catch any `gdbserver_start' error
5343 exceptions.
5344 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5345 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5346 `gdbserver_gdb_load' error exceptions.
5347
2bdd10b7
MR
53482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5349
5350 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5351 120 on waiting for the TCP socket to open.
5352
316935f0
DE
53532014-09-09 Doug Evans <xdje42@gmail.com>
5354
5355 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5356 _caller_matches, _any_caller_is, _any_caller_matches.
5357
83740597
DE
53582014-09-09 Doug Evans <xdje42@gmail.com>
5359
5360 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5361
4c122fc3
YQ
53622014-09-09 Yao Qi <yao@codesourcery.com>
5363
5364 * gdb.mi/mi-var-display.exp: Set print symbol off.
5365
a9f116cb
GKB
53662014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5367
5368 PR gdb/17035
5369 * gdb.base/commands.exp: Add tests to verify user-defined
5370 commands with empty bodies.
5371 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5372 python commands in `show user command`.
5373 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5374 scheme commands in `show user command`.
5375
c75bd3a2
JK
53762014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 PR python/17355
5379 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5380 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5381 * gdb.python/py-framefilter-invalidarg.exp: New file.
5382 * gdb.python/py-framefilter-invalidarg.py: New file.
5383
faa42425
DE
53842014-09-06 Doug Evans <xdje42@gmail.com>
5385
5386 PR 15276
5387 * gdb.python/py-caller-is.c: New file.
5388 * gdb.python/py-caller-is.exp: New file.
5389
474ca4f6
SDJ
53902014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5391
5392 PR gdb/17235
5393 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5394 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5395
eb0b0463
SDJ
53962014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5397
5398 PR fortran/17237
5399 * gdb.fortran/print-formatted.exp: New file.
5400 * gdb.fortran/print-formatted.f90: Likewise.
5401
5f3b99cf
SS
54022014-09-03 Sasha Smundak <asmundak@google.com>
5403
5404 * gdb.python/py-frame.exp: Test Frame.read_register.
5405
7d793aa9
SDJ
54062014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5407
5408 PR python/16699
5409 * gdb.python/py-completion.exp: New file.
5410 * gdb.python/py-completion.py: Likewise.
5411
fb0576e9
DE
54122014-08-28 Doug Evans <dje@google.com>
5413
5414 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5415 eax,etc. are live with values set by gdb and thus the compiler can't
5416 use them.
5417 * gdb.arch/i386-pseudo.c (main): Ditto.
5418
ee92b0dd
DE
54192014-08-27 Doug Evans <dje@google.com>
5420
5421 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5422
6649db35
DE
54232014-08-25 Doug Evans <dje@google.com>
5424
5425 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5426 (main): Ditto.
5427
564b7600
DE
54282014-08-25 Doug Evans <dje@google.com>
5429
5430 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5431
3881fb67
YQ
54322014-08-24 Yao Qi <yao@codesourcery.com>
5433
5434 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5435 symbol off.
5436 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5437
a05a36a5
DE
54382014-08-22 Doug Evans <dje@google.com>
5439
5440 PR 17276
5441 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5442 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5443 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5444
7c343b48
YQ
54452014-08-22 Yao Qi <yao@codesourcery.com>
5446
5447 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5448 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5449 * gdb.python/python.exp: Likewise. Use .py file on the host
5450 instead of the build.
5451
22fd09ae
JK
54522014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * gdb.threads/gcore-stale-thread.c: New file.
5455 * gdb.threads/gcore-stale-thread.exp: New file.
5456
a8454a7c
PA
54572014-08-21 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5460 * gdb.base/gcore-relro-pie.exp: Likewise.
5461 * gdb.base/gcore-relro.exp: Likewise.
5462 * gdb.base/gcore.exp: Likewise.
5463 * gdb.base/print-symbol-loading.exp: Likewise.
5464 * gdb.threads/gcore-thread.exp: Likewise.
5465 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5466
2a31c623
PA
54672014-08-20 Pedro Alves <palves@redhat.com>
5468 Jan Kratochvil <jan.kratochvil@redhat.com>
5469
5470 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5471 configure.
5472 (EXPECT): Handle READ1 being set.
5473 (all): Depend on EXTRA_RULES.
5474 (check-read1, expect-read1, read1.so, read1): New rules.
5475 * README (Testsuite Parameters): Document the READ1 make variable.
5476 (Race detection): New section.
5477 * configure: Regenerate.
5478 * configure.ac: If build==host==target, and running under a
5479 GNU/glibc system, add read1 to the extra Makefile rules.
5480 (EXTRA_RULES): AC_SUBST it.
5481 * lib/read1.c: New file.
5482
d36430db
JB
54832014-08-20 Joel Brobecker <brobecker@adacore.com>
5484
5485 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5486 the handling of variables declared as a typedef to an array
5487 which a DW_AT_data_location attribute.
5488
9a0dc9e3
PA
54892014-08-19 Andrew Burgess <aburgess@broadcom.com>
5490 Pedro Alves <palves@redhat.com>
5491
5492 PR symtab/14604
5493 PR symtab/14605
5494 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5495 gdb_test.
5496
0718a8da
PA
54972014-08-19 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5500
13b448cd
YQ
55012014-08-19 Yao Qi <yao@codesourcery.com>
5502
5503 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5504 right line.
5505
1cbf5077
DB
55062014-08-18 David Blaikie <dblaikie@gmail.com>
5507
5508 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5509
bf0fae19
JB
55102014-08-18 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5513 attribute in array range.
5514
3c8c5dcc
JB
55152014-08-18 Joel Brobecker <brobecker@adacore.com>
5516
5517 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5518
e66d4446
SC
55192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5520
5521 PR c++/17132
5522 * gdb.cp/pr17132.cc: New file.
5523 * gdb.cp/pr17132.exp: New file.
5524
940df408
SC
55252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5526
5527 * gdb.python/py-xmethods.py (A_getarrayind)
5528 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5529 Use 'print' with function call syntax.
5530 (E_method_matcher.match): Fix tab vs space indentation mixup.
5531
ebcc6c3a
YQ
55322014-08-15 Yao Qi <yao@codesourcery.com>
5533
5534 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5535 false.
5536
775e0f04
YQ
55372014-08-15 Yao Qi <yao@codesourcery.com>
5538
5539 * gdb.cp/casts.exp: Set print symbol off.
5540 * gdb.cp/class2.exp: Likewise.
5541 * gdb.cp/overload.exp: Likewise.
5542 * gdb.cp/templates.exp: Likewise.
5543
d769e349
DE
55442014-08-11 Doug Evans <dje@google.com>
5545
5546 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5547 (test_load_shlib): Update.
5548
20c6f1e1
YQ
55492014-08-09 Yao Qi <yao@codesourcery.com>
5550
5551 * gdb.base/display.exp: Invoke is_address_zero_readable.
5552 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5553 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5554 * gdb.base/hbreak-unmapped.exp: Return if
5555 is_address_zero_readable returns true.
5556 * gdb.base/signest.exp: Likewise.
5557 * gdb.base/signull.exp: Likewise.
5558 * gdb.base/sigbpt.exp: Likewise.
5559 * gdb.guile/scm-disasm.exp: Do the test if
5560 is_address_zero_readable returns false.
5561 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5562 * gdb.python/py-arch.exp: Likewise.
5563 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5564 * lib/gdb.exp (is_address_zero_readable): New proc.
5565
5792e8e3
YQ
55662014-08-09 Yao Qi <yao@codesourcery.com>
5567
5568 PR testsuite/13443
5569 * gdb.mi/mi-var-display.exp: Make test messages unique.
5570
3cecbbbe
TT
55712014-08-04 Tom Tromey <tromey@redhat.com>
5572
5573 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5574 target 0".
5575
00b51ff5
TT
55762014-08-04 Tom Tromey <tromey@redhat.com>
5577
5578 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5579 "target_resume".
5580
6908c509
JB
55812014-08-01 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5584 inner_vla_struct_object_size.
5585 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5586 as xfail.
5587
cc6563d2
PA
55882014-07-30 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5591 comment.
5592
7e09a223
YQ
55932014-07-29 Yao Qi <yao@codesourcery.com>
5594
5595 PR gdb/17206
5596 * gdb.base/until-nodebug.exp: New.
5597
7ebdbe92
DE
55982014-07-28 Doug Evans <xdje42@gmail.com>
5599
5600 PR guile/17203
5601 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5602 previously existing parameter, and previously ambiguously spelled
5603 parameter.
5604
fdb1adc6
WN
56052014-07-28 Will Newton <will.newton@linaro.org>
5606
5607 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5608
186fcde0
DE
56092014-07-26 Ludovic Courtès <ludo@gnu.org>
5610 Doug Evans <xdje42@gmail.com>
5611
5612 PR guile/17146
5613 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5614
70509625
PA
56152014-07-25 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.threads/signal-command-handle-nopass.c: New file.
5618 * gdb.threads/signal-command-handle-nopass.exp: New file.
5619 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5620 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5621 * gdb.threads/signal-delivered-right-thread.c: New file.
5622 * gdb.threads/signal-delivered-right-thread.exp: New file.
5623
c3f814a1
PA
56242014-07-25 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.base/double-prompt-target-event-error.exp
5627 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5628 match.
5629 (cancel_pagination_in_target_event): Rework double prompt
5630 detection.
5631 * gdb.base/paginate-after-ctrl-c-running.exp
5632 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5633 <return>' match.
5634 * gdb.base/paginate-bg-execution.exp
5635 (test_bg_execution_pagination_return)
5636 (test_bg_execution_pagination_cancel): Remove '-notransfer
5637 <return>' matches.
5638 * gdb.base/paginate-execution-startup.exp
5639 (test_fg_execution_pagination_return)
5640 (test_fg_execution_pagination_cancel): Remove '-notransfer
5641 <return>' matches.
5642 * gdb.base/paginate-inferior-exit.exp
5643 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5644 match.
5645 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5646 * lib/gdb.exp (pagination_prompt): Run text through
5647 string_to_regexp.
5648 (gdb_test_multiple): Match $pagination_prompt instead of
5649 "<return>".
5650 (string_to_regexp): Move to lib/gdb-utils.exp.
5651
e214cf6c
JK
56522014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5653
5654 * gdb.arch/amd64-entry-value-paramref.S: New file.
5655 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5656 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5657 * gdb.arch/amd64-optimout-repeat.S: New file.
5658 * gdb.arch/amd64-optimout-repeat.c: New file.
5659 * gdb.arch/amd64-optimout-repeat.exp: New file.
5660
17d0c5c8
JK
56612014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5662
5663 PR gdb/17170
5664 * gdb.base/statistics.exp: New file.
5665
b8b8facf
DE
56662014-07-17 Doug Evans <dje@google.com>
5667
74b49205 5668 PR gdb/17170
b8b8facf
DE
5669 * gdb.base/maint.exp: Update testing of per-command stats.
5670
1b5d0ab3
PA
56712014-07-16 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5674 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5675 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5676 (tfile_write_buf): New functions.
5677 (add_memory_block): Rewrite using the above.
5678 (adjust_function_address): New function.
5679 (FUNCTION_ADDRESS): New macro.
5680 (write_basic_trace_file): Remove short_x local, and use
5681 tfile_write_16. Change type of func_addr local to unsigned long
5682 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5683 here. Cast argument of add_memory_block to char pointer.
5684 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5685 (main): Remove parameters.
5686 * gdb.trace/tfile.exp: Remove nowarnings.
5687
4d974e88
SM
56882014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * gdb.base/debug-expr.exp: Test string evaluation with
5691 "debug expression" on.
5692
41e99568
PA
56932014-07-15 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.base/reread.exp: Use clean_restart.
5696
487d9753
PL
56972014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5698
5699 * gdb.arch/avr-flash-qualifer.c: New.
5700 * gdb.arch/avr-flash-qualifer.exp: New.
5701
cc1c52ad
PA
57022014-07-14 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5705 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5706
1e973570
PA
57072014-07-14 Pedro Alves <palves@redhat.com>
5708
5709 * gdb.base/double-prompt-target-event-error.c: New file.
5710 * gdb.base/double-prompt-target-event-error.exp: New file.
5711
93d6eb10
PA
57122014-07-14 Pedro Alves <palves@redhat.com>
5713
5714 PR gdb/17072
5715 * gdb.base/paginate-inferior-exit.c: New file.
5716 * gdb.base/paginate-inferior-exit.exp: New file.
5717
0017922d
PA
57182014-07-14 Pedro Alves <palves@redhat.com>
5719
5720 PR gdb/17072
5721 * gdb.base/paginate-bg-execution.c: New file.
5722 * gdb.base/paginate-bg-execution.exp: New file.
5723
94696ad3
PA
57242014-07-14 Pedro Alves <palves@redhat.com>
5725
5726 PR gdb/17072
5727 * gdb.base/paginate-execution-startup.c: New file.
5728 * gdb.base/paginate-execution-startup.exp: New file.
5729 * lib/gdb.exp (pagination_prompt): New global.
5730 (default_gdb_spawn): New procedure, factored out from
5731 default_gdb_spawn.
5732 (default_gdb_start): Adjust to call default_gdb_spawn.
5733 (gdb_spawn): New procedure.
5734
bd293940
PA
57352014-07-14 Pedro Alves <palves@redhat.com>
5736
5737 * lib/gdb.exp (gdb_assert): New procedure.
5738 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5739
c933f875
PA
57402014-07-14 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/execution-termios.c: New file.
5743 * gdb.base/execution-termios.exp: New file.
5744
d98b7a16
TT
57452014-07-14 Tom Tromey <tromey@redhat.com>
5746
5747 * gdb.cp/vla-cxx.cc: New file.
5748 * gdb.cp/vla-cxx.exp: New file.
5749
548740d6
TT
57502014-07-14 Tom Tromey <tromey@redhat.com>
5751
5752 * gdb.reverse/rerun-prec.c: New file.
5753 * gdb.reverse/rerun-prec.exp: New file.
5754
a25eb028
MR
57552014-07-12 Maciej W. Rozycki <macro@mips.com>
5756 Maciej W. Rozycki <macro@codesourcery.com>
5757
5758 * lib/gdb-utils.exp: New file.
5759 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5760 inline `gdb_init_command' processing.
5761 (gdb_start_cmd): Likewise.
5762 * lib/mi-support.exp (mi_run_cmd): Likewise.
5763 * README: Document `gdb_init_command' and `gdb_init_commands'.
5764
218c2655
JK
57652014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 Fix false FAIL running under a very long directory name.
5768 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5769 and "set print elements 10000". Twice.
5770
5401fde3
YQ
57712014-07-11 Yao Qi <yao@codesourcery.com>
5772
5773 * gdb.base/exprs.exp: "set print symbol off".
5774
e76126e8
PA
57752014-07-11 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.threads/kill.c: New file.
5778 * gdb.threads/kill.exp: New file.
5779
2d6f0de6
YQ
57802014-07-10 Yao Qi <yao@codesourcery.com>
5781
5782 * gdb.trace/tfile.c (write_basic_trace_file)
5783 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5784 address written to trace file.
5785
7180e04a
PA
57862014-07-09 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.base/attach-wait-input.exp: New file.
5789 * gdb.base/attach-wait-input.c: New file.
5790
9a9a7608
AB
57912014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5792
5793 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5794 setting up test structures.
5795 (main): Call new test function.
5796 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5797 test function, continue into test function and walk test
5798 structures.
5799
161ac41e
YQ
58002014-07-02 Yao Qi <yao@codesourcery.com>
5801
5802 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5803 'bar_start' at the beginning of functions 'foo' and 'bar'
5804 respectively.
5805 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5806 instead of 'foo' and 'bar'.
5807
1f267ae3
MM
58082014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5809
5810 * gdb.btrace/segv.exp: New.
5811 * gdb.btrace/segv.c: New.
5812
2b239efb
LM
58132014-07-02 Luis Machado <lgustavo@codesourcery.com>
5814
5815 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5816 instruction.
5817
cf363f18
MW
58182014-06-30 Mark Wielaard <mjw@redhat.com>
5819
5820 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5821 vulture, vilify, villar): New volatile array constants.
5822 (vindictive, vegetation): New const volatile array constants.
5823 * gdb.base/volatile.exp: Test volatile and const volatile array
5824 types.
5825
aebf9d24
AA
58262014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5827
5828 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5829 target lacks support for awatch, rwatch, or hbreak.
5830
b67a2c6f
YQ
58312014-06-27 Yao Qi <yao@codesourcery.com>
5832
5833 * gdb.multi/dummy-frame-restore.exp: New.
5834 * gdb.multi/dummy-frame-restore.c: New.
5835
aef92902
MM
58362014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5837
5838 * gdb.btrace/gcore.exp: New.
5839
8e9db26e
PA
58402014-06-23 Pedro Alves <palves@redhat.com>
5841
5842 * gdb.base/watchpoint-reuse-slot.c: New file.
5843 * gdb.base/watchpoint-reuse-slot.exp: New file.
5844
70afc5b7
SC
58452014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5846
5847 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5848 progspace's filename in 'info', 'enable' and 'disable' command
5849 tests.
5850
b972bd9c
JK
58512014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5852
5853 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5854 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5855 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5856
125f8a3d
GB
58572014-06-20 Gary Benson <gbenson@redhat.com>
5858
5859 * gdb.arch/i386-avx.exp: Fix include file location.
5860 * gdb.arch/i386-sse.exp: Likewise.
5861
3ed9baed
IB
58622014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5863
5864 * gdb.dlang/expression.exp: New file.
5865
034f788c
PA
58662014-06-19 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5869 out from ...
5870 (top level): ... here. Iterate running tests under different
5871 scheduler-locking settings.
5872
45371d0c
LM
58732014-06-18 Luis Machado <lgustavo@codesourcery.com>
5874
5875 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5876 to DW_FORM_addr and use non-zero addresses.
5877
5d376983
SC
58782014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5879
5880 PR gdb/17017
5881 * gdb.python/py-xmethods.cc: Add global function call counters and
5882 increment them in their respective functions. Remove "cout"
5883 statements.
5884 * gdb.python/py-xmethods.exp: Make tests check the global function
5885 call counters instead of depending on inferior IO.
5886
a1aa2221
LM
58872014-06-18 Don Breazeal <donb@codesourcery.com>
5888
5889 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5890 Deleted procedure.
5891 (explicit_fork_parent_follow): Deleted procedure.
5892 (explicit_fork_child_follow): Deleted procedure.
5893 (test_follow_fork): New procedure.
5894 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5895 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5896 procedure calls.
5897
0fc05997
YQ
58982014-06-17 Yao Qi <yao@codesourcery.com>
5899
5900 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5901 CP1252.
5902
70795c52
LM
59032014-06-17 Luis Machado <lgustavo@codesourcery.com>
5904
5905 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5906 Initialize ptr and S explicitly.
5907 (skip_type_update_when_not_use_rtti_test): Likewise.
5908
6be47f0c
KS
59092014-06-16 Keith Seitz <keiths@redhat.com>
5910
5911 PR mi/15863
5912 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5913 the inferior is started.
5914
d03de421
PA
59152014-06-16 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.base/break-main-file-remove-fail.c: New file.
5918 * gdb.base/break-main-file-remove-fail.exp: New file.
5919 * gdb.base/break-unload-file.exp: Use build_executable instead of
5920 prepare_for_testing.
5921 (test_break): New parameter "initial_load". Handle it.
5922 (top level): Add initial_load cmdline/file axis.
5923
f9579b99
TT
59242014-06-12 Tom Tromey <tromey@redhat.com>
5925
5926 * gdb.base/completion.exp: Don't use directory name in test.
5927
3657956b
GB
59282014-06-09 Gary Benson <gbenson@redhat.com>
5929
5930 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5931 separate the always-available ANSI-standard signals from the
5932 signals that require checking.
5933 (main): Likewise.
5934 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5935 Likewise.
5936 (main): Likewise.
5937
4186eb54
KS
59382014-06-07 Keith Seitz <keiths@redhat.com>
5939
5940 Revert:
5941 PR c++/16253
5942 * gdb.cp/var-tag.cc: New file.
5943 * gdb.cp/var-tag.exp: New file.
5944 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5945 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5946 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5947 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5948
25326a28 59492014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5950
5951 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5952
829155c9
PA
59532014-06-06 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5956 in target debug output instead of looking at RSP packets,
5957 disabling the test on any target that uses hardware stepping.
5958 Update comments.
5959
61c8d22e
PA
59602014-06-06 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/break-unload-file.exp: Fix typo.
5963
d9a47287
YQ
59642014-06-06 Yao Qi <yao@codesourcery.com>
5965
5966 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5967 from "jit_function" to "^jit_function".
5968
e5e01dbf
YQ
59692014-06-06 Yao Qi <yao@codesourcery.com>
5970
5971 * gdb.base/async.c (foo): Add one statement.
5972 * gdb.base/async.exp: Get the next instruction address and
5973 match the output of "nexti" by instruction address. Match
5974 the hex address in the output of "finish".
5975
73ba372c
GB
59762014-06-06 Gary Benson <gbenson@redhat.com>
5977
5978 * gdb.base/call-signals.c: Remove preprocessor conditionals
5979 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5980 SIGSEGV and SIGTERM.
5981 * gdb.base/sigall.c: Likewise.
5982 * gdb.base/unwindonsignal.c: Likewise.
5983 * gdb.reverse/sigall-reverse.c: Likewise.
5984
831517df
YQ
59852014-06-06 Yao Qi <yao@codesourcery.com>
5986
5987 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5988 readable, skip the test.
5989
b8b91e98
YQ
59902014-06-06 Yao Qi <yao@codesourcery.com>
5991
5992 * gdb.threads/staticthreads.c (thread_function): Move the line
5993 setting breakpoint on forward.
5994 * gdb.threads/staticthreads.exp: Update comments.
5995
fb934770
LC
59962014-06-05 Ludovic Courtès <ludo@gnu.org>
5997
5998 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5999 "history-append! type error".
6000
6ef284bd
SM
60012014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6002
6003 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6004 erroneous dprintf expected input.
6005
a872e241
DE
60062014-06-04 Doug Evans <xdje42@gmail.com>
6007
6008 * gdb.guile/scm-generics.exp: Delete.
6009
16f691fb
DE
60102014-06-04 Doug Evans <xdje42@gmail.com>
6011
6012 * gdb.guile/scm-breakpoint.exp: Update.
6013 Add tests for breakpoint registration.
6014
012370f6
TT
60152014-06-04 Tom Tromey <tromey@redhat.com>
6016
6017 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6018 VLA-in-union.
6019 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6020 inner_vla_struct, vla_union types. Initialize objects of those
6021 types and compute their sizes.
6022
9f5a4cef
HZ
60232014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6024 Hui Zhu <hui@codesourcery.com>
6025
6026 * gdb.base/fileio.exp: Add test for shell not available as well as
6027 available.
6028 * gdb.base/fileio.c (test_system): Check for shell twice.
6029
90a45c4d
YQ
60302014-06-04 Yao Qi <yao@codesourcery.com>
6031
6032 * gdb.base/auto-connect-native-target.exp: Remove redundant
6033 space from the regexp pattern.
6034
70017e41
YQ
60352014-06-04 Yao Qi <yao@codesourcery.com>
6036
6037 * gdb.base/default.exp: Replace "child" with "native" in
6038 regexp pattern.
6039
883964a7
SC
60402014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6041
6042 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6043 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6044 * gdb.python/py-xmethods.py: Python script supporting the
6045 new testcase and tests.
6046
ef370185
JB
60472014-06-03 Joel Brobecker <brobecker@adacore.com>
6048 Pedro Alves <palves@redhat.com>
6049
6050 PR breakpoints/17000
6051 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6052 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6053
1e2ccb61
BM
60542014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6055
6056 * gdb.base/subst.exp: Add tests to verify partial path matching
6057 output.
6058
c6ec5ab2
PA
60592014-06-03 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6062 target that doesn't use software single-stepping.
6063
835c559f
PA
60642014-06-03 Pedro Alves <palves@redhat.com>
6065
6066 PR breakpoints/17000
6067 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6068 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6069
06eb1586
DE
60702014-06-02 Doug Evans <xdje42@gmail.com>
6071
6072 * gdb.guile/scm-parameter.exp: New file.
6073
e698b8c4
DE
60742014-06-02 Doug Evans <xdje42@gmail.com>
6075
6076 * gdb.guile/scm-cmd.c: New file.
6077 * gdb.guile/scm-cmd.exp: New file.
6078
ded03782
DE
60792014-06-02 Doug Evans <xdje42@gmail.com>
6080
6081 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6082 pretty-printer lookup.
6083 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6084 (make-pp_s-printer): Call it.
6085 (make-pretty-printer-from-dict): New function.
6086 (lookup-pretty-printer-maker-from-dict): New function.
6087 (*pretty-printer*): Simplify.
6088 (make-objfile-pp_s-printer): New function.
6089 (install-objfile-pretty-printers!): New function.
6090 (make-progspace-pp_s-printer): New function.
6091 (install-progspace-pretty-printers!): New function.
6092 * gdb.guile/scm-progspace.c: New file.
6093 * gdb.guile/scm-progspace.exp: New file.
6094
41fac0cf
PA
60952014-06-02 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/dprintf-bp-same-addr.c: New file.
6098 * gdb.base/dprintf-bp-same-addr.exp: New file.
6099
96ae5695
EBM
61002014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6101
6102 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6103 * gdb.arch/powerpc-power.s: Likewise.
6104
da02b3a8
JB
61052014-06-02 Joel Brobecker <brobecker@adacore.com>
6106
6107 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6108
c72b2e7b
YQ
61092014-06-01 Yao Qi <yao@codesourcery.com>
6110
6111 * gdb.base/watchpoint.exp (test_watch_location): Check null
6112 pointer can be dereferenced. If not, do the test, otherwise
6113 skip it.
6114
53e8a631
AB
61152014-05-30 Andrew Burgess <aburgess@broadcom.com>
6116
6117 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6118 results.
6119 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6120
938f0e2f
AB
61212014-05-30 Andrew Burgess <aburgess@broadcom.com>
6122
6123 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6124 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6125 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6126 * gdb.arch/amd64-invalid-stack-top.c: New file.
6127 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6128
9ba6657a
PA
61292014-05-30 Pedro Alves <palves@redhat.com>
6130
6131 PR breakpoints/17000
6132 * gdb.base/sss-bp-on-user-bp.c: New file.
6133 * gdb.base/sss-bp-on-user-bp.exp: New file.
6134
522c09bf
DB
61352014-05-30 David Blaikie <dblaikie@gmail.com>
6136
6137 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6138 gnu_inline semantics via attribute.
6139 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6140 source explicitly specifies the required semantics.
6141
bf4ef81e
MR
61422014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6143
6144 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6145
329ea579
PA
61462014-05-29 Pedro Alves <palves@redhat.com>
6147 Tom Tromey <tromey@redhat.com>
6148
6149 * gdb.base/async-shell.exp: Don't enable target-async.
6150 * gdb.base/async.exp
6151 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6152 parameter. Adjust.
6153 (top level): Don't test with "target-async".
6154 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6155 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6156 * gdb.base/inferior-died.exp: Don't enable target-async.
6157 * gdb.base/interrupt-noterm.exp: Likewise.
6158 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6159 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6160 * gdb.mi/mi-nonstop.exp: Likewise.
6161 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6162 * gdb.mi/mi-nsintrall.exp: Likewise.
6163 * gdb.mi/mi-nsmoribund.exp: Likewise.
6164 * gdb.mi/mi-nsthrexec.exp: Likewise.
6165 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6166 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6167 * gdb.python/py-evsignal.exp: Don't enable target-async.
6168 * gdb.python/py-evthreads.exp: Likewise.
6169 * gdb.python/py-prompt.exp: Likewise.
6170 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6171 * gdb.server/solib-list.exp: Don't enable target-async.
6172 * gdb.threads/thread-specific-bp.exp: Likewise.
6173 * lib/mi-support.exp: Adjust to use mi-async.
6174
fd664c91
PA
61752014-05-29 Pedro Alves <palves@redhat.com>
6176
6177 PR gdb/13860
6178 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6179 reason, even in sync mode.
6180
251bde03
PA
61812014-05-29 Pedro Alves <palves@redhat.com>
6182 Hui Zhu <hui@codesourcery.com>
6183
6184 PR PR15693
6185 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6186 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6187 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6188 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6189
7f3c0343
JB
61902014-05-28 Joel Brobecker <brobecker@adacore.com>
6191
6192 * config/monitor.exp (gdb_target_monitor): Replace use of
6193 "set remotebaud" by "set serial baud".
6194
b2715b27
AW
61952014-05-26 Andy Wingo <wingo@igalia.com>
6196
6197 * gdb.guile/scm-breakpoint.exp:
6198 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6199 properties instead of gdb-object-properties.
6200
498a4489
YQ
62012014-05-26 Yao Qi <yao@codesourcery.com>
6202
6203 * gdb.server/no-thread-db.exp: Specify source file name
6204 explicitly when setting a breakpoint.
6205
589fdceb
MM
62062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6207
6208 * gdb.btrace/vdso.c: New.
6209 * gdb.btrace/vdso.exp: New.
6210
e9089e05
MM
62112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6212
6213 * gdb.base/gcore.exp (capture_command_output): Move ...
6214 * lib/gdb.exp (capture_command_output): ... here.
6215
67b5c0c1
MM
62162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6217
6218 * gdb.btrace/data.exp: Test memory access during btrace replay.
6219
a2199296
SM
62202014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6221
6222 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6223
17b2616c
PA
62242014-05-21 Pedro Alves <palves@redhat.com>
6225
6226 PR gdb/13860
6227 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6228 (top level): Test that output related to execution commands is
6229 sent to the console with CLI commands, but not with MI commands.
6230 Test that breakpoint events are always mirrored to the console.
6231 Also expect the new source line to be output after a "next" in
6232 async mode too. Make it a pass/fail test.
6233 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6234 output.
6235 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6236
5166082f
PA
62372014-05-21 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6240 Use them to test variations of "list" after reaching a breakpoint.
6241 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6242 Test "list" with listsize 10 after reaching a breakpoint.
6243 * gdb.python/python.exp (decode_line current location line
6244 number): Adjust expected line number.
6245
2f25d70f
SM
62462014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6247
6248 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6249 behavior for $args, pass it directly to "run".
6250
ff604a67
MR
62512014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6252
6253 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6254 30000 to 65536.
6255
6a3cb8e8
PA
62562014-05-21 Pedro Alves <palves@redhat.com>
6257
6258 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6259 auto-connect-native-target off".
6260 * gdb.base/auto-connect-native-target.c: New file.
6261 * gdb.base/auto-connect-native-target.exp: New file.
6262
4ebfc96e
PA
62632014-05-21 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.base/default.exp: Test "target native" instead of "target
6266 child".
6267
36d46afb
MW
62682014-05-21 Mark Wielaard <mjw@redhat.com>
6269
6270 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6271
5876f503
JK
62722014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 Fix TLS access for -static -pthread.
6275 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6276 <HAVE_TLS> (thread_function, main): Initialize it.
6277 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6278 Add clean_restart.
6279 <$have_tls != "">: Check TLSVAR.
6280
0256a6ac
PA
62812014-05-21 Pedro Alves <palves@redhat.com>
6282
6283 * gdb.base/dcache-line-read-error.c: New.
6284 * gdb.base/dcache-line-read-error.exp: New.
6285
936d2992
PA
62862014-05-20 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.base/compare-sections.c: New file.
6289 * gdb.base/compare-sections.exp: New file.
6290
802e8e6d
PA
62912014-05-20 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/break-idempotent.c: New file.
6294 * gdb.base/break-idempotent.exp: New file.
6295
e59fa00f
MM
62962014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6297
6298 * gdb.btrace/nohist.exp: New.
6299
8b696e31
YQ
63002014-05-20 Yao Qi <yao@codesourcery.com>
6301
6302 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6303 gdb.reverse directory and gdb_reverse_timeout exists in board
6304 setting.
6305 * README: Document gdb_reverse_timeout.
6306
73c9764f
YQ
63072014-05-20 Yao Qi <yao@codesourcery.com>
6308
6309 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6310 'test_file_name'. Treat args as a string instead of a list.
6311 (gdb_init): Rename argument 'args' by 'test_file_name'.
6312
f1f4348a
JK
63132014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * gdb.arch/powerpc-power.exp: New file.
6316 * gdb.arch/powerpc-power.s: New file.
6317
0dbe70ce
DE
63182014-05-16 Doug Evans <dje@google.com>
6319
6320 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6321 * gdb.base/completion.exp: Check that all expected files exist
6322 before doing file completion.
0dbe70ce 6323
8d551b02
DE
63242014-05-16 Doug Evans <dje@google.com>
6325
6326 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6327 Update.
6328 (do_syscall_tests_without_xml): Update.
6329
73eb7709
PA
63302014-05-16 Pedro Alves <palves@redhat.com>
6331
6332 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6333 instead of "unknown output after running".
6334
3fae92fc
YQ
63352014-05-16 Yao Qi <yao@codesourcery.com>
6336
6337 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6338 file1.txt from host at the end.
6339 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6340
c2b2ccc5
DE
63412014-05-15 Doug Evans <dje@google.com>
6342
6343 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6344 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6345 loading file. Add test for TU lookup.
6346
8c217a4b
SM
63472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6350 calling "-exec-arguments" or "set args" before running the
6351 inferior.
6352
3deb39c6
SM
63532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * lib/mi-support.exp (mi_expect_stop): Expect message for
6356 inferiors that exit with non-zero exit code.
6357
71a79f8c
YQ
63582014-05-14 Yao Qi <yao@codesourcery.com>
6359
6360 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6361 match absolute path on remote host.
6362 (test_file_list_exec_source_files): Remove "/" from the
6363 pattern.
6364
f23fcd46
YQ
63652014-05-14 Yao Qi <yao@codesourcery.com>
6366
6367 * boards/local-remote-host-notty.exp (${board}_file): New
6368 proc.
6369
9404b58f
KM
63702014-05-07 Kyle McMartin <kyle@redhat.com>
6371
6372 Pushed by Joel Brobecker <brobecker@adacore.com>.
6373 * gdb.arch/aarch64-atomic-inst.c: New file.
6374 * gdb.arch/aarch64-atomic-inst.exp: New file.
6375
5e45f04c
YQ
63762014-05-07 Yao Qi <yao@codesourcery.com>
6377
6378 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6379 in current context" too.
6380
c888a17d
KS
63812014-05-05 Keith Seitz <keiths@redhat.com>
6382
6383 * gdb.linespec/ls-dollar.exp: Add test for linespec
6384 file:convenience_variable.
6385
290a839c
YQ
63862014-05-05 Yao Qi <yao@codesourcery.com>
6387
6388 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6389 traceframes into tfile and ctf trace files. Read data from
6390 trace file and test collected data.
6391 (gdb_collect_locals_test): Likewise.
6392 (gdb_unavailable_registers_test): Likewise.
6393 (gdb_unavailable_floats): Likewise.
6394 (gdb_collect_globals_test): Likewise.
6395 (top-level): Append "ctf" to trace_file_targets if GDB
6396 supports.
6397
b5262cd0
YQ
63982014-05-05 Yao Qi <yao@codesourcery.com>
6399
6400 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6401 code to ...
6402 (gdb_collect_args_test_1): ... it. New proc.
6403 (gdb_collect_locals_test): Move some code to ...
6404 (gdb_collect_locals_test_1): ... it. New proc.
6405 (gdb_unavailable_registers_test): Move some code to ...
6406 (gdb_unavailable_registers_test_1): ... it. New proc.
6407 (gdb_unavailable_floats): Move some code to ...
6408 (gdb_unavailable_floats_1): ... it. New proc.
6409
30a1e6cc
SDJ
64102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6411
6412 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6413 probes to test for bitness recognition.
6414 * gdb.arch/amd64-stap-optional-prefix.exp
6415 (test_probe_value_without_reg): New procedure.
6416 Add code to test for different kinds of bitness.
6417
f33da99a
SDJ
64182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6419
6420 PR breakpoints/16889
6421 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6422 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6423
5b80f00d
PA
64242014-05-01 Pedro Alves <palves@redhat.com>
6425
6426 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6427 gdb_file_cmd if no file is specified.
6428 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6429 last_loaded_file to set the remote exec-file.
6430
f8c2a73c
PA
64312014-05-01 Pedro Alves <palves@redhat.com>
6432
6433 * boards/local-remote-host.exp: New file.
6434
be6e8ac7
PA
64352014-05-01 Pedro Alves <palves@redhat.com>
6436
6437 * boards/local-remote-host.exp: Rename to ...
6438 * boards/local-remote-host-notty.exp: ... this.
6439
cac0dc8f
JB
64402014-04-28 Joel Brobecker <brobecker@adacore.com>
6441
6442 * gdb.ada/dyn_arrayidx: New testcase.
6443
9730e6cc
YQ
64442014-04-26 Yao Qi <yao@codesourcery.com>
6445
6446 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6447 and compute the length of function main. Save it in
6448 $main_length.
6449 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6450 (top-level): Use gdb_compile to compile objects into
6451 executable and restart GDB. Remove invocation to
6452 prepare_for_testing.
6453
7ae1a6a6
PA
64542014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6455 Pedro Alves <palves@redhat.com>
6456
6457 PR server/16255
6458 * gdb.multi/multi-attach.c: New file.
6459 * gdb.multi/multi-attach.exp: New file.
6460
4082afcc
PA
64612014-04-25 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6464 user.
6465 (top level): Test that "set remote conditional-breakpoints-packet
6466 off" works as intended.
6467 * gdb.base/dprintf.exp: Test that "set remote
6468 breakpoint-commands-packet off" works as intended.
6469 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6470 New function.
6471 (top level): Call it.
6472 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6473 remote fast-tracepoints-packet off" works as intended.
6474 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6475 * lib/gdb.exp (gdb_is_target_remote): ... here.
6476
2abc3f8d
DB
64772014-04-24 David Blaikie <dblaikie@gmail.com>
6478
6479 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6480 ensure clang would not discard them.
6481 * gdb.base/gdbvars.c: Ditto.
6482 * gdb.base/memattr.c: Ditto.
6483 * gdb.base/whatis.c: Ditto.
6484 * gdb.python/py-prettyprint.c: Ditto.
6485 * gdb.trace/actions.c: Ditto.
6486 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6487 ensure clang would not discard it.
6488
bfd39632
DB
64892014-04-24 David Blaikie <dblaikie@gmail.com>
6490
6491 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6492 clang to emit the full definition of type required by the test
6493 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6494
22842ff6
DB
64952014-04-24 David Blaikie <dblaikie@gmail.com>
6496
6497 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6498 coax Clang into emitting the definition of the type.
6499 * gdb.cp/pr10728-x.h (y): Ditto.
6500 * gdb.cp/pr10728-y.cc (y): Ditto.
6501
c2e827ad
DB
65022014-04-24 David Blaikie <dblaikie@gmail.com>
6503
6504 * gdb.base/label.exp: XFAIL label related tests under Clang.
6505 * gdb.cp/cplabel.exp: Ditto.
6506 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6507 under Clang those using labels.
6508
4c2d33e7
YQ
65092014-04-25 Yao Qi <yao@codesourcery.com>
6510
6511 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6512 double_label.
6513 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6514 partial_label and double_label.
6515
56083b99
DB
65162014-04-24 David Blaikie <dblaikie@gmail.com>
6517
6518 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6519
25d4e99d
DB
65202014-04-24 David Blaikie <dblaikie@gmail.com>
6521
6522 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6523 of the function to work across GCC and Clang.
6524 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6525 pointer types (const void ** const V void **).
6526
01f9f808
MS
65272014-04-24 Michael Sturm <michael.sturm@mintel.com>
6528 Walfred Tedeschi <walfred.tedeschi@intel.com>
6529
6530 * Makefile.in (EXECUTABLES): Added i386-avx512.
6531 * gdb.arch/i386-avx512.c: New file.
6532 * gdb.arch/i386-avx512.exp: Likewise.
6533
4b48d439
KS
65342014-04-23 Keith Seitz <keiths@redhat.com>
6535
6536 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6537 (mi_make_breakpoint_table): New procedure.
6538 (mi_create_breakpoint): Use mi_make_breakpoint
6539 and return the result.
6540 (mi_make_breakpoint): New procedure.
6541 (mi_build_kv_pairs): New procedure.
6542
6543 * gdb.mi/mi-break.exp: Remove unused globals,
6544 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6545 All callers updated.
6546 * gdb.mi/mi-dprintf.exp: Use variable to track command
6547 number.
6548 Update all callers of mi_create_breakpoint and use
6549 mi_make_breakpoint_table.
6550 Remove any unused global variables.
6551 * gdb.mi/mi-nonstop.exp: Likewise.
6552 * gdb.mi/mi-nsintrall.exp: Likewise.
6553 * gdb.mi/mi-nsmoribund.exp: Likewise.
6554 * gdb.mi/mi-nsthrexec.exp: Likewise.
6555 * gdb.mi/mi-reverse.exp: Likewise.
6556 * gdb.mi/mi-simplerun.exp: Likewise.
6557 * gdb.mi/mi-stepn.exp: Likewise.
6558 * gdb.mi/mi-syn-frame.exp: Likewise.
6559 * gdb.mi/mi-until.exp: Likewise.
6560 * gdb.mi/mi-var-cp.exp: Likewise.
6561 * gdb.mi/mi-var-display.exp: Likewise.
6562 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6563 * gdb.mi/mi2-var-child.exp: Likewise.
6564 * gdb.mi/mi-vla-c99.exp: Likewise.
6565 * lib/mi-support.exp: Likewise.
6566
6567 From Ian Lance Taylor <iant@cygnus.com>:
6568 * lib/gdb.exp (parse_args): New procedure.
6569
08351840
PA
65702014-04-23 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/break-unload-file.c: New file.
6573 * gdb.base/break-unload-file.exp: New file.
6574 * gdb.base/sym-file-lib.c (baz): New function.
6575 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6576 field.
6577 (load): Store the segment's mapped size.
6578 (unload): New function.
6579 (unload_shlib): New function.
6580 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6581 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6582 set a breakpoint at baz, and call it.
6583 * gdb.base/sym-file.exp: New tests for stale breakpoint
6584 instructions.
6585
076855f9
PA
65862014-04-23 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6589 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6590 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6591 * gdb.base/hbreak-unmapped.c: New file.
6592 * gdb.base/hbreak-unmapped.exp: New file.
6593 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6594 * lib/gdb.exp (gdb_is_target_remote): ... here.
6595
483805cf
PA
65962014-04-22 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.base/consecutive-step-over.c: New file.
6599 * gdb.base/consecutive-step-over.exp: New file.
6600
06d97543
PA
66012014-04-22 Pedro Alves <palves@redhat.com>
6602
6603 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6604 instead of send_gdb/gdb_expect.
6605
b4429ea2
YQ
66062014-04-22 Yao Qi <yao@codesourcery.com>
6607
6608 * lib/trace-support.exp (generate_tracefile): New procedure.
6609 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6610 return 0.
6611 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6612 if generate_tracefile returns 1.
6613
51d48146
PA
66142014-04-18 Tom Tromey <palves@redhat.com>
6615 Pedro alves <tromey@redhat.com>
6616
6617 PR backtrace/15558
6618 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6619 with a backtrace limit.
6620 * gdb.python/py-frame-inline.exp: Test running to an inline
6621 function with a backtrace limit, and printing the newest frame.
6622 * gdb.python/py-frame-inline.c (main): Call f.
6623
bd1dce5f
MS
66242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6625
6626 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6627
40d1a503
MS
66282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6629
6630 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6631 Drop prefix from unsupported source file path.
6632
389b98f7
YQ
66332014-04-17 Yao Qi <yao@codesourcery.com>
6634
6635 * lib/gdb.exp (with_target_charset): New proc.
6636 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6637 with_target_charset.
6638 (test_print_strings): Likewise.
6639 (test_repeat_bytes): Likewise.
6640 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6641 for some tests.
6642
22869d73
KS
66432014-04-16 Keith Seitz <keiths@redhat.com>
6644
6645 PR gdb/15827
6646 * gdb.dwarf2/corrupt.c: New file.
6647 * gdb.dwarf2/corrupt.exp: New file.
6648
c4f87ca6
KS
66492014-04-16 Keith Seitz <keiths@redhat.com>
6650
6651 PR c++/16597
6652 * gdb.cp/namelessclass.cc: New file.
6653 * gdb.cp/namelessclass.exp: New file.
6654 * gdb.cp/namelessclass.S: New file.
6655
ab19de87
DE
66562014-04-16 Doug Evans <dje@google.com>
6657
6658 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6659 Add comment.
6660 (gdbserver_default_get_comm_port): New function.
6661 (gdbserver_start): Check if board file provided
6662 "gdbserver,get_comm_port" and use it if so.
6663 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6664 (gdb,socketport): Set to "stdio".
6665 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6666 (stdio_gdbserver_template): Delete.
6667 (${board}_get_remote_address): Update.
6668 (${board}_build_remote_cmd): Delete.
6669 (${board}_get_comm_port): New function.
6670 (${board}_spawn): Update.
6671 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6672 Delete.
6673 (${board}_get_remote_address): Update.
6674 (${board}_get_comm_port): New function.
6675
fc98a809
AB
66762014-04-16 Andrew Burgess <aburgess@broadcom.com>
6677
6678 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6679 appearing in any order.
6680
87fd9e6e
DE
66812014-04-15 Doug Evans <dje@google.com>
6682
6683 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6684 uninitialized value of "description".
6685
099fc3ea
KS
66862014-04-15 Keith Seitz <keiths@redhat.com>
6687
6688 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6689 Remove unused globals.
6690 (test_running_the_program): Likewise.
6691 (test_controlled_execution): Likewise.
6692 (test_controlling_breakpoints): Likewise.
6693 (test_program_termination): Likewise.
6694
5da151d4
KS
66952014-04-15 Keith Seitz <keiths@redhat.com>
6696
6697 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6698 unused globals.
6699 (test_rbreak_creation_and_listing): Likewise.
6700 (test_ignore_count): Likewise.
6701 (test_error): Likewise.
6702
35e5d2f0
PA
67032014-04-15 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6706 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6707 sym-file-loader.c.
6708 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6709 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6710 to sym-file-loader.c.
6711 (struct library): Forward declare.
6712 (load_shlib, lookup_function): Change prototypes.
6713 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6714 (translate_offset): Remove declarations.
6715 (get_text_addr): New declaration.
6716 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6717 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6718 sym-file-loader.h.
6719 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6720 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6721 here from sym-file-loader.h.
6722 (struct library): New structure.
6723 (load_shlib, lookup_function): Change prototypes and adjust to
6724 work with a struct library.
6725 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6726 (translate_offset): Make static.
6727 (get_text_addr): New function.
6728 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6729
eb4c1710
PA
67302014-04-15 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6733
2d1baf52
PA
67342014-04-15 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/sym-file-loader.c: Include <limits.h>.
6737 (SELF_LINK): New define.
6738 (get_origin): New function.
6739 (load_shlib): Use it.
6740 * gdb.base/sym-file.exp: Don't early return if the target is
6741 remote. Use runto_main, and issue fail is that fails. Use
6742 gdb_load_shlibs.
6743 (shlib_name): Delete.
6744 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6745
7dd6df01
PA
67462014-04-15 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/sym-file.exp: Remove regex characters from test
6749 message. Don't refer to breakpoint numbers in test messages.
6750
b50c8614
KS
67512014-04-14 Keith Seitz <keiths@redhat.com>
6752
6753 PR c++/16253
6754 * gdb.cp/var-tag.cc: New file.
6755 * gdb.cp/var-tag.exp: New file.
6756 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6757 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6758 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6759 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6760
3d567982
TT
67612014-04-14 Tom Tromey <tromey@redhat.com>
6762
6763 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6764 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6765 type.
6766 * gdb.cp/enum-class.exp: New file.
6767 * gdb.cp/enum-class.cc: New file.
6768
0626fc76
TT
67692014-04-14 Tom Tromey <tromey@redhat.com>
6770
6771 * gdb.dwarf2/enum-type.exp: New file.
6772
dca325b3
SA
67732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6774
6775 * gdb.mi/mi-vla-c99.exp: New file.
6776 * gdb.mi/vla.c: New file.
6777
5854b38a
SA
67782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6779
6780 * gdb.base/vla-datatypes.c: New file.
6781 * gdb.base/vla-datatypes.exp: New file.
6782
463bb957
SA
67832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6784
6785 * gdb.base/vla-ptr.c: New file.
6786 * gdb.base/vla-ptr.exp: New file.
6787
3dd170be
SA
67882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6789
6790 * gdb.dwarf2/count.exp: New file.
6791
5ecaaa66
SA
67922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6793
6794 * gdb.base/vla-sideeffect.c: New file.
6795 * gdb.base/vla-sideeffect.exp: New file.
6796
41f1ada5
DB
67972014-04-14 David Blaikie <dblaikie@gmail.com>
6798
6799 * gdb.mi/non-stop.c: Add return value for non-void function return
6800 statement.
6801 * gdb.threads/staticthreads.c: Ditto.
6802
0be03e84
DE
68032014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6804 Doug Evans <xdje42@gmail.com>
6805
6806 * gdb.guile/scm-value.c: Improve test case.
6807 * gdb.guile/scm-value.exp: Add new test.
6808
f180a1fb
DB
68092014-04-11 David Blaikie <dblaikie@gmail.com>
6810
6811 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6812 override Clang's default.
6813
6b662e19
JB
68142014-04-11 Joel Brobecker <brobecker@adacore.com>
6815
6816 Revert the following changes (regressions):
6817
6818 * gdb.base/vla-sideeffect.c: New file.
6819 * gdb.base/vla-sideeffect.exp: New file.
6820
6821 * gdb.dwarf2/count.exp: New file.
6822
6823 * gdb.base/vla-multi.c: New file.
6824 * gdb.base/vla-multi.exp: New file.
6825
6826 * gdb.base/vla-ptr.c: New file.
6827 * gdb.base/vla-ptr.exp: New file.
6828
6829 * gdb.base/vla-datatypes.c: New file.
6830 * gdb.base/vla-datatypes.exp: New file.
6831
6832 * gdb.mi/mi-vla-c99.exp: New file.
6833 * gdb.mi/vla.c: New file.
6834
245a5f0b
KS
68352014-04-11 Keith Seitz <keiths@redhat.com>
6836
6837 PR c++/16675
6838 * gdb.cp/cpsizeof.exp: New file.
6839 * gdb.cp/cpsizeof.cc: New file.
6840
58a84dcf
SA
68412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6842
191a8a90
JB
6843 * gdb.mi/mi-vla-c99.exp: New file.
6844 * gdb.mi/vla.c: New file.
58a84dcf 6845
c8655f75
SA
68462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6847
6848 * gdb.base/vla-datatypes.c: New file.
6849 * gdb.base/vla-datatypes.exp: New file.
6850
024e13b4
SA
68512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6852
6853 * gdb.base/vla-ptr.c: New file.
6854 * gdb.base/vla-ptr.exp: New file.
6855
1a237e0e
SA
68562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6857
6858 * gdb.base/vla-multi.c: New file.
6859 * gdb.base/vla-multi.exp: New file.
6860
504f3432
SA
68612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6862
6863 * gdb.dwarf2/count.exp: New file.
6864
3bce8237
SA
68652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6866
191a8a90
JB
6867 * gdb.base/vla-sideeffect.c: New file.
6868 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6869
322f9c21
YQ
68702014-04-11 Yao Qi <yao@codesourcery.com>
6871
6872 * gdb.base/completion.exp: Check file exists before running tests
6873 on file completion.
6874
d708bcd1
PA
68752014-04-10 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.base/cond-eval-mode.c: New file.
6878 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6879 prepare_for_testing to build the new file. Check result of
6880 runto_main.
6881 (test_break, test_watch): New procedures.
6882 (top level): Use them.
6883
ae1d2761
PM
68842014-04-08 Pierre Muller <muller@sourceware.org>
6885
6886 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6887 Ctrl-V use for mingw hosts.
6888
7af389b8
SC
68892014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6890
6891 * gdb.python/py-value.c: Improve test case.
6892 * gdb.python/py-value.exp: Add new test.
6893
5e703181
DE
68942014-04-07 David Blaikie <dblaikie@gmail.com>
6895
6896 * lib/compiler.c: Identify the clang compiler.
6897 * lib/compiler.cc: Ditto.
6898
9810b410
YQ
68992014-04-03 Yao Qi <yao@codesourcery.com>
6900
6901 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6902
98d1b8dc
AB
69032014-04-01 Anton Blanchard <anton@samba.org>
6904
6905 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6906 messages unique.
6907
3114cea1
AB
69082014-04-01 Anton Blanchard <anton@samba.org>
6909
6910 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6911 prepare_for_testing.
6912
62f7182c
AB
69132014-04-01 Anton Blanchard <anton@samba.org>
6914
6915 * gdb.arch/ppc64-atomic-inst.c: Remove.
6916 * gdb.arch/ppc64-atomic-inst.S: New file.
6917 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6918
770e7fc7
DE
69192014-03-31 Doug Evans <dje@google.com>
6920
6921 * gdb.base/print-symbol-loading-lib.c: New file.
6922 * gdb.base/print-symbol-loading-main.c: New file.
6923 * gdb.base/print-symbol-loading.exp: New file.
6924
46e2bafa
YQ
69252014-03-31 Yao Qi <yao@codesourcery.com>
6926
6927 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6928
8776cfe9
JB
69292014-03-28 Joel Brobecker <brobecker@adacore.com>
6930
6931 * gdb.ada/mi_dyn_arr: New testcase.
6932
5d1ef361
DE
69332014-03-27 Doug Evans <dje@google.com>
6934
6935 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6936
b5bee914
YQ
69372014-03-27 Yao Qi <yao@codesourcery.com>
6938
6939 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6940 if target is nios2-*-*.
6941
0d4d0e77
YQ
69422014-03-26 Yao Qi <yao@codesourcery.com>
6943
6944 * lib/gdb.exp (readline_is_used): New proc.
6945 * gdb.base/completion.exp: Move tests on command complete up.
6946 Skip the rest of tests if readline is not used.
6947 * gdb.ada/complete.exp: Skp the test if readline is not
6948 used.
6949 * gdb.base/filesym.exp: Likewise.
6950 * gdb.base/macscp.exp: Likewise.
6951 * gdb.base/readline-ask.exp: Likewise.
6952 * gdb.base/readline.exp: Likewise.
6953 * gdb.python/py-cmd.exp: Likewise.
6954 * gdb.trace/tfile.exp: Likewise.
6955
29361eee
YQ
69562014-03-26 Yao Qi <yao@codesourcery.com>
6957
6958 * gdb.base/macscp.exp: Fix code format issues.
6959
bc9a5525
UW
69602014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6961
6962 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6963 * gdb.asm/powerpc64le.inc: New file.
6964
d3839ede
PA
69652014-03-25 Pedro Alves <palves@redhat.com>
6966 Doug Evans <dje@google.com>
6967
6968 * gdb.base/source-execution.c: New file.
6969 * gdb.base/source-execution.exp: New file.
6970 * gdb.base/source-execution.gdb: New file.
6971
01672a57
DE
69722014-03-24 Doug Evans <dje@google.com>
6973
6974 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6975 using fission.
6976
88bbeca9
HZ
69772014-03-24 Hui Zhu <hui@codesourcery.com>
6978 Pedro Alves <palves@redhat.com>
6979
6980 PR breakpoints/16101
6981 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6982 test pass/fail messages. Detect missing support for dprintf when
6983 breakpoints are actually inserted.
6984 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6985 breakpoints are actually inserted.
6986 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6987 fails.
6988
d2348791
JK
69892014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6992
feef67ab
DE
69932014-03-22 Doug Evans <xdje42@gmail.com>
6994
6995 * gdb.python/python.exp (python not supported): Verify multi-line
6996 python command issues an error.
25d743f9 6997 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6998 guile command issues an error.
feef67ab 6999
ecebef6a
MR
70002014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7001
7002 * gdb.threads/thread-specific.exp: Handle the lack of usable
7003 $this_breakpoint and $this_thread.
7004
ccdd1909
HZ
70052014-03-21 Hui Zhu <hui@codesourcery.com>
7006
7007 * gdb.base/attach.exp (do_command_attach_tests): New.
7008
beb460e8
PA
70092014-03-20 Tom Tromey <tromey@redhat.com>
7010 Pedro Alves <palves@redhat.com>
7011
7012 PR cli/15718
7013 * gdb.base/condbreak-call-false.c: New file.
7014 * gdb.base/condbreak-call-false.exp: New file.
7015
40acf43a
PA
70162014-03-20 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7019 Delete.
7020 (block_signals, unblock_signals): Delete.
7021 (child_function_2, main): Remove references to deleted variable
7022 and functions.
7023
9f5e1e02
PA
70242014-03-20 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7027 Use pthread_kill to signal thread 2.
7028 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7029 Adjust to make the test send itself a signal rather than using the
7030 host's "kill" command.
7031
99619bea
PA
70322014-03-20 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.threads/multiple-step-overs.c: New file.
7035 * gdb.threads/multiple-step-overs.exp: New file.
7036 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7037 Adjust expected infrun debug output.
7038
2adfaa28
PA
70392014-03-20 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7042 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7043
31e77af2
PA
70442014-03-20 Pedro Alves <palves@redhat.com>
7045
7046 PR breakpoints/7143
7047 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7048 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7049 of gdb_test_multiple.
7050 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7051 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7052
b9f437de
PA
70532014-03-20 Pedro Alves <palves@redhat.com>
7054
7055 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7056 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7057
05adc73e
PA
70582014-03-19 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/async.exp: Remove early return.
7061
6048b950
PA
70622014-03-19 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7065
8bcfb00a
PA
70662014-03-19 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/async.exp (test_background): Expect \r\n after
7069 "completed." in the fail pattern.
7070
884e37dc
PA
70712014-03-19 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/async.exp (test_background): New procedure.
7074 Use it for all background execution command tests.
7075
148e57e2
PA
70762014-03-19 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/async.exp: Use prepare_for_testing.
7079
f48088c7
PA
70802014-03-19 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7083 the same line.
7084
e2f6c966
PA
70852014-03-19 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/async.c (main): Add "jump here" and "until here" line
7088 marker comments.
7089 * gdb.base/async.exp (jump_here): New global.
7090 (jump& test): Use it.
7091 (until_here): New global.
7092 (until& test): Use it.
7093
c30568d4
PA
70942014-03-19 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/async.exp: Don't frob gdb_protocol.
7097
0172b6a7
DE
70982014-03-18 Doug Evans <xdje42@gmail.com>
7099
7100 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7101 Fix spelling of exec-done-display.
7102
06c868a8
JK
71032014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7104
7105 PR gdb/15358
7106 * gdb.base/gdb-sigterm.c: New file.
7107 * gdb.base/gdb-sigterm.exp: New file.
7108
0c7e1a46
PA
71092014-03-18 Pedro Alves <palves@redhat.com>
7110
7111 PR gdb/13860
7112 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7113 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7114 solib-event.
7115
f7c77d93
JB
71162014-03-17 Joel Brobecker <brobecker@adacore.com>
7117
7118 * gdb.ada/pckd_arr_ren: New testcase.
7119
5a1e8c7a
DE
71202014-03-13 Doug Evans <xdje42@gmail.com>
7121
7122 PR guile/16612
7123 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7124 collect after discarding symbols.
7125
350e1a76
DE
71262014-03-13 Ludovic Courtès <ludo@gnu.org>
7127 Doug Evans <xdje42@gmail.com>
7128
7129 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7130 to history survives a gc.
7131
a69900ae
PA
71322014-03-13 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.base/default.exp: Don't test "target procfs".
7135
5db9f0bd
PA
71362014-03-13 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/default.exp: Update "target child" and "target procfs"
7139 tests to not expect "Unix".
7140
b3ccfe11
TT
71412014-03-12 Tom Tromey <tromey@redhat.com>
7142
7143 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7144 New procs. Add target-async tests.
7145 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7146 Add target-async tests.
7147
646f4417
AA
71482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7149
7150 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7151 'func_start' and 'func_end' for the beginning and end of the
7152 function code, respectively.
7153 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7154 'func_end' instead of 'func' and 'main'.
7155
288c211f
AA
71562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7157
7158 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7159 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7160 generate the debug info assembler source.
7161
e0c0f156
AA
71622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7163
7164 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7165 * gdb.dwarf2/arr-subrange.exp: Likewise.
7166 * gdb.dwarf2/dwz.exp: Likewise.
7167 * gdb.dwarf2/method-ptr.exp: Likewise.
7168 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7169 * gdb.dwarf2/subrange.exp: Likewise.
7170 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7171 * gdb.dwarf2/implptrpiece.exp: Likewise.
7172 * gdb.dwarf2/nostaticblock.exp: Likewise.
7173
0e5c4555
AA
71742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7175
7176 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7177 directory to absolute path name arguments.
7178
5ec18f2b
JG
71792014-03-10 Joel Brobecker <brobecker@adacore.com>
7180
7181 * gdb.ada/tagged_access: New testcase.
7182
847fc4f2
MM
71832014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7184
7185 * gdb.btrace/data.exp: Update expected output.
7186
cc3da688
YQ
71872014-03-06 Yao Qi <yao@codesourcery.com>
7188
7189 * gdb.trace/pr16508.exp: New file.
7190
0f26cec1
PA
71912014-03-05 Pedro Alves <palves@redhat.com>
7192
7193 PR gdb/16575
7194 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7195 procedure.
7196 (top level): Adjust to use it. Add tests that exercise breakpoint
7197 interaction with the code-cache.
7198
7a5a839f
LC
71992014-02-26 Ludovic Courtès <ludo@gnu.org>
7200
7201 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7202 test for 'history-append!'.
7203
31aa7e4e
JB
72042014-02-26 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7207 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7208 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7209 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7210 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7211 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7212
1b588015
JB
72132014-02-26 Joel Brobecker <brobecker@adacore.com>
7214
7215 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7216 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7217 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7218
55426c9d
JB
72192014-02-26 Joel Brobecker <brobecker@adacore.com>
7220
7221 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7222
dc53a7ad
JB
72232014-02-26 Joel Brobecker <brobecker@adacore.com>
7224
7225 * gdb.dwarf2/arr-stride.c: New file.
7226 * gdb.dwarf2/arr-stride.exp: New file.
7227
12ab52e9
PA
72282014-02-26 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7231 that won't ever trigger. Make sure that GDB reports the correct
7232 breakpoint that caused the stop.
7233
849c862e
JK
72342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7235
7236 PR gdb/16626
7237 * gdb.base/auto-load-script: New file.
7238 * gdb.base/auto-load.c: New file.
7239 * gdb.base/auto-load.exp: New file.
7240
71b7d793
JK
7241 PR gdb/16626
7242 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7243
e2f0d509
JK
72442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7245
7246 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7247 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7248
50cc37c8
DE
72492014-02-24 Doug Evans <dje@google.com>
7250
7251 * lib/gdb.exp (run_on_host): Log error output if program fails.
7252
ea4758f2
PA
72532014-02-21 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.threads/step-after-sr-lock.c: Rename to ...
7256 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7257 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7258 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7259 ... this.
7260
d7b30f67
SDJ
72612014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7262
7263 PR tdep/16397
7264 * gdb.arch/amd64-stap-special-operands.exp: New file.
7265 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7266 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7267 * gdb.arch/amd64-stap-triplet.S: Likewise.
7268 * gdb.arch/amd64-stap-triplet.c: Likewise.
7269
83deb43f
JB
72702014-02-20 Joel Brobecker <brobecker@adacore.com>
7271
7272 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7273 in .section pseudo-op.
7274
adde2bff
DE
72752014-02-20 lin zuojian <manjian2006@gmail.com>
7276 Joel Brobecker <brobecker@adacore.com>
7277 Doug Evans <xdje42@gmail.com>
7278
7279 PR symtab/16581
7280 * gdb.dwarf2/dw2-icycle.S: New file.
7281 * gdb.dwarf2/dw2-icycle.c: New file.
7282 * gdb.dwarf2/dw2-icycle.exp: New file.
7283
f7bd0f78
SC
72842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7285
7286 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7287 operations on gdb.Value objects.
7288 * gdb.python/py-value-cc.exp: Add new test to test operations on
7289 gdb.Value objects.
7290
c17ef0d5
DE
72912014-02-18 Doug Evans <dje@google.com>
7292
7293 * Makefile.in (TESTS): New variable.
7294 (expanded_tests, expanded_tests_or_none): New variables
7295 (check-single): Pass $(expanded_tests_or_none) to runtest.
7296 (check-parallel): Only run tests in $(TESTS) if non-empty.
7297 (check/no-matching-tests-found): New rule.
7298 * README: Document TESTS makefile variable.
7299
5dd3176f
DE
73002014-02-18 Doug Evans <dje@google.com>
7301
7302 * Makefile.in (check-parallel): rm -rf outputs temp.
7303
0b10be4f
JK
73042014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 Fix "ERROR: no fileid for" in the testsuite.
7307 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7308
85f224e7
DE
73092014-02-12 Doug Evans <dje@google.com>
7310
7311 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7312 (MISCELLANEOUS): New variable.
7313 (clean): rm -rf $(MISCELLANEOUS).
7314 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7315 dwp live in the same directory as symlinks, with each symlink pointed
7316 to a differently named file in a different directory.
7317
149b30ff
DE
73182014-02-11 Doug Evans <dje@google.com>
7319
7320 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7321 of Tcl file commands.
7322
1dfdac32
MK
73232014-02-10 Mark Kettenis <kettenis@gnu.org>
7324
7325 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7326 "kill -SIGUSR1 -1".
7327
aa4fb036
JB
73282014-02-10 Joel Brobecker <brobecker@adacore.com>
7329
7330 * gdb.ada/tick_length_array_enum_idx: New testcase.
7331
ed3ef339
DE
73322014-02-10 Doug Evans <xdje42@gmail.com>
7333
7334 * configure.ac (AC_OUTPUT): Add gdb.guile.
7335 * configure: Regenerate.
7336 * lib/gdb-guile.exp: New file.
7337 * lib/gdb.exp (get_target_charset): New function.
7338 * gdb.base/help.exp: Update expected output from "apropos apropos".
7339 * gdb.guile/Makefile.in: New file.
7340 * gdb.guile/guile.exp: New file.
7341 * gdb.guile/scm-arch.c: New file.
7342 * gdb.guile/scm-arch.exp: New file.
7343 * gdb.guile/scm-block.c: New file.
7344 * gdb.guile/scm-block.exp: New file.
7345 * gdb.guile/scm-breakpoint.c: New file.
7346 * gdb.guile/scm-breakpoint.exp: New file.
7347 * gdb.guile/scm-disasm.c: New file.
7348 * gdb.guile/scm-disasm.exp: New file.
7349 * gdb.guile/scm-equal.c: New file.
7350 * gdb.guile/scm-equal.exp: New file.
7351 * gdb.guile/scm-error.exp: New file.
7352 * gdb.guile/scm-error.scm: New file.
7353 * gdb.guile/scm-frame-args.c: New file.
7354 * gdb.guile/scm-frame-args.exp: New file.
7355 * gdb.guile/scm-frame-args.scm: New file.
7356 * gdb.guile/scm-frame-inline.c: New file.
7357 * gdb.guile/scm-frame-inline.exp: New file.
7358 * gdb.guile/scm-frame.c: New file.
7359 * gdb.guile/scm-frame.exp: New file.
7360 * gdb.guile/scm-generics.exp: New file.
7361 * gdb.guile/scm-gsmob.exp: New file.
7362 * gdb.guile/scm-iterator.c: New file.
7363 * gdb.guile/scm-iterator.exp: New file.
7364 * gdb.guile/scm-math.c: New file.
7365 * gdb.guile/scm-math.exp: New file.
7366 * gdb.guile/scm-objfile-script-gdb.in: New file.
7367 * gdb.guile/scm-objfile-script.c: New file.
7368 * gdb.guile/scm-objfile-script.exp: New file.
7369 * gdb.guile/scm-objfile.c: New file.
7370 * gdb.guile/scm-objfile.exp: New file.
7371 * gdb.guile/scm-ports.exp: New file.
7372 * gdb.guile/scm-pretty-print.c: New file.
7373 * gdb.guile/scm-pretty-print.exp: New file.
7374 * gdb.guile/scm-pretty-print.scm: New file.
7375 * gdb.guile/scm-section-script.c: New file.
7376 * gdb.guile/scm-section-script.exp: New file.
7377 * gdb.guile/scm-section-script.scm: New file.
7378 * gdb.guile/scm-symbol.c: New file.
7379 * gdb.guile/scm-symbol.exp: New file.
7380 * gdb.guile/scm-symtab-2.c: New file.
7381 * gdb.guile/scm-symtab.c: New file.
7382 * gdb.guile/scm-symtab.exp: New file.
7383 * gdb.guile/scm-type.c: New file.
7384 * gdb.guile/scm-type.exp: New file.
7385 * gdb.guile/scm-value-cc.cc: New file.
7386 * gdb.guile/scm-value-cc.exp: New file.
7387 * gdb.guile/scm-value.c: New file.
7388 * gdb.guile/scm-value.exp: New file.
7389 * gdb.guile/source2.scm: New file.
7390 * gdb.guile/types-module.cc: New file.
7391 * gdb.guile/types-module.exp: New file.
7392
7026a7c1
YQ
73932014-02-10 Yao Qi <yao@codesourcery.com>
7394
7395 PR testsuite/16543
7396 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7397 * configure: Regenerated.
7398 * Makefile.in: New file.
7399
6c466447
AS
74002014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7401
7402 * gdb.python/py-framefilter.exp: Fix typo.
7403
6e854735
YQ
74042014-02-08 Yao Qi <yao@codesourcery.com>
7405
7406 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7407 that no =breakpoint-modified is emitted when breakpoints are
7408 modified through MI commands.
7409
d137e6dc
PA
74102014-02-07 Pedro Alves <pedro@codesourcery.com>
7411 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.threads/step-after-sr-lock.c: New file.
7414 * gdb.threads/step-after-sr-lock.exp: New file.
7415
b5ee5a50
PA
74162014-02-07 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7419
3c77faf3
JK
74202014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7423 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7424
6dddc817
DE
74252014-02-06 Doug Evans <xdje42@gmail.com>
7426
7427 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7428 output.
7429
7430 * gdb.gdb/python-interrupts.exp: New file.
7431
de7b2893
YQ
74322014-02-05 Yao Qi <yao@codesourcery.com>
7433
7434 * gdb.trace/report.exp (use_collected_data): Test the output
7435 of "info threads" and "info inferiors".
7436
66d032ac
YQ
74372014-02-05 Yao Qi <yao@codesourcery.com>
7438
7439 Revert this patch:
7440
7441 2013-05-24 Yao Qi <yao@codesourcery.com>
7442
7443 * gdb.trace/tfile.exp: Test inferior and thread.
7444
591a12a1
UW
74452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7446
7447 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7448 on a function.
7449 * gdb.base/step-bt.c: Call hello via function pointer to make
7450 sure its first instruction is executed on powerpc64le-linux.
7451
0ff3e01f
UW
74522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7453
7454 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7455
084ee545
UW
74562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7457
7458 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7459 of the test patterns for use on little-endian systems.
7460
6ed14ff3
UW
74612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7462
7463 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7464 (decimal_vector): Fix for little-endian.
7465
401e27fd
JM
74662014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7467
7468 * gdb.arch/sparc-sysstep.exp: New file.
7469 * gdb.arch/sparc-sysstep.c: Likewise.
7470
7471 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7472
8b924729
EBM
74732014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7474
7475 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7476
fb151210
JB
74772014-01-23 Tom Tromey <tromey@redhat.com>
7478
7479 * gdb.ada/array_char_idx: New testcase.
7480
0740f8d8
TT
74812014-01-23 Tom Tromey <tromey@redhat.com>
7482
7483 PR python/16487:
7484 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7485 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7486 classes.
7487
21909fa1
TT
74882014-01-23 Tom Tromey <tromey@redhat.com>
7489
7490 PR python/16491:
7491 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7492 string from an inferior frame.
7493 * gdb.python/py-framefilter-mi.exp: Update.
7494
87ce2a04
DE
74952014-01-22 Doug Evans <dje@google.com>
7496
7497 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7498
237b092b
AA
74992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7500
7501 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7502
d674a709
AA
75032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7504
7505 * gdb.trace/entry-values.exp: Remove excess space character from
7506 regex patterns. Handle s390 call instruction.
7507
20fa3390
AA
75082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7509
7510 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7511 define "*_start" label. Make "name" static.
7512 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7513 ${name} by references to ${name}_start.
7514
78466714
AA
75152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7516
7517 * gdb.base/info-macros.exp: Remove "debug" from the compile
7518 options.
7519
ec9f644a
IB
75202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7521
7522 * gdb.dlang/demangle.exp: New file.
7523
94b1b47e
IB
75242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7525
7526 * gdb.dlang/primitive-types.exp: New file.
7527
7f420862
IB
75282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7529
7530 * configure.ac: Create gdb.dlang/Makefile.
7531 * configure: Regenerate.
7532 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7533 * gdb.dlang/Makefile.in: New file.
7534 * lib/d-support.exp: New file.
7535 * lib/gdb.exp (skip_d_tests): New proc.
7536
52834460
MM
75372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7538
7539 * gdb.btrace/delta.exp: Check reverse stepi.
7540 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7541 * gdb.btrace/finish.exp: New.
7542 * gdb.btrace/next.exp: New.
7543 * gdb.btrace/nexti.exp: New.
7544 * gdb.btrace/record_goto.c: Add comments.
7545 * gdb.btrace/step.exp: New.
7546 * gdb.btrace/stepi.exp: New.
7547 * gdb.btrace/multi-thread-step.c: New.
7548 * gdb.btrace/multi-thread-step.exp: New.
7549 * gdb.btrace/rn-dl-bind.c: New.
7550 * gdb.btrace/rn-dl-bind.exp: New.
7551 * gdb.btrace/data.c: New.
7552 * gdb.btrace/data.exp: New.
7553 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7554
6e07b1d2
MM
75552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7556
7557 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7558 * gdb.btrace/exception.exp: Update.
7559 * gdb.btrace/instruction_history.exp: Update.
7560 * gdb.btrace/record_goto.exp: Update.
7561 * gdb.btrace/tailcall.exp: Update.
7562 * gdb.btrace/unknown_functions.exp: Update.
7563 * gdb.btrace/delta.exp: New.
7564
0b722aec
MM
75652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7566
7567 * gdb.btrace/record_goto.exp: Add backtrace test.
7568 * gdb.btrace/tailcall.exp: Add backtrace test.
7569
066ce621
MM
75702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7571
7572 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7573 * gdb.btrace/record_goto.c: New.
7574 * gdb.btrace/record_goto.exp: New.
7575 * gdb.btrace/x86-record_goto.S: New.
7576
0688d04e
MM
75772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7578
7579 * gdb.btrace/function_call_history.exp: Update tests.
7580 * gdb.btrace/instruction_history.exp: Update tests.
7581
8710b709
MM
75822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7583
7584 * gdb.btrace/function_call_history.exp: Fix expected field
7585 order for "record function-call-history".
7586 Add new tests for "record function-call-history /c".
7587 * gdb.btrace/exception.cc: New.
7588 * gdb.btrace/exception.exp: New.
7589 * gdb.btrace/tailcall.exp: New.
7590 * gdb.btrace/x86-tailcall.S: New.
7591 * gdb.btrace/x86-tailcall.c: New.
7592 * gdb.btrace/unknown_functions.c: New.
7593 * gdb.btrace/unknown_functions.exp: New.
7594 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7595
5de9129b
MM
75962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7597
7598 * gdb.btrace/instruction_history.exp: Update.
7599 * gdb.btrace/function_call_history.exp: Update.
7600
23a7fe75
MM
76012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7602
7603 * gdb.btrace/function_call_history.exp: Fix expected function
7604 trace.
7605 * gdb.btrace/instruction_history.exp: Initialize traced.
7606 Remove traced_functions.
7607
724c7dd8
MM
76082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7609
7610 * gdb.btrace/function_call_history.exp: Update
7611 * gdb.btrace/instruction_history.exp: Update.
7612
6d78d93b
MM
76132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7614
7615 * gdb.btrace/enable.exp: Update expected text.
7616
93a360cc
OJ
76172014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7618
7619 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7620 bytes.
7621
3772b53f
MR
76222014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7623
7624 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7625
596662fa
OJ
76262014-01-15 Omair Javaid <omair.javaid@linaro.org>
7627
7628 * lib/gdb.exp (supports_process_record): Return true for
7629 arm*-linux*. (supports_reverse): Likewise.
7630
b5b08fb4
SC
76312014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7632
7633 PR python/15464
7634 PR python/16113
7635 * gdb.python/py-type.c: Enhance test case.
7636 * gdb.python/py-value-cc.cc: Likewise
7637 * gdb.python/py-type.exp: Add new tests.
7638 * gdb.python/py-value-cc.exp: Likewise
7639
52d7fb13
AA
76402014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7641 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7644 Make "name" extern.
7645 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7646 references to ${name}_start by references to ${name}.
7647
a2cd8cfe
JB
76482014-01-10 Joel Brobecker <brobecker@adacore.com>
7649
7650 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7651
4e23fced
JB
76522014-01-10 Joel Brobecker <brobecker@adacore.com>
7653
7654 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7655
c6a9e42c
PA
76562014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7657 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7660 mi_gdb_target_load.
c6a9e42c 7661
b7ea362b
PA
76622014-01-08 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.threads/reconnect-signal.c: New file.
7665 * gdb.threads/reconnect-signal.exp: New file.
7666
5e3f4fab
EBM
76672014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7668
7669 * gdb.base/source-dir.exp: New file.
7670
79301218
JB
76712014-01-07 Joel Brobecker <brobecker@adacore.com>
7672
7673 * gdb.ada/mi_interface: New testcase.
7674
8e355c5d
JB
76752014-01-07 Joel Brobecker <brobecker@adacore.com>
7676
7677 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7678 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7679 gdb.ada/pp-rec-component/pck.ads: New files.
7680
c0d48811
JB
76812014-01-07 Joel Brobecker <brobecker@adacore.com>
7682
7683 * gdb.python/py-pp-integral.c: New file.
7684 * gdb.python/py-pp-integral.py: New file.
7685 * gdb.python/py-pp-integral.exp: New file.
7686
17b609c3 7687For older changes see ChangeLog-1993-2013.
c906108c 7688\f
8d8cb839
EZ
7689;; Local Variables:
7690;; mode: change-log
7691;; left-margin: 8
7692;; fill-column: 74
7693;; version-control: never
7694;; End:
902f2ccb 7695
618f726f 7696 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7697 Copying and distribution of this file, with or without modification,
7698 are permitted provided the copyright notice and this notice are preserved.