diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-14 21:32:11 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-14 21:32:11 +0000 |
| commit | 4036b587df876032248bbe03fcae21d63a6697fe (patch) | |
| tree | 80d388426757a90f914839630396a03b56e90b51 /lldb/scripts | |
| parent | 84b528f3b141c0517f427830c867f3710a0ff931 (diff) | |
| download | bcm5719-llvm-4036b587df876032248bbe03fcae21d63a6697fe.tar.gz bcm5719-llvm-4036b587df876032248bbe03fcae21d63a6697fe.zip | |
Add summary info for SBBreakpoint to the lldb module level docstring.
llvm-svn: 135194
Diffstat (limited to 'lldb/scripts')
| -rw-r--r-- | lldb/scripts/lldb.swig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/scripts/lldb.swig b/lldb/scripts/lldb.swig index 8f0f4e409f5..9d9cc2547bf 100644 --- a/lldb/scripts/lldb.swig +++ b/lldb/scripts/lldb.swig @@ -20,7 +20,9 @@ o SBFrame: Represents one of the stack frames associated with a thread. SBThread o SBSymbolContext: A container that stores various debugger related info. o SBValue: Represents the value of a variable, a register, or an expression. o SBModule: Represents an executable image and its associated object and symbol - files. + files. SBTarget conatins SBModule(s). +o SBBreakpoint: Represents a logical breakpoint and its associated settings. + SBTarget conatins SBBreakpoint(s). o SBSymbol: Represents the symbol possibly associated with a stack frame. o SBCompileUnit: Represents a compilation unit, or compiled source file. o SBFunction: Represents a generic function, which can be inlined or not. |

