aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-02[lldb] Fix dynamic type resolution for types parsed from declarations (#137974)Pavel Labath5-1/+20
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee1-1/+1
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima8-14/+14
2025-02-17[lldb] Disable test_step_out_thunk on WindowsJonas Devlieghere1-0/+1
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere3-0/+97
2025-02-17[lldb][TypeSystemClang] Add support for floating point template argument cons...Michael Buch2-3/+45
2025-02-14[lldb][test] TestCppTemplateArguments.py: skip on older compilersMichael Buch1-0/+1
2025-02-13[lldb][test] TestCppTemplateArguments.py: adjust expected typeMichael Buch1-2/+4
2025-02-13[lldb][test] TestCPPEnumPromotion: make sure enums are preserved in dSYMMichael Buch1-9/+9
2025-02-13[lldb] Analyze enum promotion type during parsing (#115005)Ilia Kuklin3-0/+61
2025-02-13[lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (#126901)Michael Buch4-4/+57
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee1-7/+4
2025-01-16[lldb] Fix lookup of types in anonymous namespaces with -gsimple-template-nam...Pavel Labath2-0/+19
2024-12-23[lldb][SymbolFileDWARF] Share GetDIEToType between SymbolFiles of a SymbolFil...Michael Buch5-0/+70
2024-12-17[lldb] Remove references to llvm-gcc (#120225)Michael Buch1-1/+1
2024-11-18[lldb] Fix regex support in SBTarget.modules_access (#116452)Dave Lee1-9/+6
2024-11-15[lldb] Make CompilerDecl::GetName (always) return template args (#116068)Pavel Labath5-0/+85
2024-11-14[lldb] Support any flag to _regexp-bt (#116260)Dave Lee1-0/+5
2024-11-11[lldb][test] TestConstStaticIntegralMember.py: skip dsym variant for older co...Michael Buch1-2/+2
2024-11-08[lldb][test] TestConstStaticIntegralMember.py: fix XFAIL decoratorsMichael Buch1-2/+2
2024-11-08[lldb][test] TestConstStaticIntegralMember.py: XFAIL on Darwin for older comp...Michael Buch1-0/+2
2024-11-08[lldb][test] TestConstStaticIntegralMember.py: XFAIL DWARFv4 variant on Darwi...Michael Buch1-2/+2
2024-11-07[lldb][test] Disable new dwarf5 integral member tests on WindowsDavid Spickett1-0/+4
2024-11-07[lldb] Index static const members of classes, structs and unions as global va...Ilia Kuklin2-10/+26
2024-11-05Revert "Fix pointer to reference type (#113596)" (#114831)Pavel Labath2-23/+0
2024-10-31[lldb][test] Fix `LibCxxInternalsRecognizerTestCase` on clang <= 17 (#114122)Adrian Vogelsgesang1-4/+11
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham1-2/+5
2024-10-24Fix pointer to reference type (#113596)jeffreytan812-0/+23
2024-10-18[lldb][test] Add test for ASTImporter's name conflict resolution (#112566)Michael Buch7-0/+104
2024-10-16[lldb] Use system c++ lib for LLDB STL tests (#112598)Haowei1-6/+0
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz2-3/+3
2024-10-16[lldb][test] Fix TestStdCXXDisassembly test (#112357)Dmitry Vasilyev2-2/+9
2024-10-15[lldb][test] Fix TestStdCXXDisassembly test for case when tests are linked wi...Vladislav Dzhidzhoev2-3/+3
2024-10-10[lldb][libc++] Hide all libc++ implementation details from stacktraces (#108870)Adrian Vogelsgesang5-75/+154
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-1/+2
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-2/+1
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-1/+2
2024-09-18[LLDB] Fix operators <= and >= returning a wrong result when comparing to a f...Ilia Kuklin3-0/+141
2024-09-16[lldb][test] Add TestNoUniqueAddress.pyMichael Buch3-0/+105
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath6-31/+68
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang4-2/+103
2024-08-26[lldb] Support non-default libc++ ABI namespacePetr Hosek1-3/+3
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl3-0/+98
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko3-98/+0
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl3-0/+98
2024-08-20[lldb] Disable the API test TestCppBitfields on Windows (#105037)Dmitry Vasilyev1-0/+1
2024-07-26[LLDB] Remove decorator from XPASSes x86/Windows (#100628)Vladislav Dzhidzhoev2-6/+0
2024-07-01[lldb][TypeSystemClang] Allow transparent lookup through anonymous namespaces...Michael Buch2-1/+31
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch1-1/+1
2024-06-28[lldb][test] Add test-cases for packed/aligned structures (#96932)Michael Buch2-0/+8