aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/mach-core
AgeCommit message (Expand)AuthorFilesLines
2026-01-29[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-2/+4
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo1-1/+2
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda1-0/+17
2025-06-30[lldb][Mach-O] Fix several bugs in x86_64 Mach-O corefile (#146460)Jason Molenda1-2/+6
2025-06-27[lldb][Mach-O] Allow "process metadata" LC_NOTE to supply registers (#144627)Jason Molenda4-13/+409
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-05-21[lldb] Remove unused local variables (NFC) (#140989)Kazu Hirata1-1/+0
2025-04-21[lldb][Mach-O corefiles] Don't init Target arch to corefile (#136065)Jason Molenda1-2/+46
2025-02-18[lldb][Mach-O] Read dyld_all_image_infos addr from `main bin spec` LC_NOTE (#...Jason Molenda2-8/+38
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-3/+3
2024-08-22[lldb] Pick the correct architecutre when target and core file disagree (#105...Jonas Devlieghere1-5/+10
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-4/+4
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford1-1/+1
2024-03-14[lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (#84998)Jason Molenda1-1/+1
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan812-3/+2
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham1-1/+1
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-1/+0
2023-10-31Revert "[lldb/Target] Delay image loading after corefile process creation (#7...Med Ismail Bennani2-4/+2
2023-10-31[lldb/Target] Delay image loading after corefile process creation (#70351)Med Ismail Bennani2-2/+4
2023-09-11Add "process metadata" Mach-O LC_NOTE for corefilesJason Molenda3-7/+36
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda1-4/+3
2023-08-15Added a use of uuid_t, need to incl AppleUuidCompatibility.hJason Molenda1-0/+1
2023-08-15Get binary UUID from fixed location in special Mach-O corefilesJason Molenda2-0/+66
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda1-4/+3
2023-08-08When ProcessMachCore has metadata for a binary, don't scanJason Molenda2-12/+23
2023-08-07Flag for LoadBinaryWithUUIDAndAddress, to create memory image or notJason Molenda1-2/+5
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda1-7/+12
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata1-7/+7
2023-01-27Don't flag memory-only mach-o corefiles as invalidJason Molenda1-7/+0
2023-01-04Fix typeo in LoadBinariesViaExhaustiveSearch when looking for kernelJason Molenda1-1/+1
2022-11-10Check m_dyld_up directly in LoadBinariesViaMetadataJason Molenda1-3/+5
2022-09-13Add mach-o corefile support for platform binariesJason Molenda2-146/+178
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda1-105/+19
2022-08-02Revert "Allow firmware binaries to be specified only by load address"Jason Molenda1-19/+105
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda1-105/+19
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere1-2/+4
2022-03-23Load dyld manually with 'main bin spec' userland corefilesJason Molenda1-0/+12
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett2-6/+6
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-4/+2
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda1-21/+47
2021-11-26Revert "Reland "[lldb] Remove non address bits when looking up memory regions""David Spickett2-6/+6
2021-11-03Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett2-6/+6
2021-11-03Revert "[lldb] Remove non address bits when looking up memory regions"David Spickett2-6/+6
2021-11-03[lldb] Remove non address bits when looking up memory regionsDavid Spickett2-6/+6
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath2-11/+4
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath2-6/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-4/+3
2021-10-06Don't register mem segments that aren't present in a corefileJason Molenda1-9/+1
2021-09-17[MachCore] Report arm64 thread exception stateVedant Kumar1-1/+49