New test about step over clone syscall
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4719d415
YQ
12016-03-03 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4 Invoke step_over_syscall "clone" and break_cond_on_syscall
5 "clone".
6 * gdb.base/step-over-clone.c: New file.
7
ea507862
YQ
82016-03-03 Yao Qi <yao.qi@linaro.org>
9
10 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11 code format.
12
8fc8cbda
YQ
132016-03-03 Yao Qi <yao.qi@linaro.org>
14
15 * gdb.base/disp-step-fork.c: Rename to ...
16 * gdb.base/step-over-fork.c: ... it. New file.
17 * gdb.base/disp-step-vfork.c: Rename to ...
18 * gdb.base/step-over-vfork.c: ... it. New file.
19 * gdb.base/disp-step-syscall.exp: Rename to ...
20 * gdb.base/step-over-syscall.exp: ... it. New file.
21 (disp_step_cross_syscall): Rename to ...
22 (step_over_syscall): ... it.
23
92fa70b0
YQ
242016-03-03 Yao Qi <yao.qi@linaro.org>
25
26 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
27 If target supports condition evaluation on target, invoke
28 break_cond_on_syscall for fork and vfork.
29
e197ad3c
YQ
302016-03-03 Yao Qi <yao.qi@linaro.org>
31
32 * gdb.base/disp-step-syscall.exp: Don't invoke
33 support_displaced_stepping.
34 (disp_step_cross_syscall): Test with displaced stepping off and
35 on if supported.
36
0b47da9f
YQ
372016-03-03 Yao Qi <yao.qi@linaro.org>
38
39 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
40 proc.
41 (setup): New proc.
42 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
43 and setup.
44
065ab6dc
BH
452016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
46
47 * gdb.fortran/vla-history.exp: Remove breakpoint.
48
07e448ad 492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
50
51 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
52
9ac2d526 532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
54
55 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
56
17807369
BH
572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
58
59 * gdb.mi/vla.f90: Nullify pointer after declaration.
60
86e501af
PA
612016-03-01 Pedro Alves <palves@redhat.com>
62
63 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
64
1e903e32
PA
652016-03-01 Pedro Alves <palves@redhat.com>
66
67 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
68 before anything else.
69 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
70 _GNU_SOURCE here.
71 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
72 before anything else.
73 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
74
6ccb54e2
PA
752016-03-01 Pedro Alves <palves@redhat.com>
76
77 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
78
30ca9da1
YQ
792016-03-01 Yao Qi <yao.qi@linaro.org>
80
81 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
82 prepare_for_testing.
83
dc856b38
YQ
842016-03-01 Yao Qi <yao.qi@linaro.org>
85
86 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
87
4a932159
AA
882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
89
90 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
91 manually constructing the output path.
92
f2489477
AA
932016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
94
95 * gdb.arch/s390-stackless.S: New.
96 * gdb.arch/s390-stackless.exp: New.
97
38899f16
IB
982016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
99
100 * gdb.dlang/circular.c: New file.
101 * gdb.dlang/circular.exp: New file.
102
9fde51ed
YQ
1032016-02-26 Yao Qi <yao.qi@linaro.org>
104
105 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
106 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
107 (testcases): Update.
108
ce90fefe
YQ
1092016-02-26 Yao Qi <yao.qi@linaro.org>
110
111 * gdb.reverse/aarch64.c: Rename to ...
112 * gdb.reverse/insn-reverse.c: ... it.
113 * gdb.reverse/aarch64.exp: Rename to ...
114 * gdb.reverse/insn-reverse.exp: ... it.
115
3263bceb
YQ
1162016-02-26 Yao Qi <yao.qi@linaro.org>
117
118 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
119 (testcase_ftype): New.
120 (testcases): New array.
121 (n_testcases): New.
122 (main): Call each element in testcases.
123 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
124 (read_testcase): New.
125 Do the tests in a loop.
126
6cb59ff1
YQ
1272016-02-25 Yao Qi <yao.qi@linaro.org>
128
129 * gdb.base/branches.c: Remove.
130
ae91f625
MK
1312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
132
133 PR gdb/13808
134 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
135
678b48b7
MK
1362016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
137
138 * gdb.trace/ftrace.exp: Remove unnecessary target check.
139
7337a6f2
MK
1402016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
141
142 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
143 change x86_64 call_insn to 'callq'.
144
861ca91f
AT
1452016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
146
147 * gdb.trace/tfile-avx.c: Move to...
148 * gdb.trace/tracefile-pseudo-reg.c: Here.
149 * gdb.trace/tfile-avx.exp: Move to...
150 * gdb.trace/tracefile-pseudo-reg.exp: Here.
151
bf74e428
GB
1522016-02-24 Gary Benson <gbenson@redhat.com>
153
154 * gdb.base/attach-pie-noexec.exp: Do not expect an error
155 message on attach.
156
cce0e923
DE
1572016-02-23 Doug Evans <dje@google.com>
158
159 * gdb.base/skip.c (test_skip): New function.
160 (end_test_skip_file_and_function): New function.
161 (test_skip_file_and_function): New function.
162 * gdb.base/skip1.c (test_skip): New function.
163 (skip1_test_skip_file_and_function): New function.
164 * gdb.base/skip.exp: Add tests for new skip options.
165 * gdb.base/skip-solib.exp: Update expected output.
166 * gdb.perf/skip-command.cc: New file.
167 * gdb.perf/skip-command.exp: New file.
168 * gdb.perf/skip-command.py: New file.
169
4000e47e
MK
1702016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
171
172 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
173 info registers pattern.
174
24f75ead
IB
1752016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
176
177 * lib/future.exp: Add D support.
178 (gdb_find_gdc): New proc.
179 (gdb_default_target_compile): Add D support.
180
fbb7bcbe
WW
1812016-02-18 Wei-cheng Wang <cole945@gmail.com>
182
183 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
184 user+system time.
185 (trace_speed_test): Determine the iteration count for a time
186 between 15..30 seconds.
187
012b3a21
WT
1882016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
189
190 * gdb.arch/i386-mpx-sigsegv.c: New file.
191 * gdb.arch/i386-mpx-sigsegv.exp: New file.
192 * gdb.arch/i386-mpx-simple_segv.c: New file.
193 * gdb.arch/i386-mpx-simple_segv.exp: New file.
194
2d5189bd
YQ
1952016-02-18 Yao Qi <yao.qi@linaro.org>
196
197 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
198 Don't call setup_kfail.
199
40fb20d0
YQ
2002016-02-18 Yao Qi <yao.qi@linaro.org>
201
202 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
203 Set "set breakpoint condition-evaluation" per $cond_bp_target.
204
21b1f8d2
DE
2052016-02-16 Doug Evans <dje@google.com>
206
207 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
208 * gdb.base/skip1.c: Ditto.
209 * gdb.base/skip.exp: Whitespace cleanup.
210
4041ed77
DB
2112016-02-16 Don Breazeal <donb@codesourcery.com>
212
213 PR remote/19496
214 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
215 Remove kfail for PR remote/19496.
216
c4ef31bf
SM
2172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
218
219 * lib/gdb.exp (standard_temp_file): Return a path specific to
220 the runtest invocation.
221
266b65b3
SM
2222016-02-16 Simon Marchi <simon.marchi@ericsson.com>
223
224 * gdb.trace/save-trace.exp: Change relative path to be in the
225 standard output directory.
226
a7a0a6a9
JK
2272016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
228
229 * gdb.arch/i386-prologue.c: Add missing prototypes.
230
c99dbb42
JK
2312016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
232
233 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
234 * gdb.arch/i386-prologue.exp: Likewise.
235 * gdb.arch/i386-size.exp: Likewise.
236
aa480355
SM
2372016-02-15 Simon Marchi <simon.marchi@ericsson.com>
238
239 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
240 define object file path.
241 * gdb.btrace/gcore.exp: Use standard_output_file to define core
242 file path.
243 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
244 standard_output_file to define binfile.
245
ba881f50
JK
2462016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
247
248 Fix compatibility with recent gfortran-5.3.1.
249 * gdb.fortran/vla-history.exp (print vla1 allocated)
250 (print vla2 allocated, print $2, print $3): Remove
251 (print $4): Rename to ...
252 (print $2): ... here.
253 (print $9): Rename to ...
254 (print $5): ... here.
255 (print $10): Rename to ...
256 (print $6): ... here.
257 * gdb.fortran/vla.f90: Add pvla initialization.
258
e9fb005c
JK
2592016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
260
261 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
262 New test.
263 * gdb.fortran/vla-value-sub.exp: Likewise.
264
e44e00ff
MK
2652016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
266
267 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
268
97e94151
SM
2692016-02-12 Simon Marchi <simon.marchi@ericsson.com>
270
271 * i386-biarch-core.exp: Define corefile using
272 standard_output_file.
273
01113bc1
YQ
2742016-02-12 Yao Qi <yao.qi@linaro.org>
275
276 * gdb.arch/arm-single-step-kernel-helper.c: New.
277 * gdb.arch/arm-single-step-kernel-helper.exp: New.
278
33b4777c
MM
2792016-02-12 Markus Metzger <markus.t.metzger@intel.com>
280
281 * gdb.btrace/tailcall-only.exp: New.
282 * gdb.btrace/tailcall-only.c: New.
283 * gdb.btrace/x86_64-tailcall-only.S: New.
284 * gdb.btrace/i686-tailcall-only.S: New.
285
acc23c11
PA
2862016-02-11 Pedro Alves <palves@redhat.com>
287
288 * README (Parallel testing): Add missing double quotes.
289
e352bf0a
PA
2902016-02-11 Pedro Alves <palves@redhat.com>
291
292 * README (Parallel testing): New section.
293 (GDB_PARALLEL): Rewrite.
294 (FORCE_PARALLEL): Document.
295
9f5fed78
MK
2962016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
297
298 * gdb.trace/tfile-avx.c: New test.
299 * gdb.trace/tfile-avx.exp: New test.
300
9ef9e6a6
KS
3012016-02-09 Keith Seitz <keiths@redhat.com>
302
303 PR breakpoints/19546
304 * gdb.base/infcall-exec.c: New file.
305 * gdb.base/infcall-exec2.c: New file.
306 * gdb.base/infcall-exec.exp: New file.
307
a96e36da
KS
3082016-02-09 Keith Seitz <keiths@redhat.com>
309
310 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
311 (toplevel): Call test_bkpt_address.
312
9f61929f
KS
3132016-02-09 Keith Seitz <keiths@redhat.com>
314
315 PR python/19506
316 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
317 (toplevel): Call test_bkpt_address.
318
1e94266c
SM
3192016-02-09 Simon Marchi <simon.marchi@ericsson.com>
320
321 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
322 to AC_OUTPUT.
323 * configure: Regenerate.
324
2a7f3dff
PA
3252016-02-09 Pedro Alves <palves@redhat.com>
326
327 PR breakpoints/19548
328 * gdb.base/execl-update-breakpoints.c (some_function): New
329 function.
330 (main): Call it.
331 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
332 Tighten expected GDB output.
333
2151ccc5
SM
3342016-02-08 Simon Marchi <simon.marchi@ericsson.com>
335
336 * Makefile.in (ALL_SUBDIRS): Remove.
337 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
338 (distclean maintainer-clean realclean): Likewise.
339 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
340 * configure: Regenerate.
341 * gdb.ada/Makefile.in: Delete.
342 * gdb.arch/Makefile.in: Likewise.
343 * gdb.asm/Makefile.in: Likewise.
344 * gdb.base/Makefile.in: Likewise.
345 * gdb.btrace/Makefile.in: Likewise.
346 * gdb.cell/Makefile.in: Likewise.
347 * gdb.compile/Makefile.in: Likewise.
348 * gdb.cp/Makefile.in: Likewise.
349 * gdb.disasm/Makefile.in: Likewise.
350 * gdb.dlang/Makefile.in: Likewise.
351 * gdb.dwarf2/Makefile.in: Likewise.
352 * gdb.fortran/Makefile.in: Likewise.
353 * gdb.gdb/Makefile.in: Likewise.
354 * gdb.go/Makefile.in: Likewise.
355 * gdb.guile/Makefile.in: Likewise.
356 * gdb.java/Makefile.in: Likewise.
357 * gdb.linespec/Makefile.in: Likewise.
358 * gdb.mi/Makefile.in: Likewise.
359 * gdb.modula2/Makefile.in: Likewise.
360 * gdb.multi/Makefile.in: Likewise.
361 * gdb.objc/Makefile.in: Likewise.
362 * gdb.opencl/Makefile.in: Likewise.
363 * gdb.opt/Makefile.in: Likewise.
364 * gdb.pascal/Makefile.in: Likewise.
365 * gdb.perf/Makefile.in: Likewise.
366 * gdb.python/Makefile.in: Likewise.
367 * gdb.reverse/Makefile.in: Likewise.
368 * gdb.server/Makefile.in: Likewise.
369 * gdb.stabs/Makefile.in: Likewise.
370 * gdb.threads/Makefile.in: Likewise.
371 * gdb.trace/Makefile.in: Likewise.
372 * gdb.xml/Makefile.in: Likewise.
373 * lib/gdb.exp (make_gdb_parallel_path): Add check for
374 GDB_PARALLEL.
375 (standard_output_file): Remove check for GDB_PARALLEL, always
376 return path in outputs/$subdir/$testname.
377
437277d4
SM
3782016-02-08 Simon Marchi <simon.marchi@ericsson.com>
379
380 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
381 (site.exp): Assign abs_srcdir to tcl's srcdir.
382
31d913c7
YQ
3832016-02-04 Yao Qi <yao.qi@linaro.org>
384
385 * gdb.base/foll-exec-mode.c: Include limits.h.
386 (main): Add parameters argc and argv. Get directory from
387 argv[0].
388 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
389 compilation.
390 * gdb.base/foll-exec.c: Include limits.h.
391 (main): Add parameters argc and argv.
392 Get directory from argv[0].
393 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
394 Adjust tests on the number of lines as source code changed.
395 * gdb.base/foll-vfork-exit.c: Include limits.h.
396 (main): Add one line of statement before vfork.
397 * gdb.base/foll-vfork.c: Include limits.h and string.h.
398 (main): Add parameters argc and argv. Get directory from
399 argv[0].
400 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
401 (setup_gdb): Set tbreak to skip some source lines.
402 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
403 (main): Add parameters argc and argv. Get directory from
404 argv[0].
405 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
406 compilation.
407 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
408 (main): Add parameters argc and argv. Get directory from
409 argv[0].
410 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
411 compilation.
412
9482b9fb
DE
4132016-02-01 Doug Evans <dje@google.com>
414
415 * gdb.base/skip.exp: Clean up multiple references to same test name.
416
6b2e4f10
PA
4172016-02-01 Pedro Alves <palves@redhat.com>
418
ccb6afd6 419 PR remote/19496
6b2e4f10
PA
420 * gdb.threads/forking-threads-plus-breakpoint.exp
421 (displaced_stepping_supported): New global.
422 (probe_displaced_stepping_support): New procedure.
423 (do_test): Add 'displaced' parameter, and use it.
424 (top level): Check for displaced stepping support. Add displaced
425 stepping on/off testing axis.
426
37a8db1a
AB
4272016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
430 pointer. Don't perform further tests on the unassociated pointer
431 if the first test fails.
432
5fdf6324
AB
4332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.base/max-value-size.c: New file.
436 * gdb.base/max-value-size.exp: New file.
437 * gdb.base/huge.exp: Disable max-value-size for this test.
438
935c6144
IB
4392016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
440
441 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
442
7fe8399d
YQ
4432016-01-28 Yao Qi <yao.qi@linaro.org>
444
445 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
446
a2077e25
PA
4472016-01-25 Pedro Alves <palves@redhat.com>
448
449 PR threads/19461
450 * gdb.base/fork-running-state.c: New file.
451 * gdb.base/fork-running-state.exp: New file.
452
1d2736d4
PA
4532016-01-25 Pedro Alves <palves@redhat.com>
454
455 PR gdb/19494
456 * gdb.base/catch-fork-kill.c: New file.
457 * gdb.base/catch-fork-kill.exp: New file.
458
f1da4b11
PA
4592016-01-25 Pedro Alves <palves@redhat.com>
460
461 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
462 Delete, moved to lib/gdb.exp.
463 * gdb.threads/forking-threads-plus-breakpoint.exp
464 (foreach_with_prefix): Likewise.
465 * gdb.threads/process-dies-while-handling-bp.exp
466 (foreach_with_prefix): Likewise.
467 * lib/gdb.exp (foreach_with_prefix): New procedure.
468
45f38546
MK
4692016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
470
471 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
472 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
473
dc29a1ce
MK
4742016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
475
476 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
477 endian targets.
478
092127d7
JK
4792016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
480 Pedro Alves <palves@redhat.com>
481
482 Fix testsuite compatibility with Guile.
483 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
484 number.
485
31d765d3
JK
4862016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 Fix testsuite compatibility with Guile.
489 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
490 (thread 1): New test for backtrace through signal handler.
491
1ac78c04
YQ
4922016-01-22 Yao Qi <yao.qi@linaro.org>
493
494 PR testsuite/19491
495 * gdb.base/multi-forks.c: Include
496 ../lib/unbuffer_output.c
497 (main): Call gdb_unbuffer_output.
498
4f5946a8
DE
4992016-01-21 Doug Evans <dje@google.com>
500
501 * lib/ada.exp (gdb_compile_ada): Fix typo.
502
305e13e6
JB
5032016-01-21 Joel Brobecker <brobecker@adacore.com>
504
505 * gdb.base/break-fun-addr.exp: New file.
506 * gdb.base/break-fun-addr1.c: New file.
507 * gdb.base/break-fun-addr2.c: New file.
508
5f5dfff6
SM
5092016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
510
511 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
512 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
513 enum flag values.
514
fd356fa2
AA
5152016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
516
517 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
518 when GDB can not set the vector return value. Add more comments
519 for clarification.
520
9df22175
AT
5212016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
522
523 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
524 command.
525
41d1845e
SM
5262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
527
528 * Makefile.in (DO_RUNTEST): Add --status and update usages.
529
01ac6840
SM
5302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
531
532 * Makefile.in (check-single): Pass --status to runtest.
533 (check/%.exp): Likewise.
534
5352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
536
537 * Makefile.in (check-parallel): Propagate return code from make
538 do-check-parallel.
539
bd0a71fa
MK
5402016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
541
542 * gdb.trace/ftrace.exp: Fix expected message on continue.
543 * gdb.trace/pending.exp: Fix expected message on continue.
544 * gdb.trace/trace-break.exp: Fix expected message on continue.
545
8bcbad33
SM
5462016-01-18 Simon Marchi <simon.marchi@ericsson.com>
547
548 * lib/gdb.exp (gdb_test): Remove unused global references.
549
f303dbd6
PA
5502016-01-18 Pedro Alves <palves@redhat.com>
551
552 * gdb.base/async-shell.exp: Adjust expected output.
553 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
554 * gdb.base/siginfo-thread.exp: Adjust expected output.
555 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
556 * gdb.java/jnpe.exp: Adjust expected output.
557 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
558 * gdb.threads/continue-pending-status.exp: Adjust expected output.
559 * gdb.threads/leader-exit.exp: Adjust expected output.
560 * gdb.threads/manythreads.exp: Adjust expected output.
561 * gdb.threads/pthreads.exp: Adjust expected output.
562 * gdb.threads/schedlock.exp: Adjust expected output.
563 * gdb.threads/siginfo-threads.exp: Adjust expected output.
564 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
565 expected output.
566 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
567 output.
568 * gdb.threads/sigthread.exp: Adjust expected output.
569 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
570
b2789696
YQ
5712016-01-18 Yao Qi <yao.qi@linaro.org>
572
573 * gdb.guile/scm-section-script.c: Replace @progbits with
574 %progbits.
575 * gdb.python/py-section-script.c: Likewise.
576
71ef29a8
PA
5772016-01-15 Pedro Alves <palves@redhat.com>
578
579 * gdb.multi/tids.exp: Test star wildcard ranges.
580
3f5b7598
PA
5812016-01-15 Pedro Alves <palves@redhat.com>
582
583 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
584 command from "thread apply" invocation.
585 (thr_apply_info_thr_invalid): Default the expected output to the
586 input tid list.
587 (top level): Add tests that use convenience variables. Add tests
588 for "thread apply" with a valid TID list, but missing the command.
589
663f6d42
PA
5902016-01-13 Pedro Alves <palves@redhat.com>
591
592 * gdb.base/default.exp: Expect $_gthread as well.
593 * gdb.multi/tids.exp: Test $_gthread.
594 * gdb.threads/thread-specific.exp: Test $_gthread.
595
c84f6bbf
PA
5962016-01-13 Pedro Alves <palves@redhat.com>
597
598 * gdb.multi/tids.exp: Test "info threads -gid".
599
22a02324
PA
6002016-01-13 Pedro Alves <palves@redhat.com>
601
602 * gdb.multi/tids.exp: Test InferiorThread.global_num and
603 Breakpoint.thread.
604 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
605
5d5658a1
PA
6062016-01-07 Pedro Alves <palves@redhat.com>
607
608 * gdb.base/break.exp: Adjust to output changes.
609 * gdb.base/hbreak2.exp: Likewise.
610 * gdb.base/sepdebug.exp: Likewise.
611 * gdb.base/watch_thread_num.exp: Likewise.
612 * gdb.linespec/keywords.exp: Likewise.
613 * gdb.multi/info-threads.exp: Likewise.
614 * gdb.threads/thread-find.exp: Likewise.
615 * gdb.multi/tids.c: New file.
616 * gdb.multi/tids.exp: New file.
617
84654457
PA
6182016-01-13 Pedro Alves <palves@redhat.com>
619
620 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
621
e3940304
PA
6222016-01-13 Pedro Alves <palves@redhat.com>
623
624 * gdb.base/default.exp: Expect $_inferior as well.
625 * gdb.multi/base.exp: Test $_inferior.
626
a911d87a
PA
6272016-01-13 Pedro Alves <palves@redhat.com>
628
629 PR breakpoints/19388
630 * gdb.base/catch-signal-siginfo-cond.c: New file.
631 * gdb.base/catch-signal-siginfo-cond.exp: New file.
632
82075af2
JS
6332016-01-12 Josh Stone <jistone@redhat.com>
634 Philippe Waroquiers <philippe.waroquiers@skynet.be>
635
636 * gdb.base/catch-syscall.c (do_execve): New variable.
637 (main): Conditionally trigger an execve.
638 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
639 (test_catch_syscall_execve): New, check entry/return across execve.
640 (do_syscall_tests): Call test_catch_syscall_execve.
641
e46eeedd
PA
6422016-01-12 Pedro Alves <palves@redhat.com>
643
644 * gdb.base/random-signal.exp (do_test): New procedure, with body
645 of testcase moved in.
646
01d8c27e
JK
6472016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
648 Pedro Alves <palves@redhat.com>
649
650 * gdb.base/funcargs.exp (finish from indirectly called function):
651 Reintroduce the case for 'First'.
652
9a706302
JK
6532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
654 Pedro Alves <palves@redhat.com>
655
656 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
657 (tcatch_vfork_then_child_follow_exec)
658 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
659 identification.
660
c0ecb95f
JK
6612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
664 and repeats to unlimited.
665 * gdb.python/py-value.exp: Likewise.
666 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
667 and repeats to unlimited.
668
6cfc1fcb
JK
6692016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
672 and reordering the functions.
673 * gdb.multi/hangout.c: Likewise.
674 * gdb.multi/hello.c: Likewise.
675
582a1b00
SM
6762016-01-08 Simon Marchi <simon.marchi@ericsson.com>
677
678 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
679 absolute.
680 (SingleStatisticTestResult.report): Use dict.keys instead of
681 dict.iterkeys.
682
79bc59cb
PA
6832016-01-06 Pedro Alves <palves@redhat.com>
684
685 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
686
43368e1d
MM
6872016-01-04 Markus Metzger <markus.t.metzger@intel.com>
688
689 * gdb.btrace/dlopen.exp: New.
690 * gdb.btrace/dlopen.c: New.
691 * gdb.btrace/dlopen-dso.c: New.
692
79fad5b8
SL
6932015-12-25 Sandra Loosemore <sandra@codesourcery.com>
694
695 * lib/gdb.exp (gdb_test): Update comments to clarify that the
696 PATTERN argument is optional.
697
ab8314b3
JB
6982015-12-24 Joel Brobecker <brobecker@adacore.com>
699
700 * lib/ada.exp (target_compile_ada_from_dir): New function.
701 (gdb_compile_ada): Reimplement avoiding the use of project files.
702 * gdb.ada/gnat_ada.gpr: Delete.
703 * gdb.ada/cond_lang.exp: Adjust test to make path before
704 filename optional.
705 * gdb.ada/small_reg_param.exp: Likewise.
706
fe33faff
SM
7072015-12-22 Simon Marchi <simon.marchi@ericsson.com>
708
709 * gdb.base/foll-vork.exp: Remove HP-UX special case.
710
6d265cb4
TP
7112015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
712
713 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
714 case.
715
10125099
SM
7162015-12-21 Simon Marchi <simon.marchi@ericsson.com>
717
718 * gdb.base/break.exp: Remove dead code.
719 * gdb.base/sepdebug.exp: Likewise.
720
3ca22649
SM
7212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
722
723 * gdb.asm/asm-source.exp: Remove HP-UX references.
724 * gdb.base/annota1.exp: Likewise.
725 * gdb.base/annota3.exp: Likewise.
726 * gdb.base/attach.exp: Likewise.
727 * gdb.base/bigcore.exp: Likewise.
728 * gdb.base/break.exp: Likewise.
729 * gdb.base/call-ar-st.exp: Likewise.
730 * gdb.base/callfuncs.exp: Likewise.
731 * gdb.base/catch-fork-static.exp: Likewise.
732 * gdb.base/display.exp: Likewise.
733 * gdb.base/foll-exec-mode.exp: Likewise.
734 * gdb.base/foll-exec.exp: Likewise.
735 * gdb.base/foll-fork.exp: Likewise.
736 * gdb.base/foll-vfork.exp: Likewise.
737 * gdb.base/funcargs.exp: Likewise.
738 * gdb.base/hbreak2.exp: Likewise.
739 * gdb.base/inferior-died.exp: Likewise.
740 * gdb.base/interrupt.exp: Likewise.
741 * gdb.base/multi-forks.exp: Likewise.
742 * gdb.base/nodebug.exp: Likewise.
743 * gdb.base/sepdebug.exp: Likewise.
744 * gdb.base/solib1.c: Likewise.
745 * gdb.base/step-test.exp: Likewise.
746 * gdb.mi/non-stop.c: Likewise.
747 * gdb.mi/pthreads.c: Likewise.
748 * gdb.multi/bkpt-multi-exec.ex: Likewise.
749 * gdb.threads/pthreads.c: Likewise.
750 * gdb.threads/staticthreads.exp: Likewise.
751 * lib/future.exp: Likewise.
752 * lib/gdb.exp: Likewise.
753 * gdb.base/so-indr-cl.c: Remove.
754 * gdb.base/so-indr-cl.exp: Likewise.
755 * gdb.base/solib.c: Likewise.
756 * gdb.base/solib.exp: Likewise.
757 * gdb.base/solib2.c: Likewise.
758
b6304613
SM
7592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
760
761 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
762 * gdb.base/call-ar-st.exp: Likewise.
763 * gdb.base/callfuncs.exp: Likewise.
764 * gdb.base/condbreak.exp: Likewise.
765 * gdb.base/constvars.exp: Likewise.
766 * gdb.base/hbreak2.exp: Likewise.
767 * gdb.base/langs.exp: Likewise.
768 * gdb.base/list.exp: Likewise.
769 * gdb.base/long_long.exp: Likewise.
770 * gdb.base/ptype.exp: Likewise.
771 * gdb.base/scope.exp: Likewise.
772 * gdb.base/signals.exp: Likewise.
773 * gdb.base/so-impl-ld.exp: Likewise.
774 * gdb.base/varargs.exp: Likewise.
775 * gdb.base/volatile.exp: Likewise.
776 * gdb.base/whatis.exp: Likewise.
777 * gdb.cp/cplusfuncs.exp: Likewise.
778 * gdb.cp/inherit.exp: Likewise.
779 * gdb.cp/local.exp: Likewise.
780 * gdb.cp/member-ptr.exp: Likewise.
781 * gdb.cp/method.exp: Likewise.
782 * gdb.cp/overload.exp: Likewise.
783 * gdb.cp/templates.exp: Likewise.
784 * gdb.stabs/weird.exp: Likewise.
785 * lib/compiler.c: Likewise.
786 * lib/compiler.cc: Likewise.
787 * lib/cp-support.exp: Likewise.
788 * lib/gdb.exp: Likewise.
789
bf401b07
SM
7902015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
791
792 * configure.ac: Remove HP-UX case.
793 * configure: Regenerate.
794
aff9c0f8
SM
7952015-12-18 Simon Marchi <simon.marchi@ericsson.com>
796
797 * lib/gdb.exp (gdb_compile): Add function doc.
798
a6904d5a
PA
7992015-12-17 Pedro Alves <palves@redhat.com>
800
801 PR threads/19354
802 * gdb.multi/info-threads.exp: New file.
803
a22279dd
YQ
8042015-12-15 Yao Qi <yao.qi@linaro.org>
805
806 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
807 is aarch64*-*-*.
808
0588c796
SL
8092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
810
811 * gdb.base/history-duplicates.exp: Skip if no readline support.
812
5d978e17
SL
8132015-12-14 Sandra Loosemore <sandra@codesourcery.com>
814
815 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
816
7e763b86
SL
8172015-12-14 Sandra Loosemore <sandra@codesourcery.com>
818
819 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
820
87a3a92c
SL
8212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
822
823 * gdb.base/completion.exp: Skip tests that interrupt GDB with
824 ctrl-C if nointerrupts target property is set.
825 * gdb.base/double-prompt-target-event-error.exp: Likewise.
826 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
827 * gdb.base/paginate-bg-execution.exp: Likewise.
828 * gdb.base/paginate-execution-startup.exp: Likewise.
829 * gdb.base/random-signal.exp: Likewise.
830 * gdb.base/range-stepping.exp: Likewise.
831 * gdb.cp/annota2.exp: Likewise.
832 * gdb.cp/annota3.exp: Likewise.
833 * gdb.gdb/selftest.exp: Likewise.
834 * gdb.threads/continue-pending-status.exp: Likewise.
835 * gdb.threads/leader-exit.exp: Likewise.
836 * gdb.threads/manythreads.exp: Likewise.
837 * gdb.threads/pthreads.exp: Likewise.
838 * gdb.threads/schedlock.exp: Likewise.
839 * gdb.threads/sigthread.exp: Likewise.
840
a8f077dc
DB
8412015-12-11 Don Breazeal <donb@codesourcery.com>
842
843 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
844 remote.
845 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
846 * gdb.base/foll-exec.exp (main): Enable for target remote.
847 * gdb.base/foll-fork.exp (main): Likewise.
848 * gdb.base/foll-vfork.exp (main): Likewise.
849 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
850 (proc continue_to_exit_bp_loc): Use clean_restart.
851 * gdb.base/pie-execl.exp (main): Disable for target remote.
852 * gdb.base/watch-vfork.exp (main): Enable for target remote.
853 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
854 * gdb.threads/execl.exp (main): Likewise.
855 * gdb.threads/fork-child-threads.exp (main): Likewise.
856 * gdb.threads/fork-plus-threads.exp (main): Disable for target
857 remote.
858 * gdb.threads/fork-thread-pending.exp (main): Enable for target
859 remote.
860 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
861 pid.tid style ptids, instead of just tid.
862 * gdb.threads/thread-execl.exp (main): Enable for target remote.
863 * gdb.threads/watchpoint-fork.exp (main): Likewise.
864 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
865 ptids, instead of just tid.
866
3b2464a8
AB
8672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.base/list.exp (test_list_forward): Add end of file error
870 test.
871 (test_repeat_list_command): Add end of file error test.
872 (test_list_backwards): Add beginning of file error test.
873
a0def019
AB
8742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.base/list.exp (test_list_invalid_args): New function,
877 defined, and called.
878
5c000dff
AB
8792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.base/list.exp (test_list): Make test names unique.
882
f1637ebe
YQ
8832015-12-11 Yao Qi <yao.qi@linaro.org>
884
885 * gdb.base/coremaker2.c: Remove.
886
36d6fc0a
PA
8872015-12-10 Pedro Alves <palves@redhat.com>
888
889 * gdb.multi/base.exp: Remove stale "spaces" references.
890
762f7747
PA
8912015-12-10 Pedro Alves <palves@redhat.com>
892
893 * gdb.multi/base.exp: Don't use nowarnings.
894 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
895 * gdb.multi/hangout.c: Include stdio.h.
896 * gdb.multi/hello.c: Include stdlib.h.
897 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
898 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
899 * gdb.multi/multi-arch.exp: Don't use nowarnings.
900
28d2bfb9
AB
9012015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.dwarf2/dw2-ranges-base.c: New file.
904 * gdb.dwarf2/dw2-ranges-base.exp: New file.
905 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
906 support additional line table, and debug ranges generation.
907 (Dwarf::ranges): New function, generate .debug_ranges.
908 (Dwarf::lines): Support generating simple line table programs.
909 (Dwarf::assemble): Initialise new namespace variables.
910
5fc2beac
KB
9112015-12-09 Kevin Buettner <kevinb@redhat.com>
912
913 * gdb.base/async.exp (proc test_background): Add case for
914 asynchronous execution not supported.
915
1c35a88f
LM
9162015-12-09 Luis Machado <lgustavo@codesourcery.com>
917
918 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
919 format and change test names to make them unique.
920
b593e3d9
RK
9212015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
922 Pedro Alves <pedro@redhat.com>
923
924 PR gdb/18702
925 Add checking of floatformats setup on x86_64 hosts.
926 * gdb.arch/i386-float.S (main): Load bigval and smallval.
927 (smallval, bigval): New labels/constants.
928 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
929 float" after loading bigval and smallval.
930
d72413e6
PMR
9312015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
932
933 * gdb.ada/fun_overload_menu.exp: New testcase.
934 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
935
ece66d65
JS
9362015-12-04 Josh Stone <jistone@redhat.com>
937
938 * gdb.base/catch-fork-static.exp: New.
939
41d0efca
YQ
9402015-12-03 Yao Qi <yao.qi@linaro.org>
941
942 * gdb.base/sizeof.c: Don't include stdio.h and
943 ../lib/unbuffer_output.c.
944 (main): New variable 'size' and 'value'. Remove printf and
945 gdb_unbuffer_output. Assign return value to size and value.
946 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
947 at the beginning.
948 (check_sizeof): Check the result by printing variable 'size'.
949 (check_valueof): Check the result by printing variable 'value'.
950
99fd02d9
YQ
9512015-12-01 Yao Qi <yao.qi@linaro.org>
952
953 * gdb.base/disp-step-syscall.exp: Define syscall instruction
954 for aarch64*-*-linux* target.
955
f2faf941
PA
9562015-11-30 Pedro Alves <palves@redhat.com>
957
958 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
959
04bf20c5
PA
9602015-11-30 Pedro Alves <palves@redhat.com>
961
962 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
963 Handle non-stop mode vCont replies.
964
09df4675
PA
9652015-11-30 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
968 prepare_for_testing. Start gdb with "set non-stop on" appended to
969 GDBFLAGS. Lax expected stop output.
970
58b584af
YQ
9712015-11-27 Yao Qi <yao.qi@linaro.org>
972
973 * gdb.arch/arm-neon.exp: New.
974 * gdb.arch/arm-neon.c: New.
975
dfcb77a8
YQ
9762015-11-27 Yao Qi <yao.qi@linaro.org>
977
978 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
979
88e8ec1b
YQ
9802015-11-27 Yao Qi <yao.qi@linaro.org>
981
982 * gdb.cp/annota2.exp: Allow multiple occurrences of the
983 frames-invalid annotation.
984
bfde72c2
YQ
9852015-11-27 Yao Qi <yao.qi@linaro.org>
986
987 * gdb.cp/annota2.exp: Use ${frames_invalid}.
988
f6512a69
SM
9892015-11-26 Simon Marchi <simon.marchi@ericsson.com>
990
991 * gdb.threads/names.exp: New file.
992 * gdb.threads/names.c: New file.
993 * README: Mention gdb,no_thread_names.
994
46a3515b
MM
9952015-11-26 Markus Metzger <markus.t.metzger@intel.com>
996
997 PR 19297
998 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
999 support" error.
1000
62147a22
PA
10012015-11-24 Pedro Alves <palves@redhat.com>
1002
1003 PR 17539
1004 * gdb.base/display.exp: Expect displays to be sorted in ascending
1005 order. Use multi_line.
1006 * gdb.base/solib-display.exp: Likewise.
1007
2f341b6e
PA
10082015-11-24 Pedro Alves <palves@redhat.com>
1009
1010 PR 17539
1011 * gdb.base/display.exp: Expect displays to be sorted in ascending
1012 order. Use multi_line.
1013 * gdb.base/solib-display.exp: Likewise.
1014
7e0aa6aa
PA
10152015-11-24 Pedro Alves <palves@redhat.com>
1016
1017 PR 17539
1018 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1019 threads in ascending order.
1020 * gdb.base/foll-fork.exp: Likewise.
1021 * gdb.base/foll-vfork.exp: Likewise.
1022 * gdb.base/multi-forks.exp: Likewise.
1023 * gdb.mi/mi-nonstop.exp: Likewise.
1024 * gdb.mi/mi-nsintrall.exp: Likewise.
1025 * gdb.multi/base.exp: Likewise.
1026 * gdb.multi/multi-arch.exp: Likewise.
1027 * gdb.python/py-inferior.exp: Likewise.
1028 * gdb.threads/break-while-running.exp: Likewise.
1029 * gdb.threads/execl.exp: Likewise.
1030 * gdb.threads/gcore-thread.exp: Likewise.
1031 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1032 * gdb.threads/kill.exp: Likewise.
1033 * gdb.threads/linux-dp.exp: Likewise.
1034 * gdb.threads/multiple-step-overs.exp: Likewise.
1035 * gdb.threads/next-bp-other-thread.exp: Likewise.
1036 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1037 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1038 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1039 * gdb.threads/thread-find.exp: Likewise.
1040 * gdb.threads/tls.exp: Likewise.
1041 * lib/mi-support.exp (mi_reverse_list): Delete.
1042 (mi_check_thread_states): No longer reverse list.
1043
2cc57ad8
PA
10442015-11-24 Pedro Alves <palves@redhat.com>
1045
1046 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1047 use lowercase.
1048
c93e8391
SM
10492015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1050
1051 * gdb.trace/actions.c: Include trace-common.h.
1052 (main): Add a location for a fast tracepoint.
1053 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1054 the normal tracepoints.
1055 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1056
045ccf91
SM
10572015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1058
1059 * save-trace.exp: Factor out code to these...
1060 (gdb_save_tracepoints): New.
1061 (gdb_load_tracepoints): New.
1062 (do_save_load_test): New.
1063
5506f9f6
KB
10642015-11-23 Kevin Buettner <kevinb@redhat.com>
1065
1066 * gdb.base/asmlabel.exp: New test.
1067 * gdb.base/asmlabel.c: New test case.
1068
16c3b12f
JB
10692015-11-23 Joel Brobecker <brobecker@adacore.com>
1070
1071 * gdb.base/wrong_frame_bt_full-main.c: New file.
1072 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1073 * gdb.base/wrong_frame_bt_full.exp: New file.
1074
155bfbd3
JB
10752015-11-23 Joel Brobecker <brobecker@adacore.com>
1076
1077 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1078
bb097445
JM
10792015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1080
206853a0 1081 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1082 pstate register when comparing registers values in
1083 sparc64-*-linux-gnu targets to avoid spurious differences.
1084
9c88ed8f
JM
10852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1086
206853a0 1087 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1088
96161e25
SL
10892015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1090
1091 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1092 as type argument to gdb_compile.
1093 * gdb.base/nested-subp2.exp: Likewise.
1094 * gdb.base/nested-subp3.exp: Likewise.
1095
340c2830
DV
10962015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1097
1098 * lib/dwarf.exp (_note): Fix left shift of negative value.
1099 * gdb.trace/trace-condition.exp: Likewise.
1100
c1862d0f
YQ
11012015-11-13 Yao Qi <yao.qi@linaro.org>
1102
1103 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1104 comments about d10v.
1105 (test_scalar_returns): Likewise.
1106 * gdb.base/d10v.ld: Remove.
1107 * gdb.base/overlays.exp: Remove the target triplet checking for
1108 d10v-*-*.
1109 * gdb.base/structs.exp (test_struct_returns): Remove the
1110 comments about d10v.
1111 (test_struct_calls): Likewise.
1112
77ae9c19
YQ
11132015-11-13 Yao Qi <yao.qi@linaro.org>
1114
1115 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1116 * gdb.base/gnu_vector.c: Don't include stdio.h.
1117 (main): Don't print res and call add_some_intvecs.
1118
430e004e
MK
11192015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1120
1121 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1122 macro.
1123 (func5): Removed.
1124 (func4): Use FAST_TRACEPOINT_LABEL.
1125 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1126 macro.
1127 (func): Removed.
1128 (thread_function): Use FAST_TRACEPOINT_LABEL.
1129 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1130 (func): Remove.
1131 (marker): Use FAST_TRACEPOINT_LABEL.
1132 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1133 (pendfunc1): Remove.
1134 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1135 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1136 (foo): Remove.
1137 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1138 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1139 macro.
1140 (func): Remove.
1141 (marker): Use FAST_TRACEPOINT_LABEL.
1142 * gdb.trace/trace-common.h: New header.
1143 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1144 macro.
1145 (func): Remove.
1146 (marker): Use FAST_TRACEPOINT_LABEL.
1147 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1148 (func): Remove.
1149 (thread_function): Use FAST_TRACEPOINT_LABEL.
1150
6e7675a7
MK
11512015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1152
1153 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1154 in front.
1155 * gdb.trace/change-loc.exp: Use global pcreg definition.
1156 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1157 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1158 in front.
1159 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1160 * gdb.trace/pending.exp: Likewise.
1161 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1162 * gdb.trace/trace-break.exp: Likewise.
1163 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1164 in front.
1165 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1166 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1167 in front.
1168 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1169
dddc0e16
JB
11702015-11-09 Joel Brobecker <brobecker@adacore.com>
1171
1172 * gdb.ada/fin_fun_out: New testcase.
1173
c6f0b406
KB
11742015-11-07 Kevin Buettner <kevinb@redhat.com>
1175
1176 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1177 value associated with DW_AT_byte_size.
1178 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1179 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1180 DW_AT_upper_bound.
1181
f01dcfd9
KB
11822015-11-07 Kevin Buettner <kevinb@redhat.com>
1183
1184 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1185 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1186 version.
1187 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1188 gdb.dwarf2/dw2-canonicalize-type.exp,
1189 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1190 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1191 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1192 provided by gdb_target_symbol_prefix_flags_asm.
1193 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1194 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1195 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1196 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1197 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1198 macros where needed). Use this macro for symbols which require
1199 the prefix provided by SYMBOL_PREFIX.
1200
2223449a
KB
12012015-11-05 Kevin Buettner <kevinb@redhat.com>
1202
1203 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1204 New procs.
1205 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1206 representing expressions, of more than one list element.
1207 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1208 to prepend linker symbol prefix to f.
1209 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1210 table_1 and table_2.
1211 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1212 Likewise, for f and g.
1213 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1214 for ptr.
1215 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1216 for main.
1217 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1218 table_1_ptr and table_2_ptr.
1219
6f2f1a3a
JK
12202015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1221 Joel Brobecker <brobecker@adacore.com>
1222
1223 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1224
566c56c9
MK
12252015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1226
1227 * gdb.reverse/s390-mvcle.c: New test.
1228 * gdb.reverse/s390-mvcle.exp: New file.
1229 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1230
d5f0636b
MK
12312015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1232
1233 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1234
7ad8b86c
MK
12352015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1236
1237 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1238 reaching marker2.
1239 * gdb.reverse/getresuid-reverse.exp: Likewise.
1240 * gdb.reverse/pipe-reverse.exp: Likewise.
1241 * gdb.reverse/readv-reverse.exp: Likewise.
1242 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1243 * gdb.reverse/time-reverse.exp: Likewise.
1244 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1245
4081c0f1
YQ
12462015-10-30 Yao Qi <yao.qi@linaro.org>
1247
1248 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1249 (empty_cycle): Remove.
1250 (main): Don't call empty_cycle. Don't use watch_count_done.
1251 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1252 empty_cycle. Rewrite the code counting HW watchpoints.
1253
452b4ba5
MK
12542015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1255
1256 * gdb.reverse/fstatat-reverse.c: New test.
1257 * gdb.reverse/fstatat-reverse.exp: New file.
1258 * gdb.reverse/getresuid-reverse.c: New test.
1259 * gdb.reverse/getresuid-reverse.exp: New file.
1260 * gdb.reverse/pipe-reverse.c: New test.
1261 * gdb.reverse/pipe-reverse.exp: New file.
1262 * gdb.reverse/readv-reverse.c: New test.
1263 * gdb.reverse/readv-reverse.exp: New file.
1264 * gdb.reverse/recvmsg-reverse.c: New test.
1265 * gdb.reverse/recvmsg-reverse.exp: New file.
1266 * gdb.reverse/time-reverse.c: New test.
1267 * gdb.reverse/time-reverse.exp: New file.
1268 * gdb.reverse/waitpid-reverse.c: New test.
1269 * gdb.reverse/waitpid-reverse.exp: New file.
1270
5e2e7507
JK
12712015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1272
1273 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1274
0fde2c53
DE
12752015-10-26 Doug Evans <dje@google.com>
1276
1277 PR symtab/17391
1278 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1279 * gdb.dwarf2/bad-regnum.c: New file.
1280 * gdb.dwarf2/bad-regnum.exp: New file.
1281
1a70ae97
DE
12822015-10-26 Doug Evans <dje@google.com>
1283
1284 PR python/18938
1285 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1286 file.
1287
27dc26ab
JK
12882015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1291 for a change by "Mention language in compile error message".
1292
bed91f4d
SM
12932015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1294
1295 PR python/18073
1296 * gdb.python/py-type.c (C::a_method): New.
1297 (C::a_const_method): New.
1298 (C::a_static_method): New.
1299 (a_function): New.
1300 * gdb.python/py-type.exp (test_fields): Test getting fields
1301 from function and method.
1302
3f2f83dd
KB
13032015-10-21 Keven Boell <keven.boell@intel.com>
1304
1305 * gdb.fortran/vla-alloc-assoc.exp: New file.
1306 * gdb.fortran/vla-datatypes.exp: New file.
1307 * gdb.fortran/vla-datatypes.f90: New file.
1308 * gdb.fortran/vla-history.exp: New file.
1309 * gdb.fortran/vla-ptype-sub.exp: New file.
1310 * gdb.fortran/vla-ptype.exp: New file.
1311 * gdb.fortran/vla-sizeof.exp: New file.
1312 * gdb.fortran/vla-sub.f90: New file.
1313 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1314 * gdb.fortran/vla-value-sub-finish.exp: New file.
1315 * gdb.fortran/vla-value-sub.exp: New file.
1316 * gdb.fortran/vla-value.exp: New file.
1317 * gdb.fortran/vla-ptr-info.exp: New file.
1318 * gdb.mi/mi-vla-fortran.exp: New file.
1319 * gdb.mi/vla.f90: New file.
1320
27145d50
SL
13212015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1322
1323 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1324 of hardwired timeout value.
1325
5f3ff4f8
JK
13262015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1327 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1330 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1331
bfd09d20
JS
13322015-10-19 Josh Stone <jistone@redhat.com>
1333
1334 * gdb.base/catch-syscall.c: Include <sched.h>.
1335 (unknown_syscall): New variable.
1336 (main): Trigger a vfork and an unknown syscall.
1337 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1338 (unknown_syscall_number): Likewise.
1339 (check_call_to_syscall): Accept an optional syscall pattern.
1340 (check_return_from_syscall): Likewise.
1341 (check_continue): Likewise.
1342 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1343 (test_catch_syscall_skipping_return): New test toggling off 'catch
1344 syscall' to step over the syscall return, then toggling back on.
1345 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1346 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1347 (do_syscall_tests): Call test_catch_syscall_without_args and
1348 test_catch_syscall_mid_vfork.
1349 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1350 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1351
b32b93c6
AS
13522015-10-19 Andrew Stubbs <ams@codesourcery.com>
1353
1354 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1355 print g_vE): Add new pass patterns.
1356 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1357 print various symbol names for vptr fields.
1358
9d622bda
AB
13592015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1362 results.
1363
0fd8ac1c
YQ
13642015-10-12 Yao Qi <yao.qi@linaro.org>
1365
1366 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1367
34240514
YQ
13682015-10-12 Yao Qi <yao.qi@linaro.org>
1369
1370 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1371 is aarch64*-*-linux*.
1372
8240f442
YQ
13732015-10-12 Yao Qi <yao.qi@linaro.org>
1374
1375 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1376 (can_relocate_bcond_true): ... it.
1377 (can_relocate_bcond_false): New function.
1378 (foo): Likewise.
1379 (can_relocate_bl): Likewise.
1380 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1381 can_relocate_bl.
1382
2520f728
PMR
13832015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1384
1385 * gdb.base/nested-addr.c: New file.
1386 * gdb.base/nested-addr.exp: New testcase.
1387
abcef95a
MM
13882015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1389
1390 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1391 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1392 its output. Ignore the output of "record goto begin" and instead
1393 check that GDB is replaying.
1394
145e3ddb
PA
13952015-10-09 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1398 (top level): Use it in the run with no args test.
1399
d5d8c4e1
IB
14002015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1401
1402 * gdb.dlang/properties.exp: New file.
1403
06e635ef
SL
14042015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1405
1406 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1407 whether or not address 0x1000 is mapped on the target.
1408
e019fd1d
SM
14092015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1410
1411 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1412 build.
1413
77ba2a67
MM
14142015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1415
1416 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1417 instruction-history test.
1418
c60eb31f
DE
14192015-09-28 Doug Evans <dje@google.com>
1420
1421 * gdb.base/gcore.c (array_func): Add reference to static_array.
1422
9a3c8263
SM
14232015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1424
1425 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1426 source line.
1427
9720e656
SL
14282015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1429
1430 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1431 short or char as base type.
1432
938d3bf2
SL
14332015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1434
1435 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1436 to allow any size enum.
1437
e6c2c623
PMR
14382015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1439
1440 * gdb.ada/array_ptr_renaming.exp: New testcase.
1441 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1442 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1443
06da0f77
PL
14442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1445
1446 * gdb.trace/ftrace-lock.c: New file.
1447 * gdb.trace/ftrace-lock.exp: New file.
1448
4f51c22a
PL
14492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1450
1451 * gdb.arch/insn-reloc.c: New file.
1452 * gdb.arch/ftrace-insn-reloc.exp: New file.
1453
7041adf4
PL
14542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1455
1456 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1457 instruction.
1458 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1459 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1460 * gdb.trace/range-stepping.c: Likewise.
1461 * gdb.trace/trace-break.c: Likewise.
1462 * gdb.trace/trace-mt.c (thread_function): Likewise.
1463 * gdb.trace/ftrace.c (marker): Likewise.
1464 * gdb.trace/trace-condition.c (marker): Likewise.
1465 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1466 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1467 is_aarch64_target.
1468
015d2e7e
DE
14692015-09-18 Doug Evans <xdje42@gmail.com>
1470
1471 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1472 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1473
26b188a2
SL
14742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1475
1476 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1477 the breakpoint.
1478
79dc332b
SL
14792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1480
1481 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1482 the pending breakpoint. Remove timeout override for "Run till
1483 MI pending breakpoint on pendfunc3 on thread 2" test.
1484
f57929f2
SL
14852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1486
1487 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1488 filename pattern.
1489
3f469b17
SL
14902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1491
1492 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1493 in breakpoint filename pattern.
1494
515b89b3
SL
14952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1496
7800dbe4
SL
1497 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1498
14992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1500
515b89b3
SL
1501 * gdb.linespec/explicit.exp: Check for readline support for
1502 tab-completion tests. Fix obvious typo.
1503
d2939ba2
MM
15042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1505
1506 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1507 and replay.
1508
cbb55fa7
MM
15092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1510
1511 * gdb.btrace/non-stop.c: New.
1512 * gdb.btrace/non-stop.exp: New.
1513
43691ca1
PL
15142015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1515 Yao Qi <yao.qi@linaro.org>
1516
1517 * gdb.trace/trace-condition.c: New file.
1518 * gdb.trace/trace-condition.exp: New file.
1519
d78908cf
WW
15202015-09-16 Wei-cheng Wang <cole945@gmail.com>
1521
1522 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1523 for testing bytecode compilation.
1524
1ed415e2
PA
15252015-09-16 Pedro Alves <palves@redhat.com>
1526 Sandra Loosemore <sandra@codesourcery.com>
1527
1528 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1529 (SECONDS): Redefine.
1530 (main): Call pthread_kill and alarm early.
1531 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1532 support.
1533 (test): If the target can't hardware step and doesn't support
1534 displaced stepping, increase the timeout.
1535
d136eff5
PA
15362015-09-16 Pedro Alves <palves@redhat.com>
1537
1538 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1539 (enable_debug): New procedures.
1540 (test): Use them. Bail out if waiting for threads fails.
1541 (top level): Bail out if a test fails.
1542
991f019c
YQ
15432015-09-16 Yao Qi <yao.qi@linaro.org>
1544
1545 * gdb.asm/asm-source.exp: Set asm-arch for
1546 aarch64*-*-* target.
1547 * gdb.asm/aarch64.inc: New file.
1548
bfca584f
PMR
15492015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1550
1551 * gdb.ada/array_of_variable_length.exp: New testcase.
1552 * gdb.ada/array_of_variable_length/foo.adb: New file.
1553 * gdb.ada/array_of_variable_length/pck.adb: New file.
1554 * gdb.ada/array_of_variable_length/pck.ads: New file.
1555
b326e587
DE
15562015-09-15 Doug Evans <dje@google.com>
1557
1558 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1559 of function static local variable.
1560
5382cfab
PW
15612015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1562
1563 * gdb.threads/tls-so_extern.exp: New test file.
1564 * gdb.threads/tls-so_extern.c: New test file.
1565 * gdb.threads/tls-so_extern_main.c: New test file.
1566
141c5cc4
JK
15672015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * gdb.opt/solib-intra-step-lib.c: New file.
1570 * gdb.opt/solib-intra-step-main.c: New file.
1571 * gdb.opt/solib-intra-step.exp: New file.
1572
d15dcecd
PA
15732015-09-15 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1576 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1577
4c2f2a79
PA
15782015-09-14 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.base/hook-stop-continue.c: Delete.
1581 * gdb.base/hook-stop-continue.exp: Delete.
1582 * gdb.base/hook-stop-frame.c: Delete.
1583 * gdb.base/hook-stop-frame.exp: Delete.
1584 * gdb.base/hook-stop.c: New file.
1585 * gdb.base/hook-stop.exp: New file.
1586
919e6dbe
PMR
15872015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1588
1589 * gdb.ada/access_to_packed_array.exp: New testcase.
1590 * gdb.ada/access_to_packed_array/foo.adb: New file.
1591 * gdb.ada/access_to_packed_array/pack.adb: New file.
1592 * gdb.ada/access_to_packed_array/pack.ads: New file.
1593
157280a4
MM
15942015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1595
1596 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1597 buffer size test.
1598
2fd33e94
DB
15992015-09-11 Don Breazeal <donb@codesourcery.com>
1600
1601 * gdb.base/foll-exec.c: Add copyright header. Fix
1602 formatting issues.
1603 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1604 (do_exec_tests): Use clean_restart in place of zap_session,
1605 and for test initialization. Fix formatting issues. Use
1606 fail in place of perror.
1607 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1608 an expect statement to match an expression with output from
1609 the program under debug.
1610 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1611 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1612 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1613 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1614 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1615
e70b6e8e
DE
16162015-09-09 Doug Evans <dje@google.com>
1617
1618 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1619
7a551a51
DE
16202015-09-09 Doug Evans <dje@google.com>
1621
1622 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1623
4c666f84
DE
16242015-09-09 Doug Evans <dje@google.com>
1625
1626 * gdb.base/savedregs.exp: Fix typo.
1627
243a9253
PA
16282015-09-09 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1631
c0fa8fbd
SL
16322015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1633
1634 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1635 command actually switches threads. Give up on remaining
1636 tests if target fails to stop at breakpoint.
1637
cd7c1778
PMR
16382015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1639
1640 * gdb.ada/funcall_char.exp: New testcase.
1641 * gdb.ada/funcall_char/foo.adb: New file.
1642
dc5c8746
PMR
16432015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1644
1645 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1646 expected outputs. Add two testcases for completing ambiguous
1647 functions.
1648 * gdb.ada/complete/aux_pck.adb: New file.
1649 * gdb.ada/complete/aux_pck.ads: New file.
1650 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1651 Ambiguous_Func functions.
1652 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1653 * gdb.ada/complete/pck.adb: Likewise.
1654
4e83a1e7
UW
16552015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1656
1657 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1658 failures to run the test program under GDB.
1659
8ce74153
LM
16602015-08-26 Luis Machado <lgustavo@codesourcery.com>
1661
1662 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1663 to C.
1664
e9756d52
PP
16652015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1666
1667 * gdb.base/run-after-attach.exp: New test file.
1668 * gdb.base/run-after-attach.c: New test file.
1669
8d37573b
DB
16702015-08-26 Don Breazeal <donb@codesourcery.com>
1671
1672 * gdb.base/foll-exec-2.c: New test program.
1673 * gdb.base/foll-exec-2.exp: New test.
1674
63e43d3a
PMR
16752015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1676
1677 * gdb.base/nested-subp1.exp: New file.
1678 * gdb.base/nested-subp1.c: New file.
1679 * gdb.base/nested-subp2.exp: New file.
1680 * gdb.base/nested-subp2.c: New file.
1681 * gdb.base/nested-subp3.exp: New file.
1682 * gdb.base/nested-subp3.c: New file.
1683
3d40fbb5
PA
16842015-08-24 Pedro Alves <palves@redhat.com>
1685
1686 * gdb.server/connect-without-multi-process.c: New file.
1687 * gdb.server/connect-without-multi-process.exp: New file.
1688
4422ac93
LM
16892015-08-24 Luis Machado <lgustavo@codesourcery.com>
1690
1691 * gdb.opt/inline-markers.c: Make z int.
1692
91dddb86
LM
16932015-08-24 Luis Machado <lgustavo@codesourcery.com>
1694
1695 * gdb.opt/inline-markers.c: Make z volatile.
1696
a48847ee
LM
16972015-08-24 Luis Machado <lgustavo@codesourcery.com>
1698
1699 * gdb.opt/inline-bt.c: New volatile global z.
1700 * gdb.opt/inline-cmds.c: Likewise.
1701 * gdb.opt/inline-locals.c: Likewise.
1702 * gdb.opt/inline-markers.c: New extern global z.
1703 (marker): Use z.
1704 (inline_fn): Likewise.
1705
0ebbc52b
PA
17062015-08-24 Pedro Alves <palves@redhat.com>
1707
1708 * config/m32r-stub.exp: Remove file.
1709 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1710 * gdb.base/call-rt-st.exp: Likewise.
1711 * gdb.base/call-strs.exp: Likewise.
1712 * gdb.base/default.exp: Remove references to h8300-*-hms and
1713 *-*-udi*.
1714 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1715
77c365df
AA
17162015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1717
1718 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1719 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1720 and "return" use KFAIL when GDB can not read/write the vector
1721 return value.
1722
4313b8c0
GB
17232015-08-21 Gary Benson <gbenson@redhat.com>
1724
1725 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1726
0e433b32
PA
17272015-08-20 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.server/solib-list.exp: No longer expect an interior stop in
1730 non-stop mode.
1731
221e1a37
PA
17322015-08-20 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.server/connect-stopped-target.c: New file.
1735 * gdb.server/connect-stopped-target.exp: New file.
1736
40e3ad0e
PA
17372015-08-20 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.dwarf2/comp-unit-lang.exp: New file.
1740 * gdb.dwarf2/comp-unit-lang.c: New file.
1741
af39b327
PMR
17422015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1743
1744 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1745 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1746
7d45c7c3 17472015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1748
7d45c7c3
KB
1749 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1750 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1751
4d6cceb4
DE
17522015-08-18 Doug Evans <dje@google.com>
1753 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1754
1755 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1756 skip_python_tests. New arg prompt_regexp.
1757 (skip_python_tests): New function.
1758 * lib/mi-support.exp (mi_skip_python_tests): New function.
1759 * gdb.python/py-mi-objfile-gdb.py: New file.
1760 * gdb.python/py-mi-objfile.c: New file.
1761 * gdb.python/py-mi-objfile.exp: New file.
1762
ad89c2aa
KS
17632015-08-17 Keith Seitz <keiths@redhat.com>
1764
1765 * gdb.linespec/explicit.exp: Move strace test from here ...
1766 * gdb.trace/strace.exp: ... to here.
1767
e3ae3c43
PP
17682015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1769
1770 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1771 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1772
604b2636
DE
17732015-08-14 Doug Evans <xdje42@gmail.com>
1774
1775 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1776 inferior before selecting a new file.
1777
6ff0ba5f
DE
17782015-08-14 Doug Evans <xdje42@gmail.com>
1779
1780 * gdb.mi/mi-disassemble.exp: Update.
1781 * gdb.base/disasm-optim.S: New file.
1782 * gdb.base/disasm-optim.c: New file.
1783 * gdb.base/disasm-optim.h: New file.
1784 * gdb.base/disasm-optim.exp: New file.
1785
9ca98f92
KS
17862015-08-14 Keith Seitz <keiths@redhat.com>
1787
1788 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1789 "evaluated-by".
1790
52bbc560
JB
17912015-08-13 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1794
5d8c3ed3
PMR
17952015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1796
1797 * gdb.ada/fun_renaming.exp: New testcase.
1798 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1799 * gdb.ada/fun_renaming/pack.adb: New file.
1800 * gdb.ada/fun_renaming/pack.ads: New file.
1801
ea8812bc
KS
18022015-08-12 Keith Seitz <keiths@redhat.com>
1803
1804 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1805 gdb_get_line_number.
1806
4dafcdeb
JB
18072015-08-12 Joel Brobecker <brobecker@adacore.com>
1808
1809 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1810 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1811 gdb.base/dso2dso.exp: New files.
1812
5ba32597
SDJ
18132015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1814 Pedro Alves <palves@redhat.com>
1815 Keith Seitz <keiths@redhat.com>
1816
1817 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1818 GDBFLAGS.
1819
b6dafabf
PP
18202015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1821
1822 * gdb.base/gdbhistsize-history.exp
1823 (test_histsize_history_setting): Use save_vars.
1824 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1825 Use save_vars.
1826 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1827 * gdb.base/readline.exp: Use save_vars.
1828
abe8e607
PP
18292015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1830
1831 * lib/gdb.exp (save_vars): New proc.
1832
629500fa
KS
18332015-08-11 Keith Seitz <keiths@redhat.com>
1834
1835 * gdb.base/help.exp: Update help_breakpoint_text.
1836
eb8c4e2e
KS
18372015-08-11 Keith Seitz <keiths@redhat.com>
1838
1839 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1840 (at toplevel): Call test_explicit_breakpoints.
1841 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1842 breakpoints.
1843 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1844 breakpoint conditions, "-cond".
1845
87f0e720
KS
18462015-08-11 Keith Seitz <keiths@redhat.com>
1847
1848 * gdb.linespec/3explicit.c: New file.
1849 * gdb.linespec/cpexplicit.cc: New file.
1850 * gdb.linespec/cpexplicit.exp: New file.
1851 * gdb.linespec/explicit.c: New file.
1852 * gdb.linespec/explicit.exp: New file.
1853 * gdb.linespec/explicit2.c: New file.
1854 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1855 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1856 before using in the matching pattern.
1857 Clarify that `prefix' is a regular expression.
1858
f00aae0f
KS
18592015-08-11 Keith Seitz <keiths@redhat.com>
1860
1861 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1862 test.
1863 Add tests for missing ",FMT" and ",".
1864
e27852be
DE
18652015-08-10 Doug Evans <dje@google.com>
1866 Keith Seitz <keiths@redhat.com>
1867
1868 PR gdb/17960
1869 * gdb.base/completion.exp: Add location completer tests.
1870
7f03bd92
PA
18712015-08-07 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1874 tests here.
1875 (top level): Run do_test with and without displaced stepping.
1876
3fc8eb30
PA
18772015-08-07 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.base/valgrind-disp-step.c: New file.
1880 * gdb.base/valgrind-disp-step.exp: New file.
1881
d4569d7b
PA
18822015-08-07 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1885 Delete function.
1886 (main): Add alarm. Run an infinite loop instead of calling
1887 wait_threads.
1888 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1889 comment.
1890 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1891 Delete function.
1892 (main): Add alarm. Run an infinite loop instead of calling
1893 wait_threads.
1894 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1895 comment.
1896
e1316e60
PA
18972015-08-07 Pedro Alves <palves@redhat.com>
1898
1899 * gdb.base/checkpoint-ns.exp: New file.
1900 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1901 standard_testfile.
1902
da8c46d2
MM
19032015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1904
1905 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1906 * gdb.btrace/instruction_history.exp: Update.
1907 * gdb.btrace/tsx.exp: New.
1908 * gdb.btrace/tsx.c: New.
1909
de1c2c52
PA
19102015-08-06 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1913 increase timeout.
1914 * gdb.reverse/until-precsave.exp: Bump timeouts.
1915
782e0bf4
PA
19162015-08-06 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1919
83e97ed0
PA
19202015-08-06 Pedro Alves <palves@redhat.com>
1921
1922 PR gdb/18749
1923 * gdb.threads/process-dies-while-handling-bp.c: New file.
1924 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1925
863d01bd
PA
19262015-08-06 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1929 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1930
0a39bb32
PA
19312015-08-05 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1934 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1935
ee2d2b10
SL
19362015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1937
1938 * gdb.base/bp-permanent.exp: Report test as unsupported if
1939 the target cannot stop at the permanent breakpoint.
1940
4e1bdb00
DE
19412015-08-03 Doug Evans <dje@google.com>
1942
1943 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1944 10000.
1945
3d338901
DE
19462015-08-03 Doug Evans <dje@google.com>
1947
1948 * Makefile.in (workers/%.worker, build-perf): New rule.
1949 (GDB_PERFTEST_MODE): New variable.
1950 (check-perf): Use it.
1951 (clean): Clean up gdb.perf parallel build subdirs.
1952 * lib/build-piece.exp: New file.
1953 * lib/gdb.exp (make_gdb_parallel_path): New function
1954 (standard_output_file, standard_temp_file): Call it.
1955 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1956 of $GDB_PARALLEL.
1957 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1958
af061d3e
DE
19592015-08-03 Doug Evans <dje@google.com>
1960
8e1afc81 1961 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1962 (LOG_FILE_NAME): New global.
1963 (TextReporter.__init__): Initialize self.txt_sum.
1964 (TextReporter.report): Add support for multiple data-points.
1965 Move report to perftest.sum, put raw data in perftest.log.
1966 (TextReporter.start): Open sum and log files.
1967 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1968 * gdb.perf/lib/perftest/testresult.py
1969 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1970
2c8c5d37
PA
19712015-07-31 Pedro Alves <palves@redhat.com>
1972
1973 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1974 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1975 kill_wait_spawned_process instead of explicit "kill -9".
1976 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1977 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1978 kill_wait_spawned_process.
1979 * gdb.base/attach-twice.exp: Likewise.
1980 * gdb.base/attach.exp: Likewise.
1981 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1982 gdb_test_multiple.
1983 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1984 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1985 kill_wait_spawned_process.
1986 * gdb.base/valgrind-infcall.exp: Likewise.
1987 * gdb.multi/multi-attach.exp: Likewise.
1988 * gdb.python/py-prompt.exp: Likewise.
1989 * gdb.python/py-sync-interp.exp: Likewise.
1990 * gdb.server/ext-attach.exp: Likewise.
1991 * gdb.threads/attach-into-signal.exp (corefunc): Use
1992 spawn_wait_for_attach, spawn_id_get_pid and
1993 kill_wait_spawned_process.
1994 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1995 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1996 spawn_id_get_pid and kill_wait_spawned_process.
1997 * gdb.threads/attach-stopped.exp (corefunc): Use
1998 spawn_wait_for_attach, spawn_id_get_pid and
1999 kill_wait_spawned_process.
2000 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2001 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2002 kill_wait_spawned_process instead of explicit "kill -9".
2003 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2004 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2005 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2006 processes. Don't map cygwin/windows pids here. Now returns a
2007 spawn id list.
2008
032a0fca
SL
20092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2010
2011 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2012 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2013 correct patch.
2014
61a934ca
SL
20152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2016
2017 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2018
4bc4d428
SL
20192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2020
2021 Reapply:
2022 2014-05-21 Mark Wielaard <mjw@redhat.com>
2023
2024 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2025
998d452a
PA
20262015-07-30 Pedro Alves <palves@redhat.com>
2027
2028 * linux-low.c (handle_extended_wait): Set the child's last
2029 reported status to TARGET_WAITKIND_STOPPED.
2030
69dde7dc
PA
20312015-07-30 Pedro Alves <palves@redhat.com>
2032
2033 PR threads/18600
2034 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2035 only shows inferior 1.
2036
4dd63d48
PA
20372015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2038 Pedro Alves <palves@redhat.com>
2039
2040 PR threads/18600
2041 * gdb.threads/fork-plus-threads.c: New file.
2042 * gdb.threads/fork-plus-threads.exp: New file.
2043
d618e4c5
PP
20442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2045
2046 * gdb.base/batch-preserve-term-settings.exp
2047 (test_terminal_settings_preserved_after_cli_exit): Use
2048 send_quit_command.
2049
1eef6428
PA
20502015-07-29 Pedro Alves <palves@redhat.com>
2051 Don Breazeal <donb@codesourcery.com>
2052
2053 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2054 output from both inferior_spawn_id and gdb_spawn_id.
2055
7da5b897
SDJ
20562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2057
2058 * gdb.threads/attach-into-signal.exp (corefunc): Use
2059 with_test_prefix on nested loops, uniquefying the test messages.
2060
dac804df
SDJ
20612015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2062
2063 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2064 commit.
2065
06265e53
PP
20662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2067
2068 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2069 New proc.
2070 (test_terminal_settings_preserved_after_sigterm): New test.
2071
18206ca3
PP
20722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2073
2074 * gdb.base/batch-preserve-term-settings.exp
2075 (test_terminal_settings_preserved_after_cli_exit): New test.
2076
90074d11
PP
20772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2078
2079 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2080 manipulation of saved_gdbflags.
2081 (test_terminal_settings_preserved): Remove global declaration of
2082 the unused variable pagination_prompt. Remove manipulation of
2083 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2084 GDBFLAGS.
2085
eb1a7902
PA
20862015-07-29 Pedro Alves <palves@redhat.com>
2087
2088 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2089
8b75dd3b
PA
20902015-07-29 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2093 at the top.
2094
dedad4e3
PA
20952015-07-29 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2098 (main): Call gdb_unbuffer_output.
2099 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2100 (main): Call gdb_unbuffer_output.
2101 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2102 (main): Call gdb_unbuffer_output.
2103 * gdb.base/call-strs.exp: Adjust to step over the
2104 gdb_unbuffer_output call.
2105 * gdb.base/catch-gdb-caused-signals.c: Include
2106 "../lib/unbuffer_output.c".
2107 (main): Call gdb_unbuffer_output.
2108 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2109 (main): Call gdb_unbuffer_output.
2110 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2111 (main): Call gdb_unbuffer_output.
2112 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2113 (main): Call gdb_unbuffer_output.
2114 * gdb.base/shlib-call.exp: Adjust to step over the
2115 gdb_unbuffer_output call.
2116 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2117 (main): Call gdb_unbuffer_output.
2118 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2119 (main): Call gdb_unbuffer_output.
2120 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2121 (main): Rename to ...
2122 (test): ... this.
2123 (main): Reimplement.
2124 * gdb.base/varargs.exp: Run to test instead of to main.
2125 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2126 (main): Call gdb_unbuffer_output.
2127
58789a91
PA
21282015-07-29 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2131 factore out from mi_continue_dprintf. For call-style dprintfs,
2132 expect dprintf output out of $inferior_spawn_id.
2133 (mi_continue_dprintf): Use mi_expect_dprintf.
2134 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2135 (main): Call gdb_unbuffer_output.
2136
e8376742
PA
21372015-07-29 Pedro Alves <palves@redhat.com>
2138
2139 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2140 (default_mi_gdb_start): Set inferior_spawn_id instead of
2141 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2142 gdb_spawn_id.
2143 (mi_gdb_test): Always expect inferior output from both
2144 $inferior_spawn_id and $gdb_spawn_id.
2145
08280010
PA
21462015-07-29 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2149 send_inferior and $inferior_spawn_id.
2150
4d30e432
PA
21512015-07-29 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.gdb/complaints.exp (test_initial_complaints)
2154 (test_serial_complaints, test_short_complaints): Use
2155 gdb_test_stdio.
2156 (test_empty_complaint): Handle $inferior_spawn_id !=
2157 $gdb_spawn_id.
2158
0d30a335
PA
21592015-07-29 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/varargs.exp: Use gdb_test_stdio.
2162
39413b29
PA
21632015-07-29 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2166
7cb000a9
PA
21672015-07-29 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2170
d7b8ac82
PA
21712015-07-29 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2174 parameter into two new parameters, "inf_result" and "gdb_result".
2175 Expect inferior output and gdb output from $inferior_spawn_id and
2176 $gdb_spawn_id, respectively. Adjust all callers.
2177
789c3a0c
PA
21782015-07-29 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2181 of gdb_test_sequence.
2182
77e760c3
PA
21832015-07-29 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2186 (saw_spurious_output): Expect inferior output from
2187 $inferior_spawn_id. Use gdb_test_stdio.
2188
8396d2cd
PA
21892015-07-29 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.base/dprintf.exp: Use standard_testfile. Change
2192 prepare_for_testing call.
2193 (srcfile): Don't set.
2194 (restart): New procedure.
2195 (test_dprintf): New procecure, use to continue over dprintfs.
2196 (test_call, test_agent): New procedures, tests moved here.
2197 Restart gdb and recreate dprintfs. Adjust expected output.
2198
2051d61f
PA
21992015-07-29 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2202
452397af
PA
22032015-07-29 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2206
8aed9555
PA
22072015-07-29 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2210 gdb_test_stdio.
2211
188a61b4
PA
22122015-07-29 Pedro Alves <palves@redhat.com>
2213
2214 * lib/gdb.exp (gdb_test_stdio): New procedure.
2215
12264a45
PA
22162015-07-29 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2219
23ffc893
PA
22202015-07-29 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.base/call-signal-resume.exp: Remove check for
2223 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2224 * gdb.base/unwindonsignal.exp: Likewise.
2225 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2226 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2227
65566918
PA
22282015-07-29 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/siginfo-addr.c (pass): New function.
2231 (handler): Call it iff si_addr is correct.
2232 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2233 Set a breakpoint at "pass" and continue to it.
2234
d60a9221
SDJ
22352015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2236
2237 * gdb.python/py-objfile.exp: Make some tests have unique names.
2238 * gdb.python/py-pp-registration.exp: Likewise.
2239
bde40b8f
PA
22402015-07-28 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2243
13e1dec8
SM
22442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2245
2246 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2247
da33c9a7
SM
22482015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2249
2250 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2251
077836f7
PP
22522015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2253
2254 * gdb.base/gdb-sigterm-2.exp: New test.
2255
b8cc7b2e
DE
22562015-07-25 Doug Evans <xdje42@gmail.com>
2257
2258 Revert:
2259 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2260 (workers/%.worker, build-perf): New rule.
2261 (GDB_PERFTEST_MODE): New variable.
2262 (check-perf): Use it.
2263 (clean): Clean up gdb.perf parallel build subdirs.
2264 * lib/build-piece.exp: New file.
2265 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2266 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2267 name.
2268 (standard_temp_file): Ditto.
2269 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2270 of $GDB_PARALLEL.
2271
c8bd4544
DE
22722015-07-24 Doug Evans <dje@google.com>
2273
2274 * gdb.perf/lib/perftest/utils.py: New file.
2275 * gdb.perf/gm-hello.cc: New file.
2276 * gdb.perf/gm-pervasive-typedef.cc: New file.
2277 * gdb.perf/gm-pervasive-typedef.h: New file.
2278 * gdb.perf/gm-std.cc: New file.
2279 * gdb.perf/gm-std.h: New file.
2280 * gdb.perf/gm-use-cerr.cc: New file.
2281 * gdb.perf/gm-utils.h: New file.
2282 * gdb.perf/gmonster-null-lookup.py: New file.
2283 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2284 * gdb.perf/gmonster-print-cerr.py: New file.
2285 * gdb.perf/gmonster-ptype-string.py: New file.
2286 * gdb.perf/gmonster-runto-main.py: New file.
2287 * gdb.perf/gmonster-select-file.py: New file.
2288 * gdb.perf/gmonster1-null-lookup.exp: New file.
2289 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2290 * gdb.perf/gmonster1-print-cerr.exp: New file.
2291 * gdb.perf/gmonster1-ptype-string.exp: New file.
2292 * gdb.perf/gmonster1-runto-main.exp: New file.
2293 * gdb.perf/gmonster1-select-file.exp: New file.
2294 * gdb.perf/gmonster1.cc: New file.
2295 * gdb.perf/gmonster1.exp: New file.
2296 * gdb.perf/gmonster2-null-lookup.exp: New file.
2297 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2298 * gdb.perf/gmonster2-print-cerr.exp: New file.
2299 * gdb.perf/gmonster2-ptype-string.exp: New file.
2300 * gdb.perf/gmonster2-runto-main.exp: New file.
2301 * gdb.perf/gmonster2-select-file.exp: New file.
2302 * gdb.perf/gmonster2.cc: New file.
2303 * gdb.perf/gmonster2.exp: New file.
2304
6eab34f3
DE
23052015-07-24 Doug Evans <dje@google.com>
2306
2307 * gdb.perf/README: New file.
2308 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2309 * lib/gen-perf-test.exp: New file.
2310
63738bfd
DE
23112015-07-24 Doug Evans <dje@google.com>
2312
2313 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2314 (PerfTest::startup): New function.
2315 (PerfTest::run): Return result of calling body.
2316 (PerfTest::assemble): Rewrite.
2317 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2318 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2319 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2320 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2321 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2322
7b606f95
DE
23232015-07-24 Doug Evans <dje@google.com>
2324
2325 * lib/gdb.exp (clean_restart): Make executable optional.
2326
a97b16b8
DE
23272015-07-24 Doug Evans <dje@google.com>
2328
2329 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2330 compiler_info references.
2331 * gdb.cp/temargs.exp: Ditto.
2332 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2333 (get_compiler_info): Early exit if already computed. Set compiler_info
2334 to "unknown" if there was a problem.
2335 (test_compiler_info): Add function comment. Call get_compiler_info.
2336
35baa57f
DE
23372015-07-24 Doug Evans <dje@google.com>
2338
2339 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2340 (workers/%.worker, build-perf): New rule.
2341 (GDB_PERFTEST_MODE): New variable.
2342 (check-perf): Use it.
2343 (clean): Clean up gdb.perf parallel build subdirs.
2344 * lib/build-piece.exp: New file.
2345 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2346 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2347 name.
2348 (standard_temp_file): Ditto.
2349 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2350 of $GDB_PARALLEL.
2351
6ebea266
DE
23522015-07-24 Doug Evans <dje@google.com>
2353
2354 * lib/future.exp (gdb_default_target_compile): New option
2355 "early_flags".
2356 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2357 --as-needed.
2358
1e76a7e9
SDJ
23592015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2360
2361 * gdb.base/catch-syscall.exp: Call gdb_exit before
2362 gdb_skip_xml_test.
2363
5068630a
PA
23642015-07-24 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.python/py-events.exp: Accept output between the stop event
2367 and the prompt.
2368 * gdb.python/py-evsignal.exp: Likewise.
2369 * gdb.python/py-evthreads.exp: Likewise.
2370
77598427
PA
23712015-07-24 Pedro Alves <palves@redhat.com>
2372
2373 PR gdb/18717
2374 * gdb.threads/non-ldr-exit.c: New file.
2375 * gdb.threads/non-ldr-exit.exp: New file.
2376
11e6c98f
YQ
23772015-07-24 Yao Qi <yao.qi@linaro.org>
2378
2379 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2380 restarting process.
2381
51aee833
YQ
23822015-07-24 Yao Qi <yao.qi@linaro.org>
2383
2384 * gdb.server/ext-restart.exp: New file.
2385
8cfe207c
YQ
23862015-07-24 Yao Qi <yao.qi@linaro.org>
2387
2388 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2389 argument options.
2390 * gdb.server/ext-wrapper.exp: New file.
2391
cc12ce38
DE
23922015-07-23 Doug Evans <dje@google.com>
2393
2394 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2395 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2396
d0d84780
PMR
23972015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2398
2399 * gdb.ada/var_arr_typedef.exp: New testcase.
2400 * gdb.ada/var_arr_typedef/pack.adb: New file.
2401 * gdb.ada/var_arr_typedef/pack.ads: New file.
2402 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2403
8b558f79
JB
24042015-07-20 Joel Brobecker <brobecker@adacore.com>
2405
2406 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2407
775a3298
JK
24082015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2409
2410 * gdb.arch/i386-biarch-core.exp: Replace istarget
2411 by "complete set gnutarget". Remove expectation for the "core-file"
2412 command.
2413
db1ff28b
JK
24142015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2415
2416 Revert the previous commit:
2417 Tests for validate symbol file using build-id.
2418
0a94970d
JK
24192015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2420
2421 Tests for validate symbol file using build-id.
2422 * gdb.base/solib-mismatch-lib.c: New file.
2423 * gdb.base/solib-mismatch-libmod.c: New file.
2424 * gdb.base/solib-mismatch.c: New file.
2425 * gdb.base/solib-mismatch.exp: New file.
2426
03346981
SL
24272015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2428
2429 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2430 nios2-*-linux*.
2431 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2432 * gdb.base/siginfo.exp: Likewise.
2433 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2434
42422cc7
PL
24352015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2436
2437 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2438 Move it to ...
2439 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2440 ... here.
2441 * gdb.trace/range-stepping.exp: Check that the target supports
2442 range stepping.
2443
cfa68bae
JK
24442015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2445
2446 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2447
8ffdba26
PA
24482015-07-14 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.base/killed-outside.exp: New file.
2451 * gdb.base/killed-outside.c: New file.
2452
218a5a11
JK
24532015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2456 (n at main): New.
2457 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2458
e03ed3c6
AA
24592015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2460
2461 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2462 infcall tests instead of setting up for KFAIL.
2463
485668e5
MM
24642015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2465
2466 * gdb.btrace/record_goto-step.exp: New.
2467
08464196
JK
24682015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2469
2470 PR compile/18484
2471 * gdb.compile/compile.c (struct struct_type): Add volatile to
2472 selffield's type.
2473 * gdb.compile/compile.exp
2474 (compile code struct_object.selffield = &struct_object): Skip further
2475 struct_object tests if this one xfails.
2476
bcf5c1d9
RC
24772015-07-08 Robert O'Callahan <robert@ocallahan.org>
2478
2479 PR exp/18617
2480 * gdb.trace/ax.exp: Add test.
2481
4931af25
YQ
24822015-07-07 Yao Qi <yao.qi@linaro.org>
2483
2484 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2485 instead of istarget "aarch64*-*-*".
2486 * gdb.arch/aarch64-fp.exp: Likewise.
2487 * gdb.base/float.exp: Likewise.
2488 * gdb.reverse/aarch64.exp: Likewise.
2489 * lib/gdb.exp (is_aarch64_target): New proc.
2490
9fcf688e
YQ
24912015-07-07 Yao Qi <yao.qi@linaro.org>
2492
2493 * lib/gdb.exp (is_aarch32_target): New proc.
2494 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2495 instead of "istarget "arm*-*-*"".
2496 * gdb.arch/arm-disp-step.exp: Likewise.
2497 * gdb.arch/thumb-bx-pc.exp: Likewise.
2498 * gdb.arch/thumb-prologue.exp: Likewise.
2499 * gdb.arch/thumb-singlestep.exp: Likewise.
2500 * gdb.base/disp-step-syscall.exp: Likewise.
2501 * gdb.base/float.exp: Likewise.
2502
fbd8d50d
YQ
25032015-07-07 Yao Qi <yao.qi@linaro.org>
2504
2505 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2506 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2507
71be1fdc
YQ
25082015-07-07 Yao Qi <yao.qi@linaro.org>
2509
2510 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2511 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2512 if it exists.
2513 * gdb.multi/multi-arch.exp: Likewise.
2514
3e221d36
SM
25152015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2516
2517 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2518 print.
2519
d441430b
YQ
25202015-07-07 Yao Qi <yao.qi@linaro.org>
2521
2522 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2523
06f810bd
MG
25242015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2525
2526 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2527 '[' and ']' characters.
2528
5e61e7c0
IB
25292015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2530
2531 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2532
28bf096c
PA
25332015-06-29 Pedro Alves <palves@redhat.com>
2534
2535 PR threads/18127
2536 * gdb.threads/hand-call-new-thread.c: New file.
2537 * gdb.threads/hand-call-new-thread.c: New file.
2538
ee93cd5e
KS
25392015-06-26 Keith Seitz <keiths@redhat.com>
2540 Doug Evans <dje@google.com>
2541
2542 PR 16253
2543 * gdb.cp/var-tag-2.cc: New file.
2544 * gdb.cp/var-tag-3.cc: New file.
2545 * gdb.cp/var-tag-4.cc: New file.
2546 * gdb.cp/var-tag.cc: New file.
2547 * gdb.cp/var-tag.exp: New file.
2548
fc637f04
PP
25492015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2550
2551 * gdb.base/history-duplicates.exp: New test.
2552
2e52ae68
PP
25532015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2554
2555 * gdb.base/completion.exp: Test the completion of the "focus"
2556 command.
2557
6e22494e
JK
25582015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 * gdb.arch/amd64-prologue-skip.S: New file.
2561 * gdb.arch/amd64-prologue-skip.exp: New file.
2562
bf7b9cd9
SM
25632015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2566 is_address_zero_readable check.
2567
201e8dfd
PB
25682015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2569
2570 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2571 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2572
5cd867b4
YQ
25732015-06-24 Yao Qi <yao.qi@linaro.org>
2574
2575 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2576 linux targets.
2577
4d7be007
YQ
25782015-06-24 Yao Qi <yao.qi@linaro.org>
2579
2580 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2581 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2582 * gdb.base/siginfo-thread.exp: Likewise.
2583
07fcd301
YQ
25842015-06-22 Yao Qi <yao.qi@linaro.org>
2585
2586 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2587
52042a00
YQ
25882015-06-22 Yao Qi <yao.qi@linaro.org>
2589
2590 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2591 aarch64*-*-*.
2592 (skip_hw_watchpoint_tests): Likewise.
2593
74bd41ce
PP
25942015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2595
2596 * gdb.base/gdbinit-history.exp: Test the interaction between
2597 setting GDBHISTSIZE and setting the history size via .gdbinit.
2598
bc460514
PP
25992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2600
2601 PR gdb/16999
2602 * gdb.base/gdbhistsize-history.exp: New test.
2603
b58c513b
PP
26042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2605
2606 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2607 with GDBHISTSIZE.
2608 * gdb.base/readline.exp: Likewise.
2609
92046791
YQ
26102015-06-17 Yao Qi <yao.qi@linaro.org>
2611
2612 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2613 line.
2614
2093d2d3
PP
26152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2616
2617 * gdb.base/gdbinit-history.exp: Add test case to check that
2618 an unlimited history file does not get truncated on exit.
2619
e6c693af
AA
26202015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2621
2622 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2623 (VECTOR): New macro. Use it...
2624 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2625 ...for these typedefs.
2626 (int8, char1, int1, double1): New typedefs.
2627 (struct just_int2, struct two_int2): New structures.
2628 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2629 (add_structvecs, add_singlevecs): New functions.
2630 (main): Call add_some_intvecs twice.
2631 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2632 the compile and exit upon failure. Try compiling for the "native"
2633 architecture. Test inferior function calls with vector arguments
2634 and vector return value handling with "finish" and "return".
2635
c74f7d1c
JT
26362015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2637
2638 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2639 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2640 PE file.
2641 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2642
98aa42ee
AT
26432015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2644
2645 PR breakpoints/16465
2646 * gdb.mi/mi-dprintf-pending.c: New file.
2647 * gdb.mi/mi-dprintf-pending.exp: New test.
2648 * gdb.mi/mi-dprintf-pendshr.c: New file.
2649
7d73c23c 26502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2651 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2652
2653 * gdb.arch/i386-mpx-map.c: New file.
2654 * gdb.arch/i386-mpx-map.exp: New File.
2655
26562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2657
2658 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2659 * gdb.arch/i386-mpx.exp: Indentation fixed.
2660
26612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2662
2663 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2664 function and improved indentation.
2665 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2666 gdb_test_multiple. Added additional tests to skip the test.
2667
26682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2669
2670 * gdb.arch/i386-avx512.c: Change path in include file.
2671 * gdb.arch/i386-avx512.exp: Change include dir path
2672 compilation flag.
2673 * gdb.arch/i386-mpx.c: Change path in include file.
2674 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2675 flag.
2676
d5eba19a
JK
26772015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2678
2679 * gdb.compile/compile-print.exp (compile print *vararray@3)
2680 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2681
7f361056
JK
26822015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2683
2684 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2685 (do not keep jit in memory): ... this.
2686 (expect 5): Change it to ...
2687 (expect no 5): ... this.
2688
3b462ec2
SM
26892015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2690
2691 PR gdb/15564
2692 * gdb.mi/mi-detach.exp: New file.
2693
e0619de6
JK
26942015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 PR symtab/18392
2697 * gdb.arch/amd64-tailcall-self.S: New file.
2698 * gdb.arch/amd64-tailcall-self.c: New file.
2699 * gdb.arch/amd64-tailcall-self.exp: New file.
2700
e970cb34
DB
27012015-05-28 Don Breazeal <donb@codesourcery.com>
2702
2703 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2704 tests for remote targets by checking is_target_gdbserver.
2705
b2e2f908
DE
27062015-05-27 Doug Evans <dje@google.com>
2707
2708 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2709 * gdb.dwarf2/opaque-type-lookup.c: New file.
2710 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2711
82c7be31
DE
27122015-05-26 Doug Evans <dje@google.com>
2713
2714 * gdb.cp/iostream.cc: New file.
2715 * gdb.cp/iostream.exp: New file.
2716
b4f54984
DE
27172015-05-26 Doug Evans <dje@google.com>
2718
2719 * gdb.dwarf2/dw2-op-call.exp: Update.
2720 * gdb.dwarf2/dw4-sig-types.exp: Update.
2721 * gdb.dwarf2/implptr.exp: Update.
2722 * gdb.mi/mi-cmd-param-changed.exp: Update.
2723
4ea6efe9
DE
27242015-05-26 Doug Evans <dje@google.com>
2725
2726 * gdb.python/py-lazy-string.c: New file.
2727 * gdb.python/py-lazy-string.exp: New file.
2728 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2729 (main): Update. Add estring3.
2730 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2731 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2732
f6bb7db3
YQ
27332015-05-26 Omair Javaid <omair.javaid@linaro.org>
2734 Yao Qi <yao.qi@linaro.org>
2735
2736 * gdb.reverse/aarch64.c: New.
2737 * gdb.reverse/aarch64.exp: New.
2738
a81bfbd0
OJ
27392015-05-26 Omair Javaid <omair.javaid@linaro.org>
2740
2741 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2742 (supports_reverse): Likewise.
2743
158bf1b4
PP
27442015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2745
2746 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2747 Use with_test_prefix.
2748
a0145030
AB
27492015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.base/completion.exp: Add test for completion of layout
2752 names.
2753
ebe3b578
AB
27542015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * lib/gdb.exp (skip_tui_tests): New proc.
2757 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2758
84204ed7
PA
27592015-05-19 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2762 Save the whole env array instead of just HOME. Unset HISTSIZE in
2763 the environment while testing. Restore whole environment
2764 afterwards.
2765
37442ce1
DE
27662015-05-16 Doug Evans <xdje42@gmail.com>
2767
2768 * gdb.guile/scm-ports.c: New file.
2769 * gdb.guile/scm-ports.exp: Add memory port tests.
2770
36de76f9
JK
27712015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2772
2773 * gdb.compile/compile-print.c: New file.
2774 * gdb.compile/compile-print.exp: New file.
2775
3a9558c4
JK
27762015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.compile/compile-ops.exp: Cast param to void.
2779 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2780 (compile code struct_object.selffield = &struct_object): Add xfail.
2781
aa715135
JG
27822015-05-15 Joel Brobecker <brobecker@adacore.com>
2783
2784 * gdb.ada/arr_enum_with_gap: New testcase.
2785
931e5bc3
JG
27862015-05-15 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.ada/byte_packed_arr: New testcase.
2789
9cd4d857
JB
27902015-05-15 Joel Brobecker <brobecker@adacore.com>
2791
2792 * gdb.ada/pckd_neg: New testcase.
2793
ebfd00d2
PP
27942015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2795
2796 PR gdb/17820
2797 * gdb.base/gdbinit-history.exp: New test.
2798 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2799 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2800
4c082a81
SC
28012015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2802
2803 * gdb.python/py-xmethods.cc: Enhance test case.
2804 * gdb.python/py-xmethods.exp: New tests.
2805 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2806 function.
2807 (B_indexoper): Likewise.
2808 (global_dm_list) : Add new xmethod worker functions.
2809
f7797074
SDJ
28102015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2811
2812 * gdb.base/coredump-filter.exp: Correctly unset
2813 "coredump_var_addr" array.
2814
a4674e4e
PA
28152015-05-08 Pedro Alves <palves@redhat.com>
2816
2817 * gdb.server/non-existing-program.exp: Unset spawn_id.
2818
df2eb078
SC
28192015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2820
2821 PR python/18291
2822 * gdb.python/py-xmethods.exp: Add tests.
2823
422349a3
YQ
28242015-05-08 Yao Qi <yao.qi@linaro.org>
2825
2826 PR gdb/18208
2827 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2828 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2829 function set_coredump_filter, and remove remote_exec call.
2830 Remove argument ipid. Callers update.
2831 (top level): Don't get inferior's PID.
2832
63fc80ce
AA
28332015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2834
2835 * gdb.base/watch_thread_num.exp: Skip test on targets without
2836 access watchpoints.
2837
80ad801e
PA
28382015-05-06 Pedro Alves <palves@redhat.com>
2839
2840 PR server/18081
2841 * gdb.server/non-existing-program.exp: New file.
2842
0fa7fe50
JB
28432015-05-05 Joel Brobecker <brobecker@adacore.com>
2844
2845 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2846
3ea89b92
PMR
28472015-05-05 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.ada/out_of_line_in_inlined: New testcase.
2850
87b8eff0
JB
28512015-05-05 Joel Brobecker <brobecker@adacore.com>
2852
2853 * gdb.ada/var_rec_arr: New testcase.
2854
5fccc635
YQ
28552015-04-30 Yao Qi <yao.qi@linaro.org>
2856
2857 * gdb.base/break-idempotent.exp: If
2858 skip_hw_watchpoint_multi_tests returns true, skip the tests
2859 on "rwatch" and "awatch".
2860
42d38f42
YQ
28612015-04-30 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.base/relativedebug.exp: Invoke gdb command
2864 "info sharedlibrary", and if libc.so doesn't have debug info,
2865 skip the test.
2866
2ce1cdbf
DE
28672015-04-29 Doug Evans <dje@google.com>
2868
2869 * gdb.python/py-xmethods.exp: Add ptype tests.
2870 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2871 get_result_type method.
2872
f24a38c5
LM
28732015-04-29 Luis Machado <lgustavo@codesourcery.com>
2874
2875 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2876 the target does not support hardware watchpoints.
2877
ecbf2b3c
LM
28782015-04-29 Luis Machado <lgustavo@codesourcery.com>
2879
2880 * gdb.base/break-always.exp: Abort testing if writing to memory
2881 causes an error.
2882
34f5f757
DE
28832015-04-28 Doug Evans <dje@google.com>
2884
2885 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2886 * gdb.python/py-pp-registration.exp: ... here. New file.
2887 * gdb.python/py-pp-registration.c: New file.
2888 * gdb.python/py-pp-registration.py: New file.
2889
69b4374a
DE
28902015-04-28 Doug Evans <dje@google.com>
2891
2892 * gdb.python/py-bad-printers.c: New file.
2893 * gdb.python/py-bad-printers.py: New file.
2894 * gdb.python/py-bad-printers.exp: New file.
2895
59fb7612
SS
28962015-04-28 Sasha Smundak <asmundak@google.com>
2897
2898 * gdb.python/py-type.exp: New test.
2899
2631b16a
AW
29002015-04-28 Andy Wingo <wingo@igalia.com>
2901
2902 * gdb.python/py-parameter.exp:
2903 * gdb.guile/scm-parameter.exp: Escape the path that we are
2904 matching against, as it might contain characters that are special
2905 to regular expressions.
2906
460efde1
JB
29072015-04-27 Joel Brobecker <brobecker@adacore.com>
2908
2909 * gdb.ada/rec_comp: New testcase.
2910
2d369d8e
SDJ
29112015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2912
2913 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2914 before using it.
2915
cf75d6c3
AB
29162015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2919 new tests for verilog output.
2920
8dbe7ca5
YQ
29212015-04-24 Yao Qi <yao.qi@linaro.org>
2922
2923 * boards/remote-gdbserver-on-localhost.exp: New file.
2924
4ef9fb2f
PA
29252015-04-23 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2928 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2929 "end of file", remove $inferior_spawn_id from the indirect list.
2930
0a803169
PA
29312015-04-23 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2934
749ef8f8
PA
29352015-04-23 Pedro Alves <palves@redhat.com>
2936
2937 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2938 on $any_spawn_id instead of only on $gdb_spawn_id.
2939
8aae4344
PM
29402015-04-21 Pierre Muller <muller@sourceware.org>
2941
2942 PR pascal/17815
2943 * lib/pascal.exp (gpc_compile): Add new option "class".
2944 (fpc_compile): Likewise.
2945 * gdb.pascal/case-insensitive-symbols.pas: New file.
2946 * gdb.pascal/case-insensitive-symbols.exp: New file.
2947
1586c8fb
GB
29482015-04-20 Gary Benson <gbenson@redhat.com>
2949
2950 * gdb.base/attach.exp: Fix three extended remote failures.
2951
1b6e6f5c
GB
29522015-04-17 Gary Benson <gbenson@redhat.com>
2953
2954 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2955 the main executable over the remote protocol.
2956
e797481d
PA
29572015-04-16 Pedro Alves <palves@redhat.com>
2958
2959 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2960 a new gdbserver if gdbserver_reconnect_p is set.
2961
1ca99c42
PA
29622015-04-16 Pedro Alves <palves@redhat.com>
2963
2964 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2965 is set, don't exit gdbserver.
2966
af9fd6f8
AA
29672015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2968
2969 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2970 appropriate .insn, such that an older assembler can be used.
2971 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2972 the z/Architecture instruction set on 31-bit targets as well.
2973
04ff1e61
AA
29742015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2975
2976 * gdb.go/handcall.exp: Remove all logic related to the first
2977 breakpoint and rely on go_runto_main instead.
2978 * gdb.go/strings.exp: Likewise.
2979 * gdb.go/unsafe.exp: Likewise.
2980 * gdb.go/hello.exp: Likewise. Also rename the remaining
2981 breakpoint marker to "breakpoint 1".
2982 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2983 * gdb.go/strings.go: Likewise.
2984 * gdb.go/unsafe.go: Likewise.
2985 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2986 "set breakpoint 2 here" and rename the remaining breakpoint marker
2987 to "breakpoint 1".
2988
40d2f8d6
SM
29892015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2990
2991 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2992 if itertools.imap is not present.
2993 * gdb.python/py-objfile.exp: Add parentheses.
2994 * gdb.python/py-type.exp: Same.
2995 * gdb.python/py-unwind-maint.py: Same.
2996
8cbc97c6
YQ
29972015-04-15 Yao Qi <yao.qi@linaro.org>
2998
2999 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3000 of ":$ptr_size" and set its form explicitly.
3001
45fd756c
YQ
30022015-04-15 Pedro Alves <palves@redhat.com>
3003 Yao Qi <yao.qi@linaro.org>
3004
3005 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3006 timeout by factor of 4.
3007 (test_regular_watch): Likewise.
3008 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3009 * gdb.reverse/sigall-reverse.exp: Likewise.
3010 * gdb.reverse/until-precsave.exp: Likewise.
3011 * lib/gdb.exp (with_timeout_factor): New proc.
3012 (gdb_expect): Move some code to ...
3013 (get_largest_timeout): ... here. New procedure.
3014
9e811bc3
LM
30152015-04-14 Luis Machado <lgustavo@codesourcery.com>
3016
3017 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3018
0ff6fcb2
LM
30192015-04-13 Luis Machado <lgustavo@codesourcery.com>
3020
3021 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3022 to write to the .text section.
3023
7578d5f7
LM
30242015-04-13 Luis Machado <lgustavo@codesourcery.com>
3025
3026 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3027 Handle the case of targets that do not provide PID information.
3028
2efe15c4
YQ
30292015-04-13 Yao Qi <yao.qi@linaro.org>
3030
3031 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3032 and use expect instead of gdb_expect.
3033
8cd8f2f8
SDJ
30342015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3035
3036 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3037 "coredump_var_addr" to avoid naming conflict with other testcases.
3038
9ee41772
PA
30392015-04-10 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3042 gdb_test_sequence and gdb_assert.
3043
07473109
PA
30442015-04-10 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3047 test messages that don't include the breakpoint address.
3048
de3db44c
YQ
30492015-04-10 Yao Qi <yao.qi@linaro.org>
3050
3051 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3052 false for some offset and width combinations which aren't
3053 supported by linux kernel.
3054
c79d856c
PA
30552015-04-10 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3058 procedure, factored out from ...
3059 (top level): ... here. Add "set displaced-stepping" testing axis.
3060 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3061 parameter "displaced". Use it.
3062 (top level): Use foreach and add "set displaced-stepping" testing
3063 axis.
3064
ebc90b50
PA
30652015-04-10 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3068 Remove comment.
3069 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3070 both the address of the instruction that triggers the watchpoint
3071 and the address of the instruction immediately after, and use
3072 those addresses for the test. Fix comment.
3073
8f572e5c
PA
30742015-04-10 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.base/sigstep.exp (breakpoint_to_handler)
3077 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3078 Test "backtrace" in handler.
3079 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3080 (top level): Add new "displaced" test axis to
3081 breakpoint_to_handler, breakpoint_to_handler_entry and
3082 breakpoint_over_handler.
3083
8d707a12
PA
30842015-04-10 Pedro Alves <palves@redhat.com>
3085
3086 PR gdb/18216
3087 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3088
ef713951
YQ
30892015-04-10 Yao Qi <yao.qi@linaro.org>
3090
3091 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3092 (test_add_rn_pc): New function.
3093 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3094 (top level): Invoke test_add_rn_pc.
3095
906d60cf
PA
30962015-04-10 Pedro Alves <palves@redhat.com>
3097
3098 PR gdb/13858
3099 * gdb.base/step-over-no-symbols.exp: New file.
3100
f2983cc3
AW
31012015-04-09 Andy Wingo <wingo@igalia.com>
3102
3103 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3104 after the Python tests.
3105
6d62641c
SDJ
31062015-04-08 Keith Seitz <keiths@redhat.com>
3107
3108 PR python/16699
3109 * gdb.python/py-completion.exp: New tests for completion.
3110 * gdb.python/py-completion.py (CompleteLimit1): New class.
3111 (CompleteLimit2): Likewise.
3112 (CompleteLimit3): Likewise.
3113 (CompleteLimit4): Likewise.
3114 (CompleteLimit5): Likewise.
3115 (CompleteLimit6): Likewise.
3116 (CompleteLimit7): Likewise.
3117
f3770638
PA
31182015-04-08 Pedro Alves <palves@redhat.com>
3119
3120 PR gdb/18214
3121 PR gdb/18216
3122 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3123 function.
3124 (main): Install it as SIGUSR1 handler.
3125 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3126 parameter. Always use "setup" as prefix. Toggle "set
3127 displaced-stepping" off/on depending on global. Don't switch to
3128 thread 1 here.
3129 (top level): Add displaced stepping "off/on" test axis. Update
3130 "setup" calls. Wrap each subtest with with_test_prefix. Test
3131 continuing with a queued signal in each thread.
3132
4496bed7
PA
31332015-04-08 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3136 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3137 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3138 Return early if running to main fails.
3139 * gdb.trace/while-stepping.exp: Likewise.
3140
b97fde92
PA
31412015-04-07 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3144 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3145 interact with inferior program.
3146
f71c18e7
PA
31472015-04-07 Pedro Alves <palves@redhat.com>
3148
3149 * lib/gdb.exp (inferior_spawn_id): New global.
3150 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3151 spawn id after processing the user code.
3152 (default_gdb_start): Set inferior_spawn_id.
3153 (send_inferior): New procedure.
3154 * lib/gdbserver-support.exp (gdbserver_start): Set
3155 inferior_spawn_id.
3156 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3157
6423214f
PA
31582015-04-07 Pedro Alves <palves@redhat.com>
3159
3160 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3161 * lib/gdbserver-support.exp (gdbserver_start): Make
3162 $server_spawn_id global.
3163 (gdbserver_start): Don't wait for gdbserver's spawn id with
3164 expect_background.
3165 (close_gdbserver): New procedure.
3166 (gdb_exit): Rename the default version and reimplement.
3167
71c0ee8c
PA
31682015-04-07 Pedro Alves <palves@redhat.com>
3169
72f4393d 3170 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3171 append the substituted item, not the original item.
3172
203bc29b
PA
31732015-04-07 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3176 gdb_expect.
3177
508a3ddf
PA
31782015-04-07 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3181 output appearing once only.
3182
9f6dbe2b
PA
31832015-04-07 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3186 that doesn't expect anything. Return early if running to main
3187 fails.
3188
337532fa
YQ
31892015-04-07 Yao Qi <yao.qi@linaro.org>
3190
3191 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3192 (child_function): Call alarm.
3193 (main): Move call to alarm into the loop.
3194 * gdb.threads/non-stop-fair-events.exp: Build program with
3195 -DTIMEOUT=$timeout.
3196
01b622d4
DE
31972015-04-06 Doug Evans <xdje42@gmail.com>
3198
3199 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3200 Fix dest parameter to board_info.
3201 (fpc_compile): Ditto.
3202 (gdb_compile_pascal): Rename dest arg to destfile.
3203
961f4160
PMR
32042015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3205
3206 * gdb.ada/funcall_ref.exp: New file.
3207 * gdb.ada/funcall_ref/foo.adb: New file.
3208
cafda597
YQ
32092015-04-02 Yao Qi <yao.qi@linaro.org>
3210
3211 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3212 is remote.
3213
fed040c6
GB
32142015-04-02 Gary Benson <gbenson@redhat.com>
3215
3216 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3217
d11916aa
SS
32182015-04-01 Sasha Smundak <asmundak@google.com>
3219
3220 * gdb.python/py-unwind-maint.c: New file.
3221 * gdb.python/py-unwind-maint.exp: New test.
3222 * gdb.python/py-unwind-maint.py: New file.
3223 * gdb.python/py-unwind.c: New file.
3224 * gdb.python/py-unwind.exp: New test.
3225 * gdb.python/py-unwind.py: New test.
3226
a1471180
PA
32272015-04-01 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3230 to fail instead of non-existent $test.
3231
0bbeccb1
PA
32322015-04-01 Pedro Alves <palves@redhat.com>
3233
3234 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3235 GDBFLAGS if not empty.
3236
3c724c8c
PMR
32372015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3238
3239 * gdb.ada/complete.exp: Remove "multi_line".
3240 * gdb.ada/info_exc.exp: Remove "multi_line".
3241 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3242 * gdb.ada/ptype_field.exp: Remove "multi_line".
3243 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3244 * gdb.ada/tagged.exp: Remove "multi_line".
3245 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3246 [multi_line ...]
3247 * gdb.btrace/delta.exp: Likewise.
3248 * gdb.btrace/exception.exp: Likewise.
3249 * gdb.btrace/function_call_history.exp: Likewise.
3250 * gdb.btrace/instruction_history.exp: Likewise.
3251 * gdb.btrace/nohist.exp: Likewise.
3252 * gdb.btrace/record_goto.exp: Likewise.
3253 * gdb.btrace/segv.exp: Likewise.
3254 * gdb.btrace/stepi.exp: Likewise.
3255 * gdb.btrace/tailcall.exp: Likewise.
3256 * gdb.btrace/unknown_functions.exp: Likewise.
3257 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3258 * lib/gdb.exp: Add the "multi_line" helper.
3259
4eec2deb
PA
32602015-04-01 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.threads/tid-reuse.c: New file.
3263 * gdb.threads/tid-reuse.exp: New file.
3264
df8411da
SDJ
32652015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3266
3267 PR corefiles/16092
3268 * gdb.base/coredump-filter.c: New file.
3269 * gdb.base/coredump-filter.exp: Likewise.
3270
6ef37366
PM
32712015-03-27 Petr Machata <pmachata@redhat.com>
3272
3273 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3274 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3275 (Dwarf::assemble): Initialize them.
3276 (Dwarf::lines): New function.
3277
7ec911b0
JT
32782015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3279
3280 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3281 SYMBOL_PREFIX for x86_64-*-cygwin.
3282
ff908ebf
AW
32832015-03-26 Andy Wingo <wingo@igalia.com>
3284
3285 PR symtab/18148
3286 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3287 const_value but not a location.
3288 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3289 location defined in non-main CUs are visible.
3290
6d5f0679
YQ
32912015-03-26 Yao Qi <yao.qi@linaro.org>
3292
3293 PR testsuite/18139
3294 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3295 Add a line number entry for the same line.
3296 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3297 Add a line number entry for the same line.
3298
2898689b
YQ
32992015-03-26 Yao Qi <yao.qi@linaro.org>
3300
3301 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3302 .int 0.
3303 (func): Likewise. Add .Lfunc_1 label.
3304 Use .Lfunc_1 label.
3305 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3306 .int 0.
3307 (func): Likewise.
3308 Use .Lfunc_1 label.
3309
85180498
YQ
33102015-03-26 Yao Qi <yao.qi@linaro.org>
3311
3312 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3313 Call gdb_compile instead to compile each .s files without debug
3314 information.
3315
8aa08a8d
YQ
33162015-03-26 Yao Qi <yao.qi@linaro.org>
3317
3318 * gdb.base/savedregs.exp (process_saved_regs): Make
3319 "Saved registers:" optional in the pattern.
3320
66849923
MM
33212015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3322
3323 * gdb.btrace/next.exp: Merged into step.exp.
3324 * gdb.btrace/finish.exp: Merged into step.exp.
3325 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3326 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3327 "record goto" and checking the exact replay position.
3328 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3329 check for "Recording format" in "info record" output.
3330 * gdb.btrace/record_goto.exp: Choose test file based on target.
3331 * gdb.btrace/x86-record_goto.S: Renamed into ...
3332 * gdb.btrace/x86_64-record_goto.S: ... this.
3333 * gdb.btrace/i686-record_goto.S: New.
3334 * gdb.btrace/x86-tailcall.S: Renamed into ...
3335 * gdb.btrace/x86_64-tailcall.S: ... this.
3336 * gdb.btrace/i686-tailcall.S: New.
3337 * gdb.btrace/x86-tailcall.c: Renamed into ...
3338 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3339 separate statements. Update test.
3340 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3341 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3342 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3343 * gdb.btrace/tailcall.exp: Choose test file based on target.
3344 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3345
11cc1b74
MM
33462015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3347
3348 * gdb.btrace/exception.exp: Increase BTS buffer size.
3349
a25d8bf9
PA
33502015-03-24 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3353
856e7dd6
PA
33542015-03-24 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.threads/schedlock.exp (test_step): No longer expect that
3357 "set scheduler-locking step" with "next" over a function call runs
3358 threads unlocked.
3359
ad235a41
AT
33602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3361
3362 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3363
15630549
AT
33642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3365
3366 PR breakpoints/16466
3367 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3368 * gdb.mi/mi-pending.c (thread_func): New function.
3369 (int main): Add threading support required.
3370 * gdb.mi/mi-pending.exp: Add tests for this issue.
3371 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3372 (pendfunc2): Remove stdio dependency.
3373 * gdb.mi/mi-pendshr2.c: New file.
3374
693dca06
KS
33752015-03-23 Keith Seitz <keiths@redhat.com>
3376
3377 * gdb.linespec/keywords.c: New file.
3378 * gdb.linespec/keywords.exp: New file.
3379
7e993ebf
KS
33802015-03-23 Keith Seitz <keiths@redhat.com>
3381
3382 PR gdb/18021
3383 * gdb.dwarf2/staticvirtual.exp: New test.
3384
bc23328c
JK
33852015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3388 * README: Remove HP-UX and gdb.hp.
3389 (configuration):
3390 * configure: Regenerate.
3391 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3392 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3393 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3394 gdb.hp/gdb.defects/Makefile.
3395 * gdb.hp/Makefile.in: File deleted.
3396 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3397 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3398 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3399 * gdb.hp/gdb.aCC/run.c: File deleted.
3400 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3401 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3402 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3403 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3404 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3405 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3406 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3407 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3408 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3409 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3410 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3411 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3412 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3413 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3414 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3415 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3416 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3417 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3418 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3419 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3420 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3421 * gdb.hp/gdb.compat/average.c: File deleted.
3422 * gdb.hp/gdb.compat/sum.c: File deleted.
3423 * gdb.hp/gdb.compat/xdb.c: File deleted.
3424 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3425 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3426 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3427 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3428 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3429 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3430 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3431 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3432 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3433 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3434 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3435 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3436 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3437 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3438 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3439 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3440 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3441 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3442 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3443 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3444 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3445 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3446 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3447 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3448 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3449 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3450 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3451 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3452 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3453 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3454 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3455 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3456 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3457 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3458 * gdb.hp/tools/odump: File deleted.
3459
8bf3b159
PA
34602015-03-19 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3463 (saw_thread_3): New globals.
3464 (top level): Increment them when an event for the corresponding
3465 thread is seen.
3466 (no thread starvation): New test.
3467
eb54c8bf
PA
34682015-03-19 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.threads/continue-pending-status.c: New file.
3471 * gdb.threads/continue-pending-status.exp: New file.
3472
32d2e5d6
PA
34732015-03-18 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3476 Use gdb_is_target_remote instead of is_remote. Use
3477 gdb_test_multiple instead of gdb_expect. Exit early if
3478 gdb_test_multiple hits its internal matches. Tighten stepi tests
3479 expected output. Fail on exit with any signal, instead of just
3480 SIGILL.
3481
f68f11b7
YQ
34822015-03-18 Yao Qi <yao.qi@linaro.org>
3483
3484 PR tdep/18107
3485 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3486 variable.
3487 * gdb.base/catch-syscall.exp: Don't skip it on
3488 aarch64*-*-linux* target. Remove elements in all_syscalls.
3489 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3490 target.
3491 (setup_all_syscalls): New proc.
3492
ca5fd19b
YQ
34932015-03-16 Yao Qi <yao.qi@linaro.org>
3494
3495 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3496 (top level): Skip tests if valid_addr_p returns false for
3497 $cmd1 or $cmd2.
3498
85642ba0
AW
34992015-03-11 Andy Wingo <wingo@igalia.com>
3500
3501 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3502
e03f9645
YQ
35032015-03-11 Yao Qi <yao.qi@linaro.org>
3504
3505 * gdb.base/catch-syscall.exp: Fix typo in comments.
3506
5d0962b2
YQ
35072015-03-11 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3510
b2df3cef
PA
35112015-03-09 Pedro Alves <palves@redhat.com>
3512
3513 * dg-extract-results.py: Delete.
3514
ef878e53
PA
35152015-03-09 Pedro Alves <palves@redhat.com>
3516
3517 Merge dg-extract-results.sh from GCC upstream (r218843).
3518
3519 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3520 * dg-extract-results.sh: Use --text with grep to avoid issues with
3521 binary files. Fall back to cat -v, if that doesn't work.
3522
9494d219
PA
35232015-03-05 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3526
a8d9763a
SM
35272015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3528
3529 * lib/mi-support.exp (mi_expect_interrupt): Accept
3530 alternative event for when in all-stop mode.
3531
be9957b8
PA
35322015-03-04 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3535
d57be0f4 35362015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3537
3538 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3539
c214c7cf
AA
35402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3541
3542 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3543 regexps for GDB's current line display, accept a hex address
3544 preceding the line number.
3545
6d74a497
AA
35462015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3547
3548 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3549 the 'arch1' variable for "s390*-linux*" targets.
3550
511aee7c
PA
35512015-03-04 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3554 (main): Pass missing retval argument to pthread_join call.
3555
95e50b27
PA
35562015-03-02 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3559 (top level): Call do_test with non-stop as well.
3560
28054d69
PA
35612015-03-02 Pedro Alves <palves@redhat.com>
3562
3563 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3564 -1.
3565
4fa5d7b4
AA
35662015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3567
3568 * gdb.arch/s390-vregs.exp: New test.
3569 * gdb.arch/s390-vregs.S: New file.
3570
97c18565
PA
35712015-02-27 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3574 call to catch_command_errors.
3575 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3576 catch_command_errors.
3577
a37bfa30
PA
35782015-02-27 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3581 "true" for boolean result.
3582 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3583 prototype of main.
3584
6f98576f
PA
35852015-02-27 Pedro Alves <palves@redhat.com>
3586
3587 * lib/unbuffer_output.c: New file.
3588 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3589 (main): Call gdb_unbuffer_output.
3590
eba5ab56
YQ
35912015-02-27 Yao Qi <yao.qi@linaro.org>
3592
3593 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3594 target.
3595
0def5aaa
DE
35962015-02-26 Doug Evans <dje@google.com>
3597
3598 * gdb.cp/class2.cc (Dbase, D): New classes.
3599 (main): New local delta.
3600 * gdb.cp/class2.exp: Test printing delta.
3601 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3602 (dynbar): New global.
3603 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3604
081a1c2c
JK
36052015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3606
3607 * gdb.compile/compile-ifunc.c: New file.
3608 * gdb.compile/compile-ifunc.exp: New file.
3609
2f41223f
AT
36102015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3611
3612 * gdb.base/structs.exp: Check for correct struct on finish.
3613
03eddd80
YQ
36142015-02-26 Yao Qi <yao.qi@linaro.org>
3615
3616 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3617 is zero.
3618
80c57053
JK
36192015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3620
3621 * gdb.arch/cordic.ko.bz2: New file.
3622 * gdb.arch/cordic.ko.debug.bz2: New file.
3623 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3624
21613c12
YQ
36252015-02-25 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3628 aarch64*-*-* target.
3629
d8b901ed
PA
36302015-02-23 Pedro Alves <palves@redhat.com>
3631
3632 * lib/gdb.exp (delete_breakpoints): Rewrite using
3633 gdb_test_multiple.
3634
e5b85ead
PA
36352015-02-23 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.base/info-os.c: Include stdlib.h.
3638
85c3a371
DE
36392015-02-22 Doug Evans <xdje42@gmail.com>
3640
3641 PR symtab/17855
3642 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3643 is read after symbols have been re-read.
3644 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3645 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3646
96553a0c
DE
36472015-02-21 Doug Evans <dje@google.com>
3648
3649 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3650
97a0c697
JK
36512015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 PR corefiles/17808
3654 * gdb.arch/i386-biarch-core.core.bz2: New file.
3655 * gdb.arch/i386-biarch-core.exp: New file.
3656
a47cd6e9
PA
36572015-02-21 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3660 runto_main fails.
3661
c5facdc4
PA
36622015-02-20 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3665 info probes.
3666
2db9a427
PA
36672015-02-20 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3670
60fb7e9e
PA
36712015-02-20 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3674 clean_restart before gdb_target_supports_trace.
3675
5c5019c2
PA
36762015-02-20 Pedro Alves <palves@redhat.com>
3677
3678 PR threads/18006
3679 * gdb.threads/clone-thread_db.c: New file.
3680 * gdb.threads/clone-thread_db.exp: New file.
3681
c9587f88
AT
36822015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3683
3684 PR breakpoints/16812
3685 * gdb.base/catch-gdb-caused-signals.c: New file.
3686 * gdb.base/catch-gdb-caused-signals.exp: New file.
3687
f6a88844
JM
36882015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3689
3690 * configure: Regenerated.
3691 * configure.ac: Use GDB_AC_TRANSFORM.
3692 * aclocal.m4: sinclude ../transform.m4.
3693
497c491b
JM
36942015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3695
3696 * lib/dtrace.exp: New file.
3697 * gdb.base/dtrace-probe.exp: Likewise.
3698 * gdb.base/dtrace-probe.d: Likewise.
3699 * gdb.base/dtrace-probe.c: Likewise.
3700 * lib/pdtrace.in: Likewise.
3701 * configure.ac: Output variables with the transformed names of
3702 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3703 * configure: Regenerated.
3704
03e98035
JM
37052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3706
3707 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3708 expected message when trying to access $_probe_* convenience
3709 variables while not on a probe.
3710
63cc30e9
JK
37112015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3712
3713 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3714
0703599a
PA
37152015-02-11 Pedro Alves <pedro@codesourcery.com>
3716
3717 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3718 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3719
7e60a48e
DE
37202015-02-10 Doug Evans <xdje42@gmail.com>
3721
3722 * lib/gdb.exp (gdb_load): Always return a result.
3723
01b088bc
PA
37242015-02-10 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.threads/signal-sigtrap.c: New file.
3727 * gdb.threads/signal-sigtrap.exp: New file.
3728
b05ec7a5
AT
37292015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3730
3731 * gdb.trace/no-attach-trace.c: New file.
3732 * gdb.trace/no-attach-trace.exp: New file.
3733
a2c2acaf
MW
37342015-02-09 Mark Wielaard <mjw@redhat.com>
3735
3736 * gdb.dwarf2/atomic.c: New file.
3737 * gdb.dwarf2/atomic-type.exp: Likewise.
3738
31fd9caa
MM
37392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3740
3741 * gdb.btrace/buffer-size.exp: Update "info record" output.
3742 * gdb.btrace/delta.exp: Update "info record" output.
3743 * gdb.btrace/enable.exp: Update "info record" output.
3744 * gdb.btrace/finish.exp: Update "info record" output.
3745 * gdb.btrace/instruction_history.exp: Update "info record" output.
3746 * gdb.btrace/next.exp: Update "info record" output.
3747 * gdb.btrace/nexti.exp: Update "info record" output.
3748 * gdb.btrace/step.exp: Update "info record" output.
3749 * gdb.btrace/stepi.exp: Update "info record" output.
3750 * gdb.btrace/nohist.exp: Update "info record" output.
3751
d33501a5
MM
37522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3753
3754 * gdb.btrace/buffer-size: New.
3755
f4abbc16
MM
37562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3757
3758 * gdb.btrace/delta.exp: Update "info record" output.
3759 * gdb.btrace/enable.exp: Update "info record" output.
3760 * gdb.btrace/finish.exp: Update "info record" output.
3761 * gdb.btrace/instruction_history.exp: Update "info record" output.
3762 * gdb.btrace/next.exp: Update "info record" output.
3763 * gdb.btrace/nexti.exp: Update "info record" output.
3764 * gdb.btrace/step.exp: Update "info record" output.
3765 * gdb.btrace/stepi.exp: Update "info record" output.
3766 * gdb.btrace/nohist.exp: Update "info record" output.
3767
b9d61307
SM
37682015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3769
3770 PR gdb/15678
3771 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3772
e584fdbc
PA
37732015-02-06 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3776 macro.
3777 (seconds_left, again): New globals.
3778 (main): Wait seconds_left in a 1-second sleep loop instead of
3779 sleeping 180 seconds. If 'again' is set, reset the seconds
3780 counter.
3781 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3782 'again' in the inferior before detaching. Print the seconds left.
3783 (options): New global.
3784 (top level): Build program with -DTIMEOUT=$timeout.
3785
77f41761
PA
37862015-02-06 Pedro Alves <palves@redhat.com>
3787
3788 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3789 determine how many seconds to pass to 'alarm'.
3790 * gdb.base/gdb-sigterm.exp (top level): Build program with
3791 -DTIMEOUT=$timeout.
3792 (do_test): Return success/failure indication. Add more verbose
3793 logging. Don't fail if 200 single steps are seen. Instead, fail
3794 when the test times out.
3795 (passes): New global.
3796 (top level): Break the testing loop if testing fails on any
3797 iteration. Use gdb_assert.
3798
b9394193
DB
37992015-02-04 Don Breazeal <donb@codesourcery.com>
3800
3801 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3802 and initialize them.
3803 (ipc_cleanup): New function.
3804 (main): Don't declare shmid, semid, and msqid. Add a call to
3805 atexit so that we call ipc_cleanup on exit.
3806
42d9e528
PA
38072015-02-04 Pedro Alves <palves@redhat.com>
3808
3809 * boards/native-extended-gdbserver.exp: Remove any target variant
3810 specifications from the board name before clearing the isremote
3811 flag from board_info.
3812
ae6ae975
DE
38132015-01-31 Doug Evans <xdje42@gmail.com>
3814
3815 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3816
cfb069a8
GB
38172015-01-31 Gary Benson <gbenson@redhat.com>
3818
3819 * gdb.base/completion.exp: Disable completion limiting for
3820 existing tests. Add new tests to check completion limiting.
3821 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3822
5dd31d79
DE
38232015-01-31 Doug Evans <xdje42@gmail.com>
3824
3825 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3826
9f050062
DE
38272015-01-31 Doug Evans <xdje42@gmail.com>
3828
3829 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3830 entries. Duplicate file section script entries.
3831 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3832 inlined entries. Add test for safe-path rejection.
3833 * gdb.python/py-section-script.c: Add duplicate inlined section script
3834 entries. Duplicate file section script entries.
3835 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3836 inlined entries. Add test for safe-path rejection.
3837
df25ebbd
JB
38382015-01-29 Joel Brobecker <brobecker@adacore.com>
3839
3840 * gdb.ada/disc_arr_bound: New testcase.
3841
4a0ca9ec
JB
38422015-01-29 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.ada/mi_var_array: New testcase.
3845
3a8b707a
DE
38462015-01-27 Doug Evans <dje@google.com>
3847
3848 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3849 Add test for objfile.filename, objfile.username after objfile
3850 has been unloaded.
3851
f8313f6e
JB
38522015-01-26 Joel Brobecker <brobecker@adacore.com>
3853
3854 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3855 the second test to print the name attribute of value
3856 returned by the call to gdb.lookup_type, and adjust
3857 the expected output accordingly.
3858
37bc665e
MW
38592015-01-25 Mark Wielaard <mjw@redhat.com>
3860
3861 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3862 * gdb.base/disp-step-fork.c: Include unistd.h.
3863 * gdb.base/siginfo-obj.c: Include stdio.h.
3864 * gdb.base/siginfo-thread.c: Likewise.
3865 * gdb.mi/non-stop.c: Include unistd.h.
3866 * gdb.mi/nsthrexec.c: Include stdio.h.
3867 * gdb.mi/pthreads.c: Include unistd.h.
3868 * gdb.modula2/unbounded1.c (main): Declare returns int.
3869 * gdb.reverse/consecutive-reverse.c: Likewise.
3870 * gdb.threads/create-fail.c: Include unistd.h.
3871 * gdb.threads/killed.c: Likewise.
3872 * gdb.threads/linux-dp.c: Likewise.
3873 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3874 * gdb.threads/non-ldr-exc-2.c: Likewise.
3875 * gdb.threads/non-ldr-exc-3.c: Likewise.
3876 * gdb.threads/non-ldr-exc-4.c: Likewise.
3877 * gdb.threads/pthreads.c: Include unistd.h.
3878 (main): Declare returns int.
3879 * gdb.threads/tls-main.c (foo): New declaration.
3880 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3881
f7e5394d
SM
38822015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3883
3884 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3885 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3886
743649fd
MW
38872015-01-15 Mark Wielaard <mjw@redhat.com>
3888
3889 * gdb.base/noreturn-return.c: New file.
3890 * gdb.base/noreturn-return.exp: New file.
3891 * gdb.base/noreturn-finish.c: New file.
3892 * gdb.base/noreturn-finish.exp: New file.
3893
198297aa
PA
38942015-01-23 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.threads/continue-pending-after-query.c: New file.
3897 * gdb.threads/continue-pending-after-query.exp: New file.
3898
717cf30c
AG
38992015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3900 Simon Marchi <simon.marchi@ericsson.com>
3901
3902 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3903 * gdb.base/valgrind-db-attach.exp: Same.
3904 * gdb.base/valgrind-infcall.exp: Same.
3905 * lib/mi-support.exp (default_mi_gdb_start): Same.
3906 * lib/prompt.exp (default_prompt_gdb_start): Same.
3907 * lib/gdb.exp (default_gdb_spawn): Same.
3908 (gdb_interact): New.
3909
3910
4b62a76e
JK
39112015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 * gdb.compile/compile.exp (pointer to jit function): New test.
3914
b4cdae6f
WW
39152015-01-17 Wei-cheng Wang <cole945@gmail.com>
3916
3917 * lib/gdb.exp (supports_process_record): Return true for
3918 powerpc*-*-linux*.
3919 (supports_reverse): Likewise.
3920
d221e7ef
DB
39212015-01-15 Don Breazeal <donb@codesourcery.com>
3922
3923 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3924 instead of checking whether the target board is remote and
3925 use spawn_wait_for_attach instead of exec/sleep.
3926 * gdb.base/attach-twice.exp: Likewise.
3927
bafffb51
JB
39282015-01-15 Joel Brobecker <brobecker@adacore.com>
3929
3930 * gdb.ada/var_arr_attrs: New testcase.
3931
5589af0e
PA
39322015-01-14 Pedro Alves <palves@redhat.com>
3933 Joel Brobecker <brobecker@adacore.com>
3934
3935 PR gdb/17525
3936 * gdb.base/bp-cmds-execution-x-script.c: New file.
3937 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3938 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3939
6c400b59
PA
39402015-01-14 Pedro Alves <palves@redhat.com>
3941
3942 PR cli/17828
3943 * gdb.base/batch-preserve-term-settings.c: New file.
3944 * gdb.base/batch-preserve-term-settings.exp: New file.
3945
e02c96a7
DE
39462015-01-13 Doug Evans <dje@google.com>
3947
3948 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3949 binary.
3950
576fd14c
JB
39512015-01-13 Joel Brobecker <brobecker@adacore.com>
3952
3953 * Makefile.in (clean mostlyclean): Do not delete *.py.
3954
04dccad0
JB
39552015-01-13 Joel Brobecker <brobecker@adacore.com>
3956
3957 * gdb.python/py-lookup-type.exp: New file.
3958
3d230f71
PA
39592015-01-12 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3962 restore GDBFLAGS before returning.
3963
7e67715d
JK
39642015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3965
3966 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3967 is_amd64_regs_target and is_x86_like_target.
3968
f2e0d4b4
DE
39692015-01-11 Doug Evans <xdje42@gmail.com>
3970
3971 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3972 is given without an explicit form.
3973 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3974 attributes.
3975 * gdb.dwarf/corrupt.exp: Ditto.
3976 * gdb.dwarf2/enum-type.exp: Ditto.
3977 * gdb.trace/entry-values.exp: Ditto.
3978 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3979
439250fb
DE
39802015-01-11 Doug Evans <xdje42@gmail.com>
3981
3982 PR gdb/15830
3983 * gdb.base/maint.exp: Remove references to "maint demangle".
3984 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3985 Add tests for explicitly specifying language to demangle.
3986 * gdb.dlang/demangle.exp: Ditto.
3987
ede9f622
PA
39882015-01-09 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.threads/non-stop-fair-events.c: New file.
3991 * gdb.threads/non-stop-fair-events.exp: New file.
3992
a7b796db
PA
39932015-01-09 Pedro Alves <palves@redhat.com>
3994
3995 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3996 the global scope. Set a breakpoint after all threads are started
3997 rather than stepping over two source lines. Expect the prompt.
3998 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3999 global.
4000 (NUM): Now 15.
4001 (main): Use threads_started_barrier to wait for all threads to
4002 start. Main thread no longer calls thread_function. Exit after
4003 180 seconds.
4004 (loop): New function.
4005 (thread_function): Wait on threads_started_barrier barrier. Call
4006 'loop' at each iteration.
4007 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4008 threads have started, instead of hardcoding number of "next"
4009 steps. Use an access watchpoint instead of a write watchpoint.
4010
9665ffdd
PA
40112015-01-09 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4014 (thread_func): Wait on barrier.
4015 (main): Wait for all threads to start before stopping GDB.
4016 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4017 global.
4018 (thread1_func, thread2_func): Wait on barrier.
4019 (main): Wait for all threads to start before stopping GDB.
4020 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4021 New global.
4022 (thread1_func, thread2_func): Wait on barrier.
4023 (main): Wait for all threads to start before stopping GDB.
4024
c945a99f
PA
40252015-01-09 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.threads/attach-many-short-lived-threads.c: New file.
4028 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4029
c1a747c1
PA
40302014-01-09 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4033 instead of to thread 2.
4034 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4035 Add barrier around each pthread_create call instead of around all
4036 calls.
4037 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4038 Set a break on thread_function and have the child threads hit it
4039 one at at a time.
4040
60b3033e
PA
40412015-01-09 Pedro Alves <palves@redhat.com>
4042
4043 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4044 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4045 false.
4046 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4047 checking whether the target board is remote.
4048 * gdb.multi/multi-attach.exp: Likewise.
4049 * gdb.python/py-sync-interp.exp: Likewise.
4050 * gdb.server/ext-attach.exp: Likewise.
4051 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4052 tests that need to attach, instead of checking whether the target
4053 board is remote at the top of the file.
4054
acc018ac
YQ
40552015-01-08 Yao Qi <yao@codesourcery.com>
4056
4057 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4058
50a18af8
JK
40592015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 Fix testcase compilation.
4062 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4063
8503d6e1
JB
40642015-01-06 Joel Brobecker <brobecker@adacore.com>
4065
4066 * gdb.python/py-type.exp: Add a couple test about empty
4067 array creation, and negative-length array creation.
4068
cc73dbcc
DE
40692015-01-02 Doug Evans <xdje42@gmail.com>
4070
4071 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4072
0300bbc7
DE
40732015-01-02 Doug Evans <dje@google.com>
4074
4075 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4076
9d85a0ec
YQ
40772014-12-29 Yao Qi <yao@codesourcery.com>
4078
4079 * gdb.trace/entry-values.exp: Update comments. Rename variable
4080 bar_call_foo to returned_from_foo.
4081
87186c6a
MMN
40822014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4083
4084 PR gdb/17394
4085 * gdb.linespec/break-asm-file.c: New file.
4086 * gdb.linespec/break-asm-file.exp: New file.
4087 * gdb.linespec/break-asm-file0.s: New file.
4088 * gdb.linespec/break-asm-file1.s: New file.
4089
1bab7383
YQ
40902014-12-18 Nigel Stephens <nigel@mips.com>
4091 Maciej W. Rozycki <macro@codesourcery.com>
4092
4093 * gdb.base/float.exp: Handle the new output from "info float" on
4094 MIPS targets.
4095
1bc1068a
JK
40962014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 Fix MinGW compilation.
4099 * gdb.compile/compile-ops.exp: Update untested message if
4100 !skip_compile_feature_tests.
4101 * gdb.compile/compile-setjmp.exp: Likewise.
4102 * gdb.compile/compile-tls.exp: Likewise.
4103 * gdb.compile/compile.exp: Likewise.
4104 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4105 supported on this host".
4106
b6615d10
DE
41072014-12-16 Doug Evans <xdje42@gmail.com>
4108
4109 * boards/stabs.exp: New file.
4110
25dda427
AA
41112014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4112
4113 * gdb.base/completion.exp: Adjust to format changes of "maint
4114 print user-registers".
4115
bf330350
CU
41162014-12-16 Catalin Udma <catalin.udma@freescale.com>
4117
4118 PR server/17457
4119 * gdb.arch/aarch64-fp.c: New file.
4120 * gdb.arch/aarch64-fp.exp: New file.
4121
395cf596
SDJ
41222014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4123
4124 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4125 r210637, r210913, r211666, r215400, r215817).
4126
4127 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4128 * dg-extract-results.py: New file.
4129 * dg-extract-results.sh: Use it if the environment seems
4130 suitable.
4131
4132 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4133
4134 * dg-extract-results.py (parse_run): Handle warnings that
4135 are printed before a test harness is run.
4136
4137 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4138
4139 * dg-extract-results.py (Named): Remove __cmp__ method.
4140 (output_variation): Use a key to sort variation.harnesses.
4141
4142 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4143
4144 * dg-extract-results.py: For Python 3, force sys.stdout to
4145 handle surrogate escape sequences.
4146 (safe_open): New function.
4147 (output_segment, main): Use it.
4148
4149 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4150
4151 * dg-extract-results.py (Prog.result_re): Include options
4152 in test name.
4153
4154 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4155
4156 * dg-extract-results.py (output_variation): Always sort if
4157 do_sum.
4158
e882ef3c
SM
41592014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4160
4161 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4162 as long as we get pagination notifications.
4163
4992aa20
JM
41642014-12-15 Jason Merrill <jason@redhat.com>
4165
4166 * Makefile.in (check-gdb.%): Restore.
4167 * README: Mention it.
4168
c1b5a1a6
JB
41692014-12-13 Joel Brobecker <brobecker@adacore.com>
4170
4171 * gdb.ada/str_uninit: New testcase.
4172
5537b577
JK
41732014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 PR symtab/17642
4176 * gdb.base/vla-stub-define.c: New file.
4177 * gdb.base/vla-stub.c: New file.
4178 * gdb.base/vla-stub.exp: New file.
4179
bb2ec1b3
TT
41802014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4181 Jan Kratochvil <jan.kratochvil@redhat.com>
4182 Tom Tromey <tromey@redhat.com>
4183
4184 * configure.ac: Add gdb.compile/.
4185 * configure: Regenerate.
4186 * gdb.compile/Makefile.in: New file.
4187 * gdb.compile/compile-ops.exp: New file.
4188 * gdb.compile/compile-ops.c: New file.
4189 * gdb.compile/compile-tls.c: New file.
4190 * gdb.compile/compile-tls.exp: New file.
4191 * gdb.compile/compile-constvar.S: New file.
4192 * gdb.compile/compile-constvar.c: New file.
4193 * gdb.compile/compile-mod.c: New file.
4194 * gdb.compile/compile-nodebug.c: New file.
4195 * gdb.compile/compile-setjmp-mod.c: New file.
4196 * gdb.compile/compile-setjmp.c: New file.
4197 * gdb.compile/compile-setjmp.exp: New file.
4198 * gdb.compile/compile-shlib.c: New file.
4199 * gdb.compile/compile.c: New file.
4200 * gdb.compile/compile.exp: New file.
4201 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4202
4ff709eb
TT
42032014-12-12 Tom Tromey <tromey@redhat.com>
4204
4205 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4206 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4207
6dddd6a5
DE
42082014-12-12 Doug Evans <dje@google.com>
4209
4210 * lib/gdb-python.exp (get_python_valueof): New function.
4211 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4212
71c24708
AA
42132014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4214
4215 * gdb.base/completion.exp: Add test for completion of "info
4216 registers ".
4217
3e29f34a
MR
42182014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4219
4220 * gdb.base/func-ptrs.c: New file.
4221 * gdb.base/func-ptrs.exp: New file.
4222
fc126975
SM
42232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4224
4225 PR breakpoints/17012
4226 * gdb.base/dprintf-detach.c: New file.
4227 * gdb.base/dprintf-detach.exp: New file.
4228
0a46d518
SM
42292014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4230
4231 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4232 * lib/gdb.exp (target_is_gdbserver): New procedure.
4233
a0be3e44
DE
42342014-12-08 Doug Evans <dje@google.com>
4235
4236 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4237
df1b803a
YQ
42382014-12-05 Yao Qi <yao@codesourcery.com>
4239
4240 * gdb.guile/scm-error.exp: Remove the third argument to
4241 gdb_remote_download.
4242 * gdb.guile/scm-frame-args.exp: Likewise.
4243 * gdb.guile/scm-section-script.exp: Likewise.
4244
ddb9f679
YQ
42452014-12-05 Yao Qi <yao@codesourcery.com>
4246
4247 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4248
86e4ed39
DE
42492014-12-04 Doug Evans <dje@google.com>
4250
4251 * gdb.python/py-objfile.exp: Add tests for
4252 objfile.add_separate_debug_file.
4253
7c50a931
DE
42542014-12-04 Doug Evans <dje@google.com>
4255
4256 * lib/gdb.exp (get_build_id): New function.
4257 (build_id_debug_filename_get): Rewrite to use it.
4258 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4259
621661e3
MR
42602014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4261
4262 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4263 `method(long)', not just 0x0.
4264 * gdb.cp/nsalias.exp: Align code labels to 4.
4265 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4266 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4267 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4268 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4269 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4270 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4271
29f0c3b7
DE
42722014-12-02 Doug Evans <dje@google.com>
4273
e1e061e7 4274 PR symtab/17602
29f0c3b7 4275 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4276 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4277 * gdb.cp/anon-ns.exp: Update.
4278
162078c8
NB
42792014-12-02 Nick Bull <nicholaspbull@gmail.com>
4280
4281 * gdb.python/py-events.py (inferior_call_handler): New.
4282 (register_changed_handler, memory_changed_handler): New.
4283 (test_events.invoke): Register new handlers.
4284 * gdb.python/py-events.exp: Add tests for inferior call,
4285 memory_changed and register_changed events.
4286
fdb09caf
AA
42872014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4288
4289 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4290 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4291 if the linker doesn't understand this.
4292
55cfb2c4
SM
42932014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4294
4295 * gdb.python/python.exp: Change expected reply to help().
4296
9e8cd6df
YQ
42972014-12-01 Yao Qi <yao@codesourcery.com>
4298
4299 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4300 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4301 * configure: Re-generated.
4302
6c659fc2
SC
43032014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4304
4305 * gdb.cp/chained-calls.cc: New file.
4306 * gdb.cp/chained-calls.exp: New file.
4307 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4308
d7fc3181
SM
43092014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4310
4311 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4312 * gdb.dwarf2/symtab-producer.exp: Same.
4313 * gdb.gdb/python-interrupts.exp: Same.
4314 * gdb.gdb/python-selftest.exp: Same.
4315 * gdb.python/py-linetable.exp: Same.
4316 * gdb.python/py-type.exp: Same.
4317 * gdb.python/py-value-cc.exp: Same.
4318 * gdb.python/py-value.exp: Same.
4319
10e79639
YQ
43202014-11-28 Yao Qi <yao@codesourcery.com>
4321
4322 * gdb.base/break-probes.exp: Match library name prefixed with
4323 sysroot.
4324
f28a0564
SM
43252014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4326
4327 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4328 test expected output. Add parentheses for the call to print.
4329 Remove L suffix from integers.
4330
3fe1ce1d
DE
43312014-11-26 Doug Evans <dje@google.com>
4332
4333 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4334
84429e27
YQ
43352014-11-22 Yao Qi <yao@codesourcery.com>
4336
4337 * gdb.trace/entry-values.c: Remove asms.
4338 (foo): Add foo_label.
4339 (bar): Add bar_label.
4340 * gdb.trace/entry-values.exp: Remove code computing foo's
4341 length and bar's length.
4342 (Dwarf::assemble): Invoke function_range for bar and use
4343 MACRO_AT_func for foo.
4344
26741859
YQ
43452014-11-22 Yao Qi <yao@codesourcery.com>
4346
4347 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4348 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4349 Use .Lgcc43_procstart instead of gcc43.
4350
45e44d27
JB
43512014-11-21 Joel Brobecker <brobecker@adacore.com>
4352
4353 * gdb.ada/n_arr_bound: New testcase.
4354
458c8db8
SDJ
43552014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4356
4357 PR breakpoints/10737
4358 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4359 test_catch_syscall_multi_arch.
4360 (test_catch_syscall_multi_arch): New function.
4361
43f3e411
DE
43622014-11-20 Doug Evans <xdje42@gmail.com>
4363
4364 * gdb.base/maint.exp: Update expected output.
4365
0d7b2549
AA
43662014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4367
4368 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4369 4-byte instruction on S390.
4370
8908fca5
JB
43712014-11-19 Joel Brobecker <brobecker@adacore.com>
4372
4373 * gdb.ada/arr_arr: New testcase.
4374
4a46959e
JB
43752014-11-19 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.ada/pkd_arr_elem: New Testcase.
4378
470e2f4e
LM
43792014-11-18 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * gdb.reverse/break-precsave: Expect completion message for
4382 core file reads.
4383 * gdb.reverse/consecutive-precsave.exp: Likewise.
4384 * gdb.reverse/finish-precsave.exp: Likewise.
4385 * gdb.reverse/i386-precsave.exp: Likewise.
4386 * gdb.reverse/machinestate-precsave.exp: Likewise.
4387 * gdb.reverse/sigall-precsave.exp: Likewise.
4388 * gdb.reverse/solib-precsave.exp: Likewise.
4389 * gdb.reverse/step-precsave.exp: Likewise.
4390 * gdb.reverse/until-precsave.exp: Likewise.
4391 * gdb.reverse/watch-precsave.exp: Likewise.
4392
a267f3ad
AA
43932014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4394
4395 * gdb.base/bp-permanent.c: Include unistd.h.
4396 * gdb.python/py-framefilter-mi.c (main): Add return type.
4397 * gdb.python/py-framefilter.c (main): Likewise.
4398 * gdb.trace/actions-changed.c (main): Likewise.
4399
12084a9a
AA
44002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4401
4402 * gdb.mi/until.c: Add eye-catchers.
4403 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4404 line numbers.
4405
dc7e1a77
AA
44062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4407
4408 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4409 function header variants in break1.c.
4410 * gdb.base/ena-dis-br.exp: Likewise.
4411 * gdb.base/hbreak2.exp: Likewise.
4412 * gdb.reverse/until-precsave.exp: Drop references to removed
4413 non-prototype function header variants in ur1.c.
4414 * gdb.reverse/until-reverse.exp: Likewise.
4415
41c77605
PM
44162014-11-17 Petr Machata <pmachata@redhat.com>
4417
4418 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4419 ${_cu_offset_size} bytes abbrev offset.
4420
34248c3a
DE
44212014-11-15 Doug Evans <xdje42@gmail.com>
4422
4423 PR symtab/17559
4424 * gdb.base/line-symtabs.exp: New file.
4425 * gdb.base/line-symtabs.c: New file.
4426 * gdb.base/line-symtabs.h: New file.
4427
646da059
YQ
44282014-11-14 Yao Qi <yao@codesourcery.com>
4429
4430 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4431 (func): Add label func_label.
4432 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4433 Replace low_pc and high_pc with MACRO_AT_range.
4434 Replace name, low_pc and high_pc with MACRO_AT_func.
4435
9301ebe6
YQ
44362014-11-14 Yao Qi <yao@codesourcery.com>
4437
4438 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4439 Replace name, low_pc and high_pc with MACRO_AT_func.
4440
f166b542
YQ
44412014-11-14 Yao Qi <yao@codesourcery.com>
4442
4443 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4444 produce debug information.
4445 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4446
0f6e71e3
YQ
44472014-11-14 Yao Qi <yao@codesourcery.com>
4448
4449 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4450 object and get function length.
4451 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4452 with MACRO_AT_func.
4453 (top-level): Replace gdb_compile and clean_restart with
4454 prepare_for_testing.
4455 * gdb.dwarf2/main.c (main): Add label main_label.
4456
876c4df9
YQ
44572014-11-14 Yao Qi <yao@codesourcery.com>
4458
4459 * lib/dwarf.exp (function_range): New procedure.
4460 (Dwarf::_handle_macro_at_func): New procedure.
4461 (Dwarf::_handle_macro_at_range): New procedure.
4462 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4463
02ad9cf1
YQ
44642014-11-14 Yao Qi <yao@codesourcery.com>
4465
4466 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4467 (_handle_attribute): New procedure.
4468
a59add0c
AA
44692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4470
4471 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4472 * gdb.base/call-sc.c (zed): Likewise.
4473 * gdb.base/checkpoint.c (main): Likewise.
4474 * gdb.base/dump.c (main): Likewise.
4475 * gdb.base/gcore.c (main): Likewise.
4476 * gdb.base/huge.c (main): Likewise.
4477 * gdb.base/multi-forks.c (main): Likewise.
4478 * gdb.base/pr10179-a.c (main): Likewise.
4479 * gdb.base/savedregs.c (main): Likewise.
4480 * gdb.base/sigaltstack.c (main): Likewise.
4481 * gdb.base/siginfo.c (main): Likewise.
4482 * gdb.base/structs.c (zed): Likewise.
4483 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4484 * gdb.mi/mi-syn-frame.c (main): Likewise.
4485 * gdb.mi/until.c (foo, main): Likewise.
4486 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4487 * gdb.base/solib-weak.c (foo): Declare.
4488 * gdb.base/attach-twice.c: Include stdio.h.
4489 * gdb.base/weaklib1.c: Likewise.
4490 * gdb.base/weaklib2.c: Likewise.
4491 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4492 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4493 unistd.h.
4494 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4495 * gdb.mi/mi-exit-code.c: Likewise.
4496 * gdb.base/break-interp-lib.c: Include string.h.
4497 * gdb.base/coremaker.c: Likewise.
4498 * gdb.base/testenv.c: Likewise.
4499 * gdb.python/py-finish-breakpoint.c: Likewise.
4500 * gdb.base/inferior-died.c: Include sys/wait.h.
4501 * gdb.base/fileio.c: Include time.h.
4502 * gdb.base/async-shell.c: Include unistd.h.
4503 * gdb.base/dprintf-non-stop.c: Likewise.
4504 * gdb.base/info-os.c: Likewise.
4505 * gdb.mi/mi-console.c: Likewise.
4506 * gdb.mi/watch-nonstop.c: Likewise.
4507 * gdb.python/py-events.c: Likewise.
4508 * gdb.base/async.c (baz): Move up before its invocation.
4509 * gdb.base/code_elim2.c (my_global_func): Likewise.
4510 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4511 * gdb.base/advance.c (func2): Likewise.
4512
3b5d5997
AA
45132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4514
4515 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4516 variant.
4517 * gdb.base/annota3.c: Likewise.
4518 * gdb.base/async.c: Likewise.
4519 * gdb.base/average.c: Likewise.
4520 * gdb.base/call-ar-st.c: Likewise.
4521 * gdb.base/call-rt-st.c: Likewise.
4522 * gdb.base/call-sc.c: Likewise.
4523 * gdb.base/call-strs.c: Likewise.
4524 * gdb.base/ending-run.c: Likewise.
4525 * gdb.base/execd-prog.c: Likewise.
4526 * gdb.base/exprs.c: Likewise.
4527 * gdb.base/foll-exec.c: Likewise.
4528 * gdb.base/foll-fork.c: Likewise.
4529 * gdb.base/foll-vfork.c: Likewise.
4530 * gdb.base/funcargs.c: Likewise.
4531 * gdb.base/gcore.c: Likewise.
4532 * gdb.base/jump.c: Likewise.
4533 * gdb.base/langs0.c: Likewise.
4534 * gdb.base/langs1.c: Likewise.
4535 * gdb.base/langs2.c: Likewise.
4536 * gdb.base/mips_pro.c: Likewise.
4537 * gdb.base/nodebug.c: Likewise.
4538 * gdb.base/opaque0.c: Likewise.
4539 * gdb.base/opaque1.c: Likewise.
4540 * gdb.base/recurse.c: Likewise.
4541 * gdb.base/run.c: Likewise.
4542 * gdb.base/scope0.c: Likewise.
4543 * gdb.base/scope1.c: Likewise.
4544 * gdb.base/setshow.c: Likewise.
4545 * gdb.base/setvar.c: Likewise.
4546 * gdb.base/shmain.c: Likewise.
4547 * gdb.base/shr1.c: Likewise.
4548 * gdb.base/shr2.c: Likewise.
4549 * gdb.base/sigall.c: Likewise.
4550 * gdb.base/signals.c: Likewise.
4551 * gdb.base/so-indr-cl.c: Likewise.
4552 * gdb.base/solib2.c: Likewise.
4553 * gdb.base/structs.c: Likewise.
4554 * gdb.base/sum.c: Likewise.
4555 * gdb.base/vforked-prog.c: Likewise.
4556 * gdb.base/watchpoint.c: Likewise.
4557 * gdb.reverse/shr2.c: Likewise.
4558 * gdb.reverse/until-reverse.c: Likewise.
4559 * gdb.reverse/ur1.c: Likewise.
4560 * gdb.reverse/watch-reverse.c: Likewise.
4561
066a77c5
AA
45622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4563
4564 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4565 variant.
4566 * gdb.base/sepdebug.exp: Drop references to removed code.
4567
4f204ea5
AA
45682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4569
4570 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4571 variant. Preserve original line numbering.
4572 * gdb.base/list1.c: Likewise.
4573
3b377a3a
AA
45742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4575
4576 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4577 variant.
4578 * gdb.base/break1.c: Likewise.
4579 * gdb.base/break.exp: Drop references to removed code.
4580
e444df73
AA
45812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4582
4583 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4584 variant.
4585
8008f2a7
AA
45862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4587
4588 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4589
a5a06887
AA
45902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4591
4592 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4593 logic into perform_all_tests() and invoke it with and without
4594 function header prototypes.
4595 (do_function_calls): Remove conditional XFAIL for PR 5318.
4596 (rerun_and_prepare): Remove duplicate code.
4597 (perform_all_tests): New. Main logic moved here.
4598
44dba9b9
AA
45992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4600
4601 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4602 code guarded by #ifdef NO_PROTOTYPES.
4603 (t_double_many_args): Likewise.
4604 (DEF_FUNC_MANY_ARGS_1): Likewise.
4605 (DEF_FUNC_VALUES_1): Likewise.
4606 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4607 guarded by #ifdef PROTOTYPES.
4608
d1fbcd56
AA
46092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4610
4611 * gdb.mi/mi-console.c: Add eye-catcher.
4612 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4613 instead of literal line number.
4614
b0e59b8f
AA
46152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4616
4617 * gdb.base/shr2.c: Add eye-catcher.
4618 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4619 line number.
4620
78f98cca
AA
46212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4622
4623 * gdb.base/jump.c: Add eye-catchers.
4624 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4625 numbers.
4626
58fa2af0
AA
46272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4628
4629 * gdb.base/execd-prog.c: Add eye-catchers.
4630 * gdb.base/foll-exec.c: Likewise.
4631 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4632 line numbers.
4633
04e5059b
AA
46342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4635
4636 * gdb.base/ending-run.c: Add eye-catchers.
4637 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4638 literal line numbers.
4639
dbfdb174
AA
46402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4641
4642 * gdb.base/call-rt-st.c: Add eye-catchers.
4643 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4644 literal line numbers.
4645
888a2ade
AA
46462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4647
4648 * gdb.base/call-ar-st.c: Add eye-catchers.
4649 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4650 literal line numbers.
4651
6acc2dde
AA
46522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4653
4654 * gdb.base/average.c: Add eye-catchers.
4655 * gdb.base/sum.c: Likewise.
4656 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4657 regexps dynamically.
4658
9ecfcd1d
AA
46592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4660
4661 * gdb.base/solib1.c: Add eye-catchers.
4662 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4663 literal line numbers.
4664
78708b7c
PA
46652014-11-12 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4668 leader has exited.
4669
af48d08f
PA
46702014-11-12 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.arch/i386-bp_permanent.c: New file.
4673 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4674 (srcfile): Set to i386-bp_permanent.c.
4675 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4676 that stepi does not execute the 'leave' instruction, instead of
4677 testing it does execute.
4678 * gdb.base/bp-permanent.c: New file.
4679 * gdb.base/bp-permanent.exp: New file.
4680
af3768e9
DE
46812014-11-10 Doug Evans <xdje42@gmail.com>
4682
4683 PR symtab/17564
4684 * gdb.base/symtab-search-order.exp: New file.
4685 * gdb.base/symtab-search-order.c: New file.
4686 * gdb.base/symtab-search-order-1.c: New file.
4687 * gdb.base/symtab-search-order-shlib-1.c: New file.
4688
9de00a4a
PA
46892014-11-07 Pedro Alves <palves@redhat.com>
4690
4691 PR gdb/17511
4692 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4693 i?86-*-linux*.
4694
e0f52461
SC
46952014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4696
4697 PR c++/17494
4698 * gdb.cp/pr17494.cc: New file.
4699 * gdb.cp/pr17494.exp: New file.
4700
6ce8c980
YQ
47012014-11-02 Yao Qi <yao@codesourcery.com>
4702
4703 * gdb.python/python.exp: Get working directory and match the
4704 output of "set extended-prompt \\w " with it.
4705
02be9a71
DE
47062014-10-30 Doug Evans <dje@google.com>
4707
4708 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4709 in objfiles.
4710 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4711 in progspaces.
4712
3bdff46b
LM
47132014-10-30 Janis Johnson <janisjo@codesourcery.com>
4714
4715 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4716 * gdb.base/realname-expand.exp: Likewise.
4717 * gdb.linespec/macro-relative.exp: Likewise.
4718
ab917dfb
PA
47192014-10-29 Pedro Alves <palves@redhat.com>
4720
4721 PR gdb/17408
4722 * gdb.threads/schedlock.c (some_function): New function.
4723 (call_function): New global.
4724 (MAYBE_CALL_SOME_FUNCTION): New macro.
4725 (thread_function): Call it.
4726 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4727 and use it instead of a global counter. Adjust all callers.
4728 (get_current_thread): Use "find current thread" for test message
4729 here rather than having all callers pass down the same string.
4730 (goto_loop): New procedure, factored out from ...
4731 (my_continue): ... this.
4732 (step_ten_loops): Change parameter from test message to command to
4733 use. Adjust.
4734 (list_count): Delete global.
4735 (check_result): New procedure, factored out from duplicate top
4736 level code.
4737 (continue tests): Wrap in with_test_prefix.
4738 (test_step): New procedure, factored out from duplicate top level
4739 code.
4740 (top level): Test "step" in combination with all scheduler-locking
4741 modes. Test "next" in combination with all scheduler-locking
4742 modes, and in combination with stepping over a function call or
4743 not.
4744 * gdb.threads/next-bp-other-thread.c: New file.
4745 * gdb.threads/next-bp-other-thread.exp: New file.
4746
d3d4baed
PA
47472014-10-29 Pedro Alves <palves@redhat.com>
4748
4749 PR python/17372
4750 * gdb.python/python.exp: Test a multi-line command that spawns
4751 interactive Python.
4752 * gdb.base/multi-line-starts-subshell.exp: New file.
4753
563e8d85
YQ
47542014-10-29 Yao Qi <yao@codesourcery.com>
4755
4756 * gdb.base/fileio.exp: Make directories on host.
4757
0ea4d52e
YQ
47582014-10-29 Yao Qi <yao@codesourcery.com>
4759
4760 * gdb.base/fileio.c (test_write): Close the file.
4761
7f5ef605
PA
47622014-10-28 Pedro Alves <palves@redhat.com>
4763
4764 PR gdb/12623
4765 * gdb.base/sigstep.c (no_handler): New global.
4766 (main): If 'no_handler is true, set the signal handlers to
4767 SIG_IGN.
4768 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4769 with_sw_watch and no_handler parameters. Handle them.
4770 (top level) <stepping over handler when stopped at a breakpoint
4771 test>: Add a test axis for testing with a software watchpoint, and
4772 another for testing with the signal handler set to SIG_IGN.
4773 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4774 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4775
abbdbd03
PA
47762014-10-28 Pedro Alves <palves@redhat.com>
4777
4778 PR gdb/17511
4779 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4780 * gdb.base/sigstep.exp (other_handler_location): New global.
4781 (advance): Support stepping into the signal handler, and running
4782 commands while in the handler.
4783 (in_handler_map): New global.
4784 (top level): In the advance test, add combinations for getting
4785 into the handler with stepping commands, and for running commands
4786 in the handler. Add comment descripting the advancei tests.
4787
1df4399f
PA
47882014-10-28 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.base/sigstep.exp: Use build_executable instead of
4791 prepare_for_testing.
4792 (top level): Move code that starts GDB, runs to main and creates a
4793 display to ...
4794 (restart): ... this new procedure.
4795 (top level): Move backtrace from signal handler test to ...
4796 (validate_backtrace): ... this new procedure.
4797 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4798 with_test_prefix. Always restart GDB.
4799 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4800 with_test_prefix. Always restart GDB. No need to delete
4801 breakpoints after the test.
4802 (test_skip_handler): Remove prefix parameter.
4803 (skip_over_handler, breakpoint_to_handler)
4804 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4805 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4806 restart GDB. No need to delete breakpoints after the test.
4807 (top level): Use foreach to call the test procedures with
4808 different commands.
4809
a5b6e449
PA
48102014-10-28 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4813 instead of GNATS numbers.
4814 * gdb.base/sigbpt.exp: Likewise.
4815 * gdb.base/siginfo.exp: Likewise.
4816 * gdb.base/sigstep.exp: Likewise.
4817
e5f8a7cc
PA
48182014-10-27 Pedro Alves <palves@redhat.com>
4819
4820 * gdb.base/sigstep.c (dummy): New global.
4821 (main): Issue a couple writes to the new global.
4822 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4823 procedures.
4824 (skip_over_handler): Use test_skip_handler.
4825 (top level): Call skip_over_handler for stepi and nexti too.
4826 (breakpoint_over_handler): Use test_skip_handler.
4827 (top level): Call breakpoint_over_handler for stepi and nexti too.
4828
763905a3
YQ
48292014-10-27 Yao Qi <yao@codesourcery.com>
4830
4831 * gdb.trace/tfile.c (adjust_function_address)
4832 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4833 function descriptor.
4834
6f259a23
DB
48352014-10-24 Don Breazeal <donb@codesourcery.com>
4836
4837 * gdb.base/foll-fork.exp (test_follow_fork,
4838 catch_fork_child_follow): Check for updated fork messages emitted
4839 from infrun.c.
4840 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4841 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4842 vfork_and_exec_child_follow_through_step): Check for updated vfork
4843 messages emitted from infrun.c.
4844
09dd9a69
PA
48452014-10-24 Pedro Alves <palves@redhat.com>
4846
4847 * gdb.base/corefile.exp: Remove references to ultrix.
4848 * gdb.base/interrupt.exp: Likewise.
4849 * gdb.base/whatis.exp: Likewise.
4850 * gdb.gdb/selftest.exp: Likewise.
4851 * gdb.threads/manythreads.exp: Likewise.
4852 * gdb.threads/print-threads.exp: Likewise.
4853 * gdb.threads/pthreads.exp:: Likewise.
4854 * gdb.threads/schedlock.exp: Likewise.
4855
3433cfa5
SC
48562014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4857
4858 * gdb.cp/non-trivial-retval.cc: Add a test case.
4859 * gdb.cp/non-trivial-retval.exp: Add a test.
4860
092f880b
YQ
48612014-10-20 Yao Qi <yao@codesourcery.com>
4862
4863 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4864 * gdb.python/py-objfile-script-gdb.py: New file.
4865 * gdb.python/py-objfile-script.exp: Update reference to
4866 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4867 of remote_download. Remove the dest file.
4868
acbdb7f3
YQ
48692014-10-20 Yao Qi <yao@codesourcery.com>
4870
4871 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4872 * gdb.base/step-line.exp: Likewise.
4873 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4874 * gdb.dwarf2/dw2-basic.exp: Likewise.
4875 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4876 * gdb.dwarf2/dw2-filename.exp: Likewise.
4877 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4878 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4879 * gdb.dwarf2/dw2-producer.exp: Likewise.
4880 * gdb.dwarf2/mac-fileno.exp: Likewise.
4881 * gdb.python/py-frame-args.exp: Likewise.
4882 * gdb.python/py-framefilter.exp: Likewise.
4883 * gdb.python/py-mi.exp: Likewise.
4884 * gdb.python/py-objfile-script.exp: Likewise
4885 * gdb.python/py-pp-integral.exp: Likewise.
4886 * gdb.python/py-pp-re-notag.exp: Likewise.
4887 * gdb.python/py-prettyprint.exp: Likewise.
4888 * gdb.python/py-section-script.exp: Likewise.
4889 * gdb.python/py-typeprint.exp: Likewise.
4890 * gdb.python/py-xmethods.exp: Likewise.
4891 * gdb.stabs/weird.exp: Likewise.
4892 * gdb.xml/tdesc-regs.exp: Likewise.
4893
bd286a29
KCY
48942014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4895
4896 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4897 (out_cu): Use addr_len for the size of addresses.
4898 (out_line): Likewise. Size DW_LNE_set_address instruction
4899 according to addr_len.
4900 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4901 (FUNC): Add START_INSNS to definition.
4902
673dc4a0
YQ
49032014-10-18 Yao Qi <yao@codesourcery.com>
4904
4905 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4906 gdb_has_argv0 return true.
4907 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4908 check [target_info exists noargs], check [gdb_has_argv0]
4909 instead.
4910 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4911 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4912 procedures.
4913
4ffbba72
DE
49142014-10-17 Doug Evans <dje@google.com>
4915
4916 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4917 event.
4918 * gdb.python/py-events.py: Add clear_objfiles event.
4919
d096d8c1
DE
49202014-10-17 Doug Evans <dje@google.com>
4921
4922 * gdb.python/py-objfile.exp: Test progspace attribute.
4923
a80db015
LM
49242014-10-17 Luis Machado <lgustavo@codesourcery.com>
4925
4926 * gdb.guile/scm-breakpoint.exp: Do not assume any
4927 directory separators when matching source file paths.
4928 * gdb.python/py-breakpoint.exp: Likewise.
4929 * gdb.reverse/break-precsave.exp: Likewise.
4930 * gdb.reverse/break-reverse.exp: Likewise.
4931 * gdb.reverse/consecutive-precsave.exp: Likewise.
4932 * gdb.reverse/finish-precsave.exp: Likewise.
4933 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4934 * gdb.reverse/finish-reverse.exp: Likewise.
4935 * gdb.reverse/i386-precsave.exp: Likewise.
4936 * gdb.reverse/i387-env-reverse.exp: Likewise.
4937 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4938 * gdb.reverse/machinestate-precsave.exp: Likewise.
4939 * gdb.reverse/machinestate.exp: Likewise.
4940 * gdb.reverse/sigall-precsave.exp: Likewise.
4941 * gdb.reverse/solib-precsave.exp: Likewise.
4942 * gdb.reverse/step-precsave.exp: Likewise.
4943 * gdb.reverse/until-precsave.exp: Likewise.
4944 * gdb.reverse/watch-precsave.exp: Likewise.
4945 * gdb.reverse/watch-reverse.exp: Likewise.
4946
b22089ab
YQ
49472014-10-17 Yao Qi <yao@codesourcery.com>
4948
4949 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4950 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4951
6c4486e6
PA
49522014-10-17 Pedro Alves <palves@redhat.com>
4953
4954 PR gdb/17471
4955 * gdb.base/bg-execution-repeat.c: New file.
4956 * gdb.base/bg-execution-repeat.exp: New file.
4957
0ff33695
PA
49582014-10-17 Pedro Alves <palves@redhat.com>
4959
4960 PR gdb/17300
4961 * gdb.base/continue-all-already-running.c: New file.
4962 * gdb.base/continue-all-already-running.exp: New file.
4963
6fdebc3d
PA
49642014-10-17 Pedro Alves <palves@redhat.com>
4965
4966 PR gdb/17472
4967 * gdb.base/annota-input-while-running.c: New file.
4968 * gdb.base/annota-input-while-running.exp: New file.
4969
32a8097b
PA
49702014-10-17 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.base/callfuncs.exp: emove references to osf.
4973 * gdb.base/sigall.exp: Likewise.
4974 * gdb.gdb/selftest.exp: Likewise.
4975 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4976 * gdb.mi/non-stop.c: Likewise.
4977 * gdb.mi/pthreads.c: Likewise.
4978 * gdb.reverse/sigall-precsave.exp: Likewise.
4979 * gdb.reverse/sigall-reverse.exp: Likewise.
4980 * gdb.threads/pthreads.c: Likewise.
4981 * gdb.threads/pthreads.exp: Likewise.
4982
7a3517ff
YQ
49832014-10-17 Yao Qi <yao@codesourcery.com>
4984
4985 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4986 check 'target_info exists noargs'.
4987 (test_command_prompt_position): Likewise.
4988 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4989 Remove "set args".
4990 (progvar_simple_while_test): Likewise.
4991 (progvar_complex_if_while_test): Likewise.
4992 (if_while_breakpoint_command_test): Likewise.
4993 (infrun_breakpoint_command_test): Likewise.
4994 (breakpoint_command_test): Likewise.
4995 (watchpoint_command_test): Likewise.
4996 (bp_deleted_in_command_test): Likewise.
4997 (temporary_breakpoint_commands): Likewise.
4998
bb99c472
YQ
49992014-10-16 Yao Qi <yao@codesourcery.com>
5000
5001 * gdb.base/remotetimeout.exp: Remove noargs checking.
5002
7c16b83e
PA
50032014-10-15 Pedro Alves <palves@redhat.com>
5004
5005 PR breakpoints/9649
5006 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5007 * gdb.base/breakpoint-in-ro-region.exp
5008 (probe_target_hardware_step): New procedure.
5009 (top level): Probe hardware stepping and hardware breakpoint
5010 support. Test stepping through a read-only region, with both
5011 "breakpoint auto-hw" on and off and both "always-inserted" on and
5012 off.
5013
35a49624
IB
50142014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5015
5016 * gdb.dlang/demangle.exp: Update for demangling changes.
5017
2d1c107c
SC
50182014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5019
5020 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5021 * gdb.cp/non-trivial-retval.exp: Add new tests.
5022
778811d5
SC
50232014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5024
5025 PR c++/13403
5026 PR c++/15154
5027 * gdb.cp/non-trivial-retval.cc: New file.
5028 * gdb.cp/non-trivial-retval.exp: New file.
5029
10c5f0a8
YQ
50302014-10-15 Yao Qi <yao@codesourcery.com>
5031
5032 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5033 remote host.
5034
65d7b369
YQ
50352014-10-15 Yao Qi <yao@codesourcery.com>
5036
5037 * gdb.python/py-symbol.exp: Match file base name if host is
5038 remote, otherwise match file name with dir name.
5039 * gdb.python/py-symtab.exp: Likewise.
5040 * gdb.python/python.exp: Likewise.
5041
46dc1394
YQ
50422014-10-15 Yao Qi <yao@codesourcery.com>
5043
5044 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5045 pattern.
5046 * gdb.python/py-symtab.exp: Likewise.
5047 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5048 locationn.
5049
c40cc657
JB
50502014-10-14 Joel Brobecker <brobecker@adacore.com>
5051
5052 * gdb.ada/addr_arith: New testcase.
5053
2abf49e1
MR
50542014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5055
5056 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5057 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5058 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5059 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5060
f7088df3
SDJ
50612014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5062
5063 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5064 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5065 * gdb.arch/stap-eval-lang-ada.exp: New file.
5066
4dc06805
YQ
50672014-10-14 Yao Qi <yao@codesourcery.com>
5068
5069 * gdb.mi/mi-var-child.c (nothing1): New function.
5070 (nothing2): New function.
5071 (do_children_tests): Set function pointers by nothing1 and
5072 nothing2.
5073 * gdb.mi/mi-var-child.exp: Step over new added statements.
5074 Update test to match the new output.
5075 * gdb.mi/var-cmd.c (nothing1): New function.
5076 (nothing2): New function.
5077 (do_children_tests): Set function pointers by nothing1 and
5078 nothing2.
5079 * gdb.mi/mi-var-display.exp: Update test to match output.
5080 Step to the line specified by $line_dct_nothing.
5081 Increase the number of lines to step.
5082
46a93de2
YQ
50832014-10-14 Yao Qi <yao@codesourcery.com>
5084
5085 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5086 tests.
5087 * gdb.mi/mi2-var-child.exp: Likewise.
5088
14ea52ee
DE
50892014-10-13 Doug Evans <dje@google.com>
5090
5091 * gdb.python/py-objfile.exp: Change name of file name test.
5092
e5c6e92b
DE
50932014-10-13 Doug Evans <dje@google.com>
5094
5095 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5096 from the start of the CU.
5097
c780cc2f
JK
50982014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5099 Yao Qi <yao@codesourcery.com>
5100
5101 Fix "save breakpoints" for "catch" command.
5102 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5103 Remove -nonewline. Match also the added "main" line.
5104
99894e11
JK
51052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 Fix "save breakpoints" for "disable $bpnum" command.
5108 * gdb.base/save-bp.c (main): Add label.
5109 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5110
6e1ac5a3
JK
51112014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5114
754dd2b0
YQ
51152014-10-11 Yao Qi <yao@codesourcery.com>
5116
5117 * gdb.server/server-kill.exp: Execute command
5118 "set remote trace-status-packet on" before "tstatus".
5119
f90183d7
YQ
51202014-10-11 Yao Qi <yao@codesourcery.com>
5121
5122 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5123 (main): Call getppid.
5124 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5125 and continue to it. Read variable "server_pid".
5126
bf40a607
YQ
51272014-10-11 Yao Qi <yao@codesourcery.com>
5128
5129 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5130
052ca370
YQ
51312014-10-11 Yao Qi <yao@codesourcery.com>
5132
5133 * gdb.threads/thread-find.exp: Don't execute command
5134 "info threads".
5135 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5136 * gdb.threads/linux-dp.exp: Don't check the condition
5137 $threads_created equals to zero.
5138
3831839c
PA
51392014-10-10 Pedro Alves <palves@redhat.com>
5140
5141 * gdb.base/bigcore.exp: Remove references to IRIX.
5142 * gdb.base/funcargs.exp: Likewise.
5143 * gdb.base/interrupt.exp: Likewise.
5144 * gdb.base/mips_pro.exp: Likewise.
5145 * gdb.base/nodebug.exp: Likewise.
5146 * gdb.base/setvar.exp: Likewise.
5147 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5148
8b9a549d
PA
51492014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5150 Pedro Alves <palves@redhat.com>
5151
5152 PR symtab/14466
5153 * gdb.base/vdso-warning.c: New file.
5154 * gdb.base/vdso-warning.exp: New file.
5155
d48ba5e8
DE
51562014-10-02 Doug Evans <dje@google.com>
5157
5158 * gdb.base/structs.c (main): Don't run forever.
5159
2278c276
PA
51602014-10-02 Pedro Alves <palves@redhat.com>
5161
5162 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5163 (top level) <stop threads 1, stop threads 2>: Use it.
5164
b57bacec
PA
51652014-10-02 Pedro Alves <palves@redhat.com>
5166
5167 * gdb.threads/break-while-running.exp (test): Add new
5168 'update_thread_list' argument. Skip "info threads" if false.
5169 (top level): Add new 'update_thread_list' axis.
5170
13fd3ff3
PA
51712014-10-02 Pedro Alves <palves@redhat.com>
5172
5173 PR breakpoints/17431
5174 * gdb.base/execl-update-breakpoints.c: New file.
5175 * gdb.base/execl-update-breakpoints.exp: New file.
5176
0fec99e8
PA
51772014-10-01 Pedro Alves <palves@redhat.com>
5178
5179 * gdb.base/breakpoint-in-ro-region.c: New file.
5180 * gdb.base/breakpoint-in-ro-region.exp: New file.
5181
2ddf4301
SM
51822014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5183
5184 * gdb.mi/mi-exit-code.exp: New file.
5185 * gdb.mi/mi-exit-code.c: New file.
5186
6a5f3f43
YQ
51872014-09-30 Yao Qi <yao@codesourcery.com>
5188
5189 * lib/prelink-support.exp (build_executable_own_libs): Error if
5190 the target isn't native.
5191
345bcc73
YQ
51922014-09-30 Yao Qi <yao@codesourcery.com>
5193
5194 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5195 false.
5196
a25a5a45
PA
51972014-09-22 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.threads/break-while-running.exp: New file.
5200 * gdb.threads/break-while-running.c: New file.
5201
00ba3162
YQ
52022014-09-19 Yao Qi <yao@codesourcery.com>
5203
5204 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5205 Invoke test. Restart GDB with --readnow and invoke test again.
5206
c3b7b696
YQ
52072014-09-19 Yao Qi <yao@codesourcery.com>
5208
5209 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5210 proc set_breakpoint_on_gcd_function. Invoke
5211 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5212 invoke set_breakpoint_on_gcd_function again.
5213
2b4fd423
DE
52142014-09-18 Doug Evans <dje@google.com>
5215
5216 * gdb.dwarf2/symtab-producer.exp: New file.
5217
a5947601
SDJ
52182014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5219
5220 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5221 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5222 * gdb.base/global-var-nested-by-dso.c: Likewise.
5223 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5224
91c19059
SDJ
52252014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5226 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.base/watch-bitfields.exp: Pass string other than test file
5229 name to prepare_for_testing.
5230 (watch): New procedure.
5231 (expect_watchpoint): Use with_test_prefix.
5232 (top level): Factor out tests to ...
5233 (test_watch_location, test_regular_watch): ... these new
5234 procedures, and use with_test_prefix and gdb_continue_to_end.
5235
bb9d5f81
PP
52362014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5237
5238 PR breakpoints/12526
5239 * gdb.base/watch-bitfields.exp: New file.
5240 * gdb.base/watch-bitfields.c: New file.
5241
635856f5
PA
52422014-09-16 Pedro Alves <palves@redhat.com>
5243
5244 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5245 software and hardware addresses, not software address against
5246 itself.
5247
7280ceea
PA
52482014-09-16 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5251 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5252
428b16bd
PA
52532014-09-16 Pedro Alves <palves@redhat.com>
5254
5255 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5256 files.
5257 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5258 "*-*-vxworks*" throughout.
5259 * gdb.base/break.exp: Likewise.
5260 * gdb.base/default.exp: Likewise.
5261 * gdb.base/scope.exp: Likewise.
5262 * gdb.base/sepdebug.exp: Likewise.
5263 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5264 throughout.
5265 * gdb.base/run.c: Likewise.
5266 * gdb.base/sepdebug.c: Likewise.
5267 * gdb.hp/gdb.aCC/run.c: Likewise.
5268 * gdb.reverse/until-reverse.c: Likewise.
5269 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5270
666d413c
YQ
52712014-09-16 Yao Qi <yao@codesourcery.com>
5272
5273 * boards/local-remote-host-native.exp: New file.
5274
57cbd724
DE
52752014-09-14 Doug Evans <xdje42@gmail.com>
5276
5277 * gdb.threads/queue-signal.c (thread_count): New variable.
5278 (thread_count_mutex, thread_count_condvar): New variables.
5279 (incr_thread_count, wait_all_threads_running): New functions.
5280 (main): Wait for all threads to be in their thread functions.
5281
81219e53
DE
52822014-09-13 Doug Evans <xdje42@gmail.com>
5283
5284 * gdb.threads/queue-signal.c: New file.
5285 * gdb.threads/queue-signal.exp: New file.
5286
3714cea7
DE
52872014-09-13 Doug Evans <xdje42@gmail.com>
5288
5289 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5290 be consistent with what default_gdb_init uses.
5291 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5292 the plain text of the prompt. Add some logging printfs.
5293 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5294
fa43b1d7
PA
52952014-09-12 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5298 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5299 * gdb.arch/i386-size-overlap.exp: Likewise.
5300 * gdb.arch/i386-size.exp: Likewise.
5301 * gdb.arch/i386-unwind.exp: Likewise.
5302 * gdb.base/a2-run.exp: Likewise.
5303 * gdb.base/break.exp: Likewise.
5304 * gdb.base/charset.exp: Likewise.
5305 * gdb.base/chng-syms.exp: Likewise.
5306 * gdb.base/commands.exp: Likewise.
5307 * gdb.base/dbx.exp: Likewise.
5308 * gdb.base/find.exp: Likewise.
5309 * gdb.base/funcargs.exp: Likewise.
5310 * gdb.base/jit-simple.exp: Likewise.
5311 * gdb.base/reread.exp: Likewise.
5312 * gdb.base/sepdebug.exp: Likewise.
5313 * gdb.base/step-bt.exp: Likewise.
5314 * gdb.cp/mb-inline.exp: Likewise.
5315 * gdb.cp/mb-templates.exp: Likewise.
5316 * gdb.objc/basicclass.exp: Likewise.
5317 * gdb.threads/killed.exp: Likewise.
5318
9d9bf2df
EBM
53192014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5320
5321 PR tdep/17379
5322 * gdb.arch/powerpc-stackless.S: New file.
5323 * gdb.arch/powerpc-stackless.exp: New file.
5324
1cf2f1b0
JK
53252014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5326
5327 * gdb.base/attach.c: Include unistd.h.
5328 (main): Call alarm. Add label postloop.
5329 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5330 gdb_breakpoint, gdb_continue_to_breakpoint.
5331 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5332
98880d46
PA
53332014-09-11 Pedro Alves <palves@redhat.com>
5334
5335 PR gdb/17347
5336 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5337 * gdb.base/attach.exp (test_command_line_attach_run): New
5338 procedure.
5339 (top level): Call it.
5340
4c92ff2c
PA
53412014-09-11 Pedro Alves <palves@redhat.com>
5342
5343 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5344 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5345 (do_command_attach_tests): Use spawn_wait_for_attach.
5346 * gdb.base/solib-overlap.exp: Likewise.
5347 * gdb.multi/multi-attach.exp: Likewise.
5348 * gdb.python/py-prompt.exp: Likewise.
5349 * gdb.python/py-sync-interp.exp: Likewise.
5350 * gdb.server/ext-attach.exp: Likewise.
5351
3adc1a7d
GKB
53522014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5353
5354 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5355 command in testcase. Simplify testcase.
5356
96334934
JB
53572014-09-10 Joel Brobecker <brobecker@adacore.com>
5358
5359 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5360
eb479039
JB
53612014-09-10 Joel Brobecker <brobecker@adacore.com>
5362
5363 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5364
deede10c
JB
53652014-09-10 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5368
7828a5f5
JB
53692014-09-10 Joel Brobecker <brobecker@adacore.com>
5370
5371 * gdb.dwarf2/dynarr-ptr.c: New file.
5372 * gdb.dwarf2/dynarr-ptr.exp: New file.
5373
33aeebcf
MR
53742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5375
5376 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5377 of 30 rather than hardcoding 120 for a slow test case. Take the
5378 `gdb,timeout' target setting into account for this calculation.
5379 Don't extend the timeout for the test cases that don't need it.
5380
7b415901
MR
53812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5382
5383 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5384 a factor of 2 for a slow test case. Take the `gdb,timeout'
5385 target setting into account for this calculation.
5386 * gdb.reverse/until-precsave.exp: Increase the timeout by
5387 a factor of 15 and 3 respectively rather than adding 120
5388 for a pair of slow test cases. Take the `gdb,timeout'
5389 target setting into account for this calculation.
5390
4a40f85a
MR
53912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5392
5393 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5394 timeout, don't pass one down to gdb_expect.
5395 (gdb_expect): Rework timeout selection.
5396
09635af7
MR
53972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5398
5399 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5400 exception on timeout.
5401 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5402 (gdbserver_start_extended): Catch any `gdbserver_start' error
5403 exceptions.
5404 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5405 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5406 `gdbserver_gdb_load' error exceptions.
5407
2bdd10b7
MR
54082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5409
5410 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5411 120 on waiting for the TCP socket to open.
5412
316935f0
DE
54132014-09-09 Doug Evans <xdje42@gmail.com>
5414
5415 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5416 _caller_matches, _any_caller_is, _any_caller_matches.
5417
83740597
DE
54182014-09-09 Doug Evans <xdje42@gmail.com>
5419
5420 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5421
4c122fc3
YQ
54222014-09-09 Yao Qi <yao@codesourcery.com>
5423
5424 * gdb.mi/mi-var-display.exp: Set print symbol off.
5425
a9f116cb
GKB
54262014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5427
5428 PR gdb/17035
5429 * gdb.base/commands.exp: Add tests to verify user-defined
5430 commands with empty bodies.
5431 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5432 python commands in `show user command`.
5433 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5434 scheme commands in `show user command`.
5435
c75bd3a2
JK
54362014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 PR python/17355
5439 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5440 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5441 * gdb.python/py-framefilter-invalidarg.exp: New file.
5442 * gdb.python/py-framefilter-invalidarg.py: New file.
5443
faa42425
DE
54442014-09-06 Doug Evans <xdje42@gmail.com>
5445
5446 PR 15276
5447 * gdb.python/py-caller-is.c: New file.
5448 * gdb.python/py-caller-is.exp: New file.
5449
474ca4f6
SDJ
54502014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5451
5452 PR gdb/17235
5453 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5454 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5455
eb0b0463
SDJ
54562014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5457
5458 PR fortran/17237
5459 * gdb.fortran/print-formatted.exp: New file.
5460 * gdb.fortran/print-formatted.f90: Likewise.
5461
5f3b99cf
SS
54622014-09-03 Sasha Smundak <asmundak@google.com>
5463
5464 * gdb.python/py-frame.exp: Test Frame.read_register.
5465
7d793aa9
SDJ
54662014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5467
5468 PR python/16699
5469 * gdb.python/py-completion.exp: New file.
5470 * gdb.python/py-completion.py: Likewise.
5471
fb0576e9
DE
54722014-08-28 Doug Evans <dje@google.com>
5473
5474 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5475 eax,etc. are live with values set by gdb and thus the compiler can't
5476 use them.
5477 * gdb.arch/i386-pseudo.c (main): Ditto.
5478
ee92b0dd
DE
54792014-08-27 Doug Evans <dje@google.com>
5480
5481 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5482
6649db35
DE
54832014-08-25 Doug Evans <dje@google.com>
5484
5485 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5486 (main): Ditto.
5487
564b7600
DE
54882014-08-25 Doug Evans <dje@google.com>
5489
5490 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5491
3881fb67
YQ
54922014-08-24 Yao Qi <yao@codesourcery.com>
5493
5494 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5495 symbol off.
5496 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5497
a05a36a5
DE
54982014-08-22 Doug Evans <dje@google.com>
5499
5500 PR 17276
5501 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5502 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5503 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5504
7c343b48
YQ
55052014-08-22 Yao Qi <yao@codesourcery.com>
5506
5507 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5508 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5509 * gdb.python/python.exp: Likewise. Use .py file on the host
5510 instead of the build.
5511
22fd09ae
JK
55122014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5513
5514 * gdb.threads/gcore-stale-thread.c: New file.
5515 * gdb.threads/gcore-stale-thread.exp: New file.
5516
a8454a7c
PA
55172014-08-21 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5520 * gdb.base/gcore-relro-pie.exp: Likewise.
5521 * gdb.base/gcore-relro.exp: Likewise.
5522 * gdb.base/gcore.exp: Likewise.
5523 * gdb.base/print-symbol-loading.exp: Likewise.
5524 * gdb.threads/gcore-thread.exp: Likewise.
5525 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5526
2a31c623
PA
55272014-08-20 Pedro Alves <palves@redhat.com>
5528 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5531 configure.
5532 (EXPECT): Handle READ1 being set.
5533 (all): Depend on EXTRA_RULES.
5534 (check-read1, expect-read1, read1.so, read1): New rules.
5535 * README (Testsuite Parameters): Document the READ1 make variable.
5536 (Race detection): New section.
5537 * configure: Regenerate.
5538 * configure.ac: If build==host==target, and running under a
5539 GNU/glibc system, add read1 to the extra Makefile rules.
5540 (EXTRA_RULES): AC_SUBST it.
5541 * lib/read1.c: New file.
5542
d36430db
JB
55432014-08-20 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5546 the handling of variables declared as a typedef to an array
5547 which a DW_AT_data_location attribute.
5548
9a0dc9e3
PA
55492014-08-19 Andrew Burgess <aburgess@broadcom.com>
5550 Pedro Alves <palves@redhat.com>
5551
5552 PR symtab/14604
5553 PR symtab/14605
5554 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5555 gdb_test.
5556
0718a8da
PA
55572014-08-19 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5560
13b448cd
YQ
55612014-08-19 Yao Qi <yao@codesourcery.com>
5562
5563 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5564 right line.
5565
1cbf5077
DB
55662014-08-18 David Blaikie <dblaikie@gmail.com>
5567
5568 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5569
bf0fae19
JB
55702014-08-18 Joel Brobecker <brobecker@adacore.com>
5571
5572 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5573 attribute in array range.
5574
3c8c5dcc
JB
55752014-08-18 Joel Brobecker <brobecker@adacore.com>
5576
5577 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5578
e66d4446
SC
55792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5580
5581 PR c++/17132
5582 * gdb.cp/pr17132.cc: New file.
5583 * gdb.cp/pr17132.exp: New file.
5584
940df408
SC
55852014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5586
5587 * gdb.python/py-xmethods.py (A_getarrayind)
5588 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5589 Use 'print' with function call syntax.
5590 (E_method_matcher.match): Fix tab vs space indentation mixup.
5591
ebcc6c3a
YQ
55922014-08-15 Yao Qi <yao@codesourcery.com>
5593
5594 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5595 false.
5596
775e0f04
YQ
55972014-08-15 Yao Qi <yao@codesourcery.com>
5598
5599 * gdb.cp/casts.exp: Set print symbol off.
5600 * gdb.cp/class2.exp: Likewise.
5601 * gdb.cp/overload.exp: Likewise.
5602 * gdb.cp/templates.exp: Likewise.
5603
d769e349
DE
56042014-08-11 Doug Evans <dje@google.com>
5605
5606 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5607 (test_load_shlib): Update.
5608
20c6f1e1
YQ
56092014-08-09 Yao Qi <yao@codesourcery.com>
5610
5611 * gdb.base/display.exp: Invoke is_address_zero_readable.
5612 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5613 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5614 * gdb.base/hbreak-unmapped.exp: Return if
5615 is_address_zero_readable returns true.
5616 * gdb.base/signest.exp: Likewise.
5617 * gdb.base/signull.exp: Likewise.
5618 * gdb.base/sigbpt.exp: Likewise.
5619 * gdb.guile/scm-disasm.exp: Do the test if
5620 is_address_zero_readable returns false.
5621 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5622 * gdb.python/py-arch.exp: Likewise.
5623 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5624 * lib/gdb.exp (is_address_zero_readable): New proc.
5625
5792e8e3
YQ
56262014-08-09 Yao Qi <yao@codesourcery.com>
5627
5628 PR testsuite/13443
5629 * gdb.mi/mi-var-display.exp: Make test messages unique.
5630
3cecbbbe
TT
56312014-08-04 Tom Tromey <tromey@redhat.com>
5632
5633 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5634 target 0".
5635
00b51ff5
TT
56362014-08-04 Tom Tromey <tromey@redhat.com>
5637
5638 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5639 "target_resume".
5640
6908c509
JB
56412014-08-01 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5644 inner_vla_struct_object_size.
5645 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5646 as xfail.
5647
cc6563d2
PA
56482014-07-30 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5651 comment.
5652
7e09a223
YQ
56532014-07-29 Yao Qi <yao@codesourcery.com>
5654
5655 PR gdb/17206
5656 * gdb.base/until-nodebug.exp: New.
5657
7ebdbe92
DE
56582014-07-28 Doug Evans <xdje42@gmail.com>
5659
5660 PR guile/17203
5661 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5662 previously existing parameter, and previously ambiguously spelled
5663 parameter.
5664
fdb1adc6
WN
56652014-07-28 Will Newton <will.newton@linaro.org>
5666
5667 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5668
186fcde0
DE
56692014-07-26 Ludovic Courtès <ludo@gnu.org>
5670 Doug Evans <xdje42@gmail.com>
5671
5672 PR guile/17146
5673 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5674
70509625
PA
56752014-07-25 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.threads/signal-command-handle-nopass.c: New file.
5678 * gdb.threads/signal-command-handle-nopass.exp: New file.
5679 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5680 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5681 * gdb.threads/signal-delivered-right-thread.c: New file.
5682 * gdb.threads/signal-delivered-right-thread.exp: New file.
5683
c3f814a1
PA
56842014-07-25 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/double-prompt-target-event-error.exp
5687 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5688 match.
5689 (cancel_pagination_in_target_event): Rework double prompt
5690 detection.
5691 * gdb.base/paginate-after-ctrl-c-running.exp
5692 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5693 <return>' match.
5694 * gdb.base/paginate-bg-execution.exp
5695 (test_bg_execution_pagination_return)
5696 (test_bg_execution_pagination_cancel): Remove '-notransfer
5697 <return>' matches.
5698 * gdb.base/paginate-execution-startup.exp
5699 (test_fg_execution_pagination_return)
5700 (test_fg_execution_pagination_cancel): Remove '-notransfer
5701 <return>' matches.
5702 * gdb.base/paginate-inferior-exit.exp
5703 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5704 match.
5705 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5706 * lib/gdb.exp (pagination_prompt): Run text through
5707 string_to_regexp.
5708 (gdb_test_multiple): Match $pagination_prompt instead of
5709 "<return>".
5710 (string_to_regexp): Move to lib/gdb-utils.exp.
5711
e214cf6c
JK
57122014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5713
5714 * gdb.arch/amd64-entry-value-paramref.S: New file.
5715 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5716 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5717 * gdb.arch/amd64-optimout-repeat.S: New file.
5718 * gdb.arch/amd64-optimout-repeat.c: New file.
5719 * gdb.arch/amd64-optimout-repeat.exp: New file.
5720
17d0c5c8
JK
57212014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5722
5723 PR gdb/17170
5724 * gdb.base/statistics.exp: New file.
5725
b8b8facf
DE
57262014-07-17 Doug Evans <dje@google.com>
5727
74b49205 5728 PR gdb/17170
b8b8facf
DE
5729 * gdb.base/maint.exp: Update testing of per-command stats.
5730
1b5d0ab3
PA
57312014-07-16 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5734 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5735 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5736 (tfile_write_buf): New functions.
5737 (add_memory_block): Rewrite using the above.
5738 (adjust_function_address): New function.
5739 (FUNCTION_ADDRESS): New macro.
5740 (write_basic_trace_file): Remove short_x local, and use
5741 tfile_write_16. Change type of func_addr local to unsigned long
5742 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5743 here. Cast argument of add_memory_block to char pointer.
5744 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5745 (main): Remove parameters.
5746 * gdb.trace/tfile.exp: Remove nowarnings.
5747
4d974e88
SM
57482014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5749
5750 * gdb.base/debug-expr.exp: Test string evaluation with
5751 "debug expression" on.
5752
41e99568
PA
57532014-07-15 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/reread.exp: Use clean_restart.
5756
487d9753
PL
57572014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5758
5759 * gdb.arch/avr-flash-qualifer.c: New.
5760 * gdb.arch/avr-flash-qualifer.exp: New.
5761
cc1c52ad
PA
57622014-07-14 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5765 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5766
1e973570
PA
57672014-07-14 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.base/double-prompt-target-event-error.c: New file.
5770 * gdb.base/double-prompt-target-event-error.exp: New file.
5771
93d6eb10
PA
57722014-07-14 Pedro Alves <palves@redhat.com>
5773
5774 PR gdb/17072
5775 * gdb.base/paginate-inferior-exit.c: New file.
5776 * gdb.base/paginate-inferior-exit.exp: New file.
5777
0017922d
PA
57782014-07-14 Pedro Alves <palves@redhat.com>
5779
5780 PR gdb/17072
5781 * gdb.base/paginate-bg-execution.c: New file.
5782 * gdb.base/paginate-bg-execution.exp: New file.
5783
94696ad3
PA
57842014-07-14 Pedro Alves <palves@redhat.com>
5785
5786 PR gdb/17072
5787 * gdb.base/paginate-execution-startup.c: New file.
5788 * gdb.base/paginate-execution-startup.exp: New file.
5789 * lib/gdb.exp (pagination_prompt): New global.
5790 (default_gdb_spawn): New procedure, factored out from
5791 default_gdb_spawn.
5792 (default_gdb_start): Adjust to call default_gdb_spawn.
5793 (gdb_spawn): New procedure.
5794
bd293940
PA
57952014-07-14 Pedro Alves <palves@redhat.com>
5796
5797 * lib/gdb.exp (gdb_assert): New procedure.
5798 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5799
c933f875
PA
58002014-07-14 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/execution-termios.c: New file.
5803 * gdb.base/execution-termios.exp: New file.
5804
d98b7a16
TT
58052014-07-14 Tom Tromey <tromey@redhat.com>
5806
5807 * gdb.cp/vla-cxx.cc: New file.
5808 * gdb.cp/vla-cxx.exp: New file.
5809
548740d6
TT
58102014-07-14 Tom Tromey <tromey@redhat.com>
5811
5812 * gdb.reverse/rerun-prec.c: New file.
5813 * gdb.reverse/rerun-prec.exp: New file.
5814
a25eb028
MR
58152014-07-12 Maciej W. Rozycki <macro@mips.com>
5816 Maciej W. Rozycki <macro@codesourcery.com>
5817
5818 * lib/gdb-utils.exp: New file.
5819 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5820 inline `gdb_init_command' processing.
5821 (gdb_start_cmd): Likewise.
5822 * lib/mi-support.exp (mi_run_cmd): Likewise.
5823 * README: Document `gdb_init_command' and `gdb_init_commands'.
5824
218c2655
JK
58252014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5826
5827 Fix false FAIL running under a very long directory name.
5828 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5829 and "set print elements 10000". Twice.
5830
5401fde3
YQ
58312014-07-11 Yao Qi <yao@codesourcery.com>
5832
5833 * gdb.base/exprs.exp: "set print symbol off".
5834
e76126e8
PA
58352014-07-11 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.threads/kill.c: New file.
5838 * gdb.threads/kill.exp: New file.
5839
2d6f0de6
YQ
58402014-07-10 Yao Qi <yao@codesourcery.com>
5841
5842 * gdb.trace/tfile.c (write_basic_trace_file)
5843 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5844 address written to trace file.
5845
7180e04a
PA
58462014-07-09 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.base/attach-wait-input.exp: New file.
5849 * gdb.base/attach-wait-input.c: New file.
5850
9a9a7608
AB
58512014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5852
5853 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5854 setting up test structures.
5855 (main): Call new test function.
5856 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5857 test function, continue into test function and walk test
5858 structures.
5859
161ac41e
YQ
58602014-07-02 Yao Qi <yao@codesourcery.com>
5861
5862 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5863 'bar_start' at the beginning of functions 'foo' and 'bar'
5864 respectively.
5865 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5866 instead of 'foo' and 'bar'.
5867
1f267ae3
MM
58682014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5869
5870 * gdb.btrace/segv.exp: New.
5871 * gdb.btrace/segv.c: New.
5872
2b239efb
LM
58732014-07-02 Luis Machado <lgustavo@codesourcery.com>
5874
5875 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5876 instruction.
5877
cf363f18
MW
58782014-06-30 Mark Wielaard <mjw@redhat.com>
5879
5880 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5881 vulture, vilify, villar): New volatile array constants.
5882 (vindictive, vegetation): New const volatile array constants.
5883 * gdb.base/volatile.exp: Test volatile and const volatile array
5884 types.
5885
aebf9d24
AA
58862014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5887
5888 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5889 target lacks support for awatch, rwatch, or hbreak.
5890
b67a2c6f
YQ
58912014-06-27 Yao Qi <yao@codesourcery.com>
5892
5893 * gdb.multi/dummy-frame-restore.exp: New.
5894 * gdb.multi/dummy-frame-restore.c: New.
5895
aef92902
MM
58962014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5897
5898 * gdb.btrace/gcore.exp: New.
5899
8e9db26e
PA
59002014-06-23 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.base/watchpoint-reuse-slot.c: New file.
5903 * gdb.base/watchpoint-reuse-slot.exp: New file.
5904
70afc5b7
SC
59052014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5906
5907 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5908 progspace's filename in 'info', 'enable' and 'disable' command
5909 tests.
5910
b972bd9c
JK
59112014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5914 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5915 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5916
125f8a3d
GB
59172014-06-20 Gary Benson <gbenson@redhat.com>
5918
5919 * gdb.arch/i386-avx.exp: Fix include file location.
5920 * gdb.arch/i386-sse.exp: Likewise.
5921
3ed9baed
IB
59222014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5923
5924 * gdb.dlang/expression.exp: New file.
5925
034f788c
PA
59262014-06-19 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5929 out from ...
5930 (top level): ... here. Iterate running tests under different
5931 scheduler-locking settings.
5932
45371d0c
LM
59332014-06-18 Luis Machado <lgustavo@codesourcery.com>
5934
5935 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5936 to DW_FORM_addr and use non-zero addresses.
5937
5d376983
SC
59382014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5939
5940 PR gdb/17017
5941 * gdb.python/py-xmethods.cc: Add global function call counters and
5942 increment them in their respective functions. Remove "cout"
5943 statements.
5944 * gdb.python/py-xmethods.exp: Make tests check the global function
5945 call counters instead of depending on inferior IO.
5946
a1aa2221
LM
59472014-06-18 Don Breazeal <donb@codesourcery.com>
5948
5949 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5950 Deleted procedure.
5951 (explicit_fork_parent_follow): Deleted procedure.
5952 (explicit_fork_child_follow): Deleted procedure.
5953 (test_follow_fork): New procedure.
5954 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5955 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5956 procedure calls.
5957
0fc05997
YQ
59582014-06-17 Yao Qi <yao@codesourcery.com>
5959
5960 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5961 CP1252.
5962
70795c52
LM
59632014-06-17 Luis Machado <lgustavo@codesourcery.com>
5964
5965 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5966 Initialize ptr and S explicitly.
5967 (skip_type_update_when_not_use_rtti_test): Likewise.
5968
6be47f0c
KS
59692014-06-16 Keith Seitz <keiths@redhat.com>
5970
5971 PR mi/15863
5972 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5973 the inferior is started.
5974
d03de421
PA
59752014-06-16 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.base/break-main-file-remove-fail.c: New file.
5978 * gdb.base/break-main-file-remove-fail.exp: New file.
5979 * gdb.base/break-unload-file.exp: Use build_executable instead of
5980 prepare_for_testing.
5981 (test_break): New parameter "initial_load". Handle it.
5982 (top level): Add initial_load cmdline/file axis.
5983
f9579b99
TT
59842014-06-12 Tom Tromey <tromey@redhat.com>
5985
5986 * gdb.base/completion.exp: Don't use directory name in test.
5987
3657956b
GB
59882014-06-09 Gary Benson <gbenson@redhat.com>
5989
5990 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5991 separate the always-available ANSI-standard signals from the
5992 signals that require checking.
5993 (main): Likewise.
5994 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5995 Likewise.
5996 (main): Likewise.
5997
4186eb54
KS
59982014-06-07 Keith Seitz <keiths@redhat.com>
5999
6000 Revert:
6001 PR c++/16253
6002 * gdb.cp/var-tag.cc: New file.
6003 * gdb.cp/var-tag.exp: New file.
6004 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6005 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6006 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6007 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6008
25326a28 60092014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6010
6011 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6012
829155c9
PA
60132014-06-06 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6016 in target debug output instead of looking at RSP packets,
6017 disabling the test on any target that uses hardware stepping.
6018 Update comments.
6019
61c8d22e
PA
60202014-06-06 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/break-unload-file.exp: Fix typo.
6023
d9a47287
YQ
60242014-06-06 Yao Qi <yao@codesourcery.com>
6025
6026 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6027 from "jit_function" to "^jit_function".
6028
e5e01dbf
YQ
60292014-06-06 Yao Qi <yao@codesourcery.com>
6030
6031 * gdb.base/async.c (foo): Add one statement.
6032 * gdb.base/async.exp: Get the next instruction address and
6033 match the output of "nexti" by instruction address. Match
6034 the hex address in the output of "finish".
6035
73ba372c
GB
60362014-06-06 Gary Benson <gbenson@redhat.com>
6037
6038 * gdb.base/call-signals.c: Remove preprocessor conditionals
6039 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6040 SIGSEGV and SIGTERM.
6041 * gdb.base/sigall.c: Likewise.
6042 * gdb.base/unwindonsignal.c: Likewise.
6043 * gdb.reverse/sigall-reverse.c: Likewise.
6044
831517df
YQ
60452014-06-06 Yao Qi <yao@codesourcery.com>
6046
6047 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6048 readable, skip the test.
6049
b8b91e98
YQ
60502014-06-06 Yao Qi <yao@codesourcery.com>
6051
6052 * gdb.threads/staticthreads.c (thread_function): Move the line
6053 setting breakpoint on forward.
6054 * gdb.threads/staticthreads.exp: Update comments.
6055
fb934770
LC
60562014-06-05 Ludovic Courtès <ludo@gnu.org>
6057
6058 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6059 "history-append! type error".
6060
6ef284bd
SM
60612014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6062
6063 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6064 erroneous dprintf expected input.
6065
a872e241
DE
60662014-06-04 Doug Evans <xdje42@gmail.com>
6067
6068 * gdb.guile/scm-generics.exp: Delete.
6069
16f691fb
DE
60702014-06-04 Doug Evans <xdje42@gmail.com>
6071
6072 * gdb.guile/scm-breakpoint.exp: Update.
6073 Add tests for breakpoint registration.
6074
012370f6
TT
60752014-06-04 Tom Tromey <tromey@redhat.com>
6076
6077 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6078 VLA-in-union.
6079 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6080 inner_vla_struct, vla_union types. Initialize objects of those
6081 types and compute their sizes.
6082
9f5a4cef
HZ
60832014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6084 Hui Zhu <hui@codesourcery.com>
6085
6086 * gdb.base/fileio.exp: Add test for shell not available as well as
6087 available.
6088 * gdb.base/fileio.c (test_system): Check for shell twice.
6089
90a45c4d
YQ
60902014-06-04 Yao Qi <yao@codesourcery.com>
6091
6092 * gdb.base/auto-connect-native-target.exp: Remove redundant
6093 space from the regexp pattern.
6094
70017e41
YQ
60952014-06-04 Yao Qi <yao@codesourcery.com>
6096
6097 * gdb.base/default.exp: Replace "child" with "native" in
6098 regexp pattern.
6099
883964a7
SC
61002014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6101
6102 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6103 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6104 * gdb.python/py-xmethods.py: Python script supporting the
6105 new testcase and tests.
6106
ef370185
JB
61072014-06-03 Joel Brobecker <brobecker@adacore.com>
6108 Pedro Alves <palves@redhat.com>
6109
6110 PR breakpoints/17000
6111 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6112 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6113
1e2ccb61
BM
61142014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6115
6116 * gdb.base/subst.exp: Add tests to verify partial path matching
6117 output.
6118
c6ec5ab2
PA
61192014-06-03 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6122 target that doesn't use software single-stepping.
6123
835c559f
PA
61242014-06-03 Pedro Alves <palves@redhat.com>
6125
6126 PR breakpoints/17000
6127 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6128 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6129
06eb1586
DE
61302014-06-02 Doug Evans <xdje42@gmail.com>
6131
6132 * gdb.guile/scm-parameter.exp: New file.
6133
e698b8c4
DE
61342014-06-02 Doug Evans <xdje42@gmail.com>
6135
6136 * gdb.guile/scm-cmd.c: New file.
6137 * gdb.guile/scm-cmd.exp: New file.
6138
ded03782
DE
61392014-06-02 Doug Evans <xdje42@gmail.com>
6140
6141 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6142 pretty-printer lookup.
6143 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6144 (make-pp_s-printer): Call it.
6145 (make-pretty-printer-from-dict): New function.
6146 (lookup-pretty-printer-maker-from-dict): New function.
6147 (*pretty-printer*): Simplify.
6148 (make-objfile-pp_s-printer): New function.
6149 (install-objfile-pretty-printers!): New function.
6150 (make-progspace-pp_s-printer): New function.
6151 (install-progspace-pretty-printers!): New function.
6152 * gdb.guile/scm-progspace.c: New file.
6153 * gdb.guile/scm-progspace.exp: New file.
6154
41fac0cf
PA
61552014-06-02 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.base/dprintf-bp-same-addr.c: New file.
6158 * gdb.base/dprintf-bp-same-addr.exp: New file.
6159
96ae5695
EBM
61602014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6161
6162 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6163 * gdb.arch/powerpc-power.s: Likewise.
6164
da02b3a8
JB
61652014-06-02 Joel Brobecker <brobecker@adacore.com>
6166
6167 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6168
c72b2e7b
YQ
61692014-06-01 Yao Qi <yao@codesourcery.com>
6170
6171 * gdb.base/watchpoint.exp (test_watch_location): Check null
6172 pointer can be dereferenced. If not, do the test, otherwise
6173 skip it.
6174
53e8a631
AB
61752014-05-30 Andrew Burgess <aburgess@broadcom.com>
6176
6177 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6178 results.
6179 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6180
938f0e2f
AB
61812014-05-30 Andrew Burgess <aburgess@broadcom.com>
6182
6183 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6184 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6185 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6186 * gdb.arch/amd64-invalid-stack-top.c: New file.
6187 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6188
9ba6657a
PA
61892014-05-30 Pedro Alves <palves@redhat.com>
6190
6191 PR breakpoints/17000
6192 * gdb.base/sss-bp-on-user-bp.c: New file.
6193 * gdb.base/sss-bp-on-user-bp.exp: New file.
6194
522c09bf
DB
61952014-05-30 David Blaikie <dblaikie@gmail.com>
6196
6197 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6198 gnu_inline semantics via attribute.
6199 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6200 source explicitly specifies the required semantics.
6201
bf4ef81e
MR
62022014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6203
6204 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6205
329ea579
PA
62062014-05-29 Pedro Alves <palves@redhat.com>
6207 Tom Tromey <tromey@redhat.com>
6208
6209 * gdb.base/async-shell.exp: Don't enable target-async.
6210 * gdb.base/async.exp
6211 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6212 parameter. Adjust.
6213 (top level): Don't test with "target-async".
6214 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6215 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6216 * gdb.base/inferior-died.exp: Don't enable target-async.
6217 * gdb.base/interrupt-noterm.exp: Likewise.
6218 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6219 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6220 * gdb.mi/mi-nonstop.exp: Likewise.
6221 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6222 * gdb.mi/mi-nsintrall.exp: Likewise.
6223 * gdb.mi/mi-nsmoribund.exp: Likewise.
6224 * gdb.mi/mi-nsthrexec.exp: Likewise.
6225 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6226 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6227 * gdb.python/py-evsignal.exp: Don't enable target-async.
6228 * gdb.python/py-evthreads.exp: Likewise.
6229 * gdb.python/py-prompt.exp: Likewise.
6230 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6231 * gdb.server/solib-list.exp: Don't enable target-async.
6232 * gdb.threads/thread-specific-bp.exp: Likewise.
6233 * lib/mi-support.exp: Adjust to use mi-async.
6234
fd664c91
PA
62352014-05-29 Pedro Alves <palves@redhat.com>
6236
6237 PR gdb/13860
6238 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6239 reason, even in sync mode.
6240
251bde03
PA
62412014-05-29 Pedro Alves <palves@redhat.com>
6242 Hui Zhu <hui@codesourcery.com>
6243
6244 PR PR15693
6245 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6246 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6247 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6248 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6249
7f3c0343
JB
62502014-05-28 Joel Brobecker <brobecker@adacore.com>
6251
6252 * config/monitor.exp (gdb_target_monitor): Replace use of
6253 "set remotebaud" by "set serial baud".
6254
b2715b27
AW
62552014-05-26 Andy Wingo <wingo@igalia.com>
6256
6257 * gdb.guile/scm-breakpoint.exp:
6258 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6259 properties instead of gdb-object-properties.
6260
498a4489
YQ
62612014-05-26 Yao Qi <yao@codesourcery.com>
6262
6263 * gdb.server/no-thread-db.exp: Specify source file name
6264 explicitly when setting a breakpoint.
6265
589fdceb
MM
62662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6267
6268 * gdb.btrace/vdso.c: New.
6269 * gdb.btrace/vdso.exp: New.
6270
e9089e05
MM
62712014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6272
6273 * gdb.base/gcore.exp (capture_command_output): Move ...
6274 * lib/gdb.exp (capture_command_output): ... here.
6275
67b5c0c1
MM
62762014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6277
6278 * gdb.btrace/data.exp: Test memory access during btrace replay.
6279
a2199296
SM
62802014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6281
6282 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6283
17b2616c
PA
62842014-05-21 Pedro Alves <palves@redhat.com>
6285
6286 PR gdb/13860
6287 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6288 (top level): Test that output related to execution commands is
6289 sent to the console with CLI commands, but not with MI commands.
6290 Test that breakpoint events are always mirrored to the console.
6291 Also expect the new source line to be output after a "next" in
6292 async mode too. Make it a pass/fail test.
6293 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6294 output.
6295 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6296
5166082f
PA
62972014-05-21 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6300 Use them to test variations of "list" after reaching a breakpoint.
6301 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6302 Test "list" with listsize 10 after reaching a breakpoint.
6303 * gdb.python/python.exp (decode_line current location line
6304 number): Adjust expected line number.
6305
2f25d70f
SM
63062014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6307
6308 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6309 behavior for $args, pass it directly to "run".
6310
ff604a67
MR
63112014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6312
6313 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6314 30000 to 65536.
6315
6a3cb8e8
PA
63162014-05-21 Pedro Alves <palves@redhat.com>
6317
6318 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6319 auto-connect-native-target off".
6320 * gdb.base/auto-connect-native-target.c: New file.
6321 * gdb.base/auto-connect-native-target.exp: New file.
6322
4ebfc96e
PA
63232014-05-21 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/default.exp: Test "target native" instead of "target
6326 child".
6327
36d46afb
MW
63282014-05-21 Mark Wielaard <mjw@redhat.com>
6329
6330 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6331
5876f503
JK
63322014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 Fix TLS access for -static -pthread.
6335 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6336 <HAVE_TLS> (thread_function, main): Initialize it.
6337 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6338 Add clean_restart.
6339 <$have_tls != "">: Check TLSVAR.
6340
0256a6ac
PA
63412014-05-21 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/dcache-line-read-error.c: New.
6344 * gdb.base/dcache-line-read-error.exp: New.
6345
936d2992
PA
63462014-05-20 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/compare-sections.c: New file.
6349 * gdb.base/compare-sections.exp: New file.
6350
802e8e6d
PA
63512014-05-20 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/break-idempotent.c: New file.
6354 * gdb.base/break-idempotent.exp: New file.
6355
e59fa00f
MM
63562014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6357
6358 * gdb.btrace/nohist.exp: New.
6359
8b696e31
YQ
63602014-05-20 Yao Qi <yao@codesourcery.com>
6361
6362 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6363 gdb.reverse directory and gdb_reverse_timeout exists in board
6364 setting.
6365 * README: Document gdb_reverse_timeout.
6366
73c9764f
YQ
63672014-05-20 Yao Qi <yao@codesourcery.com>
6368
6369 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6370 'test_file_name'. Treat args as a string instead of a list.
6371 (gdb_init): Rename argument 'args' by 'test_file_name'.
6372
f1f4348a
JK
63732014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6374
6375 * gdb.arch/powerpc-power.exp: New file.
6376 * gdb.arch/powerpc-power.s: New file.
6377
0dbe70ce
DE
63782014-05-16 Doug Evans <dje@google.com>
6379
6380 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6381 * gdb.base/completion.exp: Check that all expected files exist
6382 before doing file completion.
0dbe70ce 6383
8d551b02
DE
63842014-05-16 Doug Evans <dje@google.com>
6385
6386 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6387 Update.
6388 (do_syscall_tests_without_xml): Update.
6389
73eb7709
PA
63902014-05-16 Pedro Alves <palves@redhat.com>
6391
6392 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6393 instead of "unknown output after running".
6394
3fae92fc
YQ
63952014-05-16 Yao Qi <yao@codesourcery.com>
6396
6397 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6398 file1.txt from host at the end.
6399 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6400
c2b2ccc5
DE
64012014-05-15 Doug Evans <dje@google.com>
6402
6403 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6404 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6405 loading file. Add test for TU lookup.
6406
8c217a4b
SM
64072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6408
6409 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6410 calling "-exec-arguments" or "set args" before running the
6411 inferior.
6412
3deb39c6
SM
64132014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6414
6415 * lib/mi-support.exp (mi_expect_stop): Expect message for
6416 inferiors that exit with non-zero exit code.
6417
71a79f8c
YQ
64182014-05-14 Yao Qi <yao@codesourcery.com>
6419
6420 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6421 match absolute path on remote host.
6422 (test_file_list_exec_source_files): Remove "/" from the
6423 pattern.
6424
f23fcd46
YQ
64252014-05-14 Yao Qi <yao@codesourcery.com>
6426
6427 * boards/local-remote-host-notty.exp (${board}_file): New
6428 proc.
6429
9404b58f
KM
64302014-05-07 Kyle McMartin <kyle@redhat.com>
6431
6432 Pushed by Joel Brobecker <brobecker@adacore.com>.
6433 * gdb.arch/aarch64-atomic-inst.c: New file.
6434 * gdb.arch/aarch64-atomic-inst.exp: New file.
6435
5e45f04c
YQ
64362014-05-07 Yao Qi <yao@codesourcery.com>
6437
6438 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6439 in current context" too.
6440
c888a17d
KS
64412014-05-05 Keith Seitz <keiths@redhat.com>
6442
6443 * gdb.linespec/ls-dollar.exp: Add test for linespec
6444 file:convenience_variable.
6445
290a839c
YQ
64462014-05-05 Yao Qi <yao@codesourcery.com>
6447
6448 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6449 traceframes into tfile and ctf trace files. Read data from
6450 trace file and test collected data.
6451 (gdb_collect_locals_test): Likewise.
6452 (gdb_unavailable_registers_test): Likewise.
6453 (gdb_unavailable_floats): Likewise.
6454 (gdb_collect_globals_test): Likewise.
6455 (top-level): Append "ctf" to trace_file_targets if GDB
6456 supports.
6457
b5262cd0
YQ
64582014-05-05 Yao Qi <yao@codesourcery.com>
6459
6460 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6461 code to ...
6462 (gdb_collect_args_test_1): ... it. New proc.
6463 (gdb_collect_locals_test): Move some code to ...
6464 (gdb_collect_locals_test_1): ... it. New proc.
6465 (gdb_unavailable_registers_test): Move some code to ...
6466 (gdb_unavailable_registers_test_1): ... it. New proc.
6467 (gdb_unavailable_floats): Move some code to ...
6468 (gdb_unavailable_floats_1): ... it. New proc.
6469
30a1e6cc
SDJ
64702014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6471
6472 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6473 probes to test for bitness recognition.
6474 * gdb.arch/amd64-stap-optional-prefix.exp
6475 (test_probe_value_without_reg): New procedure.
6476 Add code to test for different kinds of bitness.
6477
f33da99a
SDJ
64782014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6479
6480 PR breakpoints/16889
6481 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6482 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6483
5b80f00d
PA
64842014-05-01 Pedro Alves <palves@redhat.com>
6485
6486 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6487 gdb_file_cmd if no file is specified.
6488 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6489 last_loaded_file to set the remote exec-file.
6490
f8c2a73c
PA
64912014-05-01 Pedro Alves <palves@redhat.com>
6492
6493 * boards/local-remote-host.exp: New file.
6494
be6e8ac7
PA
64952014-05-01 Pedro Alves <palves@redhat.com>
6496
6497 * boards/local-remote-host.exp: Rename to ...
6498 * boards/local-remote-host-notty.exp: ... this.
6499
cac0dc8f
JB
65002014-04-28 Joel Brobecker <brobecker@adacore.com>
6501
6502 * gdb.ada/dyn_arrayidx: New testcase.
6503
9730e6cc
YQ
65042014-04-26 Yao Qi <yao@codesourcery.com>
6505
6506 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6507 and compute the length of function main. Save it in
6508 $main_length.
6509 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6510 (top-level): Use gdb_compile to compile objects into
6511 executable and restart GDB. Remove invocation to
6512 prepare_for_testing.
6513
7ae1a6a6
PA
65142014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6515 Pedro Alves <palves@redhat.com>
6516
6517 PR server/16255
6518 * gdb.multi/multi-attach.c: New file.
6519 * gdb.multi/multi-attach.exp: New file.
6520
4082afcc
PA
65212014-04-25 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6524 user.
6525 (top level): Test that "set remote conditional-breakpoints-packet
6526 off" works as intended.
6527 * gdb.base/dprintf.exp: Test that "set remote
6528 breakpoint-commands-packet off" works as intended.
6529 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6530 New function.
6531 (top level): Call it.
6532 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6533 remote fast-tracepoints-packet off" works as intended.
6534 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6535 * lib/gdb.exp (gdb_is_target_remote): ... here.
6536
2abc3f8d
DB
65372014-04-24 David Blaikie <dblaikie@gmail.com>
6538
6539 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6540 ensure clang would not discard them.
6541 * gdb.base/gdbvars.c: Ditto.
6542 * gdb.base/memattr.c: Ditto.
6543 * gdb.base/whatis.c: Ditto.
6544 * gdb.python/py-prettyprint.c: Ditto.
6545 * gdb.trace/actions.c: Ditto.
6546 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6547 ensure clang would not discard it.
6548
bfd39632
DB
65492014-04-24 David Blaikie <dblaikie@gmail.com>
6550
6551 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6552 clang to emit the full definition of type required by the test
6553 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6554
22842ff6
DB
65552014-04-24 David Blaikie <dblaikie@gmail.com>
6556
6557 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6558 coax Clang into emitting the definition of the type.
6559 * gdb.cp/pr10728-x.h (y): Ditto.
6560 * gdb.cp/pr10728-y.cc (y): Ditto.
6561
c2e827ad
DB
65622014-04-24 David Blaikie <dblaikie@gmail.com>
6563
6564 * gdb.base/label.exp: XFAIL label related tests under Clang.
6565 * gdb.cp/cplabel.exp: Ditto.
6566 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6567 under Clang those using labels.
6568
4c2d33e7
YQ
65692014-04-25 Yao Qi <yao@codesourcery.com>
6570
6571 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6572 double_label.
6573 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6574 partial_label and double_label.
6575
56083b99
DB
65762014-04-24 David Blaikie <dblaikie@gmail.com>
6577
6578 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6579
25d4e99d
DB
65802014-04-24 David Blaikie <dblaikie@gmail.com>
6581
6582 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6583 of the function to work across GCC and Clang.
6584 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6585 pointer types (const void ** const V void **).
6586
01f9f808
MS
65872014-04-24 Michael Sturm <michael.sturm@mintel.com>
6588 Walfred Tedeschi <walfred.tedeschi@intel.com>
6589
6590 * Makefile.in (EXECUTABLES): Added i386-avx512.
6591 * gdb.arch/i386-avx512.c: New file.
6592 * gdb.arch/i386-avx512.exp: Likewise.
6593
4b48d439
KS
65942014-04-23 Keith Seitz <keiths@redhat.com>
6595
6596 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6597 (mi_make_breakpoint_table): New procedure.
6598 (mi_create_breakpoint): Use mi_make_breakpoint
6599 and return the result.
6600 (mi_make_breakpoint): New procedure.
6601 (mi_build_kv_pairs): New procedure.
6602
6603 * gdb.mi/mi-break.exp: Remove unused globals,
6604 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6605 All callers updated.
6606 * gdb.mi/mi-dprintf.exp: Use variable to track command
6607 number.
6608 Update all callers of mi_create_breakpoint and use
6609 mi_make_breakpoint_table.
6610 Remove any unused global variables.
6611 * gdb.mi/mi-nonstop.exp: Likewise.
6612 * gdb.mi/mi-nsintrall.exp: Likewise.
6613 * gdb.mi/mi-nsmoribund.exp: Likewise.
6614 * gdb.mi/mi-nsthrexec.exp: Likewise.
6615 * gdb.mi/mi-reverse.exp: Likewise.
6616 * gdb.mi/mi-simplerun.exp: Likewise.
6617 * gdb.mi/mi-stepn.exp: Likewise.
6618 * gdb.mi/mi-syn-frame.exp: Likewise.
6619 * gdb.mi/mi-until.exp: Likewise.
6620 * gdb.mi/mi-var-cp.exp: Likewise.
6621 * gdb.mi/mi-var-display.exp: Likewise.
6622 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6623 * gdb.mi/mi2-var-child.exp: Likewise.
6624 * gdb.mi/mi-vla-c99.exp: Likewise.
6625 * lib/mi-support.exp: Likewise.
6626
6627 From Ian Lance Taylor <iant@cygnus.com>:
6628 * lib/gdb.exp (parse_args): New procedure.
6629
08351840
PA
66302014-04-23 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.base/break-unload-file.c: New file.
6633 * gdb.base/break-unload-file.exp: New file.
6634 * gdb.base/sym-file-lib.c (baz): New function.
6635 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6636 field.
6637 (load): Store the segment's mapped size.
6638 (unload): New function.
6639 (unload_shlib): New function.
6640 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6641 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6642 set a breakpoint at baz, and call it.
6643 * gdb.base/sym-file.exp: New tests for stale breakpoint
6644 instructions.
6645
076855f9
PA
66462014-04-23 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6649 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6650 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6651 * gdb.base/hbreak-unmapped.c: New file.
6652 * gdb.base/hbreak-unmapped.exp: New file.
6653 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6654 * lib/gdb.exp (gdb_is_target_remote): ... here.
6655
483805cf
PA
66562014-04-22 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.base/consecutive-step-over.c: New file.
6659 * gdb.base/consecutive-step-over.exp: New file.
6660
06d97543
PA
66612014-04-22 Pedro Alves <palves@redhat.com>
6662
6663 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6664 instead of send_gdb/gdb_expect.
6665
b4429ea2
YQ
66662014-04-22 Yao Qi <yao@codesourcery.com>
6667
6668 * lib/trace-support.exp (generate_tracefile): New procedure.
6669 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6670 return 0.
6671 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6672 if generate_tracefile returns 1.
6673
51d48146
PA
66742014-04-18 Tom Tromey <palves@redhat.com>
6675 Pedro alves <tromey@redhat.com>
6676
6677 PR backtrace/15558
6678 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6679 with a backtrace limit.
6680 * gdb.python/py-frame-inline.exp: Test running to an inline
6681 function with a backtrace limit, and printing the newest frame.
6682 * gdb.python/py-frame-inline.c (main): Call f.
6683
bd1dce5f
MS
66842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6685
6686 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6687
40d1a503
MS
66882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6689
6690 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6691 Drop prefix from unsupported source file path.
6692
389b98f7
YQ
66932014-04-17 Yao Qi <yao@codesourcery.com>
6694
6695 * lib/gdb.exp (with_target_charset): New proc.
6696 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6697 with_target_charset.
6698 (test_print_strings): Likewise.
6699 (test_repeat_bytes): Likewise.
6700 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6701 for some tests.
6702
22869d73
KS
67032014-04-16 Keith Seitz <keiths@redhat.com>
6704
6705 PR gdb/15827
6706 * gdb.dwarf2/corrupt.c: New file.
6707 * gdb.dwarf2/corrupt.exp: New file.
6708
c4f87ca6
KS
67092014-04-16 Keith Seitz <keiths@redhat.com>
6710
6711 PR c++/16597
6712 * gdb.cp/namelessclass.cc: New file.
6713 * gdb.cp/namelessclass.exp: New file.
6714 * gdb.cp/namelessclass.S: New file.
6715
ab19de87
DE
67162014-04-16 Doug Evans <dje@google.com>
6717
6718 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6719 Add comment.
6720 (gdbserver_default_get_comm_port): New function.
6721 (gdbserver_start): Check if board file provided
6722 "gdbserver,get_comm_port" and use it if so.
6723 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6724 (gdb,socketport): Set to "stdio".
6725 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6726 (stdio_gdbserver_template): Delete.
6727 (${board}_get_remote_address): Update.
6728 (${board}_build_remote_cmd): Delete.
6729 (${board}_get_comm_port): New function.
6730 (${board}_spawn): Update.
6731 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6732 Delete.
6733 (${board}_get_remote_address): Update.
6734 (${board}_get_comm_port): New function.
6735
fc98a809
AB
67362014-04-16 Andrew Burgess <aburgess@broadcom.com>
6737
6738 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6739 appearing in any order.
6740
87fd9e6e
DE
67412014-04-15 Doug Evans <dje@google.com>
6742
6743 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6744 uninitialized value of "description".
6745
099fc3ea
KS
67462014-04-15 Keith Seitz <keiths@redhat.com>
6747
6748 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6749 Remove unused globals.
6750 (test_running_the_program): Likewise.
6751 (test_controlled_execution): Likewise.
6752 (test_controlling_breakpoints): Likewise.
6753 (test_program_termination): Likewise.
6754
5da151d4
KS
67552014-04-15 Keith Seitz <keiths@redhat.com>
6756
6757 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6758 unused globals.
6759 (test_rbreak_creation_and_listing): Likewise.
6760 (test_ignore_count): Likewise.
6761 (test_error): Likewise.
6762
35e5d2f0
PA
67632014-04-15 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6766 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6767 sym-file-loader.c.
6768 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6769 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6770 to sym-file-loader.c.
6771 (struct library): Forward declare.
6772 (load_shlib, lookup_function): Change prototypes.
6773 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6774 (translate_offset): Remove declarations.
6775 (get_text_addr): New declaration.
6776 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6777 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6778 sym-file-loader.h.
6779 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6780 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6781 here from sym-file-loader.h.
6782 (struct library): New structure.
6783 (load_shlib, lookup_function): Change prototypes and adjust to
6784 work with a struct library.
6785 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6786 (translate_offset): Make static.
6787 (get_text_addr): New function.
6788 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6789
eb4c1710
PA
67902014-04-15 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6793
2d1baf52
PA
67942014-04-15 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/sym-file-loader.c: Include <limits.h>.
6797 (SELF_LINK): New define.
6798 (get_origin): New function.
6799 (load_shlib): Use it.
6800 * gdb.base/sym-file.exp: Don't early return if the target is
6801 remote. Use runto_main, and issue fail is that fails. Use
6802 gdb_load_shlibs.
6803 (shlib_name): Delete.
6804 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6805
7dd6df01
PA
68062014-04-15 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/sym-file.exp: Remove regex characters from test
6809 message. Don't refer to breakpoint numbers in test messages.
6810
b50c8614
KS
68112014-04-14 Keith Seitz <keiths@redhat.com>
6812
6813 PR c++/16253
6814 * gdb.cp/var-tag.cc: New file.
6815 * gdb.cp/var-tag.exp: New file.
6816 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6817 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6818 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6819 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6820
3d567982
TT
68212014-04-14 Tom Tromey <tromey@redhat.com>
6822
6823 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6824 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6825 type.
6826 * gdb.cp/enum-class.exp: New file.
6827 * gdb.cp/enum-class.cc: New file.
6828
0626fc76
TT
68292014-04-14 Tom Tromey <tromey@redhat.com>
6830
6831 * gdb.dwarf2/enum-type.exp: New file.
6832
dca325b3
SA
68332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6834
6835 * gdb.mi/mi-vla-c99.exp: New file.
6836 * gdb.mi/vla.c: New file.
6837
5854b38a
SA
68382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6839
6840 * gdb.base/vla-datatypes.c: New file.
6841 * gdb.base/vla-datatypes.exp: New file.
6842
463bb957
SA
68432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6844
6845 * gdb.base/vla-ptr.c: New file.
6846 * gdb.base/vla-ptr.exp: New file.
6847
3dd170be
SA
68482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6849
6850 * gdb.dwarf2/count.exp: New file.
6851
5ecaaa66
SA
68522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6853
6854 * gdb.base/vla-sideeffect.c: New file.
6855 * gdb.base/vla-sideeffect.exp: New file.
6856
41f1ada5
DB
68572014-04-14 David Blaikie <dblaikie@gmail.com>
6858
6859 * gdb.mi/non-stop.c: Add return value for non-void function return
6860 statement.
6861 * gdb.threads/staticthreads.c: Ditto.
6862
0be03e84
DE
68632014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6864 Doug Evans <xdje42@gmail.com>
6865
6866 * gdb.guile/scm-value.c: Improve test case.
6867 * gdb.guile/scm-value.exp: Add new test.
6868
f180a1fb
DB
68692014-04-11 David Blaikie <dblaikie@gmail.com>
6870
6871 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6872 override Clang's default.
6873
6b662e19
JB
68742014-04-11 Joel Brobecker <brobecker@adacore.com>
6875
6876 Revert the following changes (regressions):
6877
6878 * gdb.base/vla-sideeffect.c: New file.
6879 * gdb.base/vla-sideeffect.exp: New file.
6880
6881 * gdb.dwarf2/count.exp: New file.
6882
6883 * gdb.base/vla-multi.c: New file.
6884 * gdb.base/vla-multi.exp: New file.
6885
6886 * gdb.base/vla-ptr.c: New file.
6887 * gdb.base/vla-ptr.exp: New file.
6888
6889 * gdb.base/vla-datatypes.c: New file.
6890 * gdb.base/vla-datatypes.exp: New file.
6891
6892 * gdb.mi/mi-vla-c99.exp: New file.
6893 * gdb.mi/vla.c: New file.
6894
245a5f0b
KS
68952014-04-11 Keith Seitz <keiths@redhat.com>
6896
6897 PR c++/16675
6898 * gdb.cp/cpsizeof.exp: New file.
6899 * gdb.cp/cpsizeof.cc: New file.
6900
58a84dcf
SA
69012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6902
191a8a90
JB
6903 * gdb.mi/mi-vla-c99.exp: New file.
6904 * gdb.mi/vla.c: New file.
58a84dcf 6905
c8655f75
SA
69062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6907
6908 * gdb.base/vla-datatypes.c: New file.
6909 * gdb.base/vla-datatypes.exp: New file.
6910
024e13b4
SA
69112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6912
6913 * gdb.base/vla-ptr.c: New file.
6914 * gdb.base/vla-ptr.exp: New file.
6915
1a237e0e
SA
69162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6917
6918 * gdb.base/vla-multi.c: New file.
6919 * gdb.base/vla-multi.exp: New file.
6920
504f3432
SA
69212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6922
6923 * gdb.dwarf2/count.exp: New file.
6924
3bce8237
SA
69252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6926
191a8a90
JB
6927 * gdb.base/vla-sideeffect.c: New file.
6928 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6929
322f9c21
YQ
69302014-04-11 Yao Qi <yao@codesourcery.com>
6931
6932 * gdb.base/completion.exp: Check file exists before running tests
6933 on file completion.
6934
d708bcd1
PA
69352014-04-10 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/cond-eval-mode.c: New file.
6938 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6939 prepare_for_testing to build the new file. Check result of
6940 runto_main.
6941 (test_break, test_watch): New procedures.
6942 (top level): Use them.
6943
ae1d2761
PM
69442014-04-08 Pierre Muller <muller@sourceware.org>
6945
6946 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6947 Ctrl-V use for mingw hosts.
6948
7af389b8
SC
69492014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6950
6951 * gdb.python/py-value.c: Improve test case.
6952 * gdb.python/py-value.exp: Add new test.
6953
5e703181
DE
69542014-04-07 David Blaikie <dblaikie@gmail.com>
6955
6956 * lib/compiler.c: Identify the clang compiler.
6957 * lib/compiler.cc: Ditto.
6958
9810b410
YQ
69592014-04-03 Yao Qi <yao@codesourcery.com>
6960
6961 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6962
98d1b8dc
AB
69632014-04-01 Anton Blanchard <anton@samba.org>
6964
6965 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6966 messages unique.
6967
3114cea1
AB
69682014-04-01 Anton Blanchard <anton@samba.org>
6969
6970 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6971 prepare_for_testing.
6972
62f7182c
AB
69732014-04-01 Anton Blanchard <anton@samba.org>
6974
6975 * gdb.arch/ppc64-atomic-inst.c: Remove.
6976 * gdb.arch/ppc64-atomic-inst.S: New file.
6977 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6978
770e7fc7
DE
69792014-03-31 Doug Evans <dje@google.com>
6980
6981 * gdb.base/print-symbol-loading-lib.c: New file.
6982 * gdb.base/print-symbol-loading-main.c: New file.
6983 * gdb.base/print-symbol-loading.exp: New file.
6984
46e2bafa
YQ
69852014-03-31 Yao Qi <yao@codesourcery.com>
6986
6987 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6988
8776cfe9
JB
69892014-03-28 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.ada/mi_dyn_arr: New testcase.
6992
5d1ef361
DE
69932014-03-27 Doug Evans <dje@google.com>
6994
6995 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6996
b5bee914
YQ
69972014-03-27 Yao Qi <yao@codesourcery.com>
6998
6999 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7000 if target is nios2-*-*.
7001
0d4d0e77
YQ
70022014-03-26 Yao Qi <yao@codesourcery.com>
7003
7004 * lib/gdb.exp (readline_is_used): New proc.
7005 * gdb.base/completion.exp: Move tests on command complete up.
7006 Skip the rest of tests if readline is not used.
7007 * gdb.ada/complete.exp: Skp the test if readline is not
7008 used.
7009 * gdb.base/filesym.exp: Likewise.
7010 * gdb.base/macscp.exp: Likewise.
7011 * gdb.base/readline-ask.exp: Likewise.
7012 * gdb.base/readline.exp: Likewise.
7013 * gdb.python/py-cmd.exp: Likewise.
7014 * gdb.trace/tfile.exp: Likewise.
7015
29361eee
YQ
70162014-03-26 Yao Qi <yao@codesourcery.com>
7017
7018 * gdb.base/macscp.exp: Fix code format issues.
7019
bc9a5525
UW
70202014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7021
7022 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7023 * gdb.asm/powerpc64le.inc: New file.
7024
d3839ede
PA
70252014-03-25 Pedro Alves <palves@redhat.com>
7026 Doug Evans <dje@google.com>
7027
7028 * gdb.base/source-execution.c: New file.
7029 * gdb.base/source-execution.exp: New file.
7030 * gdb.base/source-execution.gdb: New file.
7031
01672a57
DE
70322014-03-24 Doug Evans <dje@google.com>
7033
7034 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7035 using fission.
7036
88bbeca9
HZ
70372014-03-24 Hui Zhu <hui@codesourcery.com>
7038 Pedro Alves <palves@redhat.com>
7039
7040 PR breakpoints/16101
7041 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7042 test pass/fail messages. Detect missing support for dprintf when
7043 breakpoints are actually inserted.
7044 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7045 breakpoints are actually inserted.
7046 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7047 fails.
7048
d2348791
JK
70492014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7052
feef67ab
DE
70532014-03-22 Doug Evans <xdje42@gmail.com>
7054
7055 * gdb.python/python.exp (python not supported): Verify multi-line
7056 python command issues an error.
25d743f9 7057 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7058 guile command issues an error.
feef67ab 7059
ecebef6a
MR
70602014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7061
7062 * gdb.threads/thread-specific.exp: Handle the lack of usable
7063 $this_breakpoint and $this_thread.
7064
ccdd1909
HZ
70652014-03-21 Hui Zhu <hui@codesourcery.com>
7066
7067 * gdb.base/attach.exp (do_command_attach_tests): New.
7068
beb460e8
PA
70692014-03-20 Tom Tromey <tromey@redhat.com>
7070 Pedro Alves <palves@redhat.com>
7071
7072 PR cli/15718
7073 * gdb.base/condbreak-call-false.c: New file.
7074 * gdb.base/condbreak-call-false.exp: New file.
7075
40acf43a
PA
70762014-03-20 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7079 Delete.
7080 (block_signals, unblock_signals): Delete.
7081 (child_function_2, main): Remove references to deleted variable
7082 and functions.
7083
9f5e1e02
PA
70842014-03-20 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7087 Use pthread_kill to signal thread 2.
7088 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7089 Adjust to make the test send itself a signal rather than using the
7090 host's "kill" command.
7091
99619bea
PA
70922014-03-20 Pedro Alves <palves@redhat.com>
7093
7094 * gdb.threads/multiple-step-overs.c: New file.
7095 * gdb.threads/multiple-step-overs.exp: New file.
7096 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7097 Adjust expected infrun debug output.
7098
2adfaa28
PA
70992014-03-20 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7102 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7103
31e77af2
PA
71042014-03-20 Pedro Alves <palves@redhat.com>
7105
7106 PR breakpoints/7143
7107 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7108 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7109 of gdb_test_multiple.
7110 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7111 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7112
b9f437de
PA
71132014-03-20 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7116 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7117
05adc73e
PA
71182014-03-19 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.base/async.exp: Remove early return.
7121
6048b950
PA
71222014-03-19 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7125
8bcfb00a
PA
71262014-03-19 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.base/async.exp (test_background): Expect \r\n after
7129 "completed." in the fail pattern.
7130
884e37dc
PA
71312014-03-19 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.base/async.exp (test_background): New procedure.
7134 Use it for all background execution command tests.
7135
148e57e2
PA
71362014-03-19 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/async.exp: Use prepare_for_testing.
7139
f48088c7
PA
71402014-03-19 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7143 the same line.
7144
e2f6c966
PA
71452014-03-19 Pedro Alves <palves@redhat.com>
7146
7147 * gdb.base/async.c (main): Add "jump here" and "until here" line
7148 marker comments.
7149 * gdb.base/async.exp (jump_here): New global.
7150 (jump& test): Use it.
7151 (until_here): New global.
7152 (until& test): Use it.
7153
c30568d4
PA
71542014-03-19 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.base/async.exp: Don't frob gdb_protocol.
7157
0172b6a7
DE
71582014-03-18 Doug Evans <xdje42@gmail.com>
7159
7160 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7161 Fix spelling of exec-done-display.
7162
06c868a8
JK
71632014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 PR gdb/15358
7166 * gdb.base/gdb-sigterm.c: New file.
7167 * gdb.base/gdb-sigterm.exp: New file.
7168
0c7e1a46
PA
71692014-03-18 Pedro Alves <palves@redhat.com>
7170
7171 PR gdb/13860
7172 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7173 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7174 solib-event.
7175
f7c77d93
JB
71762014-03-17 Joel Brobecker <brobecker@adacore.com>
7177
7178 * gdb.ada/pckd_arr_ren: New testcase.
7179
5a1e8c7a
DE
71802014-03-13 Doug Evans <xdje42@gmail.com>
7181
7182 PR guile/16612
7183 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7184 collect after discarding symbols.
7185
350e1a76
DE
71862014-03-13 Ludovic Courtès <ludo@gnu.org>
7187 Doug Evans <xdje42@gmail.com>
7188
7189 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7190 to history survives a gc.
7191
a69900ae
PA
71922014-03-13 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/default.exp: Don't test "target procfs".
7195
5db9f0bd
PA
71962014-03-13 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.base/default.exp: Update "target child" and "target procfs"
7199 tests to not expect "Unix".
7200
b3ccfe11
TT
72012014-03-12 Tom Tromey <tromey@redhat.com>
7202
7203 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7204 New procs. Add target-async tests.
7205 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7206 Add target-async tests.
7207
646f4417
AA
72082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7209
7210 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7211 'func_start' and 'func_end' for the beginning and end of the
7212 function code, respectively.
7213 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7214 'func_end' instead of 'func' and 'main'.
7215
288c211f
AA
72162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7217
7218 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7219 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7220 generate the debug info assembler source.
7221
e0c0f156
AA
72222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7223
7224 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7225 * gdb.dwarf2/arr-subrange.exp: Likewise.
7226 * gdb.dwarf2/dwz.exp: Likewise.
7227 * gdb.dwarf2/method-ptr.exp: Likewise.
7228 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7229 * gdb.dwarf2/subrange.exp: Likewise.
7230 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7231 * gdb.dwarf2/implptrpiece.exp: Likewise.
7232 * gdb.dwarf2/nostaticblock.exp: Likewise.
7233
0e5c4555
AA
72342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7235
7236 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7237 directory to absolute path name arguments.
7238
5ec18f2b
JG
72392014-03-10 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/tagged_access: New testcase.
7242
847fc4f2
MM
72432014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7244
7245 * gdb.btrace/data.exp: Update expected output.
7246
cc3da688
YQ
72472014-03-06 Yao Qi <yao@codesourcery.com>
7248
7249 * gdb.trace/pr16508.exp: New file.
7250
0f26cec1
PA
72512014-03-05 Pedro Alves <palves@redhat.com>
7252
7253 PR gdb/16575
7254 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7255 procedure.
7256 (top level): Adjust to use it. Add tests that exercise breakpoint
7257 interaction with the code-cache.
7258
7a5a839f
LC
72592014-02-26 Ludovic Courtès <ludo@gnu.org>
7260
7261 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7262 test for 'history-append!'.
7263
31aa7e4e
JB
72642014-02-26 Joel Brobecker <brobecker@adacore.com>
7265
7266 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7267 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7268 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7269 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7270 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7271 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7272
1b588015
JB
72732014-02-26 Joel Brobecker <brobecker@adacore.com>
7274
7275 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7276 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7277 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7278
55426c9d
JB
72792014-02-26 Joel Brobecker <brobecker@adacore.com>
7280
7281 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7282
dc53a7ad
JB
72832014-02-26 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.dwarf2/arr-stride.c: New file.
7286 * gdb.dwarf2/arr-stride.exp: New file.
7287
12ab52e9
PA
72882014-02-26 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7291 that won't ever trigger. Make sure that GDB reports the correct
7292 breakpoint that caused the stop.
7293
849c862e
JK
72942014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 PR gdb/16626
7297 * gdb.base/auto-load-script: New file.
7298 * gdb.base/auto-load.c: New file.
7299 * gdb.base/auto-load.exp: New file.
7300
71b7d793
JK
7301 PR gdb/16626
7302 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7303
e2f0d509
JK
73042014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7307 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7308
50cc37c8
DE
73092014-02-24 Doug Evans <dje@google.com>
7310
7311 * lib/gdb.exp (run_on_host): Log error output if program fails.
7312
ea4758f2
PA
73132014-02-21 Pedro Alves <palves@redhat.com>
7314
7315 * gdb.threads/step-after-sr-lock.c: Rename to ...
7316 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7317 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7318 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7319 ... this.
7320
d7b30f67
SDJ
73212014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7322
7323 PR tdep/16397
7324 * gdb.arch/amd64-stap-special-operands.exp: New file.
7325 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7326 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7327 * gdb.arch/amd64-stap-triplet.S: Likewise.
7328 * gdb.arch/amd64-stap-triplet.c: Likewise.
7329
83deb43f
JB
73302014-02-20 Joel Brobecker <brobecker@adacore.com>
7331
7332 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7333 in .section pseudo-op.
7334
adde2bff
DE
73352014-02-20 lin zuojian <manjian2006@gmail.com>
7336 Joel Brobecker <brobecker@adacore.com>
7337 Doug Evans <xdje42@gmail.com>
7338
7339 PR symtab/16581
7340 * gdb.dwarf2/dw2-icycle.S: New file.
7341 * gdb.dwarf2/dw2-icycle.c: New file.
7342 * gdb.dwarf2/dw2-icycle.exp: New file.
7343
f7bd0f78
SC
73442014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7345
7346 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7347 operations on gdb.Value objects.
7348 * gdb.python/py-value-cc.exp: Add new test to test operations on
7349 gdb.Value objects.
7350
c17ef0d5
DE
73512014-02-18 Doug Evans <dje@google.com>
7352
7353 * Makefile.in (TESTS): New variable.
7354 (expanded_tests, expanded_tests_or_none): New variables
7355 (check-single): Pass $(expanded_tests_or_none) to runtest.
7356 (check-parallel): Only run tests in $(TESTS) if non-empty.
7357 (check/no-matching-tests-found): New rule.
7358 * README: Document TESTS makefile variable.
7359
5dd3176f
DE
73602014-02-18 Doug Evans <dje@google.com>
7361
7362 * Makefile.in (check-parallel): rm -rf outputs temp.
7363
0b10be4f
JK
73642014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7365
7366 Fix "ERROR: no fileid for" in the testsuite.
7367 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7368
85f224e7
DE
73692014-02-12 Doug Evans <dje@google.com>
7370
7371 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7372 (MISCELLANEOUS): New variable.
7373 (clean): rm -rf $(MISCELLANEOUS).
7374 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7375 dwp live in the same directory as symlinks, with each symlink pointed
7376 to a differently named file in a different directory.
7377
149b30ff
DE
73782014-02-11 Doug Evans <dje@google.com>
7379
7380 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7381 of Tcl file commands.
7382
1dfdac32
MK
73832014-02-10 Mark Kettenis <kettenis@gnu.org>
7384
7385 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7386 "kill -SIGUSR1 -1".
7387
aa4fb036
JB
73882014-02-10 Joel Brobecker <brobecker@adacore.com>
7389
7390 * gdb.ada/tick_length_array_enum_idx: New testcase.
7391
ed3ef339
DE
73922014-02-10 Doug Evans <xdje42@gmail.com>
7393
7394 * configure.ac (AC_OUTPUT): Add gdb.guile.
7395 * configure: Regenerate.
7396 * lib/gdb-guile.exp: New file.
7397 * lib/gdb.exp (get_target_charset): New function.
7398 * gdb.base/help.exp: Update expected output from "apropos apropos".
7399 * gdb.guile/Makefile.in: New file.
7400 * gdb.guile/guile.exp: New file.
7401 * gdb.guile/scm-arch.c: New file.
7402 * gdb.guile/scm-arch.exp: New file.
7403 * gdb.guile/scm-block.c: New file.
7404 * gdb.guile/scm-block.exp: New file.
7405 * gdb.guile/scm-breakpoint.c: New file.
7406 * gdb.guile/scm-breakpoint.exp: New file.
7407 * gdb.guile/scm-disasm.c: New file.
7408 * gdb.guile/scm-disasm.exp: New file.
7409 * gdb.guile/scm-equal.c: New file.
7410 * gdb.guile/scm-equal.exp: New file.
7411 * gdb.guile/scm-error.exp: New file.
7412 * gdb.guile/scm-error.scm: New file.
7413 * gdb.guile/scm-frame-args.c: New file.
7414 * gdb.guile/scm-frame-args.exp: New file.
7415 * gdb.guile/scm-frame-args.scm: New file.
7416 * gdb.guile/scm-frame-inline.c: New file.
7417 * gdb.guile/scm-frame-inline.exp: New file.
7418 * gdb.guile/scm-frame.c: New file.
7419 * gdb.guile/scm-frame.exp: New file.
7420 * gdb.guile/scm-generics.exp: New file.
7421 * gdb.guile/scm-gsmob.exp: New file.
7422 * gdb.guile/scm-iterator.c: New file.
7423 * gdb.guile/scm-iterator.exp: New file.
7424 * gdb.guile/scm-math.c: New file.
7425 * gdb.guile/scm-math.exp: New file.
7426 * gdb.guile/scm-objfile-script-gdb.in: New file.
7427 * gdb.guile/scm-objfile-script.c: New file.
7428 * gdb.guile/scm-objfile-script.exp: New file.
7429 * gdb.guile/scm-objfile.c: New file.
7430 * gdb.guile/scm-objfile.exp: New file.
7431 * gdb.guile/scm-ports.exp: New file.
7432 * gdb.guile/scm-pretty-print.c: New file.
7433 * gdb.guile/scm-pretty-print.exp: New file.
7434 * gdb.guile/scm-pretty-print.scm: New file.
7435 * gdb.guile/scm-section-script.c: New file.
7436 * gdb.guile/scm-section-script.exp: New file.
7437 * gdb.guile/scm-section-script.scm: New file.
7438 * gdb.guile/scm-symbol.c: New file.
7439 * gdb.guile/scm-symbol.exp: New file.
7440 * gdb.guile/scm-symtab-2.c: New file.
7441 * gdb.guile/scm-symtab.c: New file.
7442 * gdb.guile/scm-symtab.exp: New file.
7443 * gdb.guile/scm-type.c: New file.
7444 * gdb.guile/scm-type.exp: New file.
7445 * gdb.guile/scm-value-cc.cc: New file.
7446 * gdb.guile/scm-value-cc.exp: New file.
7447 * gdb.guile/scm-value.c: New file.
7448 * gdb.guile/scm-value.exp: New file.
7449 * gdb.guile/source2.scm: New file.
7450 * gdb.guile/types-module.cc: New file.
7451 * gdb.guile/types-module.exp: New file.
7452
7026a7c1
YQ
74532014-02-10 Yao Qi <yao@codesourcery.com>
7454
7455 PR testsuite/16543
7456 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7457 * configure: Regenerated.
7458 * Makefile.in: New file.
7459
6c466447
AS
74602014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7461
7462 * gdb.python/py-framefilter.exp: Fix typo.
7463
6e854735
YQ
74642014-02-08 Yao Qi <yao@codesourcery.com>
7465
7466 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7467 that no =breakpoint-modified is emitted when breakpoints are
7468 modified through MI commands.
7469
d137e6dc
PA
74702014-02-07 Pedro Alves <pedro@codesourcery.com>
7471 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.threads/step-after-sr-lock.c: New file.
7474 * gdb.threads/step-after-sr-lock.exp: New file.
7475
b5ee5a50
PA
74762014-02-07 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7479
3c77faf3
JK
74802014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7481
7482 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7483 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7484
6dddc817
DE
74852014-02-06 Doug Evans <xdje42@gmail.com>
7486
7487 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7488 output.
7489
7490 * gdb.gdb/python-interrupts.exp: New file.
7491
de7b2893
YQ
74922014-02-05 Yao Qi <yao@codesourcery.com>
7493
7494 * gdb.trace/report.exp (use_collected_data): Test the output
7495 of "info threads" and "info inferiors".
7496
66d032ac
YQ
74972014-02-05 Yao Qi <yao@codesourcery.com>
7498
7499 Revert this patch:
7500
7501 2013-05-24 Yao Qi <yao@codesourcery.com>
7502
7503 * gdb.trace/tfile.exp: Test inferior and thread.
7504
591a12a1
UW
75052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7506
7507 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7508 on a function.
7509 * gdb.base/step-bt.c: Call hello via function pointer to make
7510 sure its first instruction is executed on powerpc64le-linux.
7511
0ff3e01f
UW
75122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7513
7514 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7515
084ee545
UW
75162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7517
7518 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7519 of the test patterns for use on little-endian systems.
7520
6ed14ff3
UW
75212014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7522
7523 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7524 (decimal_vector): Fix for little-endian.
7525
401e27fd
JM
75262014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7527
7528 * gdb.arch/sparc-sysstep.exp: New file.
7529 * gdb.arch/sparc-sysstep.c: Likewise.
7530
7531 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7532
8b924729
EBM
75332014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7534
7535 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7536
fb151210
JB
75372014-01-23 Tom Tromey <tromey@redhat.com>
7538
7539 * gdb.ada/array_char_idx: New testcase.
7540
0740f8d8
TT
75412014-01-23 Tom Tromey <tromey@redhat.com>
7542
7543 PR python/16487:
7544 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7545 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7546 classes.
7547
21909fa1
TT
75482014-01-23 Tom Tromey <tromey@redhat.com>
7549
7550 PR python/16491:
7551 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7552 string from an inferior frame.
7553 * gdb.python/py-framefilter-mi.exp: Update.
7554
87ce2a04
DE
75552014-01-22 Doug Evans <dje@google.com>
7556
7557 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7558
237b092b
AA
75592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7560
7561 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7562
d674a709
AA
75632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7564
7565 * gdb.trace/entry-values.exp: Remove excess space character from
7566 regex patterns. Handle s390 call instruction.
7567
20fa3390
AA
75682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7569
7570 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7571 define "*_start" label. Make "name" static.
7572 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7573 ${name} by references to ${name}_start.
7574
78466714
AA
75752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7576
7577 * gdb.base/info-macros.exp: Remove "debug" from the compile
7578 options.
7579
ec9f644a
IB
75802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7581
7582 * gdb.dlang/demangle.exp: New file.
7583
94b1b47e
IB
75842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7585
7586 * gdb.dlang/primitive-types.exp: New file.
7587
7f420862
IB
75882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7589
7590 * configure.ac: Create gdb.dlang/Makefile.
7591 * configure: Regenerate.
7592 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7593 * gdb.dlang/Makefile.in: New file.
7594 * lib/d-support.exp: New file.
7595 * lib/gdb.exp (skip_d_tests): New proc.
7596
52834460
MM
75972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7598
7599 * gdb.btrace/delta.exp: Check reverse stepi.
7600 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7601 * gdb.btrace/finish.exp: New.
7602 * gdb.btrace/next.exp: New.
7603 * gdb.btrace/nexti.exp: New.
7604 * gdb.btrace/record_goto.c: Add comments.
7605 * gdb.btrace/step.exp: New.
7606 * gdb.btrace/stepi.exp: New.
7607 * gdb.btrace/multi-thread-step.c: New.
7608 * gdb.btrace/multi-thread-step.exp: New.
7609 * gdb.btrace/rn-dl-bind.c: New.
7610 * gdb.btrace/rn-dl-bind.exp: New.
7611 * gdb.btrace/data.c: New.
7612 * gdb.btrace/data.exp: New.
7613 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7614
6e07b1d2
MM
76152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7616
7617 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7618 * gdb.btrace/exception.exp: Update.
7619 * gdb.btrace/instruction_history.exp: Update.
7620 * gdb.btrace/record_goto.exp: Update.
7621 * gdb.btrace/tailcall.exp: Update.
7622 * gdb.btrace/unknown_functions.exp: Update.
7623 * gdb.btrace/delta.exp: New.
7624
0b722aec
MM
76252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7626
7627 * gdb.btrace/record_goto.exp: Add backtrace test.
7628 * gdb.btrace/tailcall.exp: Add backtrace test.
7629
066ce621
MM
76302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7631
7632 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7633 * gdb.btrace/record_goto.c: New.
7634 * gdb.btrace/record_goto.exp: New.
7635 * gdb.btrace/x86-record_goto.S: New.
7636
0688d04e
MM
76372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7638
7639 * gdb.btrace/function_call_history.exp: Update tests.
7640 * gdb.btrace/instruction_history.exp: Update tests.
7641
8710b709
MM
76422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7643
7644 * gdb.btrace/function_call_history.exp: Fix expected field
7645 order for "record function-call-history".
7646 Add new tests for "record function-call-history /c".
7647 * gdb.btrace/exception.cc: New.
7648 * gdb.btrace/exception.exp: New.
7649 * gdb.btrace/tailcall.exp: New.
7650 * gdb.btrace/x86-tailcall.S: New.
7651 * gdb.btrace/x86-tailcall.c: New.
7652 * gdb.btrace/unknown_functions.c: New.
7653 * gdb.btrace/unknown_functions.exp: New.
7654 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7655
5de9129b
MM
76562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7657
7658 * gdb.btrace/instruction_history.exp: Update.
7659 * gdb.btrace/function_call_history.exp: Update.
7660
23a7fe75
MM
76612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7662
7663 * gdb.btrace/function_call_history.exp: Fix expected function
7664 trace.
7665 * gdb.btrace/instruction_history.exp: Initialize traced.
7666 Remove traced_functions.
7667
724c7dd8
MM
76682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7669
7670 * gdb.btrace/function_call_history.exp: Update
7671 * gdb.btrace/instruction_history.exp: Update.
7672
6d78d93b
MM
76732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7674
7675 * gdb.btrace/enable.exp: Update expected text.
7676
93a360cc
OJ
76772014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7678
7679 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7680 bytes.
7681
3772b53f
MR
76822014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7683
7684 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7685
596662fa
OJ
76862014-01-15 Omair Javaid <omair.javaid@linaro.org>
7687
7688 * lib/gdb.exp (supports_process_record): Return true for
7689 arm*-linux*. (supports_reverse): Likewise.
7690
b5b08fb4
SC
76912014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7692
7693 PR python/15464
7694 PR python/16113
7695 * gdb.python/py-type.c: Enhance test case.
7696 * gdb.python/py-value-cc.cc: Likewise
7697 * gdb.python/py-type.exp: Add new tests.
7698 * gdb.python/py-value-cc.exp: Likewise
7699
52d7fb13
AA
77002014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7701 Pedro Alves <palves@redhat.com>
7702
7703 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7704 Make "name" extern.
7705 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7706 references to ${name}_start by references to ${name}.
7707
a2cd8cfe
JB
77082014-01-10 Joel Brobecker <brobecker@adacore.com>
7709
7710 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7711
4e23fced
JB
77122014-01-10 Joel Brobecker <brobecker@adacore.com>
7713
7714 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7715
c6a9e42c
PA
77162014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7717 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7720 mi_gdb_target_load.
c6a9e42c 7721
b7ea362b
PA
77222014-01-08 Pedro Alves <palves@redhat.com>
7723
7724 * gdb.threads/reconnect-signal.c: New file.
7725 * gdb.threads/reconnect-signal.exp: New file.
7726
5e3f4fab
EBM
77272014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7728
7729 * gdb.base/source-dir.exp: New file.
7730
79301218
JB
77312014-01-07 Joel Brobecker <brobecker@adacore.com>
7732
7733 * gdb.ada/mi_interface: New testcase.
7734
8e355c5d
JB
77352014-01-07 Joel Brobecker <brobecker@adacore.com>
7736
7737 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7738 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7739 gdb.ada/pp-rec-component/pck.ads: New files.
7740
c0d48811
JB
77412014-01-07 Joel Brobecker <brobecker@adacore.com>
7742
7743 * gdb.python/py-pp-integral.c: New file.
7744 * gdb.python/py-pp-integral.py: New file.
7745 * gdb.python/py-pp-integral.exp: New file.
7746
17b609c3 7747For older changes see ChangeLog-1993-2013.
c906108c 7748\f
8d8cb839
EZ
7749;; Local Variables:
7750;; mode: change-log
7751;; left-margin: 8
7752;; fill-column: 74
7753;; version-control: never
7754;; End:
902f2ccb 7755
618f726f 7756 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7757 Copying and distribution of this file, with or without modification,
7758 are permitted provided the copyright notice and this notice are preserved.
This page took 3.058914 seconds and 4 git commands to generate.