summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB
Commit message (Expand)AuthorAgeFilesLines
* Fix two issues in PDBASTParserPavel Labath2018-09-121-17/+16
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-111-1/+1
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-104-157/+640
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-291-3/+7
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-171-6/+3
* Update LLDB for LLVM CodeView API change in r339907Reid Kleckner2018-08-161-329/+329
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-143-17/+443
* Convert a location information from PDB to a DWARF expressionJonas Devlieghere2018-07-134-1/+636
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-281-33/+34
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-081-0/+3
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-061-3/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-051-0/+3
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-312-6/+4
* [SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.Aaron Smith2018-05-231-2/+2
* [SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith2018-05-231-0/+1
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-232-4/+312
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-43/+44
* [SymbolFilePDB] Use section contributions as another way to determine the com...Aaron Smith2018-03-221-16/+19
* [SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith2018-03-222-4/+7
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-224-120/+107
* [SymbolFilePDB] Simplify code with newer methodsAaron Smith2018-03-202-16/+4
* [SymbolFilePDB] Simplify getting the source file pathAaron Smith2018-03-202-66/+2
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-193-63/+46
* [SymbolFilePDB] Rewrite ParseTypes methodAaron Smith2018-03-141-19/+48
* [SymbolFilePDB] Keep searching until the file name is found for the pdb compi...Aaron Smith2018-03-091-2/+3
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-071-0/+10
* [SymbolFilePDB] Minor cleanupAaron Smith2018-03-071-22/+23
* [SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith2018-03-071-20/+44
* [SymbolFilePDB] Get line number for PDBSymbolTypeEnumAaron Smith2018-03-071-8/+12
* Supply missing break in case statement.Adrian McCarthy2018-02-141-3/+1
* Fix some warnings in SymbolFilePDB.cppPavel Labath2018-02-091-7/+6
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-093-20/+749
* [lldb] Silence signed <-> unsigned integer comparison warningKirill Bobyrev2018-01-291-1/+1
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-232-19/+229
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-222-229/+19
* Make loop counter unsigned in SymbolFilePDB::GetCompileUnitIndexRaphael Isemann2018-01-221-1/+1
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-192-19/+229
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-133-72/+214
* Remove duplicate declaration from D41550; NFC Aaron Smith2017-12-281-4/+0
* Update failing PDB unit tests that are searching for symbols by regexAaron Smith2017-12-281-0/+4
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-223-15/+17
* Enable more abilities in SymbolFilePDBAaron Smith2017-12-221-2/+45
* Support scoped enums in the DWARF AST parserTamas Berghammer2017-11-071-1/+1
* Plugins: fix resolution ambiguity in PDB pluginSaleem Abdulrasool2017-09-091-22/+24
* Move many other files from Core -> Utility.Zachary Turner2017-03-062-1/+2
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-311-4/+10
* NFC: Improve comments in SymbolFilePDB.cppAdrian McCarthy2017-01-271-72/+46
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [cmake] Make dependencies of lldb libraries private, take 2Pavel Labath2016-10-181-1/+1
OpenPOWER on IntegriCloud