Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ef8683abec6b4f36cef4bba2fd6a4b69f0e59f22
/
lldb
/
source
/
Plugins
/
ObjectFile
/
ELF
/
ObjectFileELF.cpp
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
· 8 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 8 years ago
edb0127
ObjectFileELF: Add support for arbitrarily named code sections
by Pavel Labath
· 8 years ago
e4777a9
Support reading section ".gnu_debugaltlink"
by Jan Kratochvil
· 8 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
df1a0d1
[linux] Change the way we load vdso pseudo-module
by Pavel Labath
· 8 years ago
f9d1647
Remove an expensive lock from Timer
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
efddda3d
ObjectFileELF: Fix symbol lookup in bss section
by Pavel Labath
· 9 years ago
4d35d6b
Change UniqueCStringMap to use ConstString as the key
by Pavel Labath
· 9 years ago
706c520
[LLDB][MIPS] Fix Core file Architecture and OS information.
by Nitesh Jain
· 9 years ago
12801f1
[LLDB] OpenBSD support
by Kamil Rytarowski
· 9 years ago
7f6a7a3
Remove FileSpec::ReadFileContents.
by Zachary Turner
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
3f4a4b3
Delete DataBufferMemoryMap.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
23ccc29
Open ELF core dumps with more than 64K sections
by Pavel Labath
· 9 years ago
b155431
Fix more unused variable warnings when asserts are disabled.
by Hafiz Abid Qadeer
· 9 years ago
a08ba42
[lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions
by Alexander Shaposhnikov
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
a0c82e1
[lldb] Improve identification of Linux core dumps. Fix for bug #30485.
by Richard Chamberlain
· 9 years ago
4f730dc
Fix about a dozen compile warnings
by Ilia K
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
f343968f
Delete Host/windows/win32.h
by Zachary Turner
· 9 years ago
023dd64
Add/fix support for i386 elf core files
by Dimitar Vlahovski
· 9 years ago
0576ad6
Fix a crash when an ELF section symbol have no name
by Tamas Berghammer
· 9 years ago
75500e7
Typo corrections identified by codespell
by Ed Maste
· 9 years ago
dba6503
Add oat symbolization support for odex files
by Tamas Berghammer
· 9 years ago
c662533
Ignore oatdata and oatexec symbols more widely
by Tamas Berghammer
· 9 years ago
3385fa0
Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file process plug-ins should be able to override the Process::GetMemoryRegionInfo(...) function.
by Greg Clayton
· 9 years ago
ad5b55a
[LLDB][MIPS] Fix floating point handling in case of thread step-out
by Sagar Thakur
· 9 years ago
216963a
Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread step-out"
by Tamas Berghammer
· 9 years ago
71b1dec
[LLDB][MIPS] Fix floating point handling in case of thread step-out
by Sagar Thakur
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
477eb42
[LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABI
by Sagar Thakur
· 9 years ago
e114a17
rL267291: Architecture change to thumb on parsing arm.attributes causes regression.
by Omair Javaid
· 10 years ago
0237eda
Fix ARM attribute parsing for Android after rL267291
by Tamas Berghammer
· 10 years ago
cbd7f88
Handle invalid values of PLT entry size generated by linker
by Omair Javaid
· 10 years ago
7793ba8
Fix unwind failures when PC points beyond the end of a function
by Ulrich Weigand
· 10 years ago
d2d1504
ObjectFile: parse EABI Attributes
by Saleem Abdulrasool
· 10 years ago
bd52626
Find .plt section in object files generated by recent ld
by Ulrich Weigand
· 10 years ago
543725c
Implement `target modules dump objfile`
by Adrian McCarthy
· 10 years ago
81955f8
Allow any build-id length between 4 and 20 bytes inclusive
by Ed Maste
· 10 years ago
31a2f8f
Add support for handling absolute symbols in ELF
by Tamas Berghammer
· 10 years ago
6b63b14
Improve the handling of missing elf symtab and missing symbol sizes
by Tamas Berghammer
· 10 years ago
5bfd4d0
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
by Tamas Berghammer
· 10 years ago
ed844cb
Improve the handling of missing elf symtab and missing symbol sizes
by Tamas Berghammer
· 10 years ago
0a76722
Add support to detect arm hard float ABI based binaries for ABISysV_arm
by Omair Javaid
· 10 years ago
15f89c4
Fix for Bug 25338
by Ravitheja Addepally
· 10 years ago
8c6996f7
Unconditionally accept symbol sizes from elf
by Tamas Berghammer
· 10 years ago
a94ae1e
Update for llvm change. NFC.
by Rafael Espindola
· 10 years ago
dcad424
Revert "Unconditionally accept symbol sizes from elf"
by Tamas Berghammer
· 10 years ago
6b2322f
Unconditionally accept symbol sizes from elf
by Tamas Berghammer
· 10 years ago
884fc3e
[LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archs
by Mohit K. Bhakkad
· 10 years ago
8dbcb63
Get rid of ARM_ELF_SYM_IS_THUMB flag.
by Stephane Sezer
· 10 years ago
81b4c5f
Strip trailing whitespace
by Ed Maste
· 10 years ago
Next »