aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer/Universal-Mach-O
AgeCommit message (Expand)AuthorFilesLines
2023-03-28[lldb] Support Universal Mach-O binaries with a fat64 headerJonas Devlieghere2-26/+76
2022-08-24[lldb] Remove unused functions in ObjectContainer (NFC)Jonas Devlieghere2-25/+0
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath2-14/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere1-1/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-2/+1
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-1/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-2/+1
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-1/+2
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-8/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-09-12Move SafeMachO from Utility to HostPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-6/+5
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-1/+1
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-01-31[CMake] [2/4] Update a batch of pluginsChris Bieneman1-1/+8
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-326/+236
2016-01-28Remove autoconf support from source directories.Eugene Zelenko1-14/+0
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko1-27/+28
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener1-2/+0
2015-07-14[Makefiles] Align library names with CMake buildKeno Fischer1-3/+3
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-1/+1
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham1-1/+1
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger1-5/+5
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis1-2/+2
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton1-5/+10
2013-05-10<rdar://problem/13854277>Greg Clayton2-14/+6
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2-19/+73
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-1/+1
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-1/+1
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea1-0/+5
2013-02-06<rdar://problem/13159777> Greg Clayton2-44/+52
2013-01-25<rdar://problem/13069948>Greg Clayton1-2/+2
2012-11-04Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda1-1/+19
2012-05-08<rdar://problem/11358639>Greg Clayton1-1/+1
2012-02-24<rdar://problem/10103468>Greg Clayton2-24/+28
2012-01-12Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2-21/+9