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