summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+1
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* 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
* 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-181-42/+15
* [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-041-28/+69
* 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-061-508/+505
* 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
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Don't use uuid_clear(), non-darwin platforms includeJason Molenda2017-04-131-1/+1
* Use two LC_NOTE load commands for identifying the main binary thatJason Molenda2017-04-121-5/+106
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Some old mach-o core files have an LC_IDENT load command Jason Molenda2017-04-061-0/+31
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Get ObjectFileMachO to handle @executable_pathJim Ingham2017-03-201-2/+25
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-9/+10
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-12/+17
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-36/+48
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+2
* [lldb] Fix -Waggressive-loop-optimizations warningVedant Kumar2016-11-071-1/+5
* Improve ".." handling in FileSpec normalizationPavel Labath2016-10-311-1/+1
* Fix about a dozen compile warningsIlia K2016-09-121-9/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-5604/+5582
* If the user has specified target.memory-module-load-level 'minimal'Jason Molenda2016-08-251-3/+5
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
OpenPOWER on IntegriCloud