Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6987fdb6208b491fb31d5599eeed6ea2f2c9f30d
/
lldb
/
source
/
Plugins
/
ObjectFile
/
ELF
/
ObjectFileELF.cpp
44435ed
Big change in the way ObjectFile file contents are managed. We now
by Greg Clayton
· 14 years ago
fd54b36
Update declarations for all functions/methods that accept printf-style
by Jason Molenda
· 14 years ago
9e00b6a65
Added the ability to get an abstract file type (executable, object file,
by Greg Clayton
· 14 years ago
b4aabeb
Scan dynamic symbol table of ELF object files
by Peter Collingbourne
· 14 years ago
499b40e
elf: synthesize symbols for PLT entries
by Stephen Wilson
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
e996fd3
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
by Greg Clayton
· 15 years ago
d126c8c
Fix ObjectFileElf::GetEntryPointAddress()
by Stephen Wilson
· 15 years ago
bd3f260
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.
by Jim Ingham
· 15 years ago
672e6f5
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation.
by Jim Ingham
· 15 years ago
3f4200fd
linux: Remove a local ObjectFileELF version of GetArchitecture.
by Stephen Wilson
· 15 years ago
64195a2
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
by Greg Clayton
· 15 years ago
de04929
linux: Set ArchSpec m_type correctly from object file.
by Stephen Wilson
· 15 years ago
514487e
Made lldb_private::ArchSpec contain much more than just an architecture. It
by Greg Clayton
· 15 years ago
6083026
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
by Greg Clayton
· 15 years ago
7f3b57c
Test if an ELF object is executable by checking if an entry point is defined.
by Stephen Wilson
· 15 years ago
2ab0a58
Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFileELF.
by Stephen Wilson
· 15 years ago
10177aa
Added the ability to dump sections to a certain depth (for when sections
by Greg Clayton
· 15 years ago
274060b
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 15 years ago
450e3f3
Fixed the Objective C method prototypes to be correct (the selectors weren't
by Greg Clayton
· 15 years ago
8087ca2
Added mutex protection to the Symtab class.
by Greg Clayton
· 15 years ago
a73f8ea
Looks like this is how you identify executables in ELF.
by Jim Ingham
· 15 years ago
5aee162
Change Target & Process so they can really be initialized with an invalid architecture.
by Jim Ingham
· 15 years ago
4ceb998
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
by Greg Clayton
· 15 years ago
f325ba9
Combine 32 and 64 bit ELF readers.
by Stephen Wilson
· 15 years ago
51dc188
64 bit ELF support from Stephen Wilson.
by Greg Clayton
· 15 years ago
3afa33c
Remove Mac-specific includes.
by Eli Friedman
· 15 years ago
41f9232
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago