summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/PDB/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere2019-10-0924-637/+0
* Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl2019-10-0924-0/+637
* [test] Split LLDB tests into API, Shell & UnitJonas Devlieghere2019-10-0924-637/+0
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-012-0/+20
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-034-0/+30
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-304-30/+0
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-304-0/+30
* [ClangASTContext] Extract VTable pointers from C++ objectsAleksandr Urakov2018-11-122-0/+23
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-061-1/+9
* [PDB] Handle `char` as a builtin typeAleksandr Urakov2018-09-281-0/+3
* [PDB] Restore the calling convention from PDBAleksandr Urakov2018-09-261-0/+20
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-0/+47
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-144-0/+199
* Convert a location information from PDB to a DWARF expressionJonas Devlieghere2018-07-132-0/+31
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-281-0/+8
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-083-0/+25
* [SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith2018-05-231-0/+3
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-231-0/+50
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-071-0/+6
* [SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith2018-03-071-0/+46
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-093-1/+76
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-231-0/+40
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-221-40/+0
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-191-0/+40
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-131-0/+3
OpenPOWER on IntegriCloud