summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+2
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+4
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-0/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-0/+1
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* Make sure we detect symbols in the new __DATA_DIRTY and __DATA_CONST segments...Greg Clayton2015-07-271-2/+24
* Make sure we calculate resolver symbol addresses correctly for ARM. The trie ...Greg Clayton2015-07-161-8/+14
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-5/+5
* Check to make sure we have a valid N_GSYM symbol name before we use it for an...Greg Clayton2015-07-011-29/+45
* Re-enable 'process save-core' for arm64 targets.Jason Molenda2015-06-251-5/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-12/+12
* If we have a MachO file loaded from memory, make sure we can always get the s...Greg Clayton2015-06-081-53/+84
* Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton2015-06-021-7/+62
* Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands inJason Molenda2015-04-021-1/+3
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-1/+2
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Fix a crasher where we might have a N_UNDF symbol with no name and this could...Greg Clayton2015-03-031-0/+2
* MacOSX symbol table change to combine the N_GSYM debug map entry with the "_O...Greg Clayton2015-02-251-28/+74
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-5/+5
* Make sure things build for iOS after recent changes.Greg Clayton2015-02-201-7/+9
* Correctly handle N_INDR nlist entries and don't rely on the trie information ...Greg Clayton2015-02-141-20/+108
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-0/+6
* Fix it so we always get major, minor and update from the version in ObjectFil...Greg Clayton2015-02-041-12/+4
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-4/+17
* Enable armv7 core file writing for Mach-O binaries. Jason Molenda2014-11-121-3/+4
* Sketch out the armv7 and arm64 core file writing support inJason Molenda2014-11-121-7/+169
* Add support for 32-bit core file dumping. Add support for i386 process core ...Jason Molenda2014-11-111-20/+120
* Remove unused variable.Jason Molenda2014-10-161-3/+1
* Fixed an issue where the last N load commands in the mach-o core file would n...Greg Clayton2014-09-161-0/+1
* Fix up lldb build for llvm r217172.Todd Fiala2014-09-041-3/+3
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+12
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-291-2/+6
* ObjectFileMachO: Silence signed/unsigned comparison warningDavid Majnemer2014-07-241-2/+1
* Plugins: silence a few more signed comparision warningsSaleem Abdulrasool2014-07-231-1/+2
* Target: silence a GCC warningSaleem Abdulrasool2014-07-231-1/+3
* Use PRIx64.Joerg Sonnenberger2014-07-181-1/+1
* Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton2014-07-171-6/+0
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-4/+4
* Fix typos.Bruce Mitchener2014-07-011-13/+13
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-1/+4
* Correctly classify code sections as code sections by using the S_ATTR_PURE_IN...Greg Clayton2014-06-161-113/+149
* Remove unused variablesSaleem Abdulrasool2014-06-131-1/+1
* Added the ability to save core files:Greg Clayton2014-06-131-1/+414
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-47/+96
* ReExported symbols can point to a library that doesn't actuallyJim Ingham2014-05-211-0/+5
* When increasing the amount of a file read, read the total of the Mach-O headerJason Molenda2014-04-221-2/+3
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-5/+9
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-4/+5
OpenPOWER on IntegriCloud