[Lldb-commits] [lldb] r176921 - More cleanup, remove an untrue comment.

Jim Ingham jingham at apple.com
Tue Mar 12 18:53:26 PDT 2013


Author: jingham
Date: Tue Mar 12 20:53:26 2013
New Revision: 176921

URL: http://llvm.org/viewvc/llvm-project?rev=176921&view=rev
Log:
More cleanup, remove an untrue comment.

Modified:
    lldb/trunk/include/lldb/Target/Process.h

Modified: lldb/trunk/include/lldb/Target/Process.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Process.h?rev=176921&r1=176920&r2=176921&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Process.h (original)
+++ lldb/trunk/include/lldb/Target/Process.h Tue Mar 12 20:53:26 2013
@@ -3187,10 +3187,7 @@ public:
 
 
     // BreakpointLocations use RemoveOwnerFromBreakpointSite to remove
-    // themselves from the owner's list of this breakpoint sites.  This has to
-    // be a static function because you can't be sure that removing the
-    // breakpoint from it's containing map won't delete the breakpoint site,
-    // and doing that in an instance method isn't copasetic.
+    // themselves from the owner's list of this breakpoint sites.
     void
     RemoveOwnerFromBreakpointSite (lldb::user_id_t owner_id,
                                    lldb::user_id_t owner_loc_id,





More information about the lldb-commits mailing list