mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Added the ability to get an abstract file type (executable, object file,
shared library, etc) and strata (user/kernel) from an object file. This will help with plug-in and platform selection when given a new binary with the "target create <file>" command. llvm-svn: 134779
This commit is contained in:
@@ -104,6 +104,12 @@ public:
|
||||
|
||||
virtual lldb_private::Address
|
||||
GetEntryPointAddress ();
|
||||
|
||||
virtual ObjectFile::Type
|
||||
CalculateType();
|
||||
|
||||
virtual ObjectFile::Strata
|
||||
CalculateStrata();
|
||||
|
||||
private:
|
||||
ObjectFileELF(lldb_private::Module* module,
|
||||
|
||||
Reference in New Issue
Block a user