aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API
AgeCommit message (Expand)AuthorFilesLines
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-09[lldb][test] Add basic API tests for DW_TAG_template_alias (#170804)Michael Buch3-0/+69
2025-12-09[lldb][TypeSystemClang] Set SuppressInlineNamespace to 'All' (#171138)Michael Buch3-0/+46
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-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham1-1/+3
2025-12-04[lldb] Add support for synthetic LineEntry objects without valid address rang...Med Ismail Bennani2-0/+158
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-2/+7
2025-12-03Revert "[LLDB] Add SBFrameExtensions Tests (#169236)" (#170555)Vladislav Dzhidzhoev3-570/+0
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)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani8-0/+939
2025-12-02[LLDB] Add SBFrameExtensions Tests (#169236)Ahmed Nour3-0/+570
2025-12-02[lldb] Fix GetExpressionPath for vector registers (#169210)Ebuka Ezike3-0/+77
2025-12-01[BoundsSafety][LLDB] Implement instrumentation plugin for -fbounds-safety sof...Dan Liew4-0/+185
2025-12-01[lldb] Fix a bug when disabling the statusline. (#169127)Jonas Devlieghere1-2/+4
2025-11-28[lldb-dap] Add data breakpoints for bytes (#167237)Sergei Druzhkov1-22/+89
2025-11-28[lldb] Fix duplicate test class name causing lldb-dotest conflict (#169861)Ebuka Ezike1-1/+1
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-0/+18
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang2-0/+86
2025-11-25[lldb-dap] Add format support for evaluate request (#169132)Sergei Druzhkov1-1/+10
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin6-0/+115
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-19[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan1-0/+1
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl4-8/+8
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison1-43/+151
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva4-0/+1257
2025-11-14[lldb] Add a test for capturing stdout/stderr from Python commands (#168138)Jonas Devlieghere1-0/+47
2025-11-13[LLDB] Use skipIf instead of expectedFailAdrian Prantl1-1/+1
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike2-3/+14
2025-11-12[lldb] Remove test that disassembles all of Foundation (#167596)Alex Langford1-46/+0
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-12Fix lldb-dap non-leaf frame source resolution issue (#165944)jeffreytan813-0/+88
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-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch5-44/+0
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham2-0/+58
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+67