From fed39aa653441238382bedfb1ad2bfcd09a1962f Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 27 Jun 2012 22:22:28 +0000 Subject: Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. Added the ability to get a section load address given a target which is needed for a previous checking which saves crashlogs. llvm-svn: 159298 --- lldb/scripts/Python/interface/SBSection.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/interface/SBSection.i b/lldb/scripts/Python/interface/SBSection.i index 95838755c59..1ee908a9fc6 100644 --- a/lldb/scripts/Python/interface/SBSection.i +++ b/lldb/scripts/Python/interface/SBSection.i @@ -65,6 +65,9 @@ public: lldb::addr_t GetFileAddress (); + lldb::addr_t + GetLoadAddress (lldb::SBTarget &target); + lldb::addr_t GetByteSize (); -- cgit v1.2.3