summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
AgeCommit message (Expand)Author
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha
2025-09-19[lldb][MachO] Local structs for larger VA offsets (#159849)Jason Molenda
2025-06-27[lldb][Mach-O] Allow "process metadata" LC_NOTE to supply registers (#144627)Jason Molenda
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda
2025-03-06Revert "[lldb][Mach-O] Don't read symbol table of specially marked binary (#1...Jason Molenda
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda
2024-11-28[lldb][Mach-O] Handle shared cache binaries correctly (#117832)Jason Molenda
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde
2024-08-05Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (...Haojian Wu
2024-08-02[LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770)Jacob Lalonde
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde
2024-03-25[lldb] [ObjectFileMachO] LLVM_COV is not mapped into firmware memory (#86359)Jason Molenda
2023-09-11Add "process metadata" Mach-O LC_NOTE for corefilesJason Molenda
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda
2023-05-23[lldb][NFCI] Remove unused member from ObjectFileMachOAlex Langford
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2023-03-08Don't load non-kexts in darwin kernel debug; handle unslid segsJason Molenda
2023-01-09[lldb] Limit trusting aranges to dSYMs only.Jonas Devlieghere
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda
2021-12-13Add support for a "load binary" LC_NOTE in mach-o corefilesJason Molenda
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
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-08-31Use dSYM's file addr for Sections when it doesn't match binaryJason Molenda
2021-07-22Read and write a LC_NOTE "addrable bits" for addressing maskJason Molenda
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2020-09-25Add support for firmware/standalone LC_NOTE "main bin spec" corefilesJason Molenda
2020-07-16[lldb/ObjectFileMachO] Fetch shared cache images from our own shared cacheFred Riss
2020-02-18[lldb] Merge RangeArray and RangeVectorPavel Labath
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-08-23Upstream support for macCatalyst Mach-O binaries.Adrian Prantl
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda
2019-07-03Refactor ObjectFile::GetSDKVersionRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl