[gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bit
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
01113bc1
YQ
12016-02-12 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.arch/arm-single-step-kernel-helper.c: New.
4 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5
33b4777c
MM
62016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.btrace/tailcall-only.exp: New.
9 * gdb.btrace/tailcall-only.c: New.
10 * gdb.btrace/x86_64-tailcall-only.S: New.
11 * gdb.btrace/i686-tailcall-only.S: New.
12
acc23c11
PA
132016-02-11 Pedro Alves <palves@redhat.com>
14
15 * README (Parallel testing): Add missing double quotes.
16
e352bf0a
PA
172016-02-11 Pedro Alves <palves@redhat.com>
18
19 * README (Parallel testing): New section.
20 (GDB_PARALLEL): Rewrite.
21 (FORCE_PARALLEL): Document.
22
9f5fed78
MK
232016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
24
25 * gdb.trace/tfile-avx.c: New test.
26 * gdb.trace/tfile-avx.exp: New test.
27
9ef9e6a6
KS
282016-02-09 Keith Seitz <keiths@redhat.com>
29
30 PR breakpoints/19546
31 * gdb.base/infcall-exec.c: New file.
32 * gdb.base/infcall-exec2.c: New file.
33 * gdb.base/infcall-exec.exp: New file.
34
a96e36da
KS
352016-02-09 Keith Seitz <keiths@redhat.com>
36
37 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
38 (toplevel): Call test_bkpt_address.
39
9f61929f
KS
402016-02-09 Keith Seitz <keiths@redhat.com>
41
42 PR python/19506
43 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
44 (toplevel): Call test_bkpt_address.
45
1e94266c
SM
462016-02-09 Simon Marchi <simon.marchi@ericsson.com>
47
48 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
49 to AC_OUTPUT.
50 * configure: Regenerate.
51
2a7f3dff
PA
522016-02-09 Pedro Alves <palves@redhat.com>
53
54 PR breakpoints/19548
55 * gdb.base/execl-update-breakpoints.c (some_function): New
56 function.
57 (main): Call it.
58 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
59 Tighten expected GDB output.
60
2151ccc5
SM
612016-02-08 Simon Marchi <simon.marchi@ericsson.com>
62
63 * Makefile.in (ALL_SUBDIRS): Remove.
64 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
65 (distclean maintainer-clean realclean): Likewise.
66 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
67 * configure: Regenerate.
68 * gdb.ada/Makefile.in: Delete.
69 * gdb.arch/Makefile.in: Likewise.
70 * gdb.asm/Makefile.in: Likewise.
71 * gdb.base/Makefile.in: Likewise.
72 * gdb.btrace/Makefile.in: Likewise.
73 * gdb.cell/Makefile.in: Likewise.
74 * gdb.compile/Makefile.in: Likewise.
75 * gdb.cp/Makefile.in: Likewise.
76 * gdb.disasm/Makefile.in: Likewise.
77 * gdb.dlang/Makefile.in: Likewise.
78 * gdb.dwarf2/Makefile.in: Likewise.
79 * gdb.fortran/Makefile.in: Likewise.
80 * gdb.gdb/Makefile.in: Likewise.
81 * gdb.go/Makefile.in: Likewise.
82 * gdb.guile/Makefile.in: Likewise.
83 * gdb.java/Makefile.in: Likewise.
84 * gdb.linespec/Makefile.in: Likewise.
85 * gdb.mi/Makefile.in: Likewise.
86 * gdb.modula2/Makefile.in: Likewise.
87 * gdb.multi/Makefile.in: Likewise.
88 * gdb.objc/Makefile.in: Likewise.
89 * gdb.opencl/Makefile.in: Likewise.
90 * gdb.opt/Makefile.in: Likewise.
91 * gdb.pascal/Makefile.in: Likewise.
92 * gdb.perf/Makefile.in: Likewise.
93 * gdb.python/Makefile.in: Likewise.
94 * gdb.reverse/Makefile.in: Likewise.
95 * gdb.server/Makefile.in: Likewise.
96 * gdb.stabs/Makefile.in: Likewise.
97 * gdb.threads/Makefile.in: Likewise.
98 * gdb.trace/Makefile.in: Likewise.
99 * gdb.xml/Makefile.in: Likewise.
100 * lib/gdb.exp (make_gdb_parallel_path): Add check for
101 GDB_PARALLEL.
102 (standard_output_file): Remove check for GDB_PARALLEL, always
103 return path in outputs/$subdir/$testname.
104
437277d4
SM
1052016-02-08 Simon Marchi <simon.marchi@ericsson.com>
106
107 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
108 (site.exp): Assign abs_srcdir to tcl's srcdir.
109
31d913c7
YQ
1102016-02-04 Yao Qi <yao.qi@linaro.org>
111
112 * gdb.base/foll-exec-mode.c: Include limits.h.
113 (main): Add parameters argc and argv. Get directory from
114 argv[0].
115 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
116 compilation.
117 * gdb.base/foll-exec.c: Include limits.h.
118 (main): Add parameters argc and argv.
119 Get directory from argv[0].
120 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
121 Adjust tests on the number of lines as source code changed.
122 * gdb.base/foll-vfork-exit.c: Include limits.h.
123 (main): Add one line of statement before vfork.
124 * gdb.base/foll-vfork.c: Include limits.h and string.h.
125 (main): Add parameters argc and argv. Get directory from
126 argv[0].
127 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
128 (setup_gdb): Set tbreak to skip some source lines.
129 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
130 (main): Add parameters argc and argv. Get directory from
131 argv[0].
132 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
133 compilation.
134 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
135 (main): Add parameters argc and argv. Get directory from
136 argv[0].
137 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
138 compilation.
139
9482b9fb
DE
1402016-02-01 Doug Evans <dje@google.com>
141
142 * gdb.base/skip.exp: Clean up multiple references to same test name.
143
6b2e4f10
PA
1442016-02-01 Pedro Alves <palves@redhat.com>
145
ccb6afd6 146 PR remote/19496
6b2e4f10
PA
147 * gdb.threads/forking-threads-plus-breakpoint.exp
148 (displaced_stepping_supported): New global.
149 (probe_displaced_stepping_support): New procedure.
150 (do_test): Add 'displaced' parameter, and use it.
151 (top level): Check for displaced stepping support. Add displaced
152 stepping on/off testing axis.
153
37a8db1a
AB
1542016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
157 pointer. Don't perform further tests on the unassociated pointer
158 if the first test fails.
159
5fdf6324
AB
1602016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.base/max-value-size.c: New file.
163 * gdb.base/max-value-size.exp: New file.
164 * gdb.base/huge.exp: Disable max-value-size for this test.
165
935c6144
IB
1662016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
167
168 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
169
7fe8399d
YQ
1702016-01-28 Yao Qi <yao.qi@linaro.org>
171
172 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
173
a2077e25
PA
1742016-01-25 Pedro Alves <palves@redhat.com>
175
176 PR threads/19461
177 * gdb.base/fork-running-state.c: New file.
178 * gdb.base/fork-running-state.exp: New file.
179
1d2736d4
PA
1802016-01-25 Pedro Alves <palves@redhat.com>
181
182 PR gdb/19494
183 * gdb.base/catch-fork-kill.c: New file.
184 * gdb.base/catch-fork-kill.exp: New file.
185
f1da4b11
PA
1862016-01-25 Pedro Alves <palves@redhat.com>
187
188 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
189 Delete, moved to lib/gdb.exp.
190 * gdb.threads/forking-threads-plus-breakpoint.exp
191 (foreach_with_prefix): Likewise.
192 * gdb.threads/process-dies-while-handling-bp.exp
193 (foreach_with_prefix): Likewise.
194 * lib/gdb.exp (foreach_with_prefix): New procedure.
195
45f38546
MK
1962016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
197
198 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
199 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
200
dc29a1ce
MK
2012016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
202
203 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
204 endian targets.
205
092127d7
JK
2062016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
207 Pedro Alves <palves@redhat.com>
208
209 Fix testsuite compatibility with Guile.
210 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
211 number.
212
31d765d3
JK
2132016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 Fix testsuite compatibility with Guile.
216 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
217 (thread 1): New test for backtrace through signal handler.
218
1ac78c04
YQ
2192016-01-22 Yao Qi <yao.qi@linaro.org>
220
221 PR testsuite/19491
222 * gdb.base/multi-forks.c: Include
223 ../lib/unbuffer_output.c
224 (main): Call gdb_unbuffer_output.
225
4f5946a8
DE
2262016-01-21 Doug Evans <dje@google.com>
227
228 * lib/ada.exp (gdb_compile_ada): Fix typo.
229
305e13e6
JB
2302016-01-21 Joel Brobecker <brobecker@adacore.com>
231
232 * gdb.base/break-fun-addr.exp: New file.
233 * gdb.base/break-fun-addr1.c: New file.
234 * gdb.base/break-fun-addr2.c: New file.
235
5f5dfff6
SM
2362016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
237
238 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
239 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
240 enum flag values.
241
fd356fa2
AA
2422016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
243
244 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
245 when GDB can not set the vector return value. Add more comments
246 for clarification.
247
9df22175
AT
2482016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
249
250 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
251 command.
252
41d1845e
SM
2532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
254
255 * Makefile.in (DO_RUNTEST): Add --status and update usages.
256
01ac6840
SM
2572016-01-19 Simon Marchi <simon.marchi@ericsson.com>
258
259 * Makefile.in (check-single): Pass --status to runtest.
260 (check/%.exp): Likewise.
261
2622016-01-19 Simon Marchi <simon.marchi@ericsson.com>
263
264 * Makefile.in (check-parallel): Propagate return code from make
265 do-check-parallel.
266
bd0a71fa
MK
2672016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
268
269 * gdb.trace/ftrace.exp: Fix expected message on continue.
270 * gdb.trace/pending.exp: Fix expected message on continue.
271 * gdb.trace/trace-break.exp: Fix expected message on continue.
272
8bcbad33
SM
2732016-01-18 Simon Marchi <simon.marchi@ericsson.com>
274
275 * lib/gdb.exp (gdb_test): Remove unused global references.
276
f303dbd6
PA
2772016-01-18 Pedro Alves <palves@redhat.com>
278
279 * gdb.base/async-shell.exp: Adjust expected output.
280 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
281 * gdb.base/siginfo-thread.exp: Adjust expected output.
282 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
283 * gdb.java/jnpe.exp: Adjust expected output.
284 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
285 * gdb.threads/continue-pending-status.exp: Adjust expected output.
286 * gdb.threads/leader-exit.exp: Adjust expected output.
287 * gdb.threads/manythreads.exp: Adjust expected output.
288 * gdb.threads/pthreads.exp: Adjust expected output.
289 * gdb.threads/schedlock.exp: Adjust expected output.
290 * gdb.threads/siginfo-threads.exp: Adjust expected output.
291 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
292 expected output.
293 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
294 output.
295 * gdb.threads/sigthread.exp: Adjust expected output.
296 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
297
b2789696
YQ
2982016-01-18 Yao Qi <yao.qi@linaro.org>
299
300 * gdb.guile/scm-section-script.c: Replace @progbits with
301 %progbits.
302 * gdb.python/py-section-script.c: Likewise.
303
71ef29a8
PA
3042016-01-15 Pedro Alves <palves@redhat.com>
305
306 * gdb.multi/tids.exp: Test star wildcard ranges.
307
3f5b7598
PA
3082016-01-15 Pedro Alves <palves@redhat.com>
309
310 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
311 command from "thread apply" invocation.
312 (thr_apply_info_thr_invalid): Default the expected output to the
313 input tid list.
314 (top level): Add tests that use convenience variables. Add tests
315 for "thread apply" with a valid TID list, but missing the command.
316
663f6d42
PA
3172016-01-13 Pedro Alves <palves@redhat.com>
318
319 * gdb.base/default.exp: Expect $_gthread as well.
320 * gdb.multi/tids.exp: Test $_gthread.
321 * gdb.threads/thread-specific.exp: Test $_gthread.
322
c84f6bbf
PA
3232016-01-13 Pedro Alves <palves@redhat.com>
324
325 * gdb.multi/tids.exp: Test "info threads -gid".
326
22a02324
PA
3272016-01-13 Pedro Alves <palves@redhat.com>
328
329 * gdb.multi/tids.exp: Test InferiorThread.global_num and
330 Breakpoint.thread.
331 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
332
5d5658a1
PA
3332016-01-07 Pedro Alves <palves@redhat.com>
334
335 * gdb.base/break.exp: Adjust to output changes.
336 * gdb.base/hbreak2.exp: Likewise.
337 * gdb.base/sepdebug.exp: Likewise.
338 * gdb.base/watch_thread_num.exp: Likewise.
339 * gdb.linespec/keywords.exp: Likewise.
340 * gdb.multi/info-threads.exp: Likewise.
341 * gdb.threads/thread-find.exp: Likewise.
342 * gdb.multi/tids.c: New file.
343 * gdb.multi/tids.exp: New file.
344
84654457
PA
3452016-01-13 Pedro Alves <palves@redhat.com>
346
347 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
348
e3940304
PA
3492016-01-13 Pedro Alves <palves@redhat.com>
350
351 * gdb.base/default.exp: Expect $_inferior as well.
352 * gdb.multi/base.exp: Test $_inferior.
353
a911d87a
PA
3542016-01-13 Pedro Alves <palves@redhat.com>
355
356 PR breakpoints/19388
357 * gdb.base/catch-signal-siginfo-cond.c: New file.
358 * gdb.base/catch-signal-siginfo-cond.exp: New file.
359
82075af2
JS
3602016-01-12 Josh Stone <jistone@redhat.com>
361 Philippe Waroquiers <philippe.waroquiers@skynet.be>
362
363 * gdb.base/catch-syscall.c (do_execve): New variable.
364 (main): Conditionally trigger an execve.
365 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
366 (test_catch_syscall_execve): New, check entry/return across execve.
367 (do_syscall_tests): Call test_catch_syscall_execve.
368
e46eeedd
PA
3692016-01-12 Pedro Alves <palves@redhat.com>
370
371 * gdb.base/random-signal.exp (do_test): New procedure, with body
372 of testcase moved in.
373
01d8c27e
JK
3742016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
375 Pedro Alves <palves@redhat.com>
376
377 * gdb.base/funcargs.exp (finish from indirectly called function):
378 Reintroduce the case for 'First'.
379
9a706302
JK
3802016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
381 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
384 (tcatch_vfork_then_child_follow_exec)
385 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
386 identification.
387
c0ecb95f
JK
3882016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
391 and repeats to unlimited.
392 * gdb.python/py-value.exp: Likewise.
393 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
394 and repeats to unlimited.
395
6cfc1fcb
JK
3962016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
399 and reordering the functions.
400 * gdb.multi/hangout.c: Likewise.
401 * gdb.multi/hello.c: Likewise.
402
582a1b00
SM
4032016-01-08 Simon Marchi <simon.marchi@ericsson.com>
404
405 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
406 absolute.
407 (SingleStatisticTestResult.report): Use dict.keys instead of
408 dict.iterkeys.
409
79bc59cb
PA
4102016-01-06 Pedro Alves <palves@redhat.com>
411
412 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
413
43368e1d
MM
4142016-01-04 Markus Metzger <markus.t.metzger@intel.com>
415
416 * gdb.btrace/dlopen.exp: New.
417 * gdb.btrace/dlopen.c: New.
418 * gdb.btrace/dlopen-dso.c: New.
419
79fad5b8
SL
4202015-12-25 Sandra Loosemore <sandra@codesourcery.com>
421
422 * lib/gdb.exp (gdb_test): Update comments to clarify that the
423 PATTERN argument is optional.
424
ab8314b3
JB
4252015-12-24 Joel Brobecker <brobecker@adacore.com>
426
427 * lib/ada.exp (target_compile_ada_from_dir): New function.
428 (gdb_compile_ada): Reimplement avoiding the use of project files.
429 * gdb.ada/gnat_ada.gpr: Delete.
430 * gdb.ada/cond_lang.exp: Adjust test to make path before
431 filename optional.
432 * gdb.ada/small_reg_param.exp: Likewise.
433
fe33faff
SM
4342015-12-22 Simon Marchi <simon.marchi@ericsson.com>
435
436 * gdb.base/foll-vork.exp: Remove HP-UX special case.
437
6d265cb4
TP
4382015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
439
440 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
441 case.
442
10125099
SM
4432015-12-21 Simon Marchi <simon.marchi@ericsson.com>
444
445 * gdb.base/break.exp: Remove dead code.
446 * gdb.base/sepdebug.exp: Likewise.
447
3ca22649
SM
4482015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
449
450 * gdb.asm/asm-source.exp: Remove HP-UX references.
451 * gdb.base/annota1.exp: Likewise.
452 * gdb.base/annota3.exp: Likewise.
453 * gdb.base/attach.exp: Likewise.
454 * gdb.base/bigcore.exp: Likewise.
455 * gdb.base/break.exp: Likewise.
456 * gdb.base/call-ar-st.exp: Likewise.
457 * gdb.base/callfuncs.exp: Likewise.
458 * gdb.base/catch-fork-static.exp: Likewise.
459 * gdb.base/display.exp: Likewise.
460 * gdb.base/foll-exec-mode.exp: Likewise.
461 * gdb.base/foll-exec.exp: Likewise.
462 * gdb.base/foll-fork.exp: Likewise.
463 * gdb.base/foll-vfork.exp: Likewise.
464 * gdb.base/funcargs.exp: Likewise.
465 * gdb.base/hbreak2.exp: Likewise.
466 * gdb.base/inferior-died.exp: Likewise.
467 * gdb.base/interrupt.exp: Likewise.
468 * gdb.base/multi-forks.exp: Likewise.
469 * gdb.base/nodebug.exp: Likewise.
470 * gdb.base/sepdebug.exp: Likewise.
471 * gdb.base/solib1.c: Likewise.
472 * gdb.base/step-test.exp: Likewise.
473 * gdb.mi/non-stop.c: Likewise.
474 * gdb.mi/pthreads.c: Likewise.
475 * gdb.multi/bkpt-multi-exec.ex: Likewise.
476 * gdb.threads/pthreads.c: Likewise.
477 * gdb.threads/staticthreads.exp: Likewise.
478 * lib/future.exp: Likewise.
479 * lib/gdb.exp: Likewise.
480 * gdb.base/so-indr-cl.c: Remove.
481 * gdb.base/so-indr-cl.exp: Likewise.
482 * gdb.base/solib.c: Likewise.
483 * gdb.base/solib.exp: Likewise.
484 * gdb.base/solib2.c: Likewise.
485
b6304613
SM
4862015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
487
488 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
489 * gdb.base/call-ar-st.exp: Likewise.
490 * gdb.base/callfuncs.exp: Likewise.
491 * gdb.base/condbreak.exp: Likewise.
492 * gdb.base/constvars.exp: Likewise.
493 * gdb.base/hbreak2.exp: Likewise.
494 * gdb.base/langs.exp: Likewise.
495 * gdb.base/list.exp: Likewise.
496 * gdb.base/long_long.exp: Likewise.
497 * gdb.base/ptype.exp: Likewise.
498 * gdb.base/scope.exp: Likewise.
499 * gdb.base/signals.exp: Likewise.
500 * gdb.base/so-impl-ld.exp: Likewise.
501 * gdb.base/varargs.exp: Likewise.
502 * gdb.base/volatile.exp: Likewise.
503 * gdb.base/whatis.exp: Likewise.
504 * gdb.cp/cplusfuncs.exp: Likewise.
505 * gdb.cp/inherit.exp: Likewise.
506 * gdb.cp/local.exp: Likewise.
507 * gdb.cp/member-ptr.exp: Likewise.
508 * gdb.cp/method.exp: Likewise.
509 * gdb.cp/overload.exp: Likewise.
510 * gdb.cp/templates.exp: Likewise.
511 * gdb.stabs/weird.exp: Likewise.
512 * lib/compiler.c: Likewise.
513 * lib/compiler.cc: Likewise.
514 * lib/cp-support.exp: Likewise.
515 * lib/gdb.exp: Likewise.
516
bf401b07
SM
5172015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
518
519 * configure.ac: Remove HP-UX case.
520 * configure: Regenerate.
521
aff9c0f8
SM
5222015-12-18 Simon Marchi <simon.marchi@ericsson.com>
523
524 * lib/gdb.exp (gdb_compile): Add function doc.
525
a6904d5a
PA
5262015-12-17 Pedro Alves <palves@redhat.com>
527
528 PR threads/19354
529 * gdb.multi/info-threads.exp: New file.
530
a22279dd
YQ
5312015-12-15 Yao Qi <yao.qi@linaro.org>
532
533 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
534 is aarch64*-*-*.
535
0588c796
SL
5362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
537
538 * gdb.base/history-duplicates.exp: Skip if no readline support.
539
5d978e17
SL
5402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
541
542 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
543
7e763b86
SL
5442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
545
546 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
547
87a3a92c
SL
5482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
549
550 * gdb.base/completion.exp: Skip tests that interrupt GDB with
551 ctrl-C if nointerrupts target property is set.
552 * gdb.base/double-prompt-target-event-error.exp: Likewise.
553 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
554 * gdb.base/paginate-bg-execution.exp: Likewise.
555 * gdb.base/paginate-execution-startup.exp: Likewise.
556 * gdb.base/random-signal.exp: Likewise.
557 * gdb.base/range-stepping.exp: Likewise.
558 * gdb.cp/annota2.exp: Likewise.
559 * gdb.cp/annota3.exp: Likewise.
560 * gdb.gdb/selftest.exp: Likewise.
561 * gdb.threads/continue-pending-status.exp: Likewise.
562 * gdb.threads/leader-exit.exp: Likewise.
563 * gdb.threads/manythreads.exp: Likewise.
564 * gdb.threads/pthreads.exp: Likewise.
565 * gdb.threads/schedlock.exp: Likewise.
566 * gdb.threads/sigthread.exp: Likewise.
567
a8f077dc
DB
5682015-12-11 Don Breazeal <donb@codesourcery.com>
569
570 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
571 remote.
572 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
573 * gdb.base/foll-exec.exp (main): Enable for target remote.
574 * gdb.base/foll-fork.exp (main): Likewise.
575 * gdb.base/foll-vfork.exp (main): Likewise.
576 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
577 (proc continue_to_exit_bp_loc): Use clean_restart.
578 * gdb.base/pie-execl.exp (main): Disable for target remote.
579 * gdb.base/watch-vfork.exp (main): Enable for target remote.
580 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
581 * gdb.threads/execl.exp (main): Likewise.
582 * gdb.threads/fork-child-threads.exp (main): Likewise.
583 * gdb.threads/fork-plus-threads.exp (main): Disable for target
584 remote.
585 * gdb.threads/fork-thread-pending.exp (main): Enable for target
586 remote.
587 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
588 pid.tid style ptids, instead of just tid.
589 * gdb.threads/thread-execl.exp (main): Enable for target remote.
590 * gdb.threads/watchpoint-fork.exp (main): Likewise.
591 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
592 ptids, instead of just tid.
593
3b2464a8
AB
5942015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.base/list.exp (test_list_forward): Add end of file error
597 test.
598 (test_repeat_list_command): Add end of file error test.
599 (test_list_backwards): Add beginning of file error test.
600
a0def019
AB
6012015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.base/list.exp (test_list_invalid_args): New function,
604 defined, and called.
605
5c000dff
AB
6062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/list.exp (test_list): Make test names unique.
609
f1637ebe
YQ
6102015-12-11 Yao Qi <yao.qi@linaro.org>
611
612 * gdb.base/coremaker2.c: Remove.
613
36d6fc0a
PA
6142015-12-10 Pedro Alves <palves@redhat.com>
615
616 * gdb.multi/base.exp: Remove stale "spaces" references.
617
762f7747
PA
6182015-12-10 Pedro Alves <palves@redhat.com>
619
620 * gdb.multi/base.exp: Don't use nowarnings.
621 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
622 * gdb.multi/hangout.c: Include stdio.h.
623 * gdb.multi/hello.c: Include stdlib.h.
624 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
625 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
626 * gdb.multi/multi-arch.exp: Don't use nowarnings.
627
28d2bfb9
AB
6282015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * gdb.dwarf2/dw2-ranges-base.c: New file.
631 * gdb.dwarf2/dw2-ranges-base.exp: New file.
632 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
633 support additional line table, and debug ranges generation.
634 (Dwarf::ranges): New function, generate .debug_ranges.
635 (Dwarf::lines): Support generating simple line table programs.
636 (Dwarf::assemble): Initialise new namespace variables.
637
5fc2beac
KB
6382015-12-09 Kevin Buettner <kevinb@redhat.com>
639
640 * gdb.base/async.exp (proc test_background): Add case for
641 asynchronous execution not supported.
642
1c35a88f
LM
6432015-12-09 Luis Machado <lgustavo@codesourcery.com>
644
645 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
646 format and change test names to make them unique.
647
b593e3d9
RK
6482015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
649 Pedro Alves <pedro@redhat.com>
650
651 PR gdb/18702
652 Add checking of floatformats setup on x86_64 hosts.
653 * gdb.arch/i386-float.S (main): Load bigval and smallval.
654 (smallval, bigval): New labels/constants.
655 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
656 float" after loading bigval and smallval.
657
d72413e6
PMR
6582015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
659
660 * gdb.ada/fun_overload_menu.exp: New testcase.
661 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
662
ece66d65
JS
6632015-12-04 Josh Stone <jistone@redhat.com>
664
665 * gdb.base/catch-fork-static.exp: New.
666
41d0efca
YQ
6672015-12-03 Yao Qi <yao.qi@linaro.org>
668
669 * gdb.base/sizeof.c: Don't include stdio.h and
670 ../lib/unbuffer_output.c.
671 (main): New variable 'size' and 'value'. Remove printf and
672 gdb_unbuffer_output. Assign return value to size and value.
673 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
674 at the beginning.
675 (check_sizeof): Check the result by printing variable 'size'.
676 (check_valueof): Check the result by printing variable 'value'.
677
99fd02d9
YQ
6782015-12-01 Yao Qi <yao.qi@linaro.org>
679
680 * gdb.base/disp-step-syscall.exp: Define syscall instruction
681 for aarch64*-*-linux* target.
682
f2faf941
PA
6832015-11-30 Pedro Alves <palves@redhat.com>
684
685 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
686
04bf20c5
PA
6872015-11-30 Pedro Alves <palves@redhat.com>
688
689 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
690 Handle non-stop mode vCont replies.
691
09df4675
PA
6922015-11-30 Pedro Alves <palves@redhat.com>
693
694 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
695 prepare_for_testing. Start gdb with "set non-stop on" appended to
696 GDBFLAGS. Lax expected stop output.
697
58b584af
YQ
6982015-11-27 Yao Qi <yao.qi@linaro.org>
699
700 * gdb.arch/arm-neon.exp: New.
701 * gdb.arch/arm-neon.c: New.
702
dfcb77a8
YQ
7032015-11-27 Yao Qi <yao.qi@linaro.org>
704
705 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
706
88e8ec1b
YQ
7072015-11-27 Yao Qi <yao.qi@linaro.org>
708
709 * gdb.cp/annota2.exp: Allow multiple occurrences of the
710 frames-invalid annotation.
711
bfde72c2
YQ
7122015-11-27 Yao Qi <yao.qi@linaro.org>
713
714 * gdb.cp/annota2.exp: Use ${frames_invalid}.
715
f6512a69
SM
7162015-11-26 Simon Marchi <simon.marchi@ericsson.com>
717
718 * gdb.threads/names.exp: New file.
719 * gdb.threads/names.c: New file.
720 * README: Mention gdb,no_thread_names.
721
46a3515b
MM
7222015-11-26 Markus Metzger <markus.t.metzger@intel.com>
723
724 PR 19297
725 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
726 support" error.
727
62147a22
PA
7282015-11-24 Pedro Alves <palves@redhat.com>
729
730 PR 17539
731 * gdb.base/display.exp: Expect displays to be sorted in ascending
732 order. Use multi_line.
733 * gdb.base/solib-display.exp: Likewise.
734
2f341b6e
PA
7352015-11-24 Pedro Alves <palves@redhat.com>
736
737 PR 17539
738 * gdb.base/display.exp: Expect displays to be sorted in ascending
739 order. Use multi_line.
740 * gdb.base/solib-display.exp: Likewise.
741
7e0aa6aa
PA
7422015-11-24 Pedro Alves <palves@redhat.com>
743
744 PR 17539
745 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
746 threads in ascending order.
747 * gdb.base/foll-fork.exp: Likewise.
748 * gdb.base/foll-vfork.exp: Likewise.
749 * gdb.base/multi-forks.exp: Likewise.
750 * gdb.mi/mi-nonstop.exp: Likewise.
751 * gdb.mi/mi-nsintrall.exp: Likewise.
752 * gdb.multi/base.exp: Likewise.
753 * gdb.multi/multi-arch.exp: Likewise.
754 * gdb.python/py-inferior.exp: Likewise.
755 * gdb.threads/break-while-running.exp: Likewise.
756 * gdb.threads/execl.exp: Likewise.
757 * gdb.threads/gcore-thread.exp: Likewise.
758 * gdb.threads/info-threads-cur-sal.exp: Likewise.
759 * gdb.threads/kill.exp: Likewise.
760 * gdb.threads/linux-dp.exp: Likewise.
761 * gdb.threads/multiple-step-overs.exp: Likewise.
762 * gdb.threads/next-bp-other-thread.exp: Likewise.
763 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
764 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
765 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
766 * gdb.threads/thread-find.exp: Likewise.
767 * gdb.threads/tls.exp: Likewise.
768 * lib/mi-support.exp (mi_reverse_list): Delete.
769 (mi_check_thread_states): No longer reverse list.
770
2cc57ad8
PA
7712015-11-24 Pedro Alves <palves@redhat.com>
772
773 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
774 use lowercase.
775
c93e8391
SM
7762015-11-23 Simon Marchi <simon.marchi@ericsson.com>
777
778 * gdb.trace/actions.c: Include trace-common.h.
779 (main): Add a location for a fast tracepoint.
780 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
781 the normal tracepoints.
782 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
783
045ccf91
SM
7842015-11-23 Simon Marchi <simon.marchi@ericsson.com>
785
786 * save-trace.exp: Factor out code to these...
787 (gdb_save_tracepoints): New.
788 (gdb_load_tracepoints): New.
789 (do_save_load_test): New.
790
5506f9f6
KB
7912015-11-23 Kevin Buettner <kevinb@redhat.com>
792
793 * gdb.base/asmlabel.exp: New test.
794 * gdb.base/asmlabel.c: New test case.
795
16c3b12f
JB
7962015-11-23 Joel Brobecker <brobecker@adacore.com>
797
798 * gdb.base/wrong_frame_bt_full-main.c: New file.
799 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
800 * gdb.base/wrong_frame_bt_full.exp: New file.
801
155bfbd3
JB
8022015-11-23 Joel Brobecker <brobecker@adacore.com>
803
804 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
805
bb097445
JM
8062015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
807
206853a0 808 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
809 pstate register when comparing registers values in
810 sparc64-*-linux-gnu targets to avoid spurious differences.
811
9c88ed8f
JM
8122015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
813
206853a0 814 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 815
96161e25
SL
8162015-11-19 Sandra Loosemore <sandra@codesourcery.com>
817
818 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
819 as type argument to gdb_compile.
820 * gdb.base/nested-subp2.exp: Likewise.
821 * gdb.base/nested-subp3.exp: Likewise.
822
340c2830
DV
8232015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
824
825 * lib/dwarf.exp (_note): Fix left shift of negative value.
826 * gdb.trace/trace-condition.exp: Likewise.
827
c1862d0f
YQ
8282015-11-13 Yao Qi <yao.qi@linaro.org>
829
830 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
831 comments about d10v.
832 (test_scalar_returns): Likewise.
833 * gdb.base/d10v.ld: Remove.
834 * gdb.base/overlays.exp: Remove the target triplet checking for
835 d10v-*-*.
836 * gdb.base/structs.exp (test_struct_returns): Remove the
837 comments about d10v.
838 (test_struct_calls): Likewise.
839
77ae9c19
YQ
8402015-11-13 Yao Qi <yao.qi@linaro.org>
841
842 * gdb.base/gnu_vector.exp: Check the return value by "p res".
843 * gdb.base/gnu_vector.c: Don't include stdio.h.
844 (main): Don't print res and call add_some_intvecs.
845
430e004e
MK
8462015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
847
848 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
849 macro.
850 (func5): Removed.
851 (func4): Use FAST_TRACEPOINT_LABEL.
852 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
853 macro.
854 (func): Removed.
855 (thread_function): Use FAST_TRACEPOINT_LABEL.
856 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
857 (func): Remove.
858 (marker): Use FAST_TRACEPOINT_LABEL.
859 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
860 (pendfunc1): Remove.
861 (pendfunc): Use FAST_TRACEPOINT_LABEL.
862 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
863 (foo): Remove.
864 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
865 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
866 macro.
867 (func): Remove.
868 (marker): Use FAST_TRACEPOINT_LABEL.
869 * gdb.trace/trace-common.h: New header.
870 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
871 macro.
872 (func): Remove.
873 (marker): Use FAST_TRACEPOINT_LABEL.
874 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
875 (func): Remove.
876 (thread_function): Use FAST_TRACEPOINT_LABEL.
877
6e7675a7
MK
8782015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
879
880 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
881 in front.
882 * gdb.trace/change-loc.exp: Use global pcreg definition.
883 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
884 * gdb.trace/entry-values.exp: Use global spreg definition, add $
885 in front.
886 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
887 * gdb.trace/pending.exp: Likewise.
888 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
889 * gdb.trace/trace-break.exp: Likewise.
890 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
891 in front.
892 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
893 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
894 in front.
895 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
896
dddc0e16
JB
8972015-11-09 Joel Brobecker <brobecker@adacore.com>
898
899 * gdb.ada/fin_fun_out: New testcase.
900
c6f0b406
KB
9012015-11-07 Kevin Buettner <kevinb@redhat.com>
902
903 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
904 value associated with DW_AT_byte_size.
905 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
906 constants for DW_AT_byte_size, DW_AT_lower_bound, and
907 DW_AT_upper_bound.
908
f01dcfd9
KB
9092015-11-07 Kevin Buettner <kevinb@redhat.com>
910
911 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
912 (gdb_target_symbol_prefix_flags): Define in terms of _asm
913 version.
914 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
915 gdb.dwarf2/dw2-canonicalize-type.exp,
916 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
917 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
918 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
919 provided by gdb_target_symbol_prefix_flags_asm.
920 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
921 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
922 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
923 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
924 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
925 macros where needed). Use this macro for symbols which require
926 the prefix provided by SYMBOL_PREFIX.
927
2223449a
KB
9282015-11-05 Kevin Buettner <kevinb@redhat.com>
929
930 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
931 New procs.
932 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
933 representing expressions, of more than one list element.
934 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
935 to prepend linker symbol prefix to f.
936 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
937 table_1 and table_2.
938 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
939 Likewise, for f and g.
940 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
941 for ptr.
942 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
943 for main.
944 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
945 table_1_ptr and table_2_ptr.
946
6f2f1a3a
JK
9472015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
948 Joel Brobecker <brobecker@adacore.com>
949
950 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
951
566c56c9
MK
9522015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
953
954 * gdb.reverse/s390-mvcle.c: New test.
955 * gdb.reverse/s390-mvcle.exp: New file.
956 * lib/gdb.exp: Enable reverse tests on s390*-linux.
957
d5f0636b
MK
9582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
959
960 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
961
7ad8b86c
MK
9622015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
963
964 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
965 reaching marker2.
966 * gdb.reverse/getresuid-reverse.exp: Likewise.
967 * gdb.reverse/pipe-reverse.exp: Likewise.
968 * gdb.reverse/readv-reverse.exp: Likewise.
969 * gdb.reverse/recvmsg-reverse.exp: Likewise.
970 * gdb.reverse/time-reverse.exp: Likewise.
971 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
972
4081c0f1
YQ
9732015-10-30 Yao Qi <yao.qi@linaro.org>
974
975 * gdb.threads/wp-replication.c (watch_count_done): Remove.
976 (empty_cycle): Remove.
977 (main): Don't call empty_cycle. Don't use watch_count_done.
978 * gdb.threads/wp-replication.exp: Don't set breakpoint on
979 empty_cycle. Rewrite the code counting HW watchpoints.
980
452b4ba5
MK
9812015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
982
983 * gdb.reverse/fstatat-reverse.c: New test.
984 * gdb.reverse/fstatat-reverse.exp: New file.
985 * gdb.reverse/getresuid-reverse.c: New test.
986 * gdb.reverse/getresuid-reverse.exp: New file.
987 * gdb.reverse/pipe-reverse.c: New test.
988 * gdb.reverse/pipe-reverse.exp: New file.
989 * gdb.reverse/readv-reverse.c: New test.
990 * gdb.reverse/readv-reverse.exp: New file.
991 * gdb.reverse/recvmsg-reverse.c: New test.
992 * gdb.reverse/recvmsg-reverse.exp: New file.
993 * gdb.reverse/time-reverse.c: New test.
994 * gdb.reverse/time-reverse.exp: New file.
995 * gdb.reverse/waitpid-reverse.c: New test.
996 * gdb.reverse/waitpid-reverse.exp: New file.
997
5e2e7507
JK
9982015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1001
0fde2c53
DE
10022015-10-26 Doug Evans <dje@google.com>
1003
1004 PR symtab/17391
1005 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1006 * gdb.dwarf2/bad-regnum.c: New file.
1007 * gdb.dwarf2/bad-regnum.exp: New file.
1008
1a70ae97
DE
10092015-10-26 Doug Evans <dje@google.com>
1010
1011 PR python/18938
1012 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1013 file.
1014
27dc26ab
JK
10152015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1016
1017 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1018 for a change by "Mention language in compile error message".
1019
bed91f4d
SM
10202015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1021
1022 PR python/18073
1023 * gdb.python/py-type.c (C::a_method): New.
1024 (C::a_const_method): New.
1025 (C::a_static_method): New.
1026 (a_function): New.
1027 * gdb.python/py-type.exp (test_fields): Test getting fields
1028 from function and method.
1029
3f2f83dd
KB
10302015-10-21 Keven Boell <keven.boell@intel.com>
1031
1032 * gdb.fortran/vla-alloc-assoc.exp: New file.
1033 * gdb.fortran/vla-datatypes.exp: New file.
1034 * gdb.fortran/vla-datatypes.f90: New file.
1035 * gdb.fortran/vla-history.exp: New file.
1036 * gdb.fortran/vla-ptype-sub.exp: New file.
1037 * gdb.fortran/vla-ptype.exp: New file.
1038 * gdb.fortran/vla-sizeof.exp: New file.
1039 * gdb.fortran/vla-sub.f90: New file.
1040 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1041 * gdb.fortran/vla-value-sub-finish.exp: New file.
1042 * gdb.fortran/vla-value-sub.exp: New file.
1043 * gdb.fortran/vla-value.exp: New file.
1044 * gdb.fortran/vla-ptr-info.exp: New file.
1045 * gdb.mi/mi-vla-fortran.exp: New file.
1046 * gdb.mi/vla.f90: New file.
1047
27145d50
SL
10482015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1049
1050 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1051 of hardwired timeout value.
1052
5f3ff4f8
JK
10532015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1054 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1057 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1058
bfd09d20
JS
10592015-10-19 Josh Stone <jistone@redhat.com>
1060
1061 * gdb.base/catch-syscall.c: Include <sched.h>.
1062 (unknown_syscall): New variable.
1063 (main): Trigger a vfork and an unknown syscall.
1064 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1065 (unknown_syscall_number): Likewise.
1066 (check_call_to_syscall): Accept an optional syscall pattern.
1067 (check_return_from_syscall): Likewise.
1068 (check_continue): Likewise.
1069 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1070 (test_catch_syscall_skipping_return): New test toggling off 'catch
1071 syscall' to step over the syscall return, then toggling back on.
1072 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1073 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1074 (do_syscall_tests): Call test_catch_syscall_without_args and
1075 test_catch_syscall_mid_vfork.
1076 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1077 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1078
b32b93c6
AS
10792015-10-19 Andrew Stubbs <ams@codesourcery.com>
1080
1081 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1082 print g_vE): Add new pass patterns.
1083 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1084 print various symbol names for vptr fields.
1085
9d622bda
AB
10862015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1089 results.
1090
0fd8ac1c
YQ
10912015-10-12 Yao Qi <yao.qi@linaro.org>
1092
1093 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1094
34240514
YQ
10952015-10-12 Yao Qi <yao.qi@linaro.org>
1096
1097 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1098 is aarch64*-*-linux*.
1099
8240f442
YQ
11002015-10-12 Yao Qi <yao.qi@linaro.org>
1101
1102 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1103 (can_relocate_bcond_true): ... it.
1104 (can_relocate_bcond_false): New function.
1105 (foo): Likewise.
1106 (can_relocate_bl): Likewise.
1107 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1108 can_relocate_bl.
1109
2520f728
PMR
11102015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1111
1112 * gdb.base/nested-addr.c: New file.
1113 * gdb.base/nested-addr.exp: New testcase.
1114
abcef95a
MM
11152015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1116
1117 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1118 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1119 its output. Ignore the output of "record goto begin" and instead
1120 check that GDB is replaying.
1121
145e3ddb
PA
11222015-10-09 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1125 (top level): Use it in the run with no args test.
1126
d5d8c4e1
IB
11272015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1128
1129 * gdb.dlang/properties.exp: New file.
1130
06e635ef
SL
11312015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1132
1133 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1134 whether or not address 0x1000 is mapped on the target.
1135
e019fd1d
SM
11362015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1137
1138 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1139 build.
1140
77ba2a67
MM
11412015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1142
1143 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1144 instruction-history test.
1145
c60eb31f
DE
11462015-09-28 Doug Evans <dje@google.com>
1147
1148 * gdb.base/gcore.c (array_func): Add reference to static_array.
1149
9a3c8263
SM
11502015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1151
1152 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1153 source line.
1154
9720e656
SL
11552015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1156
1157 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1158 short or char as base type.
1159
938d3bf2
SL
11602015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1161
1162 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1163 to allow any size enum.
1164
e6c2c623
PMR
11652015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1166
1167 * gdb.ada/array_ptr_renaming.exp: New testcase.
1168 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1169 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1170
06da0f77
PL
11712015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1172
1173 * gdb.trace/ftrace-lock.c: New file.
1174 * gdb.trace/ftrace-lock.exp: New file.
1175
4f51c22a
PL
11762015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1177
1178 * gdb.arch/insn-reloc.c: New file.
1179 * gdb.arch/ftrace-insn-reloc.exp: New file.
1180
7041adf4
PL
11812015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1182
1183 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1184 instruction.
1185 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1186 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1187 * gdb.trace/range-stepping.c: Likewise.
1188 * gdb.trace/trace-break.c: Likewise.
1189 * gdb.trace/trace-mt.c (thread_function): Likewise.
1190 * gdb.trace/ftrace.c (marker): Likewise.
1191 * gdb.trace/trace-condition.c (marker): Likewise.
1192 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1193 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1194 is_aarch64_target.
1195
015d2e7e
DE
11962015-09-18 Doug Evans <xdje42@gmail.com>
1197
1198 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1199 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1200
26b188a2
SL
12012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1202
1203 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1204 the breakpoint.
1205
79dc332b
SL
12062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1207
1208 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1209 the pending breakpoint. Remove timeout override for "Run till
1210 MI pending breakpoint on pendfunc3 on thread 2" test.
1211
f57929f2
SL
12122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1213
1214 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1215 filename pattern.
1216
3f469b17
SL
12172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1218
1219 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1220 in breakpoint filename pattern.
1221
515b89b3
SL
12222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1223
7800dbe4
SL
1224 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1225
12262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1227
515b89b3
SL
1228 * gdb.linespec/explicit.exp: Check for readline support for
1229 tab-completion tests. Fix obvious typo.
1230
d2939ba2
MM
12312015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1232
1233 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1234 and replay.
1235
cbb55fa7
MM
12362015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1237
1238 * gdb.btrace/non-stop.c: New.
1239 * gdb.btrace/non-stop.exp: New.
1240
43691ca1
PL
12412015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1242 Yao Qi <yao.qi@linaro.org>
1243
1244 * gdb.trace/trace-condition.c: New file.
1245 * gdb.trace/trace-condition.exp: New file.
1246
d78908cf
WW
12472015-09-16 Wei-cheng Wang <cole945@gmail.com>
1248
1249 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1250 for testing bytecode compilation.
1251
1ed415e2
PA
12522015-09-16 Pedro Alves <palves@redhat.com>
1253 Sandra Loosemore <sandra@codesourcery.com>
1254
1255 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1256 (SECONDS): Redefine.
1257 (main): Call pthread_kill and alarm early.
1258 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1259 support.
1260 (test): If the target can't hardware step and doesn't support
1261 displaced stepping, increase the timeout.
1262
d136eff5
PA
12632015-09-16 Pedro Alves <palves@redhat.com>
1264
1265 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1266 (enable_debug): New procedures.
1267 (test): Use them. Bail out if waiting for threads fails.
1268 (top level): Bail out if a test fails.
1269
991f019c
YQ
12702015-09-16 Yao Qi <yao.qi@linaro.org>
1271
1272 * gdb.asm/asm-source.exp: Set asm-arch for
1273 aarch64*-*-* target.
1274 * gdb.asm/aarch64.inc: New file.
1275
bfca584f
PMR
12762015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1277
1278 * gdb.ada/array_of_variable_length.exp: New testcase.
1279 * gdb.ada/array_of_variable_length/foo.adb: New file.
1280 * gdb.ada/array_of_variable_length/pck.adb: New file.
1281 * gdb.ada/array_of_variable_length/pck.ads: New file.
1282
b326e587
DE
12832015-09-15 Doug Evans <dje@google.com>
1284
1285 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1286 of function static local variable.
1287
5382cfab
PW
12882015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1289
1290 * gdb.threads/tls-so_extern.exp: New test file.
1291 * gdb.threads/tls-so_extern.c: New test file.
1292 * gdb.threads/tls-so_extern_main.c: New test file.
1293
141c5cc4
JK
12942015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1295
1296 * gdb.opt/solib-intra-step-lib.c: New file.
1297 * gdb.opt/solib-intra-step-main.c: New file.
1298 * gdb.opt/solib-intra-step.exp: New file.
1299
d15dcecd
PA
13002015-09-15 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1303 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1304
4c2f2a79
PA
13052015-09-14 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.base/hook-stop-continue.c: Delete.
1308 * gdb.base/hook-stop-continue.exp: Delete.
1309 * gdb.base/hook-stop-frame.c: Delete.
1310 * gdb.base/hook-stop-frame.exp: Delete.
1311 * gdb.base/hook-stop.c: New file.
1312 * gdb.base/hook-stop.exp: New file.
1313
919e6dbe
PMR
13142015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1315
1316 * gdb.ada/access_to_packed_array.exp: New testcase.
1317 * gdb.ada/access_to_packed_array/foo.adb: New file.
1318 * gdb.ada/access_to_packed_array/pack.adb: New file.
1319 * gdb.ada/access_to_packed_array/pack.ads: New file.
1320
157280a4
MM
13212015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1322
1323 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1324 buffer size test.
1325
2fd33e94
DB
13262015-09-11 Don Breazeal <donb@codesourcery.com>
1327
1328 * gdb.base/foll-exec.c: Add copyright header. Fix
1329 formatting issues.
1330 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1331 (do_exec_tests): Use clean_restart in place of zap_session,
1332 and for test initialization. Fix formatting issues. Use
1333 fail in place of perror.
1334 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1335 an expect statement to match an expression with output from
1336 the program under debug.
1337 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1338 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1339 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1340 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1341 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1342
e70b6e8e
DE
13432015-09-09 Doug Evans <dje@google.com>
1344
1345 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1346
7a551a51
DE
13472015-09-09 Doug Evans <dje@google.com>
1348
1349 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1350
4c666f84
DE
13512015-09-09 Doug Evans <dje@google.com>
1352
1353 * gdb.base/savedregs.exp: Fix typo.
1354
243a9253
PA
13552015-09-09 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1358
c0fa8fbd
SL
13592015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1360
1361 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1362 command actually switches threads. Give up on remaining
1363 tests if target fails to stop at breakpoint.
1364
cd7c1778
PMR
13652015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1366
1367 * gdb.ada/funcall_char.exp: New testcase.
1368 * gdb.ada/funcall_char/foo.adb: New file.
1369
dc5c8746
PMR
13702015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1371
1372 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1373 expected outputs. Add two testcases for completing ambiguous
1374 functions.
1375 * gdb.ada/complete/aux_pck.adb: New file.
1376 * gdb.ada/complete/aux_pck.ads: New file.
1377 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1378 Ambiguous_Func functions.
1379 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1380 * gdb.ada/complete/pck.adb: Likewise.
1381
4e83a1e7
UW
13822015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1383
1384 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1385 failures to run the test program under GDB.
1386
8ce74153
LM
13872015-08-26 Luis Machado <lgustavo@codesourcery.com>
1388
1389 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1390 to C.
1391
e9756d52
PP
13922015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1393
1394 * gdb.base/run-after-attach.exp: New test file.
1395 * gdb.base/run-after-attach.c: New test file.
1396
8d37573b
DB
13972015-08-26 Don Breazeal <donb@codesourcery.com>
1398
1399 * gdb.base/foll-exec-2.c: New test program.
1400 * gdb.base/foll-exec-2.exp: New test.
1401
63e43d3a
PMR
14022015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1403
1404 * gdb.base/nested-subp1.exp: New file.
1405 * gdb.base/nested-subp1.c: New file.
1406 * gdb.base/nested-subp2.exp: New file.
1407 * gdb.base/nested-subp2.c: New file.
1408 * gdb.base/nested-subp3.exp: New file.
1409 * gdb.base/nested-subp3.c: New file.
1410
3d40fbb5
PA
14112015-08-24 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.server/connect-without-multi-process.c: New file.
1414 * gdb.server/connect-without-multi-process.exp: New file.
1415
4422ac93
LM
14162015-08-24 Luis Machado <lgustavo@codesourcery.com>
1417
1418 * gdb.opt/inline-markers.c: Make z int.
1419
91dddb86
LM
14202015-08-24 Luis Machado <lgustavo@codesourcery.com>
1421
1422 * gdb.opt/inline-markers.c: Make z volatile.
1423
a48847ee
LM
14242015-08-24 Luis Machado <lgustavo@codesourcery.com>
1425
1426 * gdb.opt/inline-bt.c: New volatile global z.
1427 * gdb.opt/inline-cmds.c: Likewise.
1428 * gdb.opt/inline-locals.c: Likewise.
1429 * gdb.opt/inline-markers.c: New extern global z.
1430 (marker): Use z.
1431 (inline_fn): Likewise.
1432
0ebbc52b
PA
14332015-08-24 Pedro Alves <palves@redhat.com>
1434
1435 * config/m32r-stub.exp: Remove file.
1436 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1437 * gdb.base/call-rt-st.exp: Likewise.
1438 * gdb.base/call-strs.exp: Likewise.
1439 * gdb.base/default.exp: Remove references to h8300-*-hms and
1440 *-*-udi*.
1441 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1442
77c365df
AA
14432015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1444
1445 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1446 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1447 and "return" use KFAIL when GDB can not read/write the vector
1448 return value.
1449
4313b8c0
GB
14502015-08-21 Gary Benson <gbenson@redhat.com>
1451
1452 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1453
0e433b32
PA
14542015-08-20 Pedro Alves <palves@redhat.com>
1455
1456 * gdb.server/solib-list.exp: No longer expect an interior stop in
1457 non-stop mode.
1458
221e1a37
PA
14592015-08-20 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.server/connect-stopped-target.c: New file.
1462 * gdb.server/connect-stopped-target.exp: New file.
1463
40e3ad0e
PA
14642015-08-20 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.dwarf2/comp-unit-lang.exp: New file.
1467 * gdb.dwarf2/comp-unit-lang.c: New file.
1468
af39b327
PMR
14692015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1470
1471 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1472 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1473
7d45c7c3 14742015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1475
7d45c7c3
KB
1476 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1477 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1478
4d6cceb4
DE
14792015-08-18 Doug Evans <dje@google.com>
1480 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1481
1482 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1483 skip_python_tests. New arg prompt_regexp.
1484 (skip_python_tests): New function.
1485 * lib/mi-support.exp (mi_skip_python_tests): New function.
1486 * gdb.python/py-mi-objfile-gdb.py: New file.
1487 * gdb.python/py-mi-objfile.c: New file.
1488 * gdb.python/py-mi-objfile.exp: New file.
1489
ad89c2aa
KS
14902015-08-17 Keith Seitz <keiths@redhat.com>
1491
1492 * gdb.linespec/explicit.exp: Move strace test from here ...
1493 * gdb.trace/strace.exp: ... to here.
1494
e3ae3c43
PP
14952015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1496
1497 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1498 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1499
604b2636
DE
15002015-08-14 Doug Evans <xdje42@gmail.com>
1501
1502 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1503 inferior before selecting a new file.
1504
6ff0ba5f
DE
15052015-08-14 Doug Evans <xdje42@gmail.com>
1506
1507 * gdb.mi/mi-disassemble.exp: Update.
1508 * gdb.base/disasm-optim.S: New file.
1509 * gdb.base/disasm-optim.c: New file.
1510 * gdb.base/disasm-optim.h: New file.
1511 * gdb.base/disasm-optim.exp: New file.
1512
9ca98f92
KS
15132015-08-14 Keith Seitz <keiths@redhat.com>
1514
1515 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1516 "evaluated-by".
1517
52bbc560
JB
15182015-08-13 Joel Brobecker <brobecker@adacore.com>
1519
1520 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1521
5d8c3ed3
PMR
15222015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1523
1524 * gdb.ada/fun_renaming.exp: New testcase.
1525 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1526 * gdb.ada/fun_renaming/pack.adb: New file.
1527 * gdb.ada/fun_renaming/pack.ads: New file.
1528
ea8812bc
KS
15292015-08-12 Keith Seitz <keiths@redhat.com>
1530
1531 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1532 gdb_get_line_number.
1533
4dafcdeb
JB
15342015-08-12 Joel Brobecker <brobecker@adacore.com>
1535
1536 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1537 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1538 gdb.base/dso2dso.exp: New files.
1539
5ba32597
SDJ
15402015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1541 Pedro Alves <palves@redhat.com>
1542 Keith Seitz <keiths@redhat.com>
1543
1544 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1545 GDBFLAGS.
1546
b6dafabf
PP
15472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1548
1549 * gdb.base/gdbhistsize-history.exp
1550 (test_histsize_history_setting): Use save_vars.
1551 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1552 Use save_vars.
1553 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1554 * gdb.base/readline.exp: Use save_vars.
1555
abe8e607
PP
15562015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1557
1558 * lib/gdb.exp (save_vars): New proc.
1559
629500fa
KS
15602015-08-11 Keith Seitz <keiths@redhat.com>
1561
1562 * gdb.base/help.exp: Update help_breakpoint_text.
1563
eb8c4e2e
KS
15642015-08-11 Keith Seitz <keiths@redhat.com>
1565
1566 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1567 (at toplevel): Call test_explicit_breakpoints.
1568 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1569 breakpoints.
1570 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1571 breakpoint conditions, "-cond".
1572
87f0e720
KS
15732015-08-11 Keith Seitz <keiths@redhat.com>
1574
1575 * gdb.linespec/3explicit.c: New file.
1576 * gdb.linespec/cpexplicit.cc: New file.
1577 * gdb.linespec/cpexplicit.exp: New file.
1578 * gdb.linespec/explicit.c: New file.
1579 * gdb.linespec/explicit.exp: New file.
1580 * gdb.linespec/explicit2.c: New file.
1581 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1582 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1583 before using in the matching pattern.
1584 Clarify that `prefix' is a regular expression.
1585
f00aae0f
KS
15862015-08-11 Keith Seitz <keiths@redhat.com>
1587
1588 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1589 test.
1590 Add tests for missing ",FMT" and ",".
1591
e27852be
DE
15922015-08-10 Doug Evans <dje@google.com>
1593 Keith Seitz <keiths@redhat.com>
1594
1595 PR gdb/17960
1596 * gdb.base/completion.exp: Add location completer tests.
1597
7f03bd92
PA
15982015-08-07 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1601 tests here.
1602 (top level): Run do_test with and without displaced stepping.
1603
3fc8eb30
PA
16042015-08-07 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.base/valgrind-disp-step.c: New file.
1607 * gdb.base/valgrind-disp-step.exp: New file.
1608
d4569d7b
PA
16092015-08-07 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1612 Delete function.
1613 (main): Add alarm. Run an infinite loop instead of calling
1614 wait_threads.
1615 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1616 comment.
1617 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1618 Delete function.
1619 (main): Add alarm. Run an infinite loop instead of calling
1620 wait_threads.
1621 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1622 comment.
1623
e1316e60
PA
16242015-08-07 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.base/checkpoint-ns.exp: New file.
1627 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1628 standard_testfile.
1629
da8c46d2
MM
16302015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1631
1632 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1633 * gdb.btrace/instruction_history.exp: Update.
1634 * gdb.btrace/tsx.exp: New.
1635 * gdb.btrace/tsx.c: New.
1636
de1c2c52
PA
16372015-08-06 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1640 increase timeout.
1641 * gdb.reverse/until-precsave.exp: Bump timeouts.
1642
782e0bf4
PA
16432015-08-06 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1646
83e97ed0
PA
16472015-08-06 Pedro Alves <palves@redhat.com>
1648
1649 PR gdb/18749
1650 * gdb.threads/process-dies-while-handling-bp.c: New file.
1651 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1652
863d01bd
PA
16532015-08-06 Pedro Alves <palves@redhat.com>
1654
1655 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1656 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1657
0a39bb32
PA
16582015-08-05 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1661 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1662
ee2d2b10
SL
16632015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1664
1665 * gdb.base/bp-permanent.exp: Report test as unsupported if
1666 the target cannot stop at the permanent breakpoint.
1667
4e1bdb00
DE
16682015-08-03 Doug Evans <dje@google.com>
1669
1670 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1671 10000.
1672
3d338901
DE
16732015-08-03 Doug Evans <dje@google.com>
1674
1675 * Makefile.in (workers/%.worker, build-perf): New rule.
1676 (GDB_PERFTEST_MODE): New variable.
1677 (check-perf): Use it.
1678 (clean): Clean up gdb.perf parallel build subdirs.
1679 * lib/build-piece.exp: New file.
1680 * lib/gdb.exp (make_gdb_parallel_path): New function
1681 (standard_output_file, standard_temp_file): Call it.
1682 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1683 of $GDB_PARALLEL.
1684 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1685
af061d3e
DE
16862015-08-03 Doug Evans <dje@google.com>
1687
8e1afc81 1688 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1689 (LOG_FILE_NAME): New global.
1690 (TextReporter.__init__): Initialize self.txt_sum.
1691 (TextReporter.report): Add support for multiple data-points.
1692 Move report to perftest.sum, put raw data in perftest.log.
1693 (TextReporter.start): Open sum and log files.
1694 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1695 * gdb.perf/lib/perftest/testresult.py
1696 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1697
2c8c5d37
PA
16982015-07-31 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1701 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1702 kill_wait_spawned_process instead of explicit "kill -9".
1703 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1704 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1705 kill_wait_spawned_process.
1706 * gdb.base/attach-twice.exp: Likewise.
1707 * gdb.base/attach.exp: Likewise.
1708 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1709 gdb_test_multiple.
1710 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1711 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1712 kill_wait_spawned_process.
1713 * gdb.base/valgrind-infcall.exp: Likewise.
1714 * gdb.multi/multi-attach.exp: Likewise.
1715 * gdb.python/py-prompt.exp: Likewise.
1716 * gdb.python/py-sync-interp.exp: Likewise.
1717 * gdb.server/ext-attach.exp: Likewise.
1718 * gdb.threads/attach-into-signal.exp (corefunc): Use
1719 spawn_wait_for_attach, spawn_id_get_pid and
1720 kill_wait_spawned_process.
1721 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1722 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1723 spawn_id_get_pid and kill_wait_spawned_process.
1724 * gdb.threads/attach-stopped.exp (corefunc): Use
1725 spawn_wait_for_attach, spawn_id_get_pid and
1726 kill_wait_spawned_process.
1727 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1728 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1729 kill_wait_spawned_process instead of explicit "kill -9".
1730 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1731 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1732 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1733 processes. Don't map cygwin/windows pids here. Now returns a
1734 spawn id list.
1735
032a0fca
SL
17362015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1737
1738 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1739 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1740 correct patch.
1741
61a934ca
SL
17422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1743
1744 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1745
4bc4d428
SL
17462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1747
1748 Reapply:
1749 2014-05-21 Mark Wielaard <mjw@redhat.com>
1750
1751 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1752
998d452a
PA
17532015-07-30 Pedro Alves <palves@redhat.com>
1754
1755 * linux-low.c (handle_extended_wait): Set the child's last
1756 reported status to TARGET_WAITKIND_STOPPED.
1757
69dde7dc
PA
17582015-07-30 Pedro Alves <palves@redhat.com>
1759
1760 PR threads/18600
1761 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1762 only shows inferior 1.
1763
4dd63d48
PA
17642015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1765 Pedro Alves <palves@redhat.com>
1766
1767 PR threads/18600
1768 * gdb.threads/fork-plus-threads.c: New file.
1769 * gdb.threads/fork-plus-threads.exp: New file.
1770
d618e4c5
PP
17712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1772
1773 * gdb.base/batch-preserve-term-settings.exp
1774 (test_terminal_settings_preserved_after_cli_exit): Use
1775 send_quit_command.
1776
1eef6428
PA
17772015-07-29 Pedro Alves <palves@redhat.com>
1778 Don Breazeal <donb@codesourcery.com>
1779
1780 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1781 output from both inferior_spawn_id and gdb_spawn_id.
1782
7da5b897
SDJ
17832015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1784
1785 * gdb.threads/attach-into-signal.exp (corefunc): Use
1786 with_test_prefix on nested loops, uniquefying the test messages.
1787
dac804df
SDJ
17882015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1791 commit.
1792
06265e53
PP
17932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1794
1795 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1796 New proc.
1797 (test_terminal_settings_preserved_after_sigterm): New test.
1798
18206ca3
PP
17992015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1800
1801 * gdb.base/batch-preserve-term-settings.exp
1802 (test_terminal_settings_preserved_after_cli_exit): New test.
1803
90074d11
PP
18042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1805
1806 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1807 manipulation of saved_gdbflags.
1808 (test_terminal_settings_preserved): Remove global declaration of
1809 the unused variable pagination_prompt. Remove manipulation of
1810 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1811 GDBFLAGS.
1812
eb1a7902
PA
18132015-07-29 Pedro Alves <palves@redhat.com>
1814
1815 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1816
8b75dd3b
PA
18172015-07-29 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1820 at the top.
1821
dedad4e3
PA
18222015-07-29 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1825 (main): Call gdb_unbuffer_output.
1826 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1827 (main): Call gdb_unbuffer_output.
1828 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1829 (main): Call gdb_unbuffer_output.
1830 * gdb.base/call-strs.exp: Adjust to step over the
1831 gdb_unbuffer_output call.
1832 * gdb.base/catch-gdb-caused-signals.c: Include
1833 "../lib/unbuffer_output.c".
1834 (main): Call gdb_unbuffer_output.
1835 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1836 (main): Call gdb_unbuffer_output.
1837 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1838 (main): Call gdb_unbuffer_output.
1839 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1840 (main): Call gdb_unbuffer_output.
1841 * gdb.base/shlib-call.exp: Adjust to step over the
1842 gdb_unbuffer_output call.
1843 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1844 (main): Call gdb_unbuffer_output.
1845 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1846 (main): Call gdb_unbuffer_output.
1847 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1848 (main): Rename to ...
1849 (test): ... this.
1850 (main): Reimplement.
1851 * gdb.base/varargs.exp: Run to test instead of to main.
1852 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1853 (main): Call gdb_unbuffer_output.
1854
58789a91
PA
18552015-07-29 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1858 factore out from mi_continue_dprintf. For call-style dprintfs,
1859 expect dprintf output out of $inferior_spawn_id.
1860 (mi_continue_dprintf): Use mi_expect_dprintf.
1861 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1862 (main): Call gdb_unbuffer_output.
1863
e8376742
PA
18642015-07-29 Pedro Alves <palves@redhat.com>
1865
1866 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1867 (default_mi_gdb_start): Set inferior_spawn_id instead of
1868 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1869 gdb_spawn_id.
1870 (mi_gdb_test): Always expect inferior output from both
1871 $inferior_spawn_id and $gdb_spawn_id.
1872
08280010
PA
18732015-07-29 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1876 send_inferior and $inferior_spawn_id.
1877
4d30e432
PA
18782015-07-29 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.gdb/complaints.exp (test_initial_complaints)
1881 (test_serial_complaints, test_short_complaints): Use
1882 gdb_test_stdio.
1883 (test_empty_complaint): Handle $inferior_spawn_id !=
1884 $gdb_spawn_id.
1885
0d30a335
PA
18862015-07-29 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.base/varargs.exp: Use gdb_test_stdio.
1889
39413b29
PA
18902015-07-29 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1893
7cb000a9
PA
18942015-07-29 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1897
d7b8ac82
PA
18982015-07-29 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1901 parameter into two new parameters, "inf_result" and "gdb_result".
1902 Expect inferior output and gdb output from $inferior_spawn_id and
1903 $gdb_spawn_id, respectively. Adjust all callers.
1904
789c3a0c
PA
19052015-07-29 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1908 of gdb_test_sequence.
1909
77e760c3
PA
19102015-07-29 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1913 (saw_spurious_output): Expect inferior output from
1914 $inferior_spawn_id. Use gdb_test_stdio.
1915
8396d2cd
PA
19162015-07-29 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.base/dprintf.exp: Use standard_testfile. Change
1919 prepare_for_testing call.
1920 (srcfile): Don't set.
1921 (restart): New procedure.
1922 (test_dprintf): New procecure, use to continue over dprintfs.
1923 (test_call, test_agent): New procedures, tests moved here.
1924 Restart gdb and recreate dprintfs. Adjust expected output.
1925
2051d61f
PA
19262015-07-29 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1929
452397af
PA
19302015-07-29 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1933
8aed9555
PA
19342015-07-29 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1937 gdb_test_stdio.
1938
188a61b4
PA
19392015-07-29 Pedro Alves <palves@redhat.com>
1940
1941 * lib/gdb.exp (gdb_test_stdio): New procedure.
1942
12264a45
PA
19432015-07-29 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1946
23ffc893
PA
19472015-07-29 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/call-signal-resume.exp: Remove check for
1950 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1951 * gdb.base/unwindonsignal.exp: Likewise.
1952 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1953 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1954
65566918
PA
19552015-07-29 Pedro Alves <palves@redhat.com>
1956
1957 * gdb.base/siginfo-addr.c (pass): New function.
1958 (handler): Call it iff si_addr is correct.
1959 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1960 Set a breakpoint at "pass" and continue to it.
1961
d60a9221
SDJ
19622015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1963
1964 * gdb.python/py-objfile.exp: Make some tests have unique names.
1965 * gdb.python/py-pp-registration.exp: Likewise.
1966
bde40b8f
PA
19672015-07-28 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1970
13e1dec8
SM
19712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1972
1973 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1974
da33c9a7
SM
19752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1976
1977 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1978
077836f7
PP
19792015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1980
1981 * gdb.base/gdb-sigterm-2.exp: New test.
1982
b8cc7b2e
DE
19832015-07-25 Doug Evans <xdje42@gmail.com>
1984
1985 Revert:
1986 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1987 (workers/%.worker, build-perf): New rule.
1988 (GDB_PERFTEST_MODE): New variable.
1989 (check-perf): Use it.
1990 (clean): Clean up gdb.perf parallel build subdirs.
1991 * lib/build-piece.exp: New file.
1992 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1993 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1994 name.
1995 (standard_temp_file): Ditto.
1996 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1997 of $GDB_PARALLEL.
1998
c8bd4544
DE
19992015-07-24 Doug Evans <dje@google.com>
2000
2001 * gdb.perf/lib/perftest/utils.py: New file.
2002 * gdb.perf/gm-hello.cc: New file.
2003 * gdb.perf/gm-pervasive-typedef.cc: New file.
2004 * gdb.perf/gm-pervasive-typedef.h: New file.
2005 * gdb.perf/gm-std.cc: New file.
2006 * gdb.perf/gm-std.h: New file.
2007 * gdb.perf/gm-use-cerr.cc: New file.
2008 * gdb.perf/gm-utils.h: New file.
2009 * gdb.perf/gmonster-null-lookup.py: New file.
2010 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2011 * gdb.perf/gmonster-print-cerr.py: New file.
2012 * gdb.perf/gmonster-ptype-string.py: New file.
2013 * gdb.perf/gmonster-runto-main.py: New file.
2014 * gdb.perf/gmonster-select-file.py: New file.
2015 * gdb.perf/gmonster1-null-lookup.exp: New file.
2016 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2017 * gdb.perf/gmonster1-print-cerr.exp: New file.
2018 * gdb.perf/gmonster1-ptype-string.exp: New file.
2019 * gdb.perf/gmonster1-runto-main.exp: New file.
2020 * gdb.perf/gmonster1-select-file.exp: New file.
2021 * gdb.perf/gmonster1.cc: New file.
2022 * gdb.perf/gmonster1.exp: New file.
2023 * gdb.perf/gmonster2-null-lookup.exp: New file.
2024 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2025 * gdb.perf/gmonster2-print-cerr.exp: New file.
2026 * gdb.perf/gmonster2-ptype-string.exp: New file.
2027 * gdb.perf/gmonster2-runto-main.exp: New file.
2028 * gdb.perf/gmonster2-select-file.exp: New file.
2029 * gdb.perf/gmonster2.cc: New file.
2030 * gdb.perf/gmonster2.exp: New file.
2031
6eab34f3
DE
20322015-07-24 Doug Evans <dje@google.com>
2033
2034 * gdb.perf/README: New file.
2035 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2036 * lib/gen-perf-test.exp: New file.
2037
63738bfd
DE
20382015-07-24 Doug Evans <dje@google.com>
2039
2040 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2041 (PerfTest::startup): New function.
2042 (PerfTest::run): Return result of calling body.
2043 (PerfTest::assemble): Rewrite.
2044 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2045 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2046 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2047 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2048 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2049
7b606f95
DE
20502015-07-24 Doug Evans <dje@google.com>
2051
2052 * lib/gdb.exp (clean_restart): Make executable optional.
2053
a97b16b8
DE
20542015-07-24 Doug Evans <dje@google.com>
2055
2056 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2057 compiler_info references.
2058 * gdb.cp/temargs.exp: Ditto.
2059 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2060 (get_compiler_info): Early exit if already computed. Set compiler_info
2061 to "unknown" if there was a problem.
2062 (test_compiler_info): Add function comment. Call get_compiler_info.
2063
35baa57f
DE
20642015-07-24 Doug Evans <dje@google.com>
2065
2066 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2067 (workers/%.worker, build-perf): New rule.
2068 (GDB_PERFTEST_MODE): New variable.
2069 (check-perf): Use it.
2070 (clean): Clean up gdb.perf parallel build subdirs.
2071 * lib/build-piece.exp: New file.
2072 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2073 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2074 name.
2075 (standard_temp_file): Ditto.
2076 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2077 of $GDB_PARALLEL.
2078
6ebea266
DE
20792015-07-24 Doug Evans <dje@google.com>
2080
2081 * lib/future.exp (gdb_default_target_compile): New option
2082 "early_flags".
2083 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2084 --as-needed.
2085
1e76a7e9
SDJ
20862015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2087
2088 * gdb.base/catch-syscall.exp: Call gdb_exit before
2089 gdb_skip_xml_test.
2090
5068630a
PA
20912015-07-24 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.python/py-events.exp: Accept output between the stop event
2094 and the prompt.
2095 * gdb.python/py-evsignal.exp: Likewise.
2096 * gdb.python/py-evthreads.exp: Likewise.
2097
77598427
PA
20982015-07-24 Pedro Alves <palves@redhat.com>
2099
2100 PR gdb/18717
2101 * gdb.threads/non-ldr-exit.c: New file.
2102 * gdb.threads/non-ldr-exit.exp: New file.
2103
11e6c98f
YQ
21042015-07-24 Yao Qi <yao.qi@linaro.org>
2105
2106 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2107 restarting process.
2108
51aee833
YQ
21092015-07-24 Yao Qi <yao.qi@linaro.org>
2110
2111 * gdb.server/ext-restart.exp: New file.
2112
8cfe207c
YQ
21132015-07-24 Yao Qi <yao.qi@linaro.org>
2114
2115 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2116 argument options.
2117 * gdb.server/ext-wrapper.exp: New file.
2118
cc12ce38
DE
21192015-07-23 Doug Evans <dje@google.com>
2120
2121 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2122 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2123
d0d84780
PMR
21242015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2125
2126 * gdb.ada/var_arr_typedef.exp: New testcase.
2127 * gdb.ada/var_arr_typedef/pack.adb: New file.
2128 * gdb.ada/var_arr_typedef/pack.ads: New file.
2129 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2130
8b558f79
JB
21312015-07-20 Joel Brobecker <brobecker@adacore.com>
2132
2133 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2134
775a3298
JK
21352015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2136
2137 * gdb.arch/i386-biarch-core.exp: Replace istarget
2138 by "complete set gnutarget". Remove expectation for the "core-file"
2139 command.
2140
db1ff28b
JK
21412015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 Revert the previous commit:
2144 Tests for validate symbol file using build-id.
2145
0a94970d
JK
21462015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2147
2148 Tests for validate symbol file using build-id.
2149 * gdb.base/solib-mismatch-lib.c: New file.
2150 * gdb.base/solib-mismatch-libmod.c: New file.
2151 * gdb.base/solib-mismatch.c: New file.
2152 * gdb.base/solib-mismatch.exp: New file.
2153
03346981
SL
21542015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2155
2156 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2157 nios2-*-linux*.
2158 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2159 * gdb.base/siginfo.exp: Likewise.
2160 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2161
42422cc7
PL
21622015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2163
2164 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2165 Move it to ...
2166 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2167 ... here.
2168 * gdb.trace/range-stepping.exp: Check that the target supports
2169 range stepping.
2170
cfa68bae
JK
21712015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2172
2173 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2174
8ffdba26
PA
21752015-07-14 Pedro Alves <palves@redhat.com>
2176
2177 * gdb.base/killed-outside.exp: New file.
2178 * gdb.base/killed-outside.c: New file.
2179
218a5a11
JK
21802015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2183 (n at main): New.
2184 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2185
e03ed3c6
AA
21862015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2187
2188 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2189 infcall tests instead of setting up for KFAIL.
2190
485668e5
MM
21912015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2192
2193 * gdb.btrace/record_goto-step.exp: New.
2194
08464196
JK
21952015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 PR compile/18484
2198 * gdb.compile/compile.c (struct struct_type): Add volatile to
2199 selffield's type.
2200 * gdb.compile/compile.exp
2201 (compile code struct_object.selffield = &struct_object): Skip further
2202 struct_object tests if this one xfails.
2203
bcf5c1d9
RC
22042015-07-08 Robert O'Callahan <robert@ocallahan.org>
2205
2206 PR exp/18617
2207 * gdb.trace/ax.exp: Add test.
2208
4931af25
YQ
22092015-07-07 Yao Qi <yao.qi@linaro.org>
2210
2211 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2212 instead of istarget "aarch64*-*-*".
2213 * gdb.arch/aarch64-fp.exp: Likewise.
2214 * gdb.base/float.exp: Likewise.
2215 * gdb.reverse/aarch64.exp: Likewise.
2216 * lib/gdb.exp (is_aarch64_target): New proc.
2217
9fcf688e
YQ
22182015-07-07 Yao Qi <yao.qi@linaro.org>
2219
2220 * lib/gdb.exp (is_aarch32_target): New proc.
2221 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2222 instead of "istarget "arm*-*-*"".
2223 * gdb.arch/arm-disp-step.exp: Likewise.
2224 * gdb.arch/thumb-bx-pc.exp: Likewise.
2225 * gdb.arch/thumb-prologue.exp: Likewise.
2226 * gdb.arch/thumb-singlestep.exp: Likewise.
2227 * gdb.base/disp-step-syscall.exp: Likewise.
2228 * gdb.base/float.exp: Likewise.
2229
fbd8d50d
YQ
22302015-07-07 Yao Qi <yao.qi@linaro.org>
2231
2232 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2233 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2234
71be1fdc
YQ
22352015-07-07 Yao Qi <yao.qi@linaro.org>
2236
2237 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2238 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2239 if it exists.
2240 * gdb.multi/multi-arch.exp: Likewise.
2241
3e221d36
SM
22422015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2243
2244 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2245 print.
2246
d441430b
YQ
22472015-07-07 Yao Qi <yao.qi@linaro.org>
2248
2249 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2250
06f810bd
MG
22512015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2252
2253 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2254 '[' and ']' characters.
2255
5e61e7c0
IB
22562015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2257
2258 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2259
28bf096c
PA
22602015-06-29 Pedro Alves <palves@redhat.com>
2261
2262 PR threads/18127
2263 * gdb.threads/hand-call-new-thread.c: New file.
2264 * gdb.threads/hand-call-new-thread.c: New file.
2265
ee93cd5e
KS
22662015-06-26 Keith Seitz <keiths@redhat.com>
2267 Doug Evans <dje@google.com>
2268
2269 PR 16253
2270 * gdb.cp/var-tag-2.cc: New file.
2271 * gdb.cp/var-tag-3.cc: New file.
2272 * gdb.cp/var-tag-4.cc: New file.
2273 * gdb.cp/var-tag.cc: New file.
2274 * gdb.cp/var-tag.exp: New file.
2275
fc637f04
PP
22762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2277
2278 * gdb.base/history-duplicates.exp: New test.
2279
2e52ae68
PP
22802015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2281
2282 * gdb.base/completion.exp: Test the completion of the "focus"
2283 command.
2284
6e22494e
JK
22852015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 * gdb.arch/amd64-prologue-skip.S: New file.
2288 * gdb.arch/amd64-prologue-skip.exp: New file.
2289
bf7b9cd9
SM
22902015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2291
2292 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2293 is_address_zero_readable check.
2294
201e8dfd
PB
22952015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2296
2297 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2298 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2299
5cd867b4
YQ
23002015-06-24 Yao Qi <yao.qi@linaro.org>
2301
2302 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2303 linux targets.
2304
4d7be007
YQ
23052015-06-24 Yao Qi <yao.qi@linaro.org>
2306
2307 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2308 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2309 * gdb.base/siginfo-thread.exp: Likewise.
2310
07fcd301
YQ
23112015-06-22 Yao Qi <yao.qi@linaro.org>
2312
2313 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2314
52042a00
YQ
23152015-06-22 Yao Qi <yao.qi@linaro.org>
2316
2317 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2318 aarch64*-*-*.
2319 (skip_hw_watchpoint_tests): Likewise.
2320
74bd41ce
PP
23212015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2322
2323 * gdb.base/gdbinit-history.exp: Test the interaction between
2324 setting GDBHISTSIZE and setting the history size via .gdbinit.
2325
bc460514
PP
23262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2327
2328 PR gdb/16999
2329 * gdb.base/gdbhistsize-history.exp: New test.
2330
b58c513b
PP
23312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2332
2333 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2334 with GDBHISTSIZE.
2335 * gdb.base/readline.exp: Likewise.
2336
92046791
YQ
23372015-06-17 Yao Qi <yao.qi@linaro.org>
2338
2339 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2340 line.
2341
2093d2d3
PP
23422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2343
2344 * gdb.base/gdbinit-history.exp: Add test case to check that
2345 an unlimited history file does not get truncated on exit.
2346
e6c693af
AA
23472015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2348
2349 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2350 (VECTOR): New macro. Use it...
2351 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2352 ...for these typedefs.
2353 (int8, char1, int1, double1): New typedefs.
2354 (struct just_int2, struct two_int2): New structures.
2355 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2356 (add_structvecs, add_singlevecs): New functions.
2357 (main): Call add_some_intvecs twice.
2358 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2359 the compile and exit upon failure. Try compiling for the "native"
2360 architecture. Test inferior function calls with vector arguments
2361 and vector return value handling with "finish" and "return".
2362
c74f7d1c
JT
23632015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2364
2365 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2366 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2367 PE file.
2368 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2369
98aa42ee
AT
23702015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2371
2372 PR breakpoints/16465
2373 * gdb.mi/mi-dprintf-pending.c: New file.
2374 * gdb.mi/mi-dprintf-pending.exp: New test.
2375 * gdb.mi/mi-dprintf-pendshr.c: New file.
2376
7d73c23c 23772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2378 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2379
2380 * gdb.arch/i386-mpx-map.c: New file.
2381 * gdb.arch/i386-mpx-map.exp: New File.
2382
23832015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2384
2385 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2386 * gdb.arch/i386-mpx.exp: Indentation fixed.
2387
23882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2389
2390 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2391 function and improved indentation.
2392 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2393 gdb_test_multiple. Added additional tests to skip the test.
2394
23952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2396
2397 * gdb.arch/i386-avx512.c: Change path in include file.
2398 * gdb.arch/i386-avx512.exp: Change include dir path
2399 compilation flag.
2400 * gdb.arch/i386-mpx.c: Change path in include file.
2401 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2402 flag.
2403
d5eba19a
JK
24042015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.compile/compile-print.exp (compile print *vararray@3)
2407 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2408
7f361056
JK
24092015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2412 (do not keep jit in memory): ... this.
2413 (expect 5): Change it to ...
2414 (expect no 5): ... this.
2415
3b462ec2
SM
24162015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2417
2418 PR gdb/15564
2419 * gdb.mi/mi-detach.exp: New file.
2420
e0619de6
JK
24212015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 PR symtab/18392
2424 * gdb.arch/amd64-tailcall-self.S: New file.
2425 * gdb.arch/amd64-tailcall-self.c: New file.
2426 * gdb.arch/amd64-tailcall-self.exp: New file.
2427
e970cb34
DB
24282015-05-28 Don Breazeal <donb@codesourcery.com>
2429
2430 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2431 tests for remote targets by checking is_target_gdbserver.
2432
b2e2f908
DE
24332015-05-27 Doug Evans <dje@google.com>
2434
2435 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2436 * gdb.dwarf2/opaque-type-lookup.c: New file.
2437 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2438
82c7be31
DE
24392015-05-26 Doug Evans <dje@google.com>
2440
2441 * gdb.cp/iostream.cc: New file.
2442 * gdb.cp/iostream.exp: New file.
2443
b4f54984
DE
24442015-05-26 Doug Evans <dje@google.com>
2445
2446 * gdb.dwarf2/dw2-op-call.exp: Update.
2447 * gdb.dwarf2/dw4-sig-types.exp: Update.
2448 * gdb.dwarf2/implptr.exp: Update.
2449 * gdb.mi/mi-cmd-param-changed.exp: Update.
2450
4ea6efe9
DE
24512015-05-26 Doug Evans <dje@google.com>
2452
2453 * gdb.python/py-lazy-string.c: New file.
2454 * gdb.python/py-lazy-string.exp: New file.
2455 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2456 (main): Update. Add estring3.
2457 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2458 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2459
f6bb7db3
YQ
24602015-05-26 Omair Javaid <omair.javaid@linaro.org>
2461 Yao Qi <yao.qi@linaro.org>
2462
2463 * gdb.reverse/aarch64.c: New.
2464 * gdb.reverse/aarch64.exp: New.
2465
a81bfbd0
OJ
24662015-05-26 Omair Javaid <omair.javaid@linaro.org>
2467
2468 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2469 (supports_reverse): Likewise.
2470
158bf1b4
PP
24712015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2472
2473 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2474 Use with_test_prefix.
2475
a0145030
AB
24762015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.base/completion.exp: Add test for completion of layout
2479 names.
2480
ebe3b578
AB
24812015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2482
2483 * lib/gdb.exp (skip_tui_tests): New proc.
2484 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2485
84204ed7
PA
24862015-05-19 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2489 Save the whole env array instead of just HOME. Unset HISTSIZE in
2490 the environment while testing. Restore whole environment
2491 afterwards.
2492
37442ce1
DE
24932015-05-16 Doug Evans <xdje42@gmail.com>
2494
2495 * gdb.guile/scm-ports.c: New file.
2496 * gdb.guile/scm-ports.exp: Add memory port tests.
2497
36de76f9
JK
24982015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * gdb.compile/compile-print.c: New file.
2501 * gdb.compile/compile-print.exp: New file.
2502
3a9558c4
JK
25032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.compile/compile-ops.exp: Cast param to void.
2506 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2507 (compile code struct_object.selffield = &struct_object): Add xfail.
2508
aa715135
JG
25092015-05-15 Joel Brobecker <brobecker@adacore.com>
2510
2511 * gdb.ada/arr_enum_with_gap: New testcase.
2512
931e5bc3
JG
25132015-05-15 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.ada/byte_packed_arr: New testcase.
2516
9cd4d857
JB
25172015-05-15 Joel Brobecker <brobecker@adacore.com>
2518
2519 * gdb.ada/pckd_neg: New testcase.
2520
ebfd00d2
PP
25212015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2522
2523 PR gdb/17820
2524 * gdb.base/gdbinit-history.exp: New test.
2525 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2526 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2527
4c082a81
SC
25282015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2529
2530 * gdb.python/py-xmethods.cc: Enhance test case.
2531 * gdb.python/py-xmethods.exp: New tests.
2532 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2533 function.
2534 (B_indexoper): Likewise.
2535 (global_dm_list) : Add new xmethod worker functions.
2536
f7797074
SDJ
25372015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2538
2539 * gdb.base/coredump-filter.exp: Correctly unset
2540 "coredump_var_addr" array.
2541
a4674e4e
PA
25422015-05-08 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.server/non-existing-program.exp: Unset spawn_id.
2545
df2eb078
SC
25462015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2547
2548 PR python/18291
2549 * gdb.python/py-xmethods.exp: Add tests.
2550
422349a3
YQ
25512015-05-08 Yao Qi <yao.qi@linaro.org>
2552
2553 PR gdb/18208
2554 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2555 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2556 function set_coredump_filter, and remove remote_exec call.
2557 Remove argument ipid. Callers update.
2558 (top level): Don't get inferior's PID.
2559
63fc80ce
AA
25602015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2561
2562 * gdb.base/watch_thread_num.exp: Skip test on targets without
2563 access watchpoints.
2564
80ad801e
PA
25652015-05-06 Pedro Alves <palves@redhat.com>
2566
2567 PR server/18081
2568 * gdb.server/non-existing-program.exp: New file.
2569
0fa7fe50
JB
25702015-05-05 Joel Brobecker <brobecker@adacore.com>
2571
2572 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2573
3ea89b92
PMR
25742015-05-05 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.ada/out_of_line_in_inlined: New testcase.
2577
87b8eff0
JB
25782015-05-05 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdb.ada/var_rec_arr: New testcase.
2581
5fccc635
YQ
25822015-04-30 Yao Qi <yao.qi@linaro.org>
2583
2584 * gdb.base/break-idempotent.exp: If
2585 skip_hw_watchpoint_multi_tests returns true, skip the tests
2586 on "rwatch" and "awatch".
2587
42d38f42
YQ
25882015-04-30 Yao Qi <yao.qi@linaro.org>
2589
2590 * gdb.base/relativedebug.exp: Invoke gdb command
2591 "info sharedlibrary", and if libc.so doesn't have debug info,
2592 skip the test.
2593
2ce1cdbf
DE
25942015-04-29 Doug Evans <dje@google.com>
2595
2596 * gdb.python/py-xmethods.exp: Add ptype tests.
2597 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2598 get_result_type method.
2599
f24a38c5
LM
26002015-04-29 Luis Machado <lgustavo@codesourcery.com>
2601
2602 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2603 the target does not support hardware watchpoints.
2604
ecbf2b3c
LM
26052015-04-29 Luis Machado <lgustavo@codesourcery.com>
2606
2607 * gdb.base/break-always.exp: Abort testing if writing to memory
2608 causes an error.
2609
34f5f757
DE
26102015-04-28 Doug Evans <dje@google.com>
2611
2612 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2613 * gdb.python/py-pp-registration.exp: ... here. New file.
2614 * gdb.python/py-pp-registration.c: New file.
2615 * gdb.python/py-pp-registration.py: New file.
2616
69b4374a
DE
26172015-04-28 Doug Evans <dje@google.com>
2618
2619 * gdb.python/py-bad-printers.c: New file.
2620 * gdb.python/py-bad-printers.py: New file.
2621 * gdb.python/py-bad-printers.exp: New file.
2622
59fb7612
SS
26232015-04-28 Sasha Smundak <asmundak@google.com>
2624
2625 * gdb.python/py-type.exp: New test.
2626
2631b16a
AW
26272015-04-28 Andy Wingo <wingo@igalia.com>
2628
2629 * gdb.python/py-parameter.exp:
2630 * gdb.guile/scm-parameter.exp: Escape the path that we are
2631 matching against, as it might contain characters that are special
2632 to regular expressions.
2633
460efde1
JB
26342015-04-27 Joel Brobecker <brobecker@adacore.com>
2635
2636 * gdb.ada/rec_comp: New testcase.
2637
2d369d8e
SDJ
26382015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2639
2640 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2641 before using it.
2642
cf75d6c3
AB
26432015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2646 new tests for verilog output.
2647
8dbe7ca5
YQ
26482015-04-24 Yao Qi <yao.qi@linaro.org>
2649
2650 * boards/remote-gdbserver-on-localhost.exp: New file.
2651
4ef9fb2f
PA
26522015-04-23 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2655 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2656 "end of file", remove $inferior_spawn_id from the indirect list.
2657
0a803169
PA
26582015-04-23 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2661
749ef8f8
PA
26622015-04-23 Pedro Alves <palves@redhat.com>
2663
2664 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2665 on $any_spawn_id instead of only on $gdb_spawn_id.
2666
8aae4344
PM
26672015-04-21 Pierre Muller <muller@sourceware.org>
2668
2669 PR pascal/17815
2670 * lib/pascal.exp (gpc_compile): Add new option "class".
2671 (fpc_compile): Likewise.
2672 * gdb.pascal/case-insensitive-symbols.pas: New file.
2673 * gdb.pascal/case-insensitive-symbols.exp: New file.
2674
1586c8fb
GB
26752015-04-20 Gary Benson <gbenson@redhat.com>
2676
2677 * gdb.base/attach.exp: Fix three extended remote failures.
2678
1b6e6f5c
GB
26792015-04-17 Gary Benson <gbenson@redhat.com>
2680
2681 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2682 the main executable over the remote protocol.
2683
e797481d
PA
26842015-04-16 Pedro Alves <palves@redhat.com>
2685
2686 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2687 a new gdbserver if gdbserver_reconnect_p is set.
2688
1ca99c42
PA
26892015-04-16 Pedro Alves <palves@redhat.com>
2690
2691 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2692 is set, don't exit gdbserver.
2693
af9fd6f8
AA
26942015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2695
2696 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2697 appropriate .insn, such that an older assembler can be used.
2698 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2699 the z/Architecture instruction set on 31-bit targets as well.
2700
04ff1e61
AA
27012015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2702
2703 * gdb.go/handcall.exp: Remove all logic related to the first
2704 breakpoint and rely on go_runto_main instead.
2705 * gdb.go/strings.exp: Likewise.
2706 * gdb.go/unsafe.exp: Likewise.
2707 * gdb.go/hello.exp: Likewise. Also rename the remaining
2708 breakpoint marker to "breakpoint 1".
2709 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2710 * gdb.go/strings.go: Likewise.
2711 * gdb.go/unsafe.go: Likewise.
2712 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2713 "set breakpoint 2 here" and rename the remaining breakpoint marker
2714 to "breakpoint 1".
2715
40d2f8d6
SM
27162015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2717
2718 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2719 if itertools.imap is not present.
2720 * gdb.python/py-objfile.exp: Add parentheses.
2721 * gdb.python/py-type.exp: Same.
2722 * gdb.python/py-unwind-maint.py: Same.
2723
8cbc97c6
YQ
27242015-04-15 Yao Qi <yao.qi@linaro.org>
2725
2726 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2727 of ":$ptr_size" and set its form explicitly.
2728
45fd756c
YQ
27292015-04-15 Pedro Alves <palves@redhat.com>
2730 Yao Qi <yao.qi@linaro.org>
2731
2732 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2733 timeout by factor of 4.
2734 (test_regular_watch): Likewise.
2735 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2736 * gdb.reverse/sigall-reverse.exp: Likewise.
2737 * gdb.reverse/until-precsave.exp: Likewise.
2738 * lib/gdb.exp (with_timeout_factor): New proc.
2739 (gdb_expect): Move some code to ...
2740 (get_largest_timeout): ... here. New procedure.
2741
9e811bc3
LM
27422015-04-14 Luis Machado <lgustavo@codesourcery.com>
2743
2744 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2745
0ff6fcb2
LM
27462015-04-13 Luis Machado <lgustavo@codesourcery.com>
2747
2748 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2749 to write to the .text section.
2750
7578d5f7
LM
27512015-04-13 Luis Machado <lgustavo@codesourcery.com>
2752
2753 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2754 Handle the case of targets that do not provide PID information.
2755
2efe15c4
YQ
27562015-04-13 Yao Qi <yao.qi@linaro.org>
2757
2758 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2759 and use expect instead of gdb_expect.
2760
8cd8f2f8
SDJ
27612015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2762
2763 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2764 "coredump_var_addr" to avoid naming conflict with other testcases.
2765
9ee41772
PA
27662015-04-10 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2769 gdb_test_sequence and gdb_assert.
2770
07473109
PA
27712015-04-10 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2774 test messages that don't include the breakpoint address.
2775
de3db44c
YQ
27762015-04-10 Yao Qi <yao.qi@linaro.org>
2777
2778 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2779 false for some offset and width combinations which aren't
2780 supported by linux kernel.
2781
c79d856c
PA
27822015-04-10 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2785 procedure, factored out from ...
2786 (top level): ... here. Add "set displaced-stepping" testing axis.
2787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2788 parameter "displaced". Use it.
2789 (top level): Use foreach and add "set displaced-stepping" testing
2790 axis.
2791
ebc90b50
PA
27922015-04-10 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2795 Remove comment.
2796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2797 both the address of the instruction that triggers the watchpoint
2798 and the address of the instruction immediately after, and use
2799 those addresses for the test. Fix comment.
2800
8f572e5c
PA
28012015-04-10 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/sigstep.exp (breakpoint_to_handler)
2804 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2805 Test "backtrace" in handler.
2806 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2807 (top level): Add new "displaced" test axis to
2808 breakpoint_to_handler, breakpoint_to_handler_entry and
2809 breakpoint_over_handler.
2810
8d707a12
PA
28112015-04-10 Pedro Alves <palves@redhat.com>
2812
2813 PR gdb/18216
2814 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2815
ef713951
YQ
28162015-04-10 Yao Qi <yao.qi@linaro.org>
2817
2818 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2819 (test_add_rn_pc): New function.
2820 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2821 (top level): Invoke test_add_rn_pc.
2822
906d60cf
PA
28232015-04-10 Pedro Alves <palves@redhat.com>
2824
2825 PR gdb/13858
2826 * gdb.base/step-over-no-symbols.exp: New file.
2827
f2983cc3
AW
28282015-04-09 Andy Wingo <wingo@igalia.com>
2829
2830 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2831 after the Python tests.
2832
6d62641c
SDJ
28332015-04-08 Keith Seitz <keiths@redhat.com>
2834
2835 PR python/16699
2836 * gdb.python/py-completion.exp: New tests for completion.
2837 * gdb.python/py-completion.py (CompleteLimit1): New class.
2838 (CompleteLimit2): Likewise.
2839 (CompleteLimit3): Likewise.
2840 (CompleteLimit4): Likewise.
2841 (CompleteLimit5): Likewise.
2842 (CompleteLimit6): Likewise.
2843 (CompleteLimit7): Likewise.
2844
f3770638
PA
28452015-04-08 Pedro Alves <palves@redhat.com>
2846
2847 PR gdb/18214
2848 PR gdb/18216
2849 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2850 function.
2851 (main): Install it as SIGUSR1 handler.
2852 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2853 parameter. Always use "setup" as prefix. Toggle "set
2854 displaced-stepping" off/on depending on global. Don't switch to
2855 thread 1 here.
2856 (top level): Add displaced stepping "off/on" test axis. Update
2857 "setup" calls. Wrap each subtest with with_test_prefix. Test
2858 continuing with a queued signal in each thread.
2859
4496bed7
PA
28602015-04-08 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2863 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2864 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2865 Return early if running to main fails.
2866 * gdb.trace/while-stepping.exp: Likewise.
2867
b97fde92
PA
28682015-04-07 Pedro Alves <palves@redhat.com>
2869
2870 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2871 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2872 interact with inferior program.
2873
f71c18e7
PA
28742015-04-07 Pedro Alves <palves@redhat.com>
2875
2876 * lib/gdb.exp (inferior_spawn_id): New global.
2877 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2878 spawn id after processing the user code.
2879 (default_gdb_start): Set inferior_spawn_id.
2880 (send_inferior): New procedure.
2881 * lib/gdbserver-support.exp (gdbserver_start): Set
2882 inferior_spawn_id.
2883 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2884
6423214f
PA
28852015-04-07 Pedro Alves <palves@redhat.com>
2886
2887 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2888 * lib/gdbserver-support.exp (gdbserver_start): Make
2889 $server_spawn_id global.
2890 (gdbserver_start): Don't wait for gdbserver's spawn id with
2891 expect_background.
2892 (close_gdbserver): New procedure.
2893 (gdb_exit): Rename the default version and reimplement.
2894
71c0ee8c
PA
28952015-04-07 Pedro Alves <palves@redhat.com>
2896
72f4393d 2897 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
2898 append the substituted item, not the original item.
2899
203bc29b
PA
29002015-04-07 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2903 gdb_expect.
2904
508a3ddf
PA
29052015-04-07 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2908 output appearing once only.
2909
9f6dbe2b
PA
29102015-04-07 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2913 that doesn't expect anything. Return early if running to main
2914 fails.
2915
337532fa
YQ
29162015-04-07 Yao Qi <yao.qi@linaro.org>
2917
2918 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2919 (child_function): Call alarm.
2920 (main): Move call to alarm into the loop.
2921 * gdb.threads/non-stop-fair-events.exp: Build program with
2922 -DTIMEOUT=$timeout.
2923
01b622d4
DE
29242015-04-06 Doug Evans <xdje42@gmail.com>
2925
2926 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2927 Fix dest parameter to board_info.
2928 (fpc_compile): Ditto.
2929 (gdb_compile_pascal): Rename dest arg to destfile.
2930
961f4160
PMR
29312015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2932
2933 * gdb.ada/funcall_ref.exp: New file.
2934 * gdb.ada/funcall_ref/foo.adb: New file.
2935
cafda597
YQ
29362015-04-02 Yao Qi <yao.qi@linaro.org>
2937
2938 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2939 is remote.
2940
fed040c6
GB
29412015-04-02 Gary Benson <gbenson@redhat.com>
2942
2943 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2944
d11916aa
SS
29452015-04-01 Sasha Smundak <asmundak@google.com>
2946
2947 * gdb.python/py-unwind-maint.c: New file.
2948 * gdb.python/py-unwind-maint.exp: New test.
2949 * gdb.python/py-unwind-maint.py: New file.
2950 * gdb.python/py-unwind.c: New file.
2951 * gdb.python/py-unwind.exp: New test.
2952 * gdb.python/py-unwind.py: New test.
2953
a1471180
PA
29542015-04-01 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2957 to fail instead of non-existent $test.
2958
0bbeccb1
PA
29592015-04-01 Pedro Alves <palves@redhat.com>
2960
2961 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2962 GDBFLAGS if not empty.
2963
3c724c8c
PMR
29642015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2965
2966 * gdb.ada/complete.exp: Remove "multi_line".
2967 * gdb.ada/info_exc.exp: Remove "multi_line".
2968 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2969 * gdb.ada/ptype_field.exp: Remove "multi_line".
2970 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2971 * gdb.ada/tagged.exp: Remove "multi_line".
2972 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2973 [multi_line ...]
2974 * gdb.btrace/delta.exp: Likewise.
2975 * gdb.btrace/exception.exp: Likewise.
2976 * gdb.btrace/function_call_history.exp: Likewise.
2977 * gdb.btrace/instruction_history.exp: Likewise.
2978 * gdb.btrace/nohist.exp: Likewise.
2979 * gdb.btrace/record_goto.exp: Likewise.
2980 * gdb.btrace/segv.exp: Likewise.
2981 * gdb.btrace/stepi.exp: Likewise.
2982 * gdb.btrace/tailcall.exp: Likewise.
2983 * gdb.btrace/unknown_functions.exp: Likewise.
2984 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2985 * lib/gdb.exp: Add the "multi_line" helper.
2986
4eec2deb
PA
29872015-04-01 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.threads/tid-reuse.c: New file.
2990 * gdb.threads/tid-reuse.exp: New file.
2991
df8411da
SDJ
29922015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2993
2994 PR corefiles/16092
2995 * gdb.base/coredump-filter.c: New file.
2996 * gdb.base/coredump-filter.exp: Likewise.
2997
6ef37366
PM
29982015-03-27 Petr Machata <pmachata@redhat.com>
2999
3000 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3001 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3002 (Dwarf::assemble): Initialize them.
3003 (Dwarf::lines): New function.
3004
7ec911b0
JT
30052015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3006
3007 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3008 SYMBOL_PREFIX for x86_64-*-cygwin.
3009
ff908ebf
AW
30102015-03-26 Andy Wingo <wingo@igalia.com>
3011
3012 PR symtab/18148
3013 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3014 const_value but not a location.
3015 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3016 location defined in non-main CUs are visible.
3017
6d5f0679
YQ
30182015-03-26 Yao Qi <yao.qi@linaro.org>
3019
3020 PR testsuite/18139
3021 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3022 Add a line number entry for the same line.
3023 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3024 Add a line number entry for the same line.
3025
2898689b
YQ
30262015-03-26 Yao Qi <yao.qi@linaro.org>
3027
3028 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3029 .int 0.
3030 (func): Likewise. Add .Lfunc_1 label.
3031 Use .Lfunc_1 label.
3032 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3033 .int 0.
3034 (func): Likewise.
3035 Use .Lfunc_1 label.
3036
85180498
YQ
30372015-03-26 Yao Qi <yao.qi@linaro.org>
3038
3039 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3040 Call gdb_compile instead to compile each .s files without debug
3041 information.
3042
8aa08a8d
YQ
30432015-03-26 Yao Qi <yao.qi@linaro.org>
3044
3045 * gdb.base/savedregs.exp (process_saved_regs): Make
3046 "Saved registers:" optional in the pattern.
3047
66849923
MM
30482015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3049
3050 * gdb.btrace/next.exp: Merged into step.exp.
3051 * gdb.btrace/finish.exp: Merged into step.exp.
3052 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3053 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3054 "record goto" and checking the exact replay position.
3055 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3056 check for "Recording format" in "info record" output.
3057 * gdb.btrace/record_goto.exp: Choose test file based on target.
3058 * gdb.btrace/x86-record_goto.S: Renamed into ...
3059 * gdb.btrace/x86_64-record_goto.S: ... this.
3060 * gdb.btrace/i686-record_goto.S: New.
3061 * gdb.btrace/x86-tailcall.S: Renamed into ...
3062 * gdb.btrace/x86_64-tailcall.S: ... this.
3063 * gdb.btrace/i686-tailcall.S: New.
3064 * gdb.btrace/x86-tailcall.c: Renamed into ...
3065 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3066 separate statements. Update test.
3067 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3068 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3069 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3070 * gdb.btrace/tailcall.exp: Choose test file based on target.
3071 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3072
11cc1b74
MM
30732015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3074
3075 * gdb.btrace/exception.exp: Increase BTS buffer size.
3076
a25d8bf9
PA
30772015-03-24 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3080
856e7dd6
PA
30812015-03-24 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.threads/schedlock.exp (test_step): No longer expect that
3084 "set scheduler-locking step" with "next" over a function call runs
3085 threads unlocked.
3086
ad235a41
AT
30872015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3088
3089 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3090
15630549
AT
30912015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3092
3093 PR breakpoints/16466
3094 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3095 * gdb.mi/mi-pending.c (thread_func): New function.
3096 (int main): Add threading support required.
3097 * gdb.mi/mi-pending.exp: Add tests for this issue.
3098 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3099 (pendfunc2): Remove stdio dependency.
3100 * gdb.mi/mi-pendshr2.c: New file.
3101
693dca06
KS
31022015-03-23 Keith Seitz <keiths@redhat.com>
3103
3104 * gdb.linespec/keywords.c: New file.
3105 * gdb.linespec/keywords.exp: New file.
3106
7e993ebf
KS
31072015-03-23 Keith Seitz <keiths@redhat.com>
3108
3109 PR gdb/18021
3110 * gdb.dwarf2/staticvirtual.exp: New test.
3111
bc23328c
JK
31122015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3115 * README: Remove HP-UX and gdb.hp.
3116 (configuration):
3117 * configure: Regenerate.
3118 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3119 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3120 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3121 gdb.hp/gdb.defects/Makefile.
3122 * gdb.hp/Makefile.in: File deleted.
3123 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3124 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3125 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3126 * gdb.hp/gdb.aCC/run.c: File deleted.
3127 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3128 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3129 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3130 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3131 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3132 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3133 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3134 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3135 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3136 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3137 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3138 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3139 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3140 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3141 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3142 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3143 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3144 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3145 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3146 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3147 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3148 * gdb.hp/gdb.compat/average.c: File deleted.
3149 * gdb.hp/gdb.compat/sum.c: File deleted.
3150 * gdb.hp/gdb.compat/xdb.c: File deleted.
3151 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3152 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3153 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3154 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3155 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3156 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3157 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3158 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3159 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3160 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3161 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3162 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3163 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3164 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3165 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3166 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3167 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3168 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3169 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3170 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3171 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3172 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3173 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3174 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3175 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3176 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3177 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3178 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3179 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3180 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3181 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3182 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3183 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3184 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3185 * gdb.hp/tools/odump: File deleted.
3186
8bf3b159
PA
31872015-03-19 Pedro Alves <palves@redhat.com>
3188
3189 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3190 (saw_thread_3): New globals.
3191 (top level): Increment them when an event for the corresponding
3192 thread is seen.
3193 (no thread starvation): New test.
3194
eb54c8bf
PA
31952015-03-19 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.threads/continue-pending-status.c: New file.
3198 * gdb.threads/continue-pending-status.exp: New file.
3199
32d2e5d6
PA
32002015-03-18 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3203 Use gdb_is_target_remote instead of is_remote. Use
3204 gdb_test_multiple instead of gdb_expect. Exit early if
3205 gdb_test_multiple hits its internal matches. Tighten stepi tests
3206 expected output. Fail on exit with any signal, instead of just
3207 SIGILL.
3208
f68f11b7
YQ
32092015-03-18 Yao Qi <yao.qi@linaro.org>
3210
3211 PR tdep/18107
3212 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3213 variable.
3214 * gdb.base/catch-syscall.exp: Don't skip it on
3215 aarch64*-*-linux* target. Remove elements in all_syscalls.
3216 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3217 target.
3218 (setup_all_syscalls): New proc.
3219
ca5fd19b
YQ
32202015-03-16 Yao Qi <yao.qi@linaro.org>
3221
3222 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3223 (top level): Skip tests if valid_addr_p returns false for
3224 $cmd1 or $cmd2.
3225
85642ba0
AW
32262015-03-11 Andy Wingo <wingo@igalia.com>
3227
3228 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3229
e03f9645
YQ
32302015-03-11 Yao Qi <yao.qi@linaro.org>
3231
3232 * gdb.base/catch-syscall.exp: Fix typo in comments.
3233
5d0962b2
YQ
32342015-03-11 Yao Qi <yao.qi@linaro.org>
3235
3236 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3237
b2df3cef
PA
32382015-03-09 Pedro Alves <palves@redhat.com>
3239
3240 * dg-extract-results.py: Delete.
3241
ef878e53
PA
32422015-03-09 Pedro Alves <palves@redhat.com>
3243
3244 Merge dg-extract-results.sh from GCC upstream (r218843).
3245
3246 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3247 * dg-extract-results.sh: Use --text with grep to avoid issues with
3248 binary files. Fall back to cat -v, if that doesn't work.
3249
9494d219
PA
32502015-03-05 Pedro Alves <palves@redhat.com>
3251
3252 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3253
a8d9763a
SM
32542015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3255
3256 * lib/mi-support.exp (mi_expect_interrupt): Accept
3257 alternative event for when in all-stop mode.
3258
be9957b8
PA
32592015-03-04 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3262
d57be0f4 32632015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3264
3265 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3266
c214c7cf
AA
32672015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3268
3269 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3270 regexps for GDB's current line display, accept a hex address
3271 preceding the line number.
3272
6d74a497
AA
32732015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3274
3275 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3276 the 'arch1' variable for "s390*-linux*" targets.
3277
511aee7c
PA
32782015-03-04 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3281 (main): Pass missing retval argument to pthread_join call.
3282
95e50b27
PA
32832015-03-02 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3286 (top level): Call do_test with non-stop as well.
3287
28054d69
PA
32882015-03-02 Pedro Alves <palves@redhat.com>
3289
3290 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3291 -1.
3292
4fa5d7b4
AA
32932015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3294
3295 * gdb.arch/s390-vregs.exp: New test.
3296 * gdb.arch/s390-vregs.S: New file.
3297
97c18565
PA
32982015-02-27 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3301 call to catch_command_errors.
3302 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3303 catch_command_errors.
3304
a37bfa30
PA
33052015-02-27 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3308 "true" for boolean result.
3309 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3310 prototype of main.
3311
6f98576f
PA
33122015-02-27 Pedro Alves <palves@redhat.com>
3313
3314 * lib/unbuffer_output.c: New file.
3315 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3316 (main): Call gdb_unbuffer_output.
3317
eba5ab56
YQ
33182015-02-27 Yao Qi <yao.qi@linaro.org>
3319
3320 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3321 target.
3322
0def5aaa
DE
33232015-02-26 Doug Evans <dje@google.com>
3324
3325 * gdb.cp/class2.cc (Dbase, D): New classes.
3326 (main): New local delta.
3327 * gdb.cp/class2.exp: Test printing delta.
3328 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3329 (dynbar): New global.
3330 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3331
081a1c2c
JK
33322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3333
3334 * gdb.compile/compile-ifunc.c: New file.
3335 * gdb.compile/compile-ifunc.exp: New file.
3336
2f41223f
AT
33372015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3338
3339 * gdb.base/structs.exp: Check for correct struct on finish.
3340
03eddd80
YQ
33412015-02-26 Yao Qi <yao.qi@linaro.org>
3342
3343 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3344 is zero.
3345
80c57053
JK
33462015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3347
3348 * gdb.arch/cordic.ko.bz2: New file.
3349 * gdb.arch/cordic.ko.debug.bz2: New file.
3350 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3351
21613c12
YQ
33522015-02-25 Yao Qi <yao.qi@linaro.org>
3353
3354 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3355 aarch64*-*-* target.
3356
d8b901ed
PA
33572015-02-23 Pedro Alves <palves@redhat.com>
3358
3359 * lib/gdb.exp (delete_breakpoints): Rewrite using
3360 gdb_test_multiple.
3361
e5b85ead
PA
33622015-02-23 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.base/info-os.c: Include stdlib.h.
3365
85c3a371
DE
33662015-02-22 Doug Evans <xdje42@gmail.com>
3367
3368 PR symtab/17855
3369 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3370 is read after symbols have been re-read.
3371 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3372 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3373
96553a0c
DE
33742015-02-21 Doug Evans <dje@google.com>
3375
3376 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3377
97a0c697
JK
33782015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3379
3380 PR corefiles/17808
3381 * gdb.arch/i386-biarch-core.core.bz2: New file.
3382 * gdb.arch/i386-biarch-core.exp: New file.
3383
a47cd6e9
PA
33842015-02-21 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3387 runto_main fails.
3388
c5facdc4
PA
33892015-02-20 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3392 info probes.
3393
2db9a427
PA
33942015-02-20 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3397
60fb7e9e
PA
33982015-02-20 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3401 clean_restart before gdb_target_supports_trace.
3402
5c5019c2
PA
34032015-02-20 Pedro Alves <palves@redhat.com>
3404
3405 PR threads/18006
3406 * gdb.threads/clone-thread_db.c: New file.
3407 * gdb.threads/clone-thread_db.exp: New file.
3408
c9587f88
AT
34092015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3410
3411 PR breakpoints/16812
3412 * gdb.base/catch-gdb-caused-signals.c: New file.
3413 * gdb.base/catch-gdb-caused-signals.exp: New file.
3414
f6a88844
JM
34152015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3416
3417 * configure: Regenerated.
3418 * configure.ac: Use GDB_AC_TRANSFORM.
3419 * aclocal.m4: sinclude ../transform.m4.
3420
497c491b
JM
34212015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3422
3423 * lib/dtrace.exp: New file.
3424 * gdb.base/dtrace-probe.exp: Likewise.
3425 * gdb.base/dtrace-probe.d: Likewise.
3426 * gdb.base/dtrace-probe.c: Likewise.
3427 * lib/pdtrace.in: Likewise.
3428 * configure.ac: Output variables with the transformed names of
3429 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3430 * configure: Regenerated.
3431
03e98035
JM
34322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3433
3434 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3435 expected message when trying to access $_probe_* convenience
3436 variables while not on a probe.
3437
63cc30e9
JK
34382015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3439
3440 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3441
0703599a
PA
34422015-02-11 Pedro Alves <pedro@codesourcery.com>
3443
3444 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3445 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3446
7e60a48e
DE
34472015-02-10 Doug Evans <xdje42@gmail.com>
3448
3449 * lib/gdb.exp (gdb_load): Always return a result.
3450
01b088bc
PA
34512015-02-10 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.threads/signal-sigtrap.c: New file.
3454 * gdb.threads/signal-sigtrap.exp: New file.
3455
b05ec7a5
AT
34562015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3457
3458 * gdb.trace/no-attach-trace.c: New file.
3459 * gdb.trace/no-attach-trace.exp: New file.
3460
a2c2acaf
MW
34612015-02-09 Mark Wielaard <mjw@redhat.com>
3462
3463 * gdb.dwarf2/atomic.c: New file.
3464 * gdb.dwarf2/atomic-type.exp: Likewise.
3465
31fd9caa
MM
34662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3467
3468 * gdb.btrace/buffer-size.exp: Update "info record" output.
3469 * gdb.btrace/delta.exp: Update "info record" output.
3470 * gdb.btrace/enable.exp: Update "info record" output.
3471 * gdb.btrace/finish.exp: Update "info record" output.
3472 * gdb.btrace/instruction_history.exp: Update "info record" output.
3473 * gdb.btrace/next.exp: Update "info record" output.
3474 * gdb.btrace/nexti.exp: Update "info record" output.
3475 * gdb.btrace/step.exp: Update "info record" output.
3476 * gdb.btrace/stepi.exp: Update "info record" output.
3477 * gdb.btrace/nohist.exp: Update "info record" output.
3478
d33501a5
MM
34792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3480
3481 * gdb.btrace/buffer-size: New.
3482
f4abbc16
MM
34832015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3484
3485 * gdb.btrace/delta.exp: Update "info record" output.
3486 * gdb.btrace/enable.exp: Update "info record" output.
3487 * gdb.btrace/finish.exp: Update "info record" output.
3488 * gdb.btrace/instruction_history.exp: Update "info record" output.
3489 * gdb.btrace/next.exp: Update "info record" output.
3490 * gdb.btrace/nexti.exp: Update "info record" output.
3491 * gdb.btrace/step.exp: Update "info record" output.
3492 * gdb.btrace/stepi.exp: Update "info record" output.
3493 * gdb.btrace/nohist.exp: Update "info record" output.
3494
b9d61307
SM
34952015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3496
3497 PR gdb/15678
3498 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3499
e584fdbc
PA
35002015-02-06 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3503 macro.
3504 (seconds_left, again): New globals.
3505 (main): Wait seconds_left in a 1-second sleep loop instead of
3506 sleeping 180 seconds. If 'again' is set, reset the seconds
3507 counter.
3508 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3509 'again' in the inferior before detaching. Print the seconds left.
3510 (options): New global.
3511 (top level): Build program with -DTIMEOUT=$timeout.
3512
77f41761
PA
35132015-02-06 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3516 determine how many seconds to pass to 'alarm'.
3517 * gdb.base/gdb-sigterm.exp (top level): Build program with
3518 -DTIMEOUT=$timeout.
3519 (do_test): Return success/failure indication. Add more verbose
3520 logging. Don't fail if 200 single steps are seen. Instead, fail
3521 when the test times out.
3522 (passes): New global.
3523 (top level): Break the testing loop if testing fails on any
3524 iteration. Use gdb_assert.
3525
b9394193
DB
35262015-02-04 Don Breazeal <donb@codesourcery.com>
3527
3528 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3529 and initialize them.
3530 (ipc_cleanup): New function.
3531 (main): Don't declare shmid, semid, and msqid. Add a call to
3532 atexit so that we call ipc_cleanup on exit.
3533
42d9e528
PA
35342015-02-04 Pedro Alves <palves@redhat.com>
3535
3536 * boards/native-extended-gdbserver.exp: Remove any target variant
3537 specifications from the board name before clearing the isremote
3538 flag from board_info.
3539
ae6ae975
DE
35402015-01-31 Doug Evans <xdje42@gmail.com>
3541
3542 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3543
cfb069a8
GB
35442015-01-31 Gary Benson <gbenson@redhat.com>
3545
3546 * gdb.base/completion.exp: Disable completion limiting for
3547 existing tests. Add new tests to check completion limiting.
3548 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3549
5dd31d79
DE
35502015-01-31 Doug Evans <xdje42@gmail.com>
3551
3552 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3553
9f050062
DE
35542015-01-31 Doug Evans <xdje42@gmail.com>
3555
3556 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3557 entries. Duplicate file section script entries.
3558 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3559 inlined entries. Add test for safe-path rejection.
3560 * gdb.python/py-section-script.c: Add duplicate inlined section script
3561 entries. Duplicate file section script entries.
3562 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3563 inlined entries. Add test for safe-path rejection.
3564
df25ebbd
JB
35652015-01-29 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.ada/disc_arr_bound: New testcase.
3568
4a0ca9ec
JB
35692015-01-29 Joel Brobecker <brobecker@adacore.com>
3570
3571 * gdb.ada/mi_var_array: New testcase.
3572
3a8b707a
DE
35732015-01-27 Doug Evans <dje@google.com>
3574
3575 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3576 Add test for objfile.filename, objfile.username after objfile
3577 has been unloaded.
3578
f8313f6e
JB
35792015-01-26 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3582 the second test to print the name attribute of value
3583 returned by the call to gdb.lookup_type, and adjust
3584 the expected output accordingly.
3585
37bc665e
MW
35862015-01-25 Mark Wielaard <mjw@redhat.com>
3587
3588 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3589 * gdb.base/disp-step-fork.c: Include unistd.h.
3590 * gdb.base/siginfo-obj.c: Include stdio.h.
3591 * gdb.base/siginfo-thread.c: Likewise.
3592 * gdb.mi/non-stop.c: Include unistd.h.
3593 * gdb.mi/nsthrexec.c: Include stdio.h.
3594 * gdb.mi/pthreads.c: Include unistd.h.
3595 * gdb.modula2/unbounded1.c (main): Declare returns int.
3596 * gdb.reverse/consecutive-reverse.c: Likewise.
3597 * gdb.threads/create-fail.c: Include unistd.h.
3598 * gdb.threads/killed.c: Likewise.
3599 * gdb.threads/linux-dp.c: Likewise.
3600 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3601 * gdb.threads/non-ldr-exc-2.c: Likewise.
3602 * gdb.threads/non-ldr-exc-3.c: Likewise.
3603 * gdb.threads/non-ldr-exc-4.c: Likewise.
3604 * gdb.threads/pthreads.c: Include unistd.h.
3605 (main): Declare returns int.
3606 * gdb.threads/tls-main.c (foo): New declaration.
3607 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3608
f7e5394d
SM
36092015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3612 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3613
743649fd
MW
36142015-01-15 Mark Wielaard <mjw@redhat.com>
3615
3616 * gdb.base/noreturn-return.c: New file.
3617 * gdb.base/noreturn-return.exp: New file.
3618 * gdb.base/noreturn-finish.c: New file.
3619 * gdb.base/noreturn-finish.exp: New file.
3620
198297aa
PA
36212015-01-23 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.threads/continue-pending-after-query.c: New file.
3624 * gdb.threads/continue-pending-after-query.exp: New file.
3625
717cf30c
AG
36262015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3627 Simon Marchi <simon.marchi@ericsson.com>
3628
3629 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3630 * gdb.base/valgrind-db-attach.exp: Same.
3631 * gdb.base/valgrind-infcall.exp: Same.
3632 * lib/mi-support.exp (default_mi_gdb_start): Same.
3633 * lib/prompt.exp (default_prompt_gdb_start): Same.
3634 * lib/gdb.exp (default_gdb_spawn): Same.
3635 (gdb_interact): New.
3636
3637
4b62a76e
JK
36382015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3639
3640 * gdb.compile/compile.exp (pointer to jit function): New test.
3641
b4cdae6f
WW
36422015-01-17 Wei-cheng Wang <cole945@gmail.com>
3643
3644 * lib/gdb.exp (supports_process_record): Return true for
3645 powerpc*-*-linux*.
3646 (supports_reverse): Likewise.
3647
d221e7ef
DB
36482015-01-15 Don Breazeal <donb@codesourcery.com>
3649
3650 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3651 instead of checking whether the target board is remote and
3652 use spawn_wait_for_attach instead of exec/sleep.
3653 * gdb.base/attach-twice.exp: Likewise.
3654
bafffb51
JB
36552015-01-15 Joel Brobecker <brobecker@adacore.com>
3656
3657 * gdb.ada/var_arr_attrs: New testcase.
3658
5589af0e
PA
36592015-01-14 Pedro Alves <palves@redhat.com>
3660 Joel Brobecker <brobecker@adacore.com>
3661
3662 PR gdb/17525
3663 * gdb.base/bp-cmds-execution-x-script.c: New file.
3664 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3665 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3666
6c400b59
PA
36672015-01-14 Pedro Alves <palves@redhat.com>
3668
3669 PR cli/17828
3670 * gdb.base/batch-preserve-term-settings.c: New file.
3671 * gdb.base/batch-preserve-term-settings.exp: New file.
3672
e02c96a7
DE
36732015-01-13 Doug Evans <dje@google.com>
3674
3675 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3676 binary.
3677
576fd14c
JB
36782015-01-13 Joel Brobecker <brobecker@adacore.com>
3679
3680 * Makefile.in (clean mostlyclean): Do not delete *.py.
3681
04dccad0
JB
36822015-01-13 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.python/py-lookup-type.exp: New file.
3685
3d230f71
PA
36862015-01-12 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3689 restore GDBFLAGS before returning.
3690
7e67715d
JK
36912015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3692
3693 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3694 is_amd64_regs_target and is_x86_like_target.
3695
f2e0d4b4
DE
36962015-01-11 Doug Evans <xdje42@gmail.com>
3697
3698 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3699 is given without an explicit form.
3700 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3701 attributes.
3702 * gdb.dwarf/corrupt.exp: Ditto.
3703 * gdb.dwarf2/enum-type.exp: Ditto.
3704 * gdb.trace/entry-values.exp: Ditto.
3705 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3706
439250fb
DE
37072015-01-11 Doug Evans <xdje42@gmail.com>
3708
3709 PR gdb/15830
3710 * gdb.base/maint.exp: Remove references to "maint demangle".
3711 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3712 Add tests for explicitly specifying language to demangle.
3713 * gdb.dlang/demangle.exp: Ditto.
3714
ede9f622
PA
37152015-01-09 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.threads/non-stop-fair-events.c: New file.
3718 * gdb.threads/non-stop-fair-events.exp: New file.
3719
a7b796db
PA
37202015-01-09 Pedro Alves <palves@redhat.com>
3721
3722 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3723 the global scope. Set a breakpoint after all threads are started
3724 rather than stepping over two source lines. Expect the prompt.
3725 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3726 global.
3727 (NUM): Now 15.
3728 (main): Use threads_started_barrier to wait for all threads to
3729 start. Main thread no longer calls thread_function. Exit after
3730 180 seconds.
3731 (loop): New function.
3732 (thread_function): Wait on threads_started_barrier barrier. Call
3733 'loop' at each iteration.
3734 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3735 threads have started, instead of hardcoding number of "next"
3736 steps. Use an access watchpoint instead of a write watchpoint.
3737
9665ffdd
PA
37382015-01-09 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3741 (thread_func): Wait on barrier.
3742 (main): Wait for all threads to start before stopping GDB.
3743 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3744 global.
3745 (thread1_func, thread2_func): Wait on barrier.
3746 (main): Wait for all threads to start before stopping GDB.
3747 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3748 New global.
3749 (thread1_func, thread2_func): Wait on barrier.
3750 (main): Wait for all threads to start before stopping GDB.
3751
c945a99f
PA
37522015-01-09 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.threads/attach-many-short-lived-threads.c: New file.
3755 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3756
c1a747c1
PA
37572014-01-09 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3760 instead of to thread 2.
3761 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3762 Add barrier around each pthread_create call instead of around all
3763 calls.
3764 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3765 Set a break on thread_function and have the child threads hit it
3766 one at at a time.
3767
60b3033e
PA
37682015-01-09 Pedro Alves <palves@redhat.com>
3769
3770 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3771 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3772 false.
3773 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3774 checking whether the target board is remote.
3775 * gdb.multi/multi-attach.exp: Likewise.
3776 * gdb.python/py-sync-interp.exp: Likewise.
3777 * gdb.server/ext-attach.exp: Likewise.
3778 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3779 tests that need to attach, instead of checking whether the target
3780 board is remote at the top of the file.
3781
acc018ac
YQ
37822015-01-08 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3785
50a18af8
JK
37862015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 Fix testcase compilation.
3789 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3790
8503d6e1
JB
37912015-01-06 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.python/py-type.exp: Add a couple test about empty
3794 array creation, and negative-length array creation.
3795
cc73dbcc
DE
37962015-01-02 Doug Evans <xdje42@gmail.com>
3797
3798 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3799
0300bbc7
DE
38002015-01-02 Doug Evans <dje@google.com>
3801
3802 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3803
9d85a0ec
YQ
38042014-12-29 Yao Qi <yao@codesourcery.com>
3805
3806 * gdb.trace/entry-values.exp: Update comments. Rename variable
3807 bar_call_foo to returned_from_foo.
3808
87186c6a
MMN
38092014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3810
3811 PR gdb/17394
3812 * gdb.linespec/break-asm-file.c: New file.
3813 * gdb.linespec/break-asm-file.exp: New file.
3814 * gdb.linespec/break-asm-file0.s: New file.
3815 * gdb.linespec/break-asm-file1.s: New file.
3816
1bab7383
YQ
38172014-12-18 Nigel Stephens <nigel@mips.com>
3818 Maciej W. Rozycki <macro@codesourcery.com>
3819
3820 * gdb.base/float.exp: Handle the new output from "info float" on
3821 MIPS targets.
3822
1bc1068a
JK
38232014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 Fix MinGW compilation.
3826 * gdb.compile/compile-ops.exp: Update untested message if
3827 !skip_compile_feature_tests.
3828 * gdb.compile/compile-setjmp.exp: Likewise.
3829 * gdb.compile/compile-tls.exp: Likewise.
3830 * gdb.compile/compile.exp: Likewise.
3831 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3832 supported on this host".
3833
b6615d10
DE
38342014-12-16 Doug Evans <xdje42@gmail.com>
3835
3836 * boards/stabs.exp: New file.
3837
25dda427
AA
38382014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3839
3840 * gdb.base/completion.exp: Adjust to format changes of "maint
3841 print user-registers".
3842
bf330350
CU
38432014-12-16 Catalin Udma <catalin.udma@freescale.com>
3844
3845 PR server/17457
3846 * gdb.arch/aarch64-fp.c: New file.
3847 * gdb.arch/aarch64-fp.exp: New file.
3848
395cf596
SDJ
38492014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3850
3851 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3852 r210637, r210913, r211666, r215400, r215817).
3853
3854 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3855 * dg-extract-results.py: New file.
3856 * dg-extract-results.sh: Use it if the environment seems
3857 suitable.
3858
3859 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3860
3861 * dg-extract-results.py (parse_run): Handle warnings that
3862 are printed before a test harness is run.
3863
3864 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3865
3866 * dg-extract-results.py (Named): Remove __cmp__ method.
3867 (output_variation): Use a key to sort variation.harnesses.
3868
3869 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3870
3871 * dg-extract-results.py: For Python 3, force sys.stdout to
3872 handle surrogate escape sequences.
3873 (safe_open): New function.
3874 (output_segment, main): Use it.
3875
3876 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3877
3878 * dg-extract-results.py (Prog.result_re): Include options
3879 in test name.
3880
3881 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3882
3883 * dg-extract-results.py (output_variation): Always sort if
3884 do_sum.
3885
e882ef3c
SM
38862014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3887
3888 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3889 as long as we get pagination notifications.
3890
4992aa20
JM
38912014-12-15 Jason Merrill <jason@redhat.com>
3892
3893 * Makefile.in (check-gdb.%): Restore.
3894 * README: Mention it.
3895
c1b5a1a6
JB
38962014-12-13 Joel Brobecker <brobecker@adacore.com>
3897
3898 * gdb.ada/str_uninit: New testcase.
3899
5537b577
JK
39002014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 PR symtab/17642
3903 * gdb.base/vla-stub-define.c: New file.
3904 * gdb.base/vla-stub.c: New file.
3905 * gdb.base/vla-stub.exp: New file.
3906
bb2ec1b3
TT
39072014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3908 Jan Kratochvil <jan.kratochvil@redhat.com>
3909 Tom Tromey <tromey@redhat.com>
3910
3911 * configure.ac: Add gdb.compile/.
3912 * configure: Regenerate.
3913 * gdb.compile/Makefile.in: New file.
3914 * gdb.compile/compile-ops.exp: New file.
3915 * gdb.compile/compile-ops.c: New file.
3916 * gdb.compile/compile-tls.c: New file.
3917 * gdb.compile/compile-tls.exp: New file.
3918 * gdb.compile/compile-constvar.S: New file.
3919 * gdb.compile/compile-constvar.c: New file.
3920 * gdb.compile/compile-mod.c: New file.
3921 * gdb.compile/compile-nodebug.c: New file.
3922 * gdb.compile/compile-setjmp-mod.c: New file.
3923 * gdb.compile/compile-setjmp.c: New file.
3924 * gdb.compile/compile-setjmp.exp: New file.
3925 * gdb.compile/compile-shlib.c: New file.
3926 * gdb.compile/compile.c: New file.
3927 * gdb.compile/compile.exp: New file.
3928 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3929
4ff709eb
TT
39302014-12-12 Tom Tromey <tromey@redhat.com>
3931
3932 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3933 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3934
6dddd6a5
DE
39352014-12-12 Doug Evans <dje@google.com>
3936
3937 * lib/gdb-python.exp (get_python_valueof): New function.
3938 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3939
71c24708
AA
39402014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3941
3942 * gdb.base/completion.exp: Add test for completion of "info
3943 registers ".
3944
3e29f34a
MR
39452014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3946
3947 * gdb.base/func-ptrs.c: New file.
3948 * gdb.base/func-ptrs.exp: New file.
3949
fc126975
SM
39502014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3951
3952 PR breakpoints/17012
3953 * gdb.base/dprintf-detach.c: New file.
3954 * gdb.base/dprintf-detach.exp: New file.
3955
0a46d518
SM
39562014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3957
3958 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3959 * lib/gdb.exp (target_is_gdbserver): New procedure.
3960
a0be3e44
DE
39612014-12-08 Doug Evans <dje@google.com>
3962
3963 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3964
df1b803a
YQ
39652014-12-05 Yao Qi <yao@codesourcery.com>
3966
3967 * gdb.guile/scm-error.exp: Remove the third argument to
3968 gdb_remote_download.
3969 * gdb.guile/scm-frame-args.exp: Likewise.
3970 * gdb.guile/scm-section-script.exp: Likewise.
3971
ddb9f679
YQ
39722014-12-05 Yao Qi <yao@codesourcery.com>
3973
3974 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3975
86e4ed39
DE
39762014-12-04 Doug Evans <dje@google.com>
3977
3978 * gdb.python/py-objfile.exp: Add tests for
3979 objfile.add_separate_debug_file.
3980
7c50a931
DE
39812014-12-04 Doug Evans <dje@google.com>
3982
3983 * lib/gdb.exp (get_build_id): New function.
3984 (build_id_debug_filename_get): Rewrite to use it.
3985 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3986
621661e3
MR
39872014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3988
3989 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3990 `method(long)', not just 0x0.
3991 * gdb.cp/nsalias.exp: Align code labels to 4.
3992 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3993 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3994 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3995 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3996 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3997 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3998
29f0c3b7
DE
39992014-12-02 Doug Evans <dje@google.com>
4000
e1e061e7 4001 PR symtab/17602
29f0c3b7 4002 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4003 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4004 * gdb.cp/anon-ns.exp: Update.
4005
162078c8
NB
40062014-12-02 Nick Bull <nicholaspbull@gmail.com>
4007
4008 * gdb.python/py-events.py (inferior_call_handler): New.
4009 (register_changed_handler, memory_changed_handler): New.
4010 (test_events.invoke): Register new handlers.
4011 * gdb.python/py-events.exp: Add tests for inferior call,
4012 memory_changed and register_changed events.
4013
fdb09caf
AA
40142014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4015
4016 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4017 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4018 if the linker doesn't understand this.
4019
55cfb2c4
SM
40202014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4021
4022 * gdb.python/python.exp: Change expected reply to help().
4023
9e8cd6df
YQ
40242014-12-01 Yao Qi <yao@codesourcery.com>
4025
4026 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4027 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4028 * configure: Re-generated.
4029
6c659fc2
SC
40302014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4031
4032 * gdb.cp/chained-calls.cc: New file.
4033 * gdb.cp/chained-calls.exp: New file.
4034 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4035
d7fc3181
SM
40362014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4039 * gdb.dwarf2/symtab-producer.exp: Same.
4040 * gdb.gdb/python-interrupts.exp: Same.
4041 * gdb.gdb/python-selftest.exp: Same.
4042 * gdb.python/py-linetable.exp: Same.
4043 * gdb.python/py-type.exp: Same.
4044 * gdb.python/py-value-cc.exp: Same.
4045 * gdb.python/py-value.exp: Same.
4046
10e79639
YQ
40472014-11-28 Yao Qi <yao@codesourcery.com>
4048
4049 * gdb.base/break-probes.exp: Match library name prefixed with
4050 sysroot.
4051
f28a0564
SM
40522014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4053
4054 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4055 test expected output. Add parentheses for the call to print.
4056 Remove L suffix from integers.
4057
3fe1ce1d
DE
40582014-11-26 Doug Evans <dje@google.com>
4059
4060 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4061
84429e27
YQ
40622014-11-22 Yao Qi <yao@codesourcery.com>
4063
4064 * gdb.trace/entry-values.c: Remove asms.
4065 (foo): Add foo_label.
4066 (bar): Add bar_label.
4067 * gdb.trace/entry-values.exp: Remove code computing foo's
4068 length and bar's length.
4069 (Dwarf::assemble): Invoke function_range for bar and use
4070 MACRO_AT_func for foo.
4071
26741859
YQ
40722014-11-22 Yao Qi <yao@codesourcery.com>
4073
4074 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4075 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4076 Use .Lgcc43_procstart instead of gcc43.
4077
45e44d27
JB
40782014-11-21 Joel Brobecker <brobecker@adacore.com>
4079
4080 * gdb.ada/n_arr_bound: New testcase.
4081
458c8db8
SDJ
40822014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4083
4084 PR breakpoints/10737
4085 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4086 test_catch_syscall_multi_arch.
4087 (test_catch_syscall_multi_arch): New function.
4088
43f3e411
DE
40892014-11-20 Doug Evans <xdje42@gmail.com>
4090
4091 * gdb.base/maint.exp: Update expected output.
4092
0d7b2549
AA
40932014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4094
4095 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4096 4-byte instruction on S390.
4097
8908fca5
JB
40982014-11-19 Joel Brobecker <brobecker@adacore.com>
4099
4100 * gdb.ada/arr_arr: New testcase.
4101
4a46959e
JB
41022014-11-19 Joel Brobecker <brobecker@adacore.com>
4103
4104 * gdb.ada/pkd_arr_elem: New Testcase.
4105
470e2f4e
LM
41062014-11-18 Luis Machado <lgustavo@codesourcery.com>
4107
4108 * gdb.reverse/break-precsave: Expect completion message for
4109 core file reads.
4110 * gdb.reverse/consecutive-precsave.exp: Likewise.
4111 * gdb.reverse/finish-precsave.exp: Likewise.
4112 * gdb.reverse/i386-precsave.exp: Likewise.
4113 * gdb.reverse/machinestate-precsave.exp: Likewise.
4114 * gdb.reverse/sigall-precsave.exp: Likewise.
4115 * gdb.reverse/solib-precsave.exp: Likewise.
4116 * gdb.reverse/step-precsave.exp: Likewise.
4117 * gdb.reverse/until-precsave.exp: Likewise.
4118 * gdb.reverse/watch-precsave.exp: Likewise.
4119
a267f3ad
AA
41202014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4121
4122 * gdb.base/bp-permanent.c: Include unistd.h.
4123 * gdb.python/py-framefilter-mi.c (main): Add return type.
4124 * gdb.python/py-framefilter.c (main): Likewise.
4125 * gdb.trace/actions-changed.c (main): Likewise.
4126
12084a9a
AA
41272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4128
4129 * gdb.mi/until.c: Add eye-catchers.
4130 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4131 line numbers.
4132
dc7e1a77
AA
41332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4134
4135 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4136 function header variants in break1.c.
4137 * gdb.base/ena-dis-br.exp: Likewise.
4138 * gdb.base/hbreak2.exp: Likewise.
4139 * gdb.reverse/until-precsave.exp: Drop references to removed
4140 non-prototype function header variants in ur1.c.
4141 * gdb.reverse/until-reverse.exp: Likewise.
4142
41c77605
PM
41432014-11-17 Petr Machata <pmachata@redhat.com>
4144
4145 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4146 ${_cu_offset_size} bytes abbrev offset.
4147
34248c3a
DE
41482014-11-15 Doug Evans <xdje42@gmail.com>
4149
4150 PR symtab/17559
4151 * gdb.base/line-symtabs.exp: New file.
4152 * gdb.base/line-symtabs.c: New file.
4153 * gdb.base/line-symtabs.h: New file.
4154
646da059
YQ
41552014-11-14 Yao Qi <yao@codesourcery.com>
4156
4157 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4158 (func): Add label func_label.
4159 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4160 Replace low_pc and high_pc with MACRO_AT_range.
4161 Replace name, low_pc and high_pc with MACRO_AT_func.
4162
9301ebe6
YQ
41632014-11-14 Yao Qi <yao@codesourcery.com>
4164
4165 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4166 Replace name, low_pc and high_pc with MACRO_AT_func.
4167
f166b542
YQ
41682014-11-14 Yao Qi <yao@codesourcery.com>
4169
4170 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4171 produce debug information.
4172 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4173
0f6e71e3
YQ
41742014-11-14 Yao Qi <yao@codesourcery.com>
4175
4176 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4177 object and get function length.
4178 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4179 with MACRO_AT_func.
4180 (top-level): Replace gdb_compile and clean_restart with
4181 prepare_for_testing.
4182 * gdb.dwarf2/main.c (main): Add label main_label.
4183
876c4df9
YQ
41842014-11-14 Yao Qi <yao@codesourcery.com>
4185
4186 * lib/dwarf.exp (function_range): New procedure.
4187 (Dwarf::_handle_macro_at_func): New procedure.
4188 (Dwarf::_handle_macro_at_range): New procedure.
4189 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4190
02ad9cf1
YQ
41912014-11-14 Yao Qi <yao@codesourcery.com>
4192
4193 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4194 (_handle_attribute): New procedure.
4195
a59add0c
AA
41962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4197
4198 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4199 * gdb.base/call-sc.c (zed): Likewise.
4200 * gdb.base/checkpoint.c (main): Likewise.
4201 * gdb.base/dump.c (main): Likewise.
4202 * gdb.base/gcore.c (main): Likewise.
4203 * gdb.base/huge.c (main): Likewise.
4204 * gdb.base/multi-forks.c (main): Likewise.
4205 * gdb.base/pr10179-a.c (main): Likewise.
4206 * gdb.base/savedregs.c (main): Likewise.
4207 * gdb.base/sigaltstack.c (main): Likewise.
4208 * gdb.base/siginfo.c (main): Likewise.
4209 * gdb.base/structs.c (zed): Likewise.
4210 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4211 * gdb.mi/mi-syn-frame.c (main): Likewise.
4212 * gdb.mi/until.c (foo, main): Likewise.
4213 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4214 * gdb.base/solib-weak.c (foo): Declare.
4215 * gdb.base/attach-twice.c: Include stdio.h.
4216 * gdb.base/weaklib1.c: Likewise.
4217 * gdb.base/weaklib2.c: Likewise.
4218 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4219 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4220 unistd.h.
4221 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4222 * gdb.mi/mi-exit-code.c: Likewise.
4223 * gdb.base/break-interp-lib.c: Include string.h.
4224 * gdb.base/coremaker.c: Likewise.
4225 * gdb.base/testenv.c: Likewise.
4226 * gdb.python/py-finish-breakpoint.c: Likewise.
4227 * gdb.base/inferior-died.c: Include sys/wait.h.
4228 * gdb.base/fileio.c: Include time.h.
4229 * gdb.base/async-shell.c: Include unistd.h.
4230 * gdb.base/dprintf-non-stop.c: Likewise.
4231 * gdb.base/info-os.c: Likewise.
4232 * gdb.mi/mi-console.c: Likewise.
4233 * gdb.mi/watch-nonstop.c: Likewise.
4234 * gdb.python/py-events.c: Likewise.
4235 * gdb.base/async.c (baz): Move up before its invocation.
4236 * gdb.base/code_elim2.c (my_global_func): Likewise.
4237 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4238 * gdb.base/advance.c (func2): Likewise.
4239
3b5d5997
AA
42402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4241
4242 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4243 variant.
4244 * gdb.base/annota3.c: Likewise.
4245 * gdb.base/async.c: Likewise.
4246 * gdb.base/average.c: Likewise.
4247 * gdb.base/call-ar-st.c: Likewise.
4248 * gdb.base/call-rt-st.c: Likewise.
4249 * gdb.base/call-sc.c: Likewise.
4250 * gdb.base/call-strs.c: Likewise.
4251 * gdb.base/ending-run.c: Likewise.
4252 * gdb.base/execd-prog.c: Likewise.
4253 * gdb.base/exprs.c: Likewise.
4254 * gdb.base/foll-exec.c: Likewise.
4255 * gdb.base/foll-fork.c: Likewise.
4256 * gdb.base/foll-vfork.c: Likewise.
4257 * gdb.base/funcargs.c: Likewise.
4258 * gdb.base/gcore.c: Likewise.
4259 * gdb.base/jump.c: Likewise.
4260 * gdb.base/langs0.c: Likewise.
4261 * gdb.base/langs1.c: Likewise.
4262 * gdb.base/langs2.c: Likewise.
4263 * gdb.base/mips_pro.c: Likewise.
4264 * gdb.base/nodebug.c: Likewise.
4265 * gdb.base/opaque0.c: Likewise.
4266 * gdb.base/opaque1.c: Likewise.
4267 * gdb.base/recurse.c: Likewise.
4268 * gdb.base/run.c: Likewise.
4269 * gdb.base/scope0.c: Likewise.
4270 * gdb.base/scope1.c: Likewise.
4271 * gdb.base/setshow.c: Likewise.
4272 * gdb.base/setvar.c: Likewise.
4273 * gdb.base/shmain.c: Likewise.
4274 * gdb.base/shr1.c: Likewise.
4275 * gdb.base/shr2.c: Likewise.
4276 * gdb.base/sigall.c: Likewise.
4277 * gdb.base/signals.c: Likewise.
4278 * gdb.base/so-indr-cl.c: Likewise.
4279 * gdb.base/solib2.c: Likewise.
4280 * gdb.base/structs.c: Likewise.
4281 * gdb.base/sum.c: Likewise.
4282 * gdb.base/vforked-prog.c: Likewise.
4283 * gdb.base/watchpoint.c: Likewise.
4284 * gdb.reverse/shr2.c: Likewise.
4285 * gdb.reverse/until-reverse.c: Likewise.
4286 * gdb.reverse/ur1.c: Likewise.
4287 * gdb.reverse/watch-reverse.c: Likewise.
4288
066a77c5
AA
42892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4290
4291 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4292 variant.
4293 * gdb.base/sepdebug.exp: Drop references to removed code.
4294
4f204ea5
AA
42952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4296
4297 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4298 variant. Preserve original line numbering.
4299 * gdb.base/list1.c: Likewise.
4300
3b377a3a
AA
43012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4302
4303 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4304 variant.
4305 * gdb.base/break1.c: Likewise.
4306 * gdb.base/break.exp: Drop references to removed code.
4307
e444df73
AA
43082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4309
4310 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4311 variant.
4312
8008f2a7
AA
43132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4314
4315 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4316
a5a06887
AA
43172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4318
4319 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4320 logic into perform_all_tests() and invoke it with and without
4321 function header prototypes.
4322 (do_function_calls): Remove conditional XFAIL for PR 5318.
4323 (rerun_and_prepare): Remove duplicate code.
4324 (perform_all_tests): New. Main logic moved here.
4325
44dba9b9
AA
43262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4327
4328 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4329 code guarded by #ifdef NO_PROTOTYPES.
4330 (t_double_many_args): Likewise.
4331 (DEF_FUNC_MANY_ARGS_1): Likewise.
4332 (DEF_FUNC_VALUES_1): Likewise.
4333 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4334 guarded by #ifdef PROTOTYPES.
4335
d1fbcd56
AA
43362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4337
4338 * gdb.mi/mi-console.c: Add eye-catcher.
4339 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4340 instead of literal line number.
4341
b0e59b8f
AA
43422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4343
4344 * gdb.base/shr2.c: Add eye-catcher.
4345 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4346 line number.
4347
78f98cca
AA
43482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4349
4350 * gdb.base/jump.c: Add eye-catchers.
4351 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4352 numbers.
4353
58fa2af0
AA
43542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4355
4356 * gdb.base/execd-prog.c: Add eye-catchers.
4357 * gdb.base/foll-exec.c: Likewise.
4358 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4359 line numbers.
4360
04e5059b
AA
43612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4362
4363 * gdb.base/ending-run.c: Add eye-catchers.
4364 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4365 literal line numbers.
4366
dbfdb174
AA
43672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4368
4369 * gdb.base/call-rt-st.c: Add eye-catchers.
4370 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4371 literal line numbers.
4372
888a2ade
AA
43732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4374
4375 * gdb.base/call-ar-st.c: Add eye-catchers.
4376 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4377 literal line numbers.
4378
6acc2dde
AA
43792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4380
4381 * gdb.base/average.c: Add eye-catchers.
4382 * gdb.base/sum.c: Likewise.
4383 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4384 regexps dynamically.
4385
9ecfcd1d
AA
43862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4387
4388 * gdb.base/solib1.c: Add eye-catchers.
4389 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4390 literal line numbers.
4391
78708b7c
PA
43922014-11-12 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4395 leader has exited.
4396
af48d08f
PA
43972014-11-12 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.arch/i386-bp_permanent.c: New file.
4400 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4401 (srcfile): Set to i386-bp_permanent.c.
4402 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4403 that stepi does not execute the 'leave' instruction, instead of
4404 testing it does execute.
4405 * gdb.base/bp-permanent.c: New file.
4406 * gdb.base/bp-permanent.exp: New file.
4407
af3768e9
DE
44082014-11-10 Doug Evans <xdje42@gmail.com>
4409
4410 PR symtab/17564
4411 * gdb.base/symtab-search-order.exp: New file.
4412 * gdb.base/symtab-search-order.c: New file.
4413 * gdb.base/symtab-search-order-1.c: New file.
4414 * gdb.base/symtab-search-order-shlib-1.c: New file.
4415
9de00a4a
PA
44162014-11-07 Pedro Alves <palves@redhat.com>
4417
4418 PR gdb/17511
4419 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4420 i?86-*-linux*.
4421
e0f52461
SC
44222014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4423
4424 PR c++/17494
4425 * gdb.cp/pr17494.cc: New file.
4426 * gdb.cp/pr17494.exp: New file.
4427
6ce8c980
YQ
44282014-11-02 Yao Qi <yao@codesourcery.com>
4429
4430 * gdb.python/python.exp: Get working directory and match the
4431 output of "set extended-prompt \\w " with it.
4432
02be9a71
DE
44332014-10-30 Doug Evans <dje@google.com>
4434
4435 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4436 in objfiles.
4437 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4438 in progspaces.
4439
3bdff46b
LM
44402014-10-30 Janis Johnson <janisjo@codesourcery.com>
4441
4442 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4443 * gdb.base/realname-expand.exp: Likewise.
4444 * gdb.linespec/macro-relative.exp: Likewise.
4445
ab917dfb
PA
44462014-10-29 Pedro Alves <palves@redhat.com>
4447
4448 PR gdb/17408
4449 * gdb.threads/schedlock.c (some_function): New function.
4450 (call_function): New global.
4451 (MAYBE_CALL_SOME_FUNCTION): New macro.
4452 (thread_function): Call it.
4453 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4454 and use it instead of a global counter. Adjust all callers.
4455 (get_current_thread): Use "find current thread" for test message
4456 here rather than having all callers pass down the same string.
4457 (goto_loop): New procedure, factored out from ...
4458 (my_continue): ... this.
4459 (step_ten_loops): Change parameter from test message to command to
4460 use. Adjust.
4461 (list_count): Delete global.
4462 (check_result): New procedure, factored out from duplicate top
4463 level code.
4464 (continue tests): Wrap in with_test_prefix.
4465 (test_step): New procedure, factored out from duplicate top level
4466 code.
4467 (top level): Test "step" in combination with all scheduler-locking
4468 modes. Test "next" in combination with all scheduler-locking
4469 modes, and in combination with stepping over a function call or
4470 not.
4471 * gdb.threads/next-bp-other-thread.c: New file.
4472 * gdb.threads/next-bp-other-thread.exp: New file.
4473
d3d4baed
PA
44742014-10-29 Pedro Alves <palves@redhat.com>
4475
4476 PR python/17372
4477 * gdb.python/python.exp: Test a multi-line command that spawns
4478 interactive Python.
4479 * gdb.base/multi-line-starts-subshell.exp: New file.
4480
563e8d85
YQ
44812014-10-29 Yao Qi <yao@codesourcery.com>
4482
4483 * gdb.base/fileio.exp: Make directories on host.
4484
0ea4d52e
YQ
44852014-10-29 Yao Qi <yao@codesourcery.com>
4486
4487 * gdb.base/fileio.c (test_write): Close the file.
4488
7f5ef605
PA
44892014-10-28 Pedro Alves <palves@redhat.com>
4490
4491 PR gdb/12623
4492 * gdb.base/sigstep.c (no_handler): New global.
4493 (main): If 'no_handler is true, set the signal handlers to
4494 SIG_IGN.
4495 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4496 with_sw_watch and no_handler parameters. Handle them.
4497 (top level) <stepping over handler when stopped at a breakpoint
4498 test>: Add a test axis for testing with a software watchpoint, and
4499 another for testing with the signal handler set to SIG_IGN.
4500 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4501 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4502
abbdbd03
PA
45032014-10-28 Pedro Alves <palves@redhat.com>
4504
4505 PR gdb/17511
4506 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4507 * gdb.base/sigstep.exp (other_handler_location): New global.
4508 (advance): Support stepping into the signal handler, and running
4509 commands while in the handler.
4510 (in_handler_map): New global.
4511 (top level): In the advance test, add combinations for getting
4512 into the handler with stepping commands, and for running commands
4513 in the handler. Add comment descripting the advancei tests.
4514
1df4399f
PA
45152014-10-28 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.base/sigstep.exp: Use build_executable instead of
4518 prepare_for_testing.
4519 (top level): Move code that starts GDB, runs to main and creates a
4520 display to ...
4521 (restart): ... this new procedure.
4522 (top level): Move backtrace from signal handler test to ...
4523 (validate_backtrace): ... this new procedure.
4524 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4525 with_test_prefix. Always restart GDB.
4526 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4527 with_test_prefix. Always restart GDB. No need to delete
4528 breakpoints after the test.
4529 (test_skip_handler): Remove prefix parameter.
4530 (skip_over_handler, breakpoint_to_handler)
4531 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4532 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4533 restart GDB. No need to delete breakpoints after the test.
4534 (top level): Use foreach to call the test procedures with
4535 different commands.
4536
a5b6e449
PA
45372014-10-28 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4540 instead of GNATS numbers.
4541 * gdb.base/sigbpt.exp: Likewise.
4542 * gdb.base/siginfo.exp: Likewise.
4543 * gdb.base/sigstep.exp: Likewise.
4544
e5f8a7cc
PA
45452014-10-27 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.base/sigstep.c (dummy): New global.
4548 (main): Issue a couple writes to the new global.
4549 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4550 procedures.
4551 (skip_over_handler): Use test_skip_handler.
4552 (top level): Call skip_over_handler for stepi and nexti too.
4553 (breakpoint_over_handler): Use test_skip_handler.
4554 (top level): Call breakpoint_over_handler for stepi and nexti too.
4555
763905a3
YQ
45562014-10-27 Yao Qi <yao@codesourcery.com>
4557
4558 * gdb.trace/tfile.c (adjust_function_address)
4559 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4560 function descriptor.
4561
6f259a23
DB
45622014-10-24 Don Breazeal <donb@codesourcery.com>
4563
4564 * gdb.base/foll-fork.exp (test_follow_fork,
4565 catch_fork_child_follow): Check for updated fork messages emitted
4566 from infrun.c.
4567 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4568 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4569 vfork_and_exec_child_follow_through_step): Check for updated vfork
4570 messages emitted from infrun.c.
4571
09dd9a69
PA
45722014-10-24 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.base/corefile.exp: Remove references to ultrix.
4575 * gdb.base/interrupt.exp: Likewise.
4576 * gdb.base/whatis.exp: Likewise.
4577 * gdb.gdb/selftest.exp: Likewise.
4578 * gdb.threads/manythreads.exp: Likewise.
4579 * gdb.threads/print-threads.exp: Likewise.
4580 * gdb.threads/pthreads.exp:: Likewise.
4581 * gdb.threads/schedlock.exp: Likewise.
4582
3433cfa5
SC
45832014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4584
4585 * gdb.cp/non-trivial-retval.cc: Add a test case.
4586 * gdb.cp/non-trivial-retval.exp: Add a test.
4587
092f880b
YQ
45882014-10-20 Yao Qi <yao@codesourcery.com>
4589
4590 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4591 * gdb.python/py-objfile-script-gdb.py: New file.
4592 * gdb.python/py-objfile-script.exp: Update reference to
4593 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4594 of remote_download. Remove the dest file.
4595
acbdb7f3
YQ
45962014-10-20 Yao Qi <yao@codesourcery.com>
4597
4598 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4599 * gdb.base/step-line.exp: Likewise.
4600 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4601 * gdb.dwarf2/dw2-basic.exp: Likewise.
4602 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4603 * gdb.dwarf2/dw2-filename.exp: Likewise.
4604 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4605 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4606 * gdb.dwarf2/dw2-producer.exp: Likewise.
4607 * gdb.dwarf2/mac-fileno.exp: Likewise.
4608 * gdb.python/py-frame-args.exp: Likewise.
4609 * gdb.python/py-framefilter.exp: Likewise.
4610 * gdb.python/py-mi.exp: Likewise.
4611 * gdb.python/py-objfile-script.exp: Likewise
4612 * gdb.python/py-pp-integral.exp: Likewise.
4613 * gdb.python/py-pp-re-notag.exp: Likewise.
4614 * gdb.python/py-prettyprint.exp: Likewise.
4615 * gdb.python/py-section-script.exp: Likewise.
4616 * gdb.python/py-typeprint.exp: Likewise.
4617 * gdb.python/py-xmethods.exp: Likewise.
4618 * gdb.stabs/weird.exp: Likewise.
4619 * gdb.xml/tdesc-regs.exp: Likewise.
4620
bd286a29
KCY
46212014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4622
4623 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4624 (out_cu): Use addr_len for the size of addresses.
4625 (out_line): Likewise. Size DW_LNE_set_address instruction
4626 according to addr_len.
4627 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4628 (FUNC): Add START_INSNS to definition.
4629
673dc4a0
YQ
46302014-10-18 Yao Qi <yao@codesourcery.com>
4631
4632 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4633 gdb_has_argv0 return true.
4634 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4635 check [target_info exists noargs], check [gdb_has_argv0]
4636 instead.
4637 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4638 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4639 procedures.
4640
4ffbba72
DE
46412014-10-17 Doug Evans <dje@google.com>
4642
4643 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4644 event.
4645 * gdb.python/py-events.py: Add clear_objfiles event.
4646
d096d8c1
DE
46472014-10-17 Doug Evans <dje@google.com>
4648
4649 * gdb.python/py-objfile.exp: Test progspace attribute.
4650
a80db015
LM
46512014-10-17 Luis Machado <lgustavo@codesourcery.com>
4652
4653 * gdb.guile/scm-breakpoint.exp: Do not assume any
4654 directory separators when matching source file paths.
4655 * gdb.python/py-breakpoint.exp: Likewise.
4656 * gdb.reverse/break-precsave.exp: Likewise.
4657 * gdb.reverse/break-reverse.exp: Likewise.
4658 * gdb.reverse/consecutive-precsave.exp: Likewise.
4659 * gdb.reverse/finish-precsave.exp: Likewise.
4660 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4661 * gdb.reverse/finish-reverse.exp: Likewise.
4662 * gdb.reverse/i386-precsave.exp: Likewise.
4663 * gdb.reverse/i387-env-reverse.exp: Likewise.
4664 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4665 * gdb.reverse/machinestate-precsave.exp: Likewise.
4666 * gdb.reverse/machinestate.exp: Likewise.
4667 * gdb.reverse/sigall-precsave.exp: Likewise.
4668 * gdb.reverse/solib-precsave.exp: Likewise.
4669 * gdb.reverse/step-precsave.exp: Likewise.
4670 * gdb.reverse/until-precsave.exp: Likewise.
4671 * gdb.reverse/watch-precsave.exp: Likewise.
4672 * gdb.reverse/watch-reverse.exp: Likewise.
4673
b22089ab
YQ
46742014-10-17 Yao Qi <yao@codesourcery.com>
4675
4676 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4677 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4678
6c4486e6
PA
46792014-10-17 Pedro Alves <palves@redhat.com>
4680
4681 PR gdb/17471
4682 * gdb.base/bg-execution-repeat.c: New file.
4683 * gdb.base/bg-execution-repeat.exp: New file.
4684
0ff33695
PA
46852014-10-17 Pedro Alves <palves@redhat.com>
4686
4687 PR gdb/17300
4688 * gdb.base/continue-all-already-running.c: New file.
4689 * gdb.base/continue-all-already-running.exp: New file.
4690
6fdebc3d
PA
46912014-10-17 Pedro Alves <palves@redhat.com>
4692
4693 PR gdb/17472
4694 * gdb.base/annota-input-while-running.c: New file.
4695 * gdb.base/annota-input-while-running.exp: New file.
4696
32a8097b
PA
46972014-10-17 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.base/callfuncs.exp: emove references to osf.
4700 * gdb.base/sigall.exp: Likewise.
4701 * gdb.gdb/selftest.exp: Likewise.
4702 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4703 * gdb.mi/non-stop.c: Likewise.
4704 * gdb.mi/pthreads.c: Likewise.
4705 * gdb.reverse/sigall-precsave.exp: Likewise.
4706 * gdb.reverse/sigall-reverse.exp: Likewise.
4707 * gdb.threads/pthreads.c: Likewise.
4708 * gdb.threads/pthreads.exp: Likewise.
4709
7a3517ff
YQ
47102014-10-17 Yao Qi <yao@codesourcery.com>
4711
4712 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4713 check 'target_info exists noargs'.
4714 (test_command_prompt_position): Likewise.
4715 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4716 Remove "set args".
4717 (progvar_simple_while_test): Likewise.
4718 (progvar_complex_if_while_test): Likewise.
4719 (if_while_breakpoint_command_test): Likewise.
4720 (infrun_breakpoint_command_test): Likewise.
4721 (breakpoint_command_test): Likewise.
4722 (watchpoint_command_test): Likewise.
4723 (bp_deleted_in_command_test): Likewise.
4724 (temporary_breakpoint_commands): Likewise.
4725
bb99c472
YQ
47262014-10-16 Yao Qi <yao@codesourcery.com>
4727
4728 * gdb.base/remotetimeout.exp: Remove noargs checking.
4729
7c16b83e
PA
47302014-10-15 Pedro Alves <palves@redhat.com>
4731
4732 PR breakpoints/9649
4733 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4734 * gdb.base/breakpoint-in-ro-region.exp
4735 (probe_target_hardware_step): New procedure.
4736 (top level): Probe hardware stepping and hardware breakpoint
4737 support. Test stepping through a read-only region, with both
4738 "breakpoint auto-hw" on and off and both "always-inserted" on and
4739 off.
4740
35a49624
IB
47412014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4742
4743 * gdb.dlang/demangle.exp: Update for demangling changes.
4744
2d1c107c
SC
47452014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4746
4747 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4748 * gdb.cp/non-trivial-retval.exp: Add new tests.
4749
778811d5
SC
47502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4751
4752 PR c++/13403
4753 PR c++/15154
4754 * gdb.cp/non-trivial-retval.cc: New file.
4755 * gdb.cp/non-trivial-retval.exp: New file.
4756
10c5f0a8
YQ
47572014-10-15 Yao Qi <yao@codesourcery.com>
4758
4759 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4760 remote host.
4761
65d7b369
YQ
47622014-10-15 Yao Qi <yao@codesourcery.com>
4763
4764 * gdb.python/py-symbol.exp: Match file base name if host is
4765 remote, otherwise match file name with dir name.
4766 * gdb.python/py-symtab.exp: Likewise.
4767 * gdb.python/python.exp: Likewise.
4768
46dc1394
YQ
47692014-10-15 Yao Qi <yao@codesourcery.com>
4770
4771 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4772 pattern.
4773 * gdb.python/py-symtab.exp: Likewise.
4774 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4775 locationn.
4776
c40cc657
JB
47772014-10-14 Joel Brobecker <brobecker@adacore.com>
4778
4779 * gdb.ada/addr_arith: New testcase.
4780
2abf49e1
MR
47812014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4782
4783 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4784 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4785 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4786 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4787
f7088df3
SDJ
47882014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4789
4790 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4791 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4792 * gdb.arch/stap-eval-lang-ada.exp: New file.
4793
4dc06805
YQ
47942014-10-14 Yao Qi <yao@codesourcery.com>
4795
4796 * gdb.mi/mi-var-child.c (nothing1): New function.
4797 (nothing2): New function.
4798 (do_children_tests): Set function pointers by nothing1 and
4799 nothing2.
4800 * gdb.mi/mi-var-child.exp: Step over new added statements.
4801 Update test to match the new output.
4802 * gdb.mi/var-cmd.c (nothing1): New function.
4803 (nothing2): New function.
4804 (do_children_tests): Set function pointers by nothing1 and
4805 nothing2.
4806 * gdb.mi/mi-var-display.exp: Update test to match output.
4807 Step to the line specified by $line_dct_nothing.
4808 Increase the number of lines to step.
4809
46a93de2
YQ
48102014-10-14 Yao Qi <yao@codesourcery.com>
4811
4812 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4813 tests.
4814 * gdb.mi/mi2-var-child.exp: Likewise.
4815
14ea52ee
DE
48162014-10-13 Doug Evans <dje@google.com>
4817
4818 * gdb.python/py-objfile.exp: Change name of file name test.
4819
e5c6e92b
DE
48202014-10-13 Doug Evans <dje@google.com>
4821
4822 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4823 from the start of the CU.
4824
c780cc2f
JK
48252014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4826 Yao Qi <yao@codesourcery.com>
4827
4828 Fix "save breakpoints" for "catch" command.
4829 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4830 Remove -nonewline. Match also the added "main" line.
4831
99894e11
JK
48322014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4833
4834 Fix "save breakpoints" for "disable $bpnum" command.
4835 * gdb.base/save-bp.c (main): Add label.
4836 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4837
6e1ac5a3
JK
48382014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4839
4840 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4841
754dd2b0
YQ
48422014-10-11 Yao Qi <yao@codesourcery.com>
4843
4844 * gdb.server/server-kill.exp: Execute command
4845 "set remote trace-status-packet on" before "tstatus".
4846
f90183d7
YQ
48472014-10-11 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4850 (main): Call getppid.
4851 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4852 and continue to it. Read variable "server_pid".
4853
bf40a607
YQ
48542014-10-11 Yao Qi <yao@codesourcery.com>
4855
4856 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4857
052ca370
YQ
48582014-10-11 Yao Qi <yao@codesourcery.com>
4859
4860 * gdb.threads/thread-find.exp: Don't execute command
4861 "info threads".
4862 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4863 * gdb.threads/linux-dp.exp: Don't check the condition
4864 $threads_created equals to zero.
4865
3831839c
PA
48662014-10-10 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/bigcore.exp: Remove references to IRIX.
4869 * gdb.base/funcargs.exp: Likewise.
4870 * gdb.base/interrupt.exp: Likewise.
4871 * gdb.base/mips_pro.exp: Likewise.
4872 * gdb.base/nodebug.exp: Likewise.
4873 * gdb.base/setvar.exp: Likewise.
4874 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4875
8b9a549d
PA
48762014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4877 Pedro Alves <palves@redhat.com>
4878
4879 PR symtab/14466
4880 * gdb.base/vdso-warning.c: New file.
4881 * gdb.base/vdso-warning.exp: New file.
4882
d48ba5e8
DE
48832014-10-02 Doug Evans <dje@google.com>
4884
4885 * gdb.base/structs.c (main): Don't run forever.
4886
2278c276
PA
48872014-10-02 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4890 (top level) <stop threads 1, stop threads 2>: Use it.
4891
b57bacec
PA
48922014-10-02 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.threads/break-while-running.exp (test): Add new
4895 'update_thread_list' argument. Skip "info threads" if false.
4896 (top level): Add new 'update_thread_list' axis.
4897
13fd3ff3
PA
48982014-10-02 Pedro Alves <palves@redhat.com>
4899
4900 PR breakpoints/17431
4901 * gdb.base/execl-update-breakpoints.c: New file.
4902 * gdb.base/execl-update-breakpoints.exp: New file.
4903
0fec99e8
PA
49042014-10-01 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.base/breakpoint-in-ro-region.c: New file.
4907 * gdb.base/breakpoint-in-ro-region.exp: New file.
4908
2ddf4301
SM
49092014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4910
4911 * gdb.mi/mi-exit-code.exp: New file.
4912 * gdb.mi/mi-exit-code.c: New file.
4913
6a5f3f43
YQ
49142014-09-30 Yao Qi <yao@codesourcery.com>
4915
4916 * lib/prelink-support.exp (build_executable_own_libs): Error if
4917 the target isn't native.
4918
345bcc73
YQ
49192014-09-30 Yao Qi <yao@codesourcery.com>
4920
4921 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4922 false.
4923
a25a5a45
PA
49242014-09-22 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.threads/break-while-running.exp: New file.
4927 * gdb.threads/break-while-running.c: New file.
4928
00ba3162
YQ
49292014-09-19 Yao Qi <yao@codesourcery.com>
4930
4931 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4932 Invoke test. Restart GDB with --readnow and invoke test again.
4933
c3b7b696
YQ
49342014-09-19 Yao Qi <yao@codesourcery.com>
4935
4936 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4937 proc set_breakpoint_on_gcd_function. Invoke
4938 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4939 invoke set_breakpoint_on_gcd_function again.
4940
2b4fd423
DE
49412014-09-18 Doug Evans <dje@google.com>
4942
4943 * gdb.dwarf2/symtab-producer.exp: New file.
4944
a5947601
SDJ
49452014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4946
4947 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4948 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4949 * gdb.base/global-var-nested-by-dso.c: Likewise.
4950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4951
91c19059
SDJ
49522014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4953 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/watch-bitfields.exp: Pass string other than test file
4956 name to prepare_for_testing.
4957 (watch): New procedure.
4958 (expect_watchpoint): Use with_test_prefix.
4959 (top level): Factor out tests to ...
4960 (test_watch_location, test_regular_watch): ... these new
4961 procedures, and use with_test_prefix and gdb_continue_to_end.
4962
bb9d5f81
PP
49632014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4964
4965 PR breakpoints/12526
4966 * gdb.base/watch-bitfields.exp: New file.
4967 * gdb.base/watch-bitfields.c: New file.
4968
635856f5
PA
49692014-09-16 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4972 software and hardware addresses, not software address against
4973 itself.
4974
7280ceea
PA
49752014-09-16 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4978 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4979
428b16bd
PA
49802014-09-16 Pedro Alves <palves@redhat.com>
4981
4982 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4983 files.
4984 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4985 "*-*-vxworks*" throughout.
4986 * gdb.base/break.exp: Likewise.
4987 * gdb.base/default.exp: Likewise.
4988 * gdb.base/scope.exp: Likewise.
4989 * gdb.base/sepdebug.exp: Likewise.
4990 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4991 throughout.
4992 * gdb.base/run.c: Likewise.
4993 * gdb.base/sepdebug.c: Likewise.
4994 * gdb.hp/gdb.aCC/run.c: Likewise.
4995 * gdb.reverse/until-reverse.c: Likewise.
4996 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4997
666d413c
YQ
49982014-09-16 Yao Qi <yao@codesourcery.com>
4999
5000 * boards/local-remote-host-native.exp: New file.
5001
57cbd724
DE
50022014-09-14 Doug Evans <xdje42@gmail.com>
5003
5004 * gdb.threads/queue-signal.c (thread_count): New variable.
5005 (thread_count_mutex, thread_count_condvar): New variables.
5006 (incr_thread_count, wait_all_threads_running): New functions.
5007 (main): Wait for all threads to be in their thread functions.
5008
81219e53
DE
50092014-09-13 Doug Evans <xdje42@gmail.com>
5010
5011 * gdb.threads/queue-signal.c: New file.
5012 * gdb.threads/queue-signal.exp: New file.
5013
3714cea7
DE
50142014-09-13 Doug Evans <xdje42@gmail.com>
5015
5016 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5017 be consistent with what default_gdb_init uses.
5018 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5019 the plain text of the prompt. Add some logging printfs.
5020 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5021
fa43b1d7
PA
50222014-09-12 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5025 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5026 * gdb.arch/i386-size-overlap.exp: Likewise.
5027 * gdb.arch/i386-size.exp: Likewise.
5028 * gdb.arch/i386-unwind.exp: Likewise.
5029 * gdb.base/a2-run.exp: Likewise.
5030 * gdb.base/break.exp: Likewise.
5031 * gdb.base/charset.exp: Likewise.
5032 * gdb.base/chng-syms.exp: Likewise.
5033 * gdb.base/commands.exp: Likewise.
5034 * gdb.base/dbx.exp: Likewise.
5035 * gdb.base/find.exp: Likewise.
5036 * gdb.base/funcargs.exp: Likewise.
5037 * gdb.base/jit-simple.exp: Likewise.
5038 * gdb.base/reread.exp: Likewise.
5039 * gdb.base/sepdebug.exp: Likewise.
5040 * gdb.base/step-bt.exp: Likewise.
5041 * gdb.cp/mb-inline.exp: Likewise.
5042 * gdb.cp/mb-templates.exp: Likewise.
5043 * gdb.objc/basicclass.exp: Likewise.
5044 * gdb.threads/killed.exp: Likewise.
5045
9d9bf2df
EBM
50462014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5047
5048 PR tdep/17379
5049 * gdb.arch/powerpc-stackless.S: New file.
5050 * gdb.arch/powerpc-stackless.exp: New file.
5051
1cf2f1b0
JK
50522014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5053
5054 * gdb.base/attach.c: Include unistd.h.
5055 (main): Call alarm. Add label postloop.
5056 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5057 gdb_breakpoint, gdb_continue_to_breakpoint.
5058 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5059
98880d46
PA
50602014-09-11 Pedro Alves <palves@redhat.com>
5061
5062 PR gdb/17347
5063 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5064 * gdb.base/attach.exp (test_command_line_attach_run): New
5065 procedure.
5066 (top level): Call it.
5067
4c92ff2c
PA
50682014-09-11 Pedro Alves <palves@redhat.com>
5069
5070 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5071 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5072 (do_command_attach_tests): Use spawn_wait_for_attach.
5073 * gdb.base/solib-overlap.exp: Likewise.
5074 * gdb.multi/multi-attach.exp: Likewise.
5075 * gdb.python/py-prompt.exp: Likewise.
5076 * gdb.python/py-sync-interp.exp: Likewise.
5077 * gdb.server/ext-attach.exp: Likewise.
5078
3adc1a7d
GKB
50792014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5080
5081 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5082 command in testcase. Simplify testcase.
5083
96334934
JB
50842014-09-10 Joel Brobecker <brobecker@adacore.com>
5085
5086 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5087
eb479039
JB
50882014-09-10 Joel Brobecker <brobecker@adacore.com>
5089
5090 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5091
deede10c
JB
50922014-09-10 Joel Brobecker <brobecker@adacore.com>
5093
5094 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5095
7828a5f5
JB
50962014-09-10 Joel Brobecker <brobecker@adacore.com>
5097
5098 * gdb.dwarf2/dynarr-ptr.c: New file.
5099 * gdb.dwarf2/dynarr-ptr.exp: New file.
5100
33aeebcf
MR
51012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5102
5103 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5104 of 30 rather than hardcoding 120 for a slow test case. Take the
5105 `gdb,timeout' target setting into account for this calculation.
5106 Don't extend the timeout for the test cases that don't need it.
5107
7b415901
MR
51082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5109
5110 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5111 a factor of 2 for a slow test case. Take the `gdb,timeout'
5112 target setting into account for this calculation.
5113 * gdb.reverse/until-precsave.exp: Increase the timeout by
5114 a factor of 15 and 3 respectively rather than adding 120
5115 for a pair of slow test cases. Take the `gdb,timeout'
5116 target setting into account for this calculation.
5117
4a40f85a
MR
51182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5119
5120 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5121 timeout, don't pass one down to gdb_expect.
5122 (gdb_expect): Rework timeout selection.
5123
09635af7
MR
51242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5125
5126 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5127 exception on timeout.
5128 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5129 (gdbserver_start_extended): Catch any `gdbserver_start' error
5130 exceptions.
5131 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5132 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5133 `gdbserver_gdb_load' error exceptions.
5134
2bdd10b7
MR
51352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5136
5137 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5138 120 on waiting for the TCP socket to open.
5139
316935f0
DE
51402014-09-09 Doug Evans <xdje42@gmail.com>
5141
5142 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5143 _caller_matches, _any_caller_is, _any_caller_matches.
5144
83740597
DE
51452014-09-09 Doug Evans <xdje42@gmail.com>
5146
5147 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5148
4c122fc3
YQ
51492014-09-09 Yao Qi <yao@codesourcery.com>
5150
5151 * gdb.mi/mi-var-display.exp: Set print symbol off.
5152
a9f116cb
GKB
51532014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5154
5155 PR gdb/17035
5156 * gdb.base/commands.exp: Add tests to verify user-defined
5157 commands with empty bodies.
5158 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5159 python commands in `show user command`.
5160 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5161 scheme commands in `show user command`.
5162
c75bd3a2
JK
51632014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5164
5165 PR python/17355
5166 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5167 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5168 * gdb.python/py-framefilter-invalidarg.exp: New file.
5169 * gdb.python/py-framefilter-invalidarg.py: New file.
5170
faa42425
DE
51712014-09-06 Doug Evans <xdje42@gmail.com>
5172
5173 PR 15276
5174 * gdb.python/py-caller-is.c: New file.
5175 * gdb.python/py-caller-is.exp: New file.
5176
474ca4f6
SDJ
51772014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5178
5179 PR gdb/17235
5180 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5181 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5182
eb0b0463
SDJ
51832014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5184
5185 PR fortran/17237
5186 * gdb.fortran/print-formatted.exp: New file.
5187 * gdb.fortran/print-formatted.f90: Likewise.
5188
5f3b99cf
SS
51892014-09-03 Sasha Smundak <asmundak@google.com>
5190
5191 * gdb.python/py-frame.exp: Test Frame.read_register.
5192
7d793aa9
SDJ
51932014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5194
5195 PR python/16699
5196 * gdb.python/py-completion.exp: New file.
5197 * gdb.python/py-completion.py: Likewise.
5198
fb0576e9
DE
51992014-08-28 Doug Evans <dje@google.com>
5200
5201 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5202 eax,etc. are live with values set by gdb and thus the compiler can't
5203 use them.
5204 * gdb.arch/i386-pseudo.c (main): Ditto.
5205
ee92b0dd
DE
52062014-08-27 Doug Evans <dje@google.com>
5207
5208 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5209
6649db35
DE
52102014-08-25 Doug Evans <dje@google.com>
5211
5212 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5213 (main): Ditto.
5214
564b7600
DE
52152014-08-25 Doug Evans <dje@google.com>
5216
5217 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5218
3881fb67
YQ
52192014-08-24 Yao Qi <yao@codesourcery.com>
5220
5221 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5222 symbol off.
5223 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5224
a05a36a5
DE
52252014-08-22 Doug Evans <dje@google.com>
5226
5227 PR 17276
5228 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5229 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5230 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5231
7c343b48
YQ
52322014-08-22 Yao Qi <yao@codesourcery.com>
5233
5234 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5235 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5236 * gdb.python/python.exp: Likewise. Use .py file on the host
5237 instead of the build.
5238
22fd09ae
JK
52392014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 * gdb.threads/gcore-stale-thread.c: New file.
5242 * gdb.threads/gcore-stale-thread.exp: New file.
5243
a8454a7c
PA
52442014-08-21 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5247 * gdb.base/gcore-relro-pie.exp: Likewise.
5248 * gdb.base/gcore-relro.exp: Likewise.
5249 * gdb.base/gcore.exp: Likewise.
5250 * gdb.base/print-symbol-loading.exp: Likewise.
5251 * gdb.threads/gcore-thread.exp: Likewise.
5252 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5253
2a31c623
PA
52542014-08-20 Pedro Alves <palves@redhat.com>
5255 Jan Kratochvil <jan.kratochvil@redhat.com>
5256
5257 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5258 configure.
5259 (EXPECT): Handle READ1 being set.
5260 (all): Depend on EXTRA_RULES.
5261 (check-read1, expect-read1, read1.so, read1): New rules.
5262 * README (Testsuite Parameters): Document the READ1 make variable.
5263 (Race detection): New section.
5264 * configure: Regenerate.
5265 * configure.ac: If build==host==target, and running under a
5266 GNU/glibc system, add read1 to the extra Makefile rules.
5267 (EXTRA_RULES): AC_SUBST it.
5268 * lib/read1.c: New file.
5269
d36430db
JB
52702014-08-20 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5273 the handling of variables declared as a typedef to an array
5274 which a DW_AT_data_location attribute.
5275
9a0dc9e3
PA
52762014-08-19 Andrew Burgess <aburgess@broadcom.com>
5277 Pedro Alves <palves@redhat.com>
5278
5279 PR symtab/14604
5280 PR symtab/14605
5281 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5282 gdb_test.
5283
0718a8da
PA
52842014-08-19 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5287
13b448cd
YQ
52882014-08-19 Yao Qi <yao@codesourcery.com>
5289
5290 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5291 right line.
5292
1cbf5077
DB
52932014-08-18 David Blaikie <dblaikie@gmail.com>
5294
5295 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5296
bf0fae19
JB
52972014-08-18 Joel Brobecker <brobecker@adacore.com>
5298
5299 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5300 attribute in array range.
5301
3c8c5dcc
JB
53022014-08-18 Joel Brobecker <brobecker@adacore.com>
5303
5304 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5305
e66d4446
SC
53062014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5307
5308 PR c++/17132
5309 * gdb.cp/pr17132.cc: New file.
5310 * gdb.cp/pr17132.exp: New file.
5311
940df408
SC
53122014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5313
5314 * gdb.python/py-xmethods.py (A_getarrayind)
5315 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5316 Use 'print' with function call syntax.
5317 (E_method_matcher.match): Fix tab vs space indentation mixup.
5318
ebcc6c3a
YQ
53192014-08-15 Yao Qi <yao@codesourcery.com>
5320
5321 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5322 false.
5323
775e0f04
YQ
53242014-08-15 Yao Qi <yao@codesourcery.com>
5325
5326 * gdb.cp/casts.exp: Set print symbol off.
5327 * gdb.cp/class2.exp: Likewise.
5328 * gdb.cp/overload.exp: Likewise.
5329 * gdb.cp/templates.exp: Likewise.
5330
d769e349
DE
53312014-08-11 Doug Evans <dje@google.com>
5332
5333 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5334 (test_load_shlib): Update.
5335
20c6f1e1
YQ
53362014-08-09 Yao Qi <yao@codesourcery.com>
5337
5338 * gdb.base/display.exp: Invoke is_address_zero_readable.
5339 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5340 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5341 * gdb.base/hbreak-unmapped.exp: Return if
5342 is_address_zero_readable returns true.
5343 * gdb.base/signest.exp: Likewise.
5344 * gdb.base/signull.exp: Likewise.
5345 * gdb.base/sigbpt.exp: Likewise.
5346 * gdb.guile/scm-disasm.exp: Do the test if
5347 is_address_zero_readable returns false.
5348 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5349 * gdb.python/py-arch.exp: Likewise.
5350 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5351 * lib/gdb.exp (is_address_zero_readable): New proc.
5352
5792e8e3
YQ
53532014-08-09 Yao Qi <yao@codesourcery.com>
5354
5355 PR testsuite/13443
5356 * gdb.mi/mi-var-display.exp: Make test messages unique.
5357
3cecbbbe
TT
53582014-08-04 Tom Tromey <tromey@redhat.com>
5359
5360 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5361 target 0".
5362
00b51ff5
TT
53632014-08-04 Tom Tromey <tromey@redhat.com>
5364
5365 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5366 "target_resume".
5367
6908c509
JB
53682014-08-01 Joel Brobecker <brobecker@adacore.com>
5369
5370 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5371 inner_vla_struct_object_size.
5372 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5373 as xfail.
5374
cc6563d2
PA
53752014-07-30 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5378 comment.
5379
7e09a223
YQ
53802014-07-29 Yao Qi <yao@codesourcery.com>
5381
5382 PR gdb/17206
5383 * gdb.base/until-nodebug.exp: New.
5384
7ebdbe92
DE
53852014-07-28 Doug Evans <xdje42@gmail.com>
5386
5387 PR guile/17203
5388 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5389 previously existing parameter, and previously ambiguously spelled
5390 parameter.
5391
fdb1adc6
WN
53922014-07-28 Will Newton <will.newton@linaro.org>
5393
5394 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5395
186fcde0
DE
53962014-07-26 Ludovic Courtès <ludo@gnu.org>
5397 Doug Evans <xdje42@gmail.com>
5398
5399 PR guile/17146
5400 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5401
70509625
PA
54022014-07-25 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.threads/signal-command-handle-nopass.c: New file.
5405 * gdb.threads/signal-command-handle-nopass.exp: New file.
5406 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5407 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5408 * gdb.threads/signal-delivered-right-thread.c: New file.
5409 * gdb.threads/signal-delivered-right-thread.exp: New file.
5410
c3f814a1
PA
54112014-07-25 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.base/double-prompt-target-event-error.exp
5414 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5415 match.
5416 (cancel_pagination_in_target_event): Rework double prompt
5417 detection.
5418 * gdb.base/paginate-after-ctrl-c-running.exp
5419 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5420 <return>' match.
5421 * gdb.base/paginate-bg-execution.exp
5422 (test_bg_execution_pagination_return)
5423 (test_bg_execution_pagination_cancel): Remove '-notransfer
5424 <return>' matches.
5425 * gdb.base/paginate-execution-startup.exp
5426 (test_fg_execution_pagination_return)
5427 (test_fg_execution_pagination_cancel): Remove '-notransfer
5428 <return>' matches.
5429 * gdb.base/paginate-inferior-exit.exp
5430 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5431 match.
5432 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5433 * lib/gdb.exp (pagination_prompt): Run text through
5434 string_to_regexp.
5435 (gdb_test_multiple): Match $pagination_prompt instead of
5436 "<return>".
5437 (string_to_regexp): Move to lib/gdb-utils.exp.
5438
e214cf6c
JK
54392014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5440
5441 * gdb.arch/amd64-entry-value-paramref.S: New file.
5442 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5443 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5444 * gdb.arch/amd64-optimout-repeat.S: New file.
5445 * gdb.arch/amd64-optimout-repeat.c: New file.
5446 * gdb.arch/amd64-optimout-repeat.exp: New file.
5447
17d0c5c8
JK
54482014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5449
5450 PR gdb/17170
5451 * gdb.base/statistics.exp: New file.
5452
b8b8facf
DE
54532014-07-17 Doug Evans <dje@google.com>
5454
74b49205 5455 PR gdb/17170
b8b8facf
DE
5456 * gdb.base/maint.exp: Update testing of per-command stats.
5457
1b5d0ab3
PA
54582014-07-16 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5461 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5462 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5463 (tfile_write_buf): New functions.
5464 (add_memory_block): Rewrite using the above.
5465 (adjust_function_address): New function.
5466 (FUNCTION_ADDRESS): New macro.
5467 (write_basic_trace_file): Remove short_x local, and use
5468 tfile_write_16. Change type of func_addr local to unsigned long
5469 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5470 here. Cast argument of add_memory_block to char pointer.
5471 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5472 (main): Remove parameters.
5473 * gdb.trace/tfile.exp: Remove nowarnings.
5474
4d974e88
SM
54752014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5476
5477 * gdb.base/debug-expr.exp: Test string evaluation with
5478 "debug expression" on.
5479
41e99568
PA
54802014-07-15 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.base/reread.exp: Use clean_restart.
5483
487d9753
PL
54842014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5485
5486 * gdb.arch/avr-flash-qualifer.c: New.
5487 * gdb.arch/avr-flash-qualifer.exp: New.
5488
cc1c52ad
PA
54892014-07-14 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5492 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5493
1e973570
PA
54942014-07-14 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/double-prompt-target-event-error.c: New file.
5497 * gdb.base/double-prompt-target-event-error.exp: New file.
5498
93d6eb10
PA
54992014-07-14 Pedro Alves <palves@redhat.com>
5500
5501 PR gdb/17072
5502 * gdb.base/paginate-inferior-exit.c: New file.
5503 * gdb.base/paginate-inferior-exit.exp: New file.
5504
0017922d
PA
55052014-07-14 Pedro Alves <palves@redhat.com>
5506
5507 PR gdb/17072
5508 * gdb.base/paginate-bg-execution.c: New file.
5509 * gdb.base/paginate-bg-execution.exp: New file.
5510
94696ad3
PA
55112014-07-14 Pedro Alves <palves@redhat.com>
5512
5513 PR gdb/17072
5514 * gdb.base/paginate-execution-startup.c: New file.
5515 * gdb.base/paginate-execution-startup.exp: New file.
5516 * lib/gdb.exp (pagination_prompt): New global.
5517 (default_gdb_spawn): New procedure, factored out from
5518 default_gdb_spawn.
5519 (default_gdb_start): Adjust to call default_gdb_spawn.
5520 (gdb_spawn): New procedure.
5521
bd293940
PA
55222014-07-14 Pedro Alves <palves@redhat.com>
5523
5524 * lib/gdb.exp (gdb_assert): New procedure.
5525 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5526
c933f875
PA
55272014-07-14 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/execution-termios.c: New file.
5530 * gdb.base/execution-termios.exp: New file.
5531
d98b7a16
TT
55322014-07-14 Tom Tromey <tromey@redhat.com>
5533
5534 * gdb.cp/vla-cxx.cc: New file.
5535 * gdb.cp/vla-cxx.exp: New file.
5536
548740d6
TT
55372014-07-14 Tom Tromey <tromey@redhat.com>
5538
5539 * gdb.reverse/rerun-prec.c: New file.
5540 * gdb.reverse/rerun-prec.exp: New file.
5541
a25eb028
MR
55422014-07-12 Maciej W. Rozycki <macro@mips.com>
5543 Maciej W. Rozycki <macro@codesourcery.com>
5544
5545 * lib/gdb-utils.exp: New file.
5546 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5547 inline `gdb_init_command' processing.
5548 (gdb_start_cmd): Likewise.
5549 * lib/mi-support.exp (mi_run_cmd): Likewise.
5550 * README: Document `gdb_init_command' and `gdb_init_commands'.
5551
218c2655
JK
55522014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 Fix false FAIL running under a very long directory name.
5555 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5556 and "set print elements 10000". Twice.
5557
5401fde3
YQ
55582014-07-11 Yao Qi <yao@codesourcery.com>
5559
5560 * gdb.base/exprs.exp: "set print symbol off".
5561
e76126e8
PA
55622014-07-11 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.threads/kill.c: New file.
5565 * gdb.threads/kill.exp: New file.
5566
2d6f0de6
YQ
55672014-07-10 Yao Qi <yao@codesourcery.com>
5568
5569 * gdb.trace/tfile.c (write_basic_trace_file)
5570 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5571 address written to trace file.
5572
7180e04a
PA
55732014-07-09 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.base/attach-wait-input.exp: New file.
5576 * gdb.base/attach-wait-input.c: New file.
5577
9a9a7608
AB
55782014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5581 setting up test structures.
5582 (main): Call new test function.
5583 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5584 test function, continue into test function and walk test
5585 structures.
5586
161ac41e
YQ
55872014-07-02 Yao Qi <yao@codesourcery.com>
5588
5589 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5590 'bar_start' at the beginning of functions 'foo' and 'bar'
5591 respectively.
5592 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5593 instead of 'foo' and 'bar'.
5594
1f267ae3
MM
55952014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5596
5597 * gdb.btrace/segv.exp: New.
5598 * gdb.btrace/segv.c: New.
5599
2b239efb
LM
56002014-07-02 Luis Machado <lgustavo@codesourcery.com>
5601
5602 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5603 instruction.
5604
cf363f18
MW
56052014-06-30 Mark Wielaard <mjw@redhat.com>
5606
5607 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5608 vulture, vilify, villar): New volatile array constants.
5609 (vindictive, vegetation): New const volatile array constants.
5610 * gdb.base/volatile.exp: Test volatile and const volatile array
5611 types.
5612
aebf9d24
AA
56132014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5614
5615 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5616 target lacks support for awatch, rwatch, or hbreak.
5617
b67a2c6f
YQ
56182014-06-27 Yao Qi <yao@codesourcery.com>
5619
5620 * gdb.multi/dummy-frame-restore.exp: New.
5621 * gdb.multi/dummy-frame-restore.c: New.
5622
aef92902
MM
56232014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5624
5625 * gdb.btrace/gcore.exp: New.
5626
8e9db26e
PA
56272014-06-23 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/watchpoint-reuse-slot.c: New file.
5630 * gdb.base/watchpoint-reuse-slot.exp: New file.
5631
70afc5b7
SC
56322014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5633
5634 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5635 progspace's filename in 'info', 'enable' and 'disable' command
5636 tests.
5637
b972bd9c
JK
56382014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5639
5640 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5641 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5642 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5643
125f8a3d
GB
56442014-06-20 Gary Benson <gbenson@redhat.com>
5645
5646 * gdb.arch/i386-avx.exp: Fix include file location.
5647 * gdb.arch/i386-sse.exp: Likewise.
5648
3ed9baed
IB
56492014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5650
5651 * gdb.dlang/expression.exp: New file.
5652
034f788c
PA
56532014-06-19 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5656 out from ...
5657 (top level): ... here. Iterate running tests under different
5658 scheduler-locking settings.
5659
45371d0c
LM
56602014-06-18 Luis Machado <lgustavo@codesourcery.com>
5661
5662 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5663 to DW_FORM_addr and use non-zero addresses.
5664
5d376983
SC
56652014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5666
5667 PR gdb/17017
5668 * gdb.python/py-xmethods.cc: Add global function call counters and
5669 increment them in their respective functions. Remove "cout"
5670 statements.
5671 * gdb.python/py-xmethods.exp: Make tests check the global function
5672 call counters instead of depending on inferior IO.
5673
a1aa2221
LM
56742014-06-18 Don Breazeal <donb@codesourcery.com>
5675
5676 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5677 Deleted procedure.
5678 (explicit_fork_parent_follow): Deleted procedure.
5679 (explicit_fork_child_follow): Deleted procedure.
5680 (test_follow_fork): New procedure.
5681 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5682 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5683 procedure calls.
5684
0fc05997
YQ
56852014-06-17 Yao Qi <yao@codesourcery.com>
5686
5687 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5688 CP1252.
5689
70795c52
LM
56902014-06-17 Luis Machado <lgustavo@codesourcery.com>
5691
5692 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5693 Initialize ptr and S explicitly.
5694 (skip_type_update_when_not_use_rtti_test): Likewise.
5695
6be47f0c
KS
56962014-06-16 Keith Seitz <keiths@redhat.com>
5697
5698 PR mi/15863
5699 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5700 the inferior is started.
5701
d03de421
PA
57022014-06-16 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.base/break-main-file-remove-fail.c: New file.
5705 * gdb.base/break-main-file-remove-fail.exp: New file.
5706 * gdb.base/break-unload-file.exp: Use build_executable instead of
5707 prepare_for_testing.
5708 (test_break): New parameter "initial_load". Handle it.
5709 (top level): Add initial_load cmdline/file axis.
5710
f9579b99
TT
57112014-06-12 Tom Tromey <tromey@redhat.com>
5712
5713 * gdb.base/completion.exp: Don't use directory name in test.
5714
3657956b
GB
57152014-06-09 Gary Benson <gbenson@redhat.com>
5716
5717 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5718 separate the always-available ANSI-standard signals from the
5719 signals that require checking.
5720 (main): Likewise.
5721 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5722 Likewise.
5723 (main): Likewise.
5724
4186eb54
KS
57252014-06-07 Keith Seitz <keiths@redhat.com>
5726
5727 Revert:
5728 PR c++/16253
5729 * gdb.cp/var-tag.cc: New file.
5730 * gdb.cp/var-tag.exp: New file.
5731 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5732 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5733 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5734 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5735
25326a28 57362014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5737
5738 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5739
829155c9
PA
57402014-06-06 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5743 in target debug output instead of looking at RSP packets,
5744 disabling the test on any target that uses hardware stepping.
5745 Update comments.
5746
61c8d22e
PA
57472014-06-06 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/break-unload-file.exp: Fix typo.
5750
d9a47287
YQ
57512014-06-06 Yao Qi <yao@codesourcery.com>
5752
5753 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5754 from "jit_function" to "^jit_function".
5755
e5e01dbf
YQ
57562014-06-06 Yao Qi <yao@codesourcery.com>
5757
5758 * gdb.base/async.c (foo): Add one statement.
5759 * gdb.base/async.exp: Get the next instruction address and
5760 match the output of "nexti" by instruction address. Match
5761 the hex address in the output of "finish".
5762
73ba372c
GB
57632014-06-06 Gary Benson <gbenson@redhat.com>
5764
5765 * gdb.base/call-signals.c: Remove preprocessor conditionals
5766 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5767 SIGSEGV and SIGTERM.
5768 * gdb.base/sigall.c: Likewise.
5769 * gdb.base/unwindonsignal.c: Likewise.
5770 * gdb.reverse/sigall-reverse.c: Likewise.
5771
831517df
YQ
57722014-06-06 Yao Qi <yao@codesourcery.com>
5773
5774 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5775 readable, skip the test.
5776
b8b91e98
YQ
57772014-06-06 Yao Qi <yao@codesourcery.com>
5778
5779 * gdb.threads/staticthreads.c (thread_function): Move the line
5780 setting breakpoint on forward.
5781 * gdb.threads/staticthreads.exp: Update comments.
5782
fb934770
LC
57832014-06-05 Ludovic Courtès <ludo@gnu.org>
5784
5785 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5786 "history-append! type error".
5787
6ef284bd
SM
57882014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5789
5790 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5791 erroneous dprintf expected input.
5792
a872e241
DE
57932014-06-04 Doug Evans <xdje42@gmail.com>
5794
5795 * gdb.guile/scm-generics.exp: Delete.
5796
16f691fb
DE
57972014-06-04 Doug Evans <xdje42@gmail.com>
5798
5799 * gdb.guile/scm-breakpoint.exp: Update.
5800 Add tests for breakpoint registration.
5801
012370f6
TT
58022014-06-04 Tom Tromey <tromey@redhat.com>
5803
5804 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5805 VLA-in-union.
5806 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5807 inner_vla_struct, vla_union types. Initialize objects of those
5808 types and compute their sizes.
5809
9f5a4cef
HZ
58102014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5811 Hui Zhu <hui@codesourcery.com>
5812
5813 * gdb.base/fileio.exp: Add test for shell not available as well as
5814 available.
5815 * gdb.base/fileio.c (test_system): Check for shell twice.
5816
90a45c4d
YQ
58172014-06-04 Yao Qi <yao@codesourcery.com>
5818
5819 * gdb.base/auto-connect-native-target.exp: Remove redundant
5820 space from the regexp pattern.
5821
70017e41
YQ
58222014-06-04 Yao Qi <yao@codesourcery.com>
5823
5824 * gdb.base/default.exp: Replace "child" with "native" in
5825 regexp pattern.
5826
883964a7
SC
58272014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5828
5829 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5830 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5831 * gdb.python/py-xmethods.py: Python script supporting the
5832 new testcase and tests.
5833
ef370185
JB
58342014-06-03 Joel Brobecker <brobecker@adacore.com>
5835 Pedro Alves <palves@redhat.com>
5836
5837 PR breakpoints/17000
5838 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5839 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5840
1e2ccb61
BM
58412014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5842
5843 * gdb.base/subst.exp: Add tests to verify partial path matching
5844 output.
5845
c6ec5ab2
PA
58462014-06-03 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5849 target that doesn't use software single-stepping.
5850
835c559f
PA
58512014-06-03 Pedro Alves <palves@redhat.com>
5852
5853 PR breakpoints/17000
5854 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5855 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5856
06eb1586
DE
58572014-06-02 Doug Evans <xdje42@gmail.com>
5858
5859 * gdb.guile/scm-parameter.exp: New file.
5860
e698b8c4
DE
58612014-06-02 Doug Evans <xdje42@gmail.com>
5862
5863 * gdb.guile/scm-cmd.c: New file.
5864 * gdb.guile/scm-cmd.exp: New file.
5865
ded03782
DE
58662014-06-02 Doug Evans <xdje42@gmail.com>
5867
5868 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5869 pretty-printer lookup.
5870 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5871 (make-pp_s-printer): Call it.
5872 (make-pretty-printer-from-dict): New function.
5873 (lookup-pretty-printer-maker-from-dict): New function.
5874 (*pretty-printer*): Simplify.
5875 (make-objfile-pp_s-printer): New function.
5876 (install-objfile-pretty-printers!): New function.
5877 (make-progspace-pp_s-printer): New function.
5878 (install-progspace-pretty-printers!): New function.
5879 * gdb.guile/scm-progspace.c: New file.
5880 * gdb.guile/scm-progspace.exp: New file.
5881
41fac0cf
PA
58822014-06-02 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.base/dprintf-bp-same-addr.c: New file.
5885 * gdb.base/dprintf-bp-same-addr.exp: New file.
5886
96ae5695
EBM
58872014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5888
5889 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5890 * gdb.arch/powerpc-power.s: Likewise.
5891
da02b3a8
JB
58922014-06-02 Joel Brobecker <brobecker@adacore.com>
5893
5894 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5895
c72b2e7b
YQ
58962014-06-01 Yao Qi <yao@codesourcery.com>
5897
5898 * gdb.base/watchpoint.exp (test_watch_location): Check null
5899 pointer can be dereferenced. If not, do the test, otherwise
5900 skip it.
5901
53e8a631
AB
59022014-05-30 Andrew Burgess <aburgess@broadcom.com>
5903
5904 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5905 results.
5906 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5907
938f0e2f
AB
59082014-05-30 Andrew Burgess <aburgess@broadcom.com>
5909
5910 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5911 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5912 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5913 * gdb.arch/amd64-invalid-stack-top.c: New file.
5914 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5915
9ba6657a
PA
59162014-05-30 Pedro Alves <palves@redhat.com>
5917
5918 PR breakpoints/17000
5919 * gdb.base/sss-bp-on-user-bp.c: New file.
5920 * gdb.base/sss-bp-on-user-bp.exp: New file.
5921
522c09bf
DB
59222014-05-30 David Blaikie <dblaikie@gmail.com>
5923
5924 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5925 gnu_inline semantics via attribute.
5926 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5927 source explicitly specifies the required semantics.
5928
bf4ef81e
MR
59292014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5930
5931 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5932
329ea579
PA
59332014-05-29 Pedro Alves <palves@redhat.com>
5934 Tom Tromey <tromey@redhat.com>
5935
5936 * gdb.base/async-shell.exp: Don't enable target-async.
5937 * gdb.base/async.exp
5938 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5939 parameter. Adjust.
5940 (top level): Don't test with "target-async".
5941 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5942 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5943 * gdb.base/inferior-died.exp: Don't enable target-async.
5944 * gdb.base/interrupt-noterm.exp: Likewise.
5945 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5946 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5947 * gdb.mi/mi-nonstop.exp: Likewise.
5948 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5949 * gdb.mi/mi-nsintrall.exp: Likewise.
5950 * gdb.mi/mi-nsmoribund.exp: Likewise.
5951 * gdb.mi/mi-nsthrexec.exp: Likewise.
5952 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5953 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5954 * gdb.python/py-evsignal.exp: Don't enable target-async.
5955 * gdb.python/py-evthreads.exp: Likewise.
5956 * gdb.python/py-prompt.exp: Likewise.
5957 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5958 * gdb.server/solib-list.exp: Don't enable target-async.
5959 * gdb.threads/thread-specific-bp.exp: Likewise.
5960 * lib/mi-support.exp: Adjust to use mi-async.
5961
fd664c91
PA
59622014-05-29 Pedro Alves <palves@redhat.com>
5963
5964 PR gdb/13860
5965 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5966 reason, even in sync mode.
5967
251bde03
PA
59682014-05-29 Pedro Alves <palves@redhat.com>
5969 Hui Zhu <hui@codesourcery.com>
5970
5971 PR PR15693
5972 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5973 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5974 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5975 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5976
7f3c0343
JB
59772014-05-28 Joel Brobecker <brobecker@adacore.com>
5978
5979 * config/monitor.exp (gdb_target_monitor): Replace use of
5980 "set remotebaud" by "set serial baud".
5981
b2715b27
AW
59822014-05-26 Andy Wingo <wingo@igalia.com>
5983
5984 * gdb.guile/scm-breakpoint.exp:
5985 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5986 properties instead of gdb-object-properties.
5987
498a4489
YQ
59882014-05-26 Yao Qi <yao@codesourcery.com>
5989
5990 * gdb.server/no-thread-db.exp: Specify source file name
5991 explicitly when setting a breakpoint.
5992
589fdceb
MM
59932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5994
5995 * gdb.btrace/vdso.c: New.
5996 * gdb.btrace/vdso.exp: New.
5997
e9089e05
MM
59982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5999
6000 * gdb.base/gcore.exp (capture_command_output): Move ...
6001 * lib/gdb.exp (capture_command_output): ... here.
6002
67b5c0c1
MM
60032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6004
6005 * gdb.btrace/data.exp: Test memory access during btrace replay.
6006
a2199296
SM
60072014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6008
6009 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6010
17b2616c
PA
60112014-05-21 Pedro Alves <palves@redhat.com>
6012
6013 PR gdb/13860
6014 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6015 (top level): Test that output related to execution commands is
6016 sent to the console with CLI commands, but not with MI commands.
6017 Test that breakpoint events are always mirrored to the console.
6018 Also expect the new source line to be output after a "next" in
6019 async mode too. Make it a pass/fail test.
6020 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6021 output.
6022 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6023
5166082f
PA
60242014-05-21 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6027 Use them to test variations of "list" after reaching a breakpoint.
6028 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6029 Test "list" with listsize 10 after reaching a breakpoint.
6030 * gdb.python/python.exp (decode_line current location line
6031 number): Adjust expected line number.
6032
2f25d70f
SM
60332014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6034
6035 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6036 behavior for $args, pass it directly to "run".
6037
ff604a67
MR
60382014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6039
6040 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6041 30000 to 65536.
6042
6a3cb8e8
PA
60432014-05-21 Pedro Alves <palves@redhat.com>
6044
6045 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6046 auto-connect-native-target off".
6047 * gdb.base/auto-connect-native-target.c: New file.
6048 * gdb.base/auto-connect-native-target.exp: New file.
6049
4ebfc96e
PA
60502014-05-21 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.base/default.exp: Test "target native" instead of "target
6053 child".
6054
36d46afb
MW
60552014-05-21 Mark Wielaard <mjw@redhat.com>
6056
6057 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6058
5876f503
JK
60592014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6060
6061 Fix TLS access for -static -pthread.
6062 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6063 <HAVE_TLS> (thread_function, main): Initialize it.
6064 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6065 Add clean_restart.
6066 <$have_tls != "">: Check TLSVAR.
6067
0256a6ac
PA
60682014-05-21 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/dcache-line-read-error.c: New.
6071 * gdb.base/dcache-line-read-error.exp: New.
6072
936d2992
PA
60732014-05-20 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/compare-sections.c: New file.
6076 * gdb.base/compare-sections.exp: New file.
6077
802e8e6d
PA
60782014-05-20 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/break-idempotent.c: New file.
6081 * gdb.base/break-idempotent.exp: New file.
6082
e59fa00f
MM
60832014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6084
6085 * gdb.btrace/nohist.exp: New.
6086
8b696e31
YQ
60872014-05-20 Yao Qi <yao@codesourcery.com>
6088
6089 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6090 gdb.reverse directory and gdb_reverse_timeout exists in board
6091 setting.
6092 * README: Document gdb_reverse_timeout.
6093
73c9764f
YQ
60942014-05-20 Yao Qi <yao@codesourcery.com>
6095
6096 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6097 'test_file_name'. Treat args as a string instead of a list.
6098 (gdb_init): Rename argument 'args' by 'test_file_name'.
6099
f1f4348a
JK
61002014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6101
6102 * gdb.arch/powerpc-power.exp: New file.
6103 * gdb.arch/powerpc-power.s: New file.
6104
0dbe70ce
DE
61052014-05-16 Doug Evans <dje@google.com>
6106
6107 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6108 * gdb.base/completion.exp: Check that all expected files exist
6109 before doing file completion.
0dbe70ce 6110
8d551b02
DE
61112014-05-16 Doug Evans <dje@google.com>
6112
6113 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6114 Update.
6115 (do_syscall_tests_without_xml): Update.
6116
73eb7709
PA
61172014-05-16 Pedro Alves <palves@redhat.com>
6118
6119 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6120 instead of "unknown output after running".
6121
3fae92fc
YQ
61222014-05-16 Yao Qi <yao@codesourcery.com>
6123
6124 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6125 file1.txt from host at the end.
6126 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6127
c2b2ccc5
DE
61282014-05-15 Doug Evans <dje@google.com>
6129
6130 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6131 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6132 loading file. Add test for TU lookup.
6133
8c217a4b
SM
61342014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6135
6136 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6137 calling "-exec-arguments" or "set args" before running the
6138 inferior.
6139
3deb39c6
SM
61402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6141
6142 * lib/mi-support.exp (mi_expect_stop): Expect message for
6143 inferiors that exit with non-zero exit code.
6144
71a79f8c
YQ
61452014-05-14 Yao Qi <yao@codesourcery.com>
6146
6147 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6148 match absolute path on remote host.
6149 (test_file_list_exec_source_files): Remove "/" from the
6150 pattern.
6151
f23fcd46
YQ
61522014-05-14 Yao Qi <yao@codesourcery.com>
6153
6154 * boards/local-remote-host-notty.exp (${board}_file): New
6155 proc.
6156
9404b58f
KM
61572014-05-07 Kyle McMartin <kyle@redhat.com>
6158
6159 Pushed by Joel Brobecker <brobecker@adacore.com>.
6160 * gdb.arch/aarch64-atomic-inst.c: New file.
6161 * gdb.arch/aarch64-atomic-inst.exp: New file.
6162
5e45f04c
YQ
61632014-05-07 Yao Qi <yao@codesourcery.com>
6164
6165 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6166 in current context" too.
6167
c888a17d
KS
61682014-05-05 Keith Seitz <keiths@redhat.com>
6169
6170 * gdb.linespec/ls-dollar.exp: Add test for linespec
6171 file:convenience_variable.
6172
290a839c
YQ
61732014-05-05 Yao Qi <yao@codesourcery.com>
6174
6175 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6176 traceframes into tfile and ctf trace files. Read data from
6177 trace file and test collected data.
6178 (gdb_collect_locals_test): Likewise.
6179 (gdb_unavailable_registers_test): Likewise.
6180 (gdb_unavailable_floats): Likewise.
6181 (gdb_collect_globals_test): Likewise.
6182 (top-level): Append "ctf" to trace_file_targets if GDB
6183 supports.
6184
b5262cd0
YQ
61852014-05-05 Yao Qi <yao@codesourcery.com>
6186
6187 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6188 code to ...
6189 (gdb_collect_args_test_1): ... it. New proc.
6190 (gdb_collect_locals_test): Move some code to ...
6191 (gdb_collect_locals_test_1): ... it. New proc.
6192 (gdb_unavailable_registers_test): Move some code to ...
6193 (gdb_unavailable_registers_test_1): ... it. New proc.
6194 (gdb_unavailable_floats): Move some code to ...
6195 (gdb_unavailable_floats_1): ... it. New proc.
6196
30a1e6cc
SDJ
61972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6198
6199 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6200 probes to test for bitness recognition.
6201 * gdb.arch/amd64-stap-optional-prefix.exp
6202 (test_probe_value_without_reg): New procedure.
6203 Add code to test for different kinds of bitness.
6204
f33da99a
SDJ
62052014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6206
6207 PR breakpoints/16889
6208 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6209 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6210
5b80f00d
PA
62112014-05-01 Pedro Alves <palves@redhat.com>
6212
6213 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6214 gdb_file_cmd if no file is specified.
6215 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6216 last_loaded_file to set the remote exec-file.
6217
f8c2a73c
PA
62182014-05-01 Pedro Alves <palves@redhat.com>
6219
6220 * boards/local-remote-host.exp: New file.
6221
be6e8ac7
PA
62222014-05-01 Pedro Alves <palves@redhat.com>
6223
6224 * boards/local-remote-host.exp: Rename to ...
6225 * boards/local-remote-host-notty.exp: ... this.
6226
cac0dc8f
JB
62272014-04-28 Joel Brobecker <brobecker@adacore.com>
6228
6229 * gdb.ada/dyn_arrayidx: New testcase.
6230
9730e6cc
YQ
62312014-04-26 Yao Qi <yao@codesourcery.com>
6232
6233 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6234 and compute the length of function main. Save it in
6235 $main_length.
6236 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6237 (top-level): Use gdb_compile to compile objects into
6238 executable and restart GDB. Remove invocation to
6239 prepare_for_testing.
6240
7ae1a6a6
PA
62412014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6242 Pedro Alves <palves@redhat.com>
6243
6244 PR server/16255
6245 * gdb.multi/multi-attach.c: New file.
6246 * gdb.multi/multi-attach.exp: New file.
6247
4082afcc
PA
62482014-04-25 Pedro Alves <palves@redhat.com>
6249
6250 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6251 user.
6252 (top level): Test that "set remote conditional-breakpoints-packet
6253 off" works as intended.
6254 * gdb.base/dprintf.exp: Test that "set remote
6255 breakpoint-commands-packet off" works as intended.
6256 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6257 New function.
6258 (top level): Call it.
6259 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6260 remote fast-tracepoints-packet off" works as intended.
6261 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6262 * lib/gdb.exp (gdb_is_target_remote): ... here.
6263
2abc3f8d
DB
62642014-04-24 David Blaikie <dblaikie@gmail.com>
6265
6266 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6267 ensure clang would not discard them.
6268 * gdb.base/gdbvars.c: Ditto.
6269 * gdb.base/memattr.c: Ditto.
6270 * gdb.base/whatis.c: Ditto.
6271 * gdb.python/py-prettyprint.c: Ditto.
6272 * gdb.trace/actions.c: Ditto.
6273 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6274 ensure clang would not discard it.
6275
bfd39632
DB
62762014-04-24 David Blaikie <dblaikie@gmail.com>
6277
6278 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6279 clang to emit the full definition of type required by the test
6280 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6281
22842ff6
DB
62822014-04-24 David Blaikie <dblaikie@gmail.com>
6283
6284 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6285 coax Clang into emitting the definition of the type.
6286 * gdb.cp/pr10728-x.h (y): Ditto.
6287 * gdb.cp/pr10728-y.cc (y): Ditto.
6288
c2e827ad
DB
62892014-04-24 David Blaikie <dblaikie@gmail.com>
6290
6291 * gdb.base/label.exp: XFAIL label related tests under Clang.
6292 * gdb.cp/cplabel.exp: Ditto.
6293 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6294 under Clang those using labels.
6295
4c2d33e7
YQ
62962014-04-25 Yao Qi <yao@codesourcery.com>
6297
6298 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6299 double_label.
6300 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6301 partial_label and double_label.
6302
56083b99
DB
63032014-04-24 David Blaikie <dblaikie@gmail.com>
6304
6305 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6306
25d4e99d
DB
63072014-04-24 David Blaikie <dblaikie@gmail.com>
6308
6309 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6310 of the function to work across GCC and Clang.
6311 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6312 pointer types (const void ** const V void **).
6313
01f9f808
MS
63142014-04-24 Michael Sturm <michael.sturm@mintel.com>
6315 Walfred Tedeschi <walfred.tedeschi@intel.com>
6316
6317 * Makefile.in (EXECUTABLES): Added i386-avx512.
6318 * gdb.arch/i386-avx512.c: New file.
6319 * gdb.arch/i386-avx512.exp: Likewise.
6320
4b48d439
KS
63212014-04-23 Keith Seitz <keiths@redhat.com>
6322
6323 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6324 (mi_make_breakpoint_table): New procedure.
6325 (mi_create_breakpoint): Use mi_make_breakpoint
6326 and return the result.
6327 (mi_make_breakpoint): New procedure.
6328 (mi_build_kv_pairs): New procedure.
6329
6330 * gdb.mi/mi-break.exp: Remove unused globals,
6331 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6332 All callers updated.
6333 * gdb.mi/mi-dprintf.exp: Use variable to track command
6334 number.
6335 Update all callers of mi_create_breakpoint and use
6336 mi_make_breakpoint_table.
6337 Remove any unused global variables.
6338 * gdb.mi/mi-nonstop.exp: Likewise.
6339 * gdb.mi/mi-nsintrall.exp: Likewise.
6340 * gdb.mi/mi-nsmoribund.exp: Likewise.
6341 * gdb.mi/mi-nsthrexec.exp: Likewise.
6342 * gdb.mi/mi-reverse.exp: Likewise.
6343 * gdb.mi/mi-simplerun.exp: Likewise.
6344 * gdb.mi/mi-stepn.exp: Likewise.
6345 * gdb.mi/mi-syn-frame.exp: Likewise.
6346 * gdb.mi/mi-until.exp: Likewise.
6347 * gdb.mi/mi-var-cp.exp: Likewise.
6348 * gdb.mi/mi-var-display.exp: Likewise.
6349 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6350 * gdb.mi/mi2-var-child.exp: Likewise.
6351 * gdb.mi/mi-vla-c99.exp: Likewise.
6352 * lib/mi-support.exp: Likewise.
6353
6354 From Ian Lance Taylor <iant@cygnus.com>:
6355 * lib/gdb.exp (parse_args): New procedure.
6356
08351840
PA
63572014-04-23 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.base/break-unload-file.c: New file.
6360 * gdb.base/break-unload-file.exp: New file.
6361 * gdb.base/sym-file-lib.c (baz): New function.
6362 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6363 field.
6364 (load): Store the segment's mapped size.
6365 (unload): New function.
6366 (unload_shlib): New function.
6367 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6368 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6369 set a breakpoint at baz, and call it.
6370 * gdb.base/sym-file.exp: New tests for stale breakpoint
6371 instructions.
6372
076855f9
PA
63732014-04-23 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6376 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6377 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6378 * gdb.base/hbreak-unmapped.c: New file.
6379 * gdb.base/hbreak-unmapped.exp: New file.
6380 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6381 * lib/gdb.exp (gdb_is_target_remote): ... here.
6382
483805cf
PA
63832014-04-22 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.base/consecutive-step-over.c: New file.
6386 * gdb.base/consecutive-step-over.exp: New file.
6387
06d97543
PA
63882014-04-22 Pedro Alves <palves@redhat.com>
6389
6390 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6391 instead of send_gdb/gdb_expect.
6392
b4429ea2
YQ
63932014-04-22 Yao Qi <yao@codesourcery.com>
6394
6395 * lib/trace-support.exp (generate_tracefile): New procedure.
6396 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6397 return 0.
6398 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6399 if generate_tracefile returns 1.
6400
51d48146
PA
64012014-04-18 Tom Tromey <palves@redhat.com>
6402 Pedro alves <tromey@redhat.com>
6403
6404 PR backtrace/15558
6405 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6406 with a backtrace limit.
6407 * gdb.python/py-frame-inline.exp: Test running to an inline
6408 function with a backtrace limit, and printing the newest frame.
6409 * gdb.python/py-frame-inline.c (main): Call f.
6410
bd1dce5f
MS
64112014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6412
6413 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6414
40d1a503
MS
64152014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6416
6417 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6418 Drop prefix from unsupported source file path.
6419
389b98f7
YQ
64202014-04-17 Yao Qi <yao@codesourcery.com>
6421
6422 * lib/gdb.exp (with_target_charset): New proc.
6423 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6424 with_target_charset.
6425 (test_print_strings): Likewise.
6426 (test_repeat_bytes): Likewise.
6427 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6428 for some tests.
6429
22869d73
KS
64302014-04-16 Keith Seitz <keiths@redhat.com>
6431
6432 PR gdb/15827
6433 * gdb.dwarf2/corrupt.c: New file.
6434 * gdb.dwarf2/corrupt.exp: New file.
6435
c4f87ca6
KS
64362014-04-16 Keith Seitz <keiths@redhat.com>
6437
6438 PR c++/16597
6439 * gdb.cp/namelessclass.cc: New file.
6440 * gdb.cp/namelessclass.exp: New file.
6441 * gdb.cp/namelessclass.S: New file.
6442
ab19de87
DE
64432014-04-16 Doug Evans <dje@google.com>
6444
6445 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6446 Add comment.
6447 (gdbserver_default_get_comm_port): New function.
6448 (gdbserver_start): Check if board file provided
6449 "gdbserver,get_comm_port" and use it if so.
6450 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6451 (gdb,socketport): Set to "stdio".
6452 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6453 (stdio_gdbserver_template): Delete.
6454 (${board}_get_remote_address): Update.
6455 (${board}_build_remote_cmd): Delete.
6456 (${board}_get_comm_port): New function.
6457 (${board}_spawn): Update.
6458 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6459 Delete.
6460 (${board}_get_remote_address): Update.
6461 (${board}_get_comm_port): New function.
6462
fc98a809
AB
64632014-04-16 Andrew Burgess <aburgess@broadcom.com>
6464
6465 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6466 appearing in any order.
6467
87fd9e6e
DE
64682014-04-15 Doug Evans <dje@google.com>
6469
6470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6471 uninitialized value of "description".
6472
099fc3ea
KS
64732014-04-15 Keith Seitz <keiths@redhat.com>
6474
6475 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6476 Remove unused globals.
6477 (test_running_the_program): Likewise.
6478 (test_controlled_execution): Likewise.
6479 (test_controlling_breakpoints): Likewise.
6480 (test_program_termination): Likewise.
6481
5da151d4
KS
64822014-04-15 Keith Seitz <keiths@redhat.com>
6483
6484 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6485 unused globals.
6486 (test_rbreak_creation_and_listing): Likewise.
6487 (test_ignore_count): Likewise.
6488 (test_error): Likewise.
6489
35e5d2f0
PA
64902014-04-15 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6493 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6494 sym-file-loader.c.
6495 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6496 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6497 to sym-file-loader.c.
6498 (struct library): Forward declare.
6499 (load_shlib, lookup_function): Change prototypes.
6500 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6501 (translate_offset): Remove declarations.
6502 (get_text_addr): New declaration.
6503 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6504 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6505 sym-file-loader.h.
6506 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6507 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6508 here from sym-file-loader.h.
6509 (struct library): New structure.
6510 (load_shlib, lookup_function): Change prototypes and adjust to
6511 work with a struct library.
6512 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6513 (translate_offset): Make static.
6514 (get_text_addr): New function.
6515 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6516
eb4c1710
PA
65172014-04-15 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6520
2d1baf52
PA
65212014-04-15 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.base/sym-file-loader.c: Include <limits.h>.
6524 (SELF_LINK): New define.
6525 (get_origin): New function.
6526 (load_shlib): Use it.
6527 * gdb.base/sym-file.exp: Don't early return if the target is
6528 remote. Use runto_main, and issue fail is that fails. Use
6529 gdb_load_shlibs.
6530 (shlib_name): Delete.
6531 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6532
7dd6df01
PA
65332014-04-15 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/sym-file.exp: Remove regex characters from test
6536 message. Don't refer to breakpoint numbers in test messages.
6537
b50c8614
KS
65382014-04-14 Keith Seitz <keiths@redhat.com>
6539
6540 PR c++/16253
6541 * gdb.cp/var-tag.cc: New file.
6542 * gdb.cp/var-tag.exp: New file.
6543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6547
3d567982
TT
65482014-04-14 Tom Tromey <tromey@redhat.com>
6549
6550 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6551 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6552 type.
6553 * gdb.cp/enum-class.exp: New file.
6554 * gdb.cp/enum-class.cc: New file.
6555
0626fc76
TT
65562014-04-14 Tom Tromey <tromey@redhat.com>
6557
6558 * gdb.dwarf2/enum-type.exp: New file.
6559
dca325b3
SA
65602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6561
6562 * gdb.mi/mi-vla-c99.exp: New file.
6563 * gdb.mi/vla.c: New file.
6564
5854b38a
SA
65652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6566
6567 * gdb.base/vla-datatypes.c: New file.
6568 * gdb.base/vla-datatypes.exp: New file.
6569
463bb957
SA
65702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6571
6572 * gdb.base/vla-ptr.c: New file.
6573 * gdb.base/vla-ptr.exp: New file.
6574
3dd170be
SA
65752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6576
6577 * gdb.dwarf2/count.exp: New file.
6578
5ecaaa66
SA
65792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6580
6581 * gdb.base/vla-sideeffect.c: New file.
6582 * gdb.base/vla-sideeffect.exp: New file.
6583
41f1ada5
DB
65842014-04-14 David Blaikie <dblaikie@gmail.com>
6585
6586 * gdb.mi/non-stop.c: Add return value for non-void function return
6587 statement.
6588 * gdb.threads/staticthreads.c: Ditto.
6589
0be03e84
DE
65902014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6591 Doug Evans <xdje42@gmail.com>
6592
6593 * gdb.guile/scm-value.c: Improve test case.
6594 * gdb.guile/scm-value.exp: Add new test.
6595
f180a1fb
DB
65962014-04-11 David Blaikie <dblaikie@gmail.com>
6597
6598 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6599 override Clang's default.
6600
6b662e19
JB
66012014-04-11 Joel Brobecker <brobecker@adacore.com>
6602
6603 Revert the following changes (regressions):
6604
6605 * gdb.base/vla-sideeffect.c: New file.
6606 * gdb.base/vla-sideeffect.exp: New file.
6607
6608 * gdb.dwarf2/count.exp: New file.
6609
6610 * gdb.base/vla-multi.c: New file.
6611 * gdb.base/vla-multi.exp: New file.
6612
6613 * gdb.base/vla-ptr.c: New file.
6614 * gdb.base/vla-ptr.exp: New file.
6615
6616 * gdb.base/vla-datatypes.c: New file.
6617 * gdb.base/vla-datatypes.exp: New file.
6618
6619 * gdb.mi/mi-vla-c99.exp: New file.
6620 * gdb.mi/vla.c: New file.
6621
245a5f0b
KS
66222014-04-11 Keith Seitz <keiths@redhat.com>
6623
6624 PR c++/16675
6625 * gdb.cp/cpsizeof.exp: New file.
6626 * gdb.cp/cpsizeof.cc: New file.
6627
58a84dcf
SA
66282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6629
191a8a90
JB
6630 * gdb.mi/mi-vla-c99.exp: New file.
6631 * gdb.mi/vla.c: New file.
58a84dcf 6632
c8655f75
SA
66332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6634
6635 * gdb.base/vla-datatypes.c: New file.
6636 * gdb.base/vla-datatypes.exp: New file.
6637
024e13b4
SA
66382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6639
6640 * gdb.base/vla-ptr.c: New file.
6641 * gdb.base/vla-ptr.exp: New file.
6642
1a237e0e
SA
66432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6644
6645 * gdb.base/vla-multi.c: New file.
6646 * gdb.base/vla-multi.exp: New file.
6647
504f3432
SA
66482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6649
6650 * gdb.dwarf2/count.exp: New file.
6651
3bce8237
SA
66522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6653
191a8a90
JB
6654 * gdb.base/vla-sideeffect.c: New file.
6655 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6656
322f9c21
YQ
66572014-04-11 Yao Qi <yao@codesourcery.com>
6658
6659 * gdb.base/completion.exp: Check file exists before running tests
6660 on file completion.
6661
d708bcd1
PA
66622014-04-10 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.base/cond-eval-mode.c: New file.
6665 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6666 prepare_for_testing to build the new file. Check result of
6667 runto_main.
6668 (test_break, test_watch): New procedures.
6669 (top level): Use them.
6670
ae1d2761
PM
66712014-04-08 Pierre Muller <muller@sourceware.org>
6672
6673 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6674 Ctrl-V use for mingw hosts.
6675
7af389b8
SC
66762014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6677
6678 * gdb.python/py-value.c: Improve test case.
6679 * gdb.python/py-value.exp: Add new test.
6680
5e703181
DE
66812014-04-07 David Blaikie <dblaikie@gmail.com>
6682
6683 * lib/compiler.c: Identify the clang compiler.
6684 * lib/compiler.cc: Ditto.
6685
9810b410
YQ
66862014-04-03 Yao Qi <yao@codesourcery.com>
6687
6688 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6689
98d1b8dc
AB
66902014-04-01 Anton Blanchard <anton@samba.org>
6691
6692 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6693 messages unique.
6694
3114cea1
AB
66952014-04-01 Anton Blanchard <anton@samba.org>
6696
6697 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6698 prepare_for_testing.
6699
62f7182c
AB
67002014-04-01 Anton Blanchard <anton@samba.org>
6701
6702 * gdb.arch/ppc64-atomic-inst.c: Remove.
6703 * gdb.arch/ppc64-atomic-inst.S: New file.
6704 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6705
770e7fc7
DE
67062014-03-31 Doug Evans <dje@google.com>
6707
6708 * gdb.base/print-symbol-loading-lib.c: New file.
6709 * gdb.base/print-symbol-loading-main.c: New file.
6710 * gdb.base/print-symbol-loading.exp: New file.
6711
46e2bafa
YQ
67122014-03-31 Yao Qi <yao@codesourcery.com>
6713
6714 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6715
8776cfe9
JB
67162014-03-28 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.ada/mi_dyn_arr: New testcase.
6719
5d1ef361
DE
67202014-03-27 Doug Evans <dje@google.com>
6721
6722 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6723
b5bee914
YQ
67242014-03-27 Yao Qi <yao@codesourcery.com>
6725
6726 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6727 if target is nios2-*-*.
6728
0d4d0e77
YQ
67292014-03-26 Yao Qi <yao@codesourcery.com>
6730
6731 * lib/gdb.exp (readline_is_used): New proc.
6732 * gdb.base/completion.exp: Move tests on command complete up.
6733 Skip the rest of tests if readline is not used.
6734 * gdb.ada/complete.exp: Skp the test if readline is not
6735 used.
6736 * gdb.base/filesym.exp: Likewise.
6737 * gdb.base/macscp.exp: Likewise.
6738 * gdb.base/readline-ask.exp: Likewise.
6739 * gdb.base/readline.exp: Likewise.
6740 * gdb.python/py-cmd.exp: Likewise.
6741 * gdb.trace/tfile.exp: Likewise.
6742
29361eee
YQ
67432014-03-26 Yao Qi <yao@codesourcery.com>
6744
6745 * gdb.base/macscp.exp: Fix code format issues.
6746
bc9a5525
UW
67472014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6748
6749 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6750 * gdb.asm/powerpc64le.inc: New file.
6751
d3839ede
PA
67522014-03-25 Pedro Alves <palves@redhat.com>
6753 Doug Evans <dje@google.com>
6754
6755 * gdb.base/source-execution.c: New file.
6756 * gdb.base/source-execution.exp: New file.
6757 * gdb.base/source-execution.gdb: New file.
6758
01672a57
DE
67592014-03-24 Doug Evans <dje@google.com>
6760
6761 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6762 using fission.
6763
88bbeca9
HZ
67642014-03-24 Hui Zhu <hui@codesourcery.com>
6765 Pedro Alves <palves@redhat.com>
6766
6767 PR breakpoints/16101
6768 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6769 test pass/fail messages. Detect missing support for dprintf when
6770 breakpoints are actually inserted.
6771 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6772 breakpoints are actually inserted.
6773 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6774 fails.
6775
d2348791
JK
67762014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6777
6778 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6779
feef67ab
DE
67802014-03-22 Doug Evans <xdje42@gmail.com>
6781
6782 * gdb.python/python.exp (python not supported): Verify multi-line
6783 python command issues an error.
25d743f9 6784 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6785 guile command issues an error.
feef67ab 6786
ecebef6a
MR
67872014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6788
6789 * gdb.threads/thread-specific.exp: Handle the lack of usable
6790 $this_breakpoint and $this_thread.
6791
ccdd1909
HZ
67922014-03-21 Hui Zhu <hui@codesourcery.com>
6793
6794 * gdb.base/attach.exp (do_command_attach_tests): New.
6795
beb460e8
PA
67962014-03-20 Tom Tromey <tromey@redhat.com>
6797 Pedro Alves <palves@redhat.com>
6798
6799 PR cli/15718
6800 * gdb.base/condbreak-call-false.c: New file.
6801 * gdb.base/condbreak-call-false.exp: New file.
6802
40acf43a
PA
68032014-03-20 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6806 Delete.
6807 (block_signals, unblock_signals): Delete.
6808 (child_function_2, main): Remove references to deleted variable
6809 and functions.
6810
9f5e1e02
PA
68112014-03-20 Pedro Alves <palves@redhat.com>
6812
6813 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6814 Use pthread_kill to signal thread 2.
6815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6816 Adjust to make the test send itself a signal rather than using the
6817 host's "kill" command.
6818
99619bea
PA
68192014-03-20 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.threads/multiple-step-overs.c: New file.
6822 * gdb.threads/multiple-step-overs.exp: New file.
6823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6824 Adjust expected infrun debug output.
6825
2adfaa28
PA
68262014-03-20 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6829 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6830
31e77af2
PA
68312014-03-20 Pedro Alves <palves@redhat.com>
6832
6833 PR breakpoints/7143
6834 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6835 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6836 of gdb_test_multiple.
6837 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6838 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6839
b9f437de
PA
68402014-03-20 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6843 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6844
05adc73e
PA
68452014-03-19 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.base/async.exp: Remove early return.
6848
6048b950
PA
68492014-03-19 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6852
8bcfb00a
PA
68532014-03-19 Pedro Alves <palves@redhat.com>
6854
6855 * gdb.base/async.exp (test_background): Expect \r\n after
6856 "completed." in the fail pattern.
6857
884e37dc
PA
68582014-03-19 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.base/async.exp (test_background): New procedure.
6861 Use it for all background execution command tests.
6862
148e57e2
PA
68632014-03-19 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/async.exp: Use prepare_for_testing.
6866
f48088c7
PA
68672014-03-19 Pedro Alves <palves@redhat.com>
6868
6869 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6870 the same line.
6871
e2f6c966
PA
68722014-03-19 Pedro Alves <palves@redhat.com>
6873
6874 * gdb.base/async.c (main): Add "jump here" and "until here" line
6875 marker comments.
6876 * gdb.base/async.exp (jump_here): New global.
6877 (jump& test): Use it.
6878 (until_here): New global.
6879 (until& test): Use it.
6880
c30568d4
PA
68812014-03-19 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.base/async.exp: Don't frob gdb_protocol.
6884
0172b6a7
DE
68852014-03-18 Doug Evans <xdje42@gmail.com>
6886
6887 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6888 Fix spelling of exec-done-display.
6889
06c868a8
JK
68902014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6891
6892 PR gdb/15358
6893 * gdb.base/gdb-sigterm.c: New file.
6894 * gdb.base/gdb-sigterm.exp: New file.
6895
0c7e1a46
PA
68962014-03-18 Pedro Alves <palves@redhat.com>
6897
6898 PR gdb/13860
6899 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6900 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6901 solib-event.
6902
f7c77d93
JB
69032014-03-17 Joel Brobecker <brobecker@adacore.com>
6904
6905 * gdb.ada/pckd_arr_ren: New testcase.
6906
5a1e8c7a
DE
69072014-03-13 Doug Evans <xdje42@gmail.com>
6908
6909 PR guile/16612
6910 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6911 collect after discarding symbols.
6912
350e1a76
DE
69132014-03-13 Ludovic Courtès <ludo@gnu.org>
6914 Doug Evans <xdje42@gmail.com>
6915
6916 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6917 to history survives a gc.
6918
a69900ae
PA
69192014-03-13 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/default.exp: Don't test "target procfs".
6922
5db9f0bd
PA
69232014-03-13 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/default.exp: Update "target child" and "target procfs"
6926 tests to not expect "Unix".
6927
b3ccfe11
TT
69282014-03-12 Tom Tromey <tromey@redhat.com>
6929
6930 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6931 New procs. Add target-async tests.
6932 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6933 Add target-async tests.
6934
646f4417
AA
69352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6936
6937 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6938 'func_start' and 'func_end' for the beginning and end of the
6939 function code, respectively.
6940 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6941 'func_end' instead of 'func' and 'main'.
6942
288c211f
AA
69432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6944
6945 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6946 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6947 generate the debug info assembler source.
6948
e0c0f156
AA
69492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6950
6951 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6952 * gdb.dwarf2/arr-subrange.exp: Likewise.
6953 * gdb.dwarf2/dwz.exp: Likewise.
6954 * gdb.dwarf2/method-ptr.exp: Likewise.
6955 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6956 * gdb.dwarf2/subrange.exp: Likewise.
6957 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6958 * gdb.dwarf2/implptrpiece.exp: Likewise.
6959 * gdb.dwarf2/nostaticblock.exp: Likewise.
6960
0e5c4555
AA
69612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6962
6963 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6964 directory to absolute path name arguments.
6965
5ec18f2b
JG
69662014-03-10 Joel Brobecker <brobecker@adacore.com>
6967
6968 * gdb.ada/tagged_access: New testcase.
6969
847fc4f2
MM
69702014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6971
6972 * gdb.btrace/data.exp: Update expected output.
6973
cc3da688
YQ
69742014-03-06 Yao Qi <yao@codesourcery.com>
6975
6976 * gdb.trace/pr16508.exp: New file.
6977
0f26cec1
PA
69782014-03-05 Pedro Alves <palves@redhat.com>
6979
6980 PR gdb/16575
6981 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6982 procedure.
6983 (top level): Adjust to use it. Add tests that exercise breakpoint
6984 interaction with the code-cache.
6985
7a5a839f
LC
69862014-02-26 Ludovic Courtès <ludo@gnu.org>
6987
6988 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6989 test for 'history-append!'.
6990
31aa7e4e
JB
69912014-02-26 Joel Brobecker <brobecker@adacore.com>
6992
6993 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6994 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6995 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6996 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6997 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6998 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6999
1b588015
JB
70002014-02-26 Joel Brobecker <brobecker@adacore.com>
7001
7002 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7003 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7004 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7005
55426c9d
JB
70062014-02-26 Joel Brobecker <brobecker@adacore.com>
7007
7008 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7009
dc53a7ad
JB
70102014-02-26 Joel Brobecker <brobecker@adacore.com>
7011
7012 * gdb.dwarf2/arr-stride.c: New file.
7013 * gdb.dwarf2/arr-stride.exp: New file.
7014
12ab52e9
PA
70152014-02-26 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7018 that won't ever trigger. Make sure that GDB reports the correct
7019 breakpoint that caused the stop.
7020
849c862e
JK
70212014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7022
7023 PR gdb/16626
7024 * gdb.base/auto-load-script: New file.
7025 * gdb.base/auto-load.c: New file.
7026 * gdb.base/auto-load.exp: New file.
7027
71b7d793
JK
7028 PR gdb/16626
7029 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7030
e2f0d509
JK
70312014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7032
7033 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7034 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7035
50cc37c8
DE
70362014-02-24 Doug Evans <dje@google.com>
7037
7038 * lib/gdb.exp (run_on_host): Log error output if program fails.
7039
ea4758f2
PA
70402014-02-21 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.threads/step-after-sr-lock.c: Rename to ...
7043 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7044 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7046 ... this.
7047
d7b30f67
SDJ
70482014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7049
7050 PR tdep/16397
7051 * gdb.arch/amd64-stap-special-operands.exp: New file.
7052 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7053 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7054 * gdb.arch/amd64-stap-triplet.S: Likewise.
7055 * gdb.arch/amd64-stap-triplet.c: Likewise.
7056
83deb43f
JB
70572014-02-20 Joel Brobecker <brobecker@adacore.com>
7058
7059 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7060 in .section pseudo-op.
7061
adde2bff
DE
70622014-02-20 lin zuojian <manjian2006@gmail.com>
7063 Joel Brobecker <brobecker@adacore.com>
7064 Doug Evans <xdje42@gmail.com>
7065
7066 PR symtab/16581
7067 * gdb.dwarf2/dw2-icycle.S: New file.
7068 * gdb.dwarf2/dw2-icycle.c: New file.
7069 * gdb.dwarf2/dw2-icycle.exp: New file.
7070
f7bd0f78
SC
70712014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7072
7073 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7074 operations on gdb.Value objects.
7075 * gdb.python/py-value-cc.exp: Add new test to test operations on
7076 gdb.Value objects.
7077
c17ef0d5
DE
70782014-02-18 Doug Evans <dje@google.com>
7079
7080 * Makefile.in (TESTS): New variable.
7081 (expanded_tests, expanded_tests_or_none): New variables
7082 (check-single): Pass $(expanded_tests_or_none) to runtest.
7083 (check-parallel): Only run tests in $(TESTS) if non-empty.
7084 (check/no-matching-tests-found): New rule.
7085 * README: Document TESTS makefile variable.
7086
5dd3176f
DE
70872014-02-18 Doug Evans <dje@google.com>
7088
7089 * Makefile.in (check-parallel): rm -rf outputs temp.
7090
0b10be4f
JK
70912014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7092
7093 Fix "ERROR: no fileid for" in the testsuite.
7094 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7095
85f224e7
DE
70962014-02-12 Doug Evans <dje@google.com>
7097
7098 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7099 (MISCELLANEOUS): New variable.
7100 (clean): rm -rf $(MISCELLANEOUS).
7101 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7102 dwp live in the same directory as symlinks, with each symlink pointed
7103 to a differently named file in a different directory.
7104
149b30ff
DE
71052014-02-11 Doug Evans <dje@google.com>
7106
7107 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7108 of Tcl file commands.
7109
1dfdac32
MK
71102014-02-10 Mark Kettenis <kettenis@gnu.org>
7111
7112 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7113 "kill -SIGUSR1 -1".
7114
aa4fb036
JB
71152014-02-10 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.ada/tick_length_array_enum_idx: New testcase.
7118
ed3ef339
DE
71192014-02-10 Doug Evans <xdje42@gmail.com>
7120
7121 * configure.ac (AC_OUTPUT): Add gdb.guile.
7122 * configure: Regenerate.
7123 * lib/gdb-guile.exp: New file.
7124 * lib/gdb.exp (get_target_charset): New function.
7125 * gdb.base/help.exp: Update expected output from "apropos apropos".
7126 * gdb.guile/Makefile.in: New file.
7127 * gdb.guile/guile.exp: New file.
7128 * gdb.guile/scm-arch.c: New file.
7129 * gdb.guile/scm-arch.exp: New file.
7130 * gdb.guile/scm-block.c: New file.
7131 * gdb.guile/scm-block.exp: New file.
7132 * gdb.guile/scm-breakpoint.c: New file.
7133 * gdb.guile/scm-breakpoint.exp: New file.
7134 * gdb.guile/scm-disasm.c: New file.
7135 * gdb.guile/scm-disasm.exp: New file.
7136 * gdb.guile/scm-equal.c: New file.
7137 * gdb.guile/scm-equal.exp: New file.
7138 * gdb.guile/scm-error.exp: New file.
7139 * gdb.guile/scm-error.scm: New file.
7140 * gdb.guile/scm-frame-args.c: New file.
7141 * gdb.guile/scm-frame-args.exp: New file.
7142 * gdb.guile/scm-frame-args.scm: New file.
7143 * gdb.guile/scm-frame-inline.c: New file.
7144 * gdb.guile/scm-frame-inline.exp: New file.
7145 * gdb.guile/scm-frame.c: New file.
7146 * gdb.guile/scm-frame.exp: New file.
7147 * gdb.guile/scm-generics.exp: New file.
7148 * gdb.guile/scm-gsmob.exp: New file.
7149 * gdb.guile/scm-iterator.c: New file.
7150 * gdb.guile/scm-iterator.exp: New file.
7151 * gdb.guile/scm-math.c: New file.
7152 * gdb.guile/scm-math.exp: New file.
7153 * gdb.guile/scm-objfile-script-gdb.in: New file.
7154 * gdb.guile/scm-objfile-script.c: New file.
7155 * gdb.guile/scm-objfile-script.exp: New file.
7156 * gdb.guile/scm-objfile.c: New file.
7157 * gdb.guile/scm-objfile.exp: New file.
7158 * gdb.guile/scm-ports.exp: New file.
7159 * gdb.guile/scm-pretty-print.c: New file.
7160 * gdb.guile/scm-pretty-print.exp: New file.
7161 * gdb.guile/scm-pretty-print.scm: New file.
7162 * gdb.guile/scm-section-script.c: New file.
7163 * gdb.guile/scm-section-script.exp: New file.
7164 * gdb.guile/scm-section-script.scm: New file.
7165 * gdb.guile/scm-symbol.c: New file.
7166 * gdb.guile/scm-symbol.exp: New file.
7167 * gdb.guile/scm-symtab-2.c: New file.
7168 * gdb.guile/scm-symtab.c: New file.
7169 * gdb.guile/scm-symtab.exp: New file.
7170 * gdb.guile/scm-type.c: New file.
7171 * gdb.guile/scm-type.exp: New file.
7172 * gdb.guile/scm-value-cc.cc: New file.
7173 * gdb.guile/scm-value-cc.exp: New file.
7174 * gdb.guile/scm-value.c: New file.
7175 * gdb.guile/scm-value.exp: New file.
7176 * gdb.guile/source2.scm: New file.
7177 * gdb.guile/types-module.cc: New file.
7178 * gdb.guile/types-module.exp: New file.
7179
7026a7c1
YQ
71802014-02-10 Yao Qi <yao@codesourcery.com>
7181
7182 PR testsuite/16543
7183 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7184 * configure: Regenerated.
7185 * Makefile.in: New file.
7186
6c466447
AS
71872014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7188
7189 * gdb.python/py-framefilter.exp: Fix typo.
7190
6e854735
YQ
71912014-02-08 Yao Qi <yao@codesourcery.com>
7192
7193 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7194 that no =breakpoint-modified is emitted when breakpoints are
7195 modified through MI commands.
7196
d137e6dc
PA
71972014-02-07 Pedro Alves <pedro@codesourcery.com>
7198 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.threads/step-after-sr-lock.c: New file.
7201 * gdb.threads/step-after-sr-lock.exp: New file.
7202
b5ee5a50
PA
72032014-02-07 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7206
3c77faf3
JK
72072014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7210 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7211
6dddc817
DE
72122014-02-06 Doug Evans <xdje42@gmail.com>
7213
7214 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7215 output.
7216
7217 * gdb.gdb/python-interrupts.exp: New file.
7218
de7b2893
YQ
72192014-02-05 Yao Qi <yao@codesourcery.com>
7220
7221 * gdb.trace/report.exp (use_collected_data): Test the output
7222 of "info threads" and "info inferiors".
7223
66d032ac
YQ
72242014-02-05 Yao Qi <yao@codesourcery.com>
7225
7226 Revert this patch:
7227
7228 2013-05-24 Yao Qi <yao@codesourcery.com>
7229
7230 * gdb.trace/tfile.exp: Test inferior and thread.
7231
591a12a1
UW
72322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7233
7234 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7235 on a function.
7236 * gdb.base/step-bt.c: Call hello via function pointer to make
7237 sure its first instruction is executed on powerpc64le-linux.
7238
0ff3e01f
UW
72392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7240
7241 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7242
084ee545
UW
72432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7244
7245 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7246 of the test patterns for use on little-endian systems.
7247
6ed14ff3
UW
72482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7249
7250 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7251 (decimal_vector): Fix for little-endian.
7252
401e27fd
JM
72532014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7254
7255 * gdb.arch/sparc-sysstep.exp: New file.
7256 * gdb.arch/sparc-sysstep.c: Likewise.
7257
7258 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7259
8b924729
EBM
72602014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7261
7262 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7263
fb151210
JB
72642014-01-23 Tom Tromey <tromey@redhat.com>
7265
7266 * gdb.ada/array_char_idx: New testcase.
7267
0740f8d8
TT
72682014-01-23 Tom Tromey <tromey@redhat.com>
7269
7270 PR python/16487:
7271 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7272 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7273 classes.
7274
21909fa1
TT
72752014-01-23 Tom Tromey <tromey@redhat.com>
7276
7277 PR python/16491:
7278 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7279 string from an inferior frame.
7280 * gdb.python/py-framefilter-mi.exp: Update.
7281
87ce2a04
DE
72822014-01-22 Doug Evans <dje@google.com>
7283
7284 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7285
237b092b
AA
72862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7287
7288 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7289
d674a709
AA
72902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7291
7292 * gdb.trace/entry-values.exp: Remove excess space character from
7293 regex patterns. Handle s390 call instruction.
7294
20fa3390
AA
72952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7296
7297 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7298 define "*_start" label. Make "name" static.
7299 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7300 ${name} by references to ${name}_start.
7301
78466714
AA
73022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7303
7304 * gdb.base/info-macros.exp: Remove "debug" from the compile
7305 options.
7306
ec9f644a
IB
73072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7308
7309 * gdb.dlang/demangle.exp: New file.
7310
94b1b47e
IB
73112014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7312
7313 * gdb.dlang/primitive-types.exp: New file.
7314
7f420862
IB
73152014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7316
7317 * configure.ac: Create gdb.dlang/Makefile.
7318 * configure: Regenerate.
7319 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7320 * gdb.dlang/Makefile.in: New file.
7321 * lib/d-support.exp: New file.
7322 * lib/gdb.exp (skip_d_tests): New proc.
7323
52834460
MM
73242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7325
7326 * gdb.btrace/delta.exp: Check reverse stepi.
7327 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7328 * gdb.btrace/finish.exp: New.
7329 * gdb.btrace/next.exp: New.
7330 * gdb.btrace/nexti.exp: New.
7331 * gdb.btrace/record_goto.c: Add comments.
7332 * gdb.btrace/step.exp: New.
7333 * gdb.btrace/stepi.exp: New.
7334 * gdb.btrace/multi-thread-step.c: New.
7335 * gdb.btrace/multi-thread-step.exp: New.
7336 * gdb.btrace/rn-dl-bind.c: New.
7337 * gdb.btrace/rn-dl-bind.exp: New.
7338 * gdb.btrace/data.c: New.
7339 * gdb.btrace/data.exp: New.
7340 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7341
6e07b1d2
MM
73422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7343
7344 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7345 * gdb.btrace/exception.exp: Update.
7346 * gdb.btrace/instruction_history.exp: Update.
7347 * gdb.btrace/record_goto.exp: Update.
7348 * gdb.btrace/tailcall.exp: Update.
7349 * gdb.btrace/unknown_functions.exp: Update.
7350 * gdb.btrace/delta.exp: New.
7351
0b722aec
MM
73522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7353
7354 * gdb.btrace/record_goto.exp: Add backtrace test.
7355 * gdb.btrace/tailcall.exp: Add backtrace test.
7356
066ce621
MM
73572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7358
7359 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7360 * gdb.btrace/record_goto.c: New.
7361 * gdb.btrace/record_goto.exp: New.
7362 * gdb.btrace/x86-record_goto.S: New.
7363
0688d04e
MM
73642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7365
7366 * gdb.btrace/function_call_history.exp: Update tests.
7367 * gdb.btrace/instruction_history.exp: Update tests.
7368
8710b709
MM
73692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7370
7371 * gdb.btrace/function_call_history.exp: Fix expected field
7372 order for "record function-call-history".
7373 Add new tests for "record function-call-history /c".
7374 * gdb.btrace/exception.cc: New.
7375 * gdb.btrace/exception.exp: New.
7376 * gdb.btrace/tailcall.exp: New.
7377 * gdb.btrace/x86-tailcall.S: New.
7378 * gdb.btrace/x86-tailcall.c: New.
7379 * gdb.btrace/unknown_functions.c: New.
7380 * gdb.btrace/unknown_functions.exp: New.
7381 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7382
5de9129b
MM
73832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7384
7385 * gdb.btrace/instruction_history.exp: Update.
7386 * gdb.btrace/function_call_history.exp: Update.
7387
23a7fe75
MM
73882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7389
7390 * gdb.btrace/function_call_history.exp: Fix expected function
7391 trace.
7392 * gdb.btrace/instruction_history.exp: Initialize traced.
7393 Remove traced_functions.
7394
724c7dd8
MM
73952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7396
7397 * gdb.btrace/function_call_history.exp: Update
7398 * gdb.btrace/instruction_history.exp: Update.
7399
6d78d93b
MM
74002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7401
7402 * gdb.btrace/enable.exp: Update expected text.
7403
93a360cc
OJ
74042014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7405
7406 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7407 bytes.
7408
3772b53f
MR
74092014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7410
7411 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7412
596662fa
OJ
74132014-01-15 Omair Javaid <omair.javaid@linaro.org>
7414
7415 * lib/gdb.exp (supports_process_record): Return true for
7416 arm*-linux*. (supports_reverse): Likewise.
7417
b5b08fb4
SC
74182014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7419
7420 PR python/15464
7421 PR python/16113
7422 * gdb.python/py-type.c: Enhance test case.
7423 * gdb.python/py-value-cc.cc: Likewise
7424 * gdb.python/py-type.exp: Add new tests.
7425 * gdb.python/py-value-cc.exp: Likewise
7426
52d7fb13
AA
74272014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7428 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7431 Make "name" extern.
7432 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7433 references to ${name}_start by references to ${name}.
7434
a2cd8cfe
JB
74352014-01-10 Joel Brobecker <brobecker@adacore.com>
7436
7437 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7438
4e23fced
JB
74392014-01-10 Joel Brobecker <brobecker@adacore.com>
7440
7441 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7442
c6a9e42c
PA
74432014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7444 Pedro Alves <palves@redhat.com>
7445
7446 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7447 mi_gdb_target_load.
c6a9e42c 7448
b7ea362b
PA
74492014-01-08 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.threads/reconnect-signal.c: New file.
7452 * gdb.threads/reconnect-signal.exp: New file.
7453
5e3f4fab
EBM
74542014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 * gdb.base/source-dir.exp: New file.
7457
79301218
JB
74582014-01-07 Joel Brobecker <brobecker@adacore.com>
7459
7460 * gdb.ada/mi_interface: New testcase.
7461
8e355c5d
JB
74622014-01-07 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7465 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7466 gdb.ada/pp-rec-component/pck.ads: New files.
7467
c0d48811
JB
74682014-01-07 Joel Brobecker <brobecker@adacore.com>
7469
7470 * gdb.python/py-pp-integral.c: New file.
7471 * gdb.python/py-pp-integral.py: New file.
7472 * gdb.python/py-pp-integral.exp: New file.
7473
17b609c3 7474For older changes see ChangeLog-1993-2013.
c906108c 7475\f
8d8cb839
EZ
7476;; Local Variables:
7477;; mode: change-log
7478;; left-margin: 8
7479;; fill-column: 74
7480;; version-control: never
7481;; End:
902f2ccb 7482
618f726f 7483 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7484 Copying and distribution of this file, with or without modification,
7485 are permitted provided the copyright notice and this notice are preserved.
This page took 2.63823 seconds and 4 git commands to generate.