aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-02[lldb][NFC][MachO] Clean up LC_THREAD reading code, remove i386 corefile (#14...Jason Molenda4-158/+0
2025-04-29[lldb] Remove "error:" prefix from reverse execute error messagesDavid Spickett1-2/+1
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo1-3/+8
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata1-8/+3
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo1-3/+8
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath2-2/+8
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-14/+4
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl2-8/+2
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett2-2/+8
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett2-8/+2
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett2-2/+8
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath2-8/+2
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan2-2/+8
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda2-9/+2
2024-10-10Revert "[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)"Jason Molenda1-3/+2
2024-10-10[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)Jonas Devlieghere1-2/+3
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan2-2/+9
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha2-9/+2
2024-10-10Revert "[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)"Augusto Noronha1-3/+2
2024-10-10[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)Jonas Devlieghere1-2/+3
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan2-2/+9
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl2-43/+43
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-0/+1
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham1-1/+1
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda2-21/+0
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett2-0/+21
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda2-21/+0
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-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere1-2/+2
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere1-1/+1
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-6/+5
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-08-15Revert "[lldb] Properly protect the Communication class with reader/writer lock"Augusto Noronha1-0/+1
2023-08-15[lldb] Properly protect the Communication class with reader/writer lockAugusto Noronha1-1/+0
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford1-1/+1
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere1-1/+1
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere1-1/+1
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-2/+2
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-1/+1
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-2/+2
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere1-1/+1
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-2/+1
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata2-2/+2
2022-10-13[lldb] Place PlatformQemu Properties into anonymous namespacePavel Labath1-2/+2
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan2-8/+8
2022-09-06[lldb] Fix CommunicationKDP following D133251Dave Lee1-0/+2
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny2-3/+1
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-71/+65