summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
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-101-2/+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-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-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
* 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-061-246/+175
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* 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-101-9/+4
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-19/+59
* 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
* <rdar://problem/13159777> Greg Clayton2013-02-061-38/+44
* <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-241-22/+26
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-20/+8
* 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-181-3/+6
* 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-081-20/+0
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-3/+3
* 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-211-8/+8
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+259
OpenPOWER on IntegriCloud