summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda
2025-05-21[lldb] Remove unused local variables (NFC) (#140989)Kazu Hirata
2025-04-21[lldb][Mach-O corefiles] Don't init Target arch to corefile (#136065)Jason Molenda
2025-02-18[lldb][Mach-O] Read dyld_all_image_infos addr from `main bin spec` LC_NOTE (#...Jason Molenda
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-22[lldb] Pick the correct architecutre when target and core file disagree (#105...Jonas Devlieghere
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford
2024-03-14[lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (#84998)Jason Molenda
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan81
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-10-31Revert "[lldb/Target] Delay image loading after corefile process creation (#7...Med Ismail Bennani
2023-10-31[lldb/Target] Delay image loading after corefile process creation (#70351)Med Ismail Bennani
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-15Added a use of uuid_t, need to incl AppleUuidCompatibility.hJason Molenda
2023-08-15Get binary UUID from fixed location in special Mach-O corefilesJason Molenda
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda
2023-08-08When ProcessMachCore has metadata for a binary, don't scanJason Molenda
2023-08-07Flag for LoadBinaryWithUUIDAndAddress, to create memory image or notJason Molenda
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata
2023-01-27Don't flag memory-only mach-o corefiles as invalidJason Molenda
2023-01-04Fix typeo in LoadBinariesViaExhaustiveSearch when looking for kernelJason Molenda
2022-11-10Check m_dyld_up directly in LoadBinariesViaMetadataJason Molenda
2022-09-13Add mach-o corefile support for platform binariesJason Molenda
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-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere
2022-03-23Load dyld manually with 'main bin spec' userland corefilesJason Molenda
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett
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
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda
2021-11-26Revert "Reland "[lldb] Remove non address bits when looking up memory regions""David Spickett
2021-11-03Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett
2021-11-03Revert "[lldb] Remove non address bits when looking up memory regions"David Spickett
2021-11-03[lldb] Remove non address bits when looking up memory regionsDavid Spickett
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-06Don't register mem segments that aren't present in a corefileJason Molenda
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
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
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-01Handle all standalone combinations of LC_NOTEs w/ & w/o addr & uuidJason Molenda