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
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
1
-0
/
+12
*
ObjectFile[ELF]: Refactor gnu_debuglink interface
Pavel Labath
2019-08-05
1
-1
/
+3
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
1
-0
/
+7
*
ELF: Fix a "memset clearing object of non-trivial type" warning
Pavel Labath
2019-07-22
1
-3
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-7
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-7
/
+7
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement ObjectFileELF::GetBaseAddress
Pavel Labath
2019-01-10
1
-0
/
+2
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-1
/
+1
*
ELF: Don't create sections for section header index 0
Pavel Labath
2018-12-18
1
-2
/
+2
*
ELF: more section creation cleanup
Pavel Labath
2018-12-15
1
-0
/
+2
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
1
-12
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
1
-2
/
+2
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-5
/
+5
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-0
/
+7
*
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
[next]