aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl1-74/+9
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-9/+74
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani5-20/+47
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang1-6/+9
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett1-74/+9
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett5-47/+20
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani5-20/+47
2024-09-19[lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#...Med Ismail Bennani1-1/+16
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-9/+74
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl1-76/+9
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-9/+76
2024-09-18[LLDB] Fix operators <= and >= returning a wrong result when comparing to a f...Ilia Kuklin1-4/+6
2024-09-16[LLDB][Minidump] Add a progress bar to minidump (#108309)Jacob Lalonde1-0/+11
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-1/+1
2024-09-13Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children...jeffreytan811-0/+2
2024-09-13[lldb] Add a MainLoop version of DomainSocket::Accept (#108188)Pavel Labath4-11/+28
2024-09-12[lldb] Fix building with lldb::once_flag != std::once_flagMartin Storsjö1-2/+2
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde9-27/+81
2024-09-11[lldb] Print a warning on checksum mismatch (#107968)Jonas Devlieghere1-0/+7
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde3-0/+100
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere9-77/+27
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde9-27/+77
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl4-7/+30
2024-09-05Factor Process::ExecutionResultAsCString() into a global function (NFC)Adrian Prantl2-2/+2
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-3/+4
2024-09-04[lldb][NFC] Move few static helpers to the class Socket (#106640)Dmitry Vasilyev1-2/+13
2024-09-03[lldb] Make SupportFile's FileSpec and Checksum const (NFC)Jonas Devlieghere1-2/+2
2024-09-03[lldb] Add a callback version of TCPSocket::Accept (#106955)Pavel Labath1-0/+11
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath1-3/+21
2024-08-30[lldb] Include checksum in source cache dump (#106773)Jonas Devlieghere1-0/+6
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere1-14/+22
2024-08-30[lldb] Update SupportFile documentation (NFC)Jonas Devlieghere1-4/+4
2024-08-30[lldb] Store SupportFiles in SourceManager::File (NFC) (#106639)Jonas Devlieghere1-10/+12
2024-08-29[lldb] Add armv7a and armv8a ArchSpecs (#106433)Jordan R AW1-0/+2
2024-08-28Disable ThreadPlanSingleThreadTimeout during step over breakpoint (#104532)jeffreytan812-1/+8
2024-08-28Revert "[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)"Lang Hames2-2/+2
2024-08-28[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)Lang Hames2-2/+2
2024-08-27Revert "[lldb] Add transitional backwards-compatible API to Status"Adrian Prantl1-63/+0
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde8-29/+5
2024-08-27[lldb] Add transitional backwards-compatible API to StatusAdrian Prantl1-0/+63
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl9-174/+92
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-1/+13
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde8-5/+29
2024-08-26[lldb] Reformat comment (NFC)Adrian Prantl1-5/+6
2024-08-26[lldb][NFC] Moved the SharedSocket class to Socket.* (#104787)Dmitry Vasilyev1-0/+24
2024-08-23[lldb] Add missing initialization (NFC)Adrian Prantl1-1/+1
2024-08-23[lldb] Fix uninitialized variableAdrian Prantl1-1/+1
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl6-23/+49
2024-08-22[lldb] Fix typos in ScriptedInterface.hDavid Spickett1-2/+2
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko6-49/+23