From 92d4fad88b6f77282ef69e039660817aece6b2bd Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 7 Dec 2008 15:59:50 +0000 Subject: [PATCH] * breakpoint.c (update_global_location_list): Fix the comment. --- gdb/ChangeLog | 4 ++++ gdb/breakpoint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51affa8bc8..518ab63f61 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-07 Jan Kratochvil + + * breakpoint.c (update_global_location_list): Fix the comment. + 2008-12-05 Pedro Alves * infcmd.c (step_1, step_once): Look up the stepping range based diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 617a538963..071909ef23 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 -- 2.11.0