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

Johnny Chen johnny.chen at apple.com
Mon Jul 11 14:41:05 PDT 2011


Author: johnny
Date: Mon Jul 11 16:41:05 2011
New Revision: 134924

URL: http://llvm.org/viewvc/llvm-project?rev=134924&view=rev
Log:
Add missing docstring for 'bool stop_at_endtry'.

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=134924&r1=134923&r2=134924&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBTarget.h (original)
+++ lldb/trunk/include/lldb/API/SBTarget.h Mon Jul 11 16:41:05 2011
@@ -112,6 +112,9 @@
     ///     Some launch options specified by logical OR'ing 
     ///     lldb::LaunchFlags enumeration values together.
     ///
+    /// @param[in] stop_at_endtry
+    ///     If false do not stop the inferior at the entry point.
+    ///
     /// @param[out]
     ///     An error object. Contains the reason if there is some failure.
     ///





More information about the lldb-commits mailing list