summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-1110-65/+49
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-061-4/+2
* BreakpadRecords: Add parsing code for FILE and LINE recordsPavel Labath2019-01-292-0/+91
* Fix potential ODR vialation.Haojian Wu2019-01-241-1/+1
* BreakpadRecords: Address post-commit feedbackPavel Labath2019-01-243-67/+53
* breakpad: Add FUNC records to the symtabPavel Labath2019-01-222-11/+81
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Breakpad: Extract parsing code into a separate filePavel Labath2019-01-185-161/+383
* ELF: Fix base address computation code for files generated by yaml2objPavel Labath2019-01-111-1/+1
* PECOFF: Fix section name computationPavel Labath2019-01-102-19/+14
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-102-10/+17
* ELF: create "container" sections from PT_LOAD segmentsPavel Labath2019-01-091-56/+172
* ObjectFileBreakpad: Implement sectionsPavel Labath2019-01-071-2/+77
* PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath2019-01-031-61/+61
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-0310-64/+50
* Reduce indentation in ObjectFilePECOFF::CreateSections via an early returnPavel Labath2018-12-271-133/+133
* Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton2018-12-212-51/+48
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-182-23/+17
* ELF: more section creation cleanupPavel Labath2018-12-152-67/+86
* Simplify Boolean expressionsJonas Devlieghere2018-12-155-70/+65
* ELF: Clean up section type computationPavel Labath2018-12-121-144/+41
* ELF: Simplify program header iterationPavel Labath2018-12-122-75/+39
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-114-5/+5
* Fix r348773Pavel Labath2018-12-101-1/+1
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-1/+1
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-104-1/+367
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-074-356/+1
* Introduce ObjectFileBreakpadPavel Labath2018-12-074-1/+356
* [pecoff] Use PATH_MAX instead of MAX_PATHStella Stamenova2018-12-061-1/+1
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-062-7/+141
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-3/+3
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-3/+3
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-3/+3
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-142-4/+8
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-142-8/+4
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-142-4/+8
* Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl2018-11-131-16/+20
* Remove header grouping comments.Jonas Devlieghere2018-11-115-18/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Resubmit "Fix bug in PE/COFF plugin."Zachary Turner2018-11-091-1/+5
* Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano2018-11-081-5/+1
* Fix bug in PE/COFF plugin and ValueObjectVariable.Zachary Turner2018-11-081-1/+5
* [ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano2018-11-061-2/+3
* Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza2018-11-051-3/+6
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-4/+4
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-024-0/+15
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-024-15/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-12/+12
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-10/+13
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-1/+3
OpenPOWER on IntegriCloud