[Lldb-commits] [lldb] r158095 - /lldb/trunk/include/lldb/Breakpoint/Watchpoint.h

Johnny Chen johnny.chen at apple.com
Wed Jun 6 12:01:20 PDT 2012


Author: johnny
Date: Wed Jun  6 14:01:20 2012
New Revision: 158095

URL: http://llvm.org/viewvc/llvm-project?rev=158095&view=rev
Log:
Update wording for the member field m_error.

Modified:
    lldb/trunk/include/lldb/Breakpoint/Watchpoint.h

Modified: lldb/trunk/include/lldb/Breakpoint/Watchpoint.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/Watchpoint.h?rev=158095&r1=158094&r2=158095&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/Watchpoint.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/Watchpoint.h Wed Jun  6 14:01:20 2012
@@ -115,7 +115,7 @@
     void *      m_callback_baton;      // Callback user data to pass to callback
     std::string m_decl_str;            // Declaration information, if any.
     std::string m_watch_spec_str;      // Spec for the watchpoint (for future use).
-    Error       m_error;               // An error object describing errors creating watchpoint.
+    Error       m_error;               // An error object describing errors associated with this watchpoint.
 
     std::auto_ptr<ClangUserExpression> m_condition_ap;  // The condition to test.
 





More information about the lldb-commits mailing list