aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-14[lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (#84998)Jason Molenda3-0/+73
2024-03-14[LLDB][Test] Fix the test case of listing verbose break info on Windows (#85200)bvlgah1-1/+3
2024-03-13[lldb] Skip TestIndirectSymbols (#85133)Dave Lee1-1/+1
2024-03-13[lldb] XFAIL TestIndirectSymbols on darwin (#85127)Dave Lee1-0/+1
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht7-25/+7
2024-03-13[lldb][Test] Disable ConcurrentVFork tests on Arm/AArch64 LinuxDavid Spickett1-0/+16
2024-03-13[lldb][test] Disable other runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2024-03-12[lldb][test] TestExprCompletion.py: add tests for completion of reserved iden...Michael Buch4-0/+19
2024-03-12Update test past bdbad0d07bb600301cb324e87a6be37ca4af591a (#84889)Danial Klimkin1-1/+1
2024-03-11Make ValueObject::Cast work for casts from smaller to larger structs in the c...jimingham2-10/+73
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl6-2/+38
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford1-0/+1
2024-03-07[lldb] Disable shell tests affected by ld_new bug (#84246)Dave Lee3-2/+18
2024-03-07Fix vfork test strcmp buildbot failure (#84224)jeffreytan811-0/+1
2024-03-07[lldb][test][FreeBSD] xfail TestPlatformConnect on AArch64David Spickett1-0/+7
2024-03-07[lldb][test] Enforce `pexpect` system availability by default (#84270)Jordan Rupprecht1-1/+3
2024-03-06[lldb][test] iwyu for vfork testJordan Rupprecht1-0/+1
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan1-1/+12
2024-03-06Don't require a UUID in a .dwp file. (#83935)Greg Clayton1-0/+14
2024-03-06Skip TestAddressMasks API tests on 32-bit armJason Molenda1-0/+3
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan813-0/+221
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda3-0/+139
2024-03-04[lldb] Enable a test that was never enabled (#83925)Felipe de Azevedo Piovezan1-0/+1
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani2-0/+63
2024-03-04[lldb][test][NFC] Narrow scope of `import pexpect`Jordan Rupprecht3-7/+3
2024-03-04[lldb] Use sort-ordering for indexes when sorting by size (#83889)Jonas Devlieghere1-3/+3
2024-03-04[lldb][test] Add test for chained PCH debugging (#83582)Michael Buch5-0/+118
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere1-0/+14
2024-03-01[lldb] Add support for sorting by size to `target module dump symtab` (#83527)Jonas Devlieghere1-0/+11
2024-03-01[lldb][test][Windows] Don't check for pexpect with LLDB_ENFORCE_STRICT_TEST_R...David Spickett1-4/+8
2024-02-29Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M1-1/+0
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda3-82/+0
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda3-0/+82
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch4-0/+95
2024-02-29Increase timeout to reduce test failure rate. (#83312)Shubham Sandeep Rastogi1-6/+6
2024-02-29[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSJonas Devlieghere1-1/+2
2024-02-29[lldb][test] Use pexpect spawn instead of spawnuDavid Spickett2-3/+4
2024-02-29[lldb][test] Clear pexpect found var before checking againDavid Spickett1-0/+1
2024-02-29[LLDB] Fix test failure introduced by #83234 (#83406)Sudharsan Veeravalli1-1/+1
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli2-6/+13
2024-02-28Revert "[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS"Jonas Devlieghere1-2/+1
2024-02-28[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSJonas Devlieghere1-1/+2
2024-02-28Fix interactive use of "command script add". (#83350)jimingham2-0/+18
2024-02-28[lldb] Remove -d(ebug) mode from the lldb driver (#83330)Jonas Devlieghere1-2/+0
2024-02-28[lldb][test][NFC] Add option to exclude third_party packages (#83191)Jordan Rupprecht3-1/+20
2024-02-28[lldb-dap] Deduplicate watchpoints starting at the same address on SetDataBre...Zequan Wu1-0/+45
2024-02-28[LLDB] Fix completion of space-only lines in the REPL on Linux (#83203)Walter Erquinigo1-9/+23
2024-02-27[lldb][dap] Avoid concurrent `HandleCommand` calls (#83162)Jordan Rupprecht1-2/+0
2024-02-27[lldb][test][Windows] Fix NonStop tests on case insensitive file systemsDavid Spickett1-3/+3
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl2-1/+13