diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-05-03 05:02:54 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-05-03 05:02:54 +0000 |
commit | 1e718ff1cc2a3eb7e63da14ae8c425570fbfa270 (patch) | |
tree | 51c676db1e6ade3aeb1fc93ae348851afd93ded4 /gdb/ChangeLog | |
parent | 007247d891e93bd4e5a0ead82ab8753c84374736 (diff) | |
download | gdb-1e718ff1cc2a3eb7e63da14ae8c425570fbfa270.zip gdb-1e718ff1cc2a3eb7e63da14ae8c425570fbfa270.tar.gz gdb-1e718ff1cc2a3eb7e63da14ae8c425570fbfa270.tar.bz2 |
* breakpoint.c (update_watchpoint): Move code to change
the enable state of breakpoint from here ...
(do_enable_breakpoint): ... to here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0828d17..32c6491 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com> + + * breakpoint.c (update_watchpoint): Move code to change + the enable state of breakpoint from here ... + (do_enable_breakpoint): ... to here. + 2011-04-26 Andrew Gontarek <andrewg@cray.com> * valprint.c (val_print_array_elements): Fixed poor performance |