diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/breakpoint.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51affa8..518ab63 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-07 Jan Kratochvil <jan.kratochvil@redhat.com> + + * breakpoint.c (update_global_location_list): Fix the comment. + 2008-12-05 Pedro Alves <pedro@codesourcery.com> * infcmd.c (step_1, step_once): Look up the stepping range based diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 617a538..071909e 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -6811,7 +6811,7 @@ breakpoint_auto_delete (bpstat bs) } } -/* If SHOULD_INSERT is true, do not insert any breakpoint locations +/* If SHOULD_INSERT is false, do not insert any breakpoint locations into the inferior, only remove already-inserted locations that no longer should be inserted. Functions that delete a breakpoint or breakpoints should pass false, so that deleting a breakpoint |