summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Modules
Commit message (Expand)AuthorAgeFilesLines
* [test] Rename `Modules` to `ObjectFile` (NFC)Jonas Devlieghere2019-10-0762-3154/+0
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-075-0/+182
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-242-0/+172
* Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"Konrad Kleine2019-09-114-100/+0
* Revert "[LLDB][ELF] Fixup for comments in D67390"Konrad Kleine2019-09-112-2/+2
* [LLDB][ELF] Fixup for comments in D67390Konrad Kleine2019-09-112-2/+2
* [LLDB][ELF] Load both, .symtab and .dynsym sectionsKonrad Kleine2019-09-114-0/+100
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-231-2/+12
* ObjectFileELF: Convert a unit test to a lit testPavel Labath2019-08-081-0/+93
* ObjectFileELF: permit thread-local sections with overlapping file addressesPavel Labath2019-08-062-0/+126
* SymbolVendorELF: Perform build-id lookup even without a debug linkPavel Labath2019-08-062-1/+33
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-101-1/+12
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+7
* Breakpad: Add support for the arm64e "architecture"Pavel Labath2019-06-102-0/+6
* [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()Aaron Smith2019-04-302-1/+95
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-164-2/+76
* test/PECOFF: Remove REQUIRES: system-windowsPavel Labath2019-04-162-2/+2
* Breakpad: Parse Stack CFI recordsPavel Labath2019-04-091-1/+1
* Breakpad: Refine record classification codePavel Labath2019-04-043-2/+11
* [LLDB] - Update the test cases after yaml2obj change.George Rimar2019-04-032-12/+10
* [lldb] [ObjectFile/ELF] Fix recognizing NetBSD imagesMichal Gorny2019-02-204-1/+35
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-181-0/+86
* ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath2019-02-132-1/+71
* ELF: Fix base address computation code for files generated by yaml2objPavel Labath2019-01-111-0/+34
* PECOFF: Fix section name computationPavel Labath2019-01-101-0/+52
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-102-2/+31
* ELF: create "container" sections from PT_LOAD segmentsPavel Labath2019-01-099-2/+316
* ObjectFileBreakpad: Implement sectionsPavel Labath2019-01-076-0/+156
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-182-1/+6
* lldb-test: Improve newline handlingPavel Labath2018-12-151-6/+6
* ELF: more section creation cleanupPavel Labath2018-12-156-6/+141
* Classify tests in lit/ModulesPavel Labath2018-12-139-0/+0
* ELF: Clean up section type computationPavel Labath2018-12-124-16/+40
* lldb-test: Add ability to dump subsectionsPavel Labath2018-12-121-0/+106
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-108-0/+55
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-078-55/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-078-0/+55
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-063-0/+343
* Remove REQUIRES: darwin from a couple of MachO testsPavel Labath2018-12-062-2/+0
* Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl2018-11-132-1/+208
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+210
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-2/+1
* ELF: Replace the header-extension unit test with a lit onePavel Labath2018-07-192-1/+73
* Add a test for reading lld-generated build-idsPavel Labath2018-06-296-6/+32
* Add .debug_names section glue codePavel Labath2018-06-011-0/+9
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-181-1/+1
* Retrieve the deployment target when retrieving an object file's triple.Adrian Prantl2018-05-111-0/+205
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-081-2/+16
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-301-0/+14
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-293-0/+28
OpenPOWER on IntegriCloud