index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
ObjectFile
/
ELF
/
ObjectFileELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-9
/
+9
*
Added the ability to get an abstract file type (executable, object file,
Greg Clayton
2011-07-09
1
-0
/
+71
*
Scan dynamic symbol table of ELF object files
Peter Collingbourne
2011-06-03
1
-1
/
+1
*
elf: synthesize symbols for PLT entries
Stephen Wilson
2011-03-30
1
-47
/
+421
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-20
/
+0
*
Fix ObjectFileElf::GetEntryPointAddress()
Stephen Wilson
2011-03-08
1
-18
/
+18
*
I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...
Jim Ingham
2011-03-08
1
-9
/
+0
*
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...
Jim Ingham
2011-03-07
1
-0
/
+28
*
linux: Remove a local ObjectFileELF version of GetArchitecture.
Stephen Wilson
2011-02-24
1
-11
/
+7
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-22
/
+4
*
linux: Set ArchSpec m_type correctly from object file.
Stephen Wilson
2011-02-16
1
-0
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-25
/
+13
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Test if an ELF object is executable by checking if an entry point is defined.
Stephen Wilson
2011-01-15
1
-1
/
+1
*
Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFi...
Stephen Wilson
2011-01-15
1
-2
/
+76
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Fixed the Objective C method prototypes to be correct (the selectors weren't
Greg Clayton
2010-10-12
1
-5
/
+5
*
Added mutex protection to the Symtab class.
Greg Clayton
2010-10-08
1
-2
/
+4
*
Looks like this is how you identify executables in ELF.
Jim Ingham
2010-08-10
1
-2
/
+1
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-0
/
+7
*
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
Greg Clayton
2010-07-21
1
-10
/
+45
*
Combine 32 and 64 bit ELF readers.
Stephen Wilson
2010-07-13
1
-404
/
+467
*
64 bit ELF support from Stephen Wilson.
Greg Clayton
2010-07-07
1
-10
/
+16
*
Remove Mac-specific includes.
Eli Friedman
2010-06-13
1
-5
/
+0
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-32
/
+4
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+929