diff options
author | Daniel Jacobowitz <drow@false.org> | 2009-11-13 22:05:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2009-11-13 22:05:06 +0000 |
commit | 66076460436b4f9f7917fce7b073fcc79cb81ce9 (patch) | |
tree | bd8252aea5cffe3a5a730d0fc645b01d2c1ab485 /gdb/ChangeLog | |
parent | 55409f9d5fa988a19cd0b69fff68fe83b306bfd2 (diff) | |
download | gdb-66076460436b4f9f7917fce7b073fcc79cb81ce9.zip gdb-66076460436b4f9f7917fce7b073fcc79cb81ce9.tar.gz gdb-66076460436b4f9f7917fce7b073fcc79cb81ce9.tar.bz2 |
2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
* breakpoint.c (update_watchpoint): Only fiddle with frames for
local watchpoints.
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 cf4d2c0..e55b4d3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-11-13 Maciej W. Rozycki <macro@codesourcery.com> + + * breakpoint.c (update_watchpoint): Only fiddle with frames for + local watchpoints. + 2009-11-13 Pedro Alves <pedro@codesourcery.com> * infrun.c (handle_inferior_event): Set stop_print_frame on |