gdb and binutils branch master updated. 16f691fb2ebac790fccf04c29a7027cfab50589b
devans@sourceware.org
devans@sourceware.org
Thu Jun 5 02:46:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 16f691fb2ebac790fccf04c29a7027cfab50589b (commit)
from c5cad97c384b81c6b492007a75fd330058c110f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=16f691fb2ebac790fccf04c29a7027cfab50589b
commit 16f691fb2ebac790fccf04c29a7027cfab50589b
Author: Doug Evans <xdje42@gmail.com>
Date: Wed Jun 4 19:44:30 2014 -0700
Split create-breakpoint! into make-breakpoint, register-breakpoint!.
Rename breakpoint-delete! to delete-breakpoint!.
* guile/scm-breakpoint.c (struct gdbscm_breakpoint_object): New members
is_scheme_bkpt, spec.
(bpscm_make_breakpoint_smob): Initialize new members.
(gdbscm_create_breakpoint_x): Split into two ...
(gdbscm_make_breakpoint, gdbscm_register_breakpoint_x): New functions.
(bpscm_breakpoint_deleted): Reset breakpoint number and stop function.
(scheme_function breakpoint_functions): Update.
* guile/lib/gdb.scm: Delete create-breakpoint!. Rename
breakpoint-delete! to delete-breakpoint!. Add make-breakpoint,
register-breakpoint!.
testsuite/
* gdb.guile/scm-breakpoint.exp: Update.
Add tests for breakpoint registration.
doc/
* guile.texi (Breakpoints In Guile): Update.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 13 ++
gdb/doc/ChangeLog | 4 +
gdb/doc/guile.texi | 47 ++++++--
gdb/guile/lib/gdb.scm | 3 +-
gdb/guile/scm-breakpoint.c | 171 +++++++++++++++++++++++-----
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.guile/scm-breakpoint.exp | 75 +++++++++++--
7 files changed, 270 insertions(+), 48 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list