[Lldb-commits] [lldb] r135190 - /lldb/trunk/scripts/lldb.swig

Johnny Chen johnny.chen at apple.com
Thu Jul 14 14:23:24 PDT 2011


Author: johnny
Date: Thu Jul 14 16:23:24 2011
New Revision: 135190

URL: http://llvm.org/viewvc/llvm-project?rev=135190&view=rev
Log:
Minor wording change.

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=135190&r1=135189&r2=135190&view=diff
==============================================================================
--- lldb/trunk/scripts/lldb.swig (original)
+++ lldb/trunk/scripts/lldb.swig Thu Jul 14 16:23:24 2011
@@ -21,7 +21,7 @@
 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.
-o SBSymbol: Represents the symbol associated with a stack frame.
+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.
 o SBBlock: Represents a lexical block. SBFunction contains SBBlock(s).





More information about the lldb-commits mailing list