diff options
author | Stephen Wilson <wilsons@start.ca> | 2011-02-24 19:16:15 +0000 |
---|---|---|
committer | Stephen Wilson <wilsons@start.ca> | 2011-02-24 19:16:15 +0000 |
commit | 3f4200fd9dc4cca612d327f5264c122684d8dbd9 (patch) | |
tree | 9f7e83ebeec8b56189310de439ad0e352dead863 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h | |
parent | bd58871d9688420999fc1308eb5af5f5ee8dab3e (diff) | |
download | bcm5719-llvm-3f4200fd9dc4cca612d327f5264c122684d8dbd9.tar.gz bcm5719-llvm-3f4200fd9dc4cca612d327f5264c122684d8dbd9.zip |
linux: Remove a local ObjectFileELF version of GetArchitecture.
Also fix a bug where we were not lazily parsing the ELF header and thus
returning an ArchSpec with invalid cpu type components. Initialize the cpu
subtype as LLDB_INVALID_CPUTYPE for compatibility with the new ArchSpec
implementation.
llvm-svn: 126405
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h')
-rw-r--r-- | lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h index ad97165bb83..5de0a8aa83a 100644 --- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h +++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h @@ -116,9 +116,6 @@ public: virtual lldb_private::Address GetImageInfoAddress(); - lldb_private::ArchSpec - GetArchitecture(); - private: ObjectFileELF(lldb_private::Module* module, lldb::DataBufferSP& dataSP, |