diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-10-01 01:19:45 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-01 01:19:45 +0000 |
commit | b49b7b53b1b1f1350b6da0835505985c44af68d7 (patch) | |
tree | 9cde8b77252e7921e4adebfd638363a10fe49153 /lldb/scripts/Python/interface/SBModule.i | |
parent | 6276a757318e83e6e30112e678e54329ca6503df (diff) | |
download | bcm5719-llvm-b49b7b53b1b1f1350b6da0835505985c44af68d7.tar.gz bcm5719-llvm-b49b7b53b1b1f1350b6da0835505985c44af68d7.zip |
Add SBFrame.WatchLocation() to find and watch the location pointed to by
a variable usng the frame as the scope.
Add TestSetWatchpoint.py to exercise this API. Also fix some SWIG Python
docstrings.
llvm-svn: 140914
Diffstat (limited to 'lldb/scripts/Python/interface/SBModule.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBModule.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBModule.i b/lldb/scripts/Python/interface/SBModule.i index 84470abc233..01bf470f9c8 100644 --- a/lldb/scripts/Python/interface/SBModule.i +++ b/lldb/scripts/Python/interface/SBModule.i @@ -48,7 +48,7 @@ And to iterate the symbols within a SBSection, use symbol_in_section_iter(), print INDENT2 + repr(sym) print INDENT2 + 'symbol type: %s' % symbol_type_to_str(sym.GetType()) -might produce this following output: +produces this following output: [0x0000000100001780-0x0000000100001d5c) a.out.__TEXT.__text id = {0x00000004}, name = 'mask_access(MaskAction, unsigned int)', range = [0x00000001000017c0-0x0000000100001870) |