aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev3-0/+10
2024-06-12[lldb][Progress] Report progress when parsing forward declarations from DWARF...Michael Buch1-0/+6
2024-06-12[lldb][ConstString] Prevent GetString from constructing a std::string with a ...Michael Buch2-1/+4
2024-06-12[lldb][DWARFASTParser][NFC] Factor out CXX/ObjC method specifics out of Parse...Michael Buch2-211/+277
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova4-3/+69
2024-06-12Fix flaky TestDAP_console test. (#94494)Miro Bucko6-14/+42
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova4-70/+3
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova4-3/+70
2024-06-11Fix type lookup bug where wrong decl context was being used for a DIE. (#94846)Greg Clayton5-0/+202
2024-06-11[lldb] Fix declaration of thread argument in CommandObjectThreadStepWithTypeA...Dave Lee1-1/+1
2024-06-11[lldb/DWARF] Remove some dead code (#95127)Pavel Labath4-108/+0
2024-06-11[lldb] Skip TestAttachDenied under asanFelipe de Azevedo Piovezan1-0/+1
2024-06-11[lldb] Skip declaration DIEs in the debug_names index (#94744)Pavel Labath3-0/+439
2024-06-11[lldb] Add a test for lea_rsp_pattern_p to x86 unwinder (NFC) (#94852)Shivam Gupta1-1/+23
2024-06-10[lldb] NFC add comments and test case for ObjectFileMachO delay-init (#95067)Jason Molenda5-0/+91
2024-06-10[lldb] Tighten ABI assert in `StopInfoMachException::DeterminePtrauthFailure`...Med Ismail Bennani1-2/+3
2024-06-10[lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linu...Dmitry Vasilyev7-18/+84
2024-06-10[lldb] Gracefully down TestCoroutineHandle test in case the 'coroutine' featu...Dmitry Vasilyev2-3/+32
2024-06-10[lldb] Remove redundant condition in watch mask check (NFC) (#94842)Shivam Gupta1-1/+1
2024-06-10[lldb] Fix redundant condition in compression type check (NFC) (#94841)Shivam Gupta1-3/+2
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta4-4/+4