[Lldb-commits] [lldb] r135194 - /lldb/trunk/scripts/lldb.swig
Johnny Chen
johnny.chen at apple.com
Thu Jul 14 14:32:11 PDT 2011
Author: johnny
Date: Thu Jul 14 16:32:11 2011
New Revision: 135194
URL: http://llvm.org/viewvc/llvm-project?rev=135194&view=rev
Log:
Add summary info for SBBreakpoint to the lldb module level docstring.
Modified:
lldb/trunk/scripts/lldb.swig
Modified: lldb/trunk/scripts/lldb.swig
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/lldb.swig?rev=135194&r1=135193&r2=135194&view=diff
==============================================================================
--- lldb/trunk/scripts/lldb.swig (original)
+++ lldb/trunk/scripts/lldb.swig Thu Jul 14 16:32:11 2011
@@ -20,7 +20,9 @@
o SBSymbolContext: A container that stores various debugger related info.
o SBValue: Represents the value of a variable, a register, or an expression.
o SBModule: Represents an executable image and its associated object and symbol
- files.
+ files. SBTarget conatins SBModule(s).
+o SBBreakpoint: Represents a logical breakpoint and its associated settings.
+ SBTarget conatins SBBreakpoint(s).
o SBSymbol: Represents the symbol possibly associated with a stack frame.
o SBCompileUnit: Represents a compilation unit, or compiled source file.
o SBFunction: Represents a generic function, which can be inlined or not.
More information about the lldb-commits
mailing list