aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
AgeCommit message (Expand)AuthorFilesLines
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 Labath1-1/+7
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 Prantl1-7/+1
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-1/+7
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-7/+1
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-1/+7
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-7/+1
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-1/+7
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-8/+1
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'Callahan1-1/+8
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-8/+1
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'Callahan1-1/+8
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-28/+28
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 Molenda1-14/+0
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-0/+14
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-14/+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-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 Hirata1-1/+1
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 Piovezan1-4/+4
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-71/+65
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour1-4/+4
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere1-2/+5
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath1-19/+13
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-01-31[lldb] Convert Process KDP Log to the new APIPavel Labath1-10/+9