[Lldb-commits] [lldb] r118196 - /lldb/trunk/include/lldb/lldb-enumerations.h

Johnny Chen johnny.chen at apple.com
Wed Nov 3 14:10:38 PDT 2010


Author: johnny
Date: Wed Nov  3 16:10:38 2010
New Revision: 118196

URL: http://llvm.org/viewvc/llvm-project?rev=118196&view=rev
Log:
Fix comment about eValueTypeConstResult.

Modified:
    lldb/trunk/include/lldb/lldb-enumerations.h

Modified: lldb/trunk/include/lldb/lldb-enumerations.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-enumerations.h?rev=118196&r1=118195&r2=118196&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-enumerations.h (original)
+++ lldb/trunk/include/lldb/lldb-enumerations.h Wed Nov  3 16:10:38 2010
@@ -312,7 +312,7 @@
     eValueTypeVariableLocal     = 4,    // function local variables
     eValueTypeRegister          = 5,    // stack frame register value
     eValueTypeRegisterSet       = 6,    // A collection of stack frame register values
-    eValueTypeConstResult       = 7,    // function local variables
+    eValueTypeConstResult       = 7,    // constant result variables
 } ValueType;
 
 //----------------------------------------------------------------------





More information about the lldb-commits mailing list