Skip ld-elf/pr19162.d for arc target
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
30ca9da1
YQ
12016-03-01 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4 prepare_for_testing.
5
dc856b38
YQ
62016-03-01 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9
4a932159
AA
102016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11
12 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13 manually constructing the output path.
14
f2489477
AA
152016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16
17 * gdb.arch/s390-stackless.S: New.
18 * gdb.arch/s390-stackless.exp: New.
19
38899f16
IB
202016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
21
22 * gdb.dlang/circular.c: New file.
23 * gdb.dlang/circular.exp: New file.
24
9fde51ed
YQ
252016-02-26 Yao Qi <yao.qi@linaro.org>
26
27 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
28 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
29 (testcases): Update.
30
ce90fefe
YQ
312016-02-26 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.reverse/aarch64.c: Rename to ...
34 * gdb.reverse/insn-reverse.c: ... it.
35 * gdb.reverse/aarch64.exp: Rename to ...
36 * gdb.reverse/insn-reverse.exp: ... it.
37
3263bceb
YQ
382016-02-26 Yao Qi <yao.qi@linaro.org>
39
40 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
41 (testcase_ftype): New.
42 (testcases): New array.
43 (n_testcases): New.
44 (main): Call each element in testcases.
45 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
46 (read_testcase): New.
47 Do the tests in a loop.
48
6cb59ff1
YQ
492016-02-25 Yao Qi <yao.qi@linaro.org>
50
51 * gdb.base/branches.c: Remove.
52
ae91f625
MK
532016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
54
55 PR gdb/13808
56 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
57
678b48b7
MK
582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
59
60 * gdb.trace/ftrace.exp: Remove unnecessary target check.
61
7337a6f2
MK
622016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
63
64 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
65 change x86_64 call_insn to 'callq'.
66
861ca91f
AT
672016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
68
69 * gdb.trace/tfile-avx.c: Move to...
70 * gdb.trace/tracefile-pseudo-reg.c: Here.
71 * gdb.trace/tfile-avx.exp: Move to...
72 * gdb.trace/tracefile-pseudo-reg.exp: Here.
73
bf74e428
GB
742016-02-24 Gary Benson <gbenson@redhat.com>
75
76 * gdb.base/attach-pie-noexec.exp: Do not expect an error
77 message on attach.
78
cce0e923
DE
792016-02-23 Doug Evans <dje@google.com>
80
81 * gdb.base/skip.c (test_skip): New function.
82 (end_test_skip_file_and_function): New function.
83 (test_skip_file_and_function): New function.
84 * gdb.base/skip1.c (test_skip): New function.
85 (skip1_test_skip_file_and_function): New function.
86 * gdb.base/skip.exp: Add tests for new skip options.
87 * gdb.base/skip-solib.exp: Update expected output.
88 * gdb.perf/skip-command.cc: New file.
89 * gdb.perf/skip-command.exp: New file.
90 * gdb.perf/skip-command.py: New file.
91
4000e47e
MK
922016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
93
94 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
95 info registers pattern.
96
24f75ead
IB
972016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
98
99 * lib/future.exp: Add D support.
100 (gdb_find_gdc): New proc.
101 (gdb_default_target_compile): Add D support.
102
fbb7bcbe
WW
1032016-02-18 Wei-cheng Wang <cole945@gmail.com>
104
105 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
106 user+system time.
107 (trace_speed_test): Determine the iteration count for a time
108 between 15..30 seconds.
109
012b3a21
WT
1102016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
111
112 * gdb.arch/i386-mpx-sigsegv.c: New file.
113 * gdb.arch/i386-mpx-sigsegv.exp: New file.
114 * gdb.arch/i386-mpx-simple_segv.c: New file.
115 * gdb.arch/i386-mpx-simple_segv.exp: New file.
116
2d5189bd
YQ
1172016-02-18 Yao Qi <yao.qi@linaro.org>
118
119 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
120 Don't call setup_kfail.
121
40fb20d0
YQ
1222016-02-18 Yao Qi <yao.qi@linaro.org>
123
124 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
125 Set "set breakpoint condition-evaluation" per $cond_bp_target.
126
21b1f8d2
DE
1272016-02-16 Doug Evans <dje@google.com>
128
129 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
130 * gdb.base/skip1.c: Ditto.
131 * gdb.base/skip.exp: Whitespace cleanup.
132
4041ed77
DB
1332016-02-16 Don Breazeal <donb@codesourcery.com>
134
135 PR remote/19496
136 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
137 Remove kfail for PR remote/19496.
138
c4ef31bf
SM
1392016-02-16 Simon Marchi <simon.marchi@ericsson.com>
140
141 * lib/gdb.exp (standard_temp_file): Return a path specific to
142 the runtest invocation.
143
266b65b3
SM
1442016-02-16 Simon Marchi <simon.marchi@ericsson.com>
145
146 * gdb.trace/save-trace.exp: Change relative path to be in the
147 standard output directory.
148
a7a0a6a9
JK
1492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 * gdb.arch/i386-prologue.c: Add missing prototypes.
152
c99dbb42
JK
1532016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
154
155 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
156 * gdb.arch/i386-prologue.exp: Likewise.
157 * gdb.arch/i386-size.exp: Likewise.
158
aa480355
SM
1592016-02-15 Simon Marchi <simon.marchi@ericsson.com>
160
161 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
162 define object file path.
163 * gdb.btrace/gcore.exp: Use standard_output_file to define core
164 file path.
165 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
166 standard_output_file to define binfile.
167
ba881f50
JK
1682016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 Fix compatibility with recent gfortran-5.3.1.
171 * gdb.fortran/vla-history.exp (print vla1 allocated)
172 (print vla2 allocated, print $2, print $3): Remove
173 (print $4): Rename to ...
174 (print $2): ... here.
175 (print $9): Rename to ...
176 (print $5): ... here.
177 (print $10): Rename to ...
178 (print $6): ... here.
179 * gdb.fortran/vla.f90: Add pvla initialization.
180
e9fb005c
JK
1812016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
184 New test.
185 * gdb.fortran/vla-value-sub.exp: Likewise.
186
e44e00ff
MK
1872016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
188
189 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
190
97e94151
SM
1912016-02-12 Simon Marchi <simon.marchi@ericsson.com>
192
193 * i386-biarch-core.exp: Define corefile using
194 standard_output_file.
195
01113bc1
YQ
1962016-02-12 Yao Qi <yao.qi@linaro.org>
197
198 * gdb.arch/arm-single-step-kernel-helper.c: New.
199 * gdb.arch/arm-single-step-kernel-helper.exp: New.
200
33b4777c
MM
2012016-02-12 Markus Metzger <markus.t.metzger@intel.com>
202
203 * gdb.btrace/tailcall-only.exp: New.
204 * gdb.btrace/tailcall-only.c: New.
205 * gdb.btrace/x86_64-tailcall-only.S: New.
206 * gdb.btrace/i686-tailcall-only.S: New.
207
acc23c11
PA
2082016-02-11 Pedro Alves <palves@redhat.com>
209
210 * README (Parallel testing): Add missing double quotes.
211
e352bf0a
PA
2122016-02-11 Pedro Alves <palves@redhat.com>
213
214 * README (Parallel testing): New section.
215 (GDB_PARALLEL): Rewrite.
216 (FORCE_PARALLEL): Document.
217
9f5fed78
MK
2182016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
219
220 * gdb.trace/tfile-avx.c: New test.
221 * gdb.trace/tfile-avx.exp: New test.
222
9ef9e6a6
KS
2232016-02-09 Keith Seitz <keiths@redhat.com>
224
225 PR breakpoints/19546
226 * gdb.base/infcall-exec.c: New file.
227 * gdb.base/infcall-exec2.c: New file.
228 * gdb.base/infcall-exec.exp: New file.
229
a96e36da
KS
2302016-02-09 Keith Seitz <keiths@redhat.com>
231
232 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
233 (toplevel): Call test_bkpt_address.
234
9f61929f
KS
2352016-02-09 Keith Seitz <keiths@redhat.com>
236
237 PR python/19506
238 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
239 (toplevel): Call test_bkpt_address.
240
1e94266c
SM
2412016-02-09 Simon Marchi <simon.marchi@ericsson.com>
242
243 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
244 to AC_OUTPUT.
245 * configure: Regenerate.
246
2a7f3dff
PA
2472016-02-09 Pedro Alves <palves@redhat.com>
248
249 PR breakpoints/19548
250 * gdb.base/execl-update-breakpoints.c (some_function): New
251 function.
252 (main): Call it.
253 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
254 Tighten expected GDB output.
255
2151ccc5
SM
2562016-02-08 Simon Marchi <simon.marchi@ericsson.com>
257
258 * Makefile.in (ALL_SUBDIRS): Remove.
259 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
260 (distclean maintainer-clean realclean): Likewise.
261 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
262 * configure: Regenerate.
263 * gdb.ada/Makefile.in: Delete.
264 * gdb.arch/Makefile.in: Likewise.
265 * gdb.asm/Makefile.in: Likewise.
266 * gdb.base/Makefile.in: Likewise.
267 * gdb.btrace/Makefile.in: Likewise.
268 * gdb.cell/Makefile.in: Likewise.
269 * gdb.compile/Makefile.in: Likewise.
270 * gdb.cp/Makefile.in: Likewise.
271 * gdb.disasm/Makefile.in: Likewise.
272 * gdb.dlang/Makefile.in: Likewise.
273 * gdb.dwarf2/Makefile.in: Likewise.
274 * gdb.fortran/Makefile.in: Likewise.
275 * gdb.gdb/Makefile.in: Likewise.
276 * gdb.go/Makefile.in: Likewise.
277 * gdb.guile/Makefile.in: Likewise.
278 * gdb.java/Makefile.in: Likewise.
279 * gdb.linespec/Makefile.in: Likewise.
280 * gdb.mi/Makefile.in: Likewise.
281 * gdb.modula2/Makefile.in: Likewise.
282 * gdb.multi/Makefile.in: Likewise.
283 * gdb.objc/Makefile.in: Likewise.
284 * gdb.opencl/Makefile.in: Likewise.
285 * gdb.opt/Makefile.in: Likewise.
286 * gdb.pascal/Makefile.in: Likewise.
287 * gdb.perf/Makefile.in: Likewise.
288 * gdb.python/Makefile.in: Likewise.
289 * gdb.reverse/Makefile.in: Likewise.
290 * gdb.server/Makefile.in: Likewise.
291 * gdb.stabs/Makefile.in: Likewise.
292 * gdb.threads/Makefile.in: Likewise.
293 * gdb.trace/Makefile.in: Likewise.
294 * gdb.xml/Makefile.in: Likewise.
295 * lib/gdb.exp (make_gdb_parallel_path): Add check for
296 GDB_PARALLEL.
297 (standard_output_file): Remove check for GDB_PARALLEL, always
298 return path in outputs/$subdir/$testname.
299
437277d4
SM
3002016-02-08 Simon Marchi <simon.marchi@ericsson.com>
301
302 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
303 (site.exp): Assign abs_srcdir to tcl's srcdir.
304
31d913c7
YQ
3052016-02-04 Yao Qi <yao.qi@linaro.org>
306
307 * gdb.base/foll-exec-mode.c: Include limits.h.
308 (main): Add parameters argc and argv. Get directory from
309 argv[0].
310 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
311 compilation.
312 * gdb.base/foll-exec.c: Include limits.h.
313 (main): Add parameters argc and argv.
314 Get directory from argv[0].
315 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
316 Adjust tests on the number of lines as source code changed.
317 * gdb.base/foll-vfork-exit.c: Include limits.h.
318 (main): Add one line of statement before vfork.
319 * gdb.base/foll-vfork.c: Include limits.h and string.h.
320 (main): Add parameters argc and argv. Get directory from
321 argv[0].
322 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
323 (setup_gdb): Set tbreak to skip some source lines.
324 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
325 (main): Add parameters argc and argv. Get directory from
326 argv[0].
327 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
328 compilation.
329 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
330 (main): Add parameters argc and argv. Get directory from
331 argv[0].
332 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
333 compilation.
334
9482b9fb
DE
3352016-02-01 Doug Evans <dje@google.com>
336
337 * gdb.base/skip.exp: Clean up multiple references to same test name.
338
6b2e4f10
PA
3392016-02-01 Pedro Alves <palves@redhat.com>
340
ccb6afd6 341 PR remote/19496
6b2e4f10
PA
342 * gdb.threads/forking-threads-plus-breakpoint.exp
343 (displaced_stepping_supported): New global.
344 (probe_displaced_stepping_support): New procedure.
345 (do_test): Add 'displaced' parameter, and use it.
346 (top level): Check for displaced stepping support. Add displaced
347 stepping on/off testing axis.
348
37a8db1a
AB
3492016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
352 pointer. Don't perform further tests on the unassociated pointer
353 if the first test fails.
354
5fdf6324
AB
3552016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.base/max-value-size.c: New file.
358 * gdb.base/max-value-size.exp: New file.
359 * gdb.base/huge.exp: Disable max-value-size for this test.
360
935c6144
IB
3612016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
362
363 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
364
7fe8399d
YQ
3652016-01-28 Yao Qi <yao.qi@linaro.org>
366
367 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
368
a2077e25
PA
3692016-01-25 Pedro Alves <palves@redhat.com>
370
371 PR threads/19461
372 * gdb.base/fork-running-state.c: New file.
373 * gdb.base/fork-running-state.exp: New file.
374
1d2736d4
PA
3752016-01-25 Pedro Alves <palves@redhat.com>
376
377 PR gdb/19494
378 * gdb.base/catch-fork-kill.c: New file.
379 * gdb.base/catch-fork-kill.exp: New file.
380
f1da4b11
PA
3812016-01-25 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
384 Delete, moved to lib/gdb.exp.
385 * gdb.threads/forking-threads-plus-breakpoint.exp
386 (foreach_with_prefix): Likewise.
387 * gdb.threads/process-dies-while-handling-bp.exp
388 (foreach_with_prefix): Likewise.
389 * lib/gdb.exp (foreach_with_prefix): New procedure.
390
45f38546
MK
3912016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
392
393 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
394 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
395
dc29a1ce
MK
3962016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
397
398 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
399 endian targets.
400
092127d7
JK
4012016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
402 Pedro Alves <palves@redhat.com>
403
404 Fix testsuite compatibility with Guile.
405 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
406 number.
407
31d765d3
JK
4082016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
409
410 Fix testsuite compatibility with Guile.
411 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
412 (thread 1): New test for backtrace through signal handler.
413
1ac78c04
YQ
4142016-01-22 Yao Qi <yao.qi@linaro.org>
415
416 PR testsuite/19491
417 * gdb.base/multi-forks.c: Include
418 ../lib/unbuffer_output.c
419 (main): Call gdb_unbuffer_output.
420
4f5946a8
DE
4212016-01-21 Doug Evans <dje@google.com>
422
423 * lib/ada.exp (gdb_compile_ada): Fix typo.
424
305e13e6
JB
4252016-01-21 Joel Brobecker <brobecker@adacore.com>
426
427 * gdb.base/break-fun-addr.exp: New file.
428 * gdb.base/break-fun-addr1.c: New file.
429 * gdb.base/break-fun-addr2.c: New file.
430
5f5dfff6
SM
4312016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
432
433 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
434 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
435 enum flag values.
436
fd356fa2
AA
4372016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
438
439 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
440 when GDB can not set the vector return value. Add more comments
441 for clarification.
442
9df22175
AT
4432016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
444
445 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
446 command.
447
41d1845e
SM
4482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
449
450 * Makefile.in (DO_RUNTEST): Add --status and update usages.
451
01ac6840
SM
4522016-01-19 Simon Marchi <simon.marchi@ericsson.com>
453
454 * Makefile.in (check-single): Pass --status to runtest.
455 (check/%.exp): Likewise.
456
4572016-01-19 Simon Marchi <simon.marchi@ericsson.com>
458
459 * Makefile.in (check-parallel): Propagate return code from make
460 do-check-parallel.
461
bd0a71fa
MK
4622016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
463
464 * gdb.trace/ftrace.exp: Fix expected message on continue.
465 * gdb.trace/pending.exp: Fix expected message on continue.
466 * gdb.trace/trace-break.exp: Fix expected message on continue.
467
8bcbad33
SM
4682016-01-18 Simon Marchi <simon.marchi@ericsson.com>
469
470 * lib/gdb.exp (gdb_test): Remove unused global references.
471
f303dbd6
PA
4722016-01-18 Pedro Alves <palves@redhat.com>
473
474 * gdb.base/async-shell.exp: Adjust expected output.
475 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
476 * gdb.base/siginfo-thread.exp: Adjust expected output.
477 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
478 * gdb.java/jnpe.exp: Adjust expected output.
479 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
480 * gdb.threads/continue-pending-status.exp: Adjust expected output.
481 * gdb.threads/leader-exit.exp: Adjust expected output.
482 * gdb.threads/manythreads.exp: Adjust expected output.
483 * gdb.threads/pthreads.exp: Adjust expected output.
484 * gdb.threads/schedlock.exp: Adjust expected output.
485 * gdb.threads/siginfo-threads.exp: Adjust expected output.
486 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
487 expected output.
488 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
489 output.
490 * gdb.threads/sigthread.exp: Adjust expected output.
491 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
492
b2789696
YQ
4932016-01-18 Yao Qi <yao.qi@linaro.org>
494
495 * gdb.guile/scm-section-script.c: Replace @progbits with
496 %progbits.
497 * gdb.python/py-section-script.c: Likewise.
498
71ef29a8
PA
4992016-01-15 Pedro Alves <palves@redhat.com>
500
501 * gdb.multi/tids.exp: Test star wildcard ranges.
502
3f5b7598
PA
5032016-01-15 Pedro Alves <palves@redhat.com>
504
505 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
506 command from "thread apply" invocation.
507 (thr_apply_info_thr_invalid): Default the expected output to the
508 input tid list.
509 (top level): Add tests that use convenience variables. Add tests
510 for "thread apply" with a valid TID list, but missing the command.
511
663f6d42
PA
5122016-01-13 Pedro Alves <palves@redhat.com>
513
514 * gdb.base/default.exp: Expect $_gthread as well.
515 * gdb.multi/tids.exp: Test $_gthread.
516 * gdb.threads/thread-specific.exp: Test $_gthread.
517
c84f6bbf
PA
5182016-01-13 Pedro Alves <palves@redhat.com>
519
520 * gdb.multi/tids.exp: Test "info threads -gid".
521
22a02324
PA
5222016-01-13 Pedro Alves <palves@redhat.com>
523
524 * gdb.multi/tids.exp: Test InferiorThread.global_num and
525 Breakpoint.thread.
526 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
527
5d5658a1
PA
5282016-01-07 Pedro Alves <palves@redhat.com>
529
530 * gdb.base/break.exp: Adjust to output changes.
531 * gdb.base/hbreak2.exp: Likewise.
532 * gdb.base/sepdebug.exp: Likewise.
533 * gdb.base/watch_thread_num.exp: Likewise.
534 * gdb.linespec/keywords.exp: Likewise.
535 * gdb.multi/info-threads.exp: Likewise.
536 * gdb.threads/thread-find.exp: Likewise.
537 * gdb.multi/tids.c: New file.
538 * gdb.multi/tids.exp: New file.
539
84654457
PA
5402016-01-13 Pedro Alves <palves@redhat.com>
541
542 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
543
e3940304
PA
5442016-01-13 Pedro Alves <palves@redhat.com>
545
546 * gdb.base/default.exp: Expect $_inferior as well.
547 * gdb.multi/base.exp: Test $_inferior.
548
a911d87a
PA
5492016-01-13 Pedro Alves <palves@redhat.com>
550
551 PR breakpoints/19388
552 * gdb.base/catch-signal-siginfo-cond.c: New file.
553 * gdb.base/catch-signal-siginfo-cond.exp: New file.
554
82075af2
JS
5552016-01-12 Josh Stone <jistone@redhat.com>
556 Philippe Waroquiers <philippe.waroquiers@skynet.be>
557
558 * gdb.base/catch-syscall.c (do_execve): New variable.
559 (main): Conditionally trigger an execve.
560 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
561 (test_catch_syscall_execve): New, check entry/return across execve.
562 (do_syscall_tests): Call test_catch_syscall_execve.
563
e46eeedd
PA
5642016-01-12 Pedro Alves <palves@redhat.com>
565
566 * gdb.base/random-signal.exp (do_test): New procedure, with body
567 of testcase moved in.
568
01d8c27e
JK
5692016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
570 Pedro Alves <palves@redhat.com>
571
572 * gdb.base/funcargs.exp (finish from indirectly called function):
573 Reintroduce the case for 'First'.
574
9a706302
JK
5752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
576 Pedro Alves <palves@redhat.com>
577
578 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
579 (tcatch_vfork_then_child_follow_exec)
580 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
581 identification.
582
c0ecb95f
JK
5832016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
586 and repeats to unlimited.
587 * gdb.python/py-value.exp: Likewise.
588 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
589 and repeats to unlimited.
590
6cfc1fcb
JK
5912016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
592
593 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
594 and reordering the functions.
595 * gdb.multi/hangout.c: Likewise.
596 * gdb.multi/hello.c: Likewise.
597
582a1b00
SM
5982016-01-08 Simon Marchi <simon.marchi@ericsson.com>
599
600 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
601 absolute.
602 (SingleStatisticTestResult.report): Use dict.keys instead of
603 dict.iterkeys.
604
79bc59cb
PA
6052016-01-06 Pedro Alves <palves@redhat.com>
606
607 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
608
43368e1d
MM
6092016-01-04 Markus Metzger <markus.t.metzger@intel.com>
610
611 * gdb.btrace/dlopen.exp: New.
612 * gdb.btrace/dlopen.c: New.
613 * gdb.btrace/dlopen-dso.c: New.
614
79fad5b8
SL
6152015-12-25 Sandra Loosemore <sandra@codesourcery.com>
616
617 * lib/gdb.exp (gdb_test): Update comments to clarify that the
618 PATTERN argument is optional.
619
ab8314b3
JB
6202015-12-24 Joel Brobecker <brobecker@adacore.com>
621
622 * lib/ada.exp (target_compile_ada_from_dir): New function.
623 (gdb_compile_ada): Reimplement avoiding the use of project files.
624 * gdb.ada/gnat_ada.gpr: Delete.
625 * gdb.ada/cond_lang.exp: Adjust test to make path before
626 filename optional.
627 * gdb.ada/small_reg_param.exp: Likewise.
628
fe33faff
SM
6292015-12-22 Simon Marchi <simon.marchi@ericsson.com>
630
631 * gdb.base/foll-vork.exp: Remove HP-UX special case.
632
6d265cb4
TP
6332015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
634
635 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
636 case.
637
10125099
SM
6382015-12-21 Simon Marchi <simon.marchi@ericsson.com>
639
640 * gdb.base/break.exp: Remove dead code.
641 * gdb.base/sepdebug.exp: Likewise.
642
3ca22649
SM
6432015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
644
645 * gdb.asm/asm-source.exp: Remove HP-UX references.
646 * gdb.base/annota1.exp: Likewise.
647 * gdb.base/annota3.exp: Likewise.
648 * gdb.base/attach.exp: Likewise.
649 * gdb.base/bigcore.exp: Likewise.
650 * gdb.base/break.exp: Likewise.
651 * gdb.base/call-ar-st.exp: Likewise.
652 * gdb.base/callfuncs.exp: Likewise.
653 * gdb.base/catch-fork-static.exp: Likewise.
654 * gdb.base/display.exp: Likewise.
655 * gdb.base/foll-exec-mode.exp: Likewise.
656 * gdb.base/foll-exec.exp: Likewise.
657 * gdb.base/foll-fork.exp: Likewise.
658 * gdb.base/foll-vfork.exp: Likewise.
659 * gdb.base/funcargs.exp: Likewise.
660 * gdb.base/hbreak2.exp: Likewise.
661 * gdb.base/inferior-died.exp: Likewise.
662 * gdb.base/interrupt.exp: Likewise.
663 * gdb.base/multi-forks.exp: Likewise.
664 * gdb.base/nodebug.exp: Likewise.
665 * gdb.base/sepdebug.exp: Likewise.
666 * gdb.base/solib1.c: Likewise.
667 * gdb.base/step-test.exp: Likewise.
668 * gdb.mi/non-stop.c: Likewise.
669 * gdb.mi/pthreads.c: Likewise.
670 * gdb.multi/bkpt-multi-exec.ex: Likewise.
671 * gdb.threads/pthreads.c: Likewise.
672 * gdb.threads/staticthreads.exp: Likewise.
673 * lib/future.exp: Likewise.
674 * lib/gdb.exp: Likewise.
675 * gdb.base/so-indr-cl.c: Remove.
676 * gdb.base/so-indr-cl.exp: Likewise.
677 * gdb.base/solib.c: Likewise.
678 * gdb.base/solib.exp: Likewise.
679 * gdb.base/solib2.c: Likewise.
680
b6304613
SM
6812015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
682
683 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
684 * gdb.base/call-ar-st.exp: Likewise.
685 * gdb.base/callfuncs.exp: Likewise.
686 * gdb.base/condbreak.exp: Likewise.
687 * gdb.base/constvars.exp: Likewise.
688 * gdb.base/hbreak2.exp: Likewise.
689 * gdb.base/langs.exp: Likewise.
690 * gdb.base/list.exp: Likewise.
691 * gdb.base/long_long.exp: Likewise.
692 * gdb.base/ptype.exp: Likewise.
693 * gdb.base/scope.exp: Likewise.
694 * gdb.base/signals.exp: Likewise.
695 * gdb.base/so-impl-ld.exp: Likewise.
696 * gdb.base/varargs.exp: Likewise.
697 * gdb.base/volatile.exp: Likewise.
698 * gdb.base/whatis.exp: Likewise.
699 * gdb.cp/cplusfuncs.exp: Likewise.
700 * gdb.cp/inherit.exp: Likewise.
701 * gdb.cp/local.exp: Likewise.
702 * gdb.cp/member-ptr.exp: Likewise.
703 * gdb.cp/method.exp: Likewise.
704 * gdb.cp/overload.exp: Likewise.
705 * gdb.cp/templates.exp: Likewise.
706 * gdb.stabs/weird.exp: Likewise.
707 * lib/compiler.c: Likewise.
708 * lib/compiler.cc: Likewise.
709 * lib/cp-support.exp: Likewise.
710 * lib/gdb.exp: Likewise.
711
bf401b07
SM
7122015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
713
714 * configure.ac: Remove HP-UX case.
715 * configure: Regenerate.
716
aff9c0f8
SM
7172015-12-18 Simon Marchi <simon.marchi@ericsson.com>
718
719 * lib/gdb.exp (gdb_compile): Add function doc.
720
a6904d5a
PA
7212015-12-17 Pedro Alves <palves@redhat.com>
722
723 PR threads/19354
724 * gdb.multi/info-threads.exp: New file.
725
a22279dd
YQ
7262015-12-15 Yao Qi <yao.qi@linaro.org>
727
728 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
729 is aarch64*-*-*.
730
0588c796
SL
7312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
732
733 * gdb.base/history-duplicates.exp: Skip if no readline support.
734
5d978e17
SL
7352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
736
737 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
738
7e763b86
SL
7392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
740
741 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
742
87a3a92c
SL
7432015-12-14 Sandra Loosemore <sandra@codesourcery.com>
744
745 * gdb.base/completion.exp: Skip tests that interrupt GDB with
746 ctrl-C if nointerrupts target property is set.
747 * gdb.base/double-prompt-target-event-error.exp: Likewise.
748 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
749 * gdb.base/paginate-bg-execution.exp: Likewise.
750 * gdb.base/paginate-execution-startup.exp: Likewise.
751 * gdb.base/random-signal.exp: Likewise.
752 * gdb.base/range-stepping.exp: Likewise.
753 * gdb.cp/annota2.exp: Likewise.
754 * gdb.cp/annota3.exp: Likewise.
755 * gdb.gdb/selftest.exp: Likewise.
756 * gdb.threads/continue-pending-status.exp: Likewise.
757 * gdb.threads/leader-exit.exp: Likewise.
758 * gdb.threads/manythreads.exp: Likewise.
759 * gdb.threads/pthreads.exp: Likewise.
760 * gdb.threads/schedlock.exp: Likewise.
761 * gdb.threads/sigthread.exp: Likewise.
762
a8f077dc
DB
7632015-12-11 Don Breazeal <donb@codesourcery.com>
764
765 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
766 remote.
767 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
768 * gdb.base/foll-exec.exp (main): Enable for target remote.
769 * gdb.base/foll-fork.exp (main): Likewise.
770 * gdb.base/foll-vfork.exp (main): Likewise.
771 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
772 (proc continue_to_exit_bp_loc): Use clean_restart.
773 * gdb.base/pie-execl.exp (main): Disable for target remote.
774 * gdb.base/watch-vfork.exp (main): Enable for target remote.
775 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
776 * gdb.threads/execl.exp (main): Likewise.
777 * gdb.threads/fork-child-threads.exp (main): Likewise.
778 * gdb.threads/fork-plus-threads.exp (main): Disable for target
779 remote.
780 * gdb.threads/fork-thread-pending.exp (main): Enable for target
781 remote.
782 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
783 pid.tid style ptids, instead of just tid.
784 * gdb.threads/thread-execl.exp (main): Enable for target remote.
785 * gdb.threads/watchpoint-fork.exp (main): Likewise.
786 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
787 ptids, instead of just tid.
788
3b2464a8
AB
7892015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.base/list.exp (test_list_forward): Add end of file error
792 test.
793 (test_repeat_list_command): Add end of file error test.
794 (test_list_backwards): Add beginning of file error test.
795
a0def019
AB
7962015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.base/list.exp (test_list_invalid_args): New function,
799 defined, and called.
800
5c000dff
AB
8012015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.base/list.exp (test_list): Make test names unique.
804
f1637ebe
YQ
8052015-12-11 Yao Qi <yao.qi@linaro.org>
806
807 * gdb.base/coremaker2.c: Remove.
808
36d6fc0a
PA
8092015-12-10 Pedro Alves <palves@redhat.com>
810
811 * gdb.multi/base.exp: Remove stale "spaces" references.
812
762f7747
PA
8132015-12-10 Pedro Alves <palves@redhat.com>
814
815 * gdb.multi/base.exp: Don't use nowarnings.
816 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
817 * gdb.multi/hangout.c: Include stdio.h.
818 * gdb.multi/hello.c: Include stdlib.h.
819 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
820 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
821 * gdb.multi/multi-arch.exp: Don't use nowarnings.
822
28d2bfb9
AB
8232015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.dwarf2/dw2-ranges-base.c: New file.
826 * gdb.dwarf2/dw2-ranges-base.exp: New file.
827 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
828 support additional line table, and debug ranges generation.
829 (Dwarf::ranges): New function, generate .debug_ranges.
830 (Dwarf::lines): Support generating simple line table programs.
831 (Dwarf::assemble): Initialise new namespace variables.
832
5fc2beac
KB
8332015-12-09 Kevin Buettner <kevinb@redhat.com>
834
835 * gdb.base/async.exp (proc test_background): Add case for
836 asynchronous execution not supported.
837
1c35a88f
LM
8382015-12-09 Luis Machado <lgustavo@codesourcery.com>
839
840 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
841 format and change test names to make them unique.
842
b593e3d9
RK
8432015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
844 Pedro Alves <pedro@redhat.com>
845
846 PR gdb/18702
847 Add checking of floatformats setup on x86_64 hosts.
848 * gdb.arch/i386-float.S (main): Load bigval and smallval.
849 (smallval, bigval): New labels/constants.
850 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
851 float" after loading bigval and smallval.
852
d72413e6
PMR
8532015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
854
855 * gdb.ada/fun_overload_menu.exp: New testcase.
856 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
857
ece66d65
JS
8582015-12-04 Josh Stone <jistone@redhat.com>
859
860 * gdb.base/catch-fork-static.exp: New.
861
41d0efca
YQ
8622015-12-03 Yao Qi <yao.qi@linaro.org>
863
864 * gdb.base/sizeof.c: Don't include stdio.h and
865 ../lib/unbuffer_output.c.
866 (main): New variable 'size' and 'value'. Remove printf and
867 gdb_unbuffer_output. Assign return value to size and value.
868 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
869 at the beginning.
870 (check_sizeof): Check the result by printing variable 'size'.
871 (check_valueof): Check the result by printing variable 'value'.
872
99fd02d9
YQ
8732015-12-01 Yao Qi <yao.qi@linaro.org>
874
875 * gdb.base/disp-step-syscall.exp: Define syscall instruction
876 for aarch64*-*-linux* target.
877
f2faf941
PA
8782015-11-30 Pedro Alves <palves@redhat.com>
879
880 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
881
04bf20c5
PA
8822015-11-30 Pedro Alves <palves@redhat.com>
883
884 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
885 Handle non-stop mode vCont replies.
886
09df4675
PA
8872015-11-30 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
890 prepare_for_testing. Start gdb with "set non-stop on" appended to
891 GDBFLAGS. Lax expected stop output.
892
58b584af
YQ
8932015-11-27 Yao Qi <yao.qi@linaro.org>
894
895 * gdb.arch/arm-neon.exp: New.
896 * gdb.arch/arm-neon.c: New.
897
dfcb77a8
YQ
8982015-11-27 Yao Qi <yao.qi@linaro.org>
899
900 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
901
88e8ec1b
YQ
9022015-11-27 Yao Qi <yao.qi@linaro.org>
903
904 * gdb.cp/annota2.exp: Allow multiple occurrences of the
905 frames-invalid annotation.
906
bfde72c2
YQ
9072015-11-27 Yao Qi <yao.qi@linaro.org>
908
909 * gdb.cp/annota2.exp: Use ${frames_invalid}.
910
f6512a69
SM
9112015-11-26 Simon Marchi <simon.marchi@ericsson.com>
912
913 * gdb.threads/names.exp: New file.
914 * gdb.threads/names.c: New file.
915 * README: Mention gdb,no_thread_names.
916
46a3515b
MM
9172015-11-26 Markus Metzger <markus.t.metzger@intel.com>
918
919 PR 19297
920 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
921 support" error.
922
62147a22
PA
9232015-11-24 Pedro Alves <palves@redhat.com>
924
925 PR 17539
926 * gdb.base/display.exp: Expect displays to be sorted in ascending
927 order. Use multi_line.
928 * gdb.base/solib-display.exp: Likewise.
929
2f341b6e
PA
9302015-11-24 Pedro Alves <palves@redhat.com>
931
932 PR 17539
933 * gdb.base/display.exp: Expect displays to be sorted in ascending
934 order. Use multi_line.
935 * gdb.base/solib-display.exp: Likewise.
936
7e0aa6aa
PA
9372015-11-24 Pedro Alves <palves@redhat.com>
938
939 PR 17539
940 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
941 threads in ascending order.
942 * gdb.base/foll-fork.exp: Likewise.
943 * gdb.base/foll-vfork.exp: Likewise.
944 * gdb.base/multi-forks.exp: Likewise.
945 * gdb.mi/mi-nonstop.exp: Likewise.
946 * gdb.mi/mi-nsintrall.exp: Likewise.
947 * gdb.multi/base.exp: Likewise.
948 * gdb.multi/multi-arch.exp: Likewise.
949 * gdb.python/py-inferior.exp: Likewise.
950 * gdb.threads/break-while-running.exp: Likewise.
951 * gdb.threads/execl.exp: Likewise.
952 * gdb.threads/gcore-thread.exp: Likewise.
953 * gdb.threads/info-threads-cur-sal.exp: Likewise.
954 * gdb.threads/kill.exp: Likewise.
955 * gdb.threads/linux-dp.exp: Likewise.
956 * gdb.threads/multiple-step-overs.exp: Likewise.
957 * gdb.threads/next-bp-other-thread.exp: Likewise.
958 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
959 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
960 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
961 * gdb.threads/thread-find.exp: Likewise.
962 * gdb.threads/tls.exp: Likewise.
963 * lib/mi-support.exp (mi_reverse_list): Delete.
964 (mi_check_thread_states): No longer reverse list.
965
2cc57ad8
PA
9662015-11-24 Pedro Alves <palves@redhat.com>
967
968 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
969 use lowercase.
970
c93e8391
SM
9712015-11-23 Simon Marchi <simon.marchi@ericsson.com>
972
973 * gdb.trace/actions.c: Include trace-common.h.
974 (main): Add a location for a fast tracepoint.
975 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
976 the normal tracepoints.
977 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
978
045ccf91
SM
9792015-11-23 Simon Marchi <simon.marchi@ericsson.com>
980
981 * save-trace.exp: Factor out code to these...
982 (gdb_save_tracepoints): New.
983 (gdb_load_tracepoints): New.
984 (do_save_load_test): New.
985
5506f9f6
KB
9862015-11-23 Kevin Buettner <kevinb@redhat.com>
987
988 * gdb.base/asmlabel.exp: New test.
989 * gdb.base/asmlabel.c: New test case.
990
16c3b12f
JB
9912015-11-23 Joel Brobecker <brobecker@adacore.com>
992
993 * gdb.base/wrong_frame_bt_full-main.c: New file.
994 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
995 * gdb.base/wrong_frame_bt_full.exp: New file.
996
155bfbd3
JB
9972015-11-23 Joel Brobecker <brobecker@adacore.com>
998
999 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1000
bb097445
JM
10012015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1002
206853a0 1003 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1004 pstate register when comparing registers values in
1005 sparc64-*-linux-gnu targets to avoid spurious differences.
1006
9c88ed8f
JM
10072015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1008
206853a0 1009 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1010
96161e25
SL
10112015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1012
1013 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1014 as type argument to gdb_compile.
1015 * gdb.base/nested-subp2.exp: Likewise.
1016 * gdb.base/nested-subp3.exp: Likewise.
1017
340c2830
DV
10182015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1019
1020 * lib/dwarf.exp (_note): Fix left shift of negative value.
1021 * gdb.trace/trace-condition.exp: Likewise.
1022
c1862d0f
YQ
10232015-11-13 Yao Qi <yao.qi@linaro.org>
1024
1025 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1026 comments about d10v.
1027 (test_scalar_returns): Likewise.
1028 * gdb.base/d10v.ld: Remove.
1029 * gdb.base/overlays.exp: Remove the target triplet checking for
1030 d10v-*-*.
1031 * gdb.base/structs.exp (test_struct_returns): Remove the
1032 comments about d10v.
1033 (test_struct_calls): Likewise.
1034
77ae9c19
YQ
10352015-11-13 Yao Qi <yao.qi@linaro.org>
1036
1037 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1038 * gdb.base/gnu_vector.c: Don't include stdio.h.
1039 (main): Don't print res and call add_some_intvecs.
1040
430e004e
MK
10412015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1042
1043 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1044 macro.
1045 (func5): Removed.
1046 (func4): Use FAST_TRACEPOINT_LABEL.
1047 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1048 macro.
1049 (func): Removed.
1050 (thread_function): Use FAST_TRACEPOINT_LABEL.
1051 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1052 (func): Remove.
1053 (marker): Use FAST_TRACEPOINT_LABEL.
1054 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1055 (pendfunc1): Remove.
1056 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1057 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1058 (foo): Remove.
1059 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1060 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1061 macro.
1062 (func): Remove.
1063 (marker): Use FAST_TRACEPOINT_LABEL.
1064 * gdb.trace/trace-common.h: New header.
1065 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1066 macro.
1067 (func): Remove.
1068 (marker): Use FAST_TRACEPOINT_LABEL.
1069 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1070 (func): Remove.
1071 (thread_function): Use FAST_TRACEPOINT_LABEL.
1072
6e7675a7
MK
10732015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1074
1075 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1076 in front.
1077 * gdb.trace/change-loc.exp: Use global pcreg definition.
1078 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1079 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1080 in front.
1081 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1082 * gdb.trace/pending.exp: Likewise.
1083 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1084 * gdb.trace/trace-break.exp: Likewise.
1085 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1086 in front.
1087 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1088 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1089 in front.
1090 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1091
dddc0e16
JB
10922015-11-09 Joel Brobecker <brobecker@adacore.com>
1093
1094 * gdb.ada/fin_fun_out: New testcase.
1095
c6f0b406
KB
10962015-11-07 Kevin Buettner <kevinb@redhat.com>
1097
1098 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1099 value associated with DW_AT_byte_size.
1100 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1101 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1102 DW_AT_upper_bound.
1103
f01dcfd9
KB
11042015-11-07 Kevin Buettner <kevinb@redhat.com>
1105
1106 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1107 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1108 version.
1109 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1110 gdb.dwarf2/dw2-canonicalize-type.exp,
1111 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1112 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1113 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1114 provided by gdb_target_symbol_prefix_flags_asm.
1115 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1116 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1117 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1118 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1119 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1120 macros where needed). Use this macro for symbols which require
1121 the prefix provided by SYMBOL_PREFIX.
1122
2223449a
KB
11232015-11-05 Kevin Buettner <kevinb@redhat.com>
1124
1125 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1126 New procs.
1127 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1128 representing expressions, of more than one list element.
1129 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1130 to prepend linker symbol prefix to f.
1131 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1132 table_1 and table_2.
1133 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1134 Likewise, for f and g.
1135 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1136 for ptr.
1137 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1138 for main.
1139 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1140 table_1_ptr and table_2_ptr.
1141
6f2f1a3a
JK
11422015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1143 Joel Brobecker <brobecker@adacore.com>
1144
1145 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1146
566c56c9
MK
11472015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1148
1149 * gdb.reverse/s390-mvcle.c: New test.
1150 * gdb.reverse/s390-mvcle.exp: New file.
1151 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1152
d5f0636b
MK
11532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1154
1155 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1156
7ad8b86c
MK
11572015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1158
1159 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1160 reaching marker2.
1161 * gdb.reverse/getresuid-reverse.exp: Likewise.
1162 * gdb.reverse/pipe-reverse.exp: Likewise.
1163 * gdb.reverse/readv-reverse.exp: Likewise.
1164 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1165 * gdb.reverse/time-reverse.exp: Likewise.
1166 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1167
4081c0f1
YQ
11682015-10-30 Yao Qi <yao.qi@linaro.org>
1169
1170 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1171 (empty_cycle): Remove.
1172 (main): Don't call empty_cycle. Don't use watch_count_done.
1173 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1174 empty_cycle. Rewrite the code counting HW watchpoints.
1175
452b4ba5
MK
11762015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1177
1178 * gdb.reverse/fstatat-reverse.c: New test.
1179 * gdb.reverse/fstatat-reverse.exp: New file.
1180 * gdb.reverse/getresuid-reverse.c: New test.
1181 * gdb.reverse/getresuid-reverse.exp: New file.
1182 * gdb.reverse/pipe-reverse.c: New test.
1183 * gdb.reverse/pipe-reverse.exp: New file.
1184 * gdb.reverse/readv-reverse.c: New test.
1185 * gdb.reverse/readv-reverse.exp: New file.
1186 * gdb.reverse/recvmsg-reverse.c: New test.
1187 * gdb.reverse/recvmsg-reverse.exp: New file.
1188 * gdb.reverse/time-reverse.c: New test.
1189 * gdb.reverse/time-reverse.exp: New file.
1190 * gdb.reverse/waitpid-reverse.c: New test.
1191 * gdb.reverse/waitpid-reverse.exp: New file.
1192
5e2e7507
JK
11932015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1194
1195 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1196
0fde2c53
DE
11972015-10-26 Doug Evans <dje@google.com>
1198
1199 PR symtab/17391
1200 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1201 * gdb.dwarf2/bad-regnum.c: New file.
1202 * gdb.dwarf2/bad-regnum.exp: New file.
1203
1a70ae97
DE
12042015-10-26 Doug Evans <dje@google.com>
1205
1206 PR python/18938
1207 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1208 file.
1209
27dc26ab
JK
12102015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1211
1212 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1213 for a change by "Mention language in compile error message".
1214
bed91f4d
SM
12152015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1216
1217 PR python/18073
1218 * gdb.python/py-type.c (C::a_method): New.
1219 (C::a_const_method): New.
1220 (C::a_static_method): New.
1221 (a_function): New.
1222 * gdb.python/py-type.exp (test_fields): Test getting fields
1223 from function and method.
1224
3f2f83dd
KB
12252015-10-21 Keven Boell <keven.boell@intel.com>
1226
1227 * gdb.fortran/vla-alloc-assoc.exp: New file.
1228 * gdb.fortran/vla-datatypes.exp: New file.
1229 * gdb.fortran/vla-datatypes.f90: New file.
1230 * gdb.fortran/vla-history.exp: New file.
1231 * gdb.fortran/vla-ptype-sub.exp: New file.
1232 * gdb.fortran/vla-ptype.exp: New file.
1233 * gdb.fortran/vla-sizeof.exp: New file.
1234 * gdb.fortran/vla-sub.f90: New file.
1235 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1236 * gdb.fortran/vla-value-sub-finish.exp: New file.
1237 * gdb.fortran/vla-value-sub.exp: New file.
1238 * gdb.fortran/vla-value.exp: New file.
1239 * gdb.fortran/vla-ptr-info.exp: New file.
1240 * gdb.mi/mi-vla-fortran.exp: New file.
1241 * gdb.mi/vla.f90: New file.
1242
27145d50
SL
12432015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1244
1245 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1246 of hardwired timeout value.
1247
5f3ff4f8
JK
12482015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1249 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1252 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1253
bfd09d20
JS
12542015-10-19 Josh Stone <jistone@redhat.com>
1255
1256 * gdb.base/catch-syscall.c: Include <sched.h>.
1257 (unknown_syscall): New variable.
1258 (main): Trigger a vfork and an unknown syscall.
1259 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1260 (unknown_syscall_number): Likewise.
1261 (check_call_to_syscall): Accept an optional syscall pattern.
1262 (check_return_from_syscall): Likewise.
1263 (check_continue): Likewise.
1264 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1265 (test_catch_syscall_skipping_return): New test toggling off 'catch
1266 syscall' to step over the syscall return, then toggling back on.
1267 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1268 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1269 (do_syscall_tests): Call test_catch_syscall_without_args and
1270 test_catch_syscall_mid_vfork.
1271 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1272 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1273
b32b93c6
AS
12742015-10-19 Andrew Stubbs <ams@codesourcery.com>
1275
1276 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1277 print g_vE): Add new pass patterns.
1278 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1279 print various symbol names for vptr fields.
1280
9d622bda
AB
12812015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1284 results.
1285
0fd8ac1c
YQ
12862015-10-12 Yao Qi <yao.qi@linaro.org>
1287
1288 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1289
34240514
YQ
12902015-10-12 Yao Qi <yao.qi@linaro.org>
1291
1292 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1293 is aarch64*-*-linux*.
1294
8240f442
YQ
12952015-10-12 Yao Qi <yao.qi@linaro.org>
1296
1297 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1298 (can_relocate_bcond_true): ... it.
1299 (can_relocate_bcond_false): New function.
1300 (foo): Likewise.
1301 (can_relocate_bl): Likewise.
1302 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1303 can_relocate_bl.
1304
2520f728
PMR
13052015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1306
1307 * gdb.base/nested-addr.c: New file.
1308 * gdb.base/nested-addr.exp: New testcase.
1309
abcef95a
MM
13102015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1313 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1314 its output. Ignore the output of "record goto begin" and instead
1315 check that GDB is replaying.
1316
145e3ddb
PA
13172015-10-09 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1320 (top level): Use it in the run with no args test.
1321
d5d8c4e1
IB
13222015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1323
1324 * gdb.dlang/properties.exp: New file.
1325
06e635ef
SL
13262015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1327
1328 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1329 whether or not address 0x1000 is mapped on the target.
1330
e019fd1d
SM
13312015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1332
1333 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1334 build.
1335
77ba2a67
MM
13362015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1337
1338 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1339 instruction-history test.
1340
c60eb31f
DE
13412015-09-28 Doug Evans <dje@google.com>
1342
1343 * gdb.base/gcore.c (array_func): Add reference to static_array.
1344
9a3c8263
SM
13452015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1346
1347 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1348 source line.
1349
9720e656
SL
13502015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1351
1352 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1353 short or char as base type.
1354
938d3bf2
SL
13552015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1356
1357 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1358 to allow any size enum.
1359
e6c2c623
PMR
13602015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1361
1362 * gdb.ada/array_ptr_renaming.exp: New testcase.
1363 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1364 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1365
06da0f77
PL
13662015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1367
1368 * gdb.trace/ftrace-lock.c: New file.
1369 * gdb.trace/ftrace-lock.exp: New file.
1370
4f51c22a
PL
13712015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1372
1373 * gdb.arch/insn-reloc.c: New file.
1374 * gdb.arch/ftrace-insn-reloc.exp: New file.
1375
7041adf4
PL
13762015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1377
1378 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1379 instruction.
1380 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1381 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1382 * gdb.trace/range-stepping.c: Likewise.
1383 * gdb.trace/trace-break.c: Likewise.
1384 * gdb.trace/trace-mt.c (thread_function): Likewise.
1385 * gdb.trace/ftrace.c (marker): Likewise.
1386 * gdb.trace/trace-condition.c (marker): Likewise.
1387 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1388 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1389 is_aarch64_target.
1390
015d2e7e
DE
13912015-09-18 Doug Evans <xdje42@gmail.com>
1392
1393 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1394 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1395
26b188a2
SL
13962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1397
1398 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1399 the breakpoint.
1400
79dc332b
SL
14012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1402
1403 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1404 the pending breakpoint. Remove timeout override for "Run till
1405 MI pending breakpoint on pendfunc3 on thread 2" test.
1406
f57929f2
SL
14072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1408
1409 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1410 filename pattern.
1411
3f469b17
SL
14122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1413
1414 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1415 in breakpoint filename pattern.
1416
515b89b3
SL
14172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1418
7800dbe4
SL
1419 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1420
14212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1422
515b89b3
SL
1423 * gdb.linespec/explicit.exp: Check for readline support for
1424 tab-completion tests. Fix obvious typo.
1425
d2939ba2
MM
14262015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1427
1428 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1429 and replay.
1430
cbb55fa7
MM
14312015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1432
1433 * gdb.btrace/non-stop.c: New.
1434 * gdb.btrace/non-stop.exp: New.
1435
43691ca1
PL
14362015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1437 Yao Qi <yao.qi@linaro.org>
1438
1439 * gdb.trace/trace-condition.c: New file.
1440 * gdb.trace/trace-condition.exp: New file.
1441
d78908cf
WW
14422015-09-16 Wei-cheng Wang <cole945@gmail.com>
1443
1444 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1445 for testing bytecode compilation.
1446
1ed415e2
PA
14472015-09-16 Pedro Alves <palves@redhat.com>
1448 Sandra Loosemore <sandra@codesourcery.com>
1449
1450 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1451 (SECONDS): Redefine.
1452 (main): Call pthread_kill and alarm early.
1453 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1454 support.
1455 (test): If the target can't hardware step and doesn't support
1456 displaced stepping, increase the timeout.
1457
d136eff5
PA
14582015-09-16 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1461 (enable_debug): New procedures.
1462 (test): Use them. Bail out if waiting for threads fails.
1463 (top level): Bail out if a test fails.
1464
991f019c
YQ
14652015-09-16 Yao Qi <yao.qi@linaro.org>
1466
1467 * gdb.asm/asm-source.exp: Set asm-arch for
1468 aarch64*-*-* target.
1469 * gdb.asm/aarch64.inc: New file.
1470
bfca584f
PMR
14712015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1472
1473 * gdb.ada/array_of_variable_length.exp: New testcase.
1474 * gdb.ada/array_of_variable_length/foo.adb: New file.
1475 * gdb.ada/array_of_variable_length/pck.adb: New file.
1476 * gdb.ada/array_of_variable_length/pck.ads: New file.
1477
b326e587
DE
14782015-09-15 Doug Evans <dje@google.com>
1479
1480 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1481 of function static local variable.
1482
5382cfab
PW
14832015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1484
1485 * gdb.threads/tls-so_extern.exp: New test file.
1486 * gdb.threads/tls-so_extern.c: New test file.
1487 * gdb.threads/tls-so_extern_main.c: New test file.
1488
141c5cc4
JK
14892015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 * gdb.opt/solib-intra-step-lib.c: New file.
1492 * gdb.opt/solib-intra-step-main.c: New file.
1493 * gdb.opt/solib-intra-step.exp: New file.
1494
d15dcecd
PA
14952015-09-15 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1498 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1499
4c2f2a79
PA
15002015-09-14 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.base/hook-stop-continue.c: Delete.
1503 * gdb.base/hook-stop-continue.exp: Delete.
1504 * gdb.base/hook-stop-frame.c: Delete.
1505 * gdb.base/hook-stop-frame.exp: Delete.
1506 * gdb.base/hook-stop.c: New file.
1507 * gdb.base/hook-stop.exp: New file.
1508
919e6dbe
PMR
15092015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1510
1511 * gdb.ada/access_to_packed_array.exp: New testcase.
1512 * gdb.ada/access_to_packed_array/foo.adb: New file.
1513 * gdb.ada/access_to_packed_array/pack.adb: New file.
1514 * gdb.ada/access_to_packed_array/pack.ads: New file.
1515
157280a4
MM
15162015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1517
1518 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1519 buffer size test.
1520
2fd33e94
DB
15212015-09-11 Don Breazeal <donb@codesourcery.com>
1522
1523 * gdb.base/foll-exec.c: Add copyright header. Fix
1524 formatting issues.
1525 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1526 (do_exec_tests): Use clean_restart in place of zap_session,
1527 and for test initialization. Fix formatting issues. Use
1528 fail in place of perror.
1529 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1530 an expect statement to match an expression with output from
1531 the program under debug.
1532 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1533 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1534 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1535 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1536 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1537
e70b6e8e
DE
15382015-09-09 Doug Evans <dje@google.com>
1539
1540 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1541
7a551a51
DE
15422015-09-09 Doug Evans <dje@google.com>
1543
1544 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1545
4c666f84
DE
15462015-09-09 Doug Evans <dje@google.com>
1547
1548 * gdb.base/savedregs.exp: Fix typo.
1549
243a9253
PA
15502015-09-09 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1553
c0fa8fbd
SL
15542015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1555
1556 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1557 command actually switches threads. Give up on remaining
1558 tests if target fails to stop at breakpoint.
1559
cd7c1778
PMR
15602015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1561
1562 * gdb.ada/funcall_char.exp: New testcase.
1563 * gdb.ada/funcall_char/foo.adb: New file.
1564
dc5c8746
PMR
15652015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1566
1567 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1568 expected outputs. Add two testcases for completing ambiguous
1569 functions.
1570 * gdb.ada/complete/aux_pck.adb: New file.
1571 * gdb.ada/complete/aux_pck.ads: New file.
1572 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1573 Ambiguous_Func functions.
1574 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1575 * gdb.ada/complete/pck.adb: Likewise.
1576
4e83a1e7
UW
15772015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1578
1579 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1580 failures to run the test program under GDB.
1581
8ce74153
LM
15822015-08-26 Luis Machado <lgustavo@codesourcery.com>
1583
1584 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1585 to C.
1586
e9756d52
PP
15872015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1588
1589 * gdb.base/run-after-attach.exp: New test file.
1590 * gdb.base/run-after-attach.c: New test file.
1591
8d37573b
DB
15922015-08-26 Don Breazeal <donb@codesourcery.com>
1593
1594 * gdb.base/foll-exec-2.c: New test program.
1595 * gdb.base/foll-exec-2.exp: New test.
1596
63e43d3a
PMR
15972015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1598
1599 * gdb.base/nested-subp1.exp: New file.
1600 * gdb.base/nested-subp1.c: New file.
1601 * gdb.base/nested-subp2.exp: New file.
1602 * gdb.base/nested-subp2.c: New file.
1603 * gdb.base/nested-subp3.exp: New file.
1604 * gdb.base/nested-subp3.c: New file.
1605
3d40fbb5
PA
16062015-08-24 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.server/connect-without-multi-process.c: New file.
1609 * gdb.server/connect-without-multi-process.exp: New file.
1610
4422ac93
LM
16112015-08-24 Luis Machado <lgustavo@codesourcery.com>
1612
1613 * gdb.opt/inline-markers.c: Make z int.
1614
91dddb86
LM
16152015-08-24 Luis Machado <lgustavo@codesourcery.com>
1616
1617 * gdb.opt/inline-markers.c: Make z volatile.
1618
a48847ee
LM
16192015-08-24 Luis Machado <lgustavo@codesourcery.com>
1620
1621 * gdb.opt/inline-bt.c: New volatile global z.
1622 * gdb.opt/inline-cmds.c: Likewise.
1623 * gdb.opt/inline-locals.c: Likewise.
1624 * gdb.opt/inline-markers.c: New extern global z.
1625 (marker): Use z.
1626 (inline_fn): Likewise.
1627
0ebbc52b
PA
16282015-08-24 Pedro Alves <palves@redhat.com>
1629
1630 * config/m32r-stub.exp: Remove file.
1631 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1632 * gdb.base/call-rt-st.exp: Likewise.
1633 * gdb.base/call-strs.exp: Likewise.
1634 * gdb.base/default.exp: Remove references to h8300-*-hms and
1635 *-*-udi*.
1636 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1637
77c365df
AA
16382015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1639
1640 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1641 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1642 and "return" use KFAIL when GDB can not read/write the vector
1643 return value.
1644
4313b8c0
GB
16452015-08-21 Gary Benson <gbenson@redhat.com>
1646
1647 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1648
0e433b32
PA
16492015-08-20 Pedro Alves <palves@redhat.com>
1650
1651 * gdb.server/solib-list.exp: No longer expect an interior stop in
1652 non-stop mode.
1653
221e1a37
PA
16542015-08-20 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.server/connect-stopped-target.c: New file.
1657 * gdb.server/connect-stopped-target.exp: New file.
1658
40e3ad0e
PA
16592015-08-20 Pedro Alves <palves@redhat.com>
1660
1661 * gdb.dwarf2/comp-unit-lang.exp: New file.
1662 * gdb.dwarf2/comp-unit-lang.c: New file.
1663
af39b327
PMR
16642015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1665
1666 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1667 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1668
7d45c7c3 16692015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1670
7d45c7c3
KB
1671 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1672 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1673
4d6cceb4
DE
16742015-08-18 Doug Evans <dje@google.com>
1675 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1676
1677 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1678 skip_python_tests. New arg prompt_regexp.
1679 (skip_python_tests): New function.
1680 * lib/mi-support.exp (mi_skip_python_tests): New function.
1681 * gdb.python/py-mi-objfile-gdb.py: New file.
1682 * gdb.python/py-mi-objfile.c: New file.
1683 * gdb.python/py-mi-objfile.exp: New file.
1684
ad89c2aa
KS
16852015-08-17 Keith Seitz <keiths@redhat.com>
1686
1687 * gdb.linespec/explicit.exp: Move strace test from here ...
1688 * gdb.trace/strace.exp: ... to here.
1689
e3ae3c43
PP
16902015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1691
1692 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1693 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1694
604b2636
DE
16952015-08-14 Doug Evans <xdje42@gmail.com>
1696
1697 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1698 inferior before selecting a new file.
1699
6ff0ba5f
DE
17002015-08-14 Doug Evans <xdje42@gmail.com>
1701
1702 * gdb.mi/mi-disassemble.exp: Update.
1703 * gdb.base/disasm-optim.S: New file.
1704 * gdb.base/disasm-optim.c: New file.
1705 * gdb.base/disasm-optim.h: New file.
1706 * gdb.base/disasm-optim.exp: New file.
1707
9ca98f92
KS
17082015-08-14 Keith Seitz <keiths@redhat.com>
1709
1710 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1711 "evaluated-by".
1712
52bbc560
JB
17132015-08-13 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1716
5d8c3ed3
PMR
17172015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1718
1719 * gdb.ada/fun_renaming.exp: New testcase.
1720 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1721 * gdb.ada/fun_renaming/pack.adb: New file.
1722 * gdb.ada/fun_renaming/pack.ads: New file.
1723
ea8812bc
KS
17242015-08-12 Keith Seitz <keiths@redhat.com>
1725
1726 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1727 gdb_get_line_number.
1728
4dafcdeb
JB
17292015-08-12 Joel Brobecker <brobecker@adacore.com>
1730
1731 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1732 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1733 gdb.base/dso2dso.exp: New files.
1734
5ba32597
SDJ
17352015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1736 Pedro Alves <palves@redhat.com>
1737 Keith Seitz <keiths@redhat.com>
1738
1739 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1740 GDBFLAGS.
1741
b6dafabf
PP
17422015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1743
1744 * gdb.base/gdbhistsize-history.exp
1745 (test_histsize_history_setting): Use save_vars.
1746 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1747 Use save_vars.
1748 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1749 * gdb.base/readline.exp: Use save_vars.
1750
abe8e607
PP
17512015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1752
1753 * lib/gdb.exp (save_vars): New proc.
1754
629500fa
KS
17552015-08-11 Keith Seitz <keiths@redhat.com>
1756
1757 * gdb.base/help.exp: Update help_breakpoint_text.
1758
eb8c4e2e
KS
17592015-08-11 Keith Seitz <keiths@redhat.com>
1760
1761 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1762 (at toplevel): Call test_explicit_breakpoints.
1763 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1764 breakpoints.
1765 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1766 breakpoint conditions, "-cond".
1767
87f0e720
KS
17682015-08-11 Keith Seitz <keiths@redhat.com>
1769
1770 * gdb.linespec/3explicit.c: New file.
1771 * gdb.linespec/cpexplicit.cc: New file.
1772 * gdb.linespec/cpexplicit.exp: New file.
1773 * gdb.linespec/explicit.c: New file.
1774 * gdb.linespec/explicit.exp: New file.
1775 * gdb.linespec/explicit2.c: New file.
1776 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1777 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1778 before using in the matching pattern.
1779 Clarify that `prefix' is a regular expression.
1780
f00aae0f
KS
17812015-08-11 Keith Seitz <keiths@redhat.com>
1782
1783 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1784 test.
1785 Add tests for missing ",FMT" and ",".
1786
e27852be
DE
17872015-08-10 Doug Evans <dje@google.com>
1788 Keith Seitz <keiths@redhat.com>
1789
1790 PR gdb/17960
1791 * gdb.base/completion.exp: Add location completer tests.
1792
7f03bd92
PA
17932015-08-07 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1796 tests here.
1797 (top level): Run do_test with and without displaced stepping.
1798
3fc8eb30
PA
17992015-08-07 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.base/valgrind-disp-step.c: New file.
1802 * gdb.base/valgrind-disp-step.exp: New file.
1803
d4569d7b
PA
18042015-08-07 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1807 Delete function.
1808 (main): Add alarm. Run an infinite loop instead of calling
1809 wait_threads.
1810 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1811 comment.
1812 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1813 Delete function.
1814 (main): Add alarm. Run an infinite loop instead of calling
1815 wait_threads.
1816 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1817 comment.
1818
e1316e60
PA
18192015-08-07 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.base/checkpoint-ns.exp: New file.
1822 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1823 standard_testfile.
1824
da8c46d2
MM
18252015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1826
1827 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1828 * gdb.btrace/instruction_history.exp: Update.
1829 * gdb.btrace/tsx.exp: New.
1830 * gdb.btrace/tsx.c: New.
1831
de1c2c52
PA
18322015-08-06 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1835 increase timeout.
1836 * gdb.reverse/until-precsave.exp: Bump timeouts.
1837
782e0bf4
PA
18382015-08-06 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1841
83e97ed0
PA
18422015-08-06 Pedro Alves <palves@redhat.com>
1843
1844 PR gdb/18749
1845 * gdb.threads/process-dies-while-handling-bp.c: New file.
1846 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1847
863d01bd
PA
18482015-08-06 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1851 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1852
0a39bb32
PA
18532015-08-05 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1856 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1857
ee2d2b10
SL
18582015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1859
1860 * gdb.base/bp-permanent.exp: Report test as unsupported if
1861 the target cannot stop at the permanent breakpoint.
1862
4e1bdb00
DE
18632015-08-03 Doug Evans <dje@google.com>
1864
1865 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1866 10000.
1867
3d338901
DE
18682015-08-03 Doug Evans <dje@google.com>
1869
1870 * Makefile.in (workers/%.worker, build-perf): New rule.
1871 (GDB_PERFTEST_MODE): New variable.
1872 (check-perf): Use it.
1873 (clean): Clean up gdb.perf parallel build subdirs.
1874 * lib/build-piece.exp: New file.
1875 * lib/gdb.exp (make_gdb_parallel_path): New function
1876 (standard_output_file, standard_temp_file): Call it.
1877 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1878 of $GDB_PARALLEL.
1879 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1880
af061d3e
DE
18812015-08-03 Doug Evans <dje@google.com>
1882
8e1afc81 1883 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1884 (LOG_FILE_NAME): New global.
1885 (TextReporter.__init__): Initialize self.txt_sum.
1886 (TextReporter.report): Add support for multiple data-points.
1887 Move report to perftest.sum, put raw data in perftest.log.
1888 (TextReporter.start): Open sum and log files.
1889 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1890 * gdb.perf/lib/perftest/testresult.py
1891 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1892
2c8c5d37
PA
18932015-07-31 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1896 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1897 kill_wait_spawned_process instead of explicit "kill -9".
1898 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1899 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1900 kill_wait_spawned_process.
1901 * gdb.base/attach-twice.exp: Likewise.
1902 * gdb.base/attach.exp: Likewise.
1903 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1904 gdb_test_multiple.
1905 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1906 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1907 kill_wait_spawned_process.
1908 * gdb.base/valgrind-infcall.exp: Likewise.
1909 * gdb.multi/multi-attach.exp: Likewise.
1910 * gdb.python/py-prompt.exp: Likewise.
1911 * gdb.python/py-sync-interp.exp: Likewise.
1912 * gdb.server/ext-attach.exp: Likewise.
1913 * gdb.threads/attach-into-signal.exp (corefunc): Use
1914 spawn_wait_for_attach, spawn_id_get_pid and
1915 kill_wait_spawned_process.
1916 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1917 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1918 spawn_id_get_pid and kill_wait_spawned_process.
1919 * gdb.threads/attach-stopped.exp (corefunc): Use
1920 spawn_wait_for_attach, spawn_id_get_pid and
1921 kill_wait_spawned_process.
1922 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1923 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1924 kill_wait_spawned_process instead of explicit "kill -9".
1925 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1926 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1927 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1928 processes. Don't map cygwin/windows pids here. Now returns a
1929 spawn id list.
1930
032a0fca
SL
19312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1932
1933 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1934 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1935 correct patch.
1936
61a934ca
SL
19372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1938
1939 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1940
4bc4d428
SL
19412015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1942
1943 Reapply:
1944 2014-05-21 Mark Wielaard <mjw@redhat.com>
1945
1946 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1947
998d452a
PA
19482015-07-30 Pedro Alves <palves@redhat.com>
1949
1950 * linux-low.c (handle_extended_wait): Set the child's last
1951 reported status to TARGET_WAITKIND_STOPPED.
1952
69dde7dc
PA
19532015-07-30 Pedro Alves <palves@redhat.com>
1954
1955 PR threads/18600
1956 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1957 only shows inferior 1.
1958
4dd63d48
PA
19592015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1960 Pedro Alves <palves@redhat.com>
1961
1962 PR threads/18600
1963 * gdb.threads/fork-plus-threads.c: New file.
1964 * gdb.threads/fork-plus-threads.exp: New file.
1965
d618e4c5
PP
19662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1967
1968 * gdb.base/batch-preserve-term-settings.exp
1969 (test_terminal_settings_preserved_after_cli_exit): Use
1970 send_quit_command.
1971
1eef6428
PA
19722015-07-29 Pedro Alves <palves@redhat.com>
1973 Don Breazeal <donb@codesourcery.com>
1974
1975 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1976 output from both inferior_spawn_id and gdb_spawn_id.
1977
7da5b897
SDJ
19782015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1979
1980 * gdb.threads/attach-into-signal.exp (corefunc): Use
1981 with_test_prefix on nested loops, uniquefying the test messages.
1982
dac804df
SDJ
19832015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1984
1985 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1986 commit.
1987
06265e53
PP
19882015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1989
1990 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1991 New proc.
1992 (test_terminal_settings_preserved_after_sigterm): New test.
1993
18206ca3
PP
19942015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1995
1996 * gdb.base/batch-preserve-term-settings.exp
1997 (test_terminal_settings_preserved_after_cli_exit): New test.
1998
90074d11
PP
19992015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2000
2001 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2002 manipulation of saved_gdbflags.
2003 (test_terminal_settings_preserved): Remove global declaration of
2004 the unused variable pagination_prompt. Remove manipulation of
2005 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2006 GDBFLAGS.
2007
eb1a7902
PA
20082015-07-29 Pedro Alves <palves@redhat.com>
2009
2010 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2011
8b75dd3b
PA
20122015-07-29 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2015 at the top.
2016
dedad4e3
PA
20172015-07-29 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2020 (main): Call gdb_unbuffer_output.
2021 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2022 (main): Call gdb_unbuffer_output.
2023 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2024 (main): Call gdb_unbuffer_output.
2025 * gdb.base/call-strs.exp: Adjust to step over the
2026 gdb_unbuffer_output call.
2027 * gdb.base/catch-gdb-caused-signals.c: Include
2028 "../lib/unbuffer_output.c".
2029 (main): Call gdb_unbuffer_output.
2030 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2031 (main): Call gdb_unbuffer_output.
2032 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2033 (main): Call gdb_unbuffer_output.
2034 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2035 (main): Call gdb_unbuffer_output.
2036 * gdb.base/shlib-call.exp: Adjust to step over the
2037 gdb_unbuffer_output call.
2038 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2039 (main): Call gdb_unbuffer_output.
2040 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2041 (main): Call gdb_unbuffer_output.
2042 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2043 (main): Rename to ...
2044 (test): ... this.
2045 (main): Reimplement.
2046 * gdb.base/varargs.exp: Run to test instead of to main.
2047 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2048 (main): Call gdb_unbuffer_output.
2049
58789a91
PA
20502015-07-29 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2053 factore out from mi_continue_dprintf. For call-style dprintfs,
2054 expect dprintf output out of $inferior_spawn_id.
2055 (mi_continue_dprintf): Use mi_expect_dprintf.
2056 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2057 (main): Call gdb_unbuffer_output.
2058
e8376742
PA
20592015-07-29 Pedro Alves <palves@redhat.com>
2060
2061 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2062 (default_mi_gdb_start): Set inferior_spawn_id instead of
2063 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2064 gdb_spawn_id.
2065 (mi_gdb_test): Always expect inferior output from both
2066 $inferior_spawn_id and $gdb_spawn_id.
2067
08280010
PA
20682015-07-29 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2071 send_inferior and $inferior_spawn_id.
2072
4d30e432
PA
20732015-07-29 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.gdb/complaints.exp (test_initial_complaints)
2076 (test_serial_complaints, test_short_complaints): Use
2077 gdb_test_stdio.
2078 (test_empty_complaint): Handle $inferior_spawn_id !=
2079 $gdb_spawn_id.
2080
0d30a335
PA
20812015-07-29 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.base/varargs.exp: Use gdb_test_stdio.
2084
39413b29
PA
20852015-07-29 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2088
7cb000a9
PA
20892015-07-29 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2092
d7b8ac82
PA
20932015-07-29 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2096 parameter into two new parameters, "inf_result" and "gdb_result".
2097 Expect inferior output and gdb output from $inferior_spawn_id and
2098 $gdb_spawn_id, respectively. Adjust all callers.
2099
789c3a0c
PA
21002015-07-29 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2103 of gdb_test_sequence.
2104
77e760c3
PA
21052015-07-29 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2108 (saw_spurious_output): Expect inferior output from
2109 $inferior_spawn_id. Use gdb_test_stdio.
2110
8396d2cd
PA
21112015-07-29 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/dprintf.exp: Use standard_testfile. Change
2114 prepare_for_testing call.
2115 (srcfile): Don't set.
2116 (restart): New procedure.
2117 (test_dprintf): New procecure, use to continue over dprintfs.
2118 (test_call, test_agent): New procedures, tests moved here.
2119 Restart gdb and recreate dprintfs. Adjust expected output.
2120
2051d61f
PA
21212015-07-29 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2124
452397af
PA
21252015-07-29 Pedro Alves <palves@redhat.com>
2126
2127 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2128
8aed9555
PA
21292015-07-29 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2132 gdb_test_stdio.
2133
188a61b4
PA
21342015-07-29 Pedro Alves <palves@redhat.com>
2135
2136 * lib/gdb.exp (gdb_test_stdio): New procedure.
2137
12264a45
PA
21382015-07-29 Pedro Alves <palves@redhat.com>
2139
2140 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2141
23ffc893
PA
21422015-07-29 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.base/call-signal-resume.exp: Remove check for
2145 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2146 * gdb.base/unwindonsignal.exp: Likewise.
2147 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2148 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2149
65566918
PA
21502015-07-29 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.base/siginfo-addr.c (pass): New function.
2153 (handler): Call it iff si_addr is correct.
2154 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2155 Set a breakpoint at "pass" and continue to it.
2156
d60a9221
SDJ
21572015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2158
2159 * gdb.python/py-objfile.exp: Make some tests have unique names.
2160 * gdb.python/py-pp-registration.exp: Likewise.
2161
bde40b8f
PA
21622015-07-28 Pedro Alves <palves@redhat.com>
2163
2164 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2165
13e1dec8
SM
21662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2167
2168 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2169
da33c9a7
SM
21702015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2171
2172 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2173
077836f7
PP
21742015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2175
2176 * gdb.base/gdb-sigterm-2.exp: New test.
2177
b8cc7b2e
DE
21782015-07-25 Doug Evans <xdje42@gmail.com>
2179
2180 Revert:
2181 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2182 (workers/%.worker, build-perf): New rule.
2183 (GDB_PERFTEST_MODE): New variable.
2184 (check-perf): Use it.
2185 (clean): Clean up gdb.perf parallel build subdirs.
2186 * lib/build-piece.exp: New file.
2187 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2188 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2189 name.
2190 (standard_temp_file): Ditto.
2191 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2192 of $GDB_PARALLEL.
2193
c8bd4544
DE
21942015-07-24 Doug Evans <dje@google.com>
2195
2196 * gdb.perf/lib/perftest/utils.py: New file.
2197 * gdb.perf/gm-hello.cc: New file.
2198 * gdb.perf/gm-pervasive-typedef.cc: New file.
2199 * gdb.perf/gm-pervasive-typedef.h: New file.
2200 * gdb.perf/gm-std.cc: New file.
2201 * gdb.perf/gm-std.h: New file.
2202 * gdb.perf/gm-use-cerr.cc: New file.
2203 * gdb.perf/gm-utils.h: New file.
2204 * gdb.perf/gmonster-null-lookup.py: New file.
2205 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2206 * gdb.perf/gmonster-print-cerr.py: New file.
2207 * gdb.perf/gmonster-ptype-string.py: New file.
2208 * gdb.perf/gmonster-runto-main.py: New file.
2209 * gdb.perf/gmonster-select-file.py: New file.
2210 * gdb.perf/gmonster1-null-lookup.exp: New file.
2211 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2212 * gdb.perf/gmonster1-print-cerr.exp: New file.
2213 * gdb.perf/gmonster1-ptype-string.exp: New file.
2214 * gdb.perf/gmonster1-runto-main.exp: New file.
2215 * gdb.perf/gmonster1-select-file.exp: New file.
2216 * gdb.perf/gmonster1.cc: New file.
2217 * gdb.perf/gmonster1.exp: New file.
2218 * gdb.perf/gmonster2-null-lookup.exp: New file.
2219 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2220 * gdb.perf/gmonster2-print-cerr.exp: New file.
2221 * gdb.perf/gmonster2-ptype-string.exp: New file.
2222 * gdb.perf/gmonster2-runto-main.exp: New file.
2223 * gdb.perf/gmonster2-select-file.exp: New file.
2224 * gdb.perf/gmonster2.cc: New file.
2225 * gdb.perf/gmonster2.exp: New file.
2226
6eab34f3
DE
22272015-07-24 Doug Evans <dje@google.com>
2228
2229 * gdb.perf/README: New file.
2230 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2231 * lib/gen-perf-test.exp: New file.
2232
63738bfd
DE
22332015-07-24 Doug Evans <dje@google.com>
2234
2235 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2236 (PerfTest::startup): New function.
2237 (PerfTest::run): Return result of calling body.
2238 (PerfTest::assemble): Rewrite.
2239 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2240 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2241 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2242 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2243 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2244
7b606f95
DE
22452015-07-24 Doug Evans <dje@google.com>
2246
2247 * lib/gdb.exp (clean_restart): Make executable optional.
2248
a97b16b8
DE
22492015-07-24 Doug Evans <dje@google.com>
2250
2251 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2252 compiler_info references.
2253 * gdb.cp/temargs.exp: Ditto.
2254 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2255 (get_compiler_info): Early exit if already computed. Set compiler_info
2256 to "unknown" if there was a problem.
2257 (test_compiler_info): Add function comment. Call get_compiler_info.
2258
35baa57f
DE
22592015-07-24 Doug Evans <dje@google.com>
2260
2261 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2262 (workers/%.worker, build-perf): New rule.
2263 (GDB_PERFTEST_MODE): New variable.
2264 (check-perf): Use it.
2265 (clean): Clean up gdb.perf parallel build subdirs.
2266 * lib/build-piece.exp: New file.
2267 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2268 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2269 name.
2270 (standard_temp_file): Ditto.
2271 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2272 of $GDB_PARALLEL.
2273
6ebea266
DE
22742015-07-24 Doug Evans <dje@google.com>
2275
2276 * lib/future.exp (gdb_default_target_compile): New option
2277 "early_flags".
2278 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2279 --as-needed.
2280
1e76a7e9
SDJ
22812015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2282
2283 * gdb.base/catch-syscall.exp: Call gdb_exit before
2284 gdb_skip_xml_test.
2285
5068630a
PA
22862015-07-24 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.python/py-events.exp: Accept output between the stop event
2289 and the prompt.
2290 * gdb.python/py-evsignal.exp: Likewise.
2291 * gdb.python/py-evthreads.exp: Likewise.
2292
77598427
PA
22932015-07-24 Pedro Alves <palves@redhat.com>
2294
2295 PR gdb/18717
2296 * gdb.threads/non-ldr-exit.c: New file.
2297 * gdb.threads/non-ldr-exit.exp: New file.
2298
11e6c98f
YQ
22992015-07-24 Yao Qi <yao.qi@linaro.org>
2300
2301 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2302 restarting process.
2303
51aee833
YQ
23042015-07-24 Yao Qi <yao.qi@linaro.org>
2305
2306 * gdb.server/ext-restart.exp: New file.
2307
8cfe207c
YQ
23082015-07-24 Yao Qi <yao.qi@linaro.org>
2309
2310 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2311 argument options.
2312 * gdb.server/ext-wrapper.exp: New file.
2313
cc12ce38
DE
23142015-07-23 Doug Evans <dje@google.com>
2315
2316 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2317 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2318
d0d84780
PMR
23192015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2320
2321 * gdb.ada/var_arr_typedef.exp: New testcase.
2322 * gdb.ada/var_arr_typedef/pack.adb: New file.
2323 * gdb.ada/var_arr_typedef/pack.ads: New file.
2324 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2325
8b558f79
JB
23262015-07-20 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2329
775a3298
JK
23302015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 * gdb.arch/i386-biarch-core.exp: Replace istarget
2333 by "complete set gnutarget". Remove expectation for the "core-file"
2334 command.
2335
db1ff28b
JK
23362015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2337
2338 Revert the previous commit:
2339 Tests for validate symbol file using build-id.
2340
0a94970d
JK
23412015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2342
2343 Tests for validate symbol file using build-id.
2344 * gdb.base/solib-mismatch-lib.c: New file.
2345 * gdb.base/solib-mismatch-libmod.c: New file.
2346 * gdb.base/solib-mismatch.c: New file.
2347 * gdb.base/solib-mismatch.exp: New file.
2348
03346981
SL
23492015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2350
2351 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2352 nios2-*-linux*.
2353 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2354 * gdb.base/siginfo.exp: Likewise.
2355 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2356
42422cc7
PL
23572015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2358
2359 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2360 Move it to ...
2361 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2362 ... here.
2363 * gdb.trace/range-stepping.exp: Check that the target supports
2364 range stepping.
2365
cfa68bae
JK
23662015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2369
8ffdba26
PA
23702015-07-14 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/killed-outside.exp: New file.
2373 * gdb.base/killed-outside.c: New file.
2374
218a5a11
JK
23752015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2378 (n at main): New.
2379 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2380
e03ed3c6
AA
23812015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2382
2383 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2384 infcall tests instead of setting up for KFAIL.
2385
485668e5
MM
23862015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2387
2388 * gdb.btrace/record_goto-step.exp: New.
2389
08464196
JK
23902015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 PR compile/18484
2393 * gdb.compile/compile.c (struct struct_type): Add volatile to
2394 selffield's type.
2395 * gdb.compile/compile.exp
2396 (compile code struct_object.selffield = &struct_object): Skip further
2397 struct_object tests if this one xfails.
2398
bcf5c1d9
RC
23992015-07-08 Robert O'Callahan <robert@ocallahan.org>
2400
2401 PR exp/18617
2402 * gdb.trace/ax.exp: Add test.
2403
4931af25
YQ
24042015-07-07 Yao Qi <yao.qi@linaro.org>
2405
2406 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2407 instead of istarget "aarch64*-*-*".
2408 * gdb.arch/aarch64-fp.exp: Likewise.
2409 * gdb.base/float.exp: Likewise.
2410 * gdb.reverse/aarch64.exp: Likewise.
2411 * lib/gdb.exp (is_aarch64_target): New proc.
2412
9fcf688e
YQ
24132015-07-07 Yao Qi <yao.qi@linaro.org>
2414
2415 * lib/gdb.exp (is_aarch32_target): New proc.
2416 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2417 instead of "istarget "arm*-*-*"".
2418 * gdb.arch/arm-disp-step.exp: Likewise.
2419 * gdb.arch/thumb-bx-pc.exp: Likewise.
2420 * gdb.arch/thumb-prologue.exp: Likewise.
2421 * gdb.arch/thumb-singlestep.exp: Likewise.
2422 * gdb.base/disp-step-syscall.exp: Likewise.
2423 * gdb.base/float.exp: Likewise.
2424
fbd8d50d
YQ
24252015-07-07 Yao Qi <yao.qi@linaro.org>
2426
2427 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2428 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2429
71be1fdc
YQ
24302015-07-07 Yao Qi <yao.qi@linaro.org>
2431
2432 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2433 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2434 if it exists.
2435 * gdb.multi/multi-arch.exp: Likewise.
2436
3e221d36
SM
24372015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2438
2439 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2440 print.
2441
d441430b
YQ
24422015-07-07 Yao Qi <yao.qi@linaro.org>
2443
2444 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2445
06f810bd
MG
24462015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2447
2448 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2449 '[' and ']' characters.
2450
5e61e7c0
IB
24512015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2452
2453 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2454
28bf096c
PA
24552015-06-29 Pedro Alves <palves@redhat.com>
2456
2457 PR threads/18127
2458 * gdb.threads/hand-call-new-thread.c: New file.
2459 * gdb.threads/hand-call-new-thread.c: New file.
2460
ee93cd5e
KS
24612015-06-26 Keith Seitz <keiths@redhat.com>
2462 Doug Evans <dje@google.com>
2463
2464 PR 16253
2465 * gdb.cp/var-tag-2.cc: New file.
2466 * gdb.cp/var-tag-3.cc: New file.
2467 * gdb.cp/var-tag-4.cc: New file.
2468 * gdb.cp/var-tag.cc: New file.
2469 * gdb.cp/var-tag.exp: New file.
2470
fc637f04
PP
24712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2472
2473 * gdb.base/history-duplicates.exp: New test.
2474
2e52ae68
PP
24752015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2476
2477 * gdb.base/completion.exp: Test the completion of the "focus"
2478 command.
2479
6e22494e
JK
24802015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2481
2482 * gdb.arch/amd64-prologue-skip.S: New file.
2483 * gdb.arch/amd64-prologue-skip.exp: New file.
2484
bf7b9cd9
SM
24852015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2486
2487 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2488 is_address_zero_readable check.
2489
201e8dfd
PB
24902015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2491
2492 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2493 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2494
5cd867b4
YQ
24952015-06-24 Yao Qi <yao.qi@linaro.org>
2496
2497 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2498 linux targets.
2499
4d7be007
YQ
25002015-06-24 Yao Qi <yao.qi@linaro.org>
2501
2502 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2503 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2504 * gdb.base/siginfo-thread.exp: Likewise.
2505
07fcd301
YQ
25062015-06-22 Yao Qi <yao.qi@linaro.org>
2507
2508 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2509
52042a00
YQ
25102015-06-22 Yao Qi <yao.qi@linaro.org>
2511
2512 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2513 aarch64*-*-*.
2514 (skip_hw_watchpoint_tests): Likewise.
2515
74bd41ce
PP
25162015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2517
2518 * gdb.base/gdbinit-history.exp: Test the interaction between
2519 setting GDBHISTSIZE and setting the history size via .gdbinit.
2520
bc460514
PP
25212015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2522
2523 PR gdb/16999
2524 * gdb.base/gdbhistsize-history.exp: New test.
2525
b58c513b
PP
25262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2527
2528 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2529 with GDBHISTSIZE.
2530 * gdb.base/readline.exp: Likewise.
2531
92046791
YQ
25322015-06-17 Yao Qi <yao.qi@linaro.org>
2533
2534 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2535 line.
2536
2093d2d3
PP
25372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2538
2539 * gdb.base/gdbinit-history.exp: Add test case to check that
2540 an unlimited history file does not get truncated on exit.
2541
e6c693af
AA
25422015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2543
2544 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2545 (VECTOR): New macro. Use it...
2546 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2547 ...for these typedefs.
2548 (int8, char1, int1, double1): New typedefs.
2549 (struct just_int2, struct two_int2): New structures.
2550 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2551 (add_structvecs, add_singlevecs): New functions.
2552 (main): Call add_some_intvecs twice.
2553 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2554 the compile and exit upon failure. Try compiling for the "native"
2555 architecture. Test inferior function calls with vector arguments
2556 and vector return value handling with "finish" and "return".
2557
c74f7d1c
JT
25582015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2559
2560 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2561 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2562 PE file.
2563 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2564
98aa42ee
AT
25652015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2566
2567 PR breakpoints/16465
2568 * gdb.mi/mi-dprintf-pending.c: New file.
2569 * gdb.mi/mi-dprintf-pending.exp: New test.
2570 * gdb.mi/mi-dprintf-pendshr.c: New file.
2571
7d73c23c 25722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2573 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2574
2575 * gdb.arch/i386-mpx-map.c: New file.
2576 * gdb.arch/i386-mpx-map.exp: New File.
2577
25782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2579
2580 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2581 * gdb.arch/i386-mpx.exp: Indentation fixed.
2582
25832015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2584
2585 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2586 function and improved indentation.
2587 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2588 gdb_test_multiple. Added additional tests to skip the test.
2589
25902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2591
2592 * gdb.arch/i386-avx512.c: Change path in include file.
2593 * gdb.arch/i386-avx512.exp: Change include dir path
2594 compilation flag.
2595 * gdb.arch/i386-mpx.c: Change path in include file.
2596 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2597 flag.
2598
d5eba19a
JK
25992015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2600
2601 * gdb.compile/compile-print.exp (compile print *vararray@3)
2602 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2603
7f361056
JK
26042015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2607 (do not keep jit in memory): ... this.
2608 (expect 5): Change it to ...
2609 (expect no 5): ... this.
2610
3b462ec2
SM
26112015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2612
2613 PR gdb/15564
2614 * gdb.mi/mi-detach.exp: New file.
2615
e0619de6
JK
26162015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2617
2618 PR symtab/18392
2619 * gdb.arch/amd64-tailcall-self.S: New file.
2620 * gdb.arch/amd64-tailcall-self.c: New file.
2621 * gdb.arch/amd64-tailcall-self.exp: New file.
2622
e970cb34
DB
26232015-05-28 Don Breazeal <donb@codesourcery.com>
2624
2625 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2626 tests for remote targets by checking is_target_gdbserver.
2627
b2e2f908
DE
26282015-05-27 Doug Evans <dje@google.com>
2629
2630 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2631 * gdb.dwarf2/opaque-type-lookup.c: New file.
2632 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2633
82c7be31
DE
26342015-05-26 Doug Evans <dje@google.com>
2635
2636 * gdb.cp/iostream.cc: New file.
2637 * gdb.cp/iostream.exp: New file.
2638
b4f54984
DE
26392015-05-26 Doug Evans <dje@google.com>
2640
2641 * gdb.dwarf2/dw2-op-call.exp: Update.
2642 * gdb.dwarf2/dw4-sig-types.exp: Update.
2643 * gdb.dwarf2/implptr.exp: Update.
2644 * gdb.mi/mi-cmd-param-changed.exp: Update.
2645
4ea6efe9
DE
26462015-05-26 Doug Evans <dje@google.com>
2647
2648 * gdb.python/py-lazy-string.c: New file.
2649 * gdb.python/py-lazy-string.exp: New file.
2650 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2651 (main): Update. Add estring3.
2652 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2653 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2654
f6bb7db3
YQ
26552015-05-26 Omair Javaid <omair.javaid@linaro.org>
2656 Yao Qi <yao.qi@linaro.org>
2657
2658 * gdb.reverse/aarch64.c: New.
2659 * gdb.reverse/aarch64.exp: New.
2660
a81bfbd0
OJ
26612015-05-26 Omair Javaid <omair.javaid@linaro.org>
2662
2663 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2664 (supports_reverse): Likewise.
2665
158bf1b4
PP
26662015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2667
2668 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2669 Use with_test_prefix.
2670
a0145030
AB
26712015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.base/completion.exp: Add test for completion of layout
2674 names.
2675
ebe3b578
AB
26762015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * lib/gdb.exp (skip_tui_tests): New proc.
2679 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2680
84204ed7
PA
26812015-05-19 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2684 Save the whole env array instead of just HOME. Unset HISTSIZE in
2685 the environment while testing. Restore whole environment
2686 afterwards.
2687
37442ce1
DE
26882015-05-16 Doug Evans <xdje42@gmail.com>
2689
2690 * gdb.guile/scm-ports.c: New file.
2691 * gdb.guile/scm-ports.exp: Add memory port tests.
2692
36de76f9
JK
26932015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2694
2695 * gdb.compile/compile-print.c: New file.
2696 * gdb.compile/compile-print.exp: New file.
2697
3a9558c4
JK
26982015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 * gdb.compile/compile-ops.exp: Cast param to void.
2701 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2702 (compile code struct_object.selffield = &struct_object): Add xfail.
2703
aa715135
JG
27042015-05-15 Joel Brobecker <brobecker@adacore.com>
2705
2706 * gdb.ada/arr_enum_with_gap: New testcase.
2707
931e5bc3
JG
27082015-05-15 Joel Brobecker <brobecker@adacore.com>
2709
2710 * gdb.ada/byte_packed_arr: New testcase.
2711
9cd4d857
JB
27122015-05-15 Joel Brobecker <brobecker@adacore.com>
2713
2714 * gdb.ada/pckd_neg: New testcase.
2715
ebfd00d2
PP
27162015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2717
2718 PR gdb/17820
2719 * gdb.base/gdbinit-history.exp: New test.
2720 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2721 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2722
4c082a81
SC
27232015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2724
2725 * gdb.python/py-xmethods.cc: Enhance test case.
2726 * gdb.python/py-xmethods.exp: New tests.
2727 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2728 function.
2729 (B_indexoper): Likewise.
2730 (global_dm_list) : Add new xmethod worker functions.
2731
f7797074
SDJ
27322015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2733
2734 * gdb.base/coredump-filter.exp: Correctly unset
2735 "coredump_var_addr" array.
2736
a4674e4e
PA
27372015-05-08 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.server/non-existing-program.exp: Unset spawn_id.
2740
df2eb078
SC
27412015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2742
2743 PR python/18291
2744 * gdb.python/py-xmethods.exp: Add tests.
2745
422349a3
YQ
27462015-05-08 Yao Qi <yao.qi@linaro.org>
2747
2748 PR gdb/18208
2749 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2750 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2751 function set_coredump_filter, and remove remote_exec call.
2752 Remove argument ipid. Callers update.
2753 (top level): Don't get inferior's PID.
2754
63fc80ce
AA
27552015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2756
2757 * gdb.base/watch_thread_num.exp: Skip test on targets without
2758 access watchpoints.
2759
80ad801e
PA
27602015-05-06 Pedro Alves <palves@redhat.com>
2761
2762 PR server/18081
2763 * gdb.server/non-existing-program.exp: New file.
2764
0fa7fe50
JB
27652015-05-05 Joel Brobecker <brobecker@adacore.com>
2766
2767 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2768
3ea89b92
PMR
27692015-05-05 Joel Brobecker <brobecker@adacore.com>
2770
2771 * gdb.ada/out_of_line_in_inlined: New testcase.
2772
87b8eff0
JB
27732015-05-05 Joel Brobecker <brobecker@adacore.com>
2774
2775 * gdb.ada/var_rec_arr: New testcase.
2776
5fccc635
YQ
27772015-04-30 Yao Qi <yao.qi@linaro.org>
2778
2779 * gdb.base/break-idempotent.exp: If
2780 skip_hw_watchpoint_multi_tests returns true, skip the tests
2781 on "rwatch" and "awatch".
2782
42d38f42
YQ
27832015-04-30 Yao Qi <yao.qi@linaro.org>
2784
2785 * gdb.base/relativedebug.exp: Invoke gdb command
2786 "info sharedlibrary", and if libc.so doesn't have debug info,
2787 skip the test.
2788
2ce1cdbf
DE
27892015-04-29 Doug Evans <dje@google.com>
2790
2791 * gdb.python/py-xmethods.exp: Add ptype tests.
2792 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2793 get_result_type method.
2794
f24a38c5
LM
27952015-04-29 Luis Machado <lgustavo@codesourcery.com>
2796
2797 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2798 the target does not support hardware watchpoints.
2799
ecbf2b3c
LM
28002015-04-29 Luis Machado <lgustavo@codesourcery.com>
2801
2802 * gdb.base/break-always.exp: Abort testing if writing to memory
2803 causes an error.
2804
34f5f757
DE
28052015-04-28 Doug Evans <dje@google.com>
2806
2807 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2808 * gdb.python/py-pp-registration.exp: ... here. New file.
2809 * gdb.python/py-pp-registration.c: New file.
2810 * gdb.python/py-pp-registration.py: New file.
2811
69b4374a
DE
28122015-04-28 Doug Evans <dje@google.com>
2813
2814 * gdb.python/py-bad-printers.c: New file.
2815 * gdb.python/py-bad-printers.py: New file.
2816 * gdb.python/py-bad-printers.exp: New file.
2817
59fb7612
SS
28182015-04-28 Sasha Smundak <asmundak@google.com>
2819
2820 * gdb.python/py-type.exp: New test.
2821
2631b16a
AW
28222015-04-28 Andy Wingo <wingo@igalia.com>
2823
2824 * gdb.python/py-parameter.exp:
2825 * gdb.guile/scm-parameter.exp: Escape the path that we are
2826 matching against, as it might contain characters that are special
2827 to regular expressions.
2828
460efde1
JB
28292015-04-27 Joel Brobecker <brobecker@adacore.com>
2830
2831 * gdb.ada/rec_comp: New testcase.
2832
2d369d8e
SDJ
28332015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2834
2835 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2836 before using it.
2837
cf75d6c3
AB
28382015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2841 new tests for verilog output.
2842
8dbe7ca5
YQ
28432015-04-24 Yao Qi <yao.qi@linaro.org>
2844
2845 * boards/remote-gdbserver-on-localhost.exp: New file.
2846
4ef9fb2f
PA
28472015-04-23 Pedro Alves <palves@redhat.com>
2848
2849 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2850 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2851 "end of file", remove $inferior_spawn_id from the indirect list.
2852
0a803169
PA
28532015-04-23 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2856
749ef8f8
PA
28572015-04-23 Pedro Alves <palves@redhat.com>
2858
2859 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2860 on $any_spawn_id instead of only on $gdb_spawn_id.
2861
8aae4344
PM
28622015-04-21 Pierre Muller <muller@sourceware.org>
2863
2864 PR pascal/17815
2865 * lib/pascal.exp (gpc_compile): Add new option "class".
2866 (fpc_compile): Likewise.
2867 * gdb.pascal/case-insensitive-symbols.pas: New file.
2868 * gdb.pascal/case-insensitive-symbols.exp: New file.
2869
1586c8fb
GB
28702015-04-20 Gary Benson <gbenson@redhat.com>
2871
2872 * gdb.base/attach.exp: Fix three extended remote failures.
2873
1b6e6f5c
GB
28742015-04-17 Gary Benson <gbenson@redhat.com>
2875
2876 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2877 the main executable over the remote protocol.
2878
e797481d
PA
28792015-04-16 Pedro Alves <palves@redhat.com>
2880
2881 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2882 a new gdbserver if gdbserver_reconnect_p is set.
2883
1ca99c42
PA
28842015-04-16 Pedro Alves <palves@redhat.com>
2885
2886 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2887 is set, don't exit gdbserver.
2888
af9fd6f8
AA
28892015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2890
2891 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2892 appropriate .insn, such that an older assembler can be used.
2893 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2894 the z/Architecture instruction set on 31-bit targets as well.
2895
04ff1e61
AA
28962015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2897
2898 * gdb.go/handcall.exp: Remove all logic related to the first
2899 breakpoint and rely on go_runto_main instead.
2900 * gdb.go/strings.exp: Likewise.
2901 * gdb.go/unsafe.exp: Likewise.
2902 * gdb.go/hello.exp: Likewise. Also rename the remaining
2903 breakpoint marker to "breakpoint 1".
2904 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2905 * gdb.go/strings.go: Likewise.
2906 * gdb.go/unsafe.go: Likewise.
2907 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2908 "set breakpoint 2 here" and rename the remaining breakpoint marker
2909 to "breakpoint 1".
2910
40d2f8d6
SM
29112015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2912
2913 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2914 if itertools.imap is not present.
2915 * gdb.python/py-objfile.exp: Add parentheses.
2916 * gdb.python/py-type.exp: Same.
2917 * gdb.python/py-unwind-maint.py: Same.
2918
8cbc97c6
YQ
29192015-04-15 Yao Qi <yao.qi@linaro.org>
2920
2921 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2922 of ":$ptr_size" and set its form explicitly.
2923
45fd756c
YQ
29242015-04-15 Pedro Alves <palves@redhat.com>
2925 Yao Qi <yao.qi@linaro.org>
2926
2927 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2928 timeout by factor of 4.
2929 (test_regular_watch): Likewise.
2930 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2931 * gdb.reverse/sigall-reverse.exp: Likewise.
2932 * gdb.reverse/until-precsave.exp: Likewise.
2933 * lib/gdb.exp (with_timeout_factor): New proc.
2934 (gdb_expect): Move some code to ...
2935 (get_largest_timeout): ... here. New procedure.
2936
9e811bc3
LM
29372015-04-14 Luis Machado <lgustavo@codesourcery.com>
2938
2939 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2940
0ff6fcb2
LM
29412015-04-13 Luis Machado <lgustavo@codesourcery.com>
2942
2943 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2944 to write to the .text section.
2945
7578d5f7
LM
29462015-04-13 Luis Machado <lgustavo@codesourcery.com>
2947
2948 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2949 Handle the case of targets that do not provide PID information.
2950
2efe15c4
YQ
29512015-04-13 Yao Qi <yao.qi@linaro.org>
2952
2953 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2954 and use expect instead of gdb_expect.
2955
8cd8f2f8
SDJ
29562015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2957
2958 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2959 "coredump_var_addr" to avoid naming conflict with other testcases.
2960
9ee41772
PA
29612015-04-10 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2964 gdb_test_sequence and gdb_assert.
2965
07473109
PA
29662015-04-10 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2969 test messages that don't include the breakpoint address.
2970
de3db44c
YQ
29712015-04-10 Yao Qi <yao.qi@linaro.org>
2972
2973 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2974 false for some offset and width combinations which aren't
2975 supported by linux kernel.
2976
c79d856c
PA
29772015-04-10 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2980 procedure, factored out from ...
2981 (top level): ... here. Add "set displaced-stepping" testing axis.
2982 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2983 parameter "displaced". Use it.
2984 (top level): Use foreach and add "set displaced-stepping" testing
2985 axis.
2986
ebc90b50
PA
29872015-04-10 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2990 Remove comment.
2991 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2992 both the address of the instruction that triggers the watchpoint
2993 and the address of the instruction immediately after, and use
2994 those addresses for the test. Fix comment.
2995
8f572e5c
PA
29962015-04-10 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.base/sigstep.exp (breakpoint_to_handler)
2999 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3000 Test "backtrace" in handler.
3001 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3002 (top level): Add new "displaced" test axis to
3003 breakpoint_to_handler, breakpoint_to_handler_entry and
3004 breakpoint_over_handler.
3005
8d707a12
PA
30062015-04-10 Pedro Alves <palves@redhat.com>
3007
3008 PR gdb/18216
3009 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3010
ef713951
YQ
30112015-04-10 Yao Qi <yao.qi@linaro.org>
3012
3013 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3014 (test_add_rn_pc): New function.
3015 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3016 (top level): Invoke test_add_rn_pc.
3017
906d60cf
PA
30182015-04-10 Pedro Alves <palves@redhat.com>
3019
3020 PR gdb/13858
3021 * gdb.base/step-over-no-symbols.exp: New file.
3022
f2983cc3
AW
30232015-04-09 Andy Wingo <wingo@igalia.com>
3024
3025 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3026 after the Python tests.
3027
6d62641c
SDJ
30282015-04-08 Keith Seitz <keiths@redhat.com>
3029
3030 PR python/16699
3031 * gdb.python/py-completion.exp: New tests for completion.
3032 * gdb.python/py-completion.py (CompleteLimit1): New class.
3033 (CompleteLimit2): Likewise.
3034 (CompleteLimit3): Likewise.
3035 (CompleteLimit4): Likewise.
3036 (CompleteLimit5): Likewise.
3037 (CompleteLimit6): Likewise.
3038 (CompleteLimit7): Likewise.
3039
f3770638
PA
30402015-04-08 Pedro Alves <palves@redhat.com>
3041
3042 PR gdb/18214
3043 PR gdb/18216
3044 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3045 function.
3046 (main): Install it as SIGUSR1 handler.
3047 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3048 parameter. Always use "setup" as prefix. Toggle "set
3049 displaced-stepping" off/on depending on global. Don't switch to
3050 thread 1 here.
3051 (top level): Add displaced stepping "off/on" test axis. Update
3052 "setup" calls. Wrap each subtest with with_test_prefix. Test
3053 continuing with a queued signal in each thread.
3054
4496bed7
PA
30552015-04-08 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3058 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3059 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3060 Return early if running to main fails.
3061 * gdb.trace/while-stepping.exp: Likewise.
3062
b97fde92
PA
30632015-04-07 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3066 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3067 interact with inferior program.
3068
f71c18e7
PA
30692015-04-07 Pedro Alves <palves@redhat.com>
3070
3071 * lib/gdb.exp (inferior_spawn_id): New global.
3072 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3073 spawn id after processing the user code.
3074 (default_gdb_start): Set inferior_spawn_id.
3075 (send_inferior): New procedure.
3076 * lib/gdbserver-support.exp (gdbserver_start): Set
3077 inferior_spawn_id.
3078 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3079
6423214f
PA
30802015-04-07 Pedro Alves <palves@redhat.com>
3081
3082 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3083 * lib/gdbserver-support.exp (gdbserver_start): Make
3084 $server_spawn_id global.
3085 (gdbserver_start): Don't wait for gdbserver's spawn id with
3086 expect_background.
3087 (close_gdbserver): New procedure.
3088 (gdb_exit): Rename the default version and reimplement.
3089
71c0ee8c
PA
30902015-04-07 Pedro Alves <palves@redhat.com>
3091
72f4393d 3092 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3093 append the substituted item, not the original item.
3094
203bc29b
PA
30952015-04-07 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3098 gdb_expect.
3099
508a3ddf
PA
31002015-04-07 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3103 output appearing once only.
3104
9f6dbe2b
PA
31052015-04-07 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3108 that doesn't expect anything. Return early if running to main
3109 fails.
3110
337532fa
YQ
31112015-04-07 Yao Qi <yao.qi@linaro.org>
3112
3113 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3114 (child_function): Call alarm.
3115 (main): Move call to alarm into the loop.
3116 * gdb.threads/non-stop-fair-events.exp: Build program with
3117 -DTIMEOUT=$timeout.
3118
01b622d4
DE
31192015-04-06 Doug Evans <xdje42@gmail.com>
3120
3121 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3122 Fix dest parameter to board_info.
3123 (fpc_compile): Ditto.
3124 (gdb_compile_pascal): Rename dest arg to destfile.
3125
961f4160
PMR
31262015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3127
3128 * gdb.ada/funcall_ref.exp: New file.
3129 * gdb.ada/funcall_ref/foo.adb: New file.
3130
cafda597
YQ
31312015-04-02 Yao Qi <yao.qi@linaro.org>
3132
3133 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3134 is remote.
3135
fed040c6
GB
31362015-04-02 Gary Benson <gbenson@redhat.com>
3137
3138 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3139
d11916aa
SS
31402015-04-01 Sasha Smundak <asmundak@google.com>
3141
3142 * gdb.python/py-unwind-maint.c: New file.
3143 * gdb.python/py-unwind-maint.exp: New test.
3144 * gdb.python/py-unwind-maint.py: New file.
3145 * gdb.python/py-unwind.c: New file.
3146 * gdb.python/py-unwind.exp: New test.
3147 * gdb.python/py-unwind.py: New test.
3148
a1471180
PA
31492015-04-01 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3152 to fail instead of non-existent $test.
3153
0bbeccb1
PA
31542015-04-01 Pedro Alves <palves@redhat.com>
3155
3156 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3157 GDBFLAGS if not empty.
3158
3c724c8c
PMR
31592015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3160
3161 * gdb.ada/complete.exp: Remove "multi_line".
3162 * gdb.ada/info_exc.exp: Remove "multi_line".
3163 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3164 * gdb.ada/ptype_field.exp: Remove "multi_line".
3165 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3166 * gdb.ada/tagged.exp: Remove "multi_line".
3167 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3168 [multi_line ...]
3169 * gdb.btrace/delta.exp: Likewise.
3170 * gdb.btrace/exception.exp: Likewise.
3171 * gdb.btrace/function_call_history.exp: Likewise.
3172 * gdb.btrace/instruction_history.exp: Likewise.
3173 * gdb.btrace/nohist.exp: Likewise.
3174 * gdb.btrace/record_goto.exp: Likewise.
3175 * gdb.btrace/segv.exp: Likewise.
3176 * gdb.btrace/stepi.exp: Likewise.
3177 * gdb.btrace/tailcall.exp: Likewise.
3178 * gdb.btrace/unknown_functions.exp: Likewise.
3179 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3180 * lib/gdb.exp: Add the "multi_line" helper.
3181
4eec2deb
PA
31822015-04-01 Pedro Alves <palves@redhat.com>
3183
3184 * gdb.threads/tid-reuse.c: New file.
3185 * gdb.threads/tid-reuse.exp: New file.
3186
df8411da
SDJ
31872015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3188
3189 PR corefiles/16092
3190 * gdb.base/coredump-filter.c: New file.
3191 * gdb.base/coredump-filter.exp: Likewise.
3192
6ef37366
PM
31932015-03-27 Petr Machata <pmachata@redhat.com>
3194
3195 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3196 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3197 (Dwarf::assemble): Initialize them.
3198 (Dwarf::lines): New function.
3199
7ec911b0
JT
32002015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3201
3202 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3203 SYMBOL_PREFIX for x86_64-*-cygwin.
3204
ff908ebf
AW
32052015-03-26 Andy Wingo <wingo@igalia.com>
3206
3207 PR symtab/18148
3208 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3209 const_value but not a location.
3210 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3211 location defined in non-main CUs are visible.
3212
6d5f0679
YQ
32132015-03-26 Yao Qi <yao.qi@linaro.org>
3214
3215 PR testsuite/18139
3216 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3217 Add a line number entry for the same line.
3218 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3219 Add a line number entry for the same line.
3220
2898689b
YQ
32212015-03-26 Yao Qi <yao.qi@linaro.org>
3222
3223 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3224 .int 0.
3225 (func): Likewise. Add .Lfunc_1 label.
3226 Use .Lfunc_1 label.
3227 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3228 .int 0.
3229 (func): Likewise.
3230 Use .Lfunc_1 label.
3231
85180498
YQ
32322015-03-26 Yao Qi <yao.qi@linaro.org>
3233
3234 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3235 Call gdb_compile instead to compile each .s files without debug
3236 information.
3237
8aa08a8d
YQ
32382015-03-26 Yao Qi <yao.qi@linaro.org>
3239
3240 * gdb.base/savedregs.exp (process_saved_regs): Make
3241 "Saved registers:" optional in the pattern.
3242
66849923
MM
32432015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3244
3245 * gdb.btrace/next.exp: Merged into step.exp.
3246 * gdb.btrace/finish.exp: Merged into step.exp.
3247 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3248 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3249 "record goto" and checking the exact replay position.
3250 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3251 check for "Recording format" in "info record" output.
3252 * gdb.btrace/record_goto.exp: Choose test file based on target.
3253 * gdb.btrace/x86-record_goto.S: Renamed into ...
3254 * gdb.btrace/x86_64-record_goto.S: ... this.
3255 * gdb.btrace/i686-record_goto.S: New.
3256 * gdb.btrace/x86-tailcall.S: Renamed into ...
3257 * gdb.btrace/x86_64-tailcall.S: ... this.
3258 * gdb.btrace/i686-tailcall.S: New.
3259 * gdb.btrace/x86-tailcall.c: Renamed into ...
3260 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3261 separate statements. Update test.
3262 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3263 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3264 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3265 * gdb.btrace/tailcall.exp: Choose test file based on target.
3266 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3267
11cc1b74
MM
32682015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3269
3270 * gdb.btrace/exception.exp: Increase BTS buffer size.
3271
a25d8bf9
PA
32722015-03-24 Pedro Alves <palves@redhat.com>
3273
3274 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3275
856e7dd6
PA
32762015-03-24 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.threads/schedlock.exp (test_step): No longer expect that
3279 "set scheduler-locking step" with "next" over a function call runs
3280 threads unlocked.
3281
ad235a41
AT
32822015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3283
3284 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3285
15630549
AT
32862015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3287
3288 PR breakpoints/16466
3289 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3290 * gdb.mi/mi-pending.c (thread_func): New function.
3291 (int main): Add threading support required.
3292 * gdb.mi/mi-pending.exp: Add tests for this issue.
3293 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3294 (pendfunc2): Remove stdio dependency.
3295 * gdb.mi/mi-pendshr2.c: New file.
3296
693dca06
KS
32972015-03-23 Keith Seitz <keiths@redhat.com>
3298
3299 * gdb.linespec/keywords.c: New file.
3300 * gdb.linespec/keywords.exp: New file.
3301
7e993ebf
KS
33022015-03-23 Keith Seitz <keiths@redhat.com>
3303
3304 PR gdb/18021
3305 * gdb.dwarf2/staticvirtual.exp: New test.
3306
bc23328c
JK
33072015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3310 * README: Remove HP-UX and gdb.hp.
3311 (configuration):
3312 * configure: Regenerate.
3313 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3314 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3315 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3316 gdb.hp/gdb.defects/Makefile.
3317 * gdb.hp/Makefile.in: File deleted.
3318 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3319 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3320 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3321 * gdb.hp/gdb.aCC/run.c: File deleted.
3322 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3323 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3324 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3325 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3326 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3327 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3328 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3329 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3330 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3331 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3332 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3333 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3334 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3335 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3336 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3337 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3338 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3339 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3340 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3341 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3342 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3343 * gdb.hp/gdb.compat/average.c: File deleted.
3344 * gdb.hp/gdb.compat/sum.c: File deleted.
3345 * gdb.hp/gdb.compat/xdb.c: File deleted.
3346 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3347 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3348 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3349 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3350 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3351 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3352 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3353 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3354 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3355 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3356 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3357 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3358 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3359 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3360 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3361 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3362 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3363 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3364 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3365 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3366 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3367 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3368 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3369 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3370 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3371 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3372 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3373 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3374 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3375 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3376 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3377 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3378 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3379 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3380 * gdb.hp/tools/odump: File deleted.
3381
8bf3b159
PA
33822015-03-19 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3385 (saw_thread_3): New globals.
3386 (top level): Increment them when an event for the corresponding
3387 thread is seen.
3388 (no thread starvation): New test.
3389
eb54c8bf
PA
33902015-03-19 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.threads/continue-pending-status.c: New file.
3393 * gdb.threads/continue-pending-status.exp: New file.
3394
32d2e5d6
PA
33952015-03-18 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3398 Use gdb_is_target_remote instead of is_remote. Use
3399 gdb_test_multiple instead of gdb_expect. Exit early if
3400 gdb_test_multiple hits its internal matches. Tighten stepi tests
3401 expected output. Fail on exit with any signal, instead of just
3402 SIGILL.
3403
f68f11b7
YQ
34042015-03-18 Yao Qi <yao.qi@linaro.org>
3405
3406 PR tdep/18107
3407 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3408 variable.
3409 * gdb.base/catch-syscall.exp: Don't skip it on
3410 aarch64*-*-linux* target. Remove elements in all_syscalls.
3411 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3412 target.
3413 (setup_all_syscalls): New proc.
3414
ca5fd19b
YQ
34152015-03-16 Yao Qi <yao.qi@linaro.org>
3416
3417 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3418 (top level): Skip tests if valid_addr_p returns false for
3419 $cmd1 or $cmd2.
3420
85642ba0
AW
34212015-03-11 Andy Wingo <wingo@igalia.com>
3422
3423 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3424
e03f9645
YQ
34252015-03-11 Yao Qi <yao.qi@linaro.org>
3426
3427 * gdb.base/catch-syscall.exp: Fix typo in comments.
3428
5d0962b2
YQ
34292015-03-11 Yao Qi <yao.qi@linaro.org>
3430
3431 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3432
b2df3cef
PA
34332015-03-09 Pedro Alves <palves@redhat.com>
3434
3435 * dg-extract-results.py: Delete.
3436
ef878e53
PA
34372015-03-09 Pedro Alves <palves@redhat.com>
3438
3439 Merge dg-extract-results.sh from GCC upstream (r218843).
3440
3441 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3442 * dg-extract-results.sh: Use --text with grep to avoid issues with
3443 binary files. Fall back to cat -v, if that doesn't work.
3444
9494d219
PA
34452015-03-05 Pedro Alves <palves@redhat.com>
3446
3447 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3448
a8d9763a
SM
34492015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3450
3451 * lib/mi-support.exp (mi_expect_interrupt): Accept
3452 alternative event for when in all-stop mode.
3453
be9957b8
PA
34542015-03-04 Pedro Alves <palves@redhat.com>
3455
3456 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3457
d57be0f4 34582015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3459
3460 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3461
c214c7cf
AA
34622015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3463
3464 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3465 regexps for GDB's current line display, accept a hex address
3466 preceding the line number.
3467
6d74a497
AA
34682015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3469
3470 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3471 the 'arch1' variable for "s390*-linux*" targets.
3472
511aee7c
PA
34732015-03-04 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3476 (main): Pass missing retval argument to pthread_join call.
3477
95e50b27
PA
34782015-03-02 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3481 (top level): Call do_test with non-stop as well.
3482
28054d69
PA
34832015-03-02 Pedro Alves <palves@redhat.com>
3484
3485 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3486 -1.
3487
4fa5d7b4
AA
34882015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3489
3490 * gdb.arch/s390-vregs.exp: New test.
3491 * gdb.arch/s390-vregs.S: New file.
3492
97c18565
PA
34932015-02-27 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3496 call to catch_command_errors.
3497 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3498 catch_command_errors.
3499
a37bfa30
PA
35002015-02-27 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3503 "true" for boolean result.
3504 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3505 prototype of main.
3506
6f98576f
PA
35072015-02-27 Pedro Alves <palves@redhat.com>
3508
3509 * lib/unbuffer_output.c: New file.
3510 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3511 (main): Call gdb_unbuffer_output.
3512
eba5ab56
YQ
35132015-02-27 Yao Qi <yao.qi@linaro.org>
3514
3515 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3516 target.
3517
0def5aaa
DE
35182015-02-26 Doug Evans <dje@google.com>
3519
3520 * gdb.cp/class2.cc (Dbase, D): New classes.
3521 (main): New local delta.
3522 * gdb.cp/class2.exp: Test printing delta.
3523 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3524 (dynbar): New global.
3525 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3526
081a1c2c
JK
35272015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3528
3529 * gdb.compile/compile-ifunc.c: New file.
3530 * gdb.compile/compile-ifunc.exp: New file.
3531
2f41223f
AT
35322015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3533
3534 * gdb.base/structs.exp: Check for correct struct on finish.
3535
03eddd80
YQ
35362015-02-26 Yao Qi <yao.qi@linaro.org>
3537
3538 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3539 is zero.
3540
80c57053
JK
35412015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3542
3543 * gdb.arch/cordic.ko.bz2: New file.
3544 * gdb.arch/cordic.ko.debug.bz2: New file.
3545 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3546
21613c12
YQ
35472015-02-25 Yao Qi <yao.qi@linaro.org>
3548
3549 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3550 aarch64*-*-* target.
3551
d8b901ed
PA
35522015-02-23 Pedro Alves <palves@redhat.com>
3553
3554 * lib/gdb.exp (delete_breakpoints): Rewrite using
3555 gdb_test_multiple.
3556
e5b85ead
PA
35572015-02-23 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.base/info-os.c: Include stdlib.h.
3560
85c3a371
DE
35612015-02-22 Doug Evans <xdje42@gmail.com>
3562
3563 PR symtab/17855
3564 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3565 is read after symbols have been re-read.
3566 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3567 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3568
96553a0c
DE
35692015-02-21 Doug Evans <dje@google.com>
3570
3571 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3572
97a0c697
JK
35732015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 PR corefiles/17808
3576 * gdb.arch/i386-biarch-core.core.bz2: New file.
3577 * gdb.arch/i386-biarch-core.exp: New file.
3578
a47cd6e9
PA
35792015-02-21 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3582 runto_main fails.
3583
c5facdc4
PA
35842015-02-20 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3587 info probes.
3588
2db9a427
PA
35892015-02-20 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3592
60fb7e9e
PA
35932015-02-20 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3596 clean_restart before gdb_target_supports_trace.
3597
5c5019c2
PA
35982015-02-20 Pedro Alves <palves@redhat.com>
3599
3600 PR threads/18006
3601 * gdb.threads/clone-thread_db.c: New file.
3602 * gdb.threads/clone-thread_db.exp: New file.
3603
c9587f88
AT
36042015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3605
3606 PR breakpoints/16812
3607 * gdb.base/catch-gdb-caused-signals.c: New file.
3608 * gdb.base/catch-gdb-caused-signals.exp: New file.
3609
f6a88844
JM
36102015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3611
3612 * configure: Regenerated.
3613 * configure.ac: Use GDB_AC_TRANSFORM.
3614 * aclocal.m4: sinclude ../transform.m4.
3615
497c491b
JM
36162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3617
3618 * lib/dtrace.exp: New file.
3619 * gdb.base/dtrace-probe.exp: Likewise.
3620 * gdb.base/dtrace-probe.d: Likewise.
3621 * gdb.base/dtrace-probe.c: Likewise.
3622 * lib/pdtrace.in: Likewise.
3623 * configure.ac: Output variables with the transformed names of
3624 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3625 * configure: Regenerated.
3626
03e98035
JM
36272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3628
3629 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3630 expected message when trying to access $_probe_* convenience
3631 variables while not on a probe.
3632
63cc30e9
JK
36332015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3634
3635 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3636
0703599a
PA
36372015-02-11 Pedro Alves <pedro@codesourcery.com>
3638
3639 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3640 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3641
7e60a48e
DE
36422015-02-10 Doug Evans <xdje42@gmail.com>
3643
3644 * lib/gdb.exp (gdb_load): Always return a result.
3645
01b088bc
PA
36462015-02-10 Pedro Alves <palves@redhat.com>
3647
3648 * gdb.threads/signal-sigtrap.c: New file.
3649 * gdb.threads/signal-sigtrap.exp: New file.
3650
b05ec7a5
AT
36512015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3652
3653 * gdb.trace/no-attach-trace.c: New file.
3654 * gdb.trace/no-attach-trace.exp: New file.
3655
a2c2acaf
MW
36562015-02-09 Mark Wielaard <mjw@redhat.com>
3657
3658 * gdb.dwarf2/atomic.c: New file.
3659 * gdb.dwarf2/atomic-type.exp: Likewise.
3660
31fd9caa
MM
36612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3662
3663 * gdb.btrace/buffer-size.exp: Update "info record" output.
3664 * gdb.btrace/delta.exp: Update "info record" output.
3665 * gdb.btrace/enable.exp: Update "info record" output.
3666 * gdb.btrace/finish.exp: Update "info record" output.
3667 * gdb.btrace/instruction_history.exp: Update "info record" output.
3668 * gdb.btrace/next.exp: Update "info record" output.
3669 * gdb.btrace/nexti.exp: Update "info record" output.
3670 * gdb.btrace/step.exp: Update "info record" output.
3671 * gdb.btrace/stepi.exp: Update "info record" output.
3672 * gdb.btrace/nohist.exp: Update "info record" output.
3673
d33501a5
MM
36742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3675
3676 * gdb.btrace/buffer-size: New.
3677
f4abbc16
MM
36782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3679
3680 * gdb.btrace/delta.exp: Update "info record" output.
3681 * gdb.btrace/enable.exp: Update "info record" output.
3682 * gdb.btrace/finish.exp: Update "info record" output.
3683 * gdb.btrace/instruction_history.exp: Update "info record" output.
3684 * gdb.btrace/next.exp: Update "info record" output.
3685 * gdb.btrace/nexti.exp: Update "info record" output.
3686 * gdb.btrace/step.exp: Update "info record" output.
3687 * gdb.btrace/stepi.exp: Update "info record" output.
3688 * gdb.btrace/nohist.exp: Update "info record" output.
3689
b9d61307
SM
36902015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3691
3692 PR gdb/15678
3693 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3694
e584fdbc
PA
36952015-02-06 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3698 macro.
3699 (seconds_left, again): New globals.
3700 (main): Wait seconds_left in a 1-second sleep loop instead of
3701 sleeping 180 seconds. If 'again' is set, reset the seconds
3702 counter.
3703 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3704 'again' in the inferior before detaching. Print the seconds left.
3705 (options): New global.
3706 (top level): Build program with -DTIMEOUT=$timeout.
3707
77f41761
PA
37082015-02-06 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3711 determine how many seconds to pass to 'alarm'.
3712 * gdb.base/gdb-sigterm.exp (top level): Build program with
3713 -DTIMEOUT=$timeout.
3714 (do_test): Return success/failure indication. Add more verbose
3715 logging. Don't fail if 200 single steps are seen. Instead, fail
3716 when the test times out.
3717 (passes): New global.
3718 (top level): Break the testing loop if testing fails on any
3719 iteration. Use gdb_assert.
3720
b9394193
DB
37212015-02-04 Don Breazeal <donb@codesourcery.com>
3722
3723 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3724 and initialize them.
3725 (ipc_cleanup): New function.
3726 (main): Don't declare shmid, semid, and msqid. Add a call to
3727 atexit so that we call ipc_cleanup on exit.
3728
42d9e528
PA
37292015-02-04 Pedro Alves <palves@redhat.com>
3730
3731 * boards/native-extended-gdbserver.exp: Remove any target variant
3732 specifications from the board name before clearing the isremote
3733 flag from board_info.
3734
ae6ae975
DE
37352015-01-31 Doug Evans <xdje42@gmail.com>
3736
3737 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3738
cfb069a8
GB
37392015-01-31 Gary Benson <gbenson@redhat.com>
3740
3741 * gdb.base/completion.exp: Disable completion limiting for
3742 existing tests. Add new tests to check completion limiting.
3743 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3744
5dd31d79
DE
37452015-01-31 Doug Evans <xdje42@gmail.com>
3746
3747 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3748
9f050062
DE
37492015-01-31 Doug Evans <xdje42@gmail.com>
3750
3751 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3752 entries. Duplicate file section script entries.
3753 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3754 inlined entries. Add test for safe-path rejection.
3755 * gdb.python/py-section-script.c: Add duplicate inlined section script
3756 entries. Duplicate file section script entries.
3757 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3758 inlined entries. Add test for safe-path rejection.
3759
df25ebbd
JB
37602015-01-29 Joel Brobecker <brobecker@adacore.com>
3761
3762 * gdb.ada/disc_arr_bound: New testcase.
3763
4a0ca9ec
JB
37642015-01-29 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.ada/mi_var_array: New testcase.
3767
3a8b707a
DE
37682015-01-27 Doug Evans <dje@google.com>
3769
3770 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3771 Add test for objfile.filename, objfile.username after objfile
3772 has been unloaded.
3773
f8313f6e
JB
37742015-01-26 Joel Brobecker <brobecker@adacore.com>
3775
3776 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3777 the second test to print the name attribute of value
3778 returned by the call to gdb.lookup_type, and adjust
3779 the expected output accordingly.
3780
37bc665e
MW
37812015-01-25 Mark Wielaard <mjw@redhat.com>
3782
3783 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3784 * gdb.base/disp-step-fork.c: Include unistd.h.
3785 * gdb.base/siginfo-obj.c: Include stdio.h.
3786 * gdb.base/siginfo-thread.c: Likewise.
3787 * gdb.mi/non-stop.c: Include unistd.h.
3788 * gdb.mi/nsthrexec.c: Include stdio.h.
3789 * gdb.mi/pthreads.c: Include unistd.h.
3790 * gdb.modula2/unbounded1.c (main): Declare returns int.
3791 * gdb.reverse/consecutive-reverse.c: Likewise.
3792 * gdb.threads/create-fail.c: Include unistd.h.
3793 * gdb.threads/killed.c: Likewise.
3794 * gdb.threads/linux-dp.c: Likewise.
3795 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3796 * gdb.threads/non-ldr-exc-2.c: Likewise.
3797 * gdb.threads/non-ldr-exc-3.c: Likewise.
3798 * gdb.threads/non-ldr-exc-4.c: Likewise.
3799 * gdb.threads/pthreads.c: Include unistd.h.
3800 (main): Declare returns int.
3801 * gdb.threads/tls-main.c (foo): New declaration.
3802 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3803
f7e5394d
SM
38042015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3805
3806 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3807 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3808
743649fd
MW
38092015-01-15 Mark Wielaard <mjw@redhat.com>
3810
3811 * gdb.base/noreturn-return.c: New file.
3812 * gdb.base/noreturn-return.exp: New file.
3813 * gdb.base/noreturn-finish.c: New file.
3814 * gdb.base/noreturn-finish.exp: New file.
3815
198297aa
PA
38162015-01-23 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.threads/continue-pending-after-query.c: New file.
3819 * gdb.threads/continue-pending-after-query.exp: New file.
3820
717cf30c
AG
38212015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3822 Simon Marchi <simon.marchi@ericsson.com>
3823
3824 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3825 * gdb.base/valgrind-db-attach.exp: Same.
3826 * gdb.base/valgrind-infcall.exp: Same.
3827 * lib/mi-support.exp (default_mi_gdb_start): Same.
3828 * lib/prompt.exp (default_prompt_gdb_start): Same.
3829 * lib/gdb.exp (default_gdb_spawn): Same.
3830 (gdb_interact): New.
3831
3832
4b62a76e
JK
38332015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3834
3835 * gdb.compile/compile.exp (pointer to jit function): New test.
3836
b4cdae6f
WW
38372015-01-17 Wei-cheng Wang <cole945@gmail.com>
3838
3839 * lib/gdb.exp (supports_process_record): Return true for
3840 powerpc*-*-linux*.
3841 (supports_reverse): Likewise.
3842
d221e7ef
DB
38432015-01-15 Don Breazeal <donb@codesourcery.com>
3844
3845 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3846 instead of checking whether the target board is remote and
3847 use spawn_wait_for_attach instead of exec/sleep.
3848 * gdb.base/attach-twice.exp: Likewise.
3849
bafffb51
JB
38502015-01-15 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.ada/var_arr_attrs: New testcase.
3853
5589af0e
PA
38542015-01-14 Pedro Alves <palves@redhat.com>
3855 Joel Brobecker <brobecker@adacore.com>
3856
3857 PR gdb/17525
3858 * gdb.base/bp-cmds-execution-x-script.c: New file.
3859 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3860 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3861
6c400b59
PA
38622015-01-14 Pedro Alves <palves@redhat.com>
3863
3864 PR cli/17828
3865 * gdb.base/batch-preserve-term-settings.c: New file.
3866 * gdb.base/batch-preserve-term-settings.exp: New file.
3867
e02c96a7
DE
38682015-01-13 Doug Evans <dje@google.com>
3869
3870 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3871 binary.
3872
576fd14c
JB
38732015-01-13 Joel Brobecker <brobecker@adacore.com>
3874
3875 * Makefile.in (clean mostlyclean): Do not delete *.py.
3876
04dccad0
JB
38772015-01-13 Joel Brobecker <brobecker@adacore.com>
3878
3879 * gdb.python/py-lookup-type.exp: New file.
3880
3d230f71
PA
38812015-01-12 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3884 restore GDBFLAGS before returning.
3885
7e67715d
JK
38862015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3889 is_amd64_regs_target and is_x86_like_target.
3890
f2e0d4b4
DE
38912015-01-11 Doug Evans <xdje42@gmail.com>
3892
3893 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3894 is given without an explicit form.
3895 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3896 attributes.
3897 * gdb.dwarf/corrupt.exp: Ditto.
3898 * gdb.dwarf2/enum-type.exp: Ditto.
3899 * gdb.trace/entry-values.exp: Ditto.
3900 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3901
439250fb
DE
39022015-01-11 Doug Evans <xdje42@gmail.com>
3903
3904 PR gdb/15830
3905 * gdb.base/maint.exp: Remove references to "maint demangle".
3906 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3907 Add tests for explicitly specifying language to demangle.
3908 * gdb.dlang/demangle.exp: Ditto.
3909
ede9f622
PA
39102015-01-09 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.threads/non-stop-fair-events.c: New file.
3913 * gdb.threads/non-stop-fair-events.exp: New file.
3914
a7b796db
PA
39152015-01-09 Pedro Alves <palves@redhat.com>
3916
3917 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3918 the global scope. Set a breakpoint after all threads are started
3919 rather than stepping over two source lines. Expect the prompt.
3920 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3921 global.
3922 (NUM): Now 15.
3923 (main): Use threads_started_barrier to wait for all threads to
3924 start. Main thread no longer calls thread_function. Exit after
3925 180 seconds.
3926 (loop): New function.
3927 (thread_function): Wait on threads_started_barrier barrier. Call
3928 'loop' at each iteration.
3929 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3930 threads have started, instead of hardcoding number of "next"
3931 steps. Use an access watchpoint instead of a write watchpoint.
3932
9665ffdd
PA
39332015-01-09 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3936 (thread_func): Wait on barrier.
3937 (main): Wait for all threads to start before stopping GDB.
3938 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3939 global.
3940 (thread1_func, thread2_func): Wait on barrier.
3941 (main): Wait for all threads to start before stopping GDB.
3942 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3943 New global.
3944 (thread1_func, thread2_func): Wait on barrier.
3945 (main): Wait for all threads to start before stopping GDB.
3946
c945a99f
PA
39472015-01-09 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.threads/attach-many-short-lived-threads.c: New file.
3950 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3951
c1a747c1
PA
39522014-01-09 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3955 instead of to thread 2.
3956 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3957 Add barrier around each pthread_create call instead of around all
3958 calls.
3959 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3960 Set a break on thread_function and have the child threads hit it
3961 one at at a time.
3962
60b3033e
PA
39632015-01-09 Pedro Alves <palves@redhat.com>
3964
3965 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3966 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3967 false.
3968 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3969 checking whether the target board is remote.
3970 * gdb.multi/multi-attach.exp: Likewise.
3971 * gdb.python/py-sync-interp.exp: Likewise.
3972 * gdb.server/ext-attach.exp: Likewise.
3973 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3974 tests that need to attach, instead of checking whether the target
3975 board is remote at the top of the file.
3976
acc018ac
YQ
39772015-01-08 Yao Qi <yao@codesourcery.com>
3978
3979 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3980
50a18af8
JK
39812015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 Fix testcase compilation.
3984 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3985
8503d6e1
JB
39862015-01-06 Joel Brobecker <brobecker@adacore.com>
3987
3988 * gdb.python/py-type.exp: Add a couple test about empty
3989 array creation, and negative-length array creation.
3990
cc73dbcc
DE
39912015-01-02 Doug Evans <xdje42@gmail.com>
3992
3993 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3994
0300bbc7
DE
39952015-01-02 Doug Evans <dje@google.com>
3996
3997 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3998
9d85a0ec
YQ
39992014-12-29 Yao Qi <yao@codesourcery.com>
4000
4001 * gdb.trace/entry-values.exp: Update comments. Rename variable
4002 bar_call_foo to returned_from_foo.
4003
87186c6a
MMN
40042014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4005
4006 PR gdb/17394
4007 * gdb.linespec/break-asm-file.c: New file.
4008 * gdb.linespec/break-asm-file.exp: New file.
4009 * gdb.linespec/break-asm-file0.s: New file.
4010 * gdb.linespec/break-asm-file1.s: New file.
4011
1bab7383
YQ
40122014-12-18 Nigel Stephens <nigel@mips.com>
4013 Maciej W. Rozycki <macro@codesourcery.com>
4014
4015 * gdb.base/float.exp: Handle the new output from "info float" on
4016 MIPS targets.
4017
1bc1068a
JK
40182014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 Fix MinGW compilation.
4021 * gdb.compile/compile-ops.exp: Update untested message if
4022 !skip_compile_feature_tests.
4023 * gdb.compile/compile-setjmp.exp: Likewise.
4024 * gdb.compile/compile-tls.exp: Likewise.
4025 * gdb.compile/compile.exp: Likewise.
4026 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4027 supported on this host".
4028
b6615d10
DE
40292014-12-16 Doug Evans <xdje42@gmail.com>
4030
4031 * boards/stabs.exp: New file.
4032
25dda427
AA
40332014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4034
4035 * gdb.base/completion.exp: Adjust to format changes of "maint
4036 print user-registers".
4037
bf330350
CU
40382014-12-16 Catalin Udma <catalin.udma@freescale.com>
4039
4040 PR server/17457
4041 * gdb.arch/aarch64-fp.c: New file.
4042 * gdb.arch/aarch64-fp.exp: New file.
4043
395cf596
SDJ
40442014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4045
4046 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4047 r210637, r210913, r211666, r215400, r215817).
4048
4049 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4050 * dg-extract-results.py: New file.
4051 * dg-extract-results.sh: Use it if the environment seems
4052 suitable.
4053
4054 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4055
4056 * dg-extract-results.py (parse_run): Handle warnings that
4057 are printed before a test harness is run.
4058
4059 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4060
4061 * dg-extract-results.py (Named): Remove __cmp__ method.
4062 (output_variation): Use a key to sort variation.harnesses.
4063
4064 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4065
4066 * dg-extract-results.py: For Python 3, force sys.stdout to
4067 handle surrogate escape sequences.
4068 (safe_open): New function.
4069 (output_segment, main): Use it.
4070
4071 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4072
4073 * dg-extract-results.py (Prog.result_re): Include options
4074 in test name.
4075
4076 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4077
4078 * dg-extract-results.py (output_variation): Always sort if
4079 do_sum.
4080
e882ef3c
SM
40812014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4082
4083 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4084 as long as we get pagination notifications.
4085
4992aa20
JM
40862014-12-15 Jason Merrill <jason@redhat.com>
4087
4088 * Makefile.in (check-gdb.%): Restore.
4089 * README: Mention it.
4090
c1b5a1a6
JB
40912014-12-13 Joel Brobecker <brobecker@adacore.com>
4092
4093 * gdb.ada/str_uninit: New testcase.
4094
5537b577
JK
40952014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 PR symtab/17642
4098 * gdb.base/vla-stub-define.c: New file.
4099 * gdb.base/vla-stub.c: New file.
4100 * gdb.base/vla-stub.exp: New file.
4101
bb2ec1b3
TT
41022014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4103 Jan Kratochvil <jan.kratochvil@redhat.com>
4104 Tom Tromey <tromey@redhat.com>
4105
4106 * configure.ac: Add gdb.compile/.
4107 * configure: Regenerate.
4108 * gdb.compile/Makefile.in: New file.
4109 * gdb.compile/compile-ops.exp: New file.
4110 * gdb.compile/compile-ops.c: New file.
4111 * gdb.compile/compile-tls.c: New file.
4112 * gdb.compile/compile-tls.exp: New file.
4113 * gdb.compile/compile-constvar.S: New file.
4114 * gdb.compile/compile-constvar.c: New file.
4115 * gdb.compile/compile-mod.c: New file.
4116 * gdb.compile/compile-nodebug.c: New file.
4117 * gdb.compile/compile-setjmp-mod.c: New file.
4118 * gdb.compile/compile-setjmp.c: New file.
4119 * gdb.compile/compile-setjmp.exp: New file.
4120 * gdb.compile/compile-shlib.c: New file.
4121 * gdb.compile/compile.c: New file.
4122 * gdb.compile/compile.exp: New file.
4123 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4124
4ff709eb
TT
41252014-12-12 Tom Tromey <tromey@redhat.com>
4126
4127 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4128 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4129
6dddd6a5
DE
41302014-12-12 Doug Evans <dje@google.com>
4131
4132 * lib/gdb-python.exp (get_python_valueof): New function.
4133 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4134
71c24708
AA
41352014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4136
4137 * gdb.base/completion.exp: Add test for completion of "info
4138 registers ".
4139
3e29f34a
MR
41402014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4141
4142 * gdb.base/func-ptrs.c: New file.
4143 * gdb.base/func-ptrs.exp: New file.
4144
fc126975
SM
41452014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4146
4147 PR breakpoints/17012
4148 * gdb.base/dprintf-detach.c: New file.
4149 * gdb.base/dprintf-detach.exp: New file.
4150
0a46d518
SM
41512014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4154 * lib/gdb.exp (target_is_gdbserver): New procedure.
4155
a0be3e44
DE
41562014-12-08 Doug Evans <dje@google.com>
4157
4158 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4159
df1b803a
YQ
41602014-12-05 Yao Qi <yao@codesourcery.com>
4161
4162 * gdb.guile/scm-error.exp: Remove the third argument to
4163 gdb_remote_download.
4164 * gdb.guile/scm-frame-args.exp: Likewise.
4165 * gdb.guile/scm-section-script.exp: Likewise.
4166
ddb9f679
YQ
41672014-12-05 Yao Qi <yao@codesourcery.com>
4168
4169 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4170
86e4ed39
DE
41712014-12-04 Doug Evans <dje@google.com>
4172
4173 * gdb.python/py-objfile.exp: Add tests for
4174 objfile.add_separate_debug_file.
4175
7c50a931
DE
41762014-12-04 Doug Evans <dje@google.com>
4177
4178 * lib/gdb.exp (get_build_id): New function.
4179 (build_id_debug_filename_get): Rewrite to use it.
4180 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4181
621661e3
MR
41822014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4183
4184 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4185 `method(long)', not just 0x0.
4186 * gdb.cp/nsalias.exp: Align code labels to 4.
4187 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4188 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4189 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4190 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4191 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4192 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4193
29f0c3b7
DE
41942014-12-02 Doug Evans <dje@google.com>
4195
e1e061e7 4196 PR symtab/17602
29f0c3b7 4197 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4198 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4199 * gdb.cp/anon-ns.exp: Update.
4200
162078c8
NB
42012014-12-02 Nick Bull <nicholaspbull@gmail.com>
4202
4203 * gdb.python/py-events.py (inferior_call_handler): New.
4204 (register_changed_handler, memory_changed_handler): New.
4205 (test_events.invoke): Register new handlers.
4206 * gdb.python/py-events.exp: Add tests for inferior call,
4207 memory_changed and register_changed events.
4208
fdb09caf
AA
42092014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4210
4211 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4212 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4213 if the linker doesn't understand this.
4214
55cfb2c4
SM
42152014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4216
4217 * gdb.python/python.exp: Change expected reply to help().
4218
9e8cd6df
YQ
42192014-12-01 Yao Qi <yao@codesourcery.com>
4220
4221 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4222 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4223 * configure: Re-generated.
4224
6c659fc2
SC
42252014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4226
4227 * gdb.cp/chained-calls.cc: New file.
4228 * gdb.cp/chained-calls.exp: New file.
4229 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4230
d7fc3181
SM
42312014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4232
4233 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4234 * gdb.dwarf2/symtab-producer.exp: Same.
4235 * gdb.gdb/python-interrupts.exp: Same.
4236 * gdb.gdb/python-selftest.exp: Same.
4237 * gdb.python/py-linetable.exp: Same.
4238 * gdb.python/py-type.exp: Same.
4239 * gdb.python/py-value-cc.exp: Same.
4240 * gdb.python/py-value.exp: Same.
4241
10e79639
YQ
42422014-11-28 Yao Qi <yao@codesourcery.com>
4243
4244 * gdb.base/break-probes.exp: Match library name prefixed with
4245 sysroot.
4246
f28a0564
SM
42472014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4248
4249 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4250 test expected output. Add parentheses for the call to print.
4251 Remove L suffix from integers.
4252
3fe1ce1d
DE
42532014-11-26 Doug Evans <dje@google.com>
4254
4255 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4256
84429e27
YQ
42572014-11-22 Yao Qi <yao@codesourcery.com>
4258
4259 * gdb.trace/entry-values.c: Remove asms.
4260 (foo): Add foo_label.
4261 (bar): Add bar_label.
4262 * gdb.trace/entry-values.exp: Remove code computing foo's
4263 length and bar's length.
4264 (Dwarf::assemble): Invoke function_range for bar and use
4265 MACRO_AT_func for foo.
4266
26741859
YQ
42672014-11-22 Yao Qi <yao@codesourcery.com>
4268
4269 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4270 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4271 Use .Lgcc43_procstart instead of gcc43.
4272
45e44d27
JB
42732014-11-21 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.ada/n_arr_bound: New testcase.
4276
458c8db8
SDJ
42772014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4278
4279 PR breakpoints/10737
4280 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4281 test_catch_syscall_multi_arch.
4282 (test_catch_syscall_multi_arch): New function.
4283
43f3e411
DE
42842014-11-20 Doug Evans <xdje42@gmail.com>
4285
4286 * gdb.base/maint.exp: Update expected output.
4287
0d7b2549
AA
42882014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4289
4290 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4291 4-byte instruction on S390.
4292
8908fca5
JB
42932014-11-19 Joel Brobecker <brobecker@adacore.com>
4294
4295 * gdb.ada/arr_arr: New testcase.
4296
4a46959e
JB
42972014-11-19 Joel Brobecker <brobecker@adacore.com>
4298
4299 * gdb.ada/pkd_arr_elem: New Testcase.
4300
470e2f4e
LM
43012014-11-18 Luis Machado <lgustavo@codesourcery.com>
4302
4303 * gdb.reverse/break-precsave: Expect completion message for
4304 core file reads.
4305 * gdb.reverse/consecutive-precsave.exp: Likewise.
4306 * gdb.reverse/finish-precsave.exp: Likewise.
4307 * gdb.reverse/i386-precsave.exp: Likewise.
4308 * gdb.reverse/machinestate-precsave.exp: Likewise.
4309 * gdb.reverse/sigall-precsave.exp: Likewise.
4310 * gdb.reverse/solib-precsave.exp: Likewise.
4311 * gdb.reverse/step-precsave.exp: Likewise.
4312 * gdb.reverse/until-precsave.exp: Likewise.
4313 * gdb.reverse/watch-precsave.exp: Likewise.
4314
a267f3ad
AA
43152014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4316
4317 * gdb.base/bp-permanent.c: Include unistd.h.
4318 * gdb.python/py-framefilter-mi.c (main): Add return type.
4319 * gdb.python/py-framefilter.c (main): Likewise.
4320 * gdb.trace/actions-changed.c (main): Likewise.
4321
12084a9a
AA
43222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4323
4324 * gdb.mi/until.c: Add eye-catchers.
4325 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4326 line numbers.
4327
dc7e1a77
AA
43282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4329
4330 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4331 function header variants in break1.c.
4332 * gdb.base/ena-dis-br.exp: Likewise.
4333 * gdb.base/hbreak2.exp: Likewise.
4334 * gdb.reverse/until-precsave.exp: Drop references to removed
4335 non-prototype function header variants in ur1.c.
4336 * gdb.reverse/until-reverse.exp: Likewise.
4337
41c77605
PM
43382014-11-17 Petr Machata <pmachata@redhat.com>
4339
4340 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4341 ${_cu_offset_size} bytes abbrev offset.
4342
34248c3a
DE
43432014-11-15 Doug Evans <xdje42@gmail.com>
4344
4345 PR symtab/17559
4346 * gdb.base/line-symtabs.exp: New file.
4347 * gdb.base/line-symtabs.c: New file.
4348 * gdb.base/line-symtabs.h: New file.
4349
646da059
YQ
43502014-11-14 Yao Qi <yao@codesourcery.com>
4351
4352 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4353 (func): Add label func_label.
4354 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4355 Replace low_pc and high_pc with MACRO_AT_range.
4356 Replace name, low_pc and high_pc with MACRO_AT_func.
4357
9301ebe6
YQ
43582014-11-14 Yao Qi <yao@codesourcery.com>
4359
4360 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4361 Replace name, low_pc and high_pc with MACRO_AT_func.
4362
f166b542
YQ
43632014-11-14 Yao Qi <yao@codesourcery.com>
4364
4365 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4366 produce debug information.
4367 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4368
0f6e71e3
YQ
43692014-11-14 Yao Qi <yao@codesourcery.com>
4370
4371 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4372 object and get function length.
4373 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4374 with MACRO_AT_func.
4375 (top-level): Replace gdb_compile and clean_restart with
4376 prepare_for_testing.
4377 * gdb.dwarf2/main.c (main): Add label main_label.
4378
876c4df9
YQ
43792014-11-14 Yao Qi <yao@codesourcery.com>
4380
4381 * lib/dwarf.exp (function_range): New procedure.
4382 (Dwarf::_handle_macro_at_func): New procedure.
4383 (Dwarf::_handle_macro_at_range): New procedure.
4384 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4385
02ad9cf1
YQ
43862014-11-14 Yao Qi <yao@codesourcery.com>
4387
4388 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4389 (_handle_attribute): New procedure.
4390
a59add0c
AA
43912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4392
4393 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4394 * gdb.base/call-sc.c (zed): Likewise.
4395 * gdb.base/checkpoint.c (main): Likewise.
4396 * gdb.base/dump.c (main): Likewise.
4397 * gdb.base/gcore.c (main): Likewise.
4398 * gdb.base/huge.c (main): Likewise.
4399 * gdb.base/multi-forks.c (main): Likewise.
4400 * gdb.base/pr10179-a.c (main): Likewise.
4401 * gdb.base/savedregs.c (main): Likewise.
4402 * gdb.base/sigaltstack.c (main): Likewise.
4403 * gdb.base/siginfo.c (main): Likewise.
4404 * gdb.base/structs.c (zed): Likewise.
4405 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4406 * gdb.mi/mi-syn-frame.c (main): Likewise.
4407 * gdb.mi/until.c (foo, main): Likewise.
4408 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4409 * gdb.base/solib-weak.c (foo): Declare.
4410 * gdb.base/attach-twice.c: Include stdio.h.
4411 * gdb.base/weaklib1.c: Likewise.
4412 * gdb.base/weaklib2.c: Likewise.
4413 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4414 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4415 unistd.h.
4416 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4417 * gdb.mi/mi-exit-code.c: Likewise.
4418 * gdb.base/break-interp-lib.c: Include string.h.
4419 * gdb.base/coremaker.c: Likewise.
4420 * gdb.base/testenv.c: Likewise.
4421 * gdb.python/py-finish-breakpoint.c: Likewise.
4422 * gdb.base/inferior-died.c: Include sys/wait.h.
4423 * gdb.base/fileio.c: Include time.h.
4424 * gdb.base/async-shell.c: Include unistd.h.
4425 * gdb.base/dprintf-non-stop.c: Likewise.
4426 * gdb.base/info-os.c: Likewise.
4427 * gdb.mi/mi-console.c: Likewise.
4428 * gdb.mi/watch-nonstop.c: Likewise.
4429 * gdb.python/py-events.c: Likewise.
4430 * gdb.base/async.c (baz): Move up before its invocation.
4431 * gdb.base/code_elim2.c (my_global_func): Likewise.
4432 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4433 * gdb.base/advance.c (func2): Likewise.
4434
3b5d5997
AA
44352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4436
4437 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4438 variant.
4439 * gdb.base/annota3.c: Likewise.
4440 * gdb.base/async.c: Likewise.
4441 * gdb.base/average.c: Likewise.
4442 * gdb.base/call-ar-st.c: Likewise.
4443 * gdb.base/call-rt-st.c: Likewise.
4444 * gdb.base/call-sc.c: Likewise.
4445 * gdb.base/call-strs.c: Likewise.
4446 * gdb.base/ending-run.c: Likewise.
4447 * gdb.base/execd-prog.c: Likewise.
4448 * gdb.base/exprs.c: Likewise.
4449 * gdb.base/foll-exec.c: Likewise.
4450 * gdb.base/foll-fork.c: Likewise.
4451 * gdb.base/foll-vfork.c: Likewise.
4452 * gdb.base/funcargs.c: Likewise.
4453 * gdb.base/gcore.c: Likewise.
4454 * gdb.base/jump.c: Likewise.
4455 * gdb.base/langs0.c: Likewise.
4456 * gdb.base/langs1.c: Likewise.
4457 * gdb.base/langs2.c: Likewise.
4458 * gdb.base/mips_pro.c: Likewise.
4459 * gdb.base/nodebug.c: Likewise.
4460 * gdb.base/opaque0.c: Likewise.
4461 * gdb.base/opaque1.c: Likewise.
4462 * gdb.base/recurse.c: Likewise.
4463 * gdb.base/run.c: Likewise.
4464 * gdb.base/scope0.c: Likewise.
4465 * gdb.base/scope1.c: Likewise.
4466 * gdb.base/setshow.c: Likewise.
4467 * gdb.base/setvar.c: Likewise.
4468 * gdb.base/shmain.c: Likewise.
4469 * gdb.base/shr1.c: Likewise.
4470 * gdb.base/shr2.c: Likewise.
4471 * gdb.base/sigall.c: Likewise.
4472 * gdb.base/signals.c: Likewise.
4473 * gdb.base/so-indr-cl.c: Likewise.
4474 * gdb.base/solib2.c: Likewise.
4475 * gdb.base/structs.c: Likewise.
4476 * gdb.base/sum.c: Likewise.
4477 * gdb.base/vforked-prog.c: Likewise.
4478 * gdb.base/watchpoint.c: Likewise.
4479 * gdb.reverse/shr2.c: Likewise.
4480 * gdb.reverse/until-reverse.c: Likewise.
4481 * gdb.reverse/ur1.c: Likewise.
4482 * gdb.reverse/watch-reverse.c: Likewise.
4483
066a77c5
AA
44842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4485
4486 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4487 variant.
4488 * gdb.base/sepdebug.exp: Drop references to removed code.
4489
4f204ea5
AA
44902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4491
4492 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4493 variant. Preserve original line numbering.
4494 * gdb.base/list1.c: Likewise.
4495
3b377a3a
AA
44962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4497
4498 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4499 variant.
4500 * gdb.base/break1.c: Likewise.
4501 * gdb.base/break.exp: Drop references to removed code.
4502
e444df73
AA
45032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4504
4505 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4506 variant.
4507
8008f2a7
AA
45082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4509
4510 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4511
a5a06887
AA
45122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4513
4514 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4515 logic into perform_all_tests() and invoke it with and without
4516 function header prototypes.
4517 (do_function_calls): Remove conditional XFAIL for PR 5318.
4518 (rerun_and_prepare): Remove duplicate code.
4519 (perform_all_tests): New. Main logic moved here.
4520
44dba9b9
AA
45212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4522
4523 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4524 code guarded by #ifdef NO_PROTOTYPES.
4525 (t_double_many_args): Likewise.
4526 (DEF_FUNC_MANY_ARGS_1): Likewise.
4527 (DEF_FUNC_VALUES_1): Likewise.
4528 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4529 guarded by #ifdef PROTOTYPES.
4530
d1fbcd56
AA
45312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4532
4533 * gdb.mi/mi-console.c: Add eye-catcher.
4534 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4535 instead of literal line number.
4536
b0e59b8f
AA
45372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4538
4539 * gdb.base/shr2.c: Add eye-catcher.
4540 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4541 line number.
4542
78f98cca
AA
45432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4544
4545 * gdb.base/jump.c: Add eye-catchers.
4546 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4547 numbers.
4548
58fa2af0
AA
45492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4550
4551 * gdb.base/execd-prog.c: Add eye-catchers.
4552 * gdb.base/foll-exec.c: Likewise.
4553 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4554 line numbers.
4555
04e5059b
AA
45562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4557
4558 * gdb.base/ending-run.c: Add eye-catchers.
4559 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4560 literal line numbers.
4561
dbfdb174
AA
45622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4563
4564 * gdb.base/call-rt-st.c: Add eye-catchers.
4565 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4566 literal line numbers.
4567
888a2ade
AA
45682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4569
4570 * gdb.base/call-ar-st.c: Add eye-catchers.
4571 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4572 literal line numbers.
4573
6acc2dde
AA
45742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4575
4576 * gdb.base/average.c: Add eye-catchers.
4577 * gdb.base/sum.c: Likewise.
4578 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4579 regexps dynamically.
4580
9ecfcd1d
AA
45812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4582
4583 * gdb.base/solib1.c: Add eye-catchers.
4584 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4585 literal line numbers.
4586
78708b7c
PA
45872014-11-12 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4590 leader has exited.
4591
af48d08f
PA
45922014-11-12 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.arch/i386-bp_permanent.c: New file.
4595 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4596 (srcfile): Set to i386-bp_permanent.c.
4597 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4598 that stepi does not execute the 'leave' instruction, instead of
4599 testing it does execute.
4600 * gdb.base/bp-permanent.c: New file.
4601 * gdb.base/bp-permanent.exp: New file.
4602
af3768e9
DE
46032014-11-10 Doug Evans <xdje42@gmail.com>
4604
4605 PR symtab/17564
4606 * gdb.base/symtab-search-order.exp: New file.
4607 * gdb.base/symtab-search-order.c: New file.
4608 * gdb.base/symtab-search-order-1.c: New file.
4609 * gdb.base/symtab-search-order-shlib-1.c: New file.
4610
9de00a4a
PA
46112014-11-07 Pedro Alves <palves@redhat.com>
4612
4613 PR gdb/17511
4614 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4615 i?86-*-linux*.
4616
e0f52461
SC
46172014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4618
4619 PR c++/17494
4620 * gdb.cp/pr17494.cc: New file.
4621 * gdb.cp/pr17494.exp: New file.
4622
6ce8c980
YQ
46232014-11-02 Yao Qi <yao@codesourcery.com>
4624
4625 * gdb.python/python.exp: Get working directory and match the
4626 output of "set extended-prompt \\w " with it.
4627
02be9a71
DE
46282014-10-30 Doug Evans <dje@google.com>
4629
4630 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4631 in objfiles.
4632 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4633 in progspaces.
4634
3bdff46b
LM
46352014-10-30 Janis Johnson <janisjo@codesourcery.com>
4636
4637 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4638 * gdb.base/realname-expand.exp: Likewise.
4639 * gdb.linespec/macro-relative.exp: Likewise.
4640
ab917dfb
PA
46412014-10-29 Pedro Alves <palves@redhat.com>
4642
4643 PR gdb/17408
4644 * gdb.threads/schedlock.c (some_function): New function.
4645 (call_function): New global.
4646 (MAYBE_CALL_SOME_FUNCTION): New macro.
4647 (thread_function): Call it.
4648 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4649 and use it instead of a global counter. Adjust all callers.
4650 (get_current_thread): Use "find current thread" for test message
4651 here rather than having all callers pass down the same string.
4652 (goto_loop): New procedure, factored out from ...
4653 (my_continue): ... this.
4654 (step_ten_loops): Change parameter from test message to command to
4655 use. Adjust.
4656 (list_count): Delete global.
4657 (check_result): New procedure, factored out from duplicate top
4658 level code.
4659 (continue tests): Wrap in with_test_prefix.
4660 (test_step): New procedure, factored out from duplicate top level
4661 code.
4662 (top level): Test "step" in combination with all scheduler-locking
4663 modes. Test "next" in combination with all scheduler-locking
4664 modes, and in combination with stepping over a function call or
4665 not.
4666 * gdb.threads/next-bp-other-thread.c: New file.
4667 * gdb.threads/next-bp-other-thread.exp: New file.
4668
d3d4baed
PA
46692014-10-29 Pedro Alves <palves@redhat.com>
4670
4671 PR python/17372
4672 * gdb.python/python.exp: Test a multi-line command that spawns
4673 interactive Python.
4674 * gdb.base/multi-line-starts-subshell.exp: New file.
4675
563e8d85
YQ
46762014-10-29 Yao Qi <yao@codesourcery.com>
4677
4678 * gdb.base/fileio.exp: Make directories on host.
4679
0ea4d52e
YQ
46802014-10-29 Yao Qi <yao@codesourcery.com>
4681
4682 * gdb.base/fileio.c (test_write): Close the file.
4683
7f5ef605
PA
46842014-10-28 Pedro Alves <palves@redhat.com>
4685
4686 PR gdb/12623
4687 * gdb.base/sigstep.c (no_handler): New global.
4688 (main): If 'no_handler is true, set the signal handlers to
4689 SIG_IGN.
4690 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4691 with_sw_watch and no_handler parameters. Handle them.
4692 (top level) <stepping over handler when stopped at a breakpoint
4693 test>: Add a test axis for testing with a software watchpoint, and
4694 another for testing with the signal handler set to SIG_IGN.
4695 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4696 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4697
abbdbd03
PA
46982014-10-28 Pedro Alves <palves@redhat.com>
4699
4700 PR gdb/17511
4701 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4702 * gdb.base/sigstep.exp (other_handler_location): New global.
4703 (advance): Support stepping into the signal handler, and running
4704 commands while in the handler.
4705 (in_handler_map): New global.
4706 (top level): In the advance test, add combinations for getting
4707 into the handler with stepping commands, and for running commands
4708 in the handler. Add comment descripting the advancei tests.
4709
1df4399f
PA
47102014-10-28 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/sigstep.exp: Use build_executable instead of
4713 prepare_for_testing.
4714 (top level): Move code that starts GDB, runs to main and creates a
4715 display to ...
4716 (restart): ... this new procedure.
4717 (top level): Move backtrace from signal handler test to ...
4718 (validate_backtrace): ... this new procedure.
4719 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4720 with_test_prefix. Always restart GDB.
4721 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4722 with_test_prefix. Always restart GDB. No need to delete
4723 breakpoints after the test.
4724 (test_skip_handler): Remove prefix parameter.
4725 (skip_over_handler, breakpoint_to_handler)
4726 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4727 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4728 restart GDB. No need to delete breakpoints after the test.
4729 (top level): Use foreach to call the test procedures with
4730 different commands.
4731
a5b6e449
PA
47322014-10-28 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4735 instead of GNATS numbers.
4736 * gdb.base/sigbpt.exp: Likewise.
4737 * gdb.base/siginfo.exp: Likewise.
4738 * gdb.base/sigstep.exp: Likewise.
4739
e5f8a7cc
PA
47402014-10-27 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/sigstep.c (dummy): New global.
4743 (main): Issue a couple writes to the new global.
4744 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4745 procedures.
4746 (skip_over_handler): Use test_skip_handler.
4747 (top level): Call skip_over_handler for stepi and nexti too.
4748 (breakpoint_over_handler): Use test_skip_handler.
4749 (top level): Call breakpoint_over_handler for stepi and nexti too.
4750
763905a3
YQ
47512014-10-27 Yao Qi <yao@codesourcery.com>
4752
4753 * gdb.trace/tfile.c (adjust_function_address)
4754 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4755 function descriptor.
4756
6f259a23
DB
47572014-10-24 Don Breazeal <donb@codesourcery.com>
4758
4759 * gdb.base/foll-fork.exp (test_follow_fork,
4760 catch_fork_child_follow): Check for updated fork messages emitted
4761 from infrun.c.
4762 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4763 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4764 vfork_and_exec_child_follow_through_step): Check for updated vfork
4765 messages emitted from infrun.c.
4766
09dd9a69
PA
47672014-10-24 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.base/corefile.exp: Remove references to ultrix.
4770 * gdb.base/interrupt.exp: Likewise.
4771 * gdb.base/whatis.exp: Likewise.
4772 * gdb.gdb/selftest.exp: Likewise.
4773 * gdb.threads/manythreads.exp: Likewise.
4774 * gdb.threads/print-threads.exp: Likewise.
4775 * gdb.threads/pthreads.exp:: Likewise.
4776 * gdb.threads/schedlock.exp: Likewise.
4777
3433cfa5
SC
47782014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4779
4780 * gdb.cp/non-trivial-retval.cc: Add a test case.
4781 * gdb.cp/non-trivial-retval.exp: Add a test.
4782
092f880b
YQ
47832014-10-20 Yao Qi <yao@codesourcery.com>
4784
4785 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4786 * gdb.python/py-objfile-script-gdb.py: New file.
4787 * gdb.python/py-objfile-script.exp: Update reference to
4788 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4789 of remote_download. Remove the dest file.
4790
acbdb7f3
YQ
47912014-10-20 Yao Qi <yao@codesourcery.com>
4792
4793 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4794 * gdb.base/step-line.exp: Likewise.
4795 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4796 * gdb.dwarf2/dw2-basic.exp: Likewise.
4797 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4798 * gdb.dwarf2/dw2-filename.exp: Likewise.
4799 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4800 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4801 * gdb.dwarf2/dw2-producer.exp: Likewise.
4802 * gdb.dwarf2/mac-fileno.exp: Likewise.
4803 * gdb.python/py-frame-args.exp: Likewise.
4804 * gdb.python/py-framefilter.exp: Likewise.
4805 * gdb.python/py-mi.exp: Likewise.
4806 * gdb.python/py-objfile-script.exp: Likewise
4807 * gdb.python/py-pp-integral.exp: Likewise.
4808 * gdb.python/py-pp-re-notag.exp: Likewise.
4809 * gdb.python/py-prettyprint.exp: Likewise.
4810 * gdb.python/py-section-script.exp: Likewise.
4811 * gdb.python/py-typeprint.exp: Likewise.
4812 * gdb.python/py-xmethods.exp: Likewise.
4813 * gdb.stabs/weird.exp: Likewise.
4814 * gdb.xml/tdesc-regs.exp: Likewise.
4815
bd286a29
KCY
48162014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4817
4818 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4819 (out_cu): Use addr_len for the size of addresses.
4820 (out_line): Likewise. Size DW_LNE_set_address instruction
4821 according to addr_len.
4822 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4823 (FUNC): Add START_INSNS to definition.
4824
673dc4a0
YQ
48252014-10-18 Yao Qi <yao@codesourcery.com>
4826
4827 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4828 gdb_has_argv0 return true.
4829 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4830 check [target_info exists noargs], check [gdb_has_argv0]
4831 instead.
4832 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4833 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4834 procedures.
4835
4ffbba72
DE
48362014-10-17 Doug Evans <dje@google.com>
4837
4838 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4839 event.
4840 * gdb.python/py-events.py: Add clear_objfiles event.
4841
d096d8c1
DE
48422014-10-17 Doug Evans <dje@google.com>
4843
4844 * gdb.python/py-objfile.exp: Test progspace attribute.
4845
a80db015
LM
48462014-10-17 Luis Machado <lgustavo@codesourcery.com>
4847
4848 * gdb.guile/scm-breakpoint.exp: Do not assume any
4849 directory separators when matching source file paths.
4850 * gdb.python/py-breakpoint.exp: Likewise.
4851 * gdb.reverse/break-precsave.exp: Likewise.
4852 * gdb.reverse/break-reverse.exp: Likewise.
4853 * gdb.reverse/consecutive-precsave.exp: Likewise.
4854 * gdb.reverse/finish-precsave.exp: Likewise.
4855 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4856 * gdb.reverse/finish-reverse.exp: Likewise.
4857 * gdb.reverse/i386-precsave.exp: Likewise.
4858 * gdb.reverse/i387-env-reverse.exp: Likewise.
4859 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4860 * gdb.reverse/machinestate-precsave.exp: Likewise.
4861 * gdb.reverse/machinestate.exp: Likewise.
4862 * gdb.reverse/sigall-precsave.exp: Likewise.
4863 * gdb.reverse/solib-precsave.exp: Likewise.
4864 * gdb.reverse/step-precsave.exp: Likewise.
4865 * gdb.reverse/until-precsave.exp: Likewise.
4866 * gdb.reverse/watch-precsave.exp: Likewise.
4867 * gdb.reverse/watch-reverse.exp: Likewise.
4868
b22089ab
YQ
48692014-10-17 Yao Qi <yao@codesourcery.com>
4870
4871 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4872 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4873
6c4486e6
PA
48742014-10-17 Pedro Alves <palves@redhat.com>
4875
4876 PR gdb/17471
4877 * gdb.base/bg-execution-repeat.c: New file.
4878 * gdb.base/bg-execution-repeat.exp: New file.
4879
0ff33695
PA
48802014-10-17 Pedro Alves <palves@redhat.com>
4881
4882 PR gdb/17300
4883 * gdb.base/continue-all-already-running.c: New file.
4884 * gdb.base/continue-all-already-running.exp: New file.
4885
6fdebc3d
PA
48862014-10-17 Pedro Alves <palves@redhat.com>
4887
4888 PR gdb/17472
4889 * gdb.base/annota-input-while-running.c: New file.
4890 * gdb.base/annota-input-while-running.exp: New file.
4891
32a8097b
PA
48922014-10-17 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.base/callfuncs.exp: emove references to osf.
4895 * gdb.base/sigall.exp: Likewise.
4896 * gdb.gdb/selftest.exp: Likewise.
4897 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4898 * gdb.mi/non-stop.c: Likewise.
4899 * gdb.mi/pthreads.c: Likewise.
4900 * gdb.reverse/sigall-precsave.exp: Likewise.
4901 * gdb.reverse/sigall-reverse.exp: Likewise.
4902 * gdb.threads/pthreads.c: Likewise.
4903 * gdb.threads/pthreads.exp: Likewise.
4904
7a3517ff
YQ
49052014-10-17 Yao Qi <yao@codesourcery.com>
4906
4907 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4908 check 'target_info exists noargs'.
4909 (test_command_prompt_position): Likewise.
4910 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4911 Remove "set args".
4912 (progvar_simple_while_test): Likewise.
4913 (progvar_complex_if_while_test): Likewise.
4914 (if_while_breakpoint_command_test): Likewise.
4915 (infrun_breakpoint_command_test): Likewise.
4916 (breakpoint_command_test): Likewise.
4917 (watchpoint_command_test): Likewise.
4918 (bp_deleted_in_command_test): Likewise.
4919 (temporary_breakpoint_commands): Likewise.
4920
bb99c472
YQ
49212014-10-16 Yao Qi <yao@codesourcery.com>
4922
4923 * gdb.base/remotetimeout.exp: Remove noargs checking.
4924
7c16b83e
PA
49252014-10-15 Pedro Alves <palves@redhat.com>
4926
4927 PR breakpoints/9649
4928 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4929 * gdb.base/breakpoint-in-ro-region.exp
4930 (probe_target_hardware_step): New procedure.
4931 (top level): Probe hardware stepping and hardware breakpoint
4932 support. Test stepping through a read-only region, with both
4933 "breakpoint auto-hw" on and off and both "always-inserted" on and
4934 off.
4935
35a49624
IB
49362014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4937
4938 * gdb.dlang/demangle.exp: Update for demangling changes.
4939
2d1c107c
SC
49402014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4941
4942 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4943 * gdb.cp/non-trivial-retval.exp: Add new tests.
4944
778811d5
SC
49452014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4946
4947 PR c++/13403
4948 PR c++/15154
4949 * gdb.cp/non-trivial-retval.cc: New file.
4950 * gdb.cp/non-trivial-retval.exp: New file.
4951
10c5f0a8
YQ
49522014-10-15 Yao Qi <yao@codesourcery.com>
4953
4954 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4955 remote host.
4956
65d7b369
YQ
49572014-10-15 Yao Qi <yao@codesourcery.com>
4958
4959 * gdb.python/py-symbol.exp: Match file base name if host is
4960 remote, otherwise match file name with dir name.
4961 * gdb.python/py-symtab.exp: Likewise.
4962 * gdb.python/python.exp: Likewise.
4963
46dc1394
YQ
49642014-10-15 Yao Qi <yao@codesourcery.com>
4965
4966 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4967 pattern.
4968 * gdb.python/py-symtab.exp: Likewise.
4969 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4970 locationn.
4971
c40cc657
JB
49722014-10-14 Joel Brobecker <brobecker@adacore.com>
4973
4974 * gdb.ada/addr_arith: New testcase.
4975
2abf49e1
MR
49762014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4977
4978 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4979 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4980 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4981 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4982
f7088df3
SDJ
49832014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4984
4985 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4986 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4987 * gdb.arch/stap-eval-lang-ada.exp: New file.
4988
4dc06805
YQ
49892014-10-14 Yao Qi <yao@codesourcery.com>
4990
4991 * gdb.mi/mi-var-child.c (nothing1): New function.
4992 (nothing2): New function.
4993 (do_children_tests): Set function pointers by nothing1 and
4994 nothing2.
4995 * gdb.mi/mi-var-child.exp: Step over new added statements.
4996 Update test to match the new output.
4997 * gdb.mi/var-cmd.c (nothing1): New function.
4998 (nothing2): New function.
4999 (do_children_tests): Set function pointers by nothing1 and
5000 nothing2.
5001 * gdb.mi/mi-var-display.exp: Update test to match output.
5002 Step to the line specified by $line_dct_nothing.
5003 Increase the number of lines to step.
5004
46a93de2
YQ
50052014-10-14 Yao Qi <yao@codesourcery.com>
5006
5007 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5008 tests.
5009 * gdb.mi/mi2-var-child.exp: Likewise.
5010
14ea52ee
DE
50112014-10-13 Doug Evans <dje@google.com>
5012
5013 * gdb.python/py-objfile.exp: Change name of file name test.
5014
e5c6e92b
DE
50152014-10-13 Doug Evans <dje@google.com>
5016
5017 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5018 from the start of the CU.
5019
c780cc2f
JK
50202014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5021 Yao Qi <yao@codesourcery.com>
5022
5023 Fix "save breakpoints" for "catch" command.
5024 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5025 Remove -nonewline. Match also the added "main" line.
5026
99894e11
JK
50272014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 Fix "save breakpoints" for "disable $bpnum" command.
5030 * gdb.base/save-bp.c (main): Add label.
5031 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5032
6e1ac5a3
JK
50332014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5034
5035 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5036
754dd2b0
YQ
50372014-10-11 Yao Qi <yao@codesourcery.com>
5038
5039 * gdb.server/server-kill.exp: Execute command
5040 "set remote trace-status-packet on" before "tstatus".
5041
f90183d7
YQ
50422014-10-11 Yao Qi <yao@codesourcery.com>
5043
5044 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5045 (main): Call getppid.
5046 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5047 and continue to it. Read variable "server_pid".
5048
bf40a607
YQ
50492014-10-11 Yao Qi <yao@codesourcery.com>
5050
5051 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5052
052ca370
YQ
50532014-10-11 Yao Qi <yao@codesourcery.com>
5054
5055 * gdb.threads/thread-find.exp: Don't execute command
5056 "info threads".
5057 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5058 * gdb.threads/linux-dp.exp: Don't check the condition
5059 $threads_created equals to zero.
5060
3831839c
PA
50612014-10-10 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/bigcore.exp: Remove references to IRIX.
5064 * gdb.base/funcargs.exp: Likewise.
5065 * gdb.base/interrupt.exp: Likewise.
5066 * gdb.base/mips_pro.exp: Likewise.
5067 * gdb.base/nodebug.exp: Likewise.
5068 * gdb.base/setvar.exp: Likewise.
5069 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5070
8b9a549d
PA
50712014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5072 Pedro Alves <palves@redhat.com>
5073
5074 PR symtab/14466
5075 * gdb.base/vdso-warning.c: New file.
5076 * gdb.base/vdso-warning.exp: New file.
5077
d48ba5e8
DE
50782014-10-02 Doug Evans <dje@google.com>
5079
5080 * gdb.base/structs.c (main): Don't run forever.
5081
2278c276
PA
50822014-10-02 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5085 (top level) <stop threads 1, stop threads 2>: Use it.
5086
b57bacec
PA
50872014-10-02 Pedro Alves <palves@redhat.com>
5088
5089 * gdb.threads/break-while-running.exp (test): Add new
5090 'update_thread_list' argument. Skip "info threads" if false.
5091 (top level): Add new 'update_thread_list' axis.
5092
13fd3ff3
PA
50932014-10-02 Pedro Alves <palves@redhat.com>
5094
5095 PR breakpoints/17431
5096 * gdb.base/execl-update-breakpoints.c: New file.
5097 * gdb.base/execl-update-breakpoints.exp: New file.
5098
0fec99e8
PA
50992014-10-01 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/breakpoint-in-ro-region.c: New file.
5102 * gdb.base/breakpoint-in-ro-region.exp: New file.
5103
2ddf4301
SM
51042014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5105
5106 * gdb.mi/mi-exit-code.exp: New file.
5107 * gdb.mi/mi-exit-code.c: New file.
5108
6a5f3f43
YQ
51092014-09-30 Yao Qi <yao@codesourcery.com>
5110
5111 * lib/prelink-support.exp (build_executable_own_libs): Error if
5112 the target isn't native.
5113
345bcc73
YQ
51142014-09-30 Yao Qi <yao@codesourcery.com>
5115
5116 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5117 false.
5118
a25a5a45
PA
51192014-09-22 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.threads/break-while-running.exp: New file.
5122 * gdb.threads/break-while-running.c: New file.
5123
00ba3162
YQ
51242014-09-19 Yao Qi <yao@codesourcery.com>
5125
5126 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5127 Invoke test. Restart GDB with --readnow and invoke test again.
5128
c3b7b696
YQ
51292014-09-19 Yao Qi <yao@codesourcery.com>
5130
5131 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5132 proc set_breakpoint_on_gcd_function. Invoke
5133 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5134 invoke set_breakpoint_on_gcd_function again.
5135
2b4fd423
DE
51362014-09-18 Doug Evans <dje@google.com>
5137
5138 * gdb.dwarf2/symtab-producer.exp: New file.
5139
a5947601
SDJ
51402014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5141
5142 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5143 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5144 * gdb.base/global-var-nested-by-dso.c: Likewise.
5145 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5146
91c19059
SDJ
51472014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5148 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.base/watch-bitfields.exp: Pass string other than test file
5151 name to prepare_for_testing.
5152 (watch): New procedure.
5153 (expect_watchpoint): Use with_test_prefix.
5154 (top level): Factor out tests to ...
5155 (test_watch_location, test_regular_watch): ... these new
5156 procedures, and use with_test_prefix and gdb_continue_to_end.
5157
bb9d5f81
PP
51582014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5159
5160 PR breakpoints/12526
5161 * gdb.base/watch-bitfields.exp: New file.
5162 * gdb.base/watch-bitfields.c: New file.
5163
635856f5
PA
51642014-09-16 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5167 software and hardware addresses, not software address against
5168 itself.
5169
7280ceea
PA
51702014-09-16 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5173 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5174
428b16bd
PA
51752014-09-16 Pedro Alves <palves@redhat.com>
5176
5177 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5178 files.
5179 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5180 "*-*-vxworks*" throughout.
5181 * gdb.base/break.exp: Likewise.
5182 * gdb.base/default.exp: Likewise.
5183 * gdb.base/scope.exp: Likewise.
5184 * gdb.base/sepdebug.exp: Likewise.
5185 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5186 throughout.
5187 * gdb.base/run.c: Likewise.
5188 * gdb.base/sepdebug.c: Likewise.
5189 * gdb.hp/gdb.aCC/run.c: Likewise.
5190 * gdb.reverse/until-reverse.c: Likewise.
5191 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5192
666d413c
YQ
51932014-09-16 Yao Qi <yao@codesourcery.com>
5194
5195 * boards/local-remote-host-native.exp: New file.
5196
57cbd724
DE
51972014-09-14 Doug Evans <xdje42@gmail.com>
5198
5199 * gdb.threads/queue-signal.c (thread_count): New variable.
5200 (thread_count_mutex, thread_count_condvar): New variables.
5201 (incr_thread_count, wait_all_threads_running): New functions.
5202 (main): Wait for all threads to be in their thread functions.
5203
81219e53
DE
52042014-09-13 Doug Evans <xdje42@gmail.com>
5205
5206 * gdb.threads/queue-signal.c: New file.
5207 * gdb.threads/queue-signal.exp: New file.
5208
3714cea7
DE
52092014-09-13 Doug Evans <xdje42@gmail.com>
5210
5211 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5212 be consistent with what default_gdb_init uses.
5213 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5214 the plain text of the prompt. Add some logging printfs.
5215 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5216
fa43b1d7
PA
52172014-09-12 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5220 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5221 * gdb.arch/i386-size-overlap.exp: Likewise.
5222 * gdb.arch/i386-size.exp: Likewise.
5223 * gdb.arch/i386-unwind.exp: Likewise.
5224 * gdb.base/a2-run.exp: Likewise.
5225 * gdb.base/break.exp: Likewise.
5226 * gdb.base/charset.exp: Likewise.
5227 * gdb.base/chng-syms.exp: Likewise.
5228 * gdb.base/commands.exp: Likewise.
5229 * gdb.base/dbx.exp: Likewise.
5230 * gdb.base/find.exp: Likewise.
5231 * gdb.base/funcargs.exp: Likewise.
5232 * gdb.base/jit-simple.exp: Likewise.
5233 * gdb.base/reread.exp: Likewise.
5234 * gdb.base/sepdebug.exp: Likewise.
5235 * gdb.base/step-bt.exp: Likewise.
5236 * gdb.cp/mb-inline.exp: Likewise.
5237 * gdb.cp/mb-templates.exp: Likewise.
5238 * gdb.objc/basicclass.exp: Likewise.
5239 * gdb.threads/killed.exp: Likewise.
5240
9d9bf2df
EBM
52412014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5242
5243 PR tdep/17379
5244 * gdb.arch/powerpc-stackless.S: New file.
5245 * gdb.arch/powerpc-stackless.exp: New file.
5246
1cf2f1b0
JK
52472014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5248
5249 * gdb.base/attach.c: Include unistd.h.
5250 (main): Call alarm. Add label postloop.
5251 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5252 gdb_breakpoint, gdb_continue_to_breakpoint.
5253 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5254
98880d46
PA
52552014-09-11 Pedro Alves <palves@redhat.com>
5256
5257 PR gdb/17347
5258 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5259 * gdb.base/attach.exp (test_command_line_attach_run): New
5260 procedure.
5261 (top level): Call it.
5262
4c92ff2c
PA
52632014-09-11 Pedro Alves <palves@redhat.com>
5264
5265 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5266 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5267 (do_command_attach_tests): Use spawn_wait_for_attach.
5268 * gdb.base/solib-overlap.exp: Likewise.
5269 * gdb.multi/multi-attach.exp: Likewise.
5270 * gdb.python/py-prompt.exp: Likewise.
5271 * gdb.python/py-sync-interp.exp: Likewise.
5272 * gdb.server/ext-attach.exp: Likewise.
5273
3adc1a7d
GKB
52742014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5275
5276 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5277 command in testcase. Simplify testcase.
5278
96334934
JB
52792014-09-10 Joel Brobecker <brobecker@adacore.com>
5280
5281 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5282
eb479039
JB
52832014-09-10 Joel Brobecker <brobecker@adacore.com>
5284
5285 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5286
deede10c
JB
52872014-09-10 Joel Brobecker <brobecker@adacore.com>
5288
5289 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5290
7828a5f5
JB
52912014-09-10 Joel Brobecker <brobecker@adacore.com>
5292
5293 * gdb.dwarf2/dynarr-ptr.c: New file.
5294 * gdb.dwarf2/dynarr-ptr.exp: New file.
5295
33aeebcf
MR
52962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5297
5298 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5299 of 30 rather than hardcoding 120 for a slow test case. Take the
5300 `gdb,timeout' target setting into account for this calculation.
5301 Don't extend the timeout for the test cases that don't need it.
5302
7b415901
MR
53032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5304
5305 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5306 a factor of 2 for a slow test case. Take the `gdb,timeout'
5307 target setting into account for this calculation.
5308 * gdb.reverse/until-precsave.exp: Increase the timeout by
5309 a factor of 15 and 3 respectively rather than adding 120
5310 for a pair of slow test cases. Take the `gdb,timeout'
5311 target setting into account for this calculation.
5312
4a40f85a
MR
53132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5314
5315 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5316 timeout, don't pass one down to gdb_expect.
5317 (gdb_expect): Rework timeout selection.
5318
09635af7
MR
53192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5320
5321 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5322 exception on timeout.
5323 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5324 (gdbserver_start_extended): Catch any `gdbserver_start' error
5325 exceptions.
5326 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5327 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5328 `gdbserver_gdb_load' error exceptions.
5329
2bdd10b7
MR
53302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5331
5332 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5333 120 on waiting for the TCP socket to open.
5334
316935f0
DE
53352014-09-09 Doug Evans <xdje42@gmail.com>
5336
5337 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5338 _caller_matches, _any_caller_is, _any_caller_matches.
5339
83740597
DE
53402014-09-09 Doug Evans <xdje42@gmail.com>
5341
5342 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5343
4c122fc3
YQ
53442014-09-09 Yao Qi <yao@codesourcery.com>
5345
5346 * gdb.mi/mi-var-display.exp: Set print symbol off.
5347
a9f116cb
GKB
53482014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5349
5350 PR gdb/17035
5351 * gdb.base/commands.exp: Add tests to verify user-defined
5352 commands with empty bodies.
5353 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5354 python commands in `show user command`.
5355 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5356 scheme commands in `show user command`.
5357
c75bd3a2
JK
53582014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5359
5360 PR python/17355
5361 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5362 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5363 * gdb.python/py-framefilter-invalidarg.exp: New file.
5364 * gdb.python/py-framefilter-invalidarg.py: New file.
5365
faa42425
DE
53662014-09-06 Doug Evans <xdje42@gmail.com>
5367
5368 PR 15276
5369 * gdb.python/py-caller-is.c: New file.
5370 * gdb.python/py-caller-is.exp: New file.
5371
474ca4f6
SDJ
53722014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5373
5374 PR gdb/17235
5375 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5376 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5377
eb0b0463
SDJ
53782014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5379
5380 PR fortran/17237
5381 * gdb.fortran/print-formatted.exp: New file.
5382 * gdb.fortran/print-formatted.f90: Likewise.
5383
5f3b99cf
SS
53842014-09-03 Sasha Smundak <asmundak@google.com>
5385
5386 * gdb.python/py-frame.exp: Test Frame.read_register.
5387
7d793aa9
SDJ
53882014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5389
5390 PR python/16699
5391 * gdb.python/py-completion.exp: New file.
5392 * gdb.python/py-completion.py: Likewise.
5393
fb0576e9
DE
53942014-08-28 Doug Evans <dje@google.com>
5395
5396 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5397 eax,etc. are live with values set by gdb and thus the compiler can't
5398 use them.
5399 * gdb.arch/i386-pseudo.c (main): Ditto.
5400
ee92b0dd
DE
54012014-08-27 Doug Evans <dje@google.com>
5402
5403 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5404
6649db35
DE
54052014-08-25 Doug Evans <dje@google.com>
5406
5407 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5408 (main): Ditto.
5409
564b7600
DE
54102014-08-25 Doug Evans <dje@google.com>
5411
5412 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5413
3881fb67
YQ
54142014-08-24 Yao Qi <yao@codesourcery.com>
5415
5416 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5417 symbol off.
5418 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5419
a05a36a5
DE
54202014-08-22 Doug Evans <dje@google.com>
5421
5422 PR 17276
5423 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5424 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5425 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5426
7c343b48
YQ
54272014-08-22 Yao Qi <yao@codesourcery.com>
5428
5429 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5430 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5431 * gdb.python/python.exp: Likewise. Use .py file on the host
5432 instead of the build.
5433
22fd09ae
JK
54342014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 * gdb.threads/gcore-stale-thread.c: New file.
5437 * gdb.threads/gcore-stale-thread.exp: New file.
5438
a8454a7c
PA
54392014-08-21 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5442 * gdb.base/gcore-relro-pie.exp: Likewise.
5443 * gdb.base/gcore-relro.exp: Likewise.
5444 * gdb.base/gcore.exp: Likewise.
5445 * gdb.base/print-symbol-loading.exp: Likewise.
5446 * gdb.threads/gcore-thread.exp: Likewise.
5447 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5448
2a31c623
PA
54492014-08-20 Pedro Alves <palves@redhat.com>
5450 Jan Kratochvil <jan.kratochvil@redhat.com>
5451
5452 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5453 configure.
5454 (EXPECT): Handle READ1 being set.
5455 (all): Depend on EXTRA_RULES.
5456 (check-read1, expect-read1, read1.so, read1): New rules.
5457 * README (Testsuite Parameters): Document the READ1 make variable.
5458 (Race detection): New section.
5459 * configure: Regenerate.
5460 * configure.ac: If build==host==target, and running under a
5461 GNU/glibc system, add read1 to the extra Makefile rules.
5462 (EXTRA_RULES): AC_SUBST it.
5463 * lib/read1.c: New file.
5464
d36430db
JB
54652014-08-20 Joel Brobecker <brobecker@adacore.com>
5466
5467 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5468 the handling of variables declared as a typedef to an array
5469 which a DW_AT_data_location attribute.
5470
9a0dc9e3
PA
54712014-08-19 Andrew Burgess <aburgess@broadcom.com>
5472 Pedro Alves <palves@redhat.com>
5473
5474 PR symtab/14604
5475 PR symtab/14605
5476 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5477 gdb_test.
5478
0718a8da
PA
54792014-08-19 Pedro Alves <palves@redhat.com>
5480
5481 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5482
13b448cd
YQ
54832014-08-19 Yao Qi <yao@codesourcery.com>
5484
5485 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5486 right line.
5487
1cbf5077
DB
54882014-08-18 David Blaikie <dblaikie@gmail.com>
5489
5490 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5491
bf0fae19
JB
54922014-08-18 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5495 attribute in array range.
5496
3c8c5dcc
JB
54972014-08-18 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5500
e66d4446
SC
55012014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5502
5503 PR c++/17132
5504 * gdb.cp/pr17132.cc: New file.
5505 * gdb.cp/pr17132.exp: New file.
5506
940df408
SC
55072014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5508
5509 * gdb.python/py-xmethods.py (A_getarrayind)
5510 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5511 Use 'print' with function call syntax.
5512 (E_method_matcher.match): Fix tab vs space indentation mixup.
5513
ebcc6c3a
YQ
55142014-08-15 Yao Qi <yao@codesourcery.com>
5515
5516 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5517 false.
5518
775e0f04
YQ
55192014-08-15 Yao Qi <yao@codesourcery.com>
5520
5521 * gdb.cp/casts.exp: Set print symbol off.
5522 * gdb.cp/class2.exp: Likewise.
5523 * gdb.cp/overload.exp: Likewise.
5524 * gdb.cp/templates.exp: Likewise.
5525
d769e349
DE
55262014-08-11 Doug Evans <dje@google.com>
5527
5528 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5529 (test_load_shlib): Update.
5530
20c6f1e1
YQ
55312014-08-09 Yao Qi <yao@codesourcery.com>
5532
5533 * gdb.base/display.exp: Invoke is_address_zero_readable.
5534 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5535 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5536 * gdb.base/hbreak-unmapped.exp: Return if
5537 is_address_zero_readable returns true.
5538 * gdb.base/signest.exp: Likewise.
5539 * gdb.base/signull.exp: Likewise.
5540 * gdb.base/sigbpt.exp: Likewise.
5541 * gdb.guile/scm-disasm.exp: Do the test if
5542 is_address_zero_readable returns false.
5543 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5544 * gdb.python/py-arch.exp: Likewise.
5545 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5546 * lib/gdb.exp (is_address_zero_readable): New proc.
5547
5792e8e3
YQ
55482014-08-09 Yao Qi <yao@codesourcery.com>
5549
5550 PR testsuite/13443
5551 * gdb.mi/mi-var-display.exp: Make test messages unique.
5552
3cecbbbe
TT
55532014-08-04 Tom Tromey <tromey@redhat.com>
5554
5555 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5556 target 0".
5557
00b51ff5
TT
55582014-08-04 Tom Tromey <tromey@redhat.com>
5559
5560 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5561 "target_resume".
5562
6908c509
JB
55632014-08-01 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5566 inner_vla_struct_object_size.
5567 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5568 as xfail.
5569
cc6563d2
PA
55702014-07-30 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5573 comment.
5574
7e09a223
YQ
55752014-07-29 Yao Qi <yao@codesourcery.com>
5576
5577 PR gdb/17206
5578 * gdb.base/until-nodebug.exp: New.
5579
7ebdbe92
DE
55802014-07-28 Doug Evans <xdje42@gmail.com>
5581
5582 PR guile/17203
5583 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5584 previously existing parameter, and previously ambiguously spelled
5585 parameter.
5586
fdb1adc6
WN
55872014-07-28 Will Newton <will.newton@linaro.org>
5588
5589 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5590
186fcde0
DE
55912014-07-26 Ludovic Courtès <ludo@gnu.org>
5592 Doug Evans <xdje42@gmail.com>
5593
5594 PR guile/17146
5595 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5596
70509625
PA
55972014-07-25 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.threads/signal-command-handle-nopass.c: New file.
5600 * gdb.threads/signal-command-handle-nopass.exp: New file.
5601 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5602 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5603 * gdb.threads/signal-delivered-right-thread.c: New file.
5604 * gdb.threads/signal-delivered-right-thread.exp: New file.
5605
c3f814a1
PA
56062014-07-25 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.base/double-prompt-target-event-error.exp
5609 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5610 match.
5611 (cancel_pagination_in_target_event): Rework double prompt
5612 detection.
5613 * gdb.base/paginate-after-ctrl-c-running.exp
5614 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5615 <return>' match.
5616 * gdb.base/paginate-bg-execution.exp
5617 (test_bg_execution_pagination_return)
5618 (test_bg_execution_pagination_cancel): Remove '-notransfer
5619 <return>' matches.
5620 * gdb.base/paginate-execution-startup.exp
5621 (test_fg_execution_pagination_return)
5622 (test_fg_execution_pagination_cancel): Remove '-notransfer
5623 <return>' matches.
5624 * gdb.base/paginate-inferior-exit.exp
5625 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5626 match.
5627 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5628 * lib/gdb.exp (pagination_prompt): Run text through
5629 string_to_regexp.
5630 (gdb_test_multiple): Match $pagination_prompt instead of
5631 "<return>".
5632 (string_to_regexp): Move to lib/gdb-utils.exp.
5633
e214cf6c
JK
56342014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * gdb.arch/amd64-entry-value-paramref.S: New file.
5637 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5638 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5639 * gdb.arch/amd64-optimout-repeat.S: New file.
5640 * gdb.arch/amd64-optimout-repeat.c: New file.
5641 * gdb.arch/amd64-optimout-repeat.exp: New file.
5642
17d0c5c8
JK
56432014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5644
5645 PR gdb/17170
5646 * gdb.base/statistics.exp: New file.
5647
b8b8facf
DE
56482014-07-17 Doug Evans <dje@google.com>
5649
74b49205 5650 PR gdb/17170
b8b8facf
DE
5651 * gdb.base/maint.exp: Update testing of per-command stats.
5652
1b5d0ab3
PA
56532014-07-16 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5656 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5657 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5658 (tfile_write_buf): New functions.
5659 (add_memory_block): Rewrite using the above.
5660 (adjust_function_address): New function.
5661 (FUNCTION_ADDRESS): New macro.
5662 (write_basic_trace_file): Remove short_x local, and use
5663 tfile_write_16. Change type of func_addr local to unsigned long
5664 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5665 here. Cast argument of add_memory_block to char pointer.
5666 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5667 (main): Remove parameters.
5668 * gdb.trace/tfile.exp: Remove nowarnings.
5669
4d974e88
SM
56702014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5671
5672 * gdb.base/debug-expr.exp: Test string evaluation with
5673 "debug expression" on.
5674
41e99568
PA
56752014-07-15 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.base/reread.exp: Use clean_restart.
5678
487d9753
PL
56792014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5680
5681 * gdb.arch/avr-flash-qualifer.c: New.
5682 * gdb.arch/avr-flash-qualifer.exp: New.
5683
cc1c52ad
PA
56842014-07-14 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5687 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5688
1e973570
PA
56892014-07-14 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.base/double-prompt-target-event-error.c: New file.
5692 * gdb.base/double-prompt-target-event-error.exp: New file.
5693
93d6eb10
PA
56942014-07-14 Pedro Alves <palves@redhat.com>
5695
5696 PR gdb/17072
5697 * gdb.base/paginate-inferior-exit.c: New file.
5698 * gdb.base/paginate-inferior-exit.exp: New file.
5699
0017922d
PA
57002014-07-14 Pedro Alves <palves@redhat.com>
5701
5702 PR gdb/17072
5703 * gdb.base/paginate-bg-execution.c: New file.
5704 * gdb.base/paginate-bg-execution.exp: New file.
5705
94696ad3
PA
57062014-07-14 Pedro Alves <palves@redhat.com>
5707
5708 PR gdb/17072
5709 * gdb.base/paginate-execution-startup.c: New file.
5710 * gdb.base/paginate-execution-startup.exp: New file.
5711 * lib/gdb.exp (pagination_prompt): New global.
5712 (default_gdb_spawn): New procedure, factored out from
5713 default_gdb_spawn.
5714 (default_gdb_start): Adjust to call default_gdb_spawn.
5715 (gdb_spawn): New procedure.
5716
bd293940
PA
57172014-07-14 Pedro Alves <palves@redhat.com>
5718
5719 * lib/gdb.exp (gdb_assert): New procedure.
5720 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5721
c933f875
PA
57222014-07-14 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.base/execution-termios.c: New file.
5725 * gdb.base/execution-termios.exp: New file.
5726
d98b7a16
TT
57272014-07-14 Tom Tromey <tromey@redhat.com>
5728
5729 * gdb.cp/vla-cxx.cc: New file.
5730 * gdb.cp/vla-cxx.exp: New file.
5731
548740d6
TT
57322014-07-14 Tom Tromey <tromey@redhat.com>
5733
5734 * gdb.reverse/rerun-prec.c: New file.
5735 * gdb.reverse/rerun-prec.exp: New file.
5736
a25eb028
MR
57372014-07-12 Maciej W. Rozycki <macro@mips.com>
5738 Maciej W. Rozycki <macro@codesourcery.com>
5739
5740 * lib/gdb-utils.exp: New file.
5741 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5742 inline `gdb_init_command' processing.
5743 (gdb_start_cmd): Likewise.
5744 * lib/mi-support.exp (mi_run_cmd): Likewise.
5745 * README: Document `gdb_init_command' and `gdb_init_commands'.
5746
218c2655
JK
57472014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5748
5749 Fix false FAIL running under a very long directory name.
5750 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5751 and "set print elements 10000". Twice.
5752
5401fde3
YQ
57532014-07-11 Yao Qi <yao@codesourcery.com>
5754
5755 * gdb.base/exprs.exp: "set print symbol off".
5756
e76126e8
PA
57572014-07-11 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.threads/kill.c: New file.
5760 * gdb.threads/kill.exp: New file.
5761
2d6f0de6
YQ
57622014-07-10 Yao Qi <yao@codesourcery.com>
5763
5764 * gdb.trace/tfile.c (write_basic_trace_file)
5765 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5766 address written to trace file.
5767
7180e04a
PA
57682014-07-09 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/attach-wait-input.exp: New file.
5771 * gdb.base/attach-wait-input.c: New file.
5772
9a9a7608
AB
57732014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5774
5775 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5776 setting up test structures.
5777 (main): Call new test function.
5778 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5779 test function, continue into test function and walk test
5780 structures.
5781
161ac41e
YQ
57822014-07-02 Yao Qi <yao@codesourcery.com>
5783
5784 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5785 'bar_start' at the beginning of functions 'foo' and 'bar'
5786 respectively.
5787 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5788 instead of 'foo' and 'bar'.
5789
1f267ae3
MM
57902014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5791
5792 * gdb.btrace/segv.exp: New.
5793 * gdb.btrace/segv.c: New.
5794
2b239efb
LM
57952014-07-02 Luis Machado <lgustavo@codesourcery.com>
5796
5797 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5798 instruction.
5799
cf363f18
MW
58002014-06-30 Mark Wielaard <mjw@redhat.com>
5801
5802 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5803 vulture, vilify, villar): New volatile array constants.
5804 (vindictive, vegetation): New const volatile array constants.
5805 * gdb.base/volatile.exp: Test volatile and const volatile array
5806 types.
5807
aebf9d24
AA
58082014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5809
5810 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5811 target lacks support for awatch, rwatch, or hbreak.
5812
b67a2c6f
YQ
58132014-06-27 Yao Qi <yao@codesourcery.com>
5814
5815 * gdb.multi/dummy-frame-restore.exp: New.
5816 * gdb.multi/dummy-frame-restore.c: New.
5817
aef92902
MM
58182014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5819
5820 * gdb.btrace/gcore.exp: New.
5821
8e9db26e
PA
58222014-06-23 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.base/watchpoint-reuse-slot.c: New file.
5825 * gdb.base/watchpoint-reuse-slot.exp: New file.
5826
70afc5b7
SC
58272014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5828
5829 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5830 progspace's filename in 'info', 'enable' and 'disable' command
5831 tests.
5832
b972bd9c
JK
58332014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5834
5835 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5836 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5837 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5838
125f8a3d
GB
58392014-06-20 Gary Benson <gbenson@redhat.com>
5840
5841 * gdb.arch/i386-avx.exp: Fix include file location.
5842 * gdb.arch/i386-sse.exp: Likewise.
5843
3ed9baed
IB
58442014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5845
5846 * gdb.dlang/expression.exp: New file.
5847
034f788c
PA
58482014-06-19 Pedro Alves <palves@redhat.com>
5849
5850 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5851 out from ...
5852 (top level): ... here. Iterate running tests under different
5853 scheduler-locking settings.
5854
45371d0c
LM
58552014-06-18 Luis Machado <lgustavo@codesourcery.com>
5856
5857 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5858 to DW_FORM_addr and use non-zero addresses.
5859
5d376983
SC
58602014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5861
5862 PR gdb/17017
5863 * gdb.python/py-xmethods.cc: Add global function call counters and
5864 increment them in their respective functions. Remove "cout"
5865 statements.
5866 * gdb.python/py-xmethods.exp: Make tests check the global function
5867 call counters instead of depending on inferior IO.
5868
a1aa2221
LM
58692014-06-18 Don Breazeal <donb@codesourcery.com>
5870
5871 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5872 Deleted procedure.
5873 (explicit_fork_parent_follow): Deleted procedure.
5874 (explicit_fork_child_follow): Deleted procedure.
5875 (test_follow_fork): New procedure.
5876 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5877 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5878 procedure calls.
5879
0fc05997
YQ
58802014-06-17 Yao Qi <yao@codesourcery.com>
5881
5882 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5883 CP1252.
5884
70795c52
LM
58852014-06-17 Luis Machado <lgustavo@codesourcery.com>
5886
5887 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5888 Initialize ptr and S explicitly.
5889 (skip_type_update_when_not_use_rtti_test): Likewise.
5890
6be47f0c
KS
58912014-06-16 Keith Seitz <keiths@redhat.com>
5892
5893 PR mi/15863
5894 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5895 the inferior is started.
5896
d03de421
PA
58972014-06-16 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.base/break-main-file-remove-fail.c: New file.
5900 * gdb.base/break-main-file-remove-fail.exp: New file.
5901 * gdb.base/break-unload-file.exp: Use build_executable instead of
5902 prepare_for_testing.
5903 (test_break): New parameter "initial_load". Handle it.
5904 (top level): Add initial_load cmdline/file axis.
5905
f9579b99
TT
59062014-06-12 Tom Tromey <tromey@redhat.com>
5907
5908 * gdb.base/completion.exp: Don't use directory name in test.
5909
3657956b
GB
59102014-06-09 Gary Benson <gbenson@redhat.com>
5911
5912 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5913 separate the always-available ANSI-standard signals from the
5914 signals that require checking.
5915 (main): Likewise.
5916 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5917 Likewise.
5918 (main): Likewise.
5919
4186eb54
KS
59202014-06-07 Keith Seitz <keiths@redhat.com>
5921
5922 Revert:
5923 PR c++/16253
5924 * gdb.cp/var-tag.cc: New file.
5925 * gdb.cp/var-tag.exp: New file.
5926 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5927 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5928 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5929 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5930
25326a28 59312014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5932
5933 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5934
829155c9
PA
59352014-06-06 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5938 in target debug output instead of looking at RSP packets,
5939 disabling the test on any target that uses hardware stepping.
5940 Update comments.
5941
61c8d22e
PA
59422014-06-06 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.base/break-unload-file.exp: Fix typo.
5945
d9a47287
YQ
59462014-06-06 Yao Qi <yao@codesourcery.com>
5947
5948 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5949 from "jit_function" to "^jit_function".
5950
e5e01dbf
YQ
59512014-06-06 Yao Qi <yao@codesourcery.com>
5952
5953 * gdb.base/async.c (foo): Add one statement.
5954 * gdb.base/async.exp: Get the next instruction address and
5955 match the output of "nexti" by instruction address. Match
5956 the hex address in the output of "finish".
5957
73ba372c
GB
59582014-06-06 Gary Benson <gbenson@redhat.com>
5959
5960 * gdb.base/call-signals.c: Remove preprocessor conditionals
5961 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5962 SIGSEGV and SIGTERM.
5963 * gdb.base/sigall.c: Likewise.
5964 * gdb.base/unwindonsignal.c: Likewise.
5965 * gdb.reverse/sigall-reverse.c: Likewise.
5966
831517df
YQ
59672014-06-06 Yao Qi <yao@codesourcery.com>
5968
5969 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5970 readable, skip the test.
5971
b8b91e98
YQ
59722014-06-06 Yao Qi <yao@codesourcery.com>
5973
5974 * gdb.threads/staticthreads.c (thread_function): Move the line
5975 setting breakpoint on forward.
5976 * gdb.threads/staticthreads.exp: Update comments.
5977
fb934770
LC
59782014-06-05 Ludovic Courtès <ludo@gnu.org>
5979
5980 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5981 "history-append! type error".
5982
6ef284bd
SM
59832014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5986 erroneous dprintf expected input.
5987
a872e241
DE
59882014-06-04 Doug Evans <xdje42@gmail.com>
5989
5990 * gdb.guile/scm-generics.exp: Delete.
5991
16f691fb
DE
59922014-06-04 Doug Evans <xdje42@gmail.com>
5993
5994 * gdb.guile/scm-breakpoint.exp: Update.
5995 Add tests for breakpoint registration.
5996
012370f6
TT
59972014-06-04 Tom Tromey <tromey@redhat.com>
5998
5999 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6000 VLA-in-union.
6001 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6002 inner_vla_struct, vla_union types. Initialize objects of those
6003 types and compute their sizes.
6004
9f5a4cef
HZ
60052014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6006 Hui Zhu <hui@codesourcery.com>
6007
6008 * gdb.base/fileio.exp: Add test for shell not available as well as
6009 available.
6010 * gdb.base/fileio.c (test_system): Check for shell twice.
6011
90a45c4d
YQ
60122014-06-04 Yao Qi <yao@codesourcery.com>
6013
6014 * gdb.base/auto-connect-native-target.exp: Remove redundant
6015 space from the regexp pattern.
6016
70017e41
YQ
60172014-06-04 Yao Qi <yao@codesourcery.com>
6018
6019 * gdb.base/default.exp: Replace "child" with "native" in
6020 regexp pattern.
6021
883964a7
SC
60222014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6023
6024 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6025 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6026 * gdb.python/py-xmethods.py: Python script supporting the
6027 new testcase and tests.
6028
ef370185
JB
60292014-06-03 Joel Brobecker <brobecker@adacore.com>
6030 Pedro Alves <palves@redhat.com>
6031
6032 PR breakpoints/17000
6033 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6034 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6035
1e2ccb61
BM
60362014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6037
6038 * gdb.base/subst.exp: Add tests to verify partial path matching
6039 output.
6040
c6ec5ab2
PA
60412014-06-03 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6044 target that doesn't use software single-stepping.
6045
835c559f
PA
60462014-06-03 Pedro Alves <palves@redhat.com>
6047
6048 PR breakpoints/17000
6049 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6050 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6051
06eb1586
DE
60522014-06-02 Doug Evans <xdje42@gmail.com>
6053
6054 * gdb.guile/scm-parameter.exp: New file.
6055
e698b8c4
DE
60562014-06-02 Doug Evans <xdje42@gmail.com>
6057
6058 * gdb.guile/scm-cmd.c: New file.
6059 * gdb.guile/scm-cmd.exp: New file.
6060
ded03782
DE
60612014-06-02 Doug Evans <xdje42@gmail.com>
6062
6063 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6064 pretty-printer lookup.
6065 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6066 (make-pp_s-printer): Call it.
6067 (make-pretty-printer-from-dict): New function.
6068 (lookup-pretty-printer-maker-from-dict): New function.
6069 (*pretty-printer*): Simplify.
6070 (make-objfile-pp_s-printer): New function.
6071 (install-objfile-pretty-printers!): New function.
6072 (make-progspace-pp_s-printer): New function.
6073 (install-progspace-pretty-printers!): New function.
6074 * gdb.guile/scm-progspace.c: New file.
6075 * gdb.guile/scm-progspace.exp: New file.
6076
41fac0cf
PA
60772014-06-02 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.base/dprintf-bp-same-addr.c: New file.
6080 * gdb.base/dprintf-bp-same-addr.exp: New file.
6081
96ae5695
EBM
60822014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6083
6084 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6085 * gdb.arch/powerpc-power.s: Likewise.
6086
da02b3a8
JB
60872014-06-02 Joel Brobecker <brobecker@adacore.com>
6088
6089 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6090
c72b2e7b
YQ
60912014-06-01 Yao Qi <yao@codesourcery.com>
6092
6093 * gdb.base/watchpoint.exp (test_watch_location): Check null
6094 pointer can be dereferenced. If not, do the test, otherwise
6095 skip it.
6096
53e8a631
AB
60972014-05-30 Andrew Burgess <aburgess@broadcom.com>
6098
6099 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6100 results.
6101 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6102
938f0e2f
AB
61032014-05-30 Andrew Burgess <aburgess@broadcom.com>
6104
6105 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6106 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6107 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6108 * gdb.arch/amd64-invalid-stack-top.c: New file.
6109 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6110
9ba6657a
PA
61112014-05-30 Pedro Alves <palves@redhat.com>
6112
6113 PR breakpoints/17000
6114 * gdb.base/sss-bp-on-user-bp.c: New file.
6115 * gdb.base/sss-bp-on-user-bp.exp: New file.
6116
522c09bf
DB
61172014-05-30 David Blaikie <dblaikie@gmail.com>
6118
6119 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6120 gnu_inline semantics via attribute.
6121 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6122 source explicitly specifies the required semantics.
6123
bf4ef81e
MR
61242014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6125
6126 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6127
329ea579
PA
61282014-05-29 Pedro Alves <palves@redhat.com>
6129 Tom Tromey <tromey@redhat.com>
6130
6131 * gdb.base/async-shell.exp: Don't enable target-async.
6132 * gdb.base/async.exp
6133 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6134 parameter. Adjust.
6135 (top level): Don't test with "target-async".
6136 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6137 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6138 * gdb.base/inferior-died.exp: Don't enable target-async.
6139 * gdb.base/interrupt-noterm.exp: Likewise.
6140 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6141 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6142 * gdb.mi/mi-nonstop.exp: Likewise.
6143 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6144 * gdb.mi/mi-nsintrall.exp: Likewise.
6145 * gdb.mi/mi-nsmoribund.exp: Likewise.
6146 * gdb.mi/mi-nsthrexec.exp: Likewise.
6147 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6148 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6149 * gdb.python/py-evsignal.exp: Don't enable target-async.
6150 * gdb.python/py-evthreads.exp: Likewise.
6151 * gdb.python/py-prompt.exp: Likewise.
6152 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6153 * gdb.server/solib-list.exp: Don't enable target-async.
6154 * gdb.threads/thread-specific-bp.exp: Likewise.
6155 * lib/mi-support.exp: Adjust to use mi-async.
6156
fd664c91
PA
61572014-05-29 Pedro Alves <palves@redhat.com>
6158
6159 PR gdb/13860
6160 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6161 reason, even in sync mode.
6162
251bde03
PA
61632014-05-29 Pedro Alves <palves@redhat.com>
6164 Hui Zhu <hui@codesourcery.com>
6165
6166 PR PR15693
6167 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6168 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6169 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6170 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6171
7f3c0343
JB
61722014-05-28 Joel Brobecker <brobecker@adacore.com>
6173
6174 * config/monitor.exp (gdb_target_monitor): Replace use of
6175 "set remotebaud" by "set serial baud".
6176
b2715b27
AW
61772014-05-26 Andy Wingo <wingo@igalia.com>
6178
6179 * gdb.guile/scm-breakpoint.exp:
6180 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6181 properties instead of gdb-object-properties.
6182
498a4489
YQ
61832014-05-26 Yao Qi <yao@codesourcery.com>
6184
6185 * gdb.server/no-thread-db.exp: Specify source file name
6186 explicitly when setting a breakpoint.
6187
589fdceb
MM
61882014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6189
6190 * gdb.btrace/vdso.c: New.
6191 * gdb.btrace/vdso.exp: New.
6192
e9089e05
MM
61932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6194
6195 * gdb.base/gcore.exp (capture_command_output): Move ...
6196 * lib/gdb.exp (capture_command_output): ... here.
6197
67b5c0c1
MM
61982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6199
6200 * gdb.btrace/data.exp: Test memory access during btrace replay.
6201
a2199296
SM
62022014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6203
6204 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6205
17b2616c
PA
62062014-05-21 Pedro Alves <palves@redhat.com>
6207
6208 PR gdb/13860
6209 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6210 (top level): Test that output related to execution commands is
6211 sent to the console with CLI commands, but not with MI commands.
6212 Test that breakpoint events are always mirrored to the console.
6213 Also expect the new source line to be output after a "next" in
6214 async mode too. Make it a pass/fail test.
6215 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6216 output.
6217 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6218
5166082f
PA
62192014-05-21 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6222 Use them to test variations of "list" after reaching a breakpoint.
6223 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6224 Test "list" with listsize 10 after reaching a breakpoint.
6225 * gdb.python/python.exp (decode_line current location line
6226 number): Adjust expected line number.
6227
2f25d70f
SM
62282014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6231 behavior for $args, pass it directly to "run".
6232
ff604a67
MR
62332014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6234
6235 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6236 30000 to 65536.
6237
6a3cb8e8
PA
62382014-05-21 Pedro Alves <palves@redhat.com>
6239
6240 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6241 auto-connect-native-target off".
6242 * gdb.base/auto-connect-native-target.c: New file.
6243 * gdb.base/auto-connect-native-target.exp: New file.
6244
4ebfc96e
PA
62452014-05-21 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/default.exp: Test "target native" instead of "target
6248 child".
6249
36d46afb
MW
62502014-05-21 Mark Wielaard <mjw@redhat.com>
6251
6252 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6253
5876f503
JK
62542014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6255
6256 Fix TLS access for -static -pthread.
6257 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6258 <HAVE_TLS> (thread_function, main): Initialize it.
6259 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6260 Add clean_restart.
6261 <$have_tls != "">: Check TLSVAR.
6262
0256a6ac
PA
62632014-05-21 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.base/dcache-line-read-error.c: New.
6266 * gdb.base/dcache-line-read-error.exp: New.
6267
936d2992
PA
62682014-05-20 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/compare-sections.c: New file.
6271 * gdb.base/compare-sections.exp: New file.
6272
802e8e6d
PA
62732014-05-20 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/break-idempotent.c: New file.
6276 * gdb.base/break-idempotent.exp: New file.
6277
e59fa00f
MM
62782014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6279
6280 * gdb.btrace/nohist.exp: New.
6281
8b696e31
YQ
62822014-05-20 Yao Qi <yao@codesourcery.com>
6283
6284 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6285 gdb.reverse directory and gdb_reverse_timeout exists in board
6286 setting.
6287 * README: Document gdb_reverse_timeout.
6288
73c9764f
YQ
62892014-05-20 Yao Qi <yao@codesourcery.com>
6290
6291 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6292 'test_file_name'. Treat args as a string instead of a list.
6293 (gdb_init): Rename argument 'args' by 'test_file_name'.
6294
f1f4348a
JK
62952014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 * gdb.arch/powerpc-power.exp: New file.
6298 * gdb.arch/powerpc-power.s: New file.
6299
0dbe70ce
DE
63002014-05-16 Doug Evans <dje@google.com>
6301
6302 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6303 * gdb.base/completion.exp: Check that all expected files exist
6304 before doing file completion.
0dbe70ce 6305
8d551b02
DE
63062014-05-16 Doug Evans <dje@google.com>
6307
6308 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6309 Update.
6310 (do_syscall_tests_without_xml): Update.
6311
73eb7709
PA
63122014-05-16 Pedro Alves <palves@redhat.com>
6313
6314 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6315 instead of "unknown output after running".
6316
3fae92fc
YQ
63172014-05-16 Yao Qi <yao@codesourcery.com>
6318
6319 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6320 file1.txt from host at the end.
6321 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6322
c2b2ccc5
DE
63232014-05-15 Doug Evans <dje@google.com>
6324
6325 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6326 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6327 loading file. Add test for TU lookup.
6328
8c217a4b
SM
63292014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6330
6331 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6332 calling "-exec-arguments" or "set args" before running the
6333 inferior.
6334
3deb39c6
SM
63352014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6336
6337 * lib/mi-support.exp (mi_expect_stop): Expect message for
6338 inferiors that exit with non-zero exit code.
6339
71a79f8c
YQ
63402014-05-14 Yao Qi <yao@codesourcery.com>
6341
6342 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6343 match absolute path on remote host.
6344 (test_file_list_exec_source_files): Remove "/" from the
6345 pattern.
6346
f23fcd46
YQ
63472014-05-14 Yao Qi <yao@codesourcery.com>
6348
6349 * boards/local-remote-host-notty.exp (${board}_file): New
6350 proc.
6351
9404b58f
KM
63522014-05-07 Kyle McMartin <kyle@redhat.com>
6353
6354 Pushed by Joel Brobecker <brobecker@adacore.com>.
6355 * gdb.arch/aarch64-atomic-inst.c: New file.
6356 * gdb.arch/aarch64-atomic-inst.exp: New file.
6357
5e45f04c
YQ
63582014-05-07 Yao Qi <yao@codesourcery.com>
6359
6360 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6361 in current context" too.
6362
c888a17d
KS
63632014-05-05 Keith Seitz <keiths@redhat.com>
6364
6365 * gdb.linespec/ls-dollar.exp: Add test for linespec
6366 file:convenience_variable.
6367
290a839c
YQ
63682014-05-05 Yao Qi <yao@codesourcery.com>
6369
6370 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6371 traceframes into tfile and ctf trace files. Read data from
6372 trace file and test collected data.
6373 (gdb_collect_locals_test): Likewise.
6374 (gdb_unavailable_registers_test): Likewise.
6375 (gdb_unavailable_floats): Likewise.
6376 (gdb_collect_globals_test): Likewise.
6377 (top-level): Append "ctf" to trace_file_targets if GDB
6378 supports.
6379
b5262cd0
YQ
63802014-05-05 Yao Qi <yao@codesourcery.com>
6381
6382 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6383 code to ...
6384 (gdb_collect_args_test_1): ... it. New proc.
6385 (gdb_collect_locals_test): Move some code to ...
6386 (gdb_collect_locals_test_1): ... it. New proc.
6387 (gdb_unavailable_registers_test): Move some code to ...
6388 (gdb_unavailable_registers_test_1): ... it. New proc.
6389 (gdb_unavailable_floats): Move some code to ...
6390 (gdb_unavailable_floats_1): ... it. New proc.
6391
30a1e6cc
SDJ
63922014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6393
6394 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6395 probes to test for bitness recognition.
6396 * gdb.arch/amd64-stap-optional-prefix.exp
6397 (test_probe_value_without_reg): New procedure.
6398 Add code to test for different kinds of bitness.
6399
f33da99a
SDJ
64002014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6401
6402 PR breakpoints/16889
6403 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6404 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6405
5b80f00d
PA
64062014-05-01 Pedro Alves <palves@redhat.com>
6407
6408 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6409 gdb_file_cmd if no file is specified.
6410 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6411 last_loaded_file to set the remote exec-file.
6412
f8c2a73c
PA
64132014-05-01 Pedro Alves <palves@redhat.com>
6414
6415 * boards/local-remote-host.exp: New file.
6416
be6e8ac7
PA
64172014-05-01 Pedro Alves <palves@redhat.com>
6418
6419 * boards/local-remote-host.exp: Rename to ...
6420 * boards/local-remote-host-notty.exp: ... this.
6421
cac0dc8f
JB
64222014-04-28 Joel Brobecker <brobecker@adacore.com>
6423
6424 * gdb.ada/dyn_arrayidx: New testcase.
6425
9730e6cc
YQ
64262014-04-26 Yao Qi <yao@codesourcery.com>
6427
6428 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6429 and compute the length of function main. Save it in
6430 $main_length.
6431 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6432 (top-level): Use gdb_compile to compile objects into
6433 executable and restart GDB. Remove invocation to
6434 prepare_for_testing.
6435
7ae1a6a6
PA
64362014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6437 Pedro Alves <palves@redhat.com>
6438
6439 PR server/16255
6440 * gdb.multi/multi-attach.c: New file.
6441 * gdb.multi/multi-attach.exp: New file.
6442
4082afcc
PA
64432014-04-25 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6446 user.
6447 (top level): Test that "set remote conditional-breakpoints-packet
6448 off" works as intended.
6449 * gdb.base/dprintf.exp: Test that "set remote
6450 breakpoint-commands-packet off" works as intended.
6451 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6452 New function.
6453 (top level): Call it.
6454 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6455 remote fast-tracepoints-packet off" works as intended.
6456 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6457 * lib/gdb.exp (gdb_is_target_remote): ... here.
6458
2abc3f8d
DB
64592014-04-24 David Blaikie <dblaikie@gmail.com>
6460
6461 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6462 ensure clang would not discard them.
6463 * gdb.base/gdbvars.c: Ditto.
6464 * gdb.base/memattr.c: Ditto.
6465 * gdb.base/whatis.c: Ditto.
6466 * gdb.python/py-prettyprint.c: Ditto.
6467 * gdb.trace/actions.c: Ditto.
6468 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6469 ensure clang would not discard it.
6470
bfd39632
DB
64712014-04-24 David Blaikie <dblaikie@gmail.com>
6472
6473 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6474 clang to emit the full definition of type required by the test
6475 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6476
22842ff6
DB
64772014-04-24 David Blaikie <dblaikie@gmail.com>
6478
6479 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6480 coax Clang into emitting the definition of the type.
6481 * gdb.cp/pr10728-x.h (y): Ditto.
6482 * gdb.cp/pr10728-y.cc (y): Ditto.
6483
c2e827ad
DB
64842014-04-24 David Blaikie <dblaikie@gmail.com>
6485
6486 * gdb.base/label.exp: XFAIL label related tests under Clang.
6487 * gdb.cp/cplabel.exp: Ditto.
6488 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6489 under Clang those using labels.
6490
4c2d33e7
YQ
64912014-04-25 Yao Qi <yao@codesourcery.com>
6492
6493 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6494 double_label.
6495 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6496 partial_label and double_label.
6497
56083b99
DB
64982014-04-24 David Blaikie <dblaikie@gmail.com>
6499
6500 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6501
25d4e99d
DB
65022014-04-24 David Blaikie <dblaikie@gmail.com>
6503
6504 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6505 of the function to work across GCC and Clang.
6506 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6507 pointer types (const void ** const V void **).
6508
01f9f808
MS
65092014-04-24 Michael Sturm <michael.sturm@mintel.com>
6510 Walfred Tedeschi <walfred.tedeschi@intel.com>
6511
6512 * Makefile.in (EXECUTABLES): Added i386-avx512.
6513 * gdb.arch/i386-avx512.c: New file.
6514 * gdb.arch/i386-avx512.exp: Likewise.
6515
4b48d439
KS
65162014-04-23 Keith Seitz <keiths@redhat.com>
6517
6518 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6519 (mi_make_breakpoint_table): New procedure.
6520 (mi_create_breakpoint): Use mi_make_breakpoint
6521 and return the result.
6522 (mi_make_breakpoint): New procedure.
6523 (mi_build_kv_pairs): New procedure.
6524
6525 * gdb.mi/mi-break.exp: Remove unused globals,
6526 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6527 All callers updated.
6528 * gdb.mi/mi-dprintf.exp: Use variable to track command
6529 number.
6530 Update all callers of mi_create_breakpoint and use
6531 mi_make_breakpoint_table.
6532 Remove any unused global variables.
6533 * gdb.mi/mi-nonstop.exp: Likewise.
6534 * gdb.mi/mi-nsintrall.exp: Likewise.
6535 * gdb.mi/mi-nsmoribund.exp: Likewise.
6536 * gdb.mi/mi-nsthrexec.exp: Likewise.
6537 * gdb.mi/mi-reverse.exp: Likewise.
6538 * gdb.mi/mi-simplerun.exp: Likewise.
6539 * gdb.mi/mi-stepn.exp: Likewise.
6540 * gdb.mi/mi-syn-frame.exp: Likewise.
6541 * gdb.mi/mi-until.exp: Likewise.
6542 * gdb.mi/mi-var-cp.exp: Likewise.
6543 * gdb.mi/mi-var-display.exp: Likewise.
6544 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6545 * gdb.mi/mi2-var-child.exp: Likewise.
6546 * gdb.mi/mi-vla-c99.exp: Likewise.
6547 * lib/mi-support.exp: Likewise.
6548
6549 From Ian Lance Taylor <iant@cygnus.com>:
6550 * lib/gdb.exp (parse_args): New procedure.
6551
08351840
PA
65522014-04-23 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.base/break-unload-file.c: New file.
6555 * gdb.base/break-unload-file.exp: New file.
6556 * gdb.base/sym-file-lib.c (baz): New function.
6557 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6558 field.
6559 (load): Store the segment's mapped size.
6560 (unload): New function.
6561 (unload_shlib): New function.
6562 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6563 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6564 set a breakpoint at baz, and call it.
6565 * gdb.base/sym-file.exp: New tests for stale breakpoint
6566 instructions.
6567
076855f9
PA
65682014-04-23 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6571 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6572 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6573 * gdb.base/hbreak-unmapped.c: New file.
6574 * gdb.base/hbreak-unmapped.exp: New file.
6575 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6576 * lib/gdb.exp (gdb_is_target_remote): ... here.
6577
483805cf
PA
65782014-04-22 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.base/consecutive-step-over.c: New file.
6581 * gdb.base/consecutive-step-over.exp: New file.
6582
06d97543
PA
65832014-04-22 Pedro Alves <palves@redhat.com>
6584
6585 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6586 instead of send_gdb/gdb_expect.
6587
b4429ea2
YQ
65882014-04-22 Yao Qi <yao@codesourcery.com>
6589
6590 * lib/trace-support.exp (generate_tracefile): New procedure.
6591 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6592 return 0.
6593 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6594 if generate_tracefile returns 1.
6595
51d48146
PA
65962014-04-18 Tom Tromey <palves@redhat.com>
6597 Pedro alves <tromey@redhat.com>
6598
6599 PR backtrace/15558
6600 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6601 with a backtrace limit.
6602 * gdb.python/py-frame-inline.exp: Test running to an inline
6603 function with a backtrace limit, and printing the newest frame.
6604 * gdb.python/py-frame-inline.c (main): Call f.
6605
bd1dce5f
MS
66062014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6607
6608 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6609
40d1a503
MS
66102014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6611
6612 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6613 Drop prefix from unsupported source file path.
6614
389b98f7
YQ
66152014-04-17 Yao Qi <yao@codesourcery.com>
6616
6617 * lib/gdb.exp (with_target_charset): New proc.
6618 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6619 with_target_charset.
6620 (test_print_strings): Likewise.
6621 (test_repeat_bytes): Likewise.
6622 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6623 for some tests.
6624
22869d73
KS
66252014-04-16 Keith Seitz <keiths@redhat.com>
6626
6627 PR gdb/15827
6628 * gdb.dwarf2/corrupt.c: New file.
6629 * gdb.dwarf2/corrupt.exp: New file.
6630
c4f87ca6
KS
66312014-04-16 Keith Seitz <keiths@redhat.com>
6632
6633 PR c++/16597
6634 * gdb.cp/namelessclass.cc: New file.
6635 * gdb.cp/namelessclass.exp: New file.
6636 * gdb.cp/namelessclass.S: New file.
6637
ab19de87
DE
66382014-04-16 Doug Evans <dje@google.com>
6639
6640 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6641 Add comment.
6642 (gdbserver_default_get_comm_port): New function.
6643 (gdbserver_start): Check if board file provided
6644 "gdbserver,get_comm_port" and use it if so.
6645 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6646 (gdb,socketport): Set to "stdio".
6647 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6648 (stdio_gdbserver_template): Delete.
6649 (${board}_get_remote_address): Update.
6650 (${board}_build_remote_cmd): Delete.
6651 (${board}_get_comm_port): New function.
6652 (${board}_spawn): Update.
6653 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6654 Delete.
6655 (${board}_get_remote_address): Update.
6656 (${board}_get_comm_port): New function.
6657
fc98a809
AB
66582014-04-16 Andrew Burgess <aburgess@broadcom.com>
6659
6660 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6661 appearing in any order.
6662
87fd9e6e
DE
66632014-04-15 Doug Evans <dje@google.com>
6664
6665 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6666 uninitialized value of "description".
6667
099fc3ea
KS
66682014-04-15 Keith Seitz <keiths@redhat.com>
6669
6670 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6671 Remove unused globals.
6672 (test_running_the_program): Likewise.
6673 (test_controlled_execution): Likewise.
6674 (test_controlling_breakpoints): Likewise.
6675 (test_program_termination): Likewise.
6676
5da151d4
KS
66772014-04-15 Keith Seitz <keiths@redhat.com>
6678
6679 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6680 unused globals.
6681 (test_rbreak_creation_and_listing): Likewise.
6682 (test_ignore_count): Likewise.
6683 (test_error): Likewise.
6684
35e5d2f0
PA
66852014-04-15 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6688 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6689 sym-file-loader.c.
6690 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6691 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6692 to sym-file-loader.c.
6693 (struct library): Forward declare.
6694 (load_shlib, lookup_function): Change prototypes.
6695 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6696 (translate_offset): Remove declarations.
6697 (get_text_addr): New declaration.
6698 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6699 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6700 sym-file-loader.h.
6701 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6702 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6703 here from sym-file-loader.h.
6704 (struct library): New structure.
6705 (load_shlib, lookup_function): Change prototypes and adjust to
6706 work with a struct library.
6707 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6708 (translate_offset): Make static.
6709 (get_text_addr): New function.
6710 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6711
eb4c1710
PA
67122014-04-15 Pedro Alves <palves@redhat.com>
6713
6714 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6715
2d1baf52
PA
67162014-04-15 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.base/sym-file-loader.c: Include <limits.h>.
6719 (SELF_LINK): New define.
6720 (get_origin): New function.
6721 (load_shlib): Use it.
6722 * gdb.base/sym-file.exp: Don't early return if the target is
6723 remote. Use runto_main, and issue fail is that fails. Use
6724 gdb_load_shlibs.
6725 (shlib_name): Delete.
6726 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6727
7dd6df01
PA
67282014-04-15 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/sym-file.exp: Remove regex characters from test
6731 message. Don't refer to breakpoint numbers in test messages.
6732
b50c8614
KS
67332014-04-14 Keith Seitz <keiths@redhat.com>
6734
6735 PR c++/16253
6736 * gdb.cp/var-tag.cc: New file.
6737 * gdb.cp/var-tag.exp: New file.
6738 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6739 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6740 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6741 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6742
3d567982
TT
67432014-04-14 Tom Tromey <tromey@redhat.com>
6744
6745 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6746 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6747 type.
6748 * gdb.cp/enum-class.exp: New file.
6749 * gdb.cp/enum-class.cc: New file.
6750
0626fc76
TT
67512014-04-14 Tom Tromey <tromey@redhat.com>
6752
6753 * gdb.dwarf2/enum-type.exp: New file.
6754
dca325b3
SA
67552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6756
6757 * gdb.mi/mi-vla-c99.exp: New file.
6758 * gdb.mi/vla.c: New file.
6759
5854b38a
SA
67602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6761
6762 * gdb.base/vla-datatypes.c: New file.
6763 * gdb.base/vla-datatypes.exp: New file.
6764
463bb957
SA
67652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6766
6767 * gdb.base/vla-ptr.c: New file.
6768 * gdb.base/vla-ptr.exp: New file.
6769
3dd170be
SA
67702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6771
6772 * gdb.dwarf2/count.exp: New file.
6773
5ecaaa66
SA
67742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6775
6776 * gdb.base/vla-sideeffect.c: New file.
6777 * gdb.base/vla-sideeffect.exp: New file.
6778
41f1ada5
DB
67792014-04-14 David Blaikie <dblaikie@gmail.com>
6780
6781 * gdb.mi/non-stop.c: Add return value for non-void function return
6782 statement.
6783 * gdb.threads/staticthreads.c: Ditto.
6784
0be03e84
DE
67852014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6786 Doug Evans <xdje42@gmail.com>
6787
6788 * gdb.guile/scm-value.c: Improve test case.
6789 * gdb.guile/scm-value.exp: Add new test.
6790
f180a1fb
DB
67912014-04-11 David Blaikie <dblaikie@gmail.com>
6792
6793 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6794 override Clang's default.
6795
6b662e19
JB
67962014-04-11 Joel Brobecker <brobecker@adacore.com>
6797
6798 Revert the following changes (regressions):
6799
6800 * gdb.base/vla-sideeffect.c: New file.
6801 * gdb.base/vla-sideeffect.exp: New file.
6802
6803 * gdb.dwarf2/count.exp: New file.
6804
6805 * gdb.base/vla-multi.c: New file.
6806 * gdb.base/vla-multi.exp: New file.
6807
6808 * gdb.base/vla-ptr.c: New file.
6809 * gdb.base/vla-ptr.exp: New file.
6810
6811 * gdb.base/vla-datatypes.c: New file.
6812 * gdb.base/vla-datatypes.exp: New file.
6813
6814 * gdb.mi/mi-vla-c99.exp: New file.
6815 * gdb.mi/vla.c: New file.
6816
245a5f0b
KS
68172014-04-11 Keith Seitz <keiths@redhat.com>
6818
6819 PR c++/16675
6820 * gdb.cp/cpsizeof.exp: New file.
6821 * gdb.cp/cpsizeof.cc: New file.
6822
58a84dcf
SA
68232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6824
191a8a90
JB
6825 * gdb.mi/mi-vla-c99.exp: New file.
6826 * gdb.mi/vla.c: New file.
58a84dcf 6827
c8655f75
SA
68282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6829
6830 * gdb.base/vla-datatypes.c: New file.
6831 * gdb.base/vla-datatypes.exp: New file.
6832
024e13b4
SA
68332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6834
6835 * gdb.base/vla-ptr.c: New file.
6836 * gdb.base/vla-ptr.exp: New file.
6837
1a237e0e
SA
68382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6839
6840 * gdb.base/vla-multi.c: New file.
6841 * gdb.base/vla-multi.exp: New file.
6842
504f3432
SA
68432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6844
6845 * gdb.dwarf2/count.exp: New file.
6846
3bce8237
SA
68472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6848
191a8a90
JB
6849 * gdb.base/vla-sideeffect.c: New file.
6850 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6851
322f9c21
YQ
68522014-04-11 Yao Qi <yao@codesourcery.com>
6853
6854 * gdb.base/completion.exp: Check file exists before running tests
6855 on file completion.
6856
d708bcd1
PA
68572014-04-10 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/cond-eval-mode.c: New file.
6860 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6861 prepare_for_testing to build the new file. Check result of
6862 runto_main.
6863 (test_break, test_watch): New procedures.
6864 (top level): Use them.
6865
ae1d2761
PM
68662014-04-08 Pierre Muller <muller@sourceware.org>
6867
6868 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6869 Ctrl-V use for mingw hosts.
6870
7af389b8
SC
68712014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6872
6873 * gdb.python/py-value.c: Improve test case.
6874 * gdb.python/py-value.exp: Add new test.
6875
5e703181
DE
68762014-04-07 David Blaikie <dblaikie@gmail.com>
6877
6878 * lib/compiler.c: Identify the clang compiler.
6879 * lib/compiler.cc: Ditto.
6880
9810b410
YQ
68812014-04-03 Yao Qi <yao@codesourcery.com>
6882
6883 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6884
98d1b8dc
AB
68852014-04-01 Anton Blanchard <anton@samba.org>
6886
6887 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6888 messages unique.
6889
3114cea1
AB
68902014-04-01 Anton Blanchard <anton@samba.org>
6891
6892 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6893 prepare_for_testing.
6894
62f7182c
AB
68952014-04-01 Anton Blanchard <anton@samba.org>
6896
6897 * gdb.arch/ppc64-atomic-inst.c: Remove.
6898 * gdb.arch/ppc64-atomic-inst.S: New file.
6899 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6900
770e7fc7
DE
69012014-03-31 Doug Evans <dje@google.com>
6902
6903 * gdb.base/print-symbol-loading-lib.c: New file.
6904 * gdb.base/print-symbol-loading-main.c: New file.
6905 * gdb.base/print-symbol-loading.exp: New file.
6906
46e2bafa
YQ
69072014-03-31 Yao Qi <yao@codesourcery.com>
6908
6909 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6910
8776cfe9
JB
69112014-03-28 Joel Brobecker <brobecker@adacore.com>
6912
6913 * gdb.ada/mi_dyn_arr: New testcase.
6914
5d1ef361
DE
69152014-03-27 Doug Evans <dje@google.com>
6916
6917 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6918
b5bee914
YQ
69192014-03-27 Yao Qi <yao@codesourcery.com>
6920
6921 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6922 if target is nios2-*-*.
6923
0d4d0e77
YQ
69242014-03-26 Yao Qi <yao@codesourcery.com>
6925
6926 * lib/gdb.exp (readline_is_used): New proc.
6927 * gdb.base/completion.exp: Move tests on command complete up.
6928 Skip the rest of tests if readline is not used.
6929 * gdb.ada/complete.exp: Skp the test if readline is not
6930 used.
6931 * gdb.base/filesym.exp: Likewise.
6932 * gdb.base/macscp.exp: Likewise.
6933 * gdb.base/readline-ask.exp: Likewise.
6934 * gdb.base/readline.exp: Likewise.
6935 * gdb.python/py-cmd.exp: Likewise.
6936 * gdb.trace/tfile.exp: Likewise.
6937
29361eee
YQ
69382014-03-26 Yao Qi <yao@codesourcery.com>
6939
6940 * gdb.base/macscp.exp: Fix code format issues.
6941
bc9a5525
UW
69422014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6943
6944 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6945 * gdb.asm/powerpc64le.inc: New file.
6946
d3839ede
PA
69472014-03-25 Pedro Alves <palves@redhat.com>
6948 Doug Evans <dje@google.com>
6949
6950 * gdb.base/source-execution.c: New file.
6951 * gdb.base/source-execution.exp: New file.
6952 * gdb.base/source-execution.gdb: New file.
6953
01672a57
DE
69542014-03-24 Doug Evans <dje@google.com>
6955
6956 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6957 using fission.
6958
88bbeca9
HZ
69592014-03-24 Hui Zhu <hui@codesourcery.com>
6960 Pedro Alves <palves@redhat.com>
6961
6962 PR breakpoints/16101
6963 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6964 test pass/fail messages. Detect missing support for dprintf when
6965 breakpoints are actually inserted.
6966 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6967 breakpoints are actually inserted.
6968 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6969 fails.
6970
d2348791
JK
69712014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6974
feef67ab
DE
69752014-03-22 Doug Evans <xdje42@gmail.com>
6976
6977 * gdb.python/python.exp (python not supported): Verify multi-line
6978 python command issues an error.
25d743f9 6979 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6980 guile command issues an error.
feef67ab 6981
ecebef6a
MR
69822014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6983
6984 * gdb.threads/thread-specific.exp: Handle the lack of usable
6985 $this_breakpoint and $this_thread.
6986
ccdd1909
HZ
69872014-03-21 Hui Zhu <hui@codesourcery.com>
6988
6989 * gdb.base/attach.exp (do_command_attach_tests): New.
6990
beb460e8
PA
69912014-03-20 Tom Tromey <tromey@redhat.com>
6992 Pedro Alves <palves@redhat.com>
6993
6994 PR cli/15718
6995 * gdb.base/condbreak-call-false.c: New file.
6996 * gdb.base/condbreak-call-false.exp: New file.
6997
40acf43a
PA
69982014-03-20 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7001 Delete.
7002 (block_signals, unblock_signals): Delete.
7003 (child_function_2, main): Remove references to deleted variable
7004 and functions.
7005
9f5e1e02
PA
70062014-03-20 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7009 Use pthread_kill to signal thread 2.
7010 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7011 Adjust to make the test send itself a signal rather than using the
7012 host's "kill" command.
7013
99619bea
PA
70142014-03-20 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.threads/multiple-step-overs.c: New file.
7017 * gdb.threads/multiple-step-overs.exp: New file.
7018 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7019 Adjust expected infrun debug output.
7020
2adfaa28
PA
70212014-03-20 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7024 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7025
31e77af2
PA
70262014-03-20 Pedro Alves <palves@redhat.com>
7027
7028 PR breakpoints/7143
7029 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7030 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7031 of gdb_test_multiple.
7032 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7033 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7034
b9f437de
PA
70352014-03-20 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7038 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7039
05adc73e
PA
70402014-03-19 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.base/async.exp: Remove early return.
7043
6048b950
PA
70442014-03-19 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7047
8bcfb00a
PA
70482014-03-19 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/async.exp (test_background): Expect \r\n after
7051 "completed." in the fail pattern.
7052
884e37dc
PA
70532014-03-19 Pedro Alves <palves@redhat.com>
7054
7055 * gdb.base/async.exp (test_background): New procedure.
7056 Use it for all background execution command tests.
7057
148e57e2
PA
70582014-03-19 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/async.exp: Use prepare_for_testing.
7061
f48088c7
PA
70622014-03-19 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7065 the same line.
7066
e2f6c966
PA
70672014-03-19 Pedro Alves <palves@redhat.com>
7068
7069 * gdb.base/async.c (main): Add "jump here" and "until here" line
7070 marker comments.
7071 * gdb.base/async.exp (jump_here): New global.
7072 (jump& test): Use it.
7073 (until_here): New global.
7074 (until& test): Use it.
7075
c30568d4
PA
70762014-03-19 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/async.exp: Don't frob gdb_protocol.
7079
0172b6a7
DE
70802014-03-18 Doug Evans <xdje42@gmail.com>
7081
7082 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7083 Fix spelling of exec-done-display.
7084
06c868a8
JK
70852014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7086
7087 PR gdb/15358
7088 * gdb.base/gdb-sigterm.c: New file.
7089 * gdb.base/gdb-sigterm.exp: New file.
7090
0c7e1a46
PA
70912014-03-18 Pedro Alves <palves@redhat.com>
7092
7093 PR gdb/13860
7094 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7095 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7096 solib-event.
7097
f7c77d93
JB
70982014-03-17 Joel Brobecker <brobecker@adacore.com>
7099
7100 * gdb.ada/pckd_arr_ren: New testcase.
7101
5a1e8c7a
DE
71022014-03-13 Doug Evans <xdje42@gmail.com>
7103
7104 PR guile/16612
7105 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7106 collect after discarding symbols.
7107
350e1a76
DE
71082014-03-13 Ludovic Courtès <ludo@gnu.org>
7109 Doug Evans <xdje42@gmail.com>
7110
7111 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7112 to history survives a gc.
7113
a69900ae
PA
71142014-03-13 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/default.exp: Don't test "target procfs".
7117
5db9f0bd
PA
71182014-03-13 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.base/default.exp: Update "target child" and "target procfs"
7121 tests to not expect "Unix".
7122
b3ccfe11
TT
71232014-03-12 Tom Tromey <tromey@redhat.com>
7124
7125 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7126 New procs. Add target-async tests.
7127 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7128 Add target-async tests.
7129
646f4417
AA
71302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7131
7132 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7133 'func_start' and 'func_end' for the beginning and end of the
7134 function code, respectively.
7135 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7136 'func_end' instead of 'func' and 'main'.
7137
288c211f
AA
71382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7139
7140 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7141 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7142 generate the debug info assembler source.
7143
e0c0f156
AA
71442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7145
7146 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7147 * gdb.dwarf2/arr-subrange.exp: Likewise.
7148 * gdb.dwarf2/dwz.exp: Likewise.
7149 * gdb.dwarf2/method-ptr.exp: Likewise.
7150 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7151 * gdb.dwarf2/subrange.exp: Likewise.
7152 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7153 * gdb.dwarf2/implptrpiece.exp: Likewise.
7154 * gdb.dwarf2/nostaticblock.exp: Likewise.
7155
0e5c4555
AA
71562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7157
7158 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7159 directory to absolute path name arguments.
7160
5ec18f2b
JG
71612014-03-10 Joel Brobecker <brobecker@adacore.com>
7162
7163 * gdb.ada/tagged_access: New testcase.
7164
847fc4f2
MM
71652014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7166
7167 * gdb.btrace/data.exp: Update expected output.
7168
cc3da688
YQ
71692014-03-06 Yao Qi <yao@codesourcery.com>
7170
7171 * gdb.trace/pr16508.exp: New file.
7172
0f26cec1
PA
71732014-03-05 Pedro Alves <palves@redhat.com>
7174
7175 PR gdb/16575
7176 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7177 procedure.
7178 (top level): Adjust to use it. Add tests that exercise breakpoint
7179 interaction with the code-cache.
7180
7a5a839f
LC
71812014-02-26 Ludovic Courtès <ludo@gnu.org>
7182
7183 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7184 test for 'history-append!'.
7185
31aa7e4e
JB
71862014-02-26 Joel Brobecker <brobecker@adacore.com>
7187
7188 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7189 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7190 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7191 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7192 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7193 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7194
1b588015
JB
71952014-02-26 Joel Brobecker <brobecker@adacore.com>
7196
7197 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7198 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7199 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7200
55426c9d
JB
72012014-02-26 Joel Brobecker <brobecker@adacore.com>
7202
7203 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7204
dc53a7ad
JB
72052014-02-26 Joel Brobecker <brobecker@adacore.com>
7206
7207 * gdb.dwarf2/arr-stride.c: New file.
7208 * gdb.dwarf2/arr-stride.exp: New file.
7209
12ab52e9
PA
72102014-02-26 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7213 that won't ever trigger. Make sure that GDB reports the correct
7214 breakpoint that caused the stop.
7215
849c862e
JK
72162014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7217
7218 PR gdb/16626
7219 * gdb.base/auto-load-script: New file.
7220 * gdb.base/auto-load.c: New file.
7221 * gdb.base/auto-load.exp: New file.
7222
71b7d793
JK
7223 PR gdb/16626
7224 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7225
e2f0d509
JK
72262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7227
7228 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7229 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7230
50cc37c8
DE
72312014-02-24 Doug Evans <dje@google.com>
7232
7233 * lib/gdb.exp (run_on_host): Log error output if program fails.
7234
ea4758f2
PA
72352014-02-21 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.threads/step-after-sr-lock.c: Rename to ...
7238 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7239 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7240 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7241 ... this.
7242
d7b30f67
SDJ
72432014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7244
7245 PR tdep/16397
7246 * gdb.arch/amd64-stap-special-operands.exp: New file.
7247 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7248 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7249 * gdb.arch/amd64-stap-triplet.S: Likewise.
7250 * gdb.arch/amd64-stap-triplet.c: Likewise.
7251
83deb43f
JB
72522014-02-20 Joel Brobecker <brobecker@adacore.com>
7253
7254 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7255 in .section pseudo-op.
7256
adde2bff
DE
72572014-02-20 lin zuojian <manjian2006@gmail.com>
7258 Joel Brobecker <brobecker@adacore.com>
7259 Doug Evans <xdje42@gmail.com>
7260
7261 PR symtab/16581
7262 * gdb.dwarf2/dw2-icycle.S: New file.
7263 * gdb.dwarf2/dw2-icycle.c: New file.
7264 * gdb.dwarf2/dw2-icycle.exp: New file.
7265
f7bd0f78
SC
72662014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7267
7268 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7269 operations on gdb.Value objects.
7270 * gdb.python/py-value-cc.exp: Add new test to test operations on
7271 gdb.Value objects.
7272
c17ef0d5
DE
72732014-02-18 Doug Evans <dje@google.com>
7274
7275 * Makefile.in (TESTS): New variable.
7276 (expanded_tests, expanded_tests_or_none): New variables
7277 (check-single): Pass $(expanded_tests_or_none) to runtest.
7278 (check-parallel): Only run tests in $(TESTS) if non-empty.
7279 (check/no-matching-tests-found): New rule.
7280 * README: Document TESTS makefile variable.
7281
5dd3176f
DE
72822014-02-18 Doug Evans <dje@google.com>
7283
7284 * Makefile.in (check-parallel): rm -rf outputs temp.
7285
0b10be4f
JK
72862014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 Fix "ERROR: no fileid for" in the testsuite.
7289 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7290
85f224e7
DE
72912014-02-12 Doug Evans <dje@google.com>
7292
7293 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7294 (MISCELLANEOUS): New variable.
7295 (clean): rm -rf $(MISCELLANEOUS).
7296 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7297 dwp live in the same directory as symlinks, with each symlink pointed
7298 to a differently named file in a different directory.
7299
149b30ff
DE
73002014-02-11 Doug Evans <dje@google.com>
7301
7302 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7303 of Tcl file commands.
7304
1dfdac32
MK
73052014-02-10 Mark Kettenis <kettenis@gnu.org>
7306
7307 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7308 "kill -SIGUSR1 -1".
7309
aa4fb036
JB
73102014-02-10 Joel Brobecker <brobecker@adacore.com>
7311
7312 * gdb.ada/tick_length_array_enum_idx: New testcase.
7313
ed3ef339
DE
73142014-02-10 Doug Evans <xdje42@gmail.com>
7315
7316 * configure.ac (AC_OUTPUT): Add gdb.guile.
7317 * configure: Regenerate.
7318 * lib/gdb-guile.exp: New file.
7319 * lib/gdb.exp (get_target_charset): New function.
7320 * gdb.base/help.exp: Update expected output from "apropos apropos".
7321 * gdb.guile/Makefile.in: New file.
7322 * gdb.guile/guile.exp: New file.
7323 * gdb.guile/scm-arch.c: New file.
7324 * gdb.guile/scm-arch.exp: New file.
7325 * gdb.guile/scm-block.c: New file.
7326 * gdb.guile/scm-block.exp: New file.
7327 * gdb.guile/scm-breakpoint.c: New file.
7328 * gdb.guile/scm-breakpoint.exp: New file.
7329 * gdb.guile/scm-disasm.c: New file.
7330 * gdb.guile/scm-disasm.exp: New file.
7331 * gdb.guile/scm-equal.c: New file.
7332 * gdb.guile/scm-equal.exp: New file.
7333 * gdb.guile/scm-error.exp: New file.
7334 * gdb.guile/scm-error.scm: New file.
7335 * gdb.guile/scm-frame-args.c: New file.
7336 * gdb.guile/scm-frame-args.exp: New file.
7337 * gdb.guile/scm-frame-args.scm: New file.
7338 * gdb.guile/scm-frame-inline.c: New file.
7339 * gdb.guile/scm-frame-inline.exp: New file.
7340 * gdb.guile/scm-frame.c: New file.
7341 * gdb.guile/scm-frame.exp: New file.
7342 * gdb.guile/scm-generics.exp: New file.
7343 * gdb.guile/scm-gsmob.exp: New file.
7344 * gdb.guile/scm-iterator.c: New file.
7345 * gdb.guile/scm-iterator.exp: New file.
7346 * gdb.guile/scm-math.c: New file.
7347 * gdb.guile/scm-math.exp: New file.
7348 * gdb.guile/scm-objfile-script-gdb.in: New file.
7349 * gdb.guile/scm-objfile-script.c: New file.
7350 * gdb.guile/scm-objfile-script.exp: New file.
7351 * gdb.guile/scm-objfile.c: New file.
7352 * gdb.guile/scm-objfile.exp: New file.
7353 * gdb.guile/scm-ports.exp: New file.
7354 * gdb.guile/scm-pretty-print.c: New file.
7355 * gdb.guile/scm-pretty-print.exp: New file.
7356 * gdb.guile/scm-pretty-print.scm: New file.
7357 * gdb.guile/scm-section-script.c: New file.
7358 * gdb.guile/scm-section-script.exp: New file.
7359 * gdb.guile/scm-section-script.scm: New file.
7360 * gdb.guile/scm-symbol.c: New file.
7361 * gdb.guile/scm-symbol.exp: New file.
7362 * gdb.guile/scm-symtab-2.c: New file.
7363 * gdb.guile/scm-symtab.c: New file.
7364 * gdb.guile/scm-symtab.exp: New file.
7365 * gdb.guile/scm-type.c: New file.
7366 * gdb.guile/scm-type.exp: New file.
7367 * gdb.guile/scm-value-cc.cc: New file.
7368 * gdb.guile/scm-value-cc.exp: New file.
7369 * gdb.guile/scm-value.c: New file.
7370 * gdb.guile/scm-value.exp: New file.
7371 * gdb.guile/source2.scm: New file.
7372 * gdb.guile/types-module.cc: New file.
7373 * gdb.guile/types-module.exp: New file.
7374
7026a7c1
YQ
73752014-02-10 Yao Qi <yao@codesourcery.com>
7376
7377 PR testsuite/16543
7378 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7379 * configure: Regenerated.
7380 * Makefile.in: New file.
7381
6c466447
AS
73822014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7383
7384 * gdb.python/py-framefilter.exp: Fix typo.
7385
6e854735
YQ
73862014-02-08 Yao Qi <yao@codesourcery.com>
7387
7388 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7389 that no =breakpoint-modified is emitted when breakpoints are
7390 modified through MI commands.
7391
d137e6dc
PA
73922014-02-07 Pedro Alves <pedro@codesourcery.com>
7393 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.threads/step-after-sr-lock.c: New file.
7396 * gdb.threads/step-after-sr-lock.exp: New file.
7397
b5ee5a50
PA
73982014-02-07 Pedro Alves <palves@redhat.com>
7399
7400 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7401
3c77faf3
JK
74022014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7403
7404 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7405 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7406
6dddc817
DE
74072014-02-06 Doug Evans <xdje42@gmail.com>
7408
7409 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7410 output.
7411
7412 * gdb.gdb/python-interrupts.exp: New file.
7413
de7b2893
YQ
74142014-02-05 Yao Qi <yao@codesourcery.com>
7415
7416 * gdb.trace/report.exp (use_collected_data): Test the output
7417 of "info threads" and "info inferiors".
7418
66d032ac
YQ
74192014-02-05 Yao Qi <yao@codesourcery.com>
7420
7421 Revert this patch:
7422
7423 2013-05-24 Yao Qi <yao@codesourcery.com>
7424
7425 * gdb.trace/tfile.exp: Test inferior and thread.
7426
591a12a1
UW
74272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7428
7429 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7430 on a function.
7431 * gdb.base/step-bt.c: Call hello via function pointer to make
7432 sure its first instruction is executed on powerpc64le-linux.
7433
0ff3e01f
UW
74342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7435
7436 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7437
084ee545
UW
74382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7439
7440 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7441 of the test patterns for use on little-endian systems.
7442
6ed14ff3
UW
74432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7444
7445 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7446 (decimal_vector): Fix for little-endian.
7447
401e27fd
JM
74482014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7449
7450 * gdb.arch/sparc-sysstep.exp: New file.
7451 * gdb.arch/sparc-sysstep.c: Likewise.
7452
7453 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7454
8b924729
EBM
74552014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7456
7457 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7458
fb151210
JB
74592014-01-23 Tom Tromey <tromey@redhat.com>
7460
7461 * gdb.ada/array_char_idx: New testcase.
7462
0740f8d8
TT
74632014-01-23 Tom Tromey <tromey@redhat.com>
7464
7465 PR python/16487:
7466 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7467 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7468 classes.
7469
21909fa1
TT
74702014-01-23 Tom Tromey <tromey@redhat.com>
7471
7472 PR python/16491:
7473 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7474 string from an inferior frame.
7475 * gdb.python/py-framefilter-mi.exp: Update.
7476
87ce2a04
DE
74772014-01-22 Doug Evans <dje@google.com>
7478
7479 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7480
237b092b
AA
74812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7482
7483 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7484
d674a709
AA
74852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7486
7487 * gdb.trace/entry-values.exp: Remove excess space character from
7488 regex patterns. Handle s390 call instruction.
7489
20fa3390
AA
74902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7491
7492 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7493 define "*_start" label. Make "name" static.
7494 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7495 ${name} by references to ${name}_start.
7496
78466714
AA
74972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7498
7499 * gdb.base/info-macros.exp: Remove "debug" from the compile
7500 options.
7501
ec9f644a
IB
75022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7503
7504 * gdb.dlang/demangle.exp: New file.
7505
94b1b47e
IB
75062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7507
7508 * gdb.dlang/primitive-types.exp: New file.
7509
7f420862
IB
75102014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7511
7512 * configure.ac: Create gdb.dlang/Makefile.
7513 * configure: Regenerate.
7514 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7515 * gdb.dlang/Makefile.in: New file.
7516 * lib/d-support.exp: New file.
7517 * lib/gdb.exp (skip_d_tests): New proc.
7518
52834460
MM
75192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7520
7521 * gdb.btrace/delta.exp: Check reverse stepi.
7522 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7523 * gdb.btrace/finish.exp: New.
7524 * gdb.btrace/next.exp: New.
7525 * gdb.btrace/nexti.exp: New.
7526 * gdb.btrace/record_goto.c: Add comments.
7527 * gdb.btrace/step.exp: New.
7528 * gdb.btrace/stepi.exp: New.
7529 * gdb.btrace/multi-thread-step.c: New.
7530 * gdb.btrace/multi-thread-step.exp: New.
7531 * gdb.btrace/rn-dl-bind.c: New.
7532 * gdb.btrace/rn-dl-bind.exp: New.
7533 * gdb.btrace/data.c: New.
7534 * gdb.btrace/data.exp: New.
7535 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7536
6e07b1d2
MM
75372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7538
7539 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7540 * gdb.btrace/exception.exp: Update.
7541 * gdb.btrace/instruction_history.exp: Update.
7542 * gdb.btrace/record_goto.exp: Update.
7543 * gdb.btrace/tailcall.exp: Update.
7544 * gdb.btrace/unknown_functions.exp: Update.
7545 * gdb.btrace/delta.exp: New.
7546
0b722aec
MM
75472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7548
7549 * gdb.btrace/record_goto.exp: Add backtrace test.
7550 * gdb.btrace/tailcall.exp: Add backtrace test.
7551
066ce621
MM
75522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7553
7554 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7555 * gdb.btrace/record_goto.c: New.
7556 * gdb.btrace/record_goto.exp: New.
7557 * gdb.btrace/x86-record_goto.S: New.
7558
0688d04e
MM
75592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7560
7561 * gdb.btrace/function_call_history.exp: Update tests.
7562 * gdb.btrace/instruction_history.exp: Update tests.
7563
8710b709
MM
75642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7565
7566 * gdb.btrace/function_call_history.exp: Fix expected field
7567 order for "record function-call-history".
7568 Add new tests for "record function-call-history /c".
7569 * gdb.btrace/exception.cc: New.
7570 * gdb.btrace/exception.exp: New.
7571 * gdb.btrace/tailcall.exp: New.
7572 * gdb.btrace/x86-tailcall.S: New.
7573 * gdb.btrace/x86-tailcall.c: New.
7574 * gdb.btrace/unknown_functions.c: New.
7575 * gdb.btrace/unknown_functions.exp: New.
7576 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7577
5de9129b
MM
75782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7579
7580 * gdb.btrace/instruction_history.exp: Update.
7581 * gdb.btrace/function_call_history.exp: Update.
7582
23a7fe75
MM
75832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7584
7585 * gdb.btrace/function_call_history.exp: Fix expected function
7586 trace.
7587 * gdb.btrace/instruction_history.exp: Initialize traced.
7588 Remove traced_functions.
7589
724c7dd8
MM
75902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7591
7592 * gdb.btrace/function_call_history.exp: Update
7593 * gdb.btrace/instruction_history.exp: Update.
7594
6d78d93b
MM
75952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7596
7597 * gdb.btrace/enable.exp: Update expected text.
7598
93a360cc
OJ
75992014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7600
7601 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7602 bytes.
7603
3772b53f
MR
76042014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7605
7606 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7607
596662fa
OJ
76082014-01-15 Omair Javaid <omair.javaid@linaro.org>
7609
7610 * lib/gdb.exp (supports_process_record): Return true for
7611 arm*-linux*. (supports_reverse): Likewise.
7612
b5b08fb4
SC
76132014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7614
7615 PR python/15464
7616 PR python/16113
7617 * gdb.python/py-type.c: Enhance test case.
7618 * gdb.python/py-value-cc.cc: Likewise
7619 * gdb.python/py-type.exp: Add new tests.
7620 * gdb.python/py-value-cc.exp: Likewise
7621
52d7fb13
AA
76222014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7623 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7626 Make "name" extern.
7627 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7628 references to ${name}_start by references to ${name}.
7629
a2cd8cfe
JB
76302014-01-10 Joel Brobecker <brobecker@adacore.com>
7631
7632 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7633
4e23fced
JB
76342014-01-10 Joel Brobecker <brobecker@adacore.com>
7635
7636 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7637
c6a9e42c
PA
76382014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7639 Pedro Alves <palves@redhat.com>
7640
7641 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7642 mi_gdb_target_load.
c6a9e42c 7643
b7ea362b
PA
76442014-01-08 Pedro Alves <palves@redhat.com>
7645
7646 * gdb.threads/reconnect-signal.c: New file.
7647 * gdb.threads/reconnect-signal.exp: New file.
7648
5e3f4fab
EBM
76492014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7650
7651 * gdb.base/source-dir.exp: New file.
7652
79301218
JB
76532014-01-07 Joel Brobecker <brobecker@adacore.com>
7654
7655 * gdb.ada/mi_interface: New testcase.
7656
8e355c5d
JB
76572014-01-07 Joel Brobecker <brobecker@adacore.com>
7658
7659 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7660 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7661 gdb.ada/pp-rec-component/pck.ads: New files.
7662
c0d48811
JB
76632014-01-07 Joel Brobecker <brobecker@adacore.com>
7664
7665 * gdb.python/py-pp-integral.c: New file.
7666 * gdb.python/py-pp-integral.py: New file.
7667 * gdb.python/py-pp-integral.exp: New file.
7668
17b609c3 7669For older changes see ChangeLog-1993-2013.
c906108c 7670\f
8d8cb839
EZ
7671;; Local Variables:
7672;; mode: change-log
7673;; left-margin: 8
7674;; fill-column: 74
7675;; version-control: never
7676;; End:
902f2ccb 7677
618f726f 7678 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7679 Copying and distribution of this file, with or without modification,
7680 are permitted provided the copyright notice and this notice are preserved.
This page took 3.029199 seconds and 4 git commands to generate.