diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-07 15:59:51 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-07 15:59:51 +0000 |
commit | 4cd9bd0835f3b0f4fa4fa8271d6a2517f4426881 (patch) | |
tree | 7e0e8ea09274119bcb0234ce43e582b4a0c8b04a /gdb/breakpoint.c | |
parent | bf003c2ee51c5d69a382a68661996b7926f9a93a (diff) | |
download | gdb-4cd9bd0835f3b0f4fa4fa8271d6a2517f4426881.zip gdb-4cd9bd0835f3b0f4fa4fa8271d6a2517f4426881.tar.gz gdb-4cd9bd0835f3b0f4fa4fa8271d6a2517f4426881.tar.bz2 |
* breakpoint.c (update_global_location_list): Fix the comment.
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 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 |