diff options
Diffstat (limited to 'lldb/scripts/interface/SBDebugger.i')
-rw-r--r-- | lldb/scripts/interface/SBDebugger.i | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lldb/scripts/interface/SBDebugger.i b/lldb/scripts/interface/SBDebugger.i index 9397d738310..cdd9bfd6c73 100644 --- a/lldb/scripts/interface/SBDebugger.i +++ b/lldb/scripts/interface/SBDebugger.i @@ -113,8 +113,7 @@ target = debugger.CreateTarget('') error = lldb.SBError() process = target.AttachToProcessWithName(debugger.GetListener(), 'PROCESS_NAME', False, error) -or the equivalent arguments for AttachToProcessWithID. -") SBDebugger; +or the equivalent arguments for AttachToProcessWithID.") SBDebugger; class SBDebugger { public: @@ -279,8 +278,7 @@ public: @param idx Zero-based index of the platform for which info should be retrieved, must be less than the value returned by - GetNumAvailablePlatforms(). - ") GetAvailablePlatformInfoAtIndex; + GetNumAvailablePlatforms().") GetAvailablePlatformInfoAtIndex; lldb::SBStructuredData GetAvailablePlatformInfoAtIndex (uint32_t idx); |