summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix windows build after getASTContext() changeRaphael Isemann2019-12-211-3/+2
* [lldb] Fix windows build for 38870afPavel Labath2019-11-291-1/+1
* Adapt Windows test to API change.Adrian Prantl2019-10-171-3/+2
* Make yet another attempt in restoring SymbolFilePDBTestsAdrian Prantl2019-10-021-13/+13
* Make another attempt at fixing SymbolFilePDBTests.Adrian Prantl2019-10-011-0/+1
* Fix a syntax error.Adrian Prantl2019-10-011-1/+1
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-15/+12
* Try to update Windows unit test for API change.Adrian Prantl2019-09-301-21/+18
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-3/+3
* Add a missing include to SymbolFilePDBTests.cppPavel Labath2019-08-081-0/+1
* Fix PDB unit tests for the GetSymbolVendor deletionPavel Labath2019-08-081-36/+15
* Add missing includes to SymbolFilePDBTestsPavel Labath2019-07-311-0/+1
* [SymbolFilePDB] Fix windows bots after rL367360Alex Langford2019-07-301-4/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-20/+13
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-2/+2
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-0/+17
* Fix some windows-specific fallout from the FileSpec change.Zachary Turner2018-11-031-30/+29
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-17/+0
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-0/+17
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-0/+3
* [PDB] Fix `SymbolFilePDBTests` after r345313Aleksandr Urakov2018-10-261-2/+4
* [PDB] Test variadic function type in PDBAaron Smith2018-10-191-6/+7
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-111-5/+53
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-061-56/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-051-0/+56
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-221-4/+1
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-191-1/+4
* Update failing PDB unit tests that are searching for symbols by regexAaron Smith2017-12-281-12/+8
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-0/+7
* Enable more abilities in SymbolFilePDBAaron Smith2017-12-221-2/+1
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-2/+2
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-031-1/+1
* Speculative fix for windows build broken by r306668Pavel Labath2017-06-291-6/+2
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-291-12/+8
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Attempt to fix windows unit testsPavel Labath2017-02-241-6/+6
* [unittests] Split DWARF tests out of PDB, fix standalone buildMichal Gorny2017-01-021-44/+17
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* unittests: Specify types in a bunch of unittest EXPECT'sJustin Bogner2016-10-171-4/+4
* Fix PDB unittests on non-windows platformsPavel Labath2016-09-301-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-478/+497
* Fix SymbolFilePDBTests.cppPavel Labath2016-05-101-14/+15
* Fix compiler warnings in SymbolFilePDBTestsPavel Labath2016-04-271-20/+20
* Initial support for reading type information from PDBs.Zachary Turner2016-04-151-4/+242
* Fix a bunch of signedness warnings in unittestsPavel Labath2016-03-111-13/+13
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-0/+344
OpenPOWER on IntegriCloud