From bd3f26069840d2743e150004ab98cc3f0c969f08 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 8 Mar 2011 01:54:01 +0000 Subject: I didn't notice there was already an ObjectFile::GetEntryPoint. Move that over to GetEntryPointAddress 'cause that's more consistent with other functions in ObjectFile, do the mutatis mutandi and also in the ELF case I return a section offset address rather than a bare load address. llvm-svn: 127205 --- lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h') diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h index 2b78da5436b..ebfde8965a5 100644 --- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h +++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h @@ -89,9 +89,6 @@ public: virtual bool IsExecutable () const; - virtual lldb_private::Address - GetEntryPoint() const; - virtual size_t GetAddressByteSize() const; -- cgit v1.2.3