summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O
Commit message (Expand)AuthorAgeFilesLines
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-032-27/+25
* Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton2018-12-212-51/+48
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-47/+45
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-112-3/+3
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-0/+4
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-141-4/+0
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-141-0/+4
* 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-112-8/+0
* [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-021-0/+11
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-11/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-10/+8
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-10/+13
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+4
* 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-101-1/+2
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+1
* 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
* Fix a little thinko in generating ___lldb_unnamed_symbol symbols Jim Ingham2018-08-151-1/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-271-1/+1
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-13/+10
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-37/+37
* 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
* Add .debug_names section glue codePavel Labath2018-06-011-0/+4
* 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-081-0/+4
* The on-ios-device command line lldb has an optimization whereJason Molenda2018-05-042-30/+71
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-376/+297
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-0/+1
* Always normalize FileSpec paths.Greg Clayton2018-04-271-4/+0
* 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
* lldb running on an ios device is using the _dyld_get_all_image_infos()Jason Molenda2018-02-071-0/+21
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-3/+1
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-23/+13
* Fix alignment of arm64 fpu register context structureJason Molenda2017-11-161-1/+1
* Roll back r318260 because it is causing the windows bot toJason Molenda2017-11-151-1/+1
* Two small fixes to handle arm64 fpu register contexts in Jason Molenda2017-11-151-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-0/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* [DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath2017-06-281-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+2
OpenPOWER on IntegriCloud