summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.cpp
AgeCommit message (Expand)Author
2024-07-10[lldb] Don't crash on malformed filesets (#98388)Jonas Devlieghere
2023-09-05[lldb][Plugins] Reflect structure changes in ObjectContainerAntonio Frighetto
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-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-30[lldb] Fix two bugs in ObjectContainerMachOFilesetJonas Devlieghere
2022-08-25[lldb] Computer the slide when and apply it to each fileset's vm addrJonas Devlieghere
2022-08-25[lldb] Teach LLDB about Mach-O filesetsJonas Devlieghere