aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl2-191/+94
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl2-94/+191
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani12-87/+234
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang2-54/+131
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett2-187/+94
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett12-230/+86
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani12-86/+230
2024-09-19[lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#...Med Ismail Bennani6-53/+142
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl2-94/+187
2024-09-19[lldb] Only send "posix" error codes through the gdb-remote protocolPavel Labath1-3/+4
2024-09-19[lldb/DWARF] Downgrade the "parent of variable is not CU" error (#108806)Pavel Labath1-4/+3
2024-09-19[lldb][FrameRecognizer] Display the first non-std frame on verbose_trap (#108...Michael Buch1-1/+34
2024-09-18Revert "[lldb] Only send "posix" error codes through the gdb-remote protocol"Adrian Prantl1-4/+3
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl2-191/+93
2024-09-18Revert "Add noexcept qualifier to placate g++"Adrian Prantl1-4/+2
2024-09-18Revert "[lldb] Store ECError as CloneableECError in Status"Adrian Prantl1-8/+2
2024-09-18[lldb] Store ECError as CloneableECError in StatusAdrian Prantl1-2/+8
2024-09-18Add noexcept qualifier to placate g++Adrian Prantl1-2/+4
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl2-93/+191
2024-09-18[lldb] Only send "posix" error codes through the gdb-remote protocolPavel Labath1-3/+4
2024-09-18[LLDB] Fix operators <= and >= returning a wrong result when comparing to a f...Ilia Kuklin1-28/+21
2024-09-17[lldb][intel-pt] Fix build error on conversion from llvm::Error to Status::Fr...Wanyi1-2/+2
2024-09-16[LLDB][Minidump] Add a progress bar to minidump (#108309)Jacob Lalonde2-12/+21
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch6-144/+259
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim27-53/+26
2024-09-14Revert "[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as...Jonas Devlieghere1-0/+63
2024-09-13[lldb] Emit signpost intervals for progress events (NFC) (#108498)Jonas Devlieghere1-0/+10
2024-09-13[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as symbols...Alex Langford1-63/+0
2024-09-13Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children...jeffreytan811-0/+16
2024-09-13[LLDB][Minidump] Minidump erase file on failure (#108259)Jacob Lalonde3-0/+33
2024-09-13[lldb] Set the stop reason when receiving swbreak/hwbreak (#108518)Jason Molenda1-0/+2
2024-09-13[lldb] Add pc check for thread-step-by-bp algorithms (#108504)Jason Molenda2-3/+9
2024-09-13[lldb] Add a MainLoop version of DomainSocket::Accept (#108188)Pavel Labath4-28/+51
2024-09-12[lldb] Fix typo: singposts -> signposts (NFC)Jonas Devlieghere1-1/+1
2024-09-12[lldb] Fix a warningKazu Hirata1-1/+2
2024-09-12[lldb][DWARFASTParserClang] Prevent unnamed bitfield creation in the presence...Michael Buch2-4/+42
2024-09-12[lldb][DWARFASTParserClang][NFC] Factor out unnamed bitfield creation into he...Michael Buch2-36/+70
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde13-40/+199
2024-09-11[lldb] Print a warning on checksum mismatch (#107968)Jonas Devlieghere1-6/+18
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde4-3/+72
2024-09-10[lldb] Recurse through DW_AT_signature when looking for attributes (#107241)Pavel Labath3-91/+68
2024-09-09[LLDB][Minidump] Support minidumps where there are multiple exception streams...Jacob Lalonde4-65/+71
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov6-0/+6
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere13-161/+40
2024-09-07[lldb] Update ScriptInterpreterLua for Status changes (NFC)Jonas Devlieghere1-10/+10
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde13-40/+161
2024-09-06[lldb][NFC] Used shared_fd_t (#107553)Dmitry Vasilyev4-13/+18
2024-09-06[lldb] Fixed a typo in #107388Dmitry Vasilyev1-1/+1
2024-09-06[lldb][NFC] Fix -Wparentheses warning.Christian Sigg1-1/+1
2024-09-06[lldb][NFC] Separated GDBRemoteCommunication::GetDebugserverPath() (#107388)Dmitry Vasilyev2-12/+20