summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2021-10-11Revert "Allow signposts to take advantage of deferred string substitution"Jonas Devlieghere
2021-10-06Update TODO noting that DriverKit should be added tooJason Molenda
2021-09-17[MachCore] Report arm64 thread exception stateVedant Kumar
2021-09-16Revert "[MachCore] Report arm64 thread exception state"Vedant Kumar
2021-09-16[MachCore] Report arm64 thread exception stateVedant Kumar
2021-09-16Don't set executable file in ObjectFileMachO::LoadCoreFileImagesJason Molenda
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-08-31Use dSYM's file addr for Sections when it doesn't match binaryJason Molenda
2021-08-11Fix two bugs with stack corefiles patch, restrict test built debugserverJason Molenda
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-08-06Use LC_DYLD_EXPORTS_TRIE to locate the dyld trie structure if presentJim Ingham
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton
2021-07-22Read and write a LC_NOTE "addrable bits" for addressing maskJason Molenda
2021-07-02Revert "Create synthetic symbol names on demand to improve memory consumption...Jonas Devlieghere
2021-06-29Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton
2021-06-29Revert D104488 and friends since it broke the windows botStella Stamenova
2021-06-28Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton
2021-06-20Try to unbreak the windows CIJason Molenda
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-06-14Revert "Allow signposts to take advantage of deferred string substitution"Adrian Prantl
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-06-11Disambiguate usage of struct mach_header and other MachO definitions.Adrian Prantl
2021-06-02Improve performance when parsing symbol tables in mach-o files.Greg Clayton
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener
2021-03-24Add a progress class that can track long running operations in LLDB.Greg Clayton
2021-02-11[lldb] s/TARGET_OS_EMBEDDED/TARGET_OS_IPHONE/Jonas Devlieghere
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-11-20Partially revert '[MachO] Update embedded part of ObjectFileMachO for Mangled...Raphael Isemann
2020-11-18[MachO] Update embedded part of ObjectFileMachO for Mangled API changeJonas Devlieghere
2020-09-25Add support for firmware/standalone LC_NOTE "main bin spec" corefilesJason Molenda
2020-08-18Fix a check that was attempting to see if an object file was in memory.Greg Clayton
2020-08-06Correctly detect legacy iOS simulator Mach-O objectfilesAdrian Prantl
2020-08-05GetPath() returns a std::string temporary. You can't reference just the c_str.Jim Ingham
2020-07-24[lldb/ObjectFileMachO] Correctly account for resolver symbolsFred Riss
2020-07-16[lldb/ObjectFileMachO] Fetch shared cache images from our own shared cacheFred Riss
2020-07-09[lldb] Use enum constant instead of raw valueFred Riss
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-23[ObjectFileMachO] Check for TARGET_EMBEDDED instead of listing architectures.Davide Italiano
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-04-06Add more detailed symbol type categorization, based on a swift patch byJason Molenda
2020-03-31Replace std::string::find == 0 with StringRef::startswithBenjamin Kramer
2020-03-27Merge in symbols from Mach-O dyld trie to the symbol tableJason Molenda
2020-02-26[ObjectFileMachO] Fix a build error on embedded.Davide Italiano
2020-02-20[lldb] Add boilerplate to recognize the .debug_tu_index sectionPavel Labath
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-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford