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
...
*
Fix parsing of the plt section for android-arm
Tamas Berghammer
2015-05-08
1
-6
/
+52
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-7
/
+12
*
Remove usages of host architecture within ELF object file for unknown parts o...
Oleksiy Vyalov
2015-04-18
1
-32
/
+0
*
Fix mapping symbol handling on arm 32/64
Tamas Berghammer
2015-04-17
1
-25
/
+31
*
Fix thumb symbol value fixup in ObjectFileELF
Tamas Berghammer
2015-04-16
1
-1
/
+1
*
Ignore mapping symbols on aarch64
Tamas Berghammer
2015-04-07
1
-50
/
+77
*
Parse .note.android.ident header from elf files
Tamas Berghammer
2015-03-18
1
-1
/
+15
*
[MIPS] - Register Context for MIPS64
Mohit K. Bhakkad
2015-03-17
1
-0
/
+26
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-2
/
+1
*
Use the unified section list when generating a symbol table
Pavel Labath
2015-03-04
1
-1
/
+1
*
Correctly resolve symbol names containing linker annotations
Pavel Labath
2015-03-04
1
-6
/
+38
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-6
/
+6
*
Exit early from DumpELFProgramHeaders if parse fails
Ed Maste
2015-02-23
1
-15
/
+15
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+1
*
Improve the handling of kalimba ELF file section type recognition.
Matthew Gardiner
2014-10-15
1
-8
/
+15
*
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
Matthew Gardiner
2014-09-29
1
-3
/
+43
*
ELF: store the thumbness of a function in symbol flags.
Todd Fiala
2014-09-15
1
-2
/
+53
*
Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.
Todd Fiala
2014-09-15
1
-0
/
+26
*
Add support for kalimba architecture variants 3, 4 and 5.
Matthew Gardiner
2014-08-27
1
-2
/
+36
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-4
/
+3
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-4
/
+6
*
Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...
Deepak Panickal
2014-07-22
1
-1
/
+1
*
Add kalimba as a platform.
Todd Fiala
2014-07-16
1
-0
/
+19
*
Allow generic ARM cores to match any more specific ARM architecture.
Greg Clayton
2014-07-12
1
-2
/
+23
*
Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders(...
Todd Fiala
2014-07-11
1
-2
/
+5
*
Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers.
Todd Fiala
2014-07-11
1
-4
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-3
/
+3
*
Fix ObjectFileELF to determine architectures independent of host.
Todd Fiala
2014-06-27
1
-35
/
+293
*
Replace GCC-specific intrinsic with portable alternative.
Zachary Turner
2014-06-25
1
-1
/
+5
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-0
/
+1
*
<rdar://problem/14515139>
Enrico Granata
2014-03-25
1
-1
/
+1
*
Improve Elf object file UUID calculation performance.
Todd Fiala
2014-03-25
1
-26
/
+150
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-5
/
+3
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-5
/
+232
*
remove dead code + simplify a little
Sylvestre Ledru
2014-02-21
1
-4
/
+2
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-13
/
+24
*
Factor some methods that were in DynamicLoaderPOSIXDYLD.
Steve Pucci
2014-02-06
1
-0
/
+33
*
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
[prev]
[next]