summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-233-0/+13
* Don't mark an LC_BUILD_VERSION as giving us a Jason Molenda2018-10-111-1/+1
* [lldb] rename MinOS::minor to MinOS::minor_version etc. NFCEric Liu2018-10-111-8/+8
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-19/+166
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-102-1/+5
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-132-0/+7
* Move SafeMachO from Utility to HostPavel Labath2018-09-122-2/+2
* Re-instate a bit of code that was commented out in r188246 whichJason Molenda2018-09-061-8/+16
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-171-4/+9
* Fix a little thinko in generating ___lldb_unnamed_symbol symbols Jim Ingham2018-08-151-1/+2
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-12/+17
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Revert "Add a relocation for R_AARCH64_ABS32 in ObjectFileELF"Stephane Sezer2018-08-061-10/+5
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-061-5/+10
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-17/+17
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-272-3/+3
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-262-18/+15
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-262-52/+52
* A little cleanup in ObjectFileMachO::GetSDKVersion. Jason Molenda2018-06-251-3/+12
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-182-46/+18
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+2
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* Add .debug_names section glue codePavel Labath2018-06-013-0/+10
* Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"Davide Italiano2018-05-121-69/+135
* [LLDB] Support GNU-style compressed debug sections (.zdebug)Davide Italiano2018-05-121-135/+69
* Retrieve the deployment target when retrieving an object file's triple.Adrian Prantl2018-05-111-12/+33
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-083-0/+10
* The on-ios-device command line lldb has an optimization whereJason Molenda2018-05-042-30/+71
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-023-25/+26
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-587/+459
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-301-0/+10
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-292-0/+4
* Always normalize FileSpec paths.Greg Clayton2018-04-271-4/+0
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-202-0/+42
* [elf] Remove one copy of the section merging codePavel Labath2018-03-091-32/+4
* ObjectFileMachO: split CreateSections mega-function into more manageable chunksPavel Labath2018-03-062-508/+517
* ObjectFileMachO: use early return to remove one nesting level from CreateSect...Pavel Labath2018-03-031-532/+513
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-282-44/+1
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-272-1/+44
* lldb running on an ios device is using the _dyld_get_all_image_infos()Jason Molenda2018-02-071-0/+21
* Fix parsing of object files with "early" section headersPavel Labath2018-02-051-46/+8
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-3/+1
* Add LLDB_LOG_ERROR macroPavel Labath2018-01-301-6/+5
* Fix assertion in ObjectFileELFPavel Labath2018-01-171-0/+2
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-213-45/+23
* Add LLVMObject dependency to our ObjectFileELF pluginPavel Labath2017-12-181-0/+1
* Fix 32-bit builds broken by 320813Pavel Labath2017-12-151-2/+2
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-152-0/+62
* Add a symbols subcommand to lldb-test.Zachary Turner2017-12-021-0/+8
* Fix alignment of arm64 fpu register context structureJason Molenda2017-11-161-1/+1
OpenPOWER on IntegriCloud