aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-13[lldb][NFC] Correct whitespace in SearchForKernelWithDebugHintsJason Molenda1-20/+22
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-3/+3
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-4/+5
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-41/+40
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda1-2/+4
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-1/+1
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-2/+2
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda1-28/+36
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda1-1/+2
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere1-1/+1
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-0/+1
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-1/+0
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere1-2/+2
2023-10-04[lldb] Mark operator== const to avoid ambiguity in C++20. (#68224)Samira Bazuzi1-2/+2
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2023-08-08When loading kernel binary, use DownloadObjectAndSymbolFile lastJason Molenda1-16/+17
2023-08-08Show error messages from DebugSymbols DBGShellCommand agentJason Molenda1-3/+8
2023-07-30[lldb] Remove the last radar link in LLDB source code (NFC)Jonas Devlieghere1-4/+2
2023-05-31Setting to control addressable bits in high memoryJason Molenda1-8/+14
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-4/+6
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-6/+3
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-6/+8
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-1/+1
2023-04-03Using global variable in xnu kernel, set # of addressable bitsJason Molenda1-0/+31
2023-03-08Clean up conditional, don't set load binaries twiceJason Molenda1-5/+4
2023-03-08Don't load non-kexts in darwin kernel debug; handle unslid segsJason Molenda1-8/+66
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata1-7/+7
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-1/+1
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-1/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-2/+2
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-2/+2
2022-12-05Increase search for kernel image from 32MB to 128MBJason Molenda1-2/+2
2022-10-13PlatformDarwinKernel calls the ctor directly, not setting no-jitJason Molenda1-1/+1
2022-10-10Allow DynamicLoaderDarwinKernel to activate without binaryJason Molenda1-1/+2
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda1-78/+51
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser1-1/+1
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-1/+1
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere1-1/+2
2022-04-13[lldb] Remove the global platform listPavel Labath1-2/+3
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath1-3/+2
2022-03-09[lldb] Remove the global platform listPavel Labath1-2/+3
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-6/+6
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-1/+1
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-1/+1
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath1-2/+2
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath1-6/+1
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-7/+1
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath1-14/+9