aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-19[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts (#95963)Michael Buch2-0/+28
2024-06-18[lldb] Add/change options in `statistics dump` to control what sections are d...royitaqi1-7/+231
2024-06-18[lldb] Suppress unsupported language warning for assembly (#95871)Jonas Devlieghere1-3/+12
2024-06-18[lldb] Extend Python interpreter workaround to Xcode Python (attempt #2.5)Jonas Devlieghere1-3/+4
2024-06-17[lldb] Fix Python interpreter workaround (attempt #2)Jonas Devlieghere1-4/+5
2024-06-17[lldb] More reliably detect a virtual environmentJonas Devlieghere1-1/+2
2024-06-17[lldb] Add packaging to testing requirements.txt (#95806)David Spickett1-0/+1
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-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere2-8/+6
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad3-3/+3
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere1-1/+6
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-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova1-0/+30
2024-06-12Fix flaky TestDAP_console test. (#94494)Miro Bucko4-10/+34
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova1-31/+0
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova1-0/+31
2024-06-11Fix type lookup bug where wrong decl context was being used for a DIE. (#94846)Greg Clayton3-0/+83
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 Labath2-0/+434
2024-06-10[lldb] NFC add comments and test case for ObjectFileMachO delay-init (#95067)Jason Molenda4-0/+83
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-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham1-9/+50
2024-06-06[lldb] Fix TestStatisticsAPI after 9293fc798152 (#94683)Alex Langford1-3/+4
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani7-6/+9
2024-06-06[lldb] Test case for the bug in #92328Pavel Labath1-0/+44
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath1-36/+0
2024-06-06[lldb] Disable TestPtyServer API test when remote testing (#94587)Dmitry Vasilyev1-0/+1
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani2-2/+2
2024-06-05[lldb] [NFC] Rewrite TestRedefinitionsInInlines.py as an API test (#94539)Jason Molenda3-25/+73
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani1-0/+2
2024-06-05[lldb] Update error message in TestDAP_optimized after #94420Jonas Devlieghere1-1/+1
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere1-3/+4
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov3-0/+100
2024-06-04[lldb][test] Require Python for dwp testDavid Spickett1-1/+1
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi2-28/+86
2024-06-03[lldb] Add Python requirements.txt for test suite (#94220)David Spickett1-0/+6
2024-06-03[lldb][test][NFC] TestBreakpointSetRestart.py: split up assertion to determin...Michael Buch1-1/+2
2024-06-03[lldb] s/assertEquals/assertEqual in TestDAP_variables_childrenPavel Labath1-1/+1
2024-06-03[lldb][test] Fix D lang mangling test on Windows (#94196)David Spickett1-4/+11
2024-06-03[lldb][test] Add missing import in D lang mangling testDavid Spickett1-0/+1
2024-06-03[lldb][test] Skip D lang mangling test on WindowsDavid Spickett1-0/+1
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath2-1/+25
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun2-75/+10
2024-05-31A few updates around "transcript" (#92843)royitaqi2-10/+75
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee3-0/+27