summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-03-13[lldb][NFC] Correct whitespace in SearchForKernelWithDebugHintsJason Molenda
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)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
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-10-04[lldb] Mark operator== const to avoid ambiguity in C++20. (#68224)Samira Bazuzi
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-08-08When loading kernel binary, use DownloadObjectAndSymbolFile lastJason Molenda
2023-08-08Show error messages from DebugSymbols DBGShellCommand agentJason Molenda
2023-07-30[lldb] Remove the last radar link in LLDB source code (NFC)Jonas Devlieghere
2023-05-31Setting to control addressable bits in high memoryJason Molenda
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2023-04-03Using global variable in xnu kernel, set # of addressable bitsJason 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-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-05Increase search for kernel image from 32MB to 128MBJason Molenda
2022-10-13PlatformDarwinKernel calls the ctor directly, not setting no-jitJason Molenda
2022-10-10Allow DynamicLoaderDarwinKernel to activate without binaryJason Molenda
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
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-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath