summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the code which knows how to get information about the sharedJason Molenda2016-07-291-63/+7
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+27
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-3/+3
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-3/+3
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-1/+7
* Small further refinement to the check in ObjectFileMachO::ParseSymtabJason Molenda2016-05-261-7/+9
* Ach, editing too many files at once. Make this file compile again.Jason Molenda2016-05-241-1/+1
* In r268475 I made a change to ObjectFileMachO so that if it isJason Molenda2016-05-241-1/+4
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-10/+10
* Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2016-05-041-2/+24
* Update the on-device arm specific code to match the API changesJason Molenda2016-03-011-5/+5
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Add support for handling absolute symbols in ELFTamas Berghammer2016-02-251-0/+1
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-8/+1
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-2/+3
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-1/+8
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-8/+1
OpenPOWER on IntegriCloud