diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-21 00:32:12 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-21 00:32:12 +0000 |
| commit | 098ca0e7e6d0060b77854f570f5365985aba757b (patch) | |
| tree | f61cb9f77d82d868379408649d361ce40910abe6 /lldb/scripts/Python | |
| parent | ac4dacfb1fbbfd8d6fbe73d05a7cc7d2a1c4b4df (diff) | |
| download | bcm5719-llvm-098ca0e7e6d0060b77854f570f5365985aba757b.tar.gz bcm5719-llvm-098ca0e7e6d0060b77854f570f5365985aba757b.zip | |
Add docstring for SBCommandReturnObject class.
llvm-svn: 135642
Diffstat (limited to 'lldb/scripts/Python')
| -rw-r--r-- | lldb/scripts/Python/interface/SBCommandReturnObject.i | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandReturnObject.i b/lldb/scripts/Python/interface/SBCommandReturnObject.i index 597cfb68216..48d7bc24554 100644 --- a/lldb/scripts/Python/interface/SBCommandReturnObject.i +++ b/lldb/scripts/Python/interface/SBCommandReturnObject.i @@ -9,6 +9,13 @@ namespace lldb { +%feature("docstring", +"Represents a container which holds the result from command execution. +It works with SBCommandInterpreter.HandleCommand() to encapsulate the result +of command execution. + +See SBCommandInterpreter for example usage of SBCommandReturnObject." +) SBCommandReturnObject; class SBCommandReturnObject { public: |

