aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-06-22[lldb] Resolve executables more aggressively on the hostJonas Devlieghere2-0/+28
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch6-80/+102
2024-06-21Reland "[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts"Michael Buch4-3/+31
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere11-348/+15
2024-06-21[lldb] Fix SBAddressRange validation checks. (#95997)Miro Bucko5-25/+31
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov1-0/+1
2024-06-21[lldb] Remove YAMLTraits.h include (NFC)Nikita Popov2-1/+2
2024-06-21[lldb] Add missing <stack> includes (NFC)Nikita Popov2-0/+2
2024-06-21[lldb] More descriptive name for register flags logging functionsDavid Spickett3-6/+6
2024-06-20Revert "[lldb/crashlog] Make interactive mode the new default" (#96263)Med Ismail Bennani6-83/+55
2024-06-20[lldb/crashlog] Make interactive mode the new default (#94575)Med Ismail Bennani6-55/+83
2024-06-20[DWIMPrint] Move the setting of the result status into dump_val_object (#96232)Adrian Prantl1-27/+31
2024-06-20[lldb] Make LanguageRuntime::GetTypeBitSize return an optional (NFC) (#96013)Jonas Devlieghere4-21/+22
2024-06-20Reformat test (NFC)Adrian Prantl1-16/+6
2024-06-20Factor out expression result error strings.Adrian Prantl5-46/+68
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl12-103/+143
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl20-44/+108
2024-06-20Revert "[lldb][ObjC] Don't query objective-c runtime for decls in C++ context...Michael Buch3-29/+1
2024-06-20[lldb] Give more time to test/API/multiple-debuggersAdrian Prantl1-25/+30
2024-06-20[lldb/DWARF] Fix type definition search with simple template names (#95905)Pavel Labath5-46/+48
2024-06-19[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts (#95963)Michael Buch3-1/+29
2024-06-19lldb: Fixes for AMDGPU builtin added in ad599211a79dd7817f110241372075d82c0ae52aDavid Blaikie1-0/+5
2024-06-18[lldb] Add/change options in `statistics dump` to control what sections are d...royitaqi10-33/+463
2024-06-18[lldb] Remove LLVM_PRETTY_FUNCTION from LLDB_SCOPED_TIMERFJonas Devlieghere3-8/+5
2024-06-18[lldb] Suppress unsupported language warning for assembly (#95871)Jonas Devlieghere2-4/+15
2024-06-18[lldb] Extend Python interpreter workaround to Xcode Python (attempt #2.5)Jonas Devlieghere1-3/+4
2024-06-18[LLDB] Don't cache module sp when Activate() fails. (#95586)thetruestblue1-0/+2
2024-06-17[lldb] Fix Python interpreter workaround (attempt #2)Jonas Devlieghere1-4/+5
2024-06-17Fix comments in ValueObjectPrinter.h (NFC)Adrian Prantl1-11/+10
2024-06-17[lldb] More reliably detect a virtual environmentJonas Devlieghere1-1/+2
2024-06-17[lldb] Remove SupportFile::Update and use the original Checksum (#95623)Jonas Devlieghere2-5/+4
2024-06-17[lldb] Add packaging to testing requirements.txt (#95806)David Spickett1-0/+1
2024-06-17[lldb] Add register field enum class (#90063)David Spickett3-10/+435
2024-06-17[LLDB] Remove dead code (NFC) (#95713)Shivam Gupta1-15/+6
2024-06-15[lldb] Remove dead code block (NFC) (#94775)Shivam Gupta1-3/+1
2024-06-14[lldb] Adds additional fields to ProcessInfo (#91544)Fred Grim4-17/+68
2024-06-14[lldb] Fix the semantics of SupportFile equivalence (#95606)Jonas Devlieghere1-1/+5
2024-06-14[lldb][test] Force dwarf4 usage in test requiring it (#95449)Felipe de Azevedo Piovezan1-1/+1
2024-06-14[lldb] Tweak Python interpreter workaround on macOS (#95582)Jonas Devlieghere1-3/+17
2024-06-14[lldb][test] Add test for completing ObjCObjectType (#95405)Michael Buch2-0/+10
2024-06-14[lldb][TypeSystemClang][NFCI] Factor completion logic for individual types ou...Michael Buch1-77/+133
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere4-20/+15
2024-06-13[LLDB][Windows] Fix watchpoints for Windows (#95446)Aleksandr Korepanov1-3/+2
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad6-6/+6
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere5-5/+32
2024-06-13[LLDB] Add more helper functions to ValueObject class. (#87197)cmtice4-25/+670
2024-06-13[lldb] Move DWARFDeclContext functions from DWARFDebugInfoEntry to DW… (#95...Pavel Labath11-114/+95
2024-06-12[lldb] Skip delay-init test when run on pre-macOS 15Jason Molenda1-0/+1
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan3-3/+3