summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-26 23:42:01 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-26 23:42:01 +0000
commit33c0c77073d2b8e7067b51a2f43593d09d21d82f (patch)
tree538eb6eba401ae9d8f9e229b956f5303e862bbff /lldb/scripts/Python/interface
parentdab4b9a4b287758b069bb18ce20c1dddb854039f (diff)
downloadbcm5719-llvm-33c0c77073d2b8e7067b51a2f43593d09d21d82f.tar.gz
bcm5719-llvm-33c0c77073d2b8e7067b51a2f43593d09d21d82f.zip
Fix indentation and add a docstring for the ctor.
llvm-svn: 136187
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBAddress.i10
1 files changed, 6 insertions, 4 deletions
diff --git a/lldb/scripts/Python/interface/SBAddress.i b/lldb/scripts/Python/interface/SBAddress.i
index 91b483b48df..d2ca14873b3 100644
--- a/lldb/scripts/Python/interface/SBAddress.i
+++ b/lldb/scripts/Python/interface/SBAddress.i
@@ -50,7 +50,9 @@ public:
SBAddress (const lldb::SBAddress &rhs);
- // Create an address by resolving a load address using the supplied target
+ %feature("docstring", "
+ Create an address by resolving a load address using the supplied target.
+ ") SBAddress;
SBAddress (lldb::addr_t load_addr, lldb::SBTarget &target);
~SBAddress ();
@@ -67,9 +69,9 @@ public:
addr_t
GetLoadAddress (const lldb::SBTarget &target) const;
- void
- SetLoadAddress (lldb::addr_t load_addr,
- lldb::SBTarget &target);
+ void
+ SetLoadAddress (lldb::addr_t load_addr,
+ lldb::SBTarget &target);
bool
OffsetAddress (addr_t offset);
OpenPOWER on IntegriCloud