summaryrefslogtreecommitdiff
path: root/source/Plugins/ObjectFile
AgeCommit message (Expand)Author
2019-01-18Breakpad: Extract parsing code into a separate filePavel Labath
2019-01-11ELF: Fix base address computation code for files generated by yaml2objPavel Labath
2019-01-10PECOFF: Fix section name computationPavel Labath
2019-01-10Implement ObjectFileELF::GetBaseAddressPavel Labath
2019-01-09ELF: create "container" sections from PT_LOAD segmentsPavel Labath
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath
2019-01-03PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-27Reduce indentation in ObjectFilePECOFF::CreateSections via an early returnPavel Labath
2018-12-21Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton
2018-12-18ELF: Don't create sections for section header index 0Pavel Labath
2018-12-15ELF: more section creation cleanupPavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-12ELF: Clean up section type computationPavel Labath
2018-12-12ELF: Simplify program header iterationPavel Labath
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath
2018-12-10Fix r348773Pavel Labath
2018-12-10Do not use PATH_MAX with SmallStringStella Stamenova
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour
2018-12-07Introduce ObjectFileBreakpadPavel Labath
2018-12-06[pecoff] Use PATH_MAX instead of MAX_PATHStella Stamenova
2018-12-06[pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith
2018-12-03[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov
2018-11-30Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova
2018-11-30[PDB] Support PDB-backed expressions evaluationAleksandr Urakov
2018-11-14[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar
2018-11-14Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar
2018-11-14[LLDB] - Support the single file split DWARF.George Rimar
2018-11-13Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-09Resubmit "Fix bug in PE/COFF plugin."Zachary Turner
2018-11-08Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano
2018-11-08Fix bug in PE/COFF plugin and ValueObjectVariable.Zachary Turner
2018-11-06[ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano
2018-11-05Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-02Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano
2018-11-02[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere
2018-10-23[LLDB] - Implement the support for the .debug_loclists section.George Rimar
2018-10-11Don't mark an LC_BUILD_VERSION as giving us a Jason Molenda
2018-10-11[lldb] rename MinOS::minor to MinOS::minor_version etc. NFCEric Liu
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-10-10[LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar
2018-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-09-12Move SafeMachO from Utility to HostPavel Labath