Move tfile-avx.exp to tracefile-pseudo-reg.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2
3 * gdb.trace/tfile-avx.c: Move to...
4 * gdb.trace/tracefile-pseudo-reg.c: Here.
5 * gdb.trace/tfile-avx.exp: Move to...
6 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7
8 2016-02-24 Gary Benson <gbenson@redhat.com>
9
10 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11 message on attach.
12
13 2016-02-23 Doug Evans <dje@google.com>
14
15 * gdb.base/skip.c (test_skip): New function.
16 (end_test_skip_file_and_function): New function.
17 (test_skip_file_and_function): New function.
18 * gdb.base/skip1.c (test_skip): New function.
19 (skip1_test_skip_file_and_function): New function.
20 * gdb.base/skip.exp: Add tests for new skip options.
21 * gdb.base/skip-solib.exp: Update expected output.
22 * gdb.perf/skip-command.cc: New file.
23 * gdb.perf/skip-command.exp: New file.
24 * gdb.perf/skip-command.py: New file.
25
26 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
27
28 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
29 info registers pattern.
30
31 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
32
33 * lib/future.exp: Add D support.
34 (gdb_find_gdc): New proc.
35 (gdb_default_target_compile): Add D support.
36
37 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
38
39 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
40 user+system time.
41 (trace_speed_test): Determine the iteration count for a time
42 between 15..30 seconds.
43
44 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
45
46 * gdb.arch/i386-mpx-sigsegv.c: New file.
47 * gdb.arch/i386-mpx-sigsegv.exp: New file.
48 * gdb.arch/i386-mpx-simple_segv.c: New file.
49 * gdb.arch/i386-mpx-simple_segv.exp: New file.
50
51 2016-02-18 Yao Qi <yao.qi@linaro.org>
52
53 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
54 Don't call setup_kfail.
55
56 2016-02-18 Yao Qi <yao.qi@linaro.org>
57
58 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
59 Set "set breakpoint condition-evaluation" per $cond_bp_target.
60
61 2016-02-16 Doug Evans <dje@google.com>
62
63 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
64 * gdb.base/skip1.c: Ditto.
65 * gdb.base/skip.exp: Whitespace cleanup.
66
67 2016-02-16 Don Breazeal <donb@codesourcery.com>
68
69 PR remote/19496
70 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
71 Remove kfail for PR remote/19496.
72
73 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
74
75 * lib/gdb.exp (standard_temp_file): Return a path specific to
76 the runtest invocation.
77
78 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
79
80 * gdb.trace/save-trace.exp: Change relative path to be in the
81 standard output directory.
82
83 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.arch/i386-prologue.c: Add missing prototypes.
86
87 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
88
89 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
90 * gdb.arch/i386-prologue.exp: Likewise.
91 * gdb.arch/i386-size.exp: Likewise.
92
93 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
94
95 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
96 define object file path.
97 * gdb.btrace/gcore.exp: Use standard_output_file to define core
98 file path.
99 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
100 standard_output_file to define binfile.
101
102 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 Fix compatibility with recent gfortran-5.3.1.
105 * gdb.fortran/vla-history.exp (print vla1 allocated)
106 (print vla2 allocated, print $2, print $3): Remove
107 (print $4): Rename to ...
108 (print $2): ... here.
109 (print $9): Rename to ...
110 (print $5): ... here.
111 (print $10): Rename to ...
112 (print $6): ... here.
113 * gdb.fortran/vla.f90: Add pvla initialization.
114
115 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
118 New test.
119 * gdb.fortran/vla-value-sub.exp: Likewise.
120
121 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
122
123 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
124
125 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
126
127 * i386-biarch-core.exp: Define corefile using
128 standard_output_file.
129
130 2016-02-12 Yao Qi <yao.qi@linaro.org>
131
132 * gdb.arch/arm-single-step-kernel-helper.c: New.
133 * gdb.arch/arm-single-step-kernel-helper.exp: New.
134
135 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
136
137 * gdb.btrace/tailcall-only.exp: New.
138 * gdb.btrace/tailcall-only.c: New.
139 * gdb.btrace/x86_64-tailcall-only.S: New.
140 * gdb.btrace/i686-tailcall-only.S: New.
141
142 2016-02-11 Pedro Alves <palves@redhat.com>
143
144 * README (Parallel testing): Add missing double quotes.
145
146 2016-02-11 Pedro Alves <palves@redhat.com>
147
148 * README (Parallel testing): New section.
149 (GDB_PARALLEL): Rewrite.
150 (FORCE_PARALLEL): Document.
151
152 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
153
154 * gdb.trace/tfile-avx.c: New test.
155 * gdb.trace/tfile-avx.exp: New test.
156
157 2016-02-09 Keith Seitz <keiths@redhat.com>
158
159 PR breakpoints/19546
160 * gdb.base/infcall-exec.c: New file.
161 * gdb.base/infcall-exec2.c: New file.
162 * gdb.base/infcall-exec.exp: New file.
163
164 2016-02-09 Keith Seitz <keiths@redhat.com>
165
166 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
167 (toplevel): Call test_bkpt_address.
168
169 2016-02-09 Keith Seitz <keiths@redhat.com>
170
171 PR python/19506
172 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
173 (toplevel): Call test_bkpt_address.
174
175 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
176
177 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
178 to AC_OUTPUT.
179 * configure: Regenerate.
180
181 2016-02-09 Pedro Alves <palves@redhat.com>
182
183 PR breakpoints/19548
184 * gdb.base/execl-update-breakpoints.c (some_function): New
185 function.
186 (main): Call it.
187 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
188 Tighten expected GDB output.
189
190 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
191
192 * Makefile.in (ALL_SUBDIRS): Remove.
193 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
194 (distclean maintainer-clean realclean): Likewise.
195 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
196 * configure: Regenerate.
197 * gdb.ada/Makefile.in: Delete.
198 * gdb.arch/Makefile.in: Likewise.
199 * gdb.asm/Makefile.in: Likewise.
200 * gdb.base/Makefile.in: Likewise.
201 * gdb.btrace/Makefile.in: Likewise.
202 * gdb.cell/Makefile.in: Likewise.
203 * gdb.compile/Makefile.in: Likewise.
204 * gdb.cp/Makefile.in: Likewise.
205 * gdb.disasm/Makefile.in: Likewise.
206 * gdb.dlang/Makefile.in: Likewise.
207 * gdb.dwarf2/Makefile.in: Likewise.
208 * gdb.fortran/Makefile.in: Likewise.
209 * gdb.gdb/Makefile.in: Likewise.
210 * gdb.go/Makefile.in: Likewise.
211 * gdb.guile/Makefile.in: Likewise.
212 * gdb.java/Makefile.in: Likewise.
213 * gdb.linespec/Makefile.in: Likewise.
214 * gdb.mi/Makefile.in: Likewise.
215 * gdb.modula2/Makefile.in: Likewise.
216 * gdb.multi/Makefile.in: Likewise.
217 * gdb.objc/Makefile.in: Likewise.
218 * gdb.opencl/Makefile.in: Likewise.
219 * gdb.opt/Makefile.in: Likewise.
220 * gdb.pascal/Makefile.in: Likewise.
221 * gdb.perf/Makefile.in: Likewise.
222 * gdb.python/Makefile.in: Likewise.
223 * gdb.reverse/Makefile.in: Likewise.
224 * gdb.server/Makefile.in: Likewise.
225 * gdb.stabs/Makefile.in: Likewise.
226 * gdb.threads/Makefile.in: Likewise.
227 * gdb.trace/Makefile.in: Likewise.
228 * gdb.xml/Makefile.in: Likewise.
229 * lib/gdb.exp (make_gdb_parallel_path): Add check for
230 GDB_PARALLEL.
231 (standard_output_file): Remove check for GDB_PARALLEL, always
232 return path in outputs/$subdir/$testname.
233
234 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
235
236 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
237 (site.exp): Assign abs_srcdir to tcl's srcdir.
238
239 2016-02-04 Yao Qi <yao.qi@linaro.org>
240
241 * gdb.base/foll-exec-mode.c: Include limits.h.
242 (main): Add parameters argc and argv. Get directory from
243 argv[0].
244 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
245 compilation.
246 * gdb.base/foll-exec.c: Include limits.h.
247 (main): Add parameters argc and argv.
248 Get directory from argv[0].
249 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
250 Adjust tests on the number of lines as source code changed.
251 * gdb.base/foll-vfork-exit.c: Include limits.h.
252 (main): Add one line of statement before vfork.
253 * gdb.base/foll-vfork.c: Include limits.h and string.h.
254 (main): Add parameters argc and argv. Get directory from
255 argv[0].
256 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
257 (setup_gdb): Set tbreak to skip some source lines.
258 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
259 (main): Add parameters argc and argv. Get directory from
260 argv[0].
261 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
262 compilation.
263 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
264 (main): Add parameters argc and argv. Get directory from
265 argv[0].
266 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
267 compilation.
268
269 2016-02-01 Doug Evans <dje@google.com>
270
271 * gdb.base/skip.exp: Clean up multiple references to same test name.
272
273 2016-02-01 Pedro Alves <palves@redhat.com>
274
275 PR remote/19496
276 * gdb.threads/forking-threads-plus-breakpoint.exp
277 (displaced_stepping_supported): New global.
278 (probe_displaced_stepping_support): New procedure.
279 (do_test): Add 'displaced' parameter, and use it.
280 (top level): Check for displaced stepping support. Add displaced
281 stepping on/off testing axis.
282
283 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
286 pointer. Don't perform further tests on the unassociated pointer
287 if the first test fails.
288
289 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.base/max-value-size.c: New file.
292 * gdb.base/max-value-size.exp: New file.
293 * gdb.base/huge.exp: Disable max-value-size for this test.
294
295 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
296
297 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
298
299 2016-01-28 Yao Qi <yao.qi@linaro.org>
300
301 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
302
303 2016-01-25 Pedro Alves <palves@redhat.com>
304
305 PR threads/19461
306 * gdb.base/fork-running-state.c: New file.
307 * gdb.base/fork-running-state.exp: New file.
308
309 2016-01-25 Pedro Alves <palves@redhat.com>
310
311 PR gdb/19494
312 * gdb.base/catch-fork-kill.c: New file.
313 * gdb.base/catch-fork-kill.exp: New file.
314
315 2016-01-25 Pedro Alves <palves@redhat.com>
316
317 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
318 Delete, moved to lib/gdb.exp.
319 * gdb.threads/forking-threads-plus-breakpoint.exp
320 (foreach_with_prefix): Likewise.
321 * gdb.threads/process-dies-while-handling-bp.exp
322 (foreach_with_prefix): Likewise.
323 * lib/gdb.exp (foreach_with_prefix): New procedure.
324
325 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
326
327 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
328 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
329
330 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
331
332 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
333 endian targets.
334
335 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
336 Pedro Alves <palves@redhat.com>
337
338 Fix testsuite compatibility with Guile.
339 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
340 number.
341
342 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 Fix testsuite compatibility with Guile.
345 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
346 (thread 1): New test for backtrace through signal handler.
347
348 2016-01-22 Yao Qi <yao.qi@linaro.org>
349
350 PR testsuite/19491
351 * gdb.base/multi-forks.c: Include
352 ../lib/unbuffer_output.c
353 (main): Call gdb_unbuffer_output.
354
355 2016-01-21 Doug Evans <dje@google.com>
356
357 * lib/ada.exp (gdb_compile_ada): Fix typo.
358
359 2016-01-21 Joel Brobecker <brobecker@adacore.com>
360
361 * gdb.base/break-fun-addr.exp: New file.
362 * gdb.base/break-fun-addr1.c: New file.
363 * gdb.base/break-fun-addr2.c: New file.
364
365 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
368 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
369 enum flag values.
370
371 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
372
373 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
374 when GDB can not set the vector return value. Add more comments
375 for clarification.
376
377 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
378
379 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
380 command.
381
382 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
383
384 * Makefile.in (DO_RUNTEST): Add --status and update usages.
385
386 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
387
388 * Makefile.in (check-single): Pass --status to runtest.
389 (check/%.exp): Likewise.
390
391 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
392
393 * Makefile.in (check-parallel): Propagate return code from make
394 do-check-parallel.
395
396 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
397
398 * gdb.trace/ftrace.exp: Fix expected message on continue.
399 * gdb.trace/pending.exp: Fix expected message on continue.
400 * gdb.trace/trace-break.exp: Fix expected message on continue.
401
402 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
403
404 * lib/gdb.exp (gdb_test): Remove unused global references.
405
406 2016-01-18 Pedro Alves <palves@redhat.com>
407
408 * gdb.base/async-shell.exp: Adjust expected output.
409 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
410 * gdb.base/siginfo-thread.exp: Adjust expected output.
411 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
412 * gdb.java/jnpe.exp: Adjust expected output.
413 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
414 * gdb.threads/continue-pending-status.exp: Adjust expected output.
415 * gdb.threads/leader-exit.exp: Adjust expected output.
416 * gdb.threads/manythreads.exp: Adjust expected output.
417 * gdb.threads/pthreads.exp: Adjust expected output.
418 * gdb.threads/schedlock.exp: Adjust expected output.
419 * gdb.threads/siginfo-threads.exp: Adjust expected output.
420 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
421 expected output.
422 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
423 output.
424 * gdb.threads/sigthread.exp: Adjust expected output.
425 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
426
427 2016-01-18 Yao Qi <yao.qi@linaro.org>
428
429 * gdb.guile/scm-section-script.c: Replace @progbits with
430 %progbits.
431 * gdb.python/py-section-script.c: Likewise.
432
433 2016-01-15 Pedro Alves <palves@redhat.com>
434
435 * gdb.multi/tids.exp: Test star wildcard ranges.
436
437 2016-01-15 Pedro Alves <palves@redhat.com>
438
439 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
440 command from "thread apply" invocation.
441 (thr_apply_info_thr_invalid): Default the expected output to the
442 input tid list.
443 (top level): Add tests that use convenience variables. Add tests
444 for "thread apply" with a valid TID list, but missing the command.
445
446 2016-01-13 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/default.exp: Expect $_gthread as well.
449 * gdb.multi/tids.exp: Test $_gthread.
450 * gdb.threads/thread-specific.exp: Test $_gthread.
451
452 2016-01-13 Pedro Alves <palves@redhat.com>
453
454 * gdb.multi/tids.exp: Test "info threads -gid".
455
456 2016-01-13 Pedro Alves <palves@redhat.com>
457
458 * gdb.multi/tids.exp: Test InferiorThread.global_num and
459 Breakpoint.thread.
460 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
461
462 2016-01-07 Pedro Alves <palves@redhat.com>
463
464 * gdb.base/break.exp: Adjust to output changes.
465 * gdb.base/hbreak2.exp: Likewise.
466 * gdb.base/sepdebug.exp: Likewise.
467 * gdb.base/watch_thread_num.exp: Likewise.
468 * gdb.linespec/keywords.exp: Likewise.
469 * gdb.multi/info-threads.exp: Likewise.
470 * gdb.threads/thread-find.exp: Likewise.
471 * gdb.multi/tids.c: New file.
472 * gdb.multi/tids.exp: New file.
473
474 2016-01-13 Pedro Alves <palves@redhat.com>
475
476 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
477
478 2016-01-13 Pedro Alves <palves@redhat.com>
479
480 * gdb.base/default.exp: Expect $_inferior as well.
481 * gdb.multi/base.exp: Test $_inferior.
482
483 2016-01-13 Pedro Alves <palves@redhat.com>
484
485 PR breakpoints/19388
486 * gdb.base/catch-signal-siginfo-cond.c: New file.
487 * gdb.base/catch-signal-siginfo-cond.exp: New file.
488
489 2016-01-12 Josh Stone <jistone@redhat.com>
490 Philippe Waroquiers <philippe.waroquiers@skynet.be>
491
492 * gdb.base/catch-syscall.c (do_execve): New variable.
493 (main): Conditionally trigger an execve.
494 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
495 (test_catch_syscall_execve): New, check entry/return across execve.
496 (do_syscall_tests): Call test_catch_syscall_execve.
497
498 2016-01-12 Pedro Alves <palves@redhat.com>
499
500 * gdb.base/random-signal.exp (do_test): New procedure, with body
501 of testcase moved in.
502
503 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
504 Pedro Alves <palves@redhat.com>
505
506 * gdb.base/funcargs.exp (finish from indirectly called function):
507 Reintroduce the case for 'First'.
508
509 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
510 Pedro Alves <palves@redhat.com>
511
512 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
513 (tcatch_vfork_then_child_follow_exec)
514 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
515 identification.
516
517 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
520 and repeats to unlimited.
521 * gdb.python/py-value.exp: Likewise.
522 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
523 and repeats to unlimited.
524
525 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
528 and reordering the functions.
529 * gdb.multi/hangout.c: Likewise.
530 * gdb.multi/hello.c: Likewise.
531
532 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
533
534 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
535 absolute.
536 (SingleStatisticTestResult.report): Use dict.keys instead of
537 dict.iterkeys.
538
539 2016-01-06 Pedro Alves <palves@redhat.com>
540
541 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
542
543 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
544
545 * gdb.btrace/dlopen.exp: New.
546 * gdb.btrace/dlopen.c: New.
547 * gdb.btrace/dlopen-dso.c: New.
548
549 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
550
551 * lib/gdb.exp (gdb_test): Update comments to clarify that the
552 PATTERN argument is optional.
553
554 2015-12-24 Joel Brobecker <brobecker@adacore.com>
555
556 * lib/ada.exp (target_compile_ada_from_dir): New function.
557 (gdb_compile_ada): Reimplement avoiding the use of project files.
558 * gdb.ada/gnat_ada.gpr: Delete.
559 * gdb.ada/cond_lang.exp: Adjust test to make path before
560 filename optional.
561 * gdb.ada/small_reg_param.exp: Likewise.
562
563 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
564
565 * gdb.base/foll-vork.exp: Remove HP-UX special case.
566
567 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
568
569 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
570 case.
571
572 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
573
574 * gdb.base/break.exp: Remove dead code.
575 * gdb.base/sepdebug.exp: Likewise.
576
577 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
578
579 * gdb.asm/asm-source.exp: Remove HP-UX references.
580 * gdb.base/annota1.exp: Likewise.
581 * gdb.base/annota3.exp: Likewise.
582 * gdb.base/attach.exp: Likewise.
583 * gdb.base/bigcore.exp: Likewise.
584 * gdb.base/break.exp: Likewise.
585 * gdb.base/call-ar-st.exp: Likewise.
586 * gdb.base/callfuncs.exp: Likewise.
587 * gdb.base/catch-fork-static.exp: Likewise.
588 * gdb.base/display.exp: Likewise.
589 * gdb.base/foll-exec-mode.exp: Likewise.
590 * gdb.base/foll-exec.exp: Likewise.
591 * gdb.base/foll-fork.exp: Likewise.
592 * gdb.base/foll-vfork.exp: Likewise.
593 * gdb.base/funcargs.exp: Likewise.
594 * gdb.base/hbreak2.exp: Likewise.
595 * gdb.base/inferior-died.exp: Likewise.
596 * gdb.base/interrupt.exp: Likewise.
597 * gdb.base/multi-forks.exp: Likewise.
598 * gdb.base/nodebug.exp: Likewise.
599 * gdb.base/sepdebug.exp: Likewise.
600 * gdb.base/solib1.c: Likewise.
601 * gdb.base/step-test.exp: Likewise.
602 * gdb.mi/non-stop.c: Likewise.
603 * gdb.mi/pthreads.c: Likewise.
604 * gdb.multi/bkpt-multi-exec.ex: Likewise.
605 * gdb.threads/pthreads.c: Likewise.
606 * gdb.threads/staticthreads.exp: Likewise.
607 * lib/future.exp: Likewise.
608 * lib/gdb.exp: Likewise.
609 * gdb.base/so-indr-cl.c: Remove.
610 * gdb.base/so-indr-cl.exp: Likewise.
611 * gdb.base/solib.c: Likewise.
612 * gdb.base/solib.exp: Likewise.
613 * gdb.base/solib2.c: Likewise.
614
615 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
616
617 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
618 * gdb.base/call-ar-st.exp: Likewise.
619 * gdb.base/callfuncs.exp: Likewise.
620 * gdb.base/condbreak.exp: Likewise.
621 * gdb.base/constvars.exp: Likewise.
622 * gdb.base/hbreak2.exp: Likewise.
623 * gdb.base/langs.exp: Likewise.
624 * gdb.base/list.exp: Likewise.
625 * gdb.base/long_long.exp: Likewise.
626 * gdb.base/ptype.exp: Likewise.
627 * gdb.base/scope.exp: Likewise.
628 * gdb.base/signals.exp: Likewise.
629 * gdb.base/so-impl-ld.exp: Likewise.
630 * gdb.base/varargs.exp: Likewise.
631 * gdb.base/volatile.exp: Likewise.
632 * gdb.base/whatis.exp: Likewise.
633 * gdb.cp/cplusfuncs.exp: Likewise.
634 * gdb.cp/inherit.exp: Likewise.
635 * gdb.cp/local.exp: Likewise.
636 * gdb.cp/member-ptr.exp: Likewise.
637 * gdb.cp/method.exp: Likewise.
638 * gdb.cp/overload.exp: Likewise.
639 * gdb.cp/templates.exp: Likewise.
640 * gdb.stabs/weird.exp: Likewise.
641 * lib/compiler.c: Likewise.
642 * lib/compiler.cc: Likewise.
643 * lib/cp-support.exp: Likewise.
644 * lib/gdb.exp: Likewise.
645
646 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
647
648 * configure.ac: Remove HP-UX case.
649 * configure: Regenerate.
650
651 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
652
653 * lib/gdb.exp (gdb_compile): Add function doc.
654
655 2015-12-17 Pedro Alves <palves@redhat.com>
656
657 PR threads/19354
658 * gdb.multi/info-threads.exp: New file.
659
660 2015-12-15 Yao Qi <yao.qi@linaro.org>
661
662 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
663 is aarch64*-*-*.
664
665 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
666
667 * gdb.base/history-duplicates.exp: Skip if no readline support.
668
669 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
670
671 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
672
673 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
674
675 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
676
677 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
678
679 * gdb.base/completion.exp: Skip tests that interrupt GDB with
680 ctrl-C if nointerrupts target property is set.
681 * gdb.base/double-prompt-target-event-error.exp: Likewise.
682 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
683 * gdb.base/paginate-bg-execution.exp: Likewise.
684 * gdb.base/paginate-execution-startup.exp: Likewise.
685 * gdb.base/random-signal.exp: Likewise.
686 * gdb.base/range-stepping.exp: Likewise.
687 * gdb.cp/annota2.exp: Likewise.
688 * gdb.cp/annota3.exp: Likewise.
689 * gdb.gdb/selftest.exp: Likewise.
690 * gdb.threads/continue-pending-status.exp: Likewise.
691 * gdb.threads/leader-exit.exp: Likewise.
692 * gdb.threads/manythreads.exp: Likewise.
693 * gdb.threads/pthreads.exp: Likewise.
694 * gdb.threads/schedlock.exp: Likewise.
695 * gdb.threads/sigthread.exp: Likewise.
696
697 2015-12-11 Don Breazeal <donb@codesourcery.com>
698
699 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
700 remote.
701 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
702 * gdb.base/foll-exec.exp (main): Enable for target remote.
703 * gdb.base/foll-fork.exp (main): Likewise.
704 * gdb.base/foll-vfork.exp (main): Likewise.
705 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
706 (proc continue_to_exit_bp_loc): Use clean_restart.
707 * gdb.base/pie-execl.exp (main): Disable for target remote.
708 * gdb.base/watch-vfork.exp (main): Enable for target remote.
709 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
710 * gdb.threads/execl.exp (main): Likewise.
711 * gdb.threads/fork-child-threads.exp (main): Likewise.
712 * gdb.threads/fork-plus-threads.exp (main): Disable for target
713 remote.
714 * gdb.threads/fork-thread-pending.exp (main): Enable for target
715 remote.
716 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
717 pid.tid style ptids, instead of just tid.
718 * gdb.threads/thread-execl.exp (main): Enable for target remote.
719 * gdb.threads/watchpoint-fork.exp (main): Likewise.
720 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
721 ptids, instead of just tid.
722
723 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 * gdb.base/list.exp (test_list_forward): Add end of file error
726 test.
727 (test_repeat_list_command): Add end of file error test.
728 (test_list_backwards): Add beginning of file error test.
729
730 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.base/list.exp (test_list_invalid_args): New function,
733 defined, and called.
734
735 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.base/list.exp (test_list): Make test names unique.
738
739 2015-12-11 Yao Qi <yao.qi@linaro.org>
740
741 * gdb.base/coremaker2.c: Remove.
742
743 2015-12-10 Pedro Alves <palves@redhat.com>
744
745 * gdb.multi/base.exp: Remove stale "spaces" references.
746
747 2015-12-10 Pedro Alves <palves@redhat.com>
748
749 * gdb.multi/base.exp: Don't use nowarnings.
750 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
751 * gdb.multi/hangout.c: Include stdio.h.
752 * gdb.multi/hello.c: Include stdlib.h.
753 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
754 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
755 * gdb.multi/multi-arch.exp: Don't use nowarnings.
756
757 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.dwarf2/dw2-ranges-base.c: New file.
760 * gdb.dwarf2/dw2-ranges-base.exp: New file.
761 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
762 support additional line table, and debug ranges generation.
763 (Dwarf::ranges): New function, generate .debug_ranges.
764 (Dwarf::lines): Support generating simple line table programs.
765 (Dwarf::assemble): Initialise new namespace variables.
766
767 2015-12-09 Kevin Buettner <kevinb@redhat.com>
768
769 * gdb.base/async.exp (proc test_background): Add case for
770 asynchronous execution not supported.
771
772 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
773
774 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
775 format and change test names to make them unique.
776
777 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
778 Pedro Alves <pedro@redhat.com>
779
780 PR gdb/18702
781 Add checking of floatformats setup on x86_64 hosts.
782 * gdb.arch/i386-float.S (main): Load bigval and smallval.
783 (smallval, bigval): New labels/constants.
784 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
785 float" after loading bigval and smallval.
786
787 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
788
789 * gdb.ada/fun_overload_menu.exp: New testcase.
790 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
791
792 2015-12-04 Josh Stone <jistone@redhat.com>
793
794 * gdb.base/catch-fork-static.exp: New.
795
796 2015-12-03 Yao Qi <yao.qi@linaro.org>
797
798 * gdb.base/sizeof.c: Don't include stdio.h and
799 ../lib/unbuffer_output.c.
800 (main): New variable 'size' and 'value'. Remove printf and
801 gdb_unbuffer_output. Assign return value to size and value.
802 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
803 at the beginning.
804 (check_sizeof): Check the result by printing variable 'size'.
805 (check_valueof): Check the result by printing variable 'value'.
806
807 2015-12-01 Yao Qi <yao.qi@linaro.org>
808
809 * gdb.base/disp-step-syscall.exp: Define syscall instruction
810 for aarch64*-*-linux* target.
811
812 2015-11-30 Pedro Alves <palves@redhat.com>
813
814 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
815
816 2015-11-30 Pedro Alves <palves@redhat.com>
817
818 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
819 Handle non-stop mode vCont replies.
820
821 2015-11-30 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
824 prepare_for_testing. Start gdb with "set non-stop on" appended to
825 GDBFLAGS. Lax expected stop output.
826
827 2015-11-27 Yao Qi <yao.qi@linaro.org>
828
829 * gdb.arch/arm-neon.exp: New.
830 * gdb.arch/arm-neon.c: New.
831
832 2015-11-27 Yao Qi <yao.qi@linaro.org>
833
834 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
835
836 2015-11-27 Yao Qi <yao.qi@linaro.org>
837
838 * gdb.cp/annota2.exp: Allow multiple occurrences of the
839 frames-invalid annotation.
840
841 2015-11-27 Yao Qi <yao.qi@linaro.org>
842
843 * gdb.cp/annota2.exp: Use ${frames_invalid}.
844
845 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
846
847 * gdb.threads/names.exp: New file.
848 * gdb.threads/names.c: New file.
849 * README: Mention gdb,no_thread_names.
850
851 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
852
853 PR 19297
854 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
855 support" error.
856
857 2015-11-24 Pedro Alves <palves@redhat.com>
858
859 PR 17539
860 * gdb.base/display.exp: Expect displays to be sorted in ascending
861 order. Use multi_line.
862 * gdb.base/solib-display.exp: Likewise.
863
864 2015-11-24 Pedro Alves <palves@redhat.com>
865
866 PR 17539
867 * gdb.base/display.exp: Expect displays to be sorted in ascending
868 order. Use multi_line.
869 * gdb.base/solib-display.exp: Likewise.
870
871 2015-11-24 Pedro Alves <palves@redhat.com>
872
873 PR 17539
874 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
875 threads in ascending order.
876 * gdb.base/foll-fork.exp: Likewise.
877 * gdb.base/foll-vfork.exp: Likewise.
878 * gdb.base/multi-forks.exp: Likewise.
879 * gdb.mi/mi-nonstop.exp: Likewise.
880 * gdb.mi/mi-nsintrall.exp: Likewise.
881 * gdb.multi/base.exp: Likewise.
882 * gdb.multi/multi-arch.exp: Likewise.
883 * gdb.python/py-inferior.exp: Likewise.
884 * gdb.threads/break-while-running.exp: Likewise.
885 * gdb.threads/execl.exp: Likewise.
886 * gdb.threads/gcore-thread.exp: Likewise.
887 * gdb.threads/info-threads-cur-sal.exp: Likewise.
888 * gdb.threads/kill.exp: Likewise.
889 * gdb.threads/linux-dp.exp: Likewise.
890 * gdb.threads/multiple-step-overs.exp: Likewise.
891 * gdb.threads/next-bp-other-thread.exp: Likewise.
892 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
893 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
894 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
895 * gdb.threads/thread-find.exp: Likewise.
896 * gdb.threads/tls.exp: Likewise.
897 * lib/mi-support.exp (mi_reverse_list): Delete.
898 (mi_check_thread_states): No longer reverse list.
899
900 2015-11-24 Pedro Alves <palves@redhat.com>
901
902 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
903 use lowercase.
904
905 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
906
907 * gdb.trace/actions.c: Include trace-common.h.
908 (main): Add a location for a fast tracepoint.
909 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
910 the normal tracepoints.
911 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
912
913 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
914
915 * save-trace.exp: Factor out code to these...
916 (gdb_save_tracepoints): New.
917 (gdb_load_tracepoints): New.
918 (do_save_load_test): New.
919
920 2015-11-23 Kevin Buettner <kevinb@redhat.com>
921
922 * gdb.base/asmlabel.exp: New test.
923 * gdb.base/asmlabel.c: New test case.
924
925 2015-11-23 Joel Brobecker <brobecker@adacore.com>
926
927 * gdb.base/wrong_frame_bt_full-main.c: New file.
928 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
929 * gdb.base/wrong_frame_bt_full.exp: New file.
930
931 2015-11-23 Joel Brobecker <brobecker@adacore.com>
932
933 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
934
935 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
936
937 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
938 pstate register when comparing registers values in
939 sparc64-*-linux-gnu targets to avoid spurious differences.
940
941 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
942
943 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
944
945 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
946
947 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
948 as type argument to gdb_compile.
949 * gdb.base/nested-subp2.exp: Likewise.
950 * gdb.base/nested-subp3.exp: Likewise.
951
952 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
953
954 * lib/dwarf.exp (_note): Fix left shift of negative value.
955 * gdb.trace/trace-condition.exp: Likewise.
956
957 2015-11-13 Yao Qi <yao.qi@linaro.org>
958
959 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
960 comments about d10v.
961 (test_scalar_returns): Likewise.
962 * gdb.base/d10v.ld: Remove.
963 * gdb.base/overlays.exp: Remove the target triplet checking for
964 d10v-*-*.
965 * gdb.base/structs.exp (test_struct_returns): Remove the
966 comments about d10v.
967 (test_struct_calls): Likewise.
968
969 2015-11-13 Yao Qi <yao.qi@linaro.org>
970
971 * gdb.base/gnu_vector.exp: Check the return value by "p res".
972 * gdb.base/gnu_vector.c: Don't include stdio.h.
973 (main): Don't print res and call add_some_intvecs.
974
975 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
976
977 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
978 macro.
979 (func5): Removed.
980 (func4): Use FAST_TRACEPOINT_LABEL.
981 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
982 macro.
983 (func): Removed.
984 (thread_function): Use FAST_TRACEPOINT_LABEL.
985 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
986 (func): Remove.
987 (marker): Use FAST_TRACEPOINT_LABEL.
988 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
989 (pendfunc1): Remove.
990 (pendfunc): Use FAST_TRACEPOINT_LABEL.
991 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
992 (foo): Remove.
993 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
994 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
995 macro.
996 (func): Remove.
997 (marker): Use FAST_TRACEPOINT_LABEL.
998 * gdb.trace/trace-common.h: New header.
999 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1000 macro.
1001 (func): Remove.
1002 (marker): Use FAST_TRACEPOINT_LABEL.
1003 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1004 (func): Remove.
1005 (thread_function): Use FAST_TRACEPOINT_LABEL.
1006
1007 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1008
1009 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1010 in front.
1011 * gdb.trace/change-loc.exp: Use global pcreg definition.
1012 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1013 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1014 in front.
1015 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1016 * gdb.trace/pending.exp: Likewise.
1017 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1018 * gdb.trace/trace-break.exp: Likewise.
1019 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1020 in front.
1021 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1022 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1023 in front.
1024 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1025
1026 2015-11-09 Joel Brobecker <brobecker@adacore.com>
1027
1028 * gdb.ada/fin_fun_out: New testcase.
1029
1030 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1031
1032 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1033 value associated with DW_AT_byte_size.
1034 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1035 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1036 DW_AT_upper_bound.
1037
1038 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1039
1040 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1041 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1042 version.
1043 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1044 gdb.dwarf2/dw2-canonicalize-type.exp,
1045 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1046 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1047 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1048 provided by gdb_target_symbol_prefix_flags_asm.
1049 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1050 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1051 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1052 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1053 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1054 macros where needed). Use this macro for symbols which require
1055 the prefix provided by SYMBOL_PREFIX.
1056
1057 2015-11-05 Kevin Buettner <kevinb@redhat.com>
1058
1059 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1060 New procs.
1061 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1062 representing expressions, of more than one list element.
1063 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1064 to prepend linker symbol prefix to f.
1065 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1066 table_1 and table_2.
1067 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1068 Likewise, for f and g.
1069 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1070 for ptr.
1071 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1072 for main.
1073 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1074 table_1_ptr and table_2_ptr.
1075
1076 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1077 Joel Brobecker <brobecker@adacore.com>
1078
1079 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1080
1081 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1082
1083 * gdb.reverse/s390-mvcle.c: New test.
1084 * gdb.reverse/s390-mvcle.exp: New file.
1085 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1086
1087 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1088
1089 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1090
1091 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1092
1093 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1094 reaching marker2.
1095 * gdb.reverse/getresuid-reverse.exp: Likewise.
1096 * gdb.reverse/pipe-reverse.exp: Likewise.
1097 * gdb.reverse/readv-reverse.exp: Likewise.
1098 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1099 * gdb.reverse/time-reverse.exp: Likewise.
1100 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1101
1102 2015-10-30 Yao Qi <yao.qi@linaro.org>
1103
1104 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1105 (empty_cycle): Remove.
1106 (main): Don't call empty_cycle. Don't use watch_count_done.
1107 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1108 empty_cycle. Rewrite the code counting HW watchpoints.
1109
1110 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1111
1112 * gdb.reverse/fstatat-reverse.c: New test.
1113 * gdb.reverse/fstatat-reverse.exp: New file.
1114 * gdb.reverse/getresuid-reverse.c: New test.
1115 * gdb.reverse/getresuid-reverse.exp: New file.
1116 * gdb.reverse/pipe-reverse.c: New test.
1117 * gdb.reverse/pipe-reverse.exp: New file.
1118 * gdb.reverse/readv-reverse.c: New test.
1119 * gdb.reverse/readv-reverse.exp: New file.
1120 * gdb.reverse/recvmsg-reverse.c: New test.
1121 * gdb.reverse/recvmsg-reverse.exp: New file.
1122 * gdb.reverse/time-reverse.c: New test.
1123 * gdb.reverse/time-reverse.exp: New file.
1124 * gdb.reverse/waitpid-reverse.c: New test.
1125 * gdb.reverse/waitpid-reverse.exp: New file.
1126
1127 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1130
1131 2015-10-26 Doug Evans <dje@google.com>
1132
1133 PR symtab/17391
1134 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1135 * gdb.dwarf2/bad-regnum.c: New file.
1136 * gdb.dwarf2/bad-regnum.exp: New file.
1137
1138 2015-10-26 Doug Evans <dje@google.com>
1139
1140 PR python/18938
1141 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1142 file.
1143
1144 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1145
1146 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1147 for a change by "Mention language in compile error message".
1148
1149 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1150
1151 PR python/18073
1152 * gdb.python/py-type.c (C::a_method): New.
1153 (C::a_const_method): New.
1154 (C::a_static_method): New.
1155 (a_function): New.
1156 * gdb.python/py-type.exp (test_fields): Test getting fields
1157 from function and method.
1158
1159 2015-10-21 Keven Boell <keven.boell@intel.com>
1160
1161 * gdb.fortran/vla-alloc-assoc.exp: New file.
1162 * gdb.fortran/vla-datatypes.exp: New file.
1163 * gdb.fortran/vla-datatypes.f90: New file.
1164 * gdb.fortran/vla-history.exp: New file.
1165 * gdb.fortran/vla-ptype-sub.exp: New file.
1166 * gdb.fortran/vla-ptype.exp: New file.
1167 * gdb.fortran/vla-sizeof.exp: New file.
1168 * gdb.fortran/vla-sub.f90: New file.
1169 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1170 * gdb.fortran/vla-value-sub-finish.exp: New file.
1171 * gdb.fortran/vla-value-sub.exp: New file.
1172 * gdb.fortran/vla-value.exp: New file.
1173 * gdb.fortran/vla-ptr-info.exp: New file.
1174 * gdb.mi/mi-vla-fortran.exp: New file.
1175 * gdb.mi/vla.f90: New file.
1176
1177 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1178
1179 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1180 of hardwired timeout value.
1181
1182 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1183 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1186 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1187
1188 2015-10-19 Josh Stone <jistone@redhat.com>
1189
1190 * gdb.base/catch-syscall.c: Include <sched.h>.
1191 (unknown_syscall): New variable.
1192 (main): Trigger a vfork and an unknown syscall.
1193 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1194 (unknown_syscall_number): Likewise.
1195 (check_call_to_syscall): Accept an optional syscall pattern.
1196 (check_return_from_syscall): Likewise.
1197 (check_continue): Likewise.
1198 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1199 (test_catch_syscall_skipping_return): New test toggling off 'catch
1200 syscall' to step over the syscall return, then toggling back on.
1201 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1202 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1203 (do_syscall_tests): Call test_catch_syscall_without_args and
1204 test_catch_syscall_mid_vfork.
1205 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1206 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1207
1208 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
1209
1210 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1211 print g_vE): Add new pass patterns.
1212 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1213 print various symbol names for vptr fields.
1214
1215 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1218 results.
1219
1220 2015-10-12 Yao Qi <yao.qi@linaro.org>
1221
1222 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1223
1224 2015-10-12 Yao Qi <yao.qi@linaro.org>
1225
1226 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1227 is aarch64*-*-linux*.
1228
1229 2015-10-12 Yao Qi <yao.qi@linaro.org>
1230
1231 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1232 (can_relocate_bcond_true): ... it.
1233 (can_relocate_bcond_false): New function.
1234 (foo): Likewise.
1235 (can_relocate_bl): Likewise.
1236 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1237 can_relocate_bl.
1238
1239 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1240
1241 * gdb.base/nested-addr.c: New file.
1242 * gdb.base/nested-addr.exp: New testcase.
1243
1244 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1245
1246 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1247 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1248 its output. Ignore the output of "record goto begin" and instead
1249 check that GDB is replaying.
1250
1251 2015-10-09 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1254 (top level): Use it in the run with no args test.
1255
1256 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1257
1258 * gdb.dlang/properties.exp: New file.
1259
1260 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1261
1262 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1263 whether or not address 0x1000 is mapped on the target.
1264
1265 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1266
1267 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1268 build.
1269
1270 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1271
1272 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1273 instruction-history test.
1274
1275 2015-09-28 Doug Evans <dje@google.com>
1276
1277 * gdb.base/gcore.c (array_func): Add reference to static_array.
1278
1279 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1280
1281 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1282 source line.
1283
1284 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1285
1286 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1287 short or char as base type.
1288
1289 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1290
1291 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1292 to allow any size enum.
1293
1294 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1295
1296 * gdb.ada/array_ptr_renaming.exp: New testcase.
1297 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1298 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1299
1300 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1301
1302 * gdb.trace/ftrace-lock.c: New file.
1303 * gdb.trace/ftrace-lock.exp: New file.
1304
1305 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1306
1307 * gdb.arch/insn-reloc.c: New file.
1308 * gdb.arch/ftrace-insn-reloc.exp: New file.
1309
1310 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1311
1312 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1313 instruction.
1314 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1315 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1316 * gdb.trace/range-stepping.c: Likewise.
1317 * gdb.trace/trace-break.c: Likewise.
1318 * gdb.trace/trace-mt.c (thread_function): Likewise.
1319 * gdb.trace/ftrace.c (marker): Likewise.
1320 * gdb.trace/trace-condition.c (marker): Likewise.
1321 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1322 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1323 is_aarch64_target.
1324
1325 2015-09-18 Doug Evans <xdje42@gmail.com>
1326
1327 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1328 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1329
1330 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1331
1332 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1333 the breakpoint.
1334
1335 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1336
1337 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1338 the pending breakpoint. Remove timeout override for "Run till
1339 MI pending breakpoint on pendfunc3 on thread 2" test.
1340
1341 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1342
1343 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1344 filename pattern.
1345
1346 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1347
1348 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1349 in breakpoint filename pattern.
1350
1351 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1352
1353 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1354
1355 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1356
1357 * gdb.linespec/explicit.exp: Check for readline support for
1358 tab-completion tests. Fix obvious typo.
1359
1360 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1361
1362 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1363 and replay.
1364
1365 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1366
1367 * gdb.btrace/non-stop.c: New.
1368 * gdb.btrace/non-stop.exp: New.
1369
1370 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1371 Yao Qi <yao.qi@linaro.org>
1372
1373 * gdb.trace/trace-condition.c: New file.
1374 * gdb.trace/trace-condition.exp: New file.
1375
1376 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
1377
1378 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1379 for testing bytecode compilation.
1380
1381 2015-09-16 Pedro Alves <palves@redhat.com>
1382 Sandra Loosemore <sandra@codesourcery.com>
1383
1384 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1385 (SECONDS): Redefine.
1386 (main): Call pthread_kill and alarm early.
1387 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1388 support.
1389 (test): If the target can't hardware step and doesn't support
1390 displaced stepping, increase the timeout.
1391
1392 2015-09-16 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1395 (enable_debug): New procedures.
1396 (test): Use them. Bail out if waiting for threads fails.
1397 (top level): Bail out if a test fails.
1398
1399 2015-09-16 Yao Qi <yao.qi@linaro.org>
1400
1401 * gdb.asm/asm-source.exp: Set asm-arch for
1402 aarch64*-*-* target.
1403 * gdb.asm/aarch64.inc: New file.
1404
1405 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1406
1407 * gdb.ada/array_of_variable_length.exp: New testcase.
1408 * gdb.ada/array_of_variable_length/foo.adb: New file.
1409 * gdb.ada/array_of_variable_length/pck.adb: New file.
1410 * gdb.ada/array_of_variable_length/pck.ads: New file.
1411
1412 2015-09-15 Doug Evans <dje@google.com>
1413
1414 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1415 of function static local variable.
1416
1417 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1418
1419 * gdb.threads/tls-so_extern.exp: New test file.
1420 * gdb.threads/tls-so_extern.c: New test file.
1421 * gdb.threads/tls-so_extern_main.c: New test file.
1422
1423 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 * gdb.opt/solib-intra-step-lib.c: New file.
1426 * gdb.opt/solib-intra-step-main.c: New file.
1427 * gdb.opt/solib-intra-step.exp: New file.
1428
1429 2015-09-15 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1432 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1433
1434 2015-09-14 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/hook-stop-continue.c: Delete.
1437 * gdb.base/hook-stop-continue.exp: Delete.
1438 * gdb.base/hook-stop-frame.c: Delete.
1439 * gdb.base/hook-stop-frame.exp: Delete.
1440 * gdb.base/hook-stop.c: New file.
1441 * gdb.base/hook-stop.exp: New file.
1442
1443 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1444
1445 * gdb.ada/access_to_packed_array.exp: New testcase.
1446 * gdb.ada/access_to_packed_array/foo.adb: New file.
1447 * gdb.ada/access_to_packed_array/pack.adb: New file.
1448 * gdb.ada/access_to_packed_array/pack.ads: New file.
1449
1450 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1451
1452 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1453 buffer size test.
1454
1455 2015-09-11 Don Breazeal <donb@codesourcery.com>
1456
1457 * gdb.base/foll-exec.c: Add copyright header. Fix
1458 formatting issues.
1459 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1460 (do_exec_tests): Use clean_restart in place of zap_session,
1461 and for test initialization. Fix formatting issues. Use
1462 fail in place of perror.
1463 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1464 an expect statement to match an expression with output from
1465 the program under debug.
1466 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1467 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1468 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1469 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1470 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1471
1472 2015-09-09 Doug Evans <dje@google.com>
1473
1474 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1475
1476 2015-09-09 Doug Evans <dje@google.com>
1477
1478 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1479
1480 2015-09-09 Doug Evans <dje@google.com>
1481
1482 * gdb.base/savedregs.exp: Fix typo.
1483
1484 2015-09-09 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1487
1488 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1489
1490 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1491 command actually switches threads. Give up on remaining
1492 tests if target fails to stop at breakpoint.
1493
1494 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1495
1496 * gdb.ada/funcall_char.exp: New testcase.
1497 * gdb.ada/funcall_char/foo.adb: New file.
1498
1499 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1500
1501 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1502 expected outputs. Add two testcases for completing ambiguous
1503 functions.
1504 * gdb.ada/complete/aux_pck.adb: New file.
1505 * gdb.ada/complete/aux_pck.ads: New file.
1506 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1507 Ambiguous_Func functions.
1508 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1509 * gdb.ada/complete/pck.adb: Likewise.
1510
1511 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1512
1513 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1514 failures to run the test program under GDB.
1515
1516 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
1517
1518 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1519 to C.
1520
1521 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1522
1523 * gdb.base/run-after-attach.exp: New test file.
1524 * gdb.base/run-after-attach.c: New test file.
1525
1526 2015-08-26 Don Breazeal <donb@codesourcery.com>
1527
1528 * gdb.base/foll-exec-2.c: New test program.
1529 * gdb.base/foll-exec-2.exp: New test.
1530
1531 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1532
1533 * gdb.base/nested-subp1.exp: New file.
1534 * gdb.base/nested-subp1.c: New file.
1535 * gdb.base/nested-subp2.exp: New file.
1536 * gdb.base/nested-subp2.c: New file.
1537 * gdb.base/nested-subp3.exp: New file.
1538 * gdb.base/nested-subp3.c: New file.
1539
1540 2015-08-24 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.server/connect-without-multi-process.c: New file.
1543 * gdb.server/connect-without-multi-process.exp: New file.
1544
1545 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1546
1547 * gdb.opt/inline-markers.c: Make z int.
1548
1549 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1550
1551 * gdb.opt/inline-markers.c: Make z volatile.
1552
1553 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1554
1555 * gdb.opt/inline-bt.c: New volatile global z.
1556 * gdb.opt/inline-cmds.c: Likewise.
1557 * gdb.opt/inline-locals.c: Likewise.
1558 * gdb.opt/inline-markers.c: New extern global z.
1559 (marker): Use z.
1560 (inline_fn): Likewise.
1561
1562 2015-08-24 Pedro Alves <palves@redhat.com>
1563
1564 * config/m32r-stub.exp: Remove file.
1565 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1566 * gdb.base/call-rt-st.exp: Likewise.
1567 * gdb.base/call-strs.exp: Likewise.
1568 * gdb.base/default.exp: Remove references to h8300-*-hms and
1569 *-*-udi*.
1570 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1571
1572 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1573
1574 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1575 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1576 and "return" use KFAIL when GDB can not read/write the vector
1577 return value.
1578
1579 2015-08-21 Gary Benson <gbenson@redhat.com>
1580
1581 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1582
1583 2015-08-20 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.server/solib-list.exp: No longer expect an interior stop in
1586 non-stop mode.
1587
1588 2015-08-20 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.server/connect-stopped-target.c: New file.
1591 * gdb.server/connect-stopped-target.exp: New file.
1592
1593 2015-08-20 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.dwarf2/comp-unit-lang.exp: New file.
1596 * gdb.dwarf2/comp-unit-lang.c: New file.
1597
1598 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1599
1600 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1601 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1602
1603 2015-08-19 Kevin Buettner <kevinb@redhat.com>
1604
1605 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1606 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1607
1608 2015-08-18 Doug Evans <dje@google.com>
1609 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1610
1611 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1612 skip_python_tests. New arg prompt_regexp.
1613 (skip_python_tests): New function.
1614 * lib/mi-support.exp (mi_skip_python_tests): New function.
1615 * gdb.python/py-mi-objfile-gdb.py: New file.
1616 * gdb.python/py-mi-objfile.c: New file.
1617 * gdb.python/py-mi-objfile.exp: New file.
1618
1619 2015-08-17 Keith Seitz <keiths@redhat.com>
1620
1621 * gdb.linespec/explicit.exp: Move strace test from here ...
1622 * gdb.trace/strace.exp: ... to here.
1623
1624 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1625
1626 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1627 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1628
1629 2015-08-14 Doug Evans <xdje42@gmail.com>
1630
1631 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1632 inferior before selecting a new file.
1633
1634 2015-08-14 Doug Evans <xdje42@gmail.com>
1635
1636 * gdb.mi/mi-disassemble.exp: Update.
1637 * gdb.base/disasm-optim.S: New file.
1638 * gdb.base/disasm-optim.c: New file.
1639 * gdb.base/disasm-optim.h: New file.
1640 * gdb.base/disasm-optim.exp: New file.
1641
1642 2015-08-14 Keith Seitz <keiths@redhat.com>
1643
1644 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1645 "evaluated-by".
1646
1647 2015-08-13 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1650
1651 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1652
1653 * gdb.ada/fun_renaming.exp: New testcase.
1654 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1655 * gdb.ada/fun_renaming/pack.adb: New file.
1656 * gdb.ada/fun_renaming/pack.ads: New file.
1657
1658 2015-08-12 Keith Seitz <keiths@redhat.com>
1659
1660 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1661 gdb_get_line_number.
1662
1663 2015-08-12 Joel Brobecker <brobecker@adacore.com>
1664
1665 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1666 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1667 gdb.base/dso2dso.exp: New files.
1668
1669 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1670 Pedro Alves <palves@redhat.com>
1671 Keith Seitz <keiths@redhat.com>
1672
1673 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1674 GDBFLAGS.
1675
1676 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1677
1678 * gdb.base/gdbhistsize-history.exp
1679 (test_histsize_history_setting): Use save_vars.
1680 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1681 Use save_vars.
1682 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1683 * gdb.base/readline.exp: Use save_vars.
1684
1685 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1686
1687 * lib/gdb.exp (save_vars): New proc.
1688
1689 2015-08-11 Keith Seitz <keiths@redhat.com>
1690
1691 * gdb.base/help.exp: Update help_breakpoint_text.
1692
1693 2015-08-11 Keith Seitz <keiths@redhat.com>
1694
1695 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1696 (at toplevel): Call test_explicit_breakpoints.
1697 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1698 breakpoints.
1699 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1700 breakpoint conditions, "-cond".
1701
1702 2015-08-11 Keith Seitz <keiths@redhat.com>
1703
1704 * gdb.linespec/3explicit.c: New file.
1705 * gdb.linespec/cpexplicit.cc: New file.
1706 * gdb.linespec/cpexplicit.exp: New file.
1707 * gdb.linespec/explicit.c: New file.
1708 * gdb.linespec/explicit.exp: New file.
1709 * gdb.linespec/explicit2.c: New file.
1710 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1711 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1712 before using in the matching pattern.
1713 Clarify that `prefix' is a regular expression.
1714
1715 2015-08-11 Keith Seitz <keiths@redhat.com>
1716
1717 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1718 test.
1719 Add tests for missing ",FMT" and ",".
1720
1721 2015-08-10 Doug Evans <dje@google.com>
1722 Keith Seitz <keiths@redhat.com>
1723
1724 PR gdb/17960
1725 * gdb.base/completion.exp: Add location completer tests.
1726
1727 2015-08-07 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1730 tests here.
1731 (top level): Run do_test with and without displaced stepping.
1732
1733 2015-08-07 Pedro Alves <palves@redhat.com>
1734
1735 * gdb.base/valgrind-disp-step.c: New file.
1736 * gdb.base/valgrind-disp-step.exp: New file.
1737
1738 2015-08-07 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1741 Delete function.
1742 (main): Add alarm. Run an infinite loop instead of calling
1743 wait_threads.
1744 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1745 comment.
1746 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1747 Delete function.
1748 (main): Add alarm. Run an infinite loop instead of calling
1749 wait_threads.
1750 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1751 comment.
1752
1753 2015-08-07 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.base/checkpoint-ns.exp: New file.
1756 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1757 standard_testfile.
1758
1759 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1760
1761 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1762 * gdb.btrace/instruction_history.exp: Update.
1763 * gdb.btrace/tsx.exp: New.
1764 * gdb.btrace/tsx.c: New.
1765
1766 2015-08-06 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1769 increase timeout.
1770 * gdb.reverse/until-precsave.exp: Bump timeouts.
1771
1772 2015-08-06 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1775
1776 2015-08-06 Pedro Alves <palves@redhat.com>
1777
1778 PR gdb/18749
1779 * gdb.threads/process-dies-while-handling-bp.c: New file.
1780 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1781
1782 2015-08-06 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1785 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1786
1787 2015-08-05 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1790 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1791
1792 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1793
1794 * gdb.base/bp-permanent.exp: Report test as unsupported if
1795 the target cannot stop at the permanent breakpoint.
1796
1797 2015-08-03 Doug Evans <dje@google.com>
1798
1799 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1800 10000.
1801
1802 2015-08-03 Doug Evans <dje@google.com>
1803
1804 * Makefile.in (workers/%.worker, build-perf): New rule.
1805 (GDB_PERFTEST_MODE): New variable.
1806 (check-perf): Use it.
1807 (clean): Clean up gdb.perf parallel build subdirs.
1808 * lib/build-piece.exp: New file.
1809 * lib/gdb.exp (make_gdb_parallel_path): New function
1810 (standard_output_file, standard_temp_file): Call it.
1811 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1812 of $GDB_PARALLEL.
1813 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1814
1815 2015-08-03 Doug Evans <dje@google.com>
1816
1817 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
1818 (LOG_FILE_NAME): New global.
1819 (TextReporter.__init__): Initialize self.txt_sum.
1820 (TextReporter.report): Add support for multiple data-points.
1821 Move report to perftest.sum, put raw data in perftest.log.
1822 (TextReporter.start): Open sum and log files.
1823 (TextReporter.end): Close sum and log files.
1824 * gdb.perf/lib/perftest/testresult.py
1825 (SingleStatisticTestResult.record): Handle multiple data-points.
1826
1827 2015-07-31 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1830 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1831 kill_wait_spawned_process instead of explicit "kill -9".
1832 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1833 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1834 kill_wait_spawned_process.
1835 * gdb.base/attach-twice.exp: Likewise.
1836 * gdb.base/attach.exp: Likewise.
1837 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1838 gdb_test_multiple.
1839 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1840 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1841 kill_wait_spawned_process.
1842 * gdb.base/valgrind-infcall.exp: Likewise.
1843 * gdb.multi/multi-attach.exp: Likewise.
1844 * gdb.python/py-prompt.exp: Likewise.
1845 * gdb.python/py-sync-interp.exp: Likewise.
1846 * gdb.server/ext-attach.exp: Likewise.
1847 * gdb.threads/attach-into-signal.exp (corefunc): Use
1848 spawn_wait_for_attach, spawn_id_get_pid and
1849 kill_wait_spawned_process.
1850 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1851 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1852 spawn_id_get_pid and kill_wait_spawned_process.
1853 * gdb.threads/attach-stopped.exp (corefunc): Use
1854 spawn_wait_for_attach, spawn_id_get_pid and
1855 kill_wait_spawned_process.
1856 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1857 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1858 kill_wait_spawned_process instead of explicit "kill -9".
1859 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1860 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1861 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1862 processes. Don't map cygwin/windows pids here. Now returns a
1863 spawn id list.
1864
1865 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1866
1867 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1868 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1869 correct patch.
1870
1871 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1872
1873 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1874
1875 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1876
1877 Reapply:
1878 2014-05-21 Mark Wielaard <mjw@redhat.com>
1879
1880 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1881
1882 2015-07-30 Pedro Alves <palves@redhat.com>
1883
1884 * linux-low.c (handle_extended_wait): Set the child's last
1885 reported status to TARGET_WAITKIND_STOPPED.
1886
1887 2015-07-30 Pedro Alves <palves@redhat.com>
1888
1889 PR threads/18600
1890 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1891 only shows inferior 1.
1892
1893 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1894 Pedro Alves <palves@redhat.com>
1895
1896 PR threads/18600
1897 * gdb.threads/fork-plus-threads.c: New file.
1898 * gdb.threads/fork-plus-threads.exp: New file.
1899
1900 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1901
1902 * gdb.base/batch-preserve-term-settings.exp
1903 (test_terminal_settings_preserved_after_cli_exit): Use
1904 send_quit_command.
1905
1906 2015-07-29 Pedro Alves <palves@redhat.com>
1907 Don Breazeal <donb@codesourcery.com>
1908
1909 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1910 output from both inferior_spawn_id and gdb_spawn_id.
1911
1912 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1913
1914 * gdb.threads/attach-into-signal.exp (corefunc): Use
1915 with_test_prefix on nested loops, uniquefying the test messages.
1916
1917 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1918
1919 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1920 commit.
1921
1922 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1923
1924 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1925 New proc.
1926 (test_terminal_settings_preserved_after_sigterm): New test.
1927
1928 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1929
1930 * gdb.base/batch-preserve-term-settings.exp
1931 (test_terminal_settings_preserved_after_cli_exit): New test.
1932
1933 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1934
1935 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1936 manipulation of saved_gdbflags.
1937 (test_terminal_settings_preserved): Remove global declaration of
1938 the unused variable pagination_prompt. Remove manipulation of
1939 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1940 GDBFLAGS.
1941
1942 2015-07-29 Pedro Alves <palves@redhat.com>
1943
1944 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1945
1946 2015-07-29 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1949 at the top.
1950
1951 2015-07-29 Pedro Alves <palves@redhat.com>
1952
1953 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1954 (main): Call gdb_unbuffer_output.
1955 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1956 (main): Call gdb_unbuffer_output.
1957 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1958 (main): Call gdb_unbuffer_output.
1959 * gdb.base/call-strs.exp: Adjust to step over the
1960 gdb_unbuffer_output call.
1961 * gdb.base/catch-gdb-caused-signals.c: Include
1962 "../lib/unbuffer_output.c".
1963 (main): Call gdb_unbuffer_output.
1964 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1965 (main): Call gdb_unbuffer_output.
1966 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1967 (main): Call gdb_unbuffer_output.
1968 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1969 (main): Call gdb_unbuffer_output.
1970 * gdb.base/shlib-call.exp: Adjust to step over the
1971 gdb_unbuffer_output call.
1972 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1973 (main): Call gdb_unbuffer_output.
1974 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1975 (main): Call gdb_unbuffer_output.
1976 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1977 (main): Rename to ...
1978 (test): ... this.
1979 (main): Reimplement.
1980 * gdb.base/varargs.exp: Run to test instead of to main.
1981 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1982 (main): Call gdb_unbuffer_output.
1983
1984 2015-07-29 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1987 factore out from mi_continue_dprintf. For call-style dprintfs,
1988 expect dprintf output out of $inferior_spawn_id.
1989 (mi_continue_dprintf): Use mi_expect_dprintf.
1990 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1991 (main): Call gdb_unbuffer_output.
1992
1993 2015-07-29 Pedro Alves <palves@redhat.com>
1994
1995 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1996 (default_mi_gdb_start): Set inferior_spawn_id instead of
1997 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1998 gdb_spawn_id.
1999 (mi_gdb_test): Always expect inferior output from both
2000 $inferior_spawn_id and $gdb_spawn_id.
2001
2002 2015-07-29 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2005 send_inferior and $inferior_spawn_id.
2006
2007 2015-07-29 Pedro Alves <palves@redhat.com>
2008
2009 * gdb.gdb/complaints.exp (test_initial_complaints)
2010 (test_serial_complaints, test_short_complaints): Use
2011 gdb_test_stdio.
2012 (test_empty_complaint): Handle $inferior_spawn_id !=
2013 $gdb_spawn_id.
2014
2015 2015-07-29 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.base/varargs.exp: Use gdb_test_stdio.
2018
2019 2015-07-29 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2022
2023 2015-07-29 Pedro Alves <palves@redhat.com>
2024
2025 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2026
2027 2015-07-29 Pedro Alves <palves@redhat.com>
2028
2029 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2030 parameter into two new parameters, "inf_result" and "gdb_result".
2031 Expect inferior output and gdb output from $inferior_spawn_id and
2032 $gdb_spawn_id, respectively. Adjust all callers.
2033
2034 2015-07-29 Pedro Alves <palves@redhat.com>
2035
2036 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2037 of gdb_test_sequence.
2038
2039 2015-07-29 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2042 (saw_spurious_output): Expect inferior output from
2043 $inferior_spawn_id. Use gdb_test_stdio.
2044
2045 2015-07-29 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.base/dprintf.exp: Use standard_testfile. Change
2048 prepare_for_testing call.
2049 (srcfile): Don't set.
2050 (restart): New procedure.
2051 (test_dprintf): New procecure, use to continue over dprintfs.
2052 (test_call, test_agent): New procedures, tests moved here.
2053 Restart gdb and recreate dprintfs. Adjust expected output.
2054
2055 2015-07-29 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2058
2059 2015-07-29 Pedro Alves <palves@redhat.com>
2060
2061 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2062
2063 2015-07-29 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2066 gdb_test_stdio.
2067
2068 2015-07-29 Pedro Alves <palves@redhat.com>
2069
2070 * lib/gdb.exp (gdb_test_stdio): New procedure.
2071
2072 2015-07-29 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2075
2076 2015-07-29 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.base/call-signal-resume.exp: Remove check for
2079 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2080 * gdb.base/unwindonsignal.exp: Likewise.
2081 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2082 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2083
2084 2015-07-29 Pedro Alves <palves@redhat.com>
2085
2086 * gdb.base/siginfo-addr.c (pass): New function.
2087 (handler): Call it iff si_addr is correct.
2088 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2089 Set a breakpoint at "pass" and continue to it.
2090
2091 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2092
2093 * gdb.python/py-objfile.exp: Make some tests have unique names.
2094 * gdb.python/py-pp-registration.exp: Likewise.
2095
2096 2015-07-28 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2099
2100 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2101
2102 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2103
2104 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2105
2106 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2107
2108 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2109
2110 * gdb.base/gdb-sigterm-2.exp: New test.
2111
2112 2015-07-25 Doug Evans <xdje42@gmail.com>
2113
2114 Revert:
2115 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2116 (workers/%.worker, build-perf): New rule.
2117 (GDB_PERFTEST_MODE): New variable.
2118 (check-perf): Use it.
2119 (clean): Clean up gdb.perf parallel build subdirs.
2120 * lib/build-piece.exp: New file.
2121 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2122 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2123 name.
2124 (standard_temp_file): Ditto.
2125 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2126 of $GDB_PARALLEL.
2127
2128 2015-07-24 Doug Evans <dje@google.com>
2129
2130 * gdb.perf/lib/perftest/utils.py: New file.
2131 * gdb.perf/gm-hello.cc: New file.
2132 * gdb.perf/gm-pervasive-typedef.cc: New file.
2133 * gdb.perf/gm-pervasive-typedef.h: New file.
2134 * gdb.perf/gm-std.cc: New file.
2135 * gdb.perf/gm-std.h: New file.
2136 * gdb.perf/gm-use-cerr.cc: New file.
2137 * gdb.perf/gm-utils.h: New file.
2138 * gdb.perf/gmonster-null-lookup.py: New file.
2139 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2140 * gdb.perf/gmonster-print-cerr.py: New file.
2141 * gdb.perf/gmonster-ptype-string.py: New file.
2142 * gdb.perf/gmonster-runto-main.py: New file.
2143 * gdb.perf/gmonster-select-file.py: New file.
2144 * gdb.perf/gmonster1-null-lookup.exp: New file.
2145 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2146 * gdb.perf/gmonster1-print-cerr.exp: New file.
2147 * gdb.perf/gmonster1-ptype-string.exp: New file.
2148 * gdb.perf/gmonster1-runto-main.exp: New file.
2149 * gdb.perf/gmonster1-select-file.exp: New file.
2150 * gdb.perf/gmonster1.cc: New file.
2151 * gdb.perf/gmonster1.exp: New file.
2152 * gdb.perf/gmonster2-null-lookup.exp: New file.
2153 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2154 * gdb.perf/gmonster2-print-cerr.exp: New file.
2155 * gdb.perf/gmonster2-ptype-string.exp: New file.
2156 * gdb.perf/gmonster2-runto-main.exp: New file.
2157 * gdb.perf/gmonster2-select-file.exp: New file.
2158 * gdb.perf/gmonster2.cc: New file.
2159 * gdb.perf/gmonster2.exp: New file.
2160
2161 2015-07-24 Doug Evans <dje@google.com>
2162
2163 * gdb.perf/README: New file.
2164 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2165 * lib/gen-perf-test.exp: New file.
2166
2167 2015-07-24 Doug Evans <dje@google.com>
2168
2169 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2170 (PerfTest::startup): New function.
2171 (PerfTest::run): Return result of calling body.
2172 (PerfTest::assemble): Rewrite.
2173 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2174 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2175 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2176 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2177 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2178
2179 2015-07-24 Doug Evans <dje@google.com>
2180
2181 * lib/gdb.exp (clean_restart): Make executable optional.
2182
2183 2015-07-24 Doug Evans <dje@google.com>
2184
2185 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2186 compiler_info references.
2187 * gdb.cp/temargs.exp: Ditto.
2188 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2189 (get_compiler_info): Early exit if already computed. Set compiler_info
2190 to "unknown" if there was a problem.
2191 (test_compiler_info): Add function comment. Call get_compiler_info.
2192
2193 2015-07-24 Doug Evans <dje@google.com>
2194
2195 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2196 (workers/%.worker, build-perf): New rule.
2197 (GDB_PERFTEST_MODE): New variable.
2198 (check-perf): Use it.
2199 (clean): Clean up gdb.perf parallel build subdirs.
2200 * lib/build-piece.exp: New file.
2201 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2202 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2203 name.
2204 (standard_temp_file): Ditto.
2205 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2206 of $GDB_PARALLEL.
2207
2208 2015-07-24 Doug Evans <dje@google.com>
2209
2210 * lib/future.exp (gdb_default_target_compile): New option
2211 "early_flags".
2212 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2213 --as-needed.
2214
2215 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2216
2217 * gdb.base/catch-syscall.exp: Call gdb_exit before
2218 gdb_skip_xml_test.
2219
2220 2015-07-24 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.python/py-events.exp: Accept output between the stop event
2223 and the prompt.
2224 * gdb.python/py-evsignal.exp: Likewise.
2225 * gdb.python/py-evthreads.exp: Likewise.
2226
2227 2015-07-24 Pedro Alves <palves@redhat.com>
2228
2229 PR gdb/18717
2230 * gdb.threads/non-ldr-exit.c: New file.
2231 * gdb.threads/non-ldr-exit.exp: New file.
2232
2233 2015-07-24 Yao Qi <yao.qi@linaro.org>
2234
2235 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2236 restarting process.
2237
2238 2015-07-24 Yao Qi <yao.qi@linaro.org>
2239
2240 * gdb.server/ext-restart.exp: New file.
2241
2242 2015-07-24 Yao Qi <yao.qi@linaro.org>
2243
2244 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2245 argument options.
2246 * gdb.server/ext-wrapper.exp: New file.
2247
2248 2015-07-23 Doug Evans <dje@google.com>
2249
2250 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2251 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2252
2253 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2254
2255 * gdb.ada/var_arr_typedef.exp: New testcase.
2256 * gdb.ada/var_arr_typedef/pack.adb: New file.
2257 * gdb.ada/var_arr_typedef/pack.ads: New file.
2258 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2259
2260 2015-07-20 Joel Brobecker <brobecker@adacore.com>
2261
2262 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2263
2264 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * gdb.arch/i386-biarch-core.exp: Replace istarget
2267 by "complete set gnutarget". Remove expectation for the "core-file"
2268 command.
2269
2270 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
2272 Revert the previous commit:
2273 Tests for validate symbol file using build-id.
2274
2275 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2276
2277 Tests for validate symbol file using build-id.
2278 * gdb.base/solib-mismatch-lib.c: New file.
2279 * gdb.base/solib-mismatch-libmod.c: New file.
2280 * gdb.base/solib-mismatch.c: New file.
2281 * gdb.base/solib-mismatch.exp: New file.
2282
2283 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2284
2285 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2286 nios2-*-linux*.
2287 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2288 * gdb.base/siginfo.exp: Likewise.
2289 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2290
2291 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2292
2293 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2294 Move it to ...
2295 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2296 ... here.
2297 * gdb.trace/range-stepping.exp: Check that the target supports
2298 range stepping.
2299
2300 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2303
2304 2015-07-14 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/killed-outside.exp: New file.
2307 * gdb.base/killed-outside.c: New file.
2308
2309 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2312 (n at main): New.
2313 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2314
2315 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2316
2317 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2318 infcall tests instead of setting up for KFAIL.
2319
2320 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2321
2322 * gdb.btrace/record_goto-step.exp: New.
2323
2324 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 PR compile/18484
2327 * gdb.compile/compile.c (struct struct_type): Add volatile to
2328 selffield's type.
2329 * gdb.compile/compile.exp
2330 (compile code struct_object.selffield = &struct_object): Skip further
2331 struct_object tests if this one xfails.
2332
2333 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
2334
2335 PR exp/18617
2336 * gdb.trace/ax.exp: Add test.
2337
2338 2015-07-07 Yao Qi <yao.qi@linaro.org>
2339
2340 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2341 instead of istarget "aarch64*-*-*".
2342 * gdb.arch/aarch64-fp.exp: Likewise.
2343 * gdb.base/float.exp: Likewise.
2344 * gdb.reverse/aarch64.exp: Likewise.
2345 * lib/gdb.exp (is_aarch64_target): New proc.
2346
2347 2015-07-07 Yao Qi <yao.qi@linaro.org>
2348
2349 * lib/gdb.exp (is_aarch32_target): New proc.
2350 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2351 instead of "istarget "arm*-*-*"".
2352 * gdb.arch/arm-disp-step.exp: Likewise.
2353 * gdb.arch/thumb-bx-pc.exp: Likewise.
2354 * gdb.arch/thumb-prologue.exp: Likewise.
2355 * gdb.arch/thumb-singlestep.exp: Likewise.
2356 * gdb.base/disp-step-syscall.exp: Likewise.
2357 * gdb.base/float.exp: Likewise.
2358
2359 2015-07-07 Yao Qi <yao.qi@linaro.org>
2360
2361 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2362 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2363
2364 2015-07-07 Yao Qi <yao.qi@linaro.org>
2365
2366 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2367 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2368 if it exists.
2369 * gdb.multi/multi-arch.exp: Likewise.
2370
2371 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2372
2373 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2374 print.
2375
2376 2015-07-07 Yao Qi <yao.qi@linaro.org>
2377
2378 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2379
2380 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2381
2382 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2383 '[' and ']' characters.
2384
2385 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2386
2387 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2388
2389 2015-06-29 Pedro Alves <palves@redhat.com>
2390
2391 PR threads/18127
2392 * gdb.threads/hand-call-new-thread.c: New file.
2393 * gdb.threads/hand-call-new-thread.c: New file.
2394
2395 2015-06-26 Keith Seitz <keiths@redhat.com>
2396 Doug Evans <dje@google.com>
2397
2398 PR 16253
2399 * gdb.cp/var-tag-2.cc: New file.
2400 * gdb.cp/var-tag-3.cc: New file.
2401 * gdb.cp/var-tag-4.cc: New file.
2402 * gdb.cp/var-tag.cc: New file.
2403 * gdb.cp/var-tag.exp: New file.
2404
2405 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2406
2407 * gdb.base/history-duplicates.exp: New test.
2408
2409 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2410
2411 * gdb.base/completion.exp: Test the completion of the "focus"
2412 command.
2413
2414 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2415
2416 * gdb.arch/amd64-prologue-skip.S: New file.
2417 * gdb.arch/amd64-prologue-skip.exp: New file.
2418
2419 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2420
2421 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2422 is_address_zero_readable check.
2423
2424 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2425
2426 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2427 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2428
2429 2015-06-24 Yao Qi <yao.qi@linaro.org>
2430
2431 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2432 linux targets.
2433
2434 2015-06-24 Yao Qi <yao.qi@linaro.org>
2435
2436 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2437 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2438 * gdb.base/siginfo-thread.exp: Likewise.
2439
2440 2015-06-22 Yao Qi <yao.qi@linaro.org>
2441
2442 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2443
2444 2015-06-22 Yao Qi <yao.qi@linaro.org>
2445
2446 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2447 aarch64*-*-*.
2448 (skip_hw_watchpoint_tests): Likewise.
2449
2450 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2451
2452 * gdb.base/gdbinit-history.exp: Test the interaction between
2453 setting GDBHISTSIZE and setting the history size via .gdbinit.
2454
2455 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2456
2457 PR gdb/16999
2458 * gdb.base/gdbhistsize-history.exp: New test.
2459
2460 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2461
2462 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2463 with GDBHISTSIZE.
2464 * gdb.base/readline.exp: Likewise.
2465
2466 2015-06-17 Yao Qi <yao.qi@linaro.org>
2467
2468 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2469 line.
2470
2471 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2472
2473 * gdb.base/gdbinit-history.exp: Add test case to check that
2474 an unlimited history file does not get truncated on exit.
2475
2476 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2479 (VECTOR): New macro. Use it...
2480 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2481 ...for these typedefs.
2482 (int8, char1, int1, double1): New typedefs.
2483 (struct just_int2, struct two_int2): New structures.
2484 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2485 (add_structvecs, add_singlevecs): New functions.
2486 (main): Call add_some_intvecs twice.
2487 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2488 the compile and exit upon failure. Try compiling for the "native"
2489 architecture. Test inferior function calls with vector arguments
2490 and vector return value handling with "finish" and "return".
2491
2492 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2493
2494 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2495 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2496 PE file.
2497 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2498
2499 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2500
2501 PR breakpoints/16465
2502 * gdb.mi/mi-dprintf-pending.c: New file.
2503 * gdb.mi/mi-dprintf-pending.exp: New test.
2504 * gdb.mi/mi-dprintf-pendshr.c: New file.
2505
2506 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2507 Mircea Gherzan <mircea.gherzan@intel.com>
2508
2509 * gdb.arch/i386-mpx-map.c: New file.
2510 * gdb.arch/i386-mpx-map.exp: New File.
2511
2512 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2513
2514 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2515 * gdb.arch/i386-mpx.exp: Indentation fixed.
2516
2517 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2518
2519 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2520 function and improved indentation.
2521 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2522 gdb_test_multiple. Added additional tests to skip the test.
2523
2524 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2525
2526 * gdb.arch/i386-avx512.c: Change path in include file.
2527 * gdb.arch/i386-avx512.exp: Change include dir path
2528 compilation flag.
2529 * gdb.arch/i386-mpx.c: Change path in include file.
2530 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2531 flag.
2532
2533 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2534
2535 * gdb.compile/compile-print.exp (compile print *vararray@3)
2536 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2537
2538 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2541 (do not keep jit in memory): ... this.
2542 (expect 5): Change it to ...
2543 (expect no 5): ... this.
2544
2545 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2546
2547 PR gdb/15564
2548 * gdb.mi/mi-detach.exp: New file.
2549
2550 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 PR symtab/18392
2553 * gdb.arch/amd64-tailcall-self.S: New file.
2554 * gdb.arch/amd64-tailcall-self.c: New file.
2555 * gdb.arch/amd64-tailcall-self.exp: New file.
2556
2557 2015-05-28 Don Breazeal <donb@codesourcery.com>
2558
2559 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2560 tests for remote targets by checking is_target_gdbserver.
2561
2562 2015-05-27 Doug Evans <dje@google.com>
2563
2564 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2565 * gdb.dwarf2/opaque-type-lookup.c: New file.
2566 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2567
2568 2015-05-26 Doug Evans <dje@google.com>
2569
2570 * gdb.cp/iostream.cc: New file.
2571 * gdb.cp/iostream.exp: New file.
2572
2573 2015-05-26 Doug Evans <dje@google.com>
2574
2575 * gdb.dwarf2/dw2-op-call.exp: Update.
2576 * gdb.dwarf2/dw4-sig-types.exp: Update.
2577 * gdb.dwarf2/implptr.exp: Update.
2578 * gdb.mi/mi-cmd-param-changed.exp: Update.
2579
2580 2015-05-26 Doug Evans <dje@google.com>
2581
2582 * gdb.python/py-lazy-string.c: New file.
2583 * gdb.python/py-lazy-string.exp: New file.
2584 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2585 (main): Update. Add estring3.
2586 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2587 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2588
2589 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2590 Yao Qi <yao.qi@linaro.org>
2591
2592 * gdb.reverse/aarch64.c: New.
2593 * gdb.reverse/aarch64.exp: New.
2594
2595 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2596
2597 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2598 (supports_reverse): Likewise.
2599
2600 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2601
2602 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2603 Use with_test_prefix.
2604
2605 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2606
2607 * gdb.base/completion.exp: Add test for completion of layout
2608 names.
2609
2610 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * lib/gdb.exp (skip_tui_tests): New proc.
2613 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2614
2615 2015-05-19 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2618 Save the whole env array instead of just HOME. Unset HISTSIZE in
2619 the environment while testing. Restore whole environment
2620 afterwards.
2621
2622 2015-05-16 Doug Evans <xdje42@gmail.com>
2623
2624 * gdb.guile/scm-ports.c: New file.
2625 * gdb.guile/scm-ports.exp: Add memory port tests.
2626
2627 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * gdb.compile/compile-print.c: New file.
2630 * gdb.compile/compile-print.exp: New file.
2631
2632 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2633
2634 * gdb.compile/compile-ops.exp: Cast param to void.
2635 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2636 (compile code struct_object.selffield = &struct_object): Add xfail.
2637
2638 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.ada/arr_enum_with_gap: New testcase.
2641
2642 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.ada/byte_packed_arr: New testcase.
2645
2646 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2647
2648 * gdb.ada/pckd_neg: New testcase.
2649
2650 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2651
2652 PR gdb/17820
2653 * gdb.base/gdbinit-history.exp: New test.
2654 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2655 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2656
2657 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2658
2659 * gdb.python/py-xmethods.cc: Enhance test case.
2660 * gdb.python/py-xmethods.exp: New tests.
2661 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2662 function.
2663 (B_indexoper): Likewise.
2664 (global_dm_list) : Add new xmethod worker functions.
2665
2666 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2667
2668 * gdb.base/coredump-filter.exp: Correctly unset
2669 "coredump_var_addr" array.
2670
2671 2015-05-08 Pedro Alves <palves@redhat.com>
2672
2673 * gdb.server/non-existing-program.exp: Unset spawn_id.
2674
2675 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2676
2677 PR python/18291
2678 * gdb.python/py-xmethods.exp: Add tests.
2679
2680 2015-05-08 Yao Qi <yao.qi@linaro.org>
2681
2682 PR gdb/18208
2683 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2684 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2685 function set_coredump_filter, and remove remote_exec call.
2686 Remove argument ipid. Callers update.
2687 (top level): Don't get inferior's PID.
2688
2689 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2690
2691 * gdb.base/watch_thread_num.exp: Skip test on targets without
2692 access watchpoints.
2693
2694 2015-05-06 Pedro Alves <palves@redhat.com>
2695
2696 PR server/18081
2697 * gdb.server/non-existing-program.exp: New file.
2698
2699 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2700
2701 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2702
2703 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.ada/out_of_line_in_inlined: New testcase.
2706
2707 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2708
2709 * gdb.ada/var_rec_arr: New testcase.
2710
2711 2015-04-30 Yao Qi <yao.qi@linaro.org>
2712
2713 * gdb.base/break-idempotent.exp: If
2714 skip_hw_watchpoint_multi_tests returns true, skip the tests
2715 on "rwatch" and "awatch".
2716
2717 2015-04-30 Yao Qi <yao.qi@linaro.org>
2718
2719 * gdb.base/relativedebug.exp: Invoke gdb command
2720 "info sharedlibrary", and if libc.so doesn't have debug info,
2721 skip the test.
2722
2723 2015-04-29 Doug Evans <dje@google.com>
2724
2725 * gdb.python/py-xmethods.exp: Add ptype tests.
2726 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2727 get_result_type method.
2728
2729 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
2730
2731 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2732 the target does not support hardware watchpoints.
2733
2734 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
2735
2736 * gdb.base/break-always.exp: Abort testing if writing to memory
2737 causes an error.
2738
2739 2015-04-28 Doug Evans <dje@google.com>
2740
2741 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2742 * gdb.python/py-pp-registration.exp: ... here. New file.
2743 * gdb.python/py-pp-registration.c: New file.
2744 * gdb.python/py-pp-registration.py: New file.
2745
2746 2015-04-28 Doug Evans <dje@google.com>
2747
2748 * gdb.python/py-bad-printers.c: New file.
2749 * gdb.python/py-bad-printers.py: New file.
2750 * gdb.python/py-bad-printers.exp: New file.
2751
2752 2015-04-28 Sasha Smundak <asmundak@google.com>
2753
2754 * gdb.python/py-type.exp: New test.
2755
2756 2015-04-28 Andy Wingo <wingo@igalia.com>
2757
2758 * gdb.python/py-parameter.exp:
2759 * gdb.guile/scm-parameter.exp: Escape the path that we are
2760 matching against, as it might contain characters that are special
2761 to regular expressions.
2762
2763 2015-04-27 Joel Brobecker <brobecker@adacore.com>
2764
2765 * gdb.ada/rec_comp: New testcase.
2766
2767 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2768
2769 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2770 before using it.
2771
2772 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2775 new tests for verilog output.
2776
2777 2015-04-24 Yao Qi <yao.qi@linaro.org>
2778
2779 * boards/remote-gdbserver-on-localhost.exp: New file.
2780
2781 2015-04-23 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2784 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2785 "end of file", remove $inferior_spawn_id from the indirect list.
2786
2787 2015-04-23 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2790
2791 2015-04-23 Pedro Alves <palves@redhat.com>
2792
2793 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2794 on $any_spawn_id instead of only on $gdb_spawn_id.
2795
2796 2015-04-21 Pierre Muller <muller@sourceware.org>
2797
2798 PR pascal/17815
2799 * lib/pascal.exp (gpc_compile): Add new option "class".
2800 (fpc_compile): Likewise.
2801 * gdb.pascal/case-insensitive-symbols.pas: New file.
2802 * gdb.pascal/case-insensitive-symbols.exp: New file.
2803
2804 2015-04-20 Gary Benson <gbenson@redhat.com>
2805
2806 * gdb.base/attach.exp: Fix three extended remote failures.
2807
2808 2015-04-17 Gary Benson <gbenson@redhat.com>
2809
2810 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2811 the main executable over the remote protocol.
2812
2813 2015-04-16 Pedro Alves <palves@redhat.com>
2814
2815 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2816 a new gdbserver if gdbserver_reconnect_p is set.
2817
2818 2015-04-16 Pedro Alves <palves@redhat.com>
2819
2820 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2821 is set, don't exit gdbserver.
2822
2823 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2824
2825 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2826 appropriate .insn, such that an older assembler can be used.
2827 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2828 the z/Architecture instruction set on 31-bit targets as well.
2829
2830 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2831
2832 * gdb.go/handcall.exp: Remove all logic related to the first
2833 breakpoint and rely on go_runto_main instead.
2834 * gdb.go/strings.exp: Likewise.
2835 * gdb.go/unsafe.exp: Likewise.
2836 * gdb.go/hello.exp: Likewise. Also rename the remaining
2837 breakpoint marker to "breakpoint 1".
2838 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2839 * gdb.go/strings.go: Likewise.
2840 * gdb.go/unsafe.go: Likewise.
2841 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2842 "set breakpoint 2 here" and rename the remaining breakpoint marker
2843 to "breakpoint 1".
2844
2845 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2846
2847 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2848 if itertools.imap is not present.
2849 * gdb.python/py-objfile.exp: Add parentheses.
2850 * gdb.python/py-type.exp: Same.
2851 * gdb.python/py-unwind-maint.py: Same.
2852
2853 2015-04-15 Yao Qi <yao.qi@linaro.org>
2854
2855 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2856 of ":$ptr_size" and set its form explicitly.
2857
2858 2015-04-15 Pedro Alves <palves@redhat.com>
2859 Yao Qi <yao.qi@linaro.org>
2860
2861 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2862 timeout by factor of 4.
2863 (test_regular_watch): Likewise.
2864 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2865 * gdb.reverse/sigall-reverse.exp: Likewise.
2866 * gdb.reverse/until-precsave.exp: Likewise.
2867 * lib/gdb.exp (with_timeout_factor): New proc.
2868 (gdb_expect): Move some code to ...
2869 (get_largest_timeout): ... here. New procedure.
2870
2871 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
2872
2873 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2874
2875 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2876
2877 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2878 to write to the .text section.
2879
2880 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2881
2882 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2883 Handle the case of targets that do not provide PID information.
2884
2885 2015-04-13 Yao Qi <yao.qi@linaro.org>
2886
2887 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2888 and use expect instead of gdb_expect.
2889
2890 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2891
2892 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2893 "coredump_var_addr" to avoid naming conflict with other testcases.
2894
2895 2015-04-10 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2898 gdb_test_sequence and gdb_assert.
2899
2900 2015-04-10 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2903 test messages that don't include the breakpoint address.
2904
2905 2015-04-10 Yao Qi <yao.qi@linaro.org>
2906
2907 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2908 false for some offset and width combinations which aren't
2909 supported by linux kernel.
2910
2911 2015-04-10 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2914 procedure, factored out from ...
2915 (top level): ... here. Add "set displaced-stepping" testing axis.
2916 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2917 parameter "displaced". Use it.
2918 (top level): Use foreach and add "set displaced-stepping" testing
2919 axis.
2920
2921 2015-04-10 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2924 Remove comment.
2925 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2926 both the address of the instruction that triggers the watchpoint
2927 and the address of the instruction immediately after, and use
2928 those addresses for the test. Fix comment.
2929
2930 2015-04-10 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.base/sigstep.exp (breakpoint_to_handler)
2933 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2934 Test "backtrace" in handler.
2935 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2936 (top level): Add new "displaced" test axis to
2937 breakpoint_to_handler, breakpoint_to_handler_entry and
2938 breakpoint_over_handler.
2939
2940 2015-04-10 Pedro Alves <palves@redhat.com>
2941
2942 PR gdb/18216
2943 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2944
2945 2015-04-10 Yao Qi <yao.qi@linaro.org>
2946
2947 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2948 (test_add_rn_pc): New function.
2949 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2950 (top level): Invoke test_add_rn_pc.
2951
2952 2015-04-10 Pedro Alves <palves@redhat.com>
2953
2954 PR gdb/13858
2955 * gdb.base/step-over-no-symbols.exp: New file.
2956
2957 2015-04-09 Andy Wingo <wingo@igalia.com>
2958
2959 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2960 after the Python tests.
2961
2962 2015-04-08 Keith Seitz <keiths@redhat.com>
2963
2964 PR python/16699
2965 * gdb.python/py-completion.exp: New tests for completion.
2966 * gdb.python/py-completion.py (CompleteLimit1): New class.
2967 (CompleteLimit2): Likewise.
2968 (CompleteLimit3): Likewise.
2969 (CompleteLimit4): Likewise.
2970 (CompleteLimit5): Likewise.
2971 (CompleteLimit6): Likewise.
2972 (CompleteLimit7): Likewise.
2973
2974 2015-04-08 Pedro Alves <palves@redhat.com>
2975
2976 PR gdb/18214
2977 PR gdb/18216
2978 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2979 function.
2980 (main): Install it as SIGUSR1 handler.
2981 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2982 parameter. Always use "setup" as prefix. Toggle "set
2983 displaced-stepping" off/on depending on global. Don't switch to
2984 thread 1 here.
2985 (top level): Add displaced stepping "off/on" test axis. Update
2986 "setup" calls. Wrap each subtest with with_test_prefix. Test
2987 continuing with a queued signal in each thread.
2988
2989 2015-04-08 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2992 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2993 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2994 Return early if running to main fails.
2995 * gdb.trace/while-stepping.exp: Likewise.
2996
2997 2015-04-07 Pedro Alves <palves@redhat.com>
2998
2999 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3000 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3001 interact with inferior program.
3002
3003 2015-04-07 Pedro Alves <palves@redhat.com>
3004
3005 * lib/gdb.exp (inferior_spawn_id): New global.
3006 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3007 spawn id after processing the user code.
3008 (default_gdb_start): Set inferior_spawn_id.
3009 (send_inferior): New procedure.
3010 * lib/gdbserver-support.exp (gdbserver_start): Set
3011 inferior_spawn_id.
3012 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3013
3014 2015-04-07 Pedro Alves <palves@redhat.com>
3015
3016 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3017 * lib/gdbserver-support.exp (gdbserver_start): Make
3018 $server_spawn_id global.
3019 (gdbserver_start): Don't wait for gdbserver's spawn id with
3020 expect_background.
3021 (close_gdbserver): New procedure.
3022 (gdb_exit): Rename the default version and reimplement.
3023
3024 2015-04-07 Pedro Alves <palves@redhat.com>
3025
3026 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
3027 append the substituted item, not the original item.
3028
3029 2015-04-07 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3032 gdb_expect.
3033
3034 2015-04-07 Pedro Alves <palves@redhat.com>
3035
3036 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3037 output appearing once only.
3038
3039 2015-04-07 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3042 that doesn't expect anything. Return early if running to main
3043 fails.
3044
3045 2015-04-07 Yao Qi <yao.qi@linaro.org>
3046
3047 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3048 (child_function): Call alarm.
3049 (main): Move call to alarm into the loop.
3050 * gdb.threads/non-stop-fair-events.exp: Build program with
3051 -DTIMEOUT=$timeout.
3052
3053 2015-04-06 Doug Evans <xdje42@gmail.com>
3054
3055 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3056 Fix dest parameter to board_info.
3057 (fpc_compile): Ditto.
3058 (gdb_compile_pascal): Rename dest arg to destfile.
3059
3060 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3061
3062 * gdb.ada/funcall_ref.exp: New file.
3063 * gdb.ada/funcall_ref/foo.adb: New file.
3064
3065 2015-04-02 Yao Qi <yao.qi@linaro.org>
3066
3067 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3068 is remote.
3069
3070 2015-04-02 Gary Benson <gbenson@redhat.com>
3071
3072 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3073
3074 2015-04-01 Sasha Smundak <asmundak@google.com>
3075
3076 * gdb.python/py-unwind-maint.c: New file.
3077 * gdb.python/py-unwind-maint.exp: New test.
3078 * gdb.python/py-unwind-maint.py: New file.
3079 * gdb.python/py-unwind.c: New file.
3080 * gdb.python/py-unwind.exp: New test.
3081 * gdb.python/py-unwind.py: New test.
3082
3083 2015-04-01 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3086 to fail instead of non-existent $test.
3087
3088 2015-04-01 Pedro Alves <palves@redhat.com>
3089
3090 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3091 GDBFLAGS if not empty.
3092
3093 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3094
3095 * gdb.ada/complete.exp: Remove "multi_line".
3096 * gdb.ada/info_exc.exp: Remove "multi_line".
3097 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3098 * gdb.ada/ptype_field.exp: Remove "multi_line".
3099 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3100 * gdb.ada/tagged.exp: Remove "multi_line".
3101 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3102 [multi_line ...]
3103 * gdb.btrace/delta.exp: Likewise.
3104 * gdb.btrace/exception.exp: Likewise.
3105 * gdb.btrace/function_call_history.exp: Likewise.
3106 * gdb.btrace/instruction_history.exp: Likewise.
3107 * gdb.btrace/nohist.exp: Likewise.
3108 * gdb.btrace/record_goto.exp: Likewise.
3109 * gdb.btrace/segv.exp: Likewise.
3110 * gdb.btrace/stepi.exp: Likewise.
3111 * gdb.btrace/tailcall.exp: Likewise.
3112 * gdb.btrace/unknown_functions.exp: Likewise.
3113 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3114 * lib/gdb.exp: Add the "multi_line" helper.
3115
3116 2015-04-01 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.threads/tid-reuse.c: New file.
3119 * gdb.threads/tid-reuse.exp: New file.
3120
3121 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3122
3123 PR corefiles/16092
3124 * gdb.base/coredump-filter.c: New file.
3125 * gdb.base/coredump-filter.exp: Likewise.
3126
3127 2015-03-27 Petr Machata <pmachata@redhat.com>
3128
3129 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3130 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3131 (Dwarf::assemble): Initialize them.
3132 (Dwarf::lines): New function.
3133
3134 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3135
3136 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3137 SYMBOL_PREFIX for x86_64-*-cygwin.
3138
3139 2015-03-26 Andy Wingo <wingo@igalia.com>
3140
3141 PR symtab/18148
3142 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3143 const_value but not a location.
3144 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3145 location defined in non-main CUs are visible.
3146
3147 2015-03-26 Yao Qi <yao.qi@linaro.org>
3148
3149 PR testsuite/18139
3150 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3151 Add a line number entry for the same line.
3152 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3153 Add a line number entry for the same line.
3154
3155 2015-03-26 Yao Qi <yao.qi@linaro.org>
3156
3157 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3158 .int 0.
3159 (func): Likewise. Add .Lfunc_1 label.
3160 Use .Lfunc_1 label.
3161 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3162 .int 0.
3163 (func): Likewise.
3164 Use .Lfunc_1 label.
3165
3166 2015-03-26 Yao Qi <yao.qi@linaro.org>
3167
3168 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3169 Call gdb_compile instead to compile each .s files without debug
3170 information.
3171
3172 2015-03-26 Yao Qi <yao.qi@linaro.org>
3173
3174 * gdb.base/savedregs.exp (process_saved_regs): Make
3175 "Saved registers:" optional in the pattern.
3176
3177 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3178
3179 * gdb.btrace/next.exp: Merged into step.exp.
3180 * gdb.btrace/finish.exp: Merged into step.exp.
3181 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3182 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3183 "record goto" and checking the exact replay position.
3184 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3185 check for "Recording format" in "info record" output.
3186 * gdb.btrace/record_goto.exp: Choose test file based on target.
3187 * gdb.btrace/x86-record_goto.S: Renamed into ...
3188 * gdb.btrace/x86_64-record_goto.S: ... this.
3189 * gdb.btrace/i686-record_goto.S: New.
3190 * gdb.btrace/x86-tailcall.S: Renamed into ...
3191 * gdb.btrace/x86_64-tailcall.S: ... this.
3192 * gdb.btrace/i686-tailcall.S: New.
3193 * gdb.btrace/x86-tailcall.c: Renamed into ...
3194 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3195 separate statements. Update test.
3196 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3197 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3198 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3199 * gdb.btrace/tailcall.exp: Choose test file based on target.
3200 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3201
3202 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3203
3204 * gdb.btrace/exception.exp: Increase BTS buffer size.
3205
3206 2015-03-24 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3209
3210 2015-03-24 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.threads/schedlock.exp (test_step): No longer expect that
3213 "set scheduler-locking step" with "next" over a function call runs
3214 threads unlocked.
3215
3216 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3217
3218 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3219
3220 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3221
3222 PR breakpoints/16466
3223 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3224 * gdb.mi/mi-pending.c (thread_func): New function.
3225 (int main): Add threading support required.
3226 * gdb.mi/mi-pending.exp: Add tests for this issue.
3227 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3228 (pendfunc2): Remove stdio dependency.
3229 * gdb.mi/mi-pendshr2.c: New file.
3230
3231 2015-03-23 Keith Seitz <keiths@redhat.com>
3232
3233 * gdb.linespec/keywords.c: New file.
3234 * gdb.linespec/keywords.exp: New file.
3235
3236 2015-03-23 Keith Seitz <keiths@redhat.com>
3237
3238 PR gdb/18021
3239 * gdb.dwarf2/staticvirtual.exp: New test.
3240
3241 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3244 * README: Remove HP-UX and gdb.hp.
3245 (configuration):
3246 * configure: Regenerate.
3247 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3248 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3249 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3250 gdb.hp/gdb.defects/Makefile.
3251 * gdb.hp/Makefile.in: File deleted.
3252 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3253 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3254 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3255 * gdb.hp/gdb.aCC/run.c: File deleted.
3256 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3257 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3258 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3259 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3260 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3261 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3262 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3263 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3264 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3265 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3266 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3267 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3268 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3269 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3270 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3271 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3272 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3273 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3274 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3275 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3276 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3277 * gdb.hp/gdb.compat/average.c: File deleted.
3278 * gdb.hp/gdb.compat/sum.c: File deleted.
3279 * gdb.hp/gdb.compat/xdb.c: File deleted.
3280 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3281 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3282 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3283 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3284 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3285 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3286 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3287 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3288 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3289 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3290 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3291 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3292 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3293 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3294 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3295 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3296 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3297 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3298 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3299 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3300 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3301 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3302 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3303 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3304 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3305 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3306 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3307 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3308 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3309 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3310 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3311 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3312 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3313 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3314 * gdb.hp/tools/odump: File deleted.
3315
3316 2015-03-19 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3319 (saw_thread_3): New globals.
3320 (top level): Increment them when an event for the corresponding
3321 thread is seen.
3322 (no thread starvation): New test.
3323
3324 2015-03-19 Pedro Alves <palves@redhat.com>
3325
3326 * gdb.threads/continue-pending-status.c: New file.
3327 * gdb.threads/continue-pending-status.exp: New file.
3328
3329 2015-03-18 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3332 Use gdb_is_target_remote instead of is_remote. Use
3333 gdb_test_multiple instead of gdb_expect. Exit early if
3334 gdb_test_multiple hits its internal matches. Tighten stepi tests
3335 expected output. Fail on exit with any signal, instead of just
3336 SIGILL.
3337
3338 2015-03-18 Yao Qi <yao.qi@linaro.org>
3339
3340 PR tdep/18107
3341 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3342 variable.
3343 * gdb.base/catch-syscall.exp: Don't skip it on
3344 aarch64*-*-linux* target. Remove elements in all_syscalls.
3345 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3346 target.
3347 (setup_all_syscalls): New proc.
3348
3349 2015-03-16 Yao Qi <yao.qi@linaro.org>
3350
3351 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3352 (top level): Skip tests if valid_addr_p returns false for
3353 $cmd1 or $cmd2.
3354
3355 2015-03-11 Andy Wingo <wingo@igalia.com>
3356
3357 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3358
3359 2015-03-11 Yao Qi <yao.qi@linaro.org>
3360
3361 * gdb.base/catch-syscall.exp: Fix typo in comments.
3362
3363 2015-03-11 Yao Qi <yao.qi@linaro.org>
3364
3365 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3366
3367 2015-03-09 Pedro Alves <palves@redhat.com>
3368
3369 * dg-extract-results.py: Delete.
3370
3371 2015-03-09 Pedro Alves <palves@redhat.com>
3372
3373 Merge dg-extract-results.sh from GCC upstream (r218843).
3374
3375 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3376 * dg-extract-results.sh: Use --text with grep to avoid issues with
3377 binary files. Fall back to cat -v, if that doesn't work.
3378
3379 2015-03-05 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3382
3383 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3384
3385 * lib/mi-support.exp (mi_expect_interrupt): Accept
3386 alternative event for when in all-stop mode.
3387
3388 2015-03-04 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3391
3392 2015-03-04 Mark Kettenis <kettenis@gnu.org>
3393
3394 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3395
3396 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3397
3398 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3399 regexps for GDB's current line display, accept a hex address
3400 preceding the line number.
3401
3402 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3403
3404 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3405 the 'arch1' variable for "s390*-linux*" targets.
3406
3407 2015-03-04 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3410 (main): Pass missing retval argument to pthread_join call.
3411
3412 2015-03-02 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3415 (top level): Call do_test with non-stop as well.
3416
3417 2015-03-02 Pedro Alves <palves@redhat.com>
3418
3419 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3420 -1.
3421
3422 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3423
3424 * gdb.arch/s390-vregs.exp: New test.
3425 * gdb.arch/s390-vregs.S: New file.
3426
3427 2015-02-27 Pedro Alves <palves@redhat.com>
3428
3429 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3430 call to catch_command_errors.
3431 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3432 catch_command_errors.
3433
3434 2015-02-27 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3437 "true" for boolean result.
3438 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3439 prototype of main.
3440
3441 2015-02-27 Pedro Alves <palves@redhat.com>
3442
3443 * lib/unbuffer_output.c: New file.
3444 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3445 (main): Call gdb_unbuffer_output.
3446
3447 2015-02-27 Yao Qi <yao.qi@linaro.org>
3448
3449 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3450 target.
3451
3452 2015-02-26 Doug Evans <dje@google.com>
3453
3454 * gdb.cp/class2.cc (Dbase, D): New classes.
3455 (main): New local delta.
3456 * gdb.cp/class2.exp: Test printing delta.
3457 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3458 (dynbar): New global.
3459 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3460
3461 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.compile/compile-ifunc.c: New file.
3464 * gdb.compile/compile-ifunc.exp: New file.
3465
3466 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3467
3468 * gdb.base/structs.exp: Check for correct struct on finish.
3469
3470 2015-02-26 Yao Qi <yao.qi@linaro.org>
3471
3472 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3473 is zero.
3474
3475 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3476
3477 * gdb.arch/cordic.ko.bz2: New file.
3478 * gdb.arch/cordic.ko.debug.bz2: New file.
3479 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3480
3481 2015-02-25 Yao Qi <yao.qi@linaro.org>
3482
3483 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3484 aarch64*-*-* target.
3485
3486 2015-02-23 Pedro Alves <palves@redhat.com>
3487
3488 * lib/gdb.exp (delete_breakpoints): Rewrite using
3489 gdb_test_multiple.
3490
3491 2015-02-23 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.base/info-os.c: Include stdlib.h.
3494
3495 2015-02-22 Doug Evans <xdje42@gmail.com>
3496
3497 PR symtab/17855
3498 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3499 is read after symbols have been re-read.
3500 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3501 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3502
3503 2015-02-21 Doug Evans <dje@google.com>
3504
3505 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3506
3507 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 PR corefiles/17808
3510 * gdb.arch/i386-biarch-core.core.bz2: New file.
3511 * gdb.arch/i386-biarch-core.exp: New file.
3512
3513 2015-02-21 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3516 runto_main fails.
3517
3518 2015-02-20 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3521 info probes.
3522
3523 2015-02-20 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3526
3527 2015-02-20 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3530 clean_restart before gdb_target_supports_trace.
3531
3532 2015-02-20 Pedro Alves <palves@redhat.com>
3533
3534 PR threads/18006
3535 * gdb.threads/clone-thread_db.c: New file.
3536 * gdb.threads/clone-thread_db.exp: New file.
3537
3538 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3539
3540 PR breakpoints/16812
3541 * gdb.base/catch-gdb-caused-signals.c: New file.
3542 * gdb.base/catch-gdb-caused-signals.exp: New file.
3543
3544 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3545
3546 * configure: Regenerated.
3547 * configure.ac: Use GDB_AC_TRANSFORM.
3548 * aclocal.m4: sinclude ../transform.m4.
3549
3550 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3551
3552 * lib/dtrace.exp: New file.
3553 * gdb.base/dtrace-probe.exp: Likewise.
3554 * gdb.base/dtrace-probe.d: Likewise.
3555 * gdb.base/dtrace-probe.c: Likewise.
3556 * lib/pdtrace.in: Likewise.
3557 * configure.ac: Output variables with the transformed names of
3558 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3559 * configure: Regenerated.
3560
3561 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3562
3563 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3564 expected message when trying to access $_probe_* convenience
3565 variables while not on a probe.
3566
3567 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3568
3569 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3570
3571 2015-02-11 Pedro Alves <pedro@codesourcery.com>
3572
3573 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3574 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3575
3576 2015-02-10 Doug Evans <xdje42@gmail.com>
3577
3578 * lib/gdb.exp (gdb_load): Always return a result.
3579
3580 2015-02-10 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.threads/signal-sigtrap.c: New file.
3583 * gdb.threads/signal-sigtrap.exp: New file.
3584
3585 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3586
3587 * gdb.trace/no-attach-trace.c: New file.
3588 * gdb.trace/no-attach-trace.exp: New file.
3589
3590 2015-02-09 Mark Wielaard <mjw@redhat.com>
3591
3592 * gdb.dwarf2/atomic.c: New file.
3593 * gdb.dwarf2/atomic-type.exp: Likewise.
3594
3595 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3596
3597 * gdb.btrace/buffer-size.exp: Update "info record" output.
3598 * gdb.btrace/delta.exp: Update "info record" output.
3599 * gdb.btrace/enable.exp: Update "info record" output.
3600 * gdb.btrace/finish.exp: Update "info record" output.
3601 * gdb.btrace/instruction_history.exp: Update "info record" output.
3602 * gdb.btrace/next.exp: Update "info record" output.
3603 * gdb.btrace/nexti.exp: Update "info record" output.
3604 * gdb.btrace/step.exp: Update "info record" output.
3605 * gdb.btrace/stepi.exp: Update "info record" output.
3606 * gdb.btrace/nohist.exp: Update "info record" output.
3607
3608 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3609
3610 * gdb.btrace/buffer-size: New.
3611
3612 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3613
3614 * gdb.btrace/delta.exp: Update "info record" output.
3615 * gdb.btrace/enable.exp: Update "info record" output.
3616 * gdb.btrace/finish.exp: Update "info record" output.
3617 * gdb.btrace/instruction_history.exp: Update "info record" output.
3618 * gdb.btrace/next.exp: Update "info record" output.
3619 * gdb.btrace/nexti.exp: Update "info record" output.
3620 * gdb.btrace/step.exp: Update "info record" output.
3621 * gdb.btrace/stepi.exp: Update "info record" output.
3622 * gdb.btrace/nohist.exp: Update "info record" output.
3623
3624 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 PR gdb/15678
3627 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3628
3629 2015-02-06 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3632 macro.
3633 (seconds_left, again): New globals.
3634 (main): Wait seconds_left in a 1-second sleep loop instead of
3635 sleeping 180 seconds. If 'again' is set, reset the seconds
3636 counter.
3637 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3638 'again' in the inferior before detaching. Print the seconds left.
3639 (options): New global.
3640 (top level): Build program with -DTIMEOUT=$timeout.
3641
3642 2015-02-06 Pedro Alves <palves@redhat.com>
3643
3644 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3645 determine how many seconds to pass to 'alarm'.
3646 * gdb.base/gdb-sigterm.exp (top level): Build program with
3647 -DTIMEOUT=$timeout.
3648 (do_test): Return success/failure indication. Add more verbose
3649 logging. Don't fail if 200 single steps are seen. Instead, fail
3650 when the test times out.
3651 (passes): New global.
3652 (top level): Break the testing loop if testing fails on any
3653 iteration. Use gdb_assert.
3654
3655 2015-02-04 Don Breazeal <donb@codesourcery.com>
3656
3657 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3658 and initialize them.
3659 (ipc_cleanup): New function.
3660 (main): Don't declare shmid, semid, and msqid. Add a call to
3661 atexit so that we call ipc_cleanup on exit.
3662
3663 2015-02-04 Pedro Alves <palves@redhat.com>
3664
3665 * boards/native-extended-gdbserver.exp: Remove any target variant
3666 specifications from the board name before clearing the isremote
3667 flag from board_info.
3668
3669 2015-01-31 Doug Evans <xdje42@gmail.com>
3670
3671 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3672
3673 2015-01-31 Gary Benson <gbenson@redhat.com>
3674
3675 * gdb.base/completion.exp: Disable completion limiting for
3676 existing tests. Add new tests to check completion limiting.
3677 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3678
3679 2015-01-31 Doug Evans <xdje42@gmail.com>
3680
3681 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3682
3683 2015-01-31 Doug Evans <xdje42@gmail.com>
3684
3685 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3686 entries. Duplicate file section script entries.
3687 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3688 inlined entries. Add test for safe-path rejection.
3689 * gdb.python/py-section-script.c: Add duplicate inlined section script
3690 entries. Duplicate file section script entries.
3691 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3692 inlined entries. Add test for safe-path rejection.
3693
3694 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3695
3696 * gdb.ada/disc_arr_bound: New testcase.
3697
3698 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.ada/mi_var_array: New testcase.
3701
3702 2015-01-27 Doug Evans <dje@google.com>
3703
3704 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3705 Add test for objfile.filename, objfile.username after objfile
3706 has been unloaded.
3707
3708 2015-01-26 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3711 the second test to print the name attribute of value
3712 returned by the call to gdb.lookup_type, and adjust
3713 the expected output accordingly.
3714
3715 2015-01-25 Mark Wielaard <mjw@redhat.com>
3716
3717 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3718 * gdb.base/disp-step-fork.c: Include unistd.h.
3719 * gdb.base/siginfo-obj.c: Include stdio.h.
3720 * gdb.base/siginfo-thread.c: Likewise.
3721 * gdb.mi/non-stop.c: Include unistd.h.
3722 * gdb.mi/nsthrexec.c: Include stdio.h.
3723 * gdb.mi/pthreads.c: Include unistd.h.
3724 * gdb.modula2/unbounded1.c (main): Declare returns int.
3725 * gdb.reverse/consecutive-reverse.c: Likewise.
3726 * gdb.threads/create-fail.c: Include unistd.h.
3727 * gdb.threads/killed.c: Likewise.
3728 * gdb.threads/linux-dp.c: Likewise.
3729 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3730 * gdb.threads/non-ldr-exc-2.c: Likewise.
3731 * gdb.threads/non-ldr-exc-3.c: Likewise.
3732 * gdb.threads/non-ldr-exc-4.c: Likewise.
3733 * gdb.threads/pthreads.c: Include unistd.h.
3734 (main): Declare returns int.
3735 * gdb.threads/tls-main.c (foo): New declaration.
3736 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3737
3738 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3739
3740 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3741 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3742
3743 2015-01-15 Mark Wielaard <mjw@redhat.com>
3744
3745 * gdb.base/noreturn-return.c: New file.
3746 * gdb.base/noreturn-return.exp: New file.
3747 * gdb.base/noreturn-finish.c: New file.
3748 * gdb.base/noreturn-finish.exp: New file.
3749
3750 2015-01-23 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.threads/continue-pending-after-query.c: New file.
3753 * gdb.threads/continue-pending-after-query.exp: New file.
3754
3755 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3756 Simon Marchi <simon.marchi@ericsson.com>
3757
3758 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3759 * gdb.base/valgrind-db-attach.exp: Same.
3760 * gdb.base/valgrind-infcall.exp: Same.
3761 * lib/mi-support.exp (default_mi_gdb_start): Same.
3762 * lib/prompt.exp (default_prompt_gdb_start): Same.
3763 * lib/gdb.exp (default_gdb_spawn): Same.
3764 (gdb_interact): New.
3765
3766
3767 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3768
3769 * gdb.compile/compile.exp (pointer to jit function): New test.
3770
3771 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
3772
3773 * lib/gdb.exp (supports_process_record): Return true for
3774 powerpc*-*-linux*.
3775 (supports_reverse): Likewise.
3776
3777 2015-01-15 Don Breazeal <donb@codesourcery.com>
3778
3779 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3780 instead of checking whether the target board is remote and
3781 use spawn_wait_for_attach instead of exec/sleep.
3782 * gdb.base/attach-twice.exp: Likewise.
3783
3784 2015-01-15 Joel Brobecker <brobecker@adacore.com>
3785
3786 * gdb.ada/var_arr_attrs: New testcase.
3787
3788 2015-01-14 Pedro Alves <palves@redhat.com>
3789 Joel Brobecker <brobecker@adacore.com>
3790
3791 PR gdb/17525
3792 * gdb.base/bp-cmds-execution-x-script.c: New file.
3793 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3794 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3795
3796 2015-01-14 Pedro Alves <palves@redhat.com>
3797
3798 PR cli/17828
3799 * gdb.base/batch-preserve-term-settings.c: New file.
3800 * gdb.base/batch-preserve-term-settings.exp: New file.
3801
3802 2015-01-13 Doug Evans <dje@google.com>
3803
3804 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3805 binary.
3806
3807 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3808
3809 * Makefile.in (clean mostlyclean): Do not delete *.py.
3810
3811 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3812
3813 * gdb.python/py-lookup-type.exp: New file.
3814
3815 2015-01-12 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3818 restore GDBFLAGS before returning.
3819
3820 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3823 is_amd64_regs_target and is_x86_like_target.
3824
3825 2015-01-11 Doug Evans <xdje42@gmail.com>
3826
3827 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3828 is given without an explicit form.
3829 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3830 attributes.
3831 * gdb.dwarf/corrupt.exp: Ditto.
3832 * gdb.dwarf2/enum-type.exp: Ditto.
3833 * gdb.trace/entry-values.exp: Ditto.
3834 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3835
3836 2015-01-11 Doug Evans <xdje42@gmail.com>
3837
3838 PR gdb/15830
3839 * gdb.base/maint.exp: Remove references to "maint demangle".
3840 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3841 Add tests for explicitly specifying language to demangle.
3842 * gdb.dlang/demangle.exp: Ditto.
3843
3844 2015-01-09 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.threads/non-stop-fair-events.c: New file.
3847 * gdb.threads/non-stop-fair-events.exp: New file.
3848
3849 2015-01-09 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3852 the global scope. Set a breakpoint after all threads are started
3853 rather than stepping over two source lines. Expect the prompt.
3854 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3855 global.
3856 (NUM): Now 15.
3857 (main): Use threads_started_barrier to wait for all threads to
3858 start. Main thread no longer calls thread_function. Exit after
3859 180 seconds.
3860 (loop): New function.
3861 (thread_function): Wait on threads_started_barrier barrier. Call
3862 'loop' at each iteration.
3863 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3864 threads have started, instead of hardcoding number of "next"
3865 steps. Use an access watchpoint instead of a write watchpoint.
3866
3867 2015-01-09 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3870 (thread_func): Wait on barrier.
3871 (main): Wait for all threads to start before stopping GDB.
3872 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3873 global.
3874 (thread1_func, thread2_func): Wait on barrier.
3875 (main): Wait for all threads to start before stopping GDB.
3876 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3877 New global.
3878 (thread1_func, thread2_func): Wait on barrier.
3879 (main): Wait for all threads to start before stopping GDB.
3880
3881 2015-01-09 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.threads/attach-many-short-lived-threads.c: New file.
3884 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3885
3886 2014-01-09 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3889 instead of to thread 2.
3890 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3891 Add barrier around each pthread_create call instead of around all
3892 calls.
3893 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3894 Set a break on thread_function and have the child threads hit it
3895 one at at a time.
3896
3897 2015-01-09 Pedro Alves <palves@redhat.com>
3898
3899 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3900 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3901 false.
3902 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3903 checking whether the target board is remote.
3904 * gdb.multi/multi-attach.exp: Likewise.
3905 * gdb.python/py-sync-interp.exp: Likewise.
3906 * gdb.server/ext-attach.exp: Likewise.
3907 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3908 tests that need to attach, instead of checking whether the target
3909 board is remote at the top of the file.
3910
3911 2015-01-08 Yao Qi <yao@codesourcery.com>
3912
3913 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3914
3915 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 Fix testcase compilation.
3918 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3919
3920 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3921
3922 * gdb.python/py-type.exp: Add a couple test about empty
3923 array creation, and negative-length array creation.
3924
3925 2015-01-02 Doug Evans <xdje42@gmail.com>
3926
3927 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3928
3929 2015-01-02 Doug Evans <dje@google.com>
3930
3931 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3932
3933 2014-12-29 Yao Qi <yao@codesourcery.com>
3934
3935 * gdb.trace/entry-values.exp: Update comments. Rename variable
3936 bar_call_foo to returned_from_foo.
3937
3938 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3939
3940 PR gdb/17394
3941 * gdb.linespec/break-asm-file.c: New file.
3942 * gdb.linespec/break-asm-file.exp: New file.
3943 * gdb.linespec/break-asm-file0.s: New file.
3944 * gdb.linespec/break-asm-file1.s: New file.
3945
3946 2014-12-18 Nigel Stephens <nigel@mips.com>
3947 Maciej W. Rozycki <macro@codesourcery.com>
3948
3949 * gdb.base/float.exp: Handle the new output from "info float" on
3950 MIPS targets.
3951
3952 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 Fix MinGW compilation.
3955 * gdb.compile/compile-ops.exp: Update untested message if
3956 !skip_compile_feature_tests.
3957 * gdb.compile/compile-setjmp.exp: Likewise.
3958 * gdb.compile/compile-tls.exp: Likewise.
3959 * gdb.compile/compile.exp: Likewise.
3960 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3961 supported on this host".
3962
3963 2014-12-16 Doug Evans <xdje42@gmail.com>
3964
3965 * boards/stabs.exp: New file.
3966
3967 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3968
3969 * gdb.base/completion.exp: Adjust to format changes of "maint
3970 print user-registers".
3971
3972 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
3973
3974 PR server/17457
3975 * gdb.arch/aarch64-fp.c: New file.
3976 * gdb.arch/aarch64-fp.exp: New file.
3977
3978 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3979
3980 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3981 r210637, r210913, r211666, r215400, r215817).
3982
3983 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3984 * dg-extract-results.py: New file.
3985 * dg-extract-results.sh: Use it if the environment seems
3986 suitable.
3987
3988 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3989
3990 * dg-extract-results.py (parse_run): Handle warnings that
3991 are printed before a test harness is run.
3992
3993 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3994
3995 * dg-extract-results.py (Named): Remove __cmp__ method.
3996 (output_variation): Use a key to sort variation.harnesses.
3997
3998 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3999
4000 * dg-extract-results.py: For Python 3, force sys.stdout to
4001 handle surrogate escape sequences.
4002 (safe_open): New function.
4003 (output_segment, main): Use it.
4004
4005 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4006
4007 * dg-extract-results.py (Prog.result_re): Include options
4008 in test name.
4009
4010 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4011
4012 * dg-extract-results.py (output_variation): Always sort if
4013 do_sum.
4014
4015 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4016
4017 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4018 as long as we get pagination notifications.
4019
4020 2014-12-15 Jason Merrill <jason@redhat.com>
4021
4022 * Makefile.in (check-gdb.%): Restore.
4023 * README: Mention it.
4024
4025 2014-12-13 Joel Brobecker <brobecker@adacore.com>
4026
4027 * gdb.ada/str_uninit: New testcase.
4028
4029 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4030
4031 PR symtab/17642
4032 * gdb.base/vla-stub-define.c: New file.
4033 * gdb.base/vla-stub.c: New file.
4034 * gdb.base/vla-stub.exp: New file.
4035
4036 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4037 Jan Kratochvil <jan.kratochvil@redhat.com>
4038 Tom Tromey <tromey@redhat.com>
4039
4040 * configure.ac: Add gdb.compile/.
4041 * configure: Regenerate.
4042 * gdb.compile/Makefile.in: New file.
4043 * gdb.compile/compile-ops.exp: New file.
4044 * gdb.compile/compile-ops.c: New file.
4045 * gdb.compile/compile-tls.c: New file.
4046 * gdb.compile/compile-tls.exp: New file.
4047 * gdb.compile/compile-constvar.S: New file.
4048 * gdb.compile/compile-constvar.c: New file.
4049 * gdb.compile/compile-mod.c: New file.
4050 * gdb.compile/compile-nodebug.c: New file.
4051 * gdb.compile/compile-setjmp-mod.c: New file.
4052 * gdb.compile/compile-setjmp.c: New file.
4053 * gdb.compile/compile-setjmp.exp: New file.
4054 * gdb.compile/compile-shlib.c: New file.
4055 * gdb.compile/compile.c: New file.
4056 * gdb.compile/compile.exp: New file.
4057 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4058
4059 2014-12-12 Tom Tromey <tromey@redhat.com>
4060
4061 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4062 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4063
4064 2014-12-12 Doug Evans <dje@google.com>
4065
4066 * lib/gdb-python.exp (get_python_valueof): New function.
4067 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4068
4069 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4070
4071 * gdb.base/completion.exp: Add test for completion of "info
4072 registers ".
4073
4074 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4075
4076 * gdb.base/func-ptrs.c: New file.
4077 * gdb.base/func-ptrs.exp: New file.
4078
4079 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 PR breakpoints/17012
4082 * gdb.base/dprintf-detach.c: New file.
4083 * gdb.base/dprintf-detach.exp: New file.
4084
4085 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4086
4087 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4088 * lib/gdb.exp (target_is_gdbserver): New procedure.
4089
4090 2014-12-08 Doug Evans <dje@google.com>
4091
4092 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4093
4094 2014-12-05 Yao Qi <yao@codesourcery.com>
4095
4096 * gdb.guile/scm-error.exp: Remove the third argument to
4097 gdb_remote_download.
4098 * gdb.guile/scm-frame-args.exp: Likewise.
4099 * gdb.guile/scm-section-script.exp: Likewise.
4100
4101 2014-12-05 Yao Qi <yao@codesourcery.com>
4102
4103 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4104
4105 2014-12-04 Doug Evans <dje@google.com>
4106
4107 * gdb.python/py-objfile.exp: Add tests for
4108 objfile.add_separate_debug_file.
4109
4110 2014-12-04 Doug Evans <dje@google.com>
4111
4112 * lib/gdb.exp (get_build_id): New function.
4113 (build_id_debug_filename_get): Rewrite to use it.
4114 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4115
4116 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4117
4118 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4119 `method(long)', not just 0x0.
4120 * gdb.cp/nsalias.exp: Align code labels to 4.
4121 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4122 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4123 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4124 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4125 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4126 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4127
4128 2014-12-02 Doug Evans <dje@google.com>
4129
4130 PR symtab/17602
4131 * gdb.cp/anon-ns.cc: Move guts of this file to ...
4132 * gdb.cp/anon-ns2.cc: ... here. New file.
4133 * gdb.cp/anon-ns.exp: Update.
4134
4135 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
4136
4137 * gdb.python/py-events.py (inferior_call_handler): New.
4138 (register_changed_handler, memory_changed_handler): New.
4139 (test_events.invoke): Register new handlers.
4140 * gdb.python/py-events.exp: Add tests for inferior call,
4141 memory_changed and register_changed events.
4142
4143 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4144
4145 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4146 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4147 if the linker doesn't understand this.
4148
4149 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4150
4151 * gdb.python/python.exp: Change expected reply to help().
4152
4153 2014-12-01 Yao Qi <yao@codesourcery.com>
4154
4155 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4156 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4157 * configure: Re-generated.
4158
4159 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4160
4161 * gdb.cp/chained-calls.cc: New file.
4162 * gdb.cp/chained-calls.exp: New file.
4163 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4164
4165 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4166
4167 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4168 * gdb.dwarf2/symtab-producer.exp: Same.
4169 * gdb.gdb/python-interrupts.exp: Same.
4170 * gdb.gdb/python-selftest.exp: Same.
4171 * gdb.python/py-linetable.exp: Same.
4172 * gdb.python/py-type.exp: Same.
4173 * gdb.python/py-value-cc.exp: Same.
4174 * gdb.python/py-value.exp: Same.
4175
4176 2014-11-28 Yao Qi <yao@codesourcery.com>
4177
4178 * gdb.base/break-probes.exp: Match library name prefixed with
4179 sysroot.
4180
4181 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4182
4183 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4184 test expected output. Add parentheses for the call to print.
4185 Remove L suffix from integers.
4186
4187 2014-11-26 Doug Evans <dje@google.com>
4188
4189 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4190
4191 2014-11-22 Yao Qi <yao@codesourcery.com>
4192
4193 * gdb.trace/entry-values.c: Remove asms.
4194 (foo): Add foo_label.
4195 (bar): Add bar_label.
4196 * gdb.trace/entry-values.exp: Remove code computing foo's
4197 length and bar's length.
4198 (Dwarf::assemble): Invoke function_range for bar and use
4199 MACRO_AT_func for foo.
4200
4201 2014-11-22 Yao Qi <yao@codesourcery.com>
4202
4203 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4204 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4205 Use .Lgcc43_procstart instead of gcc43.
4206
4207 2014-11-21 Joel Brobecker <brobecker@adacore.com>
4208
4209 * gdb.ada/n_arr_bound: New testcase.
4210
4211 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4212
4213 PR breakpoints/10737
4214 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4215 test_catch_syscall_multi_arch.
4216 (test_catch_syscall_multi_arch): New function.
4217
4218 2014-11-20 Doug Evans <xdje42@gmail.com>
4219
4220 * gdb.base/maint.exp: Update expected output.
4221
4222 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4223
4224 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4225 4-byte instruction on S390.
4226
4227 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4228
4229 * gdb.ada/arr_arr: New testcase.
4230
4231 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4232
4233 * gdb.ada/pkd_arr_elem: New Testcase.
4234
4235 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
4236
4237 * gdb.reverse/break-precsave: Expect completion message for
4238 core file reads.
4239 * gdb.reverse/consecutive-precsave.exp: Likewise.
4240 * gdb.reverse/finish-precsave.exp: Likewise.
4241 * gdb.reverse/i386-precsave.exp: Likewise.
4242 * gdb.reverse/machinestate-precsave.exp: Likewise.
4243 * gdb.reverse/sigall-precsave.exp: Likewise.
4244 * gdb.reverse/solib-precsave.exp: Likewise.
4245 * gdb.reverse/step-precsave.exp: Likewise.
4246 * gdb.reverse/until-precsave.exp: Likewise.
4247 * gdb.reverse/watch-precsave.exp: Likewise.
4248
4249 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4250
4251 * gdb.base/bp-permanent.c: Include unistd.h.
4252 * gdb.python/py-framefilter-mi.c (main): Add return type.
4253 * gdb.python/py-framefilter.c (main): Likewise.
4254 * gdb.trace/actions-changed.c (main): Likewise.
4255
4256 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4257
4258 * gdb.mi/until.c: Add eye-catchers.
4259 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4260 line numbers.
4261
4262 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4263
4264 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4265 function header variants in break1.c.
4266 * gdb.base/ena-dis-br.exp: Likewise.
4267 * gdb.base/hbreak2.exp: Likewise.
4268 * gdb.reverse/until-precsave.exp: Drop references to removed
4269 non-prototype function header variants in ur1.c.
4270 * gdb.reverse/until-reverse.exp: Likewise.
4271
4272 2014-11-17 Petr Machata <pmachata@redhat.com>
4273
4274 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4275 ${_cu_offset_size} bytes abbrev offset.
4276
4277 2014-11-15 Doug Evans <xdje42@gmail.com>
4278
4279 PR symtab/17559
4280 * gdb.base/line-symtabs.exp: New file.
4281 * gdb.base/line-symtabs.c: New file.
4282 * gdb.base/line-symtabs.h: New file.
4283
4284 2014-11-14 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4287 (func): Add label func_label.
4288 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4289 Replace low_pc and high_pc with MACRO_AT_range.
4290 Replace name, low_pc and high_pc with MACRO_AT_func.
4291
4292 2014-11-14 Yao Qi <yao@codesourcery.com>
4293
4294 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4295 Replace name, low_pc and high_pc with MACRO_AT_func.
4296
4297 2014-11-14 Yao Qi <yao@codesourcery.com>
4298
4299 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4300 produce debug information.
4301 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4302
4303 2014-11-14 Yao Qi <yao@codesourcery.com>
4304
4305 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4306 object and get function length.
4307 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4308 with MACRO_AT_func.
4309 (top-level): Replace gdb_compile and clean_restart with
4310 prepare_for_testing.
4311 * gdb.dwarf2/main.c (main): Add label main_label.
4312
4313 2014-11-14 Yao Qi <yao@codesourcery.com>
4314
4315 * lib/dwarf.exp (function_range): New procedure.
4316 (Dwarf::_handle_macro_at_func): New procedure.
4317 (Dwarf::_handle_macro_at_range): New procedure.
4318 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4319
4320 2014-11-14 Yao Qi <yao@codesourcery.com>
4321
4322 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4323 (_handle_attribute): New procedure.
4324
4325 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4326
4327 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4328 * gdb.base/call-sc.c (zed): Likewise.
4329 * gdb.base/checkpoint.c (main): Likewise.
4330 * gdb.base/dump.c (main): Likewise.
4331 * gdb.base/gcore.c (main): Likewise.
4332 * gdb.base/huge.c (main): Likewise.
4333 * gdb.base/multi-forks.c (main): Likewise.
4334 * gdb.base/pr10179-a.c (main): Likewise.
4335 * gdb.base/savedregs.c (main): Likewise.
4336 * gdb.base/sigaltstack.c (main): Likewise.
4337 * gdb.base/siginfo.c (main): Likewise.
4338 * gdb.base/structs.c (zed): Likewise.
4339 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4340 * gdb.mi/mi-syn-frame.c (main): Likewise.
4341 * gdb.mi/until.c (foo, main): Likewise.
4342 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4343 * gdb.base/solib-weak.c (foo): Declare.
4344 * gdb.base/attach-twice.c: Include stdio.h.
4345 * gdb.base/weaklib1.c: Likewise.
4346 * gdb.base/weaklib2.c: Likewise.
4347 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4348 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4349 unistd.h.
4350 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4351 * gdb.mi/mi-exit-code.c: Likewise.
4352 * gdb.base/break-interp-lib.c: Include string.h.
4353 * gdb.base/coremaker.c: Likewise.
4354 * gdb.base/testenv.c: Likewise.
4355 * gdb.python/py-finish-breakpoint.c: Likewise.
4356 * gdb.base/inferior-died.c: Include sys/wait.h.
4357 * gdb.base/fileio.c: Include time.h.
4358 * gdb.base/async-shell.c: Include unistd.h.
4359 * gdb.base/dprintf-non-stop.c: Likewise.
4360 * gdb.base/info-os.c: Likewise.
4361 * gdb.mi/mi-console.c: Likewise.
4362 * gdb.mi/watch-nonstop.c: Likewise.
4363 * gdb.python/py-events.c: Likewise.
4364 * gdb.base/async.c (baz): Move up before its invocation.
4365 * gdb.base/code_elim2.c (my_global_func): Likewise.
4366 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4367 * gdb.base/advance.c (func2): Likewise.
4368
4369 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4370
4371 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4372 variant.
4373 * gdb.base/annota3.c: Likewise.
4374 * gdb.base/async.c: Likewise.
4375 * gdb.base/average.c: Likewise.
4376 * gdb.base/call-ar-st.c: Likewise.
4377 * gdb.base/call-rt-st.c: Likewise.
4378 * gdb.base/call-sc.c: Likewise.
4379 * gdb.base/call-strs.c: Likewise.
4380 * gdb.base/ending-run.c: Likewise.
4381 * gdb.base/execd-prog.c: Likewise.
4382 * gdb.base/exprs.c: Likewise.
4383 * gdb.base/foll-exec.c: Likewise.
4384 * gdb.base/foll-fork.c: Likewise.
4385 * gdb.base/foll-vfork.c: Likewise.
4386 * gdb.base/funcargs.c: Likewise.
4387 * gdb.base/gcore.c: Likewise.
4388 * gdb.base/jump.c: Likewise.
4389 * gdb.base/langs0.c: Likewise.
4390 * gdb.base/langs1.c: Likewise.
4391 * gdb.base/langs2.c: Likewise.
4392 * gdb.base/mips_pro.c: Likewise.
4393 * gdb.base/nodebug.c: Likewise.
4394 * gdb.base/opaque0.c: Likewise.
4395 * gdb.base/opaque1.c: Likewise.
4396 * gdb.base/recurse.c: Likewise.
4397 * gdb.base/run.c: Likewise.
4398 * gdb.base/scope0.c: Likewise.
4399 * gdb.base/scope1.c: Likewise.
4400 * gdb.base/setshow.c: Likewise.
4401 * gdb.base/setvar.c: Likewise.
4402 * gdb.base/shmain.c: Likewise.
4403 * gdb.base/shr1.c: Likewise.
4404 * gdb.base/shr2.c: Likewise.
4405 * gdb.base/sigall.c: Likewise.
4406 * gdb.base/signals.c: Likewise.
4407 * gdb.base/so-indr-cl.c: Likewise.
4408 * gdb.base/solib2.c: Likewise.
4409 * gdb.base/structs.c: Likewise.
4410 * gdb.base/sum.c: Likewise.
4411 * gdb.base/vforked-prog.c: Likewise.
4412 * gdb.base/watchpoint.c: Likewise.
4413 * gdb.reverse/shr2.c: Likewise.
4414 * gdb.reverse/until-reverse.c: Likewise.
4415 * gdb.reverse/ur1.c: Likewise.
4416 * gdb.reverse/watch-reverse.c: Likewise.
4417
4418 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4419
4420 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4421 variant.
4422 * gdb.base/sepdebug.exp: Drop references to removed code.
4423
4424 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4425
4426 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4427 variant. Preserve original line numbering.
4428 * gdb.base/list1.c: Likewise.
4429
4430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4431
4432 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4433 variant.
4434 * gdb.base/break1.c: Likewise.
4435 * gdb.base/break.exp: Drop references to removed code.
4436
4437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4438
4439 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4440 variant.
4441
4442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4443
4444 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4445
4446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4447
4448 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4449 logic into perform_all_tests() and invoke it with and without
4450 function header prototypes.
4451 (do_function_calls): Remove conditional XFAIL for PR 5318.
4452 (rerun_and_prepare): Remove duplicate code.
4453 (perform_all_tests): New. Main logic moved here.
4454
4455 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4456
4457 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4458 code guarded by #ifdef NO_PROTOTYPES.
4459 (t_double_many_args): Likewise.
4460 (DEF_FUNC_MANY_ARGS_1): Likewise.
4461 (DEF_FUNC_VALUES_1): Likewise.
4462 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4463 guarded by #ifdef PROTOTYPES.
4464
4465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4466
4467 * gdb.mi/mi-console.c: Add eye-catcher.
4468 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4469 instead of literal line number.
4470
4471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4472
4473 * gdb.base/shr2.c: Add eye-catcher.
4474 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4475 line number.
4476
4477 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4478
4479 * gdb.base/jump.c: Add eye-catchers.
4480 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4481 numbers.
4482
4483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4484
4485 * gdb.base/execd-prog.c: Add eye-catchers.
4486 * gdb.base/foll-exec.c: Likewise.
4487 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4488 line numbers.
4489
4490 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4491
4492 * gdb.base/ending-run.c: Add eye-catchers.
4493 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4494 literal line numbers.
4495
4496 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4497
4498 * gdb.base/call-rt-st.c: Add eye-catchers.
4499 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4500 literal line numbers.
4501
4502 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4503
4504 * gdb.base/call-ar-st.c: Add eye-catchers.
4505 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4506 literal line numbers.
4507
4508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4509
4510 * gdb.base/average.c: Add eye-catchers.
4511 * gdb.base/sum.c: Likewise.
4512 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4513 regexps dynamically.
4514
4515 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4516
4517 * gdb.base/solib1.c: Add eye-catchers.
4518 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4519 literal line numbers.
4520
4521 2014-11-12 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4524 leader has exited.
4525
4526 2014-11-12 Pedro Alves <palves@redhat.com>
4527
4528 * gdb.arch/i386-bp_permanent.c: New file.
4529 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4530 (srcfile): Set to i386-bp_permanent.c.
4531 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4532 that stepi does not execute the 'leave' instruction, instead of
4533 testing it does execute.
4534 * gdb.base/bp-permanent.c: New file.
4535 * gdb.base/bp-permanent.exp: New file.
4536
4537 2014-11-10 Doug Evans <xdje42@gmail.com>
4538
4539 PR symtab/17564
4540 * gdb.base/symtab-search-order.exp: New file.
4541 * gdb.base/symtab-search-order.c: New file.
4542 * gdb.base/symtab-search-order-1.c: New file.
4543 * gdb.base/symtab-search-order-shlib-1.c: New file.
4544
4545 2014-11-07 Pedro Alves <palves@redhat.com>
4546
4547 PR gdb/17511
4548 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4549 i?86-*-linux*.
4550
4551 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4552
4553 PR c++/17494
4554 * gdb.cp/pr17494.cc: New file.
4555 * gdb.cp/pr17494.exp: New file.
4556
4557 2014-11-02 Yao Qi <yao@codesourcery.com>
4558
4559 * gdb.python/python.exp: Get working directory and match the
4560 output of "set extended-prompt \\w " with it.
4561
4562 2014-10-30 Doug Evans <dje@google.com>
4563
4564 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4565 in objfiles.
4566 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4567 in progspaces.
4568
4569 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
4570
4571 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4572 * gdb.base/realname-expand.exp: Likewise.
4573 * gdb.linespec/macro-relative.exp: Likewise.
4574
4575 2014-10-29 Pedro Alves <palves@redhat.com>
4576
4577 PR gdb/17408
4578 * gdb.threads/schedlock.c (some_function): New function.
4579 (call_function): New global.
4580 (MAYBE_CALL_SOME_FUNCTION): New macro.
4581 (thread_function): Call it.
4582 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4583 and use it instead of a global counter. Adjust all callers.
4584 (get_current_thread): Use "find current thread" for test message
4585 here rather than having all callers pass down the same string.
4586 (goto_loop): New procedure, factored out from ...
4587 (my_continue): ... this.
4588 (step_ten_loops): Change parameter from test message to command to
4589 use. Adjust.
4590 (list_count): Delete global.
4591 (check_result): New procedure, factored out from duplicate top
4592 level code.
4593 (continue tests): Wrap in with_test_prefix.
4594 (test_step): New procedure, factored out from duplicate top level
4595 code.
4596 (top level): Test "step" in combination with all scheduler-locking
4597 modes. Test "next" in combination with all scheduler-locking
4598 modes, and in combination with stepping over a function call or
4599 not.
4600 * gdb.threads/next-bp-other-thread.c: New file.
4601 * gdb.threads/next-bp-other-thread.exp: New file.
4602
4603 2014-10-29 Pedro Alves <palves@redhat.com>
4604
4605 PR python/17372
4606 * gdb.python/python.exp: Test a multi-line command that spawns
4607 interactive Python.
4608 * gdb.base/multi-line-starts-subshell.exp: New file.
4609
4610 2014-10-29 Yao Qi <yao@codesourcery.com>
4611
4612 * gdb.base/fileio.exp: Make directories on host.
4613
4614 2014-10-29 Yao Qi <yao@codesourcery.com>
4615
4616 * gdb.base/fileio.c (test_write): Close the file.
4617
4618 2014-10-28 Pedro Alves <palves@redhat.com>
4619
4620 PR gdb/12623
4621 * gdb.base/sigstep.c (no_handler): New global.
4622 (main): If 'no_handler is true, set the signal handlers to
4623 SIG_IGN.
4624 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4625 with_sw_watch and no_handler parameters. Handle them.
4626 (top level) <stepping over handler when stopped at a breakpoint
4627 test>: Add a test axis for testing with a software watchpoint, and
4628 another for testing with the signal handler set to SIG_IGN.
4629 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4630 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4631
4632 2014-10-28 Pedro Alves <palves@redhat.com>
4633
4634 PR gdb/17511
4635 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4636 * gdb.base/sigstep.exp (other_handler_location): New global.
4637 (advance): Support stepping into the signal handler, and running
4638 commands while in the handler.
4639 (in_handler_map): New global.
4640 (top level): In the advance test, add combinations for getting
4641 into the handler with stepping commands, and for running commands
4642 in the handler. Add comment descripting the advancei tests.
4643
4644 2014-10-28 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.base/sigstep.exp: Use build_executable instead of
4647 prepare_for_testing.
4648 (top level): Move code that starts GDB, runs to main and creates a
4649 display to ...
4650 (restart): ... this new procedure.
4651 (top level): Move backtrace from signal handler test to ...
4652 (validate_backtrace): ... this new procedure.
4653 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4654 with_test_prefix. Always restart GDB.
4655 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4656 with_test_prefix. Always restart GDB. No need to delete
4657 breakpoints after the test.
4658 (test_skip_handler): Remove prefix parameter.
4659 (skip_over_handler, breakpoint_to_handler)
4660 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4661 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4662 restart GDB. No need to delete breakpoints after the test.
4663 (top level): Use foreach to call the test procedures with
4664 different commands.
4665
4666 2014-10-28 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4669 instead of GNATS numbers.
4670 * gdb.base/sigbpt.exp: Likewise.
4671 * gdb.base/siginfo.exp: Likewise.
4672 * gdb.base/sigstep.exp: Likewise.
4673
4674 2014-10-27 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/sigstep.c (dummy): New global.
4677 (main): Issue a couple writes to the new global.
4678 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4679 procedures.
4680 (skip_over_handler): Use test_skip_handler.
4681 (top level): Call skip_over_handler for stepi and nexti too.
4682 (breakpoint_over_handler): Use test_skip_handler.
4683 (top level): Call breakpoint_over_handler for stepi and nexti too.
4684
4685 2014-10-27 Yao Qi <yao@codesourcery.com>
4686
4687 * gdb.trace/tfile.c (adjust_function_address)
4688 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4689 function descriptor.
4690
4691 2014-10-24 Don Breazeal <donb@codesourcery.com>
4692
4693 * gdb.base/foll-fork.exp (test_follow_fork,
4694 catch_fork_child_follow): Check for updated fork messages emitted
4695 from infrun.c.
4696 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4697 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4698 vfork_and_exec_child_follow_through_step): Check for updated vfork
4699 messages emitted from infrun.c.
4700
4701 2014-10-24 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/corefile.exp: Remove references to ultrix.
4704 * gdb.base/interrupt.exp: Likewise.
4705 * gdb.base/whatis.exp: Likewise.
4706 * gdb.gdb/selftest.exp: Likewise.
4707 * gdb.threads/manythreads.exp: Likewise.
4708 * gdb.threads/print-threads.exp: Likewise.
4709 * gdb.threads/pthreads.exp:: Likewise.
4710 * gdb.threads/schedlock.exp: Likewise.
4711
4712 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4713
4714 * gdb.cp/non-trivial-retval.cc: Add a test case.
4715 * gdb.cp/non-trivial-retval.exp: Add a test.
4716
4717 2014-10-20 Yao Qi <yao@codesourcery.com>
4718
4719 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4720 * gdb.python/py-objfile-script-gdb.py: New file.
4721 * gdb.python/py-objfile-script.exp: Update reference to
4722 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4723 of remote_download. Remove the dest file.
4724
4725 2014-10-20 Yao Qi <yao@codesourcery.com>
4726
4727 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4728 * gdb.base/step-line.exp: Likewise.
4729 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4730 * gdb.dwarf2/dw2-basic.exp: Likewise.
4731 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4732 * gdb.dwarf2/dw2-filename.exp: Likewise.
4733 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4734 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4735 * gdb.dwarf2/dw2-producer.exp: Likewise.
4736 * gdb.dwarf2/mac-fileno.exp: Likewise.
4737 * gdb.python/py-frame-args.exp: Likewise.
4738 * gdb.python/py-framefilter.exp: Likewise.
4739 * gdb.python/py-mi.exp: Likewise.
4740 * gdb.python/py-objfile-script.exp: Likewise
4741 * gdb.python/py-pp-integral.exp: Likewise.
4742 * gdb.python/py-pp-re-notag.exp: Likewise.
4743 * gdb.python/py-prettyprint.exp: Likewise.
4744 * gdb.python/py-section-script.exp: Likewise.
4745 * gdb.python/py-typeprint.exp: Likewise.
4746 * gdb.python/py-xmethods.exp: Likewise.
4747 * gdb.stabs/weird.exp: Likewise.
4748 * gdb.xml/tdesc-regs.exp: Likewise.
4749
4750 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4751
4752 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4753 (out_cu): Use addr_len for the size of addresses.
4754 (out_line): Likewise. Size DW_LNE_set_address instruction
4755 according to addr_len.
4756 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4757 (FUNC): Add START_INSNS to definition.
4758
4759 2014-10-18 Yao Qi <yao@codesourcery.com>
4760
4761 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4762 gdb_has_argv0 return true.
4763 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4764 check [target_info exists noargs], check [gdb_has_argv0]
4765 instead.
4766 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4767 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4768 procedures.
4769
4770 2014-10-17 Doug Evans <dje@google.com>
4771
4772 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4773 event.
4774 * gdb.python/py-events.py: Add clear_objfiles event.
4775
4776 2014-10-17 Doug Evans <dje@google.com>
4777
4778 * gdb.python/py-objfile.exp: Test progspace attribute.
4779
4780 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
4781
4782 * gdb.guile/scm-breakpoint.exp: Do not assume any
4783 directory separators when matching source file paths.
4784 * gdb.python/py-breakpoint.exp: Likewise.
4785 * gdb.reverse/break-precsave.exp: Likewise.
4786 * gdb.reverse/break-reverse.exp: Likewise.
4787 * gdb.reverse/consecutive-precsave.exp: Likewise.
4788 * gdb.reverse/finish-precsave.exp: Likewise.
4789 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4790 * gdb.reverse/finish-reverse.exp: Likewise.
4791 * gdb.reverse/i386-precsave.exp: Likewise.
4792 * gdb.reverse/i387-env-reverse.exp: Likewise.
4793 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4794 * gdb.reverse/machinestate-precsave.exp: Likewise.
4795 * gdb.reverse/machinestate.exp: Likewise.
4796 * gdb.reverse/sigall-precsave.exp: Likewise.
4797 * gdb.reverse/solib-precsave.exp: Likewise.
4798 * gdb.reverse/step-precsave.exp: Likewise.
4799 * gdb.reverse/until-precsave.exp: Likewise.
4800 * gdb.reverse/watch-precsave.exp: Likewise.
4801 * gdb.reverse/watch-reverse.exp: Likewise.
4802
4803 2014-10-17 Yao Qi <yao@codesourcery.com>
4804
4805 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4806 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4807
4808 2014-10-17 Pedro Alves <palves@redhat.com>
4809
4810 PR gdb/17471
4811 * gdb.base/bg-execution-repeat.c: New file.
4812 * gdb.base/bg-execution-repeat.exp: New file.
4813
4814 2014-10-17 Pedro Alves <palves@redhat.com>
4815
4816 PR gdb/17300
4817 * gdb.base/continue-all-already-running.c: New file.
4818 * gdb.base/continue-all-already-running.exp: New file.
4819
4820 2014-10-17 Pedro Alves <palves@redhat.com>
4821
4822 PR gdb/17472
4823 * gdb.base/annota-input-while-running.c: New file.
4824 * gdb.base/annota-input-while-running.exp: New file.
4825
4826 2014-10-17 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/callfuncs.exp: emove references to osf.
4829 * gdb.base/sigall.exp: Likewise.
4830 * gdb.gdb/selftest.exp: Likewise.
4831 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4832 * gdb.mi/non-stop.c: Likewise.
4833 * gdb.mi/pthreads.c: Likewise.
4834 * gdb.reverse/sigall-precsave.exp: Likewise.
4835 * gdb.reverse/sigall-reverse.exp: Likewise.
4836 * gdb.threads/pthreads.c: Likewise.
4837 * gdb.threads/pthreads.exp: Likewise.
4838
4839 2014-10-17 Yao Qi <yao@codesourcery.com>
4840
4841 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4842 check 'target_info exists noargs'.
4843 (test_command_prompt_position): Likewise.
4844 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4845 Remove "set args".
4846 (progvar_simple_while_test): Likewise.
4847 (progvar_complex_if_while_test): Likewise.
4848 (if_while_breakpoint_command_test): Likewise.
4849 (infrun_breakpoint_command_test): Likewise.
4850 (breakpoint_command_test): Likewise.
4851 (watchpoint_command_test): Likewise.
4852 (bp_deleted_in_command_test): Likewise.
4853 (temporary_breakpoint_commands): Likewise.
4854
4855 2014-10-16 Yao Qi <yao@codesourcery.com>
4856
4857 * gdb.base/remotetimeout.exp: Remove noargs checking.
4858
4859 2014-10-15 Pedro Alves <palves@redhat.com>
4860
4861 PR breakpoints/9649
4862 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4863 * gdb.base/breakpoint-in-ro-region.exp
4864 (probe_target_hardware_step): New procedure.
4865 (top level): Probe hardware stepping and hardware breakpoint
4866 support. Test stepping through a read-only region, with both
4867 "breakpoint auto-hw" on and off and both "always-inserted" on and
4868 off.
4869
4870 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4871
4872 * gdb.dlang/demangle.exp: Update for demangling changes.
4873
4874 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4875
4876 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4877 * gdb.cp/non-trivial-retval.exp: Add new tests.
4878
4879 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4880
4881 PR c++/13403
4882 PR c++/15154
4883 * gdb.cp/non-trivial-retval.cc: New file.
4884 * gdb.cp/non-trivial-retval.exp: New file.
4885
4886 2014-10-15 Yao Qi <yao@codesourcery.com>
4887
4888 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4889 remote host.
4890
4891 2014-10-15 Yao Qi <yao@codesourcery.com>
4892
4893 * gdb.python/py-symbol.exp: Match file base name if host is
4894 remote, otherwise match file name with dir name.
4895 * gdb.python/py-symtab.exp: Likewise.
4896 * gdb.python/python.exp: Likewise.
4897
4898 2014-10-15 Yao Qi <yao@codesourcery.com>
4899
4900 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4901 pattern.
4902 * gdb.python/py-symtab.exp: Likewise.
4903 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4904 locationn.
4905
4906 2014-10-14 Joel Brobecker <brobecker@adacore.com>
4907
4908 * gdb.ada/addr_arith: New testcase.
4909
4910 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4911
4912 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4913 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4914 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4915 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4916
4917 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4918
4919 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4920 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4921 * gdb.arch/stap-eval-lang-ada.exp: New file.
4922
4923 2014-10-14 Yao Qi <yao@codesourcery.com>
4924
4925 * gdb.mi/mi-var-child.c (nothing1): New function.
4926 (nothing2): New function.
4927 (do_children_tests): Set function pointers by nothing1 and
4928 nothing2.
4929 * gdb.mi/mi-var-child.exp: Step over new added statements.
4930 Update test to match the new output.
4931 * gdb.mi/var-cmd.c (nothing1): New function.
4932 (nothing2): New function.
4933 (do_children_tests): Set function pointers by nothing1 and
4934 nothing2.
4935 * gdb.mi/mi-var-display.exp: Update test to match output.
4936 Step to the line specified by $line_dct_nothing.
4937 Increase the number of lines to step.
4938
4939 2014-10-14 Yao Qi <yao@codesourcery.com>
4940
4941 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4942 tests.
4943 * gdb.mi/mi2-var-child.exp: Likewise.
4944
4945 2014-10-13 Doug Evans <dje@google.com>
4946
4947 * gdb.python/py-objfile.exp: Change name of file name test.
4948
4949 2014-10-13 Doug Evans <dje@google.com>
4950
4951 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4952 from the start of the CU.
4953
4954 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4955 Yao Qi <yao@codesourcery.com>
4956
4957 Fix "save breakpoints" for "catch" command.
4958 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4959 Remove -nonewline. Match also the added "main" line.
4960
4961 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4962
4963 Fix "save breakpoints" for "disable $bpnum" command.
4964 * gdb.base/save-bp.c (main): Add label.
4965 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4966
4967 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4968
4969 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4970
4971 2014-10-11 Yao Qi <yao@codesourcery.com>
4972
4973 * gdb.server/server-kill.exp: Execute command
4974 "set remote trace-status-packet on" before "tstatus".
4975
4976 2014-10-11 Yao Qi <yao@codesourcery.com>
4977
4978 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4979 (main): Call getppid.
4980 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4981 and continue to it. Read variable "server_pid".
4982
4983 2014-10-11 Yao Qi <yao@codesourcery.com>
4984
4985 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4986
4987 2014-10-11 Yao Qi <yao@codesourcery.com>
4988
4989 * gdb.threads/thread-find.exp: Don't execute command
4990 "info threads".
4991 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4992 * gdb.threads/linux-dp.exp: Don't check the condition
4993 $threads_created equals to zero.
4994
4995 2014-10-10 Pedro Alves <palves@redhat.com>
4996
4997 * gdb.base/bigcore.exp: Remove references to IRIX.
4998 * gdb.base/funcargs.exp: Likewise.
4999 * gdb.base/interrupt.exp: Likewise.
5000 * gdb.base/mips_pro.exp: Likewise.
5001 * gdb.base/nodebug.exp: Likewise.
5002 * gdb.base/setvar.exp: Likewise.
5003 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5004
5005 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5006 Pedro Alves <palves@redhat.com>
5007
5008 PR symtab/14466
5009 * gdb.base/vdso-warning.c: New file.
5010 * gdb.base/vdso-warning.exp: New file.
5011
5012 2014-10-02 Doug Evans <dje@google.com>
5013
5014 * gdb.base/structs.c (main): Don't run forever.
5015
5016 2014-10-02 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5019 (top level) <stop threads 1, stop threads 2>: Use it.
5020
5021 2014-10-02 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.threads/break-while-running.exp (test): Add new
5024 'update_thread_list' argument. Skip "info threads" if false.
5025 (top level): Add new 'update_thread_list' axis.
5026
5027 2014-10-02 Pedro Alves <palves@redhat.com>
5028
5029 PR breakpoints/17431
5030 * gdb.base/execl-update-breakpoints.c: New file.
5031 * gdb.base/execl-update-breakpoints.exp: New file.
5032
5033 2014-10-01 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/breakpoint-in-ro-region.c: New file.
5036 * gdb.base/breakpoint-in-ro-region.exp: New file.
5037
5038 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5039
5040 * gdb.mi/mi-exit-code.exp: New file.
5041 * gdb.mi/mi-exit-code.c: New file.
5042
5043 2014-09-30 Yao Qi <yao@codesourcery.com>
5044
5045 * lib/prelink-support.exp (build_executable_own_libs): Error if
5046 the target isn't native.
5047
5048 2014-09-30 Yao Qi <yao@codesourcery.com>
5049
5050 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5051 false.
5052
5053 2014-09-22 Pedro Alves <palves@redhat.com>
5054
5055 * gdb.threads/break-while-running.exp: New file.
5056 * gdb.threads/break-while-running.c: New file.
5057
5058 2014-09-19 Yao Qi <yao@codesourcery.com>
5059
5060 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5061 Invoke test. Restart GDB with --readnow and invoke test again.
5062
5063 2014-09-19 Yao Qi <yao@codesourcery.com>
5064
5065 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5066 proc set_breakpoint_on_gcd_function. Invoke
5067 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5068 invoke set_breakpoint_on_gcd_function again.
5069
5070 2014-09-18 Doug Evans <dje@google.com>
5071
5072 * gdb.dwarf2/symtab-producer.exp: New file.
5073
5074 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5075
5076 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5077 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5078 * gdb.base/global-var-nested-by-dso.c: Likewise.
5079 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5080
5081 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5082 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/watch-bitfields.exp: Pass string other than test file
5085 name to prepare_for_testing.
5086 (watch): New procedure.
5087 (expect_watchpoint): Use with_test_prefix.
5088 (top level): Factor out tests to ...
5089 (test_watch_location, test_regular_watch): ... these new
5090 procedures, and use with_test_prefix and gdb_continue_to_end.
5091
5092 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5093
5094 PR breakpoints/12526
5095 * gdb.base/watch-bitfields.exp: New file.
5096 * gdb.base/watch-bitfields.c: New file.
5097
5098 2014-09-16 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5101 software and hardware addresses, not software address against
5102 itself.
5103
5104 2014-09-16 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5107 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5108
5109 2014-09-16 Pedro Alves <palves@redhat.com>
5110
5111 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5112 files.
5113 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5114 "*-*-vxworks*" throughout.
5115 * gdb.base/break.exp: Likewise.
5116 * gdb.base/default.exp: Likewise.
5117 * gdb.base/scope.exp: Likewise.
5118 * gdb.base/sepdebug.exp: Likewise.
5119 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5120 throughout.
5121 * gdb.base/run.c: Likewise.
5122 * gdb.base/sepdebug.c: Likewise.
5123 * gdb.hp/gdb.aCC/run.c: Likewise.
5124 * gdb.reverse/until-reverse.c: Likewise.
5125 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5126
5127 2014-09-16 Yao Qi <yao@codesourcery.com>
5128
5129 * boards/local-remote-host-native.exp: New file.
5130
5131 2014-09-14 Doug Evans <xdje42@gmail.com>
5132
5133 * gdb.threads/queue-signal.c (thread_count): New variable.
5134 (thread_count_mutex, thread_count_condvar): New variables.
5135 (incr_thread_count, wait_all_threads_running): New functions.
5136 (main): Wait for all threads to be in their thread functions.
5137
5138 2014-09-13 Doug Evans <xdje42@gmail.com>
5139
5140 * gdb.threads/queue-signal.c: New file.
5141 * gdb.threads/queue-signal.exp: New file.
5142
5143 2014-09-13 Doug Evans <xdje42@gmail.com>
5144
5145 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5146 be consistent with what default_gdb_init uses.
5147 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5148 the plain text of the prompt. Add some logging printfs.
5149 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5150
5151 2014-09-12 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5154 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5155 * gdb.arch/i386-size-overlap.exp: Likewise.
5156 * gdb.arch/i386-size.exp: Likewise.
5157 * gdb.arch/i386-unwind.exp: Likewise.
5158 * gdb.base/a2-run.exp: Likewise.
5159 * gdb.base/break.exp: Likewise.
5160 * gdb.base/charset.exp: Likewise.
5161 * gdb.base/chng-syms.exp: Likewise.
5162 * gdb.base/commands.exp: Likewise.
5163 * gdb.base/dbx.exp: Likewise.
5164 * gdb.base/find.exp: Likewise.
5165 * gdb.base/funcargs.exp: Likewise.
5166 * gdb.base/jit-simple.exp: Likewise.
5167 * gdb.base/reread.exp: Likewise.
5168 * gdb.base/sepdebug.exp: Likewise.
5169 * gdb.base/step-bt.exp: Likewise.
5170 * gdb.cp/mb-inline.exp: Likewise.
5171 * gdb.cp/mb-templates.exp: Likewise.
5172 * gdb.objc/basicclass.exp: Likewise.
5173 * gdb.threads/killed.exp: Likewise.
5174
5175 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5176
5177 PR tdep/17379
5178 * gdb.arch/powerpc-stackless.S: New file.
5179 * gdb.arch/powerpc-stackless.exp: New file.
5180
5181 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 * gdb.base/attach.c: Include unistd.h.
5184 (main): Call alarm. Add label postloop.
5185 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5186 gdb_breakpoint, gdb_continue_to_breakpoint.
5187 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5188
5189 2014-09-11 Pedro Alves <palves@redhat.com>
5190
5191 PR gdb/17347
5192 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5193 * gdb.base/attach.exp (test_command_line_attach_run): New
5194 procedure.
5195 (top level): Call it.
5196
5197 2014-09-11 Pedro Alves <palves@redhat.com>
5198
5199 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5200 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5201 (do_command_attach_tests): Use spawn_wait_for_attach.
5202 * gdb.base/solib-overlap.exp: Likewise.
5203 * gdb.multi/multi-attach.exp: Likewise.
5204 * gdb.python/py-prompt.exp: Likewise.
5205 * gdb.python/py-sync-interp.exp: Likewise.
5206 * gdb.server/ext-attach.exp: Likewise.
5207
5208 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5209
5210 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5211 command in testcase. Simplify testcase.
5212
5213 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5214
5215 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5216
5217 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5218
5219 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5220
5221 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5222
5223 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5224
5225 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.dwarf2/dynarr-ptr.c: New file.
5228 * gdb.dwarf2/dynarr-ptr.exp: New file.
5229
5230 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5231
5232 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5233 of 30 rather than hardcoding 120 for a slow test case. Take the
5234 `gdb,timeout' target setting into account for this calculation.
5235 Don't extend the timeout for the test cases that don't need it.
5236
5237 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5238
5239 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5240 a factor of 2 for a slow test case. Take the `gdb,timeout'
5241 target setting into account for this calculation.
5242 * gdb.reverse/until-precsave.exp: Increase the timeout by
5243 a factor of 15 and 3 respectively rather than adding 120
5244 for a pair of slow test cases. Take the `gdb,timeout'
5245 target setting into account for this calculation.
5246
5247 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5248
5249 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5250 timeout, don't pass one down to gdb_expect.
5251 (gdb_expect): Rework timeout selection.
5252
5253 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5254
5255 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5256 exception on timeout.
5257 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5258 (gdbserver_start_extended): Catch any `gdbserver_start' error
5259 exceptions.
5260 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5261 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5262 `gdbserver_gdb_load' error exceptions.
5263
5264 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5265
5266 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5267 120 on waiting for the TCP socket to open.
5268
5269 2014-09-09 Doug Evans <xdje42@gmail.com>
5270
5271 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5272 _caller_matches, _any_caller_is, _any_caller_matches.
5273
5274 2014-09-09 Doug Evans <xdje42@gmail.com>
5275
5276 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5277
5278 2014-09-09 Yao Qi <yao@codesourcery.com>
5279
5280 * gdb.mi/mi-var-display.exp: Set print symbol off.
5281
5282 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5283
5284 PR gdb/17035
5285 * gdb.base/commands.exp: Add tests to verify user-defined
5286 commands with empty bodies.
5287 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5288 python commands in `show user command`.
5289 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5290 scheme commands in `show user command`.
5291
5292 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5293
5294 PR python/17355
5295 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5296 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5297 * gdb.python/py-framefilter-invalidarg.exp: New file.
5298 * gdb.python/py-framefilter-invalidarg.py: New file.
5299
5300 2014-09-06 Doug Evans <xdje42@gmail.com>
5301
5302 PR 15276
5303 * gdb.python/py-caller-is.c: New file.
5304 * gdb.python/py-caller-is.exp: New file.
5305
5306 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5307
5308 PR gdb/17235
5309 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5310 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5311
5312 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5313
5314 PR fortran/17237
5315 * gdb.fortran/print-formatted.exp: New file.
5316 * gdb.fortran/print-formatted.f90: Likewise.
5317
5318 2014-09-03 Sasha Smundak <asmundak@google.com>
5319
5320 * gdb.python/py-frame.exp: Test Frame.read_register.
5321
5322 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5323
5324 PR python/16699
5325 * gdb.python/py-completion.exp: New file.
5326 * gdb.python/py-completion.py: Likewise.
5327
5328 2014-08-28 Doug Evans <dje@google.com>
5329
5330 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5331 eax,etc. are live with values set by gdb and thus the compiler can't
5332 use them.
5333 * gdb.arch/i386-pseudo.c (main): Ditto.
5334
5335 2014-08-27 Doug Evans <dje@google.com>
5336
5337 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5338
5339 2014-08-25 Doug Evans <dje@google.com>
5340
5341 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5342 (main): Ditto.
5343
5344 2014-08-25 Doug Evans <dje@google.com>
5345
5346 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5347
5348 2014-08-24 Yao Qi <yao@codesourcery.com>
5349
5350 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5351 symbol off.
5352 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5353
5354 2014-08-22 Doug Evans <dje@google.com>
5355
5356 PR 17276
5357 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5358 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5359 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5360
5361 2014-08-22 Yao Qi <yao@codesourcery.com>
5362
5363 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5364 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5365 * gdb.python/python.exp: Likewise. Use .py file on the host
5366 instead of the build.
5367
5368 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5369
5370 * gdb.threads/gcore-stale-thread.c: New file.
5371 * gdb.threads/gcore-stale-thread.exp: New file.
5372
5373 2014-08-21 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5376 * gdb.base/gcore-relro-pie.exp: Likewise.
5377 * gdb.base/gcore-relro.exp: Likewise.
5378 * gdb.base/gcore.exp: Likewise.
5379 * gdb.base/print-symbol-loading.exp: Likewise.
5380 * gdb.threads/gcore-thread.exp: Likewise.
5381 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5382
5383 2014-08-20 Pedro Alves <palves@redhat.com>
5384 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5387 configure.
5388 (EXPECT): Handle READ1 being set.
5389 (all): Depend on EXTRA_RULES.
5390 (check-read1, expect-read1, read1.so, read1): New rules.
5391 * README (Testsuite Parameters): Document the READ1 make variable.
5392 (Race detection): New section.
5393 * configure: Regenerate.
5394 * configure.ac: If build==host==target, and running under a
5395 GNU/glibc system, add read1 to the extra Makefile rules.
5396 (EXTRA_RULES): AC_SUBST it.
5397 * lib/read1.c: New file.
5398
5399 2014-08-20 Joel Brobecker <brobecker@adacore.com>
5400
5401 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5402 the handling of variables declared as a typedef to an array
5403 which a DW_AT_data_location attribute.
5404
5405 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
5406 Pedro Alves <palves@redhat.com>
5407
5408 PR symtab/14604
5409 PR symtab/14605
5410 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5411 gdb_test.
5412
5413 2014-08-19 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5416
5417 2014-08-19 Yao Qi <yao@codesourcery.com>
5418
5419 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5420 right line.
5421
5422 2014-08-18 David Blaikie <dblaikie@gmail.com>
5423
5424 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5425
5426 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5429 attribute in array range.
5430
5431 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5432
5433 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5434
5435 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5436
5437 PR c++/17132
5438 * gdb.cp/pr17132.cc: New file.
5439 * gdb.cp/pr17132.exp: New file.
5440
5441 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5442
5443 * gdb.python/py-xmethods.py (A_getarrayind)
5444 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5445 Use 'print' with function call syntax.
5446 (E_method_matcher.match): Fix tab vs space indentation mixup.
5447
5448 2014-08-15 Yao Qi <yao@codesourcery.com>
5449
5450 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5451 false.
5452
5453 2014-08-15 Yao Qi <yao@codesourcery.com>
5454
5455 * gdb.cp/casts.exp: Set print symbol off.
5456 * gdb.cp/class2.exp: Likewise.
5457 * gdb.cp/overload.exp: Likewise.
5458 * gdb.cp/templates.exp: Likewise.
5459
5460 2014-08-11 Doug Evans <dje@google.com>
5461
5462 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5463 (test_load_shlib): Update.
5464
5465 2014-08-09 Yao Qi <yao@codesourcery.com>
5466
5467 * gdb.base/display.exp: Invoke is_address_zero_readable.
5468 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5469 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5470 * gdb.base/hbreak-unmapped.exp: Return if
5471 is_address_zero_readable returns true.
5472 * gdb.base/signest.exp: Likewise.
5473 * gdb.base/signull.exp: Likewise.
5474 * gdb.base/sigbpt.exp: Likewise.
5475 * gdb.guile/scm-disasm.exp: Do the test if
5476 is_address_zero_readable returns false.
5477 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5478 * gdb.python/py-arch.exp: Likewise.
5479 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5480 * lib/gdb.exp (is_address_zero_readable): New proc.
5481
5482 2014-08-09 Yao Qi <yao@codesourcery.com>
5483
5484 PR testsuite/13443
5485 * gdb.mi/mi-var-display.exp: Make test messages unique.
5486
5487 2014-08-04 Tom Tromey <tromey@redhat.com>
5488
5489 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5490 target 0".
5491
5492 2014-08-04 Tom Tromey <tromey@redhat.com>
5493
5494 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5495 "target_resume".
5496
5497 2014-08-01 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5500 inner_vla_struct_object_size.
5501 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5502 as xfail.
5503
5504 2014-07-30 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5507 comment.
5508
5509 2014-07-29 Yao Qi <yao@codesourcery.com>
5510
5511 PR gdb/17206
5512 * gdb.base/until-nodebug.exp: New.
5513
5514 2014-07-28 Doug Evans <xdje42@gmail.com>
5515
5516 PR guile/17203
5517 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5518 previously existing parameter, and previously ambiguously spelled
5519 parameter.
5520
5521 2014-07-28 Will Newton <will.newton@linaro.org>
5522
5523 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5524
5525 2014-07-26 Ludovic Courtès <ludo@gnu.org>
5526 Doug Evans <xdje42@gmail.com>
5527
5528 PR guile/17146
5529 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5530
5531 2014-07-25 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.threads/signal-command-handle-nopass.c: New file.
5534 * gdb.threads/signal-command-handle-nopass.exp: New file.
5535 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5536 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5537 * gdb.threads/signal-delivered-right-thread.c: New file.
5538 * gdb.threads/signal-delivered-right-thread.exp: New file.
5539
5540 2014-07-25 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.base/double-prompt-target-event-error.exp
5543 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5544 match.
5545 (cancel_pagination_in_target_event): Rework double prompt
5546 detection.
5547 * gdb.base/paginate-after-ctrl-c-running.exp
5548 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5549 <return>' match.
5550 * gdb.base/paginate-bg-execution.exp
5551 (test_bg_execution_pagination_return)
5552 (test_bg_execution_pagination_cancel): Remove '-notransfer
5553 <return>' matches.
5554 * gdb.base/paginate-execution-startup.exp
5555 (test_fg_execution_pagination_return)
5556 (test_fg_execution_pagination_cancel): Remove '-notransfer
5557 <return>' matches.
5558 * gdb.base/paginate-inferior-exit.exp
5559 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5560 match.
5561 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5562 * lib/gdb.exp (pagination_prompt): Run text through
5563 string_to_regexp.
5564 (gdb_test_multiple): Match $pagination_prompt instead of
5565 "<return>".
5566 (string_to_regexp): Move to lib/gdb-utils.exp.
5567
5568 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 * gdb.arch/amd64-entry-value-paramref.S: New file.
5571 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5572 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5573 * gdb.arch/amd64-optimout-repeat.S: New file.
5574 * gdb.arch/amd64-optimout-repeat.c: New file.
5575 * gdb.arch/amd64-optimout-repeat.exp: New file.
5576
5577 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 PR gdb/17170
5580 * gdb.base/statistics.exp: New file.
5581
5582 2014-07-17 Doug Evans <dje@google.com>
5583
5584 PR gdb/17170
5585 * gdb.base/maint.exp: Update testing of per-command stats.
5586
5587 2014-07-16 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5590 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5591 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5592 (tfile_write_buf): New functions.
5593 (add_memory_block): Rewrite using the above.
5594 (adjust_function_address): New function.
5595 (FUNCTION_ADDRESS): New macro.
5596 (write_basic_trace_file): Remove short_x local, and use
5597 tfile_write_16. Change type of func_addr local to unsigned long
5598 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5599 here. Cast argument of add_memory_block to char pointer.
5600 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5601 (main): Remove parameters.
5602 * gdb.trace/tfile.exp: Remove nowarnings.
5603
5604 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5605
5606 * gdb.base/debug-expr.exp: Test string evaluation with
5607 "debug expression" on.
5608
5609 2014-07-15 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.base/reread.exp: Use clean_restart.
5612
5613 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5614
5615 * gdb.arch/avr-flash-qualifer.c: New.
5616 * gdb.arch/avr-flash-qualifer.exp: New.
5617
5618 2014-07-14 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5621 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5622
5623 2014-07-14 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/double-prompt-target-event-error.c: New file.
5626 * gdb.base/double-prompt-target-event-error.exp: New file.
5627
5628 2014-07-14 Pedro Alves <palves@redhat.com>
5629
5630 PR gdb/17072
5631 * gdb.base/paginate-inferior-exit.c: New file.
5632 * gdb.base/paginate-inferior-exit.exp: New file.
5633
5634 2014-07-14 Pedro Alves <palves@redhat.com>
5635
5636 PR gdb/17072
5637 * gdb.base/paginate-bg-execution.c: New file.
5638 * gdb.base/paginate-bg-execution.exp: New file.
5639
5640 2014-07-14 Pedro Alves <palves@redhat.com>
5641
5642 PR gdb/17072
5643 * gdb.base/paginate-execution-startup.c: New file.
5644 * gdb.base/paginate-execution-startup.exp: New file.
5645 * lib/gdb.exp (pagination_prompt): New global.
5646 (default_gdb_spawn): New procedure, factored out from
5647 default_gdb_spawn.
5648 (default_gdb_start): Adjust to call default_gdb_spawn.
5649 (gdb_spawn): New procedure.
5650
5651 2014-07-14 Pedro Alves <palves@redhat.com>
5652
5653 * lib/gdb.exp (gdb_assert): New procedure.
5654 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5655
5656 2014-07-14 Pedro Alves <palves@redhat.com>
5657
5658 * gdb.base/execution-termios.c: New file.
5659 * gdb.base/execution-termios.exp: New file.
5660
5661 2014-07-14 Tom Tromey <tromey@redhat.com>
5662
5663 * gdb.cp/vla-cxx.cc: New file.
5664 * gdb.cp/vla-cxx.exp: New file.
5665
5666 2014-07-14 Tom Tromey <tromey@redhat.com>
5667
5668 * gdb.reverse/rerun-prec.c: New file.
5669 * gdb.reverse/rerun-prec.exp: New file.
5670
5671 2014-07-12 Maciej W. Rozycki <macro@mips.com>
5672 Maciej W. Rozycki <macro@codesourcery.com>
5673
5674 * lib/gdb-utils.exp: New file.
5675 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5676 inline `gdb_init_command' processing.
5677 (gdb_start_cmd): Likewise.
5678 * lib/mi-support.exp (mi_run_cmd): Likewise.
5679 * README: Document `gdb_init_command' and `gdb_init_commands'.
5680
5681 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 Fix false FAIL running under a very long directory name.
5684 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5685 and "set print elements 10000". Twice.
5686
5687 2014-07-11 Yao Qi <yao@codesourcery.com>
5688
5689 * gdb.base/exprs.exp: "set print symbol off".
5690
5691 2014-07-11 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.threads/kill.c: New file.
5694 * gdb.threads/kill.exp: New file.
5695
5696 2014-07-10 Yao Qi <yao@codesourcery.com>
5697
5698 * gdb.trace/tfile.c (write_basic_trace_file)
5699 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5700 address written to trace file.
5701
5702 2014-07-09 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.base/attach-wait-input.exp: New file.
5705 * gdb.base/attach-wait-input.c: New file.
5706
5707 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5708
5709 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5710 setting up test structures.
5711 (main): Call new test function.
5712 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5713 test function, continue into test function and walk test
5714 structures.
5715
5716 2014-07-02 Yao Qi <yao@codesourcery.com>
5717
5718 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5719 'bar_start' at the beginning of functions 'foo' and 'bar'
5720 respectively.
5721 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5722 instead of 'foo' and 'bar'.
5723
5724 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5725
5726 * gdb.btrace/segv.exp: New.
5727 * gdb.btrace/segv.c: New.
5728
5729 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
5730
5731 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5732 instruction.
5733
5734 2014-06-30 Mark Wielaard <mjw@redhat.com>
5735
5736 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5737 vulture, vilify, villar): New volatile array constants.
5738 (vindictive, vegetation): New const volatile array constants.
5739 * gdb.base/volatile.exp: Test volatile and const volatile array
5740 types.
5741
5742 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5743
5744 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5745 target lacks support for awatch, rwatch, or hbreak.
5746
5747 2014-06-27 Yao Qi <yao@codesourcery.com>
5748
5749 * gdb.multi/dummy-frame-restore.exp: New.
5750 * gdb.multi/dummy-frame-restore.c: New.
5751
5752 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5753
5754 * gdb.btrace/gcore.exp: New.
5755
5756 2014-06-23 Pedro Alves <palves@redhat.com>
5757
5758 * gdb.base/watchpoint-reuse-slot.c: New file.
5759 * gdb.base/watchpoint-reuse-slot.exp: New file.
5760
5761 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5762
5763 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5764 progspace's filename in 'info', 'enable' and 'disable' command
5765 tests.
5766
5767 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5770 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5771 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5772
5773 2014-06-20 Gary Benson <gbenson@redhat.com>
5774
5775 * gdb.arch/i386-avx.exp: Fix include file location.
5776 * gdb.arch/i386-sse.exp: Likewise.
5777
5778 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5779
5780 * gdb.dlang/expression.exp: New file.
5781
5782 2014-06-19 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5785 out from ...
5786 (top level): ... here. Iterate running tests under different
5787 scheduler-locking settings.
5788
5789 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
5790
5791 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5792 to DW_FORM_addr and use non-zero addresses.
5793
5794 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5795
5796 PR gdb/17017
5797 * gdb.python/py-xmethods.cc: Add global function call counters and
5798 increment them in their respective functions. Remove "cout"
5799 statements.
5800 * gdb.python/py-xmethods.exp: Make tests check the global function
5801 call counters instead of depending on inferior IO.
5802
5803 2014-06-18 Don Breazeal <donb@codesourcery.com>
5804
5805 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5806 Deleted procedure.
5807 (explicit_fork_parent_follow): Deleted procedure.
5808 (explicit_fork_child_follow): Deleted procedure.
5809 (test_follow_fork): New procedure.
5810 (do_fork_tests): Replace calls to deleted procedures with
5811 calls to test_follow_fork and reset GDB for subsequent
5812 procedure calls.
5813
5814 2014-06-17 Yao Qi <yao@codesourcery.com>
5815
5816 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5817 CP1252.
5818
5819 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
5820
5821 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5822 Initialize ptr and S explicitly.
5823 (skip_type_update_when_not_use_rtti_test): Likewise.
5824
5825 2014-06-16 Keith Seitz <keiths@redhat.com>
5826
5827 PR mi/15863
5828 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5829 the inferior is started.
5830
5831 2014-06-16 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.base/break-main-file-remove-fail.c: New file.
5834 * gdb.base/break-main-file-remove-fail.exp: New file.
5835 * gdb.base/break-unload-file.exp: Use build_executable instead of
5836 prepare_for_testing.
5837 (test_break): New parameter "initial_load". Handle it.
5838 (top level): Add initial_load cmdline/file axis.
5839
5840 2014-06-12 Tom Tromey <tromey@redhat.com>
5841
5842 * gdb.base/completion.exp: Don't use directory name in test.
5843
5844 2014-06-09 Gary Benson <gbenson@redhat.com>
5845
5846 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5847 separate the always-available ANSI-standard signals from the
5848 signals that require checking.
5849 (main): Likewise.
5850 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5851 Likewise.
5852 (main): Likewise.
5853
5854 2014-06-07 Keith Seitz <keiths@redhat.com>
5855
5856 Revert:
5857 PR c++/16253
5858 * gdb.cp/var-tag.cc: New file.
5859 * gdb.cp/var-tag.exp: New file.
5860 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5861 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5862 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5863 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5864
5865 2014-06-06 Doug Evans <xdje42@gmail.com>
5866
5867 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5868
5869 2014-06-06 Pedro Alves <palves@redhat.com>
5870
5871 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5872 in target debug output instead of looking at RSP packets,
5873 disabling the test on any target that uses hardware stepping.
5874 Update comments.
5875
5876 2014-06-06 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.base/break-unload-file.exp: Fix typo.
5879
5880 2014-06-06 Yao Qi <yao@codesourcery.com>
5881
5882 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5883 from "jit_function" to "^jit_function".
5884
5885 2014-06-06 Yao Qi <yao@codesourcery.com>
5886
5887 * gdb.base/async.c (foo): Add one statement.
5888 * gdb.base/async.exp: Get the next instruction address and
5889 match the output of "nexti" by instruction address. Match
5890 the hex address in the output of "finish".
5891
5892 2014-06-06 Gary Benson <gbenson@redhat.com>
5893
5894 * gdb.base/call-signals.c: Remove preprocessor conditionals
5895 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5896 SIGSEGV and SIGTERM.
5897 * gdb.base/sigall.c: Likewise.
5898 * gdb.base/unwindonsignal.c: Likewise.
5899 * gdb.reverse/sigall-reverse.c: Likewise.
5900
5901 2014-06-06 Yao Qi <yao@codesourcery.com>
5902
5903 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5904 readable, skip the test.
5905
5906 2014-06-06 Yao Qi <yao@codesourcery.com>
5907
5908 * gdb.threads/staticthreads.c (thread_function): Move the line
5909 setting breakpoint on forward.
5910 * gdb.threads/staticthreads.exp: Update comments.
5911
5912 2014-06-05 Ludovic Courtès <ludo@gnu.org>
5913
5914 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5915 "history-append! type error".
5916
5917 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5918
5919 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5920 erroneous dprintf expected input.
5921
5922 2014-06-04 Doug Evans <xdje42@gmail.com>
5923
5924 * gdb.guile/scm-generics.exp: Delete.
5925
5926 2014-06-04 Doug Evans <xdje42@gmail.com>
5927
5928 * gdb.guile/scm-breakpoint.exp: Update.
5929 Add tests for breakpoint registration.
5930
5931 2014-06-04 Tom Tromey <tromey@redhat.com>
5932
5933 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5934 VLA-in-union.
5935 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5936 inner_vla_struct, vla_union types. Initialize objects of those
5937 types and compute their sizes.
5938
5939 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5940 Hui Zhu <hui@codesourcery.com>
5941
5942 * gdb.base/fileio.exp: Add test for shell not available as well as
5943 available.
5944 * gdb.base/fileio.c (test_system): Check for shell twice.
5945
5946 2014-06-04 Yao Qi <yao@codesourcery.com>
5947
5948 * gdb.base/auto-connect-native-target.exp: Remove redundant
5949 space from the regexp pattern.
5950
5951 2014-06-04 Yao Qi <yao@codesourcery.com>
5952
5953 * gdb.base/default.exp: Replace "child" with "native" in
5954 regexp pattern.
5955
5956 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5957
5958 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5959 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5960 * gdb.python/py-xmethods.py: Python script supporting the
5961 new testcase and tests.
5962
5963 2014-06-03 Joel Brobecker <brobecker@adacore.com>
5964 Pedro Alves <palves@redhat.com>
5965
5966 PR breakpoints/17000
5967 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5968 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5969
5970 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5971
5972 * gdb.base/subst.exp: Add tests to verify partial path matching
5973 output.
5974
5975 2014-06-03 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5978 target that doesn't use software single-stepping.
5979
5980 2014-06-03 Pedro Alves <palves@redhat.com>
5981
5982 PR breakpoints/17000
5983 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5984 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5985
5986 2014-06-02 Doug Evans <xdje42@gmail.com>
5987
5988 * gdb.guile/scm-parameter.exp: New file.
5989
5990 2014-06-02 Doug Evans <xdje42@gmail.com>
5991
5992 * gdb.guile/scm-cmd.c: New file.
5993 * gdb.guile/scm-cmd.exp: New file.
5994
5995 2014-06-02 Doug Evans <xdje42@gmail.com>
5996
5997 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5998 pretty-printer lookup.
5999 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6000 (make-pp_s-printer): Call it.
6001 (make-pretty-printer-from-dict): New function.
6002 (lookup-pretty-printer-maker-from-dict): New function.
6003 (*pretty-printer*): Simplify.
6004 (make-objfile-pp_s-printer): New function.
6005 (install-objfile-pretty-printers!): New function.
6006 (make-progspace-pp_s-printer): New function.
6007 (install-progspace-pretty-printers!): New function.
6008 * gdb.guile/scm-progspace.c: New file.
6009 * gdb.guile/scm-progspace.exp: New file.
6010
6011 2014-06-02 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/dprintf-bp-same-addr.c: New file.
6014 * gdb.base/dprintf-bp-same-addr.exp: New file.
6015
6016 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6017
6018 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6019 * gdb.arch/powerpc-power.s: Likewise.
6020
6021 2014-06-02 Joel Brobecker <brobecker@adacore.com>
6022
6023 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6024
6025 2014-06-01 Yao Qi <yao@codesourcery.com>
6026
6027 * gdb.base/watchpoint.exp (test_watch_location): Check null
6028 pointer can be dereferenced. If not, do the test, otherwise
6029 skip it.
6030
6031 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6032
6033 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6034 results.
6035 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6036
6037 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6038
6039 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6040 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6041 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6042 * gdb.arch/amd64-invalid-stack-top.c: New file.
6043 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6044
6045 2014-05-30 Pedro Alves <palves@redhat.com>
6046
6047 PR breakpoints/17000
6048 * gdb.base/sss-bp-on-user-bp.c: New file.
6049 * gdb.base/sss-bp-on-user-bp.exp: New file.
6050
6051 2014-05-30 David Blaikie <dblaikie@gmail.com>
6052
6053 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6054 gnu_inline semantics via attribute.
6055 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6056 source explicitly specifies the required semantics.
6057
6058 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6059
6060 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6061
6062 2014-05-29 Pedro Alves <palves@redhat.com>
6063 Tom Tromey <tromey@redhat.com>
6064
6065 * gdb.base/async-shell.exp: Don't enable target-async.
6066 * gdb.base/async.exp
6067 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6068 parameter. Adjust.
6069 (top level): Don't test with "target-async".
6070 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6071 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6072 * gdb.base/inferior-died.exp: Don't enable target-async.
6073 * gdb.base/interrupt-noterm.exp: Likewise.
6074 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6075 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6076 * gdb.mi/mi-nonstop.exp: Likewise.
6077 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6078 * gdb.mi/mi-nsintrall.exp: Likewise.
6079 * gdb.mi/mi-nsmoribund.exp: Likewise.
6080 * gdb.mi/mi-nsthrexec.exp: Likewise.
6081 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6082 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6083 * gdb.python/py-evsignal.exp: Don't enable target-async.
6084 * gdb.python/py-evthreads.exp: Likewise.
6085 * gdb.python/py-prompt.exp: Likewise.
6086 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6087 * gdb.server/solib-list.exp: Don't enable target-async.
6088 * gdb.threads/thread-specific-bp.exp: Likewise.
6089 * lib/mi-support.exp: Adjust to use mi-async.
6090
6091 2014-05-29 Pedro Alves <palves@redhat.com>
6092
6093 PR gdb/13860
6094 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6095 reason, even in sync mode.
6096
6097 2014-05-29 Pedro Alves <palves@redhat.com>
6098 Hui Zhu <hui@codesourcery.com>
6099
6100 PR PR15693
6101 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6102 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6103 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6104 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6105
6106 2014-05-28 Joel Brobecker <brobecker@adacore.com>
6107
6108 * config/monitor.exp (gdb_target_monitor): Replace use of
6109 "set remotebaud" by "set serial baud".
6110
6111 2014-05-26 Andy Wingo <wingo@igalia.com>
6112
6113 * gdb.guile/scm-breakpoint.exp:
6114 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6115 properties instead of gdb-object-properties.
6116
6117 2014-05-26 Yao Qi <yao@codesourcery.com>
6118
6119 * gdb.server/no-thread-db.exp: Specify source file name
6120 explicitly when setting a breakpoint.
6121
6122 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6123
6124 * gdb.btrace/vdso.c: New.
6125 * gdb.btrace/vdso.exp: New.
6126
6127 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6128
6129 * gdb.base/gcore.exp (capture_command_output): Move ...
6130 * lib/gdb.exp (capture_command_output): ... here.
6131
6132 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6133
6134 * gdb.btrace/data.exp: Test memory access during btrace replay.
6135
6136 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6137
6138 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6139
6140 2014-05-21 Pedro Alves <palves@redhat.com>
6141
6142 PR gdb/13860
6143 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6144 (top level): Test that output related to execution commands is
6145 sent to the console with CLI commands, but not with MI commands.
6146 Test that breakpoint events are always mirrored to the console.
6147 Also expect the new source line to be output after a "next" in
6148 async mode too. Make it a pass/fail test.
6149 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6150 output.
6151 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6152
6153 2014-05-21 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6156 Use them to test variations of "list" after reaching a breakpoint.
6157 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6158 Test "list" with listsize 10 after reaching a breakpoint.
6159 * gdb.python/python.exp (decode_line current location line
6160 number): Adjust expected line number.
6161
6162 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6163
6164 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6165 behavior for $args, pass it directly to "run".
6166
6167 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6168
6169 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6170 30000 to 65536.
6171
6172 2014-05-21 Pedro Alves <palves@redhat.com>
6173
6174 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6175 auto-connect-native-target off".
6176 * gdb.base/auto-connect-native-target.c: New file.
6177 * gdb.base/auto-connect-native-target.exp: New file.
6178
6179 2014-05-21 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/default.exp: Test "target native" instead of "target
6182 child".
6183
6184 2014-05-21 Mark Wielaard <mjw@redhat.com>
6185
6186 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6187
6188 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 Fix TLS access for -static -pthread.
6191 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6192 <HAVE_TLS> (thread_function, main): Initialize it.
6193 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6194 Add clean_restart.
6195 <$have_tls != "">: Check TLSVAR.
6196
6197 2014-05-21 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.base/dcache-line-read-error.c: New.
6200 * gdb.base/dcache-line-read-error.exp: New.
6201
6202 2014-05-20 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/compare-sections.c: New file.
6205 * gdb.base/compare-sections.exp: New file.
6206
6207 2014-05-20 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.base/break-idempotent.c: New file.
6210 * gdb.base/break-idempotent.exp: New file.
6211
6212 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6213
6214 * gdb.btrace/nohist.exp: New.
6215
6216 2014-05-20 Yao Qi <yao@codesourcery.com>
6217
6218 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6219 gdb.reverse directory and gdb_reverse_timeout exists in board
6220 setting.
6221 * README: Document gdb_reverse_timeout.
6222
6223 2014-05-20 Yao Qi <yao@codesourcery.com>
6224
6225 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6226 'test_file_name'. Treat args as a string instead of a list.
6227 (gdb_init): Rename argument 'args' by 'test_file_name'.
6228
6229 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6230
6231 * gdb.arch/powerpc-power.exp: New file.
6232 * gdb.arch/powerpc-power.s: New file.
6233
6234 2014-05-16 Doug Evans <dje@google.com>
6235
6236 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
6237 * gdb.base/completion.exp: Check that all expected files exist
6238 before doing file completion.
6239
6240 2014-05-16 Doug Evans <dje@google.com>
6241
6242 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6243 Update.
6244 (do_syscall_tests_without_xml): Update.
6245
6246 2014-05-16 Pedro Alves <palves@redhat.com>
6247
6248 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6249 instead of "unknown output after running".
6250
6251 2014-05-16 Yao Qi <yao@codesourcery.com>
6252
6253 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6254 file1.txt from host at the end.
6255 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6256
6257 2014-05-15 Doug Evans <dje@google.com>
6258
6259 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6260 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6261 loading file. Add test for TU lookup.
6262
6263 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6264
6265 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6266 calling "-exec-arguments" or "set args" before running the
6267 inferior.
6268
6269 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6270
6271 * lib/mi-support.exp (mi_expect_stop): Expect message for
6272 inferiors that exit with non-zero exit code.
6273
6274 2014-05-14 Yao Qi <yao@codesourcery.com>
6275
6276 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6277 match absolute path on remote host.
6278 (test_file_list_exec_source_files): Remove "/" from the
6279 pattern.
6280
6281 2014-05-14 Yao Qi <yao@codesourcery.com>
6282
6283 * boards/local-remote-host-notty.exp (${board}_file): New
6284 proc.
6285
6286 2014-05-07 Kyle McMartin <kyle@redhat.com>
6287
6288 Pushed by Joel Brobecker <brobecker@adacore.com>.
6289 * gdb.arch/aarch64-atomic-inst.c: New file.
6290 * gdb.arch/aarch64-atomic-inst.exp: New file.
6291
6292 2014-05-07 Yao Qi <yao@codesourcery.com>
6293
6294 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6295 in current context" too.
6296
6297 2014-05-05 Keith Seitz <keiths@redhat.com>
6298
6299 * gdb.linespec/ls-dollar.exp: Add test for linespec
6300 file:convenience_variable.
6301
6302 2014-05-05 Yao Qi <yao@codesourcery.com>
6303
6304 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6305 traceframes into tfile and ctf trace files. Read data from
6306 trace file and test collected data.
6307 (gdb_collect_locals_test): Likewise.
6308 (gdb_unavailable_registers_test): Likewise.
6309 (gdb_unavailable_floats): Likewise.
6310 (gdb_collect_globals_test): Likewise.
6311 (top-level): Append "ctf" to trace_file_targets if GDB
6312 supports.
6313
6314 2014-05-05 Yao Qi <yao@codesourcery.com>
6315
6316 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6317 code to ...
6318 (gdb_collect_args_test_1): ... it. New proc.
6319 (gdb_collect_locals_test): Move some code to ...
6320 (gdb_collect_locals_test_1): ... it. New proc.
6321 (gdb_unavailable_registers_test): Move some code to ...
6322 (gdb_unavailable_registers_test_1): ... it. New proc.
6323 (gdb_unavailable_floats): Move some code to ...
6324 (gdb_unavailable_floats_1): ... it. New proc.
6325
6326 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6327
6328 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6329 probes to test for bitness recognition.
6330 * gdb.arch/amd64-stap-optional-prefix.exp
6331 (test_probe_value_without_reg): New procedure.
6332 Add code to test for different kinds of bitness.
6333
6334 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6335
6336 PR breakpoints/16889
6337 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6338 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6339
6340 2014-05-01 Pedro Alves <palves@redhat.com>
6341
6342 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6343 gdb_file_cmd if no file is specified.
6344 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6345 last_loaded_file to set the remote exec-file.
6346
6347 2014-05-01 Pedro Alves <palves@redhat.com>
6348
6349 * boards/local-remote-host.exp: New file.
6350
6351 2014-05-01 Pedro Alves <palves@redhat.com>
6352
6353 * boards/local-remote-host.exp: Rename to ...
6354 * boards/local-remote-host-notty.exp: ... this.
6355
6356 2014-04-28 Joel Brobecker <brobecker@adacore.com>
6357
6358 * gdb.ada/dyn_arrayidx: New testcase.
6359
6360 2014-04-26 Yao Qi <yao@codesourcery.com>
6361
6362 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6363 and compute the length of function main. Save it in
6364 $main_length.
6365 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6366 (top-level): Use gdb_compile to compile objects into
6367 executable and restart GDB. Remove invocation to
6368 prepare_for_testing.
6369
6370 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6371 Pedro Alves <palves@redhat.com>
6372
6373 PR server/16255
6374 * gdb.multi/multi-attach.c: New file.
6375 * gdb.multi/multi-attach.exp: New file.
6376
6377 2014-04-25 Pedro Alves <palves@redhat.com>
6378
6379 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6380 user.
6381 (top level): Test that "set remote conditional-breakpoints-packet
6382 off" works as intended.
6383 * gdb.base/dprintf.exp: Test that "set remote
6384 breakpoint-commands-packet off" works as intended.
6385 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6386 New function.
6387 (top level): Call it.
6388 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6389 remote fast-tracepoints-packet off" works as intended.
6390 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6391 * lib/gdb.exp (gdb_is_target_remote): ... here.
6392
6393 2014-04-24 David Blaikie <dblaikie@gmail.com>
6394
6395 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6396 ensure clang would not discard them.
6397 * gdb.base/gdbvars.c: Ditto.
6398 * gdb.base/memattr.c: Ditto.
6399 * gdb.base/whatis.c: Ditto.
6400 * gdb.python/py-prettyprint.c: Ditto.
6401 * gdb.trace/actions.c: Ditto.
6402 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6403 ensure clang would not discard it.
6404
6405 2014-04-24 David Blaikie <dblaikie@gmail.com>
6406
6407 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6408 clang to emit the full definition of type required by the test
6409 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6410
6411 2014-04-24 David Blaikie <dblaikie@gmail.com>
6412
6413 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6414 coax Clang into emitting the definition of the type.
6415 * gdb.cp/pr10728-x.h (y): Ditto.
6416 * gdb.cp/pr10728-y.cc (y): Ditto.
6417
6418 2014-04-24 David Blaikie <dblaikie@gmail.com>
6419
6420 * gdb.base/label.exp: XFAIL label related tests under Clang.
6421 * gdb.cp/cplabel.exp: Ditto.
6422 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6423 under Clang those using labels.
6424
6425 2014-04-25 Yao Qi <yao@codesourcery.com>
6426
6427 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6428 double_label.
6429 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6430 partial_label and double_label.
6431
6432 2014-04-24 David Blaikie <dblaikie@gmail.com>
6433
6434 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6435
6436 2014-04-24 David Blaikie <dblaikie@gmail.com>
6437
6438 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6439 of the function to work across GCC and Clang.
6440 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6441 pointer types (const void ** const V void **).
6442
6443 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
6444 Walfred Tedeschi <walfred.tedeschi@intel.com>
6445
6446 * Makefile.in (EXECUTABLES): Added i386-avx512.
6447 * gdb.arch/i386-avx512.c: New file.
6448 * gdb.arch/i386-avx512.exp: Likewise.
6449
6450 2014-04-23 Keith Seitz <keiths@redhat.com>
6451
6452 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6453 (mi_make_breakpoint_table): New procedure.
6454 (mi_create_breakpoint): Use mi_make_breakpoint
6455 and return the result.
6456 (mi_make_breakpoint): New procedure.
6457 (mi_build_kv_pairs): New procedure.
6458
6459 * gdb.mi/mi-break.exp: Remove unused globals,
6460 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6461 All callers updated.
6462 * gdb.mi/mi-dprintf.exp: Use variable to track command
6463 number.
6464 Update all callers of mi_create_breakpoint and use
6465 mi_make_breakpoint_table.
6466 Remove any unused global variables.
6467 * gdb.mi/mi-nonstop.exp: Likewise.
6468 * gdb.mi/mi-nsintrall.exp: Likewise.
6469 * gdb.mi/mi-nsmoribund.exp: Likewise.
6470 * gdb.mi/mi-nsthrexec.exp: Likewise.
6471 * gdb.mi/mi-reverse.exp: Likewise.
6472 * gdb.mi/mi-simplerun.exp: Likewise.
6473 * gdb.mi/mi-stepn.exp: Likewise.
6474 * gdb.mi/mi-syn-frame.exp: Likewise.
6475 * gdb.mi/mi-until.exp: Likewise.
6476 * gdb.mi/mi-var-cp.exp: Likewise.
6477 * gdb.mi/mi-var-display.exp: Likewise.
6478 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6479 * gdb.mi/mi2-var-child.exp: Likewise.
6480 * gdb.mi/mi-vla-c99.exp: Likewise.
6481 * lib/mi-support.exp: Likewise.
6482
6483 From Ian Lance Taylor <iant@cygnus.com>:
6484 * lib/gdb.exp (parse_args): New procedure.
6485
6486 2014-04-23 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/break-unload-file.c: New file.
6489 * gdb.base/break-unload-file.exp: New file.
6490 * gdb.base/sym-file-lib.c (baz): New function.
6491 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6492 field.
6493 (load): Store the segment's mapped size.
6494 (unload): New function.
6495 (unload_shlib): New function.
6496 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6497 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6498 set a breakpoint at baz, and call it.
6499 * gdb.base/sym-file.exp: New tests for stale breakpoint
6500 instructions.
6501
6502 2014-04-23 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6505 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6506 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6507 * gdb.base/hbreak-unmapped.c: New file.
6508 * gdb.base/hbreak-unmapped.exp: New file.
6509 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6510 * lib/gdb.exp (gdb_is_target_remote): ... here.
6511
6512 2014-04-22 Pedro Alves <palves@redhat.com>
6513
6514 * gdb.base/consecutive-step-over.c: New file.
6515 * gdb.base/consecutive-step-over.exp: New file.
6516
6517 2014-04-22 Pedro Alves <palves@redhat.com>
6518
6519 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6520 instead of send_gdb/gdb_expect.
6521
6522 2014-04-22 Yao Qi <yao@codesourcery.com>
6523
6524 * lib/trace-support.exp (generate_tracefile): New procedure.
6525 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6526 return 0.
6527 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6528 if generate_tracefile returns 1.
6529
6530 2014-04-18 Tom Tromey <palves@redhat.com>
6531 Pedro alves <tromey@redhat.com>
6532
6533 PR backtrace/15558
6534 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6535 with a backtrace limit.
6536 * gdb.python/py-frame-inline.exp: Test running to an inline
6537 function with a backtrace limit, and printing the newest frame.
6538 * gdb.python/py-frame-inline.c (main): Call f.
6539
6540 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6541
6542 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6543
6544 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6545
6546 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6547 Drop prefix from unsupported source file path.
6548
6549 2014-04-17 Yao Qi <yao@codesourcery.com>
6550
6551 * lib/gdb.exp (with_target_charset): New proc.
6552 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6553 with_target_charset.
6554 (test_print_strings): Likewise.
6555 (test_repeat_bytes): Likewise.
6556 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6557 for some tests.
6558
6559 2014-04-16 Keith Seitz <keiths@redhat.com>
6560
6561 PR gdb/15827
6562 * gdb.dwarf2/corrupt.c: New file.
6563 * gdb.dwarf2/corrupt.exp: New file.
6564
6565 2014-04-16 Keith Seitz <keiths@redhat.com>
6566
6567 PR c++/16597
6568 * gdb.cp/namelessclass.cc: New file.
6569 * gdb.cp/namelessclass.exp: New file.
6570 * gdb.cp/namelessclass.S: New file.
6571
6572 2014-04-16 Doug Evans <dje@google.com>
6573
6574 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6575 Add comment.
6576 (gdbserver_default_get_comm_port): New function.
6577 (gdbserver_start): Check if board file provided
6578 "gdbserver,get_comm_port" and use it if so.
6579 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6580 (gdb,socketport): Set to "stdio".
6581 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6582 (stdio_gdbserver_template): Delete.
6583 (${board}_get_remote_address): Update.
6584 (${board}_build_remote_cmd): Delete.
6585 (${board}_get_comm_port): New function.
6586 (${board}_spawn): Update.
6587 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6588 Delete.
6589 (${board}_get_remote_address): Update.
6590 (${board}_get_comm_port): New function.
6591
6592 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
6593
6594 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6595 appearing in any order.
6596
6597 2014-04-15 Doug Evans <dje@google.com>
6598
6599 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6600 uninitialized value of "description".
6601
6602 2014-04-15 Keith Seitz <keiths@redhat.com>
6603
6604 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6605 Remove unused globals.
6606 (test_running_the_program): Likewise.
6607 (test_controlled_execution): Likewise.
6608 (test_controlling_breakpoints): Likewise.
6609 (test_program_termination): Likewise.
6610
6611 2014-04-15 Keith Seitz <keiths@redhat.com>
6612
6613 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6614 unused globals.
6615 (test_rbreak_creation_and_listing): Likewise.
6616 (test_ignore_count): Likewise.
6617 (test_error): Likewise.
6618
6619 2014-04-15 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6622 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6623 sym-file-loader.c.
6624 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6625 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6626 to sym-file-loader.c.
6627 (struct library): Forward declare.
6628 (load_shlib, lookup_function): Change prototypes.
6629 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6630 (translate_offset): Remove declarations.
6631 (get_text_addr): New declaration.
6632 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6633 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6634 sym-file-loader.h.
6635 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6636 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6637 here from sym-file-loader.h.
6638 (struct library): New structure.
6639 (load_shlib, lookup_function): Change prototypes and adjust to
6640 work with a struct library.
6641 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6642 (translate_offset): Make static.
6643 (get_text_addr): New function.
6644 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6645
6646 2014-04-15 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6649
6650 2014-04-15 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.base/sym-file-loader.c: Include <limits.h>.
6653 (SELF_LINK): New define.
6654 (get_origin): New function.
6655 (load_shlib): Use it.
6656 * gdb.base/sym-file.exp: Don't early return if the target is
6657 remote. Use runto_main, and issue fail is that fails. Use
6658 gdb_load_shlibs.
6659 (shlib_name): Delete.
6660 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6661
6662 2014-04-15 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.base/sym-file.exp: Remove regex characters from test
6665 message. Don't refer to breakpoint numbers in test messages.
6666
6667 2014-04-14 Keith Seitz <keiths@redhat.com>
6668
6669 PR c++/16253
6670 * gdb.cp/var-tag.cc: New file.
6671 * gdb.cp/var-tag.exp: New file.
6672 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6673 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6674 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6675 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6676
6677 2014-04-14 Tom Tromey <tromey@redhat.com>
6678
6679 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6680 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6681 type.
6682 * gdb.cp/enum-class.exp: New file.
6683 * gdb.cp/enum-class.cc: New file.
6684
6685 2014-04-14 Tom Tromey <tromey@redhat.com>
6686
6687 * gdb.dwarf2/enum-type.exp: New file.
6688
6689 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6690
6691 * gdb.mi/mi-vla-c99.exp: New file.
6692 * gdb.mi/vla.c: New file.
6693
6694 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6695
6696 * gdb.base/vla-datatypes.c: New file.
6697 * gdb.base/vla-datatypes.exp: New file.
6698
6699 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6700
6701 * gdb.base/vla-ptr.c: New file.
6702 * gdb.base/vla-ptr.exp: New file.
6703
6704 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6705
6706 * gdb.dwarf2/count.exp: New file.
6707
6708 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6709
6710 * gdb.base/vla-sideeffect.c: New file.
6711 * gdb.base/vla-sideeffect.exp: New file.
6712
6713 2014-04-14 David Blaikie <dblaikie@gmail.com>
6714
6715 * gdb.mi/non-stop.c: Add return value for non-void function return
6716 statement.
6717 * gdb.threads/staticthreads.c: Ditto.
6718
6719 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6720 Doug Evans <xdje42@gmail.com>
6721
6722 * gdb.guile/scm-value.c: Improve test case.
6723 * gdb.guile/scm-value.exp: Add new test.
6724
6725 2014-04-11 David Blaikie <dblaikie@gmail.com>
6726
6727 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6728 override Clang's default.
6729
6730 2014-04-11 Joel Brobecker <brobecker@adacore.com>
6731
6732 Revert the following changes (regressions):
6733
6734 * gdb.base/vla-sideeffect.c: New file.
6735 * gdb.base/vla-sideeffect.exp: New file.
6736
6737 * gdb.dwarf2/count.exp: New file.
6738
6739 * gdb.base/vla-multi.c: New file.
6740 * gdb.base/vla-multi.exp: New file.
6741
6742 * gdb.base/vla-ptr.c: New file.
6743 * gdb.base/vla-ptr.exp: New file.
6744
6745 * gdb.base/vla-datatypes.c: New file.
6746 * gdb.base/vla-datatypes.exp: New file.
6747
6748 * gdb.mi/mi-vla-c99.exp: New file.
6749 * gdb.mi/vla.c: New file.
6750
6751 2014-04-11 Keith Seitz <keiths@redhat.com>
6752
6753 PR c++/16675
6754 * gdb.cp/cpsizeof.exp: New file.
6755 * gdb.cp/cpsizeof.cc: New file.
6756
6757 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6758
6759 * gdb.mi/mi-vla-c99.exp: New file.
6760 * gdb.mi/vla.c: New file.
6761
6762 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6763
6764 * gdb.base/vla-datatypes.c: New file.
6765 * gdb.base/vla-datatypes.exp: New file.
6766
6767 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6768
6769 * gdb.base/vla-ptr.c: New file.
6770 * gdb.base/vla-ptr.exp: New file.
6771
6772 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6773
6774 * gdb.base/vla-multi.c: New file.
6775 * gdb.base/vla-multi.exp: New file.
6776
6777 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6778
6779 * gdb.dwarf2/count.exp: New file.
6780
6781 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6782
6783 * gdb.base/vla-sideeffect.c: New file.
6784 * gdb.base/vla-sideeffect.exp: New file.
6785
6786 2014-04-11 Yao Qi <yao@codesourcery.com>
6787
6788 * gdb.base/completion.exp: Check file exists before running tests
6789 on file completion.
6790
6791 2014-04-10 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.base/cond-eval-mode.c: New file.
6794 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6795 prepare_for_testing to build the new file. Check result of
6796 runto_main.
6797 (test_break, test_watch): New procedures.
6798 (top level): Use them.
6799
6800 2014-04-08 Pierre Muller <muller@sourceware.org>
6801
6802 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6803 Ctrl-V use for mingw hosts.
6804
6805 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6806
6807 * gdb.python/py-value.c: Improve test case.
6808 * gdb.python/py-value.exp: Add new test.
6809
6810 2014-04-07 David Blaikie <dblaikie@gmail.com>
6811
6812 * lib/compiler.c: Identify the clang compiler.
6813 * lib/compiler.cc: Ditto.
6814
6815 2014-04-03 Yao Qi <yao@codesourcery.com>
6816
6817 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6818
6819 2014-04-01 Anton Blanchard <anton@samba.org>
6820
6821 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6822 messages unique.
6823
6824 2014-04-01 Anton Blanchard <anton@samba.org>
6825
6826 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6827 prepare_for_testing.
6828
6829 2014-04-01 Anton Blanchard <anton@samba.org>
6830
6831 * gdb.arch/ppc64-atomic-inst.c: Remove.
6832 * gdb.arch/ppc64-atomic-inst.S: New file.
6833 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6834
6835 2014-03-31 Doug Evans <dje@google.com>
6836
6837 * gdb.base/print-symbol-loading-lib.c: New file.
6838 * gdb.base/print-symbol-loading-main.c: New file.
6839 * gdb.base/print-symbol-loading.exp: New file.
6840
6841 2014-03-31 Yao Qi <yao@codesourcery.com>
6842
6843 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6844
6845 2014-03-28 Joel Brobecker <brobecker@adacore.com>
6846
6847 * gdb.ada/mi_dyn_arr: New testcase.
6848
6849 2014-03-27 Doug Evans <dje@google.com>
6850
6851 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6852
6853 2014-03-27 Yao Qi <yao@codesourcery.com>
6854
6855 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6856 if target is nios2-*-*.
6857
6858 2014-03-26 Yao Qi <yao@codesourcery.com>
6859
6860 * lib/gdb.exp (readline_is_used): New proc.
6861 * gdb.base/completion.exp: Move tests on command complete up.
6862 Skip the rest of tests if readline is not used.
6863 * gdb.ada/complete.exp: Skp the test if readline is not
6864 used.
6865 * gdb.base/filesym.exp: Likewise.
6866 * gdb.base/macscp.exp: Likewise.
6867 * gdb.base/readline-ask.exp: Likewise.
6868 * gdb.base/readline.exp: Likewise.
6869 * gdb.python/py-cmd.exp: Likewise.
6870 * gdb.trace/tfile.exp: Likewise.
6871
6872 2014-03-26 Yao Qi <yao@codesourcery.com>
6873
6874 * gdb.base/macscp.exp: Fix code format issues.
6875
6876 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6877
6878 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6879 * gdb.asm/powerpc64le.inc: New file.
6880
6881 2014-03-25 Pedro Alves <palves@redhat.com>
6882 Doug Evans <dje@google.com>
6883
6884 * gdb.base/source-execution.c: New file.
6885 * gdb.base/source-execution.exp: New file.
6886 * gdb.base/source-execution.gdb: New file.
6887
6888 2014-03-24 Doug Evans <dje@google.com>
6889
6890 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6891 using fission.
6892
6893 2014-03-24 Hui Zhu <hui@codesourcery.com>
6894 Pedro Alves <palves@redhat.com>
6895
6896 PR breakpoints/16101
6897 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6898 test pass/fail messages. Detect missing support for dprintf when
6899 breakpoints are actually inserted.
6900 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6901 breakpoints are actually inserted.
6902 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6903 fails.
6904
6905 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6906
6907 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6908
6909 2014-03-22 Doug Evans <xdje42@gmail.com>
6910
6911 * gdb.python/python.exp (python not supported): Verify multi-line
6912 python command issues an error.
6913 * gdb.guile/guile.exp (guile not supported): Verify multi-line
6914 guile command issues an error.
6915
6916 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6917
6918 * gdb.threads/thread-specific.exp: Handle the lack of usable
6919 $this_breakpoint and $this_thread.
6920
6921 2014-03-21 Hui Zhu <hui@codesourcery.com>
6922
6923 * gdb.base/attach.exp (do_command_attach_tests): New.
6924
6925 2014-03-20 Tom Tromey <tromey@redhat.com>
6926 Pedro Alves <palves@redhat.com>
6927
6928 PR cli/15718
6929 * gdb.base/condbreak-call-false.c: New file.
6930 * gdb.base/condbreak-call-false.exp: New file.
6931
6932 2014-03-20 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6935 Delete.
6936 (block_signals, unblock_signals): Delete.
6937 (child_function_2, main): Remove references to deleted variable
6938 and functions.
6939
6940 2014-03-20 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6943 Use pthread_kill to signal thread 2.
6944 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6945 Adjust to make the test send itself a signal rather than using the
6946 host's "kill" command.
6947
6948 2014-03-20 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.threads/multiple-step-overs.c: New file.
6951 * gdb.threads/multiple-step-overs.exp: New file.
6952 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6953 Adjust expected infrun debug output.
6954
6955 2014-03-20 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6958 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6959
6960 2014-03-20 Pedro Alves <palves@redhat.com>
6961
6962 PR breakpoints/7143
6963 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6964 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6965 of gdb_test_multiple.
6966 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6967 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6968
6969 2014-03-20 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6972 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6973
6974 2014-03-19 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/async.exp: Remove early return.
6977
6978 2014-03-19 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6981
6982 2014-03-19 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.base/async.exp (test_background): Expect \r\n after
6985 "completed." in the fail pattern.
6986
6987 2014-03-19 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/async.exp (test_background): New procedure.
6990 Use it for all background execution command tests.
6991
6992 2014-03-19 Pedro Alves <palves@redhat.com>
6993
6994 * gdb.base/async.exp: Use prepare_for_testing.
6995
6996 2014-03-19 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6999 the same line.
7000
7001 2014-03-19 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.base/async.c (main): Add "jump here" and "until here" line
7004 marker comments.
7005 * gdb.base/async.exp (jump_here): New global.
7006 (jump& test): Use it.
7007 (until_here): New global.
7008 (until& test): Use it.
7009
7010 2014-03-19 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/async.exp: Don't frob gdb_protocol.
7013
7014 2014-03-18 Doug Evans <xdje42@gmail.com>
7015
7016 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7017 Fix spelling of exec-done-display.
7018
7019 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7020
7021 PR gdb/15358
7022 * gdb.base/gdb-sigterm.c: New file.
7023 * gdb.base/gdb-sigterm.exp: New file.
7024
7025 2014-03-18 Pedro Alves <palves@redhat.com>
7026
7027 PR gdb/13860
7028 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7029 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7030 solib-event.
7031
7032 2014-03-17 Joel Brobecker <brobecker@adacore.com>
7033
7034 * gdb.ada/pckd_arr_ren: New testcase.
7035
7036 2014-03-13 Doug Evans <xdje42@gmail.com>
7037
7038 PR guile/16612
7039 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7040 collect after discarding symbols.
7041
7042 2014-03-13 Ludovic Courtès <ludo@gnu.org>
7043 Doug Evans <xdje42@gmail.com>
7044
7045 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7046 to history survives a gc.
7047
7048 2014-03-13 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/default.exp: Don't test "target procfs".
7051
7052 2014-03-13 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/default.exp: Update "target child" and "target procfs"
7055 tests to not expect "Unix".
7056
7057 2014-03-12 Tom Tromey <tromey@redhat.com>
7058
7059 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7060 New procs. Add target-async tests.
7061 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7062 Add target-async tests.
7063
7064 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7065
7066 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7067 'func_start' and 'func_end' for the beginning and end of the
7068 function code, respectively.
7069 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7070 'func_end' instead of 'func' and 'main'.
7071
7072 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7073
7074 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7075 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7076 generate the debug info assembler source.
7077
7078 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7079
7080 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7081 * gdb.dwarf2/arr-subrange.exp: Likewise.
7082 * gdb.dwarf2/dwz.exp: Likewise.
7083 * gdb.dwarf2/method-ptr.exp: Likewise.
7084 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7085 * gdb.dwarf2/subrange.exp: Likewise.
7086 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7087 * gdb.dwarf2/implptrpiece.exp: Likewise.
7088 * gdb.dwarf2/nostaticblock.exp: Likewise.
7089
7090 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7091
7092 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7093 directory to absolute path name arguments.
7094
7095 2014-03-10 Joel Brobecker <brobecker@adacore.com>
7096
7097 * gdb.ada/tagged_access: New testcase.
7098
7099 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7100
7101 * gdb.btrace/data.exp: Update expected output.
7102
7103 2014-03-06 Yao Qi <yao@codesourcery.com>
7104
7105 * gdb.trace/pr16508.exp: New file.
7106
7107 2014-03-05 Pedro Alves <palves@redhat.com>
7108
7109 PR gdb/16575
7110 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7111 procedure.
7112 (top level): Adjust to use it. Add tests that exercise breakpoint
7113 interaction with the code-cache.
7114
7115 2014-02-26 Ludovic Courtès <ludo@gnu.org>
7116
7117 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7118 test for 'history-append!'.
7119
7120 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7123 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7124 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7125 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7126 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7127 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7128
7129 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7130
7131 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7132 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7133 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7134
7135 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7136
7137 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7138
7139 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.dwarf2/arr-stride.c: New file.
7142 * gdb.dwarf2/arr-stride.exp: New file.
7143
7144 2014-02-26 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7147 that won't ever trigger. Make sure that GDB reports the correct
7148 breakpoint that caused the stop.
7149
7150 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7151
7152 PR gdb/16626
7153 * gdb.base/auto-load-script: New file.
7154 * gdb.base/auto-load.c: New file.
7155 * gdb.base/auto-load.exp: New file.
7156
7157 PR gdb/16626
7158 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7159
7160 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7163 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7164
7165 2014-02-24 Doug Evans <dje@google.com>
7166
7167 * lib/gdb.exp (run_on_host): Log error output if program fails.
7168
7169 2014-02-21 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.threads/step-after-sr-lock.c: Rename to ...
7172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7173 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7174 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7175 ... this.
7176
7177 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7178
7179 PR tdep/16397
7180 * gdb.arch/amd64-stap-special-operands.exp: New file.
7181 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7182 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7183 * gdb.arch/amd64-stap-triplet.S: Likewise.
7184 * gdb.arch/amd64-stap-triplet.c: Likewise.
7185
7186 2014-02-20 Joel Brobecker <brobecker@adacore.com>
7187
7188 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7189 in .section pseudo-op.
7190
7191 2014-02-20 lin zuojian <manjian2006@gmail.com>
7192 Joel Brobecker <brobecker@adacore.com>
7193 Doug Evans <xdje42@gmail.com>
7194
7195 PR symtab/16581
7196 * gdb.dwarf2/dw2-icycle.S: New file.
7197 * gdb.dwarf2/dw2-icycle.c: New file.
7198 * gdb.dwarf2/dw2-icycle.exp: New file.
7199
7200 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7201
7202 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7203 operations on gdb.Value objects.
7204 * gdb.python/py-value-cc.exp: Add new test to test operations on
7205 gdb.Value objects.
7206
7207 2014-02-18 Doug Evans <dje@google.com>
7208
7209 * Makefile.in (TESTS): New variable.
7210 (expanded_tests, expanded_tests_or_none): New variables
7211 (check-single): Pass $(expanded_tests_or_none) to runtest.
7212 (check-parallel): Only run tests in $(TESTS) if non-empty.
7213 (check/no-matching-tests-found): New rule.
7214 * README: Document TESTS makefile variable.
7215
7216 2014-02-18 Doug Evans <dje@google.com>
7217
7218 * Makefile.in (check-parallel): rm -rf outputs temp.
7219
7220 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7221
7222 Fix "ERROR: no fileid for" in the testsuite.
7223 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7224
7225 2014-02-12 Doug Evans <dje@google.com>
7226
7227 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7228 (MISCELLANEOUS): New variable.
7229 (clean): rm -rf $(MISCELLANEOUS).
7230 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7231 dwp live in the same directory as symlinks, with each symlink pointed
7232 to a differently named file in a different directory.
7233
7234 2014-02-11 Doug Evans <dje@google.com>
7235
7236 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7237 of Tcl file commands.
7238
7239 2014-02-10 Mark Kettenis <kettenis@gnu.org>
7240
7241 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7242 "kill -SIGUSR1 -1".
7243
7244 2014-02-10 Joel Brobecker <brobecker@adacore.com>
7245
7246 * gdb.ada/tick_length_array_enum_idx: New testcase.
7247
7248 2014-02-10 Doug Evans <xdje42@gmail.com>
7249
7250 * configure.ac (AC_OUTPUT): Add gdb.guile.
7251 * configure: Regenerate.
7252 * lib/gdb-guile.exp: New file.
7253 * lib/gdb.exp (get_target_charset): New function.
7254 * gdb.base/help.exp: Update expected output from "apropos apropos".
7255 * gdb.guile/Makefile.in: New file.
7256 * gdb.guile/guile.exp: New file.
7257 * gdb.guile/scm-arch.c: New file.
7258 * gdb.guile/scm-arch.exp: New file.
7259 * gdb.guile/scm-block.c: New file.
7260 * gdb.guile/scm-block.exp: New file.
7261 * gdb.guile/scm-breakpoint.c: New file.
7262 * gdb.guile/scm-breakpoint.exp: New file.
7263 * gdb.guile/scm-disasm.c: New file.
7264 * gdb.guile/scm-disasm.exp: New file.
7265 * gdb.guile/scm-equal.c: New file.
7266 * gdb.guile/scm-equal.exp: New file.
7267 * gdb.guile/scm-error.exp: New file.
7268 * gdb.guile/scm-error.scm: New file.
7269 * gdb.guile/scm-frame-args.c: New file.
7270 * gdb.guile/scm-frame-args.exp: New file.
7271 * gdb.guile/scm-frame-args.scm: New file.
7272 * gdb.guile/scm-frame-inline.c: New file.
7273 * gdb.guile/scm-frame-inline.exp: New file.
7274 * gdb.guile/scm-frame.c: New file.
7275 * gdb.guile/scm-frame.exp: New file.
7276 * gdb.guile/scm-generics.exp: New file.
7277 * gdb.guile/scm-gsmob.exp: New file.
7278 * gdb.guile/scm-iterator.c: New file.
7279 * gdb.guile/scm-iterator.exp: New file.
7280 * gdb.guile/scm-math.c: New file.
7281 * gdb.guile/scm-math.exp: New file.
7282 * gdb.guile/scm-objfile-script-gdb.in: New file.
7283 * gdb.guile/scm-objfile-script.c: New file.
7284 * gdb.guile/scm-objfile-script.exp: New file.
7285 * gdb.guile/scm-objfile.c: New file.
7286 * gdb.guile/scm-objfile.exp: New file.
7287 * gdb.guile/scm-ports.exp: New file.
7288 * gdb.guile/scm-pretty-print.c: New file.
7289 * gdb.guile/scm-pretty-print.exp: New file.
7290 * gdb.guile/scm-pretty-print.scm: New file.
7291 * gdb.guile/scm-section-script.c: New file.
7292 * gdb.guile/scm-section-script.exp: New file.
7293 * gdb.guile/scm-section-script.scm: New file.
7294 * gdb.guile/scm-symbol.c: New file.
7295 * gdb.guile/scm-symbol.exp: New file.
7296 * gdb.guile/scm-symtab-2.c: New file.
7297 * gdb.guile/scm-symtab.c: New file.
7298 * gdb.guile/scm-symtab.exp: New file.
7299 * gdb.guile/scm-type.c: New file.
7300 * gdb.guile/scm-type.exp: New file.
7301 * gdb.guile/scm-value-cc.cc: New file.
7302 * gdb.guile/scm-value-cc.exp: New file.
7303 * gdb.guile/scm-value.c: New file.
7304 * gdb.guile/scm-value.exp: New file.
7305 * gdb.guile/source2.scm: New file.
7306 * gdb.guile/types-module.cc: New file.
7307 * gdb.guile/types-module.exp: New file.
7308
7309 2014-02-10 Yao Qi <yao@codesourcery.com>
7310
7311 PR testsuite/16543
7312 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7313 * configure: Regenerated.
7314 * Makefile.in: New file.
7315
7316 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7317
7318 * gdb.python/py-framefilter.exp: Fix typo.
7319
7320 2014-02-08 Yao Qi <yao@codesourcery.com>
7321
7322 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7323 that no =breakpoint-modified is emitted when breakpoints are
7324 modified through MI commands.
7325
7326 2014-02-07 Pedro Alves <pedro@codesourcery.com>
7327 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.threads/step-after-sr-lock.c: New file.
7330 * gdb.threads/step-after-sr-lock.exp: New file.
7331
7332 2014-02-07 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7335
7336 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7337
7338 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7339 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7340
7341 2014-02-06 Doug Evans <xdje42@gmail.com>
7342
7343 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7344 output.
7345
7346 * gdb.gdb/python-interrupts.exp: New file.
7347
7348 2014-02-05 Yao Qi <yao@codesourcery.com>
7349
7350 * gdb.trace/report.exp (use_collected_data): Test the output
7351 of "info threads" and "info inferiors".
7352
7353 2014-02-05 Yao Qi <yao@codesourcery.com>
7354
7355 Revert this patch:
7356
7357 2013-05-24 Yao Qi <yao@codesourcery.com>
7358
7359 * gdb.trace/tfile.exp: Test inferior and thread.
7360
7361 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7362
7363 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7364 on a function.
7365 * gdb.base/step-bt.c: Call hello via function pointer to make
7366 sure its first instruction is executed on powerpc64le-linux.
7367
7368 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7369
7370 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7371
7372 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7373
7374 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7375 of the test patterns for use on little-endian systems.
7376
7377 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7378
7379 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7380 (decimal_vector): Fix for little-endian.
7381
7382 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7383
7384 * gdb.arch/sparc-sysstep.exp: New file.
7385 * gdb.arch/sparc-sysstep.c: Likewise.
7386
7387 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7388
7389 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7390
7391 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7392
7393 2014-01-23 Tom Tromey <tromey@redhat.com>
7394
7395 * gdb.ada/array_char_idx: New testcase.
7396
7397 2014-01-23 Tom Tromey <tromey@redhat.com>
7398
7399 PR python/16487:
7400 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7401 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7402 classes.
7403
7404 2014-01-23 Tom Tromey <tromey@redhat.com>
7405
7406 PR python/16491:
7407 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7408 string from an inferior frame.
7409 * gdb.python/py-framefilter-mi.exp: Update.
7410
7411 2014-01-22 Doug Evans <dje@google.com>
7412
7413 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7414
7415 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7416
7417 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7418
7419 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7420
7421 * gdb.trace/entry-values.exp: Remove excess space character from
7422 regex patterns. Handle s390 call instruction.
7423
7424 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7425
7426 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7427 define "*_start" label. Make "name" static.
7428 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7429 ${name} by references to ${name}_start.
7430
7431 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7432
7433 * gdb.base/info-macros.exp: Remove "debug" from the compile
7434 options.
7435
7436 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7437
7438 * gdb.dlang/demangle.exp: New file.
7439
7440 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7441
7442 * gdb.dlang/primitive-types.exp: New file.
7443
7444 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7445
7446 * configure.ac: Create gdb.dlang/Makefile.
7447 * configure: Regenerate.
7448 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7449 * gdb.dlang/Makefile.in: New file.
7450 * lib/d-support.exp: New file.
7451 * lib/gdb.exp (skip_d_tests): New proc.
7452
7453 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7454
7455 * gdb.btrace/delta.exp: Check reverse stepi.
7456 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7457 * gdb.btrace/finish.exp: New.
7458 * gdb.btrace/next.exp: New.
7459 * gdb.btrace/nexti.exp: New.
7460 * gdb.btrace/record_goto.c: Add comments.
7461 * gdb.btrace/step.exp: New.
7462 * gdb.btrace/stepi.exp: New.
7463 * gdb.btrace/multi-thread-step.c: New.
7464 * gdb.btrace/multi-thread-step.exp: New.
7465 * gdb.btrace/rn-dl-bind.c: New.
7466 * gdb.btrace/rn-dl-bind.exp: New.
7467 * gdb.btrace/data.c: New.
7468 * gdb.btrace/data.exp: New.
7469 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7470
7471 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7472
7473 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7474 * gdb.btrace/exception.exp: Update.
7475 * gdb.btrace/instruction_history.exp: Update.
7476 * gdb.btrace/record_goto.exp: Update.
7477 * gdb.btrace/tailcall.exp: Update.
7478 * gdb.btrace/unknown_functions.exp: Update.
7479 * gdb.btrace/delta.exp: New.
7480
7481 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7482
7483 * gdb.btrace/record_goto.exp: Add backtrace test.
7484 * gdb.btrace/tailcall.exp: Add backtrace test.
7485
7486 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7487
7488 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7489 * gdb.btrace/record_goto.c: New.
7490 * gdb.btrace/record_goto.exp: New.
7491 * gdb.btrace/x86-record_goto.S: New.
7492
7493 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7494
7495 * gdb.btrace/function_call_history.exp: Update tests.
7496 * gdb.btrace/instruction_history.exp: Update tests.
7497
7498 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7499
7500 * gdb.btrace/function_call_history.exp: Fix expected field
7501 order for "record function-call-history".
7502 Add new tests for "record function-call-history /c".
7503 * gdb.btrace/exception.cc: New.
7504 * gdb.btrace/exception.exp: New.
7505 * gdb.btrace/tailcall.exp: New.
7506 * gdb.btrace/x86-tailcall.S: New.
7507 * gdb.btrace/x86-tailcall.c: New.
7508 * gdb.btrace/unknown_functions.c: New.
7509 * gdb.btrace/unknown_functions.exp: New.
7510 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7511
7512 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7513
7514 * gdb.btrace/instruction_history.exp: Update.
7515 * gdb.btrace/function_call_history.exp: Update.
7516
7517 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7518
7519 * gdb.btrace/function_call_history.exp: Fix expected function
7520 trace.
7521 * gdb.btrace/instruction_history.exp: Initialize traced.
7522 Remove traced_functions.
7523
7524 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7525
7526 * gdb.btrace/function_call_history.exp: Update
7527 * gdb.btrace/instruction_history.exp: Update.
7528
7529 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7530
7531 * gdb.btrace/enable.exp: Update expected text.
7532
7533 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7534
7535 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7536 bytes.
7537
7538 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7539
7540 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7541
7542 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
7543
7544 * lib/gdb.exp (supports_process_record): Return true for
7545 arm*-linux*. (supports_reverse): Likewise.
7546
7547 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7548
7549 PR python/15464
7550 PR python/16113
7551 * gdb.python/py-type.c: Enhance test case.
7552 * gdb.python/py-value-cc.cc: Likewise
7553 * gdb.python/py-type.exp: Add new tests.
7554 * gdb.python/py-value-cc.exp: Likewise
7555
7556 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7557 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7560 Make "name" extern.
7561 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7562 references to ${name}_start by references to ${name}.
7563
7564 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7565
7566 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7567
7568 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7569
7570 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7571
7572 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7573 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.mi/mi-info-os.exp: Connect to the target with
7576 mi_gdb_target_load.
7577
7578 2014-01-08 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.threads/reconnect-signal.c: New file.
7581 * gdb.threads/reconnect-signal.exp: New file.
7582
7583 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7584
7585 * gdb.base/source-dir.exp: New file.
7586
7587 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7588
7589 * gdb.ada/mi_interface: New testcase.
7590
7591 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7594 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7595 gdb.ada/pp-rec-component/pck.ads: New files.
7596
7597 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7598
7599 * gdb.python/py-pp-integral.c: New file.
7600 * gdb.python/py-pp-integral.py: New file.
7601 * gdb.python/py-pp-integral.exp: New file.
7602
7603 For older changes see ChangeLog-1993-2013.
7604 \f
7605 ;; Local Variables:
7606 ;; mode: change-log
7607 ;; left-margin: 8
7608 ;; fill-column: 74
7609 ;; version-control: never
7610 ;; End:
7611
7612 Copyright 2014-2016 Free Software Foundation, Inc.
7613 Copying and distribution of this file, with or without modification,
7614 are permitted provided the copyright notice and this notice are preserved.
This page took 0.249776 seconds and 4 git commands to generate.