* breakpoint.c (insert_breakpoints)
authorVladimir Prus <vladimir@codesourcery.com>
Fri, 23 Nov 2007 16:54:34 +0000 (16:54 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Fri, 23 Nov 2007 16:54:34 +0000 (16:54 +0000)
(insert_bp_location): Remove stale comments.

gdb/ChangeLog
gdb/breakpoint.c

index d45d46fc07a432f013e4dab5e0915a93262a9c79..aba74816e75184b1078c36c1bed2c60424757ae7 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-23  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * breakpoint.c (insert_breakpoints)
+       (insert_bp_location): Remove stale comments.
+       
 2007-11-23  Maciej W. Rozycki  <macro@mips.com>
 
        * mips-linux-tdep.h: Fix some formatting.
index 81614aa9efcbfe609af790c4df9f6d43eb4b96b7..2203f6ee3d64788adcd1dcb1e93204ecd0cb6e00 100644 (file)
@@ -842,8 +842,6 @@ insert_bp_location (struct bp_location *bpt,
 {
   int val = 0;
 
-  /* Permanent breakpoints cannot be inserted or removed.  Disabled
-     breakpoints should not be inserted.  */
   if (!breakpoint_enabled (bpt->owner))
     return 0;
 
@@ -1241,8 +1239,6 @@ insert_breakpoints (void)
 
   ALL_BP_LOCATIONS_SAFE (b, temp)
     {
-      /* Permanent breakpoints cannot be inserted or removed.  Disabled
-        breakpoints should not be inserted.  */
       if (!breakpoint_enabled (b->owner))
        continue;