diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-07-02 16:14:01 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-07-02 16:14:01 +0000 |
commit | a4954f26af9ede8ca8273d628032c0f632728b40 (patch) | |
tree | 4bb0a6f2a23763e6450cb84d551d580f20f6bf88 /gdb/ChangeLog | |
parent | 82c01eb610fe78f3d8f9fbbb89d114601e19d621 (diff) | |
download | gdb-a4954f26af9ede8ca8273d628032c0f632728b40.zip gdb-a4954f26af9ede8ca8273d628032c0f632728b40.tar.gz gdb-a4954f26af9ede8ca8273d628032c0f632728b40.tar.bz2 |
* breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint.
Call insert_bp_location.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e42a99..d16ca15 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-07-02 Daniel Jacobowitz <dan@codesourcery.com> + + * breakpoint.c (reattach_breakpoints): Do not use remove_breakpoint. + Call insert_bp_location. + 2007-07-01 H.J. Lu <hongjiu.lu@intel.com> * core-regset.c (fetch_core_registers): Work around gcc 3.4 |