aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-1/+1
2024-03-19Revert "[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)"Jonas Devlieghere1-1/+1
2024-03-15[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)Jonas Devlieghere1-1/+1
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi1-1/+0
2023-12-19[lldb][PDB] Update max matches test for type queries (#75813)David Spickett1-13/+3
2023-12-15[lldb] Trying to fix windows buildbots after #74786 (#75566)Greg Clayton1-2/+12
2023-12-13[lldb][PDB] TypeQuery parameter should be ConstStringDavid Spickett1-3/+4
2023-12-13[lldb][PDB] Fix more issues with PDB testsDavid Spickett1-3/+3
2023-12-13[lldb][PDB] Attempt to fix tests on WindowsDavid Spickett1-1/+0
2023-12-13[lldb] Fix buildbots after PR 74786 (#75272)Greg Clayton1-45/+46
2023-10-16[lldb][PDB] Fix test build after plugin namespace changeDavid Spickett1-2/+2
2023-04-17[LLDB] Fix broken Windows unittests buildMuhammad Omair Javaid1-1/+2
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-4/+4
2022-11-17Attempt ro fix Windows build errors.Adrian Prantl1-4/+4
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath1-2/+1
2021-10-18[lldb] Fix SymbolFilePDBTests for a3939e1Pavel Labath1-1/+2
2021-05-05[lldb/Symbol] Fix typo in SymbolFilePDBTests (NFC)Med Ismail Bennani1-1/+1
2021-05-05[lldb/Symbol] Update SymbolFilePDB unitest with SourceLocationSpecMed Ismail Bennani1-8/+17
2020-07-22Fix Windows buildAdrian Prantl1-5/+5
2020-02-18[lldb][NFC] Fix compilation of SymbolFilePDBTests.cpp after FindNamespace API...Raphael Isemann1-1/+1
2020-02-18[lldb] Fix compilation of SymbolFilePDBTests.cpp after FindTypes API changeRaphael Isemann1-10/+15
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann1-12/+12
2019-12-21[lldb] Fix windows build after getASTContext() changeRaphael Isemann1-3/+2
2019-11-29[lldb] Fix windows build for 38870afPavel Labath1-1/+1
2019-10-17Adapt Windows test to API change.Adrian Prantl1-3/+2
2019-10-02Make yet another attempt in restoring SymbolFilePDBTestsAdrian Prantl1-13/+13
2019-10-01Make another attempt at fixing SymbolFilePDBTests.Adrian Prantl1-0/+1
2019-10-01Fix a syntax error.Adrian Prantl1-1/+1
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl1-15/+12
2019-09-30Try to update Windows unit test for API change.Adrian Prantl1-21/+18
2019-09-23[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo1-3/+3
2019-08-08Add a missing include to SymbolFilePDBTests.cppPavel Labath1-0/+1
2019-08-08Fix PDB unit tests for the GetSymbolVendor deletionPavel Labath1-36/+15
2019-07-31Add missing includes to SymbolFilePDBTestsPavel Labath1-0/+1
2019-07-30[SymbolFilePDB] Fix windows bots after rL367360Alex Langford1-4/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner1-20/+13
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner1-2/+2
2018-11-30[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov1-0/+17
2018-11-03Fix some windows-specific fallout from the FileSpec change.Zachary Turner1-30/+29
2018-11-02Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano1-17/+0
2018-11-02[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov1-0/+17
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-0/+3
2018-10-26[PDB] Fix `SymbolFilePDBTests` after r345313Aleksandr Urakov1-2/+4
2018-10-19[PDB] Test variadic function type in PDBAaron Smith1-6/+7
2018-09-11[PDB] Fix problems after rL341782Aleksandr Urakov1-5/+53
2018-06-06Revert "PDB support of function-level linking and splitted functions"Pavel Labath1-56/+0
2018-06-05PDB support of function-level linking and splitted functionsAaron Smith1-0/+56