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
...
*
Some minor improvements on the symtab parsing code
Tamas Berghammer
2015-10-27
1
-7
/
+16
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-0
/
+6
*
Romove accidentially added statement in r249020
Sagar Thakur
2015-10-01
1
-2
/
+0
*
[LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target
Sagar Thakur
2015-10-01
1
-0
/
+2
*
Add support for .ARM.exidx unwind information
Tamas Berghammer
2015-09-30
1
-0
/
+4
*
[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses
Jaydeep Patil
2015-09-22
1
-0
/
+35
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+2
*
[LLDB][MIPS] Add support for DT_MIPS_RLD_MAP_REL
Bhushan D. Attarde
2015-09-15
1
-4
/
+23
*
Fix a small typo in ObjectFileELF.cpp.
Stephane Sezer
2015-09-11
1
-1
/
+1
*
Improve the arm/aarch64 mapping symbol handling
Tamas Berghammer
2015-09-11
1
-36
/
+51
*
[LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS6...
Mohit K. Bhakkad
2015-09-09
1
-10
/
+20
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-14
/
+26
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-15
/
+21
*
Add absolute load address support for the DynamicLoader plugins
Tamas Berghammer
2015-08-24
1
-26
/
+38
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-12
/
+29
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-5
/
+5
*
[LLDB][MIPS] Detect MIPS application specific extensions like micromips
Jaydeep Patil
2015-07-16
1
-0
/
+35
*
Skip oatdata and oatexec symbols in system@framework@boot.oat
Tamas Berghammer
2015-07-13
1
-2
/
+14
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-2
/
+3
*
Use string::find(char) for single character strings.
Bruce Mitchener
2015-07-04
1
-1
/
+1
*
Fix [vdso] handling on Android (x86 and aarch64)
Tamas Berghammer
2015-06-30
1
-4
/
+32
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Fix location of symbol size calculation in ObjectFileELF
Tamas Berghammer
2015-06-24
1
-1
/
+1
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-3
/
+4
*
Improve OSType initialization in elf object file's arch_spec
Ed Maste
2015-06-05
1
-9
/
+27
*
Fix THUMB function detection when function name is not prefixed.
Aidan Dodds
2015-05-28
1
-11
/
+18
*
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
[prev]
[next]