summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "[NFC] Cleanup RangeMap.h"Todd Fiala2016-02-021-175/+0
* [NFC] Cleanup RangeMap.hTamas Berghammer2016-02-021-0/+175
* When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda2016-01-211-3/+16
* Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda2016-01-201-1/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+1
* Add support for tvos and watchos to ObjectFileMachO.Jason Molenda2015-11-101-147/+214
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-10/+10
* Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton2015-10-281-11/+16
* Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.Greg Clayton2015-10-281-9/+17
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-95/+71
* 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
OpenPOWER on IntegriCloud