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
...
*
Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...
Michael Sartain
2013-05-17
1
-1
/
+39
*
Fix ObjectFileELF to not use the file_offset twice.
Filipe Cabecinhas
2013-05-16
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-1
/
+14
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Fixed issues with the way ELF symbols are parsed:
Greg Clayton
2013-04-13
1
-2
/
+12
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-2
/
+0
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-0
/
+6
*
Fix ELF parsing where undefined symbols were being added to the symbol table ...
Matt Kopec
2013-02-12
1
-26
/
+30
*
Be sure to set the data offset to zero if we actually mmap the entire ELF file.
Greg Clayton
2013-02-07
1
-1
/
+2
*
Fixing stale pointer problem in ELFObjectFile
Andrew Kaylor
2013-02-07
1
-2
/
+3
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-11
/
+23
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-22
/
+21
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-9
/
+9
*
Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bi...
Greg Clayton
2012-11-12
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-3
/
+0
*
Committed a change to the SectionList that introduces
Sean Callanan
2012-06-08
1
-0
/
+2
*
Use integers instead of NULL.
Bill Wendling
2012-04-03
1
-3
/
+3
*
lldb_private::Section objects have a boolean flag that can be set that
Greg Clayton
2012-03-27
1
-2
/
+18
*
Fixed a few things in the ELF object file:
Greg Clayton
2012-03-27
1
-6
/
+8
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-57
/
+68
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-9
/
+17
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-20
/
+9
*
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
[prev]
[next]