summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel
AgeCommit message (Expand)Author
2025-07-02[lldb][NFC][MachO] Clean up LC_THREAD reading code, remove i386 corefile (#14...Jason Molenda
2025-04-29[lldb] Remove "error:" prefix from reverse execute error messagesDavid Spickett
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10Revert "[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)"Jason Molenda
2024-10-10[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)Jonas Devlieghere
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10Revert "[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)"Augusto Noronha
2024-10-10[lldb] SetErrorStringWithFormatv -> FromErrorStringWithFormatv (NFC)Jonas Devlieghere
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-15Revert "[lldb] Properly protect the Communication class with reader/writer lock"Augusto Noronha
2023-08-15[lldb] Properly protect the Communication class with reader/writer lockAugusto Noronha
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
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-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-10-13[lldb] Place PlatformQemu Properties into anonymous namespacePavel Labath
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-09-06[lldb] Fix CommunicationKDP following D133251Dave Lee
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham