summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBAddress.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBAddress.i')
-rw-r--r--lldb/scripts/Python/interface/SBAddress.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBAddress.i b/lldb/scripts/Python/interface/SBAddress.i
index 1472c4f3588..7d3e36c66fd 100644
--- a/lldb/scripts/Python/interface/SBAddress.i
+++ b/lldb/scripts/Python/interface/SBAddress.i
@@ -50,6 +50,9 @@ public:
SBAddress (const lldb::SBAddress &rhs);
+ SBAddress (lldb::SBSection section,
+ lldb::addr_t offset);
+
%feature("docstring", "
Create an address by resolving a load address using the supplied target.
") SBAddress;
@@ -85,6 +88,11 @@ public:
lldb::addr_t
SBAddress::GetOffset ();
+ void
+ SetAddress (lldb::SBSection section,
+ lldb::addr_t offset);
+
+
%feature("docstring", "
//------------------------------------------------------------------
/// GetSymbolContext() and the following can lookup symbol information for a given address.
OpenPOWER on IntegriCloud