diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 81614aa..2203f6e 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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; |