aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)AuthorFilesLines
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham5-1/+169
2025-10-08[lldb] Fix stepping out if the return address is not allowed to stop at (#161...Igor Kudrin3-0/+49
2025-10-08Revert "[lldb] Cortex-M exception unwind API test cleanup" (#162520)Vladislav Dzhidzhoev3-30/+23
2025-10-07[lldb] Cortex-M exception unwind API test cleanupJason Molenda3-23/+30
2025-10-02[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang ver...Michael Buch1-5/+0
2025-10-01[lldb][RISCV] Fixed TestSymbolFileJSON for RISC-V (#161497)Georgiy Samoylov1-0/+1
2025-10-01[LLDB] Add load core time to target metrics (#161581)Jacob Lalonde2-0/+47
2025-09-25[lldb][test] Refactor and expand TestMemoryRegionDirtyPages.py (#156035)David Spickett1-38/+80
2025-09-18[lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444)David Peixotto1-2/+0
2025-09-17[lldb][test] Disable parallel module loading for TestNetBSDCore.py (#159395)David Spickett1-0/+2
2025-09-16[LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some te...Sirraide1-1/+1
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide2-2/+2
2025-09-15[lldb][test] Fix unordered-map test. (#158286)Ebuka Ezike1-1/+0
2025-09-11[lldb][NFC] Mark API test skipIfRemote to avoid a botJason Molenda1-4/+1
2025-09-10Revert "[lldb][NFC] Force some logging on to TestCortexMExceptionUnwind.py"Jason Molenda1-6/+26
2025-09-10[lldb][NFC] Force some logging on to TestCortexMExceptionUnwind.pyJason Molenda1-26/+6
2025-09-10Revert "[lldb][NFC] Try to adapt Cortex-M API test for an Unbuntu bot"Jason Molenda1-2/+20
2025-09-10[lldb][NFC] Try to adapt Cortex-M API test for an Unbuntu botJason Molenda1-20/+2
2025-09-10[lldb][test] skip test `TestRerunAndExprDylib.py` on remote (#157916)Ebuka Ezike1-0/+1
2025-09-10[lldb][test] Re-enable `TestRerunAndExprDylib.py` (#157872)Ebuka Ezike1-2/+2
2025-09-10[lldb][test] StepUntil disable test for unsupported linkers. (#157474)Ebuka Ezike2-20/+40
2025-09-09[lldb][NFC] Update testsuite skip commentJason Molenda1-1/+18
2025-09-09[lldb] Skip TestCortexMExceptionUnwind except DarwinJason Molenda1-0/+2
2025-09-09NFC: SBThread should not be the one to compute StopReasonData. (#157577)jimingham2-2/+2
2025-09-09[lldb][NFC] add comment to new TestCortexMExceptionUnwindJason Molenda1-0/+4
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda4-0/+156
2025-09-09[lldb][test] Prevent TestqOffsets.py picking up host binaries (#157432)David Spickett1-0/+2
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin3-0/+61
2025-09-08[lldb][test] Only assert function name is in user-code on Darwin platformsMichael Buch4-15/+24
2025-09-08[lldb][test] TestTsanBasic.py: fix function name assertionMichael Buch1-2/+2
2025-09-08[lldb][Instrumentation] Set selected frame to outside sanitizer libraries (#1...Michael Buch3-2/+14
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch2-0/+41
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere4-8/+8
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani1-1/+64
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere1-6/+6
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani1-1/+1
2025-08-29[lldb] Restrict TestVariableAnnotationsDisassembler.py to ELF x86_64 (skip on...Abdullah Mohammad Amin1-0/+3
2025-08-29[lldb] Skip TestVariableAnnotationsDisassembler.py on non-x86 architectures (...Abdullah Mohammad Amin1-0/+7
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin9-0/+2809
2025-08-28[lldb][test] Run ranges::ref_vew test only for libc++ (#155813)Ebuka Ezike1-1/+0
2025-08-28[lldb][test] Disable statusline module deadlock test on LinuxDavid Spickett1-0/+1
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch5-8/+7
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner1-8/+6
2025-08-19[lldb] Support error variations in TestProcessCrashInfo.py (#154202)Jonas Devlieghere1-8/+17
2025-08-18Revert "[lldb] Relax the error message in TestProcessCrashInfo.py" (#154197)Jonas Devlieghere1-2/+2
2025-08-18[lldb] Relax the error message in TestProcessCrashInfo.py (#153653)Jonas Devlieghere1-2/+2
2025-08-12[lldb][test] Remove a Windows xfail from TestThreadStatesDavid Spickett1-1/+0
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-3/+0
2025-08-04Fix a deadlock in ModuleList when starting a standalone lldb client/server (#...qxy111-0/+84
2025-08-03[lldb][test] Skip tail_call_frames tests on older Clang versionsMichael Buch2-2/+2