summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2015-07-16Make sure we calculate resolver symbol addresses correctly for ARM. The trie ...Greg Clayton
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-07-01Check to make sure we have a valid N_GSYM symbol name before we use it for an...Greg Clayton
2015-06-25Re-enable 'process save-core' for arm64 targets.Jason Molenda
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-06-08If we have a MachO file loaded from memory, make sure we can always get the s...Greg Clayton
2015-06-02Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton
2015-04-02Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands inJason Molenda
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-03-03Further reduce the header footprint of Process.hZachary Turner
2015-03-03Fix a crasher where we might have a N_UNDF symbol with no name and this could...Greg Clayton
2015-02-25MacOSX symbol table change to combine the N_GSYM debug map entry with the "_O...Greg Clayton
2015-02-23Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton
2015-02-20Make sure things build for iOS after recent changes.Greg Clayton
2015-02-14Correctly handle N_INDR nlist entries and don't rely on the trie information ...Greg Clayton
2015-02-05Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton
2015-02-04Fix it so we always get major, minor and update from the version in ObjectFil...Greg Clayton
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda
2014-11-12Enable armv7 core file writing for Mach-O binaries. Jason Molenda
2014-11-12Sketch out the armv7 and arm64 core file writing support inJason Molenda
2014-11-11Add support for 32-bit core file dumping. Add support for i386 process core ...Jason Molenda
2014-10-16Remove unused variable.Jason Molenda
2014-09-16Fixed an issue where the last N load commands in the mach-o core file would n...Greg Clayton
2014-09-04Fix up lldb build for llvm r217172.Todd Fiala
2014-08-22When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda
2014-07-29When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton
2014-07-24ObjectFileMachO: Silence signed/unsigned comparison warningDavid Majnemer
2014-07-23Plugins: silence a few more signed comparision warningsSaleem Abdulrasool
2014-07-23Target: silence a GCC warningSaleem Abdulrasool
2014-07-18Use PRIx64.Joerg Sonnenberger
2014-07-17Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton
2014-07-09__arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala
2014-07-01Fix typos.Bruce Mitchener
2014-06-24Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton
2014-06-16Correctly classify code sections as code sections by using the S_ATTR_PURE_IN...Greg Clayton
2014-06-13Remove unused variablesSaleem Abdulrasool
2014-06-13Added the ability to save core files:Greg Clayton
2014-05-29iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton
2014-05-21ReExported symbols can point to a library that doesn't actuallyJim Ingham
2014-04-22When increasing the amount of a file read, read the total of the Mach-O headerJason Molenda
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2014-03-29lldb arm64 import.Jason Molenda
2014-02-07Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton
2014-02-06Implement ObjectFileMachO::SetLoadAddress().Greg Clayton
2014-01-16If a library has no N_FUN symbols we don't succeed in finding resolver symbol...Greg Clayton
2014-01-16Make sure we correctly merge all N_FUN symbols with non-stab entries even if ...Greg Clayton
2014-01-10The actual indirect symbol is not the one at the address of the Trie entry ma...Jim Ingham