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