summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
AgeCommit message (Expand)Author
2023-03-28[lldb] Support Universal Mach-O binaries with a fat64 headerJonas Devlieghere
2022-08-24[lldb] Remove unused functions in ObjectContainer (NFC)Jonas Devlieghere
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-02-06<rdar://problem/13159777> Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-04Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-01-12Big change in the way ObjectFile file contents are managed. We nowGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-18Don't put modules for .o files into the global shared module list. WeGreg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-04Added support for attaching to a remote debug server with the new command:Greg Clayton
2011-02-01Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice
2010-08-09Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham
2010-07-21Change over to using the definitions for mach-o types and defines to theGreg Clayton