summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde
2024-07-24 [lldb] Prevent passing a nullptr to std::string in ObjectFileMachO (#100421)Jonas Devlieghere
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde
2024-07-01[lldb] [ObjectFileMachO] BSS segments are loadable segments (#96983)Jason Molenda
2024-06-10[lldb] NFC add comments and test case for ObjectFileMachO delay-init (#95067)Jason Molenda
2024-05-02[lldb] MachO delay-init binaries don't load as dependentJason Molenda
2024-03-25[lldb] [ObjectFileMachO] LLVM_COV is not mapped into firmware memory (#86359)Jason Molenda
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova
2024-01-09[lldb] [Mach-O] don't strip the end of the "kern ver str" LC_NOTE (#77538)Jason Molenda
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-11Centralize the code that figures out which memory ranges to save into core fi...Greg Clayton
2023-11-10[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsDictionary ...Alex Langford
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-10-27[lldb] Add logging to ObjectFileMachO::ParseSymtab (#70490)Jonas Devlieghere
2023-09-11Add "process metadata" Mach-O LC_NOTE for corefilesJason Molenda
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford
2023-08-17Only set the "low" address masks when only one adressable bits specifiedJason 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-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-08-08Show error messages from DebugSymbols DBGShellCommand agentJason Molenda
2023-08-07Flag for LoadBinaryWithUUIDAndAddress, to create memory image or notJason Molenda
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay
2023-07-31[lldb] Clean up uses of UuidCompatibility.hAlex Langford
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere
2023-06-29Recognize BSS-only DATA segments as sections that need to be slidJason Molenda
2023-06-21[lldb][MachO] Fix section type recognition for new DWARF 5 sectionsFelipe de Azevedo Piovezan
2023-06-14Add support for __debug_line_str in Mach-OAdrian Prantl
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda
2023-05-23[lldb][NFCI] Remove unused member from ObjectFileMachOAlex Langford
2023-05-23[lldb][NFCI] Merge implementations of ObjectFileMachO::GetMinimumOSVersion an...Alex Langford
2023-05-19[lldb][NFCI] Consolidate segment names in ObjectFileMachOAlex Langford
2023-05-10Prioritize using a segment with the name TEXT instead off fileoff 0Jason Molenda
2023-05-09[nfc] Remove dead code from ObjectFileMachOJason Molenda
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2023-04-26Fix off-by-one error in armv7 mach-o corefile register contextJason Molenda
2023-04-21[lldb] Let Mangled decide whether a name is mangled or notJonas Devlieghere
2023-03-14[lldb] Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-03-09Slight refinement to a change yesterday in metadata-added binariesJason Molenda
2023-03-08Clean up conditional, don't set load binaries twiceJason Molenda
2023-03-08Don't load non-kexts in darwin kernel debug; handle unslid segsJason Molenda
2023-02-22[lldb] Warn when Mach-O files have overlapping segmentsAlex Langford
2023-01-09[lldb] Limit trusting aranges to dSYMs only.Jonas Devlieghere
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata