summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Restore the calling convention from PDBAleksandr Urakov2018-09-261-1/+22
* [PDB] Use the raw PDB symbol interface more accuratelyAleksandr Urakov2018-09-141-13/+39
* 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-101-114/+475
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-171-6/+3
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-141-10/+383
* [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
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+5
* [SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith2018-03-221-0/+3
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-221-25/+29
* [SymbolFilePDB] Simplify code with newer methodsAaron Smith2018-03-201-2/+2
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-191-18/+11
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-071-0/+10
* [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
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-091-8/+71
* [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-231-15/+194
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-221-194/+15
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-191-15/+194
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-131-2/+0
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-0/+4
* 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
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-186/+181
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-041-2/+3
* Initial support for reading type information from PDBs.Zachary Turner2016-04-151-0/+236
OpenPOWER on IntegriCloud