summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/Universal-Mach-O
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+8
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-326/+236
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-27/+28
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-5/+5
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-2/+2
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-5/+10
* <rdar://problem/13854277>Greg Clayton2013-05-102-14/+6
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-242-19/+73
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+5
* <rdar://problem/13159777> Greg Clayton2013-02-062-44/+52
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda2012-11-041-1/+19
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-242-24/+28
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-122-21/+9
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-4/+4
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-182-4/+7
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-082-30/+0
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-3/+3
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-1/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+1
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-1/+2
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-1/+12
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-212-14/+12
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+14
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-082-0/+362
OpenPOWER on IntegriCloud