diff options
author | Daniel Jacobowitz <drow@false.org> | 2010-03-17 18:08:11 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2010-03-17 18:08:11 +0000 |
commit | 38963c97b7990d8a4f9cbe8b58ec0519e451e571 (patch) | |
tree | 500759b391b203e8dd7a4ff0c5fdd379b237961d /gdb/ChangeLog | |
parent | ddabfc735b012068343f76ec05226033eb57fa22 (diff) | |
download | gdb-38963c97b7990d8a4f9cbe8b58ec0519e451e571.zip gdb-38963c97b7990d8a4f9cbe8b58ec0519e451e571.tar.gz gdb-38963c97b7990d8a4f9cbe8b58ec0519e451e571.tar.bz2 |
* symfile.c (generic_load): Reset breakpoints after loading.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5578d4f..f1e5f6a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-03-17 Daniel Jacobowitz <dan@codesourcery.com> + + * symfile.c (generic_load): Reset breakpoints after loading. + 2010-03-17 Tom Tromey <tromey@redhat.com> * linux-nat.c (linux_nat_detach): Check debug_linux_nat. |