summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Expr
AgeCommit message (Expand)Author
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch
2025-11-07[lldb][ClangModulesDeclVendor] Don't stop loading Clang modules if an individ...Michael Buch
2025-11-07[lldb][ClangModulesDeclVendor] Revamp error handling when loading Clang modul...Michael Buch
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre
2025-10-13[lldb][test] TestExprLanguageNote.test: fix test on WindowsMichael Buch
2025-10-12[lldb][test] TestExprLanguageNote.test: require LLD on WindowsMichael Buch
2025-10-11[lldb][test] Fix language note tests on Windows (#162995)Michael Buch
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch
2025-10-02[lldb][test] XFAIL TestGlobalSymbolObjCConflict.c on WindowsMichael Buch
2025-10-01[lldb][MachO] Fix inspection of global variables that start with 'O' (#161521)Michael Buch
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch
2025-06-10[lldb][test] Add test for handling conflicting Objective-C NS_OPTIONS typedefsMichael Buch
2025-06-03[lldb][test] XFAIL TestClangModulesDeclLookup.test on win-remote-linuxMichael Buch
2025-06-03[lldb][test] XFAIL TestClangModulesDeclLookup on LinuxMichael Buch
2025-06-03[lldb][test] Add test for looking up decls in Clang modules for C++Michael Buch
2025-05-08[lldb] Fixed TestProcessModificationIdOnExpr to work on both x86 and x64 arch...Mikhail Zakharov
2025-05-02Reland "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett
2025-05-02Revert "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett
2025-05-01[lldb] Do not bump memory modificator ID when "internal" debugger memory is u...Mikhail Zakharov
2025-02-08[lldb][TypeSystemClang] Create EnumExtensibilityAttr from DW_AT_APPLE_enum_ki...Michael Buch
2024-12-23Revert "[lldb][test] Add test-coverage for DW_AT_APPLE_objc_complete_type par...Michael Buch
2024-12-20[lldb][test] Add test-coverage for DW_AT_APPLE_objc_complete_type parsing (#1...Michael Buch
2024-12-13[lldb] Add a progress event for executing an expression (#119757)Adrian Prantl
2024-11-12[lldb][test] Fix remote Shell tests failures on Windows host (#115716)Vladislav Dzhidzhoev
2024-10-07[lldb][test] Support remote run of Shell tests (#95986)Vladislav Dzhidzhoev
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-08-20[lldb][test] XFAIL TestAnonNamespaceParamFunc.cpp on WindowsMichael Buch
2024-08-20[lldb][ClangExpressionParser] Implement ExternalSemaSource::ReadUndefinedButU...Michael Buch
2024-06-21Reland "[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts"Michael Buch
2024-06-20Revert "[lldb][ObjC] Don't query objective-c runtime for decls in C++ context...Michael Buch
2024-06-19[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts (#95963)Michael Buch
2024-06-14[lldb][test] Add test for completing ObjCObjectType (#95405)Michael Buch
2023-10-27[lldb] Return unimplemented error from ScriptedProcessInterface::CreatePlugin...David Spickett
2023-10-26[lldb][test][Windows] XFAIL IR memory map testDavid Spickett
2023-05-26[lldb] Improve error message when evaluating expression when not stoppedJonas Devlieghere
2023-05-17[lldb][gnustep] Add minimal GNUstepObjCRuntime plugin for LanguageTypeObjC on...Stefan Gränitz
2023-05-17[lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz
2023-03-17[lldb][test] Replace use of p with expression in Shell tests (NFC)Dave Lee
2022-07-08[lldb/test] Disable TestStringLiteralExpr.test on Windowsserge-sans-paille
2022-07-08[lldb/test] Add Shell/Expr/TestStringLiteralExpr.testJesus Checa Hidalgo
2021-08-09[lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is usedMichał Górny
2020-10-14[lldb] More memory allocation test fixesPavel Labath
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2020-07-15[lldb] Make expect_expr fall back to the dummy target if no target is selectedRaphael Isemann
2019-10-31[lldb/lit] Introduce %clang_host substitutionsPavel Labath
2019-10-09Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere
2019-10-09Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl
2019-10-09[test] Split LLDB tests into API, Shell & UnitJonas Devlieghere