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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore mapping symbols on aarch64
Tamas Berghammer
2015-04-07
2
-50
/
+82
*
Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands in
Jason Molenda
2015-04-02
1
-1
/
+3
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
2
-2
/
+0
*
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
*
Remove "virtual" and add "override" to all functions that are overridden to q...
Greg Clayton
2015-03-12
1
-42
/
+42
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
2
-3
/
+3
*
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
2
-6
/
+41
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix a crasher where we might have a N_UNDF symbol with no name and this could...
Greg Clayton
2015-03-03
1
-0
/
+2
*
MacOSX symbol table change to combine the N_GSYM debug map entry with the "_O...
Greg Clayton
2015-02-25
1
-28
/
+74
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
3
-13
/
+13
*
Exit early from DumpELFProgramHeaders if parse fails
Ed Maste
2015-02-23
1
-15
/
+15
*
Make sure things build for iOS after recent changes.
Greg Clayton
2015-02-20
1
-7
/
+9
*
Correctly handle N_INDR nlist entries and don't rely on the trie information ...
Greg Clayton
2015-02-14
1
-20
/
+108
*
Don't wait for the dynamic loader to set a module as a dynamic link editor, f...
Greg Clayton
2015-02-05
2
-1
/
+10
*
Fix it so we always get major, minor and update from the version in ObjectFil...
Greg Clayton
2015-02-04
1
-12
/
+4
*
Don't stomp the triple when loading a PECOFF target.
Zachary Turner
2015-01-22
1
-1
/
+8
*
[LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...
Mohit K. Bhakkad
2015-01-08
1
-0
/
+3
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-4
/
+17
*
Enable armv7 core file writing for Mach-O binaries.
Jason Molenda
2014-11-12
1
-3
/
+4
*
Sketch out the armv7 and arm64 core file writing support in
Jason Molenda
2014-11-12
1
-7
/
+169
*
Add support for 32-bit core file dumping. Add support for i386 process core ...
Jason Molenda
2014-11-11
1
-20
/
+120
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
2
-0
/
+7
*
Remove unused variable.
Jason Molenda
2014-10-16
1
-3
/
+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
*
Fixed an issue where the last N load commands in the mach-o core file would n...
Greg Clayton
2014-09-16
1
-0
/
+1
*
ELF: store the thumbness of a function in symbol flags.
Todd Fiala
2014-09-15
2
-2
/
+56
*
Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.
Todd Fiala
2014-09-15
1
-0
/
+26
*
Fix up lldb build for llvm r217172.
Todd Fiala
2014-09-04
1
-3
/
+3
*
lldb - ELF: add ARM64 relocation jump slot handling in ELFHeader.
Todd Fiala
2014-08-29
1
-0
/
+3
*
Add support for kalimba architecture variants 3, 4 and 5.
Matthew Gardiner
2014-08-27
1
-2
/
+36
*
When adding a dSYM to an existing ObjectFile, we can have a situation
Jason Molenda
2014-08-22
1
-0
/
+12
*
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
*
Silence a warning saying "typedef requires a name" from clang.
Greg Clayton
2014-07-29
1
-1
/
+1
*
Remove unused variable that was causing a warning.
Greg Clayton
2014-07-29
1
-1
/
+0
*
When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...
Greg Clayton
2014-07-29
1
-2
/
+6
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
2
-1
/
+30
*
ObjectFileMachO: Silence signed/unsigned comparison warning
David Majnemer
2014-07-24
1
-2
/
+1
*
Plugins: silence a few more signed comparision warnings
Saleem Abdulrasool
2014-07-23
1
-1
/
+2
*
Target: silence a GCC warning
Saleem Abdulrasool
2014-07-23
1
-1
/
+3
*
Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...
Deepak Panickal
2014-07-22
1
-1
/
+1
*
Dynamic loader for the Hexagon DSP
Deepak Panickal
2014-07-21
1
-0
/
+3
*
Use PRIx64.
Joerg Sonnenberger
2014-07-18
1
-1
/
+1
*
Fixed the objective C symbol parsing in ObjectFileMachO.
Greg Clayton
2014-07-17
1
-6
/
+0
*
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
[next]