Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
lldb
/
source
/
Plugins
/
ObjectFile
/
ELF
/
ObjectFileELF.cpp
fbb4d1e
[lldb/Plugins] Use external functions to (de)initialize plugins
by Jonas Devlieghere
· 6 years ago
98594a4
[lldb] [ObjectFile/ELF] Fix negated seg ids on 32-bit arches
by Michał Górny
· 6 years ago
22b0448
[lldb][NFCI] Remove unused LanguageType parameters
by Alex Langford
· 6 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 6 years ago
4b5bc38
[lldb/DWARF] Move location list sections into DWARFContext
by Pavel Labath
· 6 years ago
bf72258
[lldb] Fix lookup of symbols with the same address range but different binding
by Jan Kratochvil
· 6 years ago
4023bd0
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
by Pavel Labath
· 6 years ago
f98606f
Remove obsolete parameter.
by Adrian Prantl
· 6 years ago
939411c
Remove the is_mangled flag from Mangled and Symbol
by Adrian Prantl
· 6 years ago
1e1e3ba
Unify the two CRC implementations
by Hans Wennborg
· 6 years ago
ad6690a
Explicitly set entry point arch when it's thumb [Second Try]
by Antonio Afonso
· 6 years ago
2c082b4
[lldb][ELF] Read symbols from .gnu_debugdata sect.
by Konrad Kleine
· 6 years ago
ae08e47
Revert "Explicitly set entry point arch when it's thumb"
by Antonio Afonso
· 6 years ago
ac14695
Explicitly set entry point arch when it's thumb
by Antonio Afonso
· 6 years ago
2f3884c
Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"
by Konrad Kleine
· 6 years ago
d44c4a7
Revert "[LLDB][ELF] Fixup for comments in D67390"
by Konrad Kleine
· 6 years ago
813f059
[LLDB][ELF] Fixup for comments in D67390
by Konrad Kleine
· 6 years ago
3a4781b
[LLDB][ELF] Load both, .symtab and .dynsym sections
by Konrad Kleine
· 6 years ago
a8f3ae7
[LLDB] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
8280730
ObjectFileELF: Remove NT_*** constants
by Pavel Labath
· 6 years ago
1177bc5
ObjectFileELF: permit thread-local sections with overlapping file addresses
by Pavel Labath
· 6 years ago
bfb261b
ObjectFile[ELF]: Refactor gnu_debuglink interface
by Pavel Labath
· 6 years ago
e84f784
Add llvm-style RTTI to ObjectFile hierarchy
by Pavel Labath
· 6 years ago
20db94b
ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computation
by Fangrui Song
· 6 years ago
63e5fb7
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
by Jonas Devlieghere
· 6 years ago
a3189a0
ELF: Fix a "memset clearing object of non-trivial type" warning
by Pavel Labath
· 6 years ago
0ace98c
ObjectFileELF: Add support for gnu-style compressed sections
by Pavel Labath
· 6 years ago
ad805ef
Recognise debug_types.dwo as a debug info section
by Pavel Labath
· 6 years ago
248a130
[lldb] NFC modernize codebase with modernize-use-nullptr
by Konrad Kleine
· 6 years ago
ddb93b6
Simplify ArchSpec::IsMIPS()
by Fangrui Song
· 6 years ago
f0ee69f
[JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptors
by Stefan Granitz
· 6 years ago
05cfdb0
Allow direct comparison of ConstString against StringRef
by Raphael Isemann
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
f8819bd
[Platform] Remove Kalimba Platform
by Jonas Devlieghere
· 7 years ago
f05b42e
Bring Doxygen comment syntax in sync with LLVM coding style.
by Adrian Prantl
· 7 years ago
0e4c482
Pass ConstString by value (NFC)
by Adrian Prantl
· 7 years ago
b809331
Move RangeMap.h into Utility
by Pavel Labath
· 7 years ago
bee015e
[Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpec
by Alex Langford
· 7 years ago
4f134fb
[lldb] [ObjectFile/ELF] Fix recognizing NetBSD images
by Michal Gorny
· 7 years ago
66d8832
Move UnwindTable from ObjectFile to Module
by Pavel Labath
· 7 years ago
d5b4403
Replace 'ap' with 'up' suffix in variable names. (NFC)
by Jonas Devlieghere
· 7 years ago
70355ac
Remove redundant ::get() for smart pointer. (NFC)
by Jonas Devlieghere
· 7 years ago
bd334ef
Simplify ObjectFile::GetUUID
by Pavel Labath
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
43ddbc0
ELF: Fix base address computation code for files generated by yaml2obj
by Pavel Labath
· 7 years ago
976af43
Implement ObjectFileELF::GetBaseAddress
by Pavel Labath
· 7 years ago
f55aea7
ELF: create "container" sections from PT_LOAD segments
by Pavel Labath
· 7 years ago
f760f5a
Simplify ObjectFile::GetArchitecture
by Pavel Labath
· 7 years ago
0d38e4f
ELF: Don't create sections for section header index 0
by Pavel Labath
· 7 years ago
62a8254
ELF: more section creation cleanup
by Pavel Labath
· 7 years ago
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
ef8683a
ELF: Clean up section type computation
by Pavel Labath
· 7 years ago
5ea7ecd
ELF: Simplify program header iteration
by Pavel Labath
· 7 years ago
004bcb7
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
by George Rimar
· 7 years ago
7cdb22b
Revert r346848 "[LLDB] - Support the single file split DWARF."
by George Rimar
· 7 years ago
98963db
[LLDB] - Support the single file split DWARF.
by George Rimar
· 7 years ago
b37f1ec
[ObjectFileELF] Fix misaligned read/writes caught by UBSan.
by Davide Italiano
· 7 years ago
6868d2d
Add a relocation to ObjectFileELF::ApplyRelocations and a test
by Nathan Lanza
· 7 years ago
407c691
Revert "[Symbol] Search symbols with name and type in a symbol file"
by Davide Italiano
· 7 years ago
15da768
[Symbol] Search symbols with name and type in a symbol file
by Aleksandr Urakov
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
59b78bc
[FileSystem] Remove GetByteSize() from FileSpec
by Jonas Devlieghere
· 7 years ago
e4dee26
[LLDB] - Implement the support for the .debug_loclists section.
by George Rimar
· 7 years ago
6e35712
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
by George Rimar
· 7 years ago
c6c7bfc
[LLDB] - Improved DWARF5 support.
by George Rimar
· 7 years ago
9e2fe8b
Add a relocation for R_AARCH64_ABS32 in ObjectFileELF
by Stephane Sezer
· 7 years ago
9ba5157
Misc module/dwarf logging improvements
by Leonard Mosescu
· 7 years ago
0c679b7
Revert "Add a relocation for R_AARCH64_ABS32 in ObjectFileELF"
by Stephane Sezer
· 7 years ago
b015ca6
Add a relocation for R_AARCH64_ABS32 in ObjectFileELF
by Stephane Sezer
· 7 years ago
77c397f
UUID: Add support for arbitrary-sized module IDs
by Pavel Labath
· 7 years ago
2f93fd1
Represent invalid UUIDs as UUIDs with length zero
by Pavel Labath
· 7 years ago
04803b3
Change AddressClass type from 'enum' to 'enum class'.
by Tatyana Krasnukha
· 7 years ago
ad8d48f
[FileSpec] Delegate common operations to llvm::sys::path
by Jonas Devlieghere
· 7 years ago
a041d84
Add .debug_names section glue code
by Pavel Labath
· 7 years ago
1e6a01f
Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"
by Davide Italiano
· 7 years ago
56ab68f
[LLDB] Support GNU-style compressed debug sections (.zdebug)
by Davide Italiano
· 7 years ago
2550ca1
Add support to object files for accessing the .debug_types section
by Greg Clayton
· 7 years ago
d8f460e
Enable AUTOBRIEF in doxygen configuration.
by Adrian Prantl
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
edb0127
ObjectFileELF: Add support for arbitrarily named code sections
by Pavel Labath
· 7 years ago
e4777a9
Support reading section ".gnu_debugaltlink"
by Jan Kratochvil
· 7 years ago
16064d3
Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions
by Pavel Labath
· 8 years ago
3ef4eeb
[elf] Remove one copy of the section merging code
by Pavel Labath
· 8 years ago
ec03d7e
Revert "[lldb] Use vFlash commands when writing to target's flash memory regions"
by Pavel Labath
· 8 years ago
029fb69
[lldb] Use vFlash commands when writing to target's flash memory regions
by Pavel Labath
· 8 years ago
4f03312
Fix parsing of object files with "early" section headers
by Pavel Labath
· 8 years ago
c561a6a
Add LLDB_LOG_ERROR macro
by Pavel Labath
· 8 years ago
b424de3
Fix assertion in ObjectFileELF
by Pavel Labath
· 8 years ago
50251fc
Make sure DataBufferLLVM contents are writable
by Pavel Labath
· 8 years ago
4c2eb8b
Fix 32-bit builds broken by 320813
by Pavel Labath
· 8 years ago
e2867bc
ObjectFileELF: Add support for compressed sections
by Pavel Labath
· 8 years ago
a6d5464
Add a symbols subcommand to lldb-test.
by Zachary Turner
· 8 years ago
5f19b90
Move ArchSpec to the Utility module
by Pavel Labath
· 8 years ago
d13f691
Improve FreeBSD kernel debugging
by Ed Maste
· 8 years ago
e1a6074
Remove uses of std::auto_ptr, it's going away in C++17.
by Benjamin Kramer
· 8 years ago
963ce48
Add support for the DWP debug info format
by Tamas Berghammer
· 8 years ago
8ac63e8
[LLDB][MIPS] Set the Section's file address for
by Nitesh Jain
· 8 years ago
38d0632
Move Timer and TraceOptions from Core to Utility
by Pavel Labath
· 8 years ago
d16a6e3
Fix typo: using && instead of & when evaluating a mask
by Mehdi Amini
· 8 years ago
Next »