aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)AuthorFilesLines
2025-12-11The C++ dynamic typing tests are failing on Windows, skip for now. (#171922)jimingham1-0/+2
2025-12-11Make result variables obey their dynamic values in subsequent expressions (#1...jimingham3-0/+229
2025-12-11[LLDB] Run MSVC variant test with PDB (#171858)nerix1-0/+2
2025-12-10Add a _regexp-break-add and some more tests for the b alias. (#171236)jimingham1-6/+22
2025-12-10[lldb] Make TestJitBreakPoint.py use LLVM_TOOLS_DIR (#171656)Aiden Grossman1-3/+6
2025-12-10[lldb] convert jit-loader_rtdyld_elf.test to an API test (#170333)Charles Zablit3-0/+60
2025-12-09[lldb] Fix capitalization in ambiguous command error (#171519)Jonas Devlieghere3-3/+3
2025-12-09[lldb] Remove CommandReturnObject::AppendRawError (#171517)Jonas Devlieghere3-3/+5
2025-12-09[LLDB] Run MSVC STL optional test with PDB (#171486)nerix1-2/+12
2025-12-09[LLDB] Run MSVC STL (forward-)list test with PDB (#166953)nerix3-0/+5
2025-12-09[LLDB] Run MSVC STL smart pointer tests with PDB (#166946)nerix2-3/+23
2025-12-08Fix a typo in "breakpoint add file" and add a test (#171206)jimingham1-0/+19
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani4-48/+334
2025-12-04[lldb] Add support for synthetic LineEntry objects without valid address rang...Med Ismail Bennani1-0/+14
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-2/+7
2025-12-03[lldb] add libstdcpp span formatter (#168705)Ebuka Ezike1-7/+19
2025-12-02[lldb/test] Add missing import for decorator (NFC)Med Ismail Bennani2-2/+3
2025-12-02[lldb/test] Skip ScriptedFrameProviders tests on arm32 (NFC)Med Ismail Bennani2-2/+2
2025-12-02[lldb/test] Add missing import for decorator (NFC)Med Ismail Bennani1-0/+1
2025-12-02[lldb/test] XFAIL TestFrameProviderCircularDependency.py on WindowsMed Ismail Bennani1-0/+1
2025-12-02[lldb/test] Fix scripted frame provider tests on ARM32Med Ismail Bennani1-4/+13
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani8-0/+939
2025-12-01[lldb] Fix a bug when disabling the statusline. (#169127)Jonas Devlieghere1-2/+4
2025-11-20[lldb] Fix a test if hardware breakpoints are not supported (#168813)Igor Kudrin1-20/+11
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin1-1/+1
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike2-3/+14
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch4-573/+0
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani3-0/+228
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani4-0/+573
2025-11-11[lldb][test] Fix ThreadStepUntilAPI.pyDavid Spickett1-0/+1
2025-11-10[LLDB] Fix lldb failure caused by 95db31e7f6. (#167423)Rahman Lavaee1-1/+3
2025-11-10[lldb] Fix TestLocationsAfterRebuild test (#167402)GeorgeHuyubo1-4/+21
2025-11-10[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)Dmitry Vasilyev1-1/+2
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+67
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix4-69/+122
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix6-0/+12
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix1-4/+3
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre1-4/+4
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch1-0/+2
2025-10-29[LLDB] Skip TestMultipleSlides.py on Windows (#165604)nerix1-0/+4
2025-10-27[lldb] Fix TestVTableValue.py test_overwrite_vtable test (#164910)Daniel Sanders1-0/+6
2025-10-21[lldb][test] Fix TestEmptyFuncThreadStepOut.py (#161788)Igor Kudrin2-5/+24
2025-10-21[lldb] Add bidirectional packetLog to gdbclientutils.py (#162176)Daniel Sanders4-48/+36
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham3-0/+83
2025-10-13[lldb] Remove obsolete comment in TestCortexMExceptionUnwindJason Molenda1-4/+0
2025-10-13[lldb][API test] TestCortexMExceptionUnwind needs ARM llvm targetJason Molenda1-1/+1
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix3-0/+71
2025-10-10[lldb][NFC] enable unwind logging in TestCortexMExceptionUnwindJason Molenda1-0/+3
2025-10-09[lldb] Cortex-M exception unwind API test cleanupJason Molenda3-22/+30
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham5-1/+169