diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-15 06:46:21 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-15 06:46:21 +0000 |
commit | 55a3f01f6faa821319d9f8842117988adb1494ea (patch) | |
tree | 9bd718f9b088a412e27168370e537bf409a546ef /ChangeLog | |
parent | d6e956e5c23eada4b0349092fb2864f69369cfd3 (diff) | |
download | gdb-55a3f01f6faa821319d9f8842117988adb1494ea.zip gdb-55a3f01f6faa821319d9f8842117988adb1494ea.tar.gz gdb-55a3f01f6faa821319d9f8842117988adb1494ea.tar.bz2 |
Make mark_breakpoints_out static.
* breakpoint.h (mark_breakpoints_out): Remove
declaration.
* breakpoint.c (mark_breakpoints_out): Make static.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-10-15 Vladimir Prus <vladimir@codesourcery.com> + Make mark_breakpoints_out static. + * breakpoint.h (mark_breakpoints_out): Remove + declaration. + * breakpoint.c (mark_breakpoints_out): Make static. + +2007-10-15 Vladimir Prus <vladimir@codesourcery.com> + Prevent clear_command from directly modifying breakpoint list. * Makefile.in (breakpoint_h): Update dependency. * breakpoint.c (clear_command): Do not remove |