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
*
elf: Move elf note parsing to ObjectFileELF.cpp
Ed Maste
2013-12-02
1
-25
/
+48
*
Simplify indirect rld_map for mips (rework r192408).
Ed Maste
2013-10-11
1
-3
/
+14
*
Support mips shared object debug info
Ed Maste
2013-10-11
1
-2
/
+3
*
Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
2013-09-24
1
-0
/
+52
*
Round plt entsize to addralign
Michael Sartain
2013-08-22
1
-2
/
+17
*
simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...
Michael Sartain
2013-07-17
1
-1
/
+2
*
Adds methods to ObjectFileELF to access data in ELF segments
Ashok Thirumurthi
2013-07-11
1
-1
/
+28
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-190
/
+159
*
Fix ObjectFileELF crc32 code used when no build id is present.
Michael Sartain
2013-07-03
1
-67
/
+86
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-166
/
+379
*
Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders
Filipe Cabecinhas
2013-05-23
1
-10
/
+12
*
ObjectFileELF::GetModuleSpecifications on Linux should work now.
Michael Sartain
2013-05-23
1
-10
/
+72
*
Comment out ObjectFileELF::GetModuleSpecifications() function until I can deb...
Michael Sartain
2013-05-17
1
-1
/
+5
*
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
[next]