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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-6
/
+0
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-0
/
+6
*
ObjectFileELF: Add support for compressed sections
Pavel Labath
2017-12-15
1
-0
/
+7
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+1
*
Improve FreeBSD kernel debugging
Ed Maste
2017-10-02
1
-11
/
+14
*
[linux] Change the way we load vdso pseudo-module
Pavel Labath
2017-06-20
1
-14
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Change UniqueCStringMap to use ConstString as the key
Pavel Labath
2017-05-02
1
-1
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-2
/
+2
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-415
/
+351
*
ObjectFile: parse EABI Attributes
Saleem Abdulrasool
2016-04-23
1
-0
/
+4
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-18
1
-3
/
+4
*
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer
2016-02-10
1
-4
/
+3
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-10
1
-3
/
+4
*
Fix for Bug 25338
Ravitheja Addepally
2016-01-19
1
-2
/
+11
*
Update for llvm change. NFC.
Rafael Espindola
2016-01-18
1
-1
/
+1
*
Make core files not crash when you load a core file into LLDB with just "lldb...
Greg Clayton
2015-10-28
1
-0
/
+6
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
1
-4
/
+9
*
Fix [vdso] handling on Android (x86 and aarch64)
Tamas Berghammer
2015-06-30
1
-1
/
+1
*
Ignore mapping symbols on aarch64
Tamas Berghammer
2015-04-07
1
-0
/
+5
*
Remove "virtual" and add "override" to all functions that are overridden to q...
Greg Clayton
2015-03-12
1
-42
/
+42
*
Correctly resolve symbol names containing linker annotations
Pavel Labath
2015-03-04
1
-0
/
+3
*
ELF: store the thumbness of a function in symbol flags.
Todd Fiala
2014-09-15
1
-0
/
+3
*
Fix ObjectFileELF to determine architectures independent of host.
Todd Fiala
2014-06-27
1
-2
/
+10
*
Improve Elf object file UUID calculation performance.
Todd Fiala
2014-03-25
1
-0
/
+12
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-0
/
+31
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+3
*
Factor some methods that were in DynamicLoaderPOSIXDYLD.
Steve Pucci
2014-02-06
1
-0
/
+3
*
elf: Move elf note parsing to ObjectFileELF.cpp
Ed Maste
2013-12-02
1
-0
/
+28
*
Simplify indirect rld_map for mips (rework r192408).
Ed Maste
2013-10-11
1
-1
/
+1
*
Support mips shared object debug info
Ed Maste
2013-10-11
1
-1
/
+1
*
Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
2013-09-24
1
-0
/
+3
*
Adds methods to ObjectFileELF to access data in ELF segments
Ashok Thirumurthi
2013-07-11
1
-0
/
+12
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-16
/
+8
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-18
/
+35
*
ObjectFileELF::GetModuleSpecifications on Linux should work now.
Michael Sartain
2013-05-23
1
-0
/
+4
*
Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...
Michael Sartain
2013-05-17
1
-0
/
+6
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-0
/
+7
*
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
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-6
/
+0
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-6
/
+8
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-4
/
+4
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+6
*
Added the ability to get an abstract file type (executable, object file,
Greg Clayton
2011-07-09
1
-0
/
+6
*
elf: synthesize symbols for PLT entries
Stephen Wilson
2011-03-30
1
-3
/
+42
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-11
/
+0
[next]