[Lldb-commits] [lldb] r135188 - /lldb/trunk/include/lldb/API/SBTarget.h

Johnny Chen johnny.chen at apple.com
Thu Jul 14 14:17:28 PDT 2011


Author: johnny
Date: Thu Jul 14 16:17:28 2011
New Revision: 135188

URL: http://llvm.org/viewvc/llvm-project?rev=135188&view=rev
Log:
Fix typo in ConnectRemote() docstring.

Modified:
    lldb/trunk/include/lldb/API/SBTarget.h

Modified: lldb/trunk/include/lldb/API/SBTarget.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBTarget.h?rev=135188&r1=135187&r2=135188&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBTarget.h (original)
+++ lldb/trunk/include/lldb/API/SBTarget.h Thu Jul 14 16:17:28 2011
@@ -261,7 +261,7 @@
     %feature("docstring", "
 #endif
     //------------------------------------------------------------------
-    /// Attach to process with name.
+    /// Connect to a remote debug server with url.
     ///
     /// @param[in] listener
     ///     An optional listener that will receive all process events.





More information about the lldb-commits mailing list