diff options
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 0813e67ecf8..169d79e787c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2003-11-06 Daniel Jacobowitz <drow@mvista.com> + * breakpoint.c (insert_bp_location, allocate_bp_location): Make + static. + +2003-11-06 Daniel Jacobowitz <drow@mvista.com> + * breakpoint.c (remove_breakpoint): Take an bp_location instead of a breakpoint argument. Check the bp_location's type. Fix a reversed condition for hardware breakpoints. |