[ob] remove stale comments about permanent breakpoints

Vladimir Prus vladimir@codesourcery.com
Fri Nov 23 16:57:00 GMT 2007


I've noticed that insert_breakpoints/insert_bp_location have
comments about not inserting permanent breakpoints. Those comments
are stale -- the permanent breakpoints are not inserted because
bp_location has 'inserted' field set to 1, not for any other reason.
The comment also say that we don't insert disabled breakpoints, but
that fact is obvious from the code anyway.

This patch, checked in as obvious, removes those comments.

- Volodya


-------------- next part --------------
A non-text attachment was scrubbed...
Name: stale.diff
Type: text/x-diff
Size: 1329 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20071123/264c8c7d/attachment.bin>


More information about the Gdb-patches mailing list