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