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
This commit is contained in:
Greg Clayton
2012-06-27 22:22:28 +00:00
parent 0b9d158a7c
commit fed39aa653
7 changed files with 135 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ public:
lldb::addr_t
GetFileAddress ();
lldb::addr_t
GetLoadAddress (lldb::SBTarget &target);
lldb::addr_t
GetByteSize ();