summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-09-13Add mach-o corefile support for platform binariesJason Molenda
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-08-25[lldb] Teach LLDB about Mach-O filesetsJonas Devlieghere
2022-08-17[LLDB][NFC] Suppress spurious static inspection warningsSlava Gurevich
2022-08-11[LLDB][NFC] Reliability fixes for ObjectFileMachO.cpp (part 2)Slava Gurevich
2022-08-10[LLDB][NFC] Reliability fixes for ObjectFileMachO.cppSlava Gurevich
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda
2022-08-02Revert "Allow firmware binaries to be specified only by load address"Jason Molenda
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere
2022-04-14Revert "[lldb] Pin the shared cache when iterating over its images"Jonas Devlieghere
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
2022-03-23[lldb] Don't persist the LINKEDIT slide in the indirect symbol offsetJonas Devlieghere
2022-03-21[lldb] Fix log & progress report for in-memory binariesJonas Devlieghere
2022-02-14Alt mechanism to find the first loadable seg in a Mach-O binaryJason Molenda
2022-02-11[lldb] Pin the shared cache when iterating over its imagesJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-25[lldb] Only include mach headers on DarwinJonas Devlieghere
2022-01-25[lldb] Use new dyld SPIs to query the shared cache local symbolsJonas Devlieghere
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Kazu Hirata
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Nico Weber
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2021-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata
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-12-09Set a default number of address bits on Darwin arm64 systemsJason 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-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath