diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 8ea6cc9..3dbee85 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -6154,7 +6154,7 @@ disable_breakpoints_in_shlibs (void) } } -/* Disable any breakpoints that are in in an unloaded shared library. +/* Disable any breakpoints that are in an unloaded shared library. Only apply to enabled breakpoints, disabled ones can just stay disabled. */ |