aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ObjectFile
AgeCommit message (Expand)AuthorFilesLines
2025-06-05Revert "[lldb] Set default object format to `MachO` in `ObjectFileMachO` (#14...Jason Molenda1-55/+0
2025-06-04[lldb] Set default object format to `MachO` in `ObjectFileMachO` (#142704)royitaqi1-0/+55
2025-05-22[lldb] Disable some unwind plans for discontinuous functions (#140927)Pavel Labath1-16/+28
2023-08-05[lldb] Fix -Wsign-compare in TestSectionSize.cpp (NFC)Jie Fu1-2/+2
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi2-0/+79
2023-06-20[lldb][ObjectFileELF] Set ModuleSpec file offset and sizeKazuki Sakamoto4-0/+35
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-65/+66
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-2/+2
2022-03-23[lldb] Test parsing the symtab with indirect symbols from the shared cacheJonas Devlieghere1-0/+18
2021-11-10[LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in bre...Zequan Wu1-0/+23
2020-07-16[lldb/ObjectFileMachO] Fetch shared cache images from our own shared cacheFred Riss3-0/+90
2020-07-14[lldb/Module] Allow for the creation of memory-only modulesFred Riss2-13/+4
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann3-20/+20
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2-26/+5
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov3-0/+345
2019-10-08Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso1-0/+126
2019-10-04Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso1-126/+0
2019-10-04Explicitly set entry point arch when it's thumbAntonio Afonso1-0/+126
2019-08-26Breakpad: Add support for parsing STACK WIN recordsPavel Labath1-0/+32
2019-08-20unittests: Use yaml2obj as a library instead of an external processPavel Labath3-62/+58
2019-08-08ObjectFileELF: Convert a unit test to a lit testPavel Labath3-242/+0
2019-07-26SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2-4/+4
2019-05-06Include inlined functions when figuring out a contiguous address rangeGreg Clayton2-36/+7
2019-04-16Breakpad: Match the new UUID algorithm in minidumpsPavel Labath1-1/+1
2019-04-09Breakpad: Parse Stack CFI recordsPavel Labath1-1/+23
2019-04-04Breakpad: Refine record classification codePavel Labath1-2/+7
2019-04-03[LLDB] - Update the test cases after yaml2obj change.George Rimar2-62/+63
2019-01-29BreakpadRecords: Add parsing code for FILE and LINE recordsPavel Labath1-0/+16
2019-01-22breakpad: Add FUNC records to the symtabPavel Labath1-0/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-18Breakpad: Extract parsing code into a separate filePavel Labath3-0/+71
2018-11-06[ObjectFile] Prefer reinterpret_cast<>Davide Italiano1-2/+2
2018-11-06[ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano1-13/+20
2018-11-05Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza3-0/+246
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-3/+3
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-0/+3
2018-07-19ELF: Replace the header-extension unit test with a lit onePavel Labath2-63/+0
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere1-1/+1
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-2/+3
2018-02-05Add a comment explaining how the input for GetModuleSpecifications_EarlySecti...Pavel Labath2-0/+25
2018-02-05Fix parsing of object files with "early" section headersPavel Labath3-0/+15
2017-12-15ObjectFileELF: Add support for compressed sectionsPavel Labath1-1/+2
2017-10-03cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist1-1/+1
2017-09-13[unittests] Speculative fix for changes introduced in rL313156Vedant Kumar1-1/+3
2017-06-29[unittests] Add a helper function for getting an input filePavel Labath2-12/+5
2017-05-02ObjectFileELF: Fix symbol lookup in bss sectionPavel Labath3-0/+165
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-02-07[CMake] Add explicit dependencies for ObjectFileELF testsChris Bieneman1-0/+4