aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Expr
AgeCommit message (Expand)AuthorFilesLines
8 days[lldb][DWARFASTParserClang] RequireCompleteType for ObjC types (#176765)Michael Buch1-1/+0
10 days[lldb][test] Add a test for evaluating Obj-C types with an incomplete super-c...Michael Buch1-0/+60
2026-01-06[lldb] Don't trim expression in progress event (#174609)Jonas Devlieghere1-1/+1
2025-12-12[lldb][ClangExpressionParser] Emit more accurate language note for Objective-...Michael Buch1-0/+19
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch8-23/+150
2025-11-07[lldb][ClangModulesDeclVendor] Don't stop loading Clang modules if an individ...Michael Buch5-10/+7
2025-11-07[lldb][ClangModulesDeclVendor] Revamp error handling when loading Clang modul...Michael Buch8-0/+394
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre2-2/+2
2025-10-13[lldb][test] TestExprLanguageNote.test: fix test on WindowsMichael Buch1-3/+1
2025-10-12[lldb][test] TestExprLanguageNote.test: require LLD on WindowsMichael Buch1-1/+4
2025-10-11[lldb][test] Fix language note tests on Windows (#162995)Michael Buch1-1/+1
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch1-0/+87
2025-10-02[lldb][test] XFAIL TestGlobalSymbolObjCConflict.c on WindowsMichael Buch1-1/+3
2025-10-01[lldb][MachO] Fix inspection of global variables that start with 'O' (#161521)Michael Buch1-0/+33
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch1-0/+26
2025-06-10[lldb][test] Add test for handling conflicting Objective-C NS_OPTIONS typedefsMichael Buch1-0/+54
2025-06-03[lldb][test] XFAIL TestClangModulesDeclLookup.test on win-remote-linuxMichael Buch1-0/+1
2025-06-03[lldb][test] XFAIL TestClangModulesDeclLookup on LinuxMichael Buch1-0/+1
2025-06-03[lldb][test] Add test for looking up decls in Clang modules for C++Michael Buch1-0/+60
2025-05-08[lldb] Fixed TestProcessModificationIdOnExpr to work on both x86 and x64 arch...Mikhail Zakharov1-12/+30
2025-05-02Reland "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett4-0/+227
2025-05-02Revert "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett4-225/+0
2025-05-01[lldb] Do not bump memory modificator ID when "internal" debugger memory is u...Mikhail Zakharov4-0/+225
2025-02-08[lldb][TypeSystemClang] Create EnumExtensibilityAttr from DW_AT_APPLE_enum_ki...Michael Buch1-0/+33
2024-12-23Revert "[lldb][test] Add test-coverage for DW_AT_APPLE_objc_complete_type par...Michael Buch1-65/+0
2024-12-20[lldb][test] Add test-coverage for DW_AT_APPLE_objc_complete_type parsing (#1...Michael Buch1-0/+65
2024-12-13[lldb] Add a progress event for executing an expression (#119757)Adrian Prantl1-0/+8
2024-11-12[lldb][test] Fix remote Shell tests failures on Windows host (#115716)Vladislav Dzhidzhoev2-2/+2
2024-10-07[lldb][test] Support remote run of Shell tests (#95986)Vladislav Dzhidzhoev1-1/+1
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl2-2/+2
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl2-2/+2
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl2-2/+2
2024-08-20[lldb][test] XFAIL TestAnonNamespaceParamFunc.cpp on WindowsMichael Buch1-0/+2
2024-08-20[lldb][ClangExpressionParser] Implement ExternalSemaSource::ReadUndefinedButU...Michael Buch1-0/+22
2024-06-21Reland "[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts"Michael Buch1-0/+21
2024-06-20Revert "[lldb][ObjC] Don't query objective-c runtime for decls in C++ context...Michael Buch1-21/+0
2024-06-19[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts (#95963)Michael Buch1-0/+21
2024-06-14[lldb][test] Add test for completing ObjCObjectType (#95405)Michael Buch2-0/+10
2023-10-27[lldb] Return unimplemented error from ScriptedProcessInterface::CreatePlugin...David Spickett1-1/+0
2023-10-26[lldb][test][Windows] XFAIL IR memory map testDavid Spickett1-0/+1
2023-05-26[lldb] Improve error message when evaluating expression when not stoppedJonas Devlieghere1-0/+3
2023-05-17[lldb][gnustep] Add minimal GNUstepObjCRuntime plugin for LanguageTypeObjC on...Stefan Gränitz1-8/+53
2023-05-17[lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz1-0/+62
2023-03-17[lldb][test] Replace use of p with expression in Shell tests (NFC)Dave Lee1-2/+2
2022-07-08[lldb/test] Disable TestStringLiteralExpr.test on Windowsserge-sans-paille1-0/+1
2022-07-08[lldb/test] Add Shell/Expr/TestStringLiteralExpr.testJesus Checa Hidalgo1-0/+11
2021-08-09[lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is usedMichał Górny1-0/+1
2020-10-14[lldb] More memory allocation test fixesPavel Labath1-1/+2
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath1-0/+16
2020-07-15[lldb] Make expect_expr fall back to the dummy target if no target is selectedRaphael Isemann1-13/+0