aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-27[lldb][Mach-O] Allow "process metadata" LC_NOTE to supply registers (#144627)Jason Molenda1-0/+2
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda1-0/+1
2025-03-06Revert "[lldb][Mach-O] Don't read symbol table of specially marked binary (#1...Jason Molenda1-1/+0
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda1-0/+1
2024-11-28[lldb][Mach-O] Handle shared cache binaries correctly (#117832)Jason Molenda1-0/+13
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde1-0/+1
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere1-1/+0
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde1-0/+1
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde1-1/+0
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde1-0/+1
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde1-1/+1
2024-08-05Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (...Haojian Wu1-1/+1
2024-08-02[LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770)Jacob Lalonde1-1/+1
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde1-2/+1
2024-03-25[lldb] [ObjectFileMachO] LLVM_COV is not mapped into firmware memory (#86359)Jason Molenda1-0/+1
2023-09-11Add "process metadata" Mach-O LC_NOTE for corefilesJason Molenda1-0/+5
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda1-1/+1
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda1-1/+1
2023-05-23[lldb][NFCI] Remove unused member from ObjectFileMachOAlex Langford1-1/+0
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-03-08Don't load non-kexts in darwin kernel debug; handle unslid segsJason Molenda1-2/+4
2023-01-09[lldb] Limit trusting aranges to dSYMs only.Jonas Devlieghere1-0/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-2/+2
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere1-4/+5
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere1-2/+2
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda1-1/+1
2021-12-13Add support for a "load binary" LC_NOTE in mach-o corefilesJason Molenda1-1/+2
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton1-1/+1
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton1-1/+1
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton1-1/+1
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath1-5/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-08-31Use dSYM's file addr for Sections when it doesn't match binaryJason Molenda1-0/+2
2021-07-22Read and write a LC_NOTE "addrable bits" for addressing maskJason Molenda1-0/+12
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda1-0/+28
2020-09-25Add support for firmware/standalone LC_NOTE "main bin spec" corefilesJason Molenda1-1/+3
2020-07-16[lldb/ObjectFileMachO] Fetch shared cache images from our own shared cacheFred Riss1-0/+2
2020-02-18[lldb] Merge RangeArray and RangeVectorPavel Labath1-1/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-08-23Upstream support for macCatalyst Mach-O binaries.Adrian Prantl1-17/+31
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath1-0/+7
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda1-0/+2
2019-07-03Refactor ObjectFile::GetSDKVersionRaphael Isemann1-2/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-8/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-8/+8
2019-03-06Move RangeMap.h into UtilityPavel Labath1-1/+1
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath1-4/+3