summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/PDB
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere2019-10-0940-1263/+0
* Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl2019-10-0940-0/+1263
* [test] Split LLDB tests into API, Shell & UnitJonas Devlieghere2019-10-0940-1263/+0
* Fix PDB tests after r367820Pavel Labath2019-08-056-6/+6
* [NativePDB] Add anonymous namespaces supportAleksandr Urakov2019-04-221-1/+2
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-013-0/+26
* Attempt to fix PDB tests broken by r350924Pavel Labath2019-01-116-6/+6
* Write PDB/variables.test to be more robust.Zachary Turner2019-01-091-50/+58
* Change lldb-test to use ParseAllDebugSymbols.Zachary Turner2019-01-092-57/+58
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-1/+1
* [NativePDB] Enable function-level-linking.test in native mode.Zachary Turner2018-12-191-1/+2
* [NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner2018-12-191-1/+2
* [PDB] Make PDB lit tests use the new builderAleksandr Urakov2018-12-0515-44/+33
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-035-0/+66
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-305-66/+0
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-305-0/+66
* Fix some issues with LLDB's lit configuration files.Zachary Turner2018-11-1915-35/+39
* [PDB] Fix `vbases.test` requirementAleksandr Urakov2018-11-121-1/+1
* [ClangASTContext] Extract VTable pointers from C++ objectsAleksandr Urakov2018-11-123-0/+38
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-062-1/+15
* Refactor the lit configuration filesZachary Turner2018-11-0215-15/+14
* [PDB] Handle `char` as a builtin typeAleksandr Urakov2018-09-284-4/+8
* [PDB] Restore the calling convention from PDBAleksandr Urakov2018-09-263-1/+32
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-105-21/+145
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-291-3/+8
* [PDB] Make variables.test to pass using a 32-bit compiler tooAleksandr Urakov2018-08-241-1/+1
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-147-0/+380
* Fix variables.test after D49018Stella Stamenova2018-07-181-7/+7
* Convert a location information from PDB to a DWARF expressionJonas Devlieghere2018-07-133-0/+45
* Retrieve a function PDB symbol correctly from nested blocksStella Stamenova2018-07-091-1/+1
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-282-0/+15
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-084-0/+29
* [lit, pdb] Fix func-symbols.test (on Windows)Stella Stamenova2018-06-051-36/+37
* [lit, pdb] Fix two failing PDB tests on WindowsStella Stamenova2018-06-012-8/+8
* [SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith2018-05-232-0/+5
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-232-0/+108
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-072-0/+8
* [SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith2018-03-072-0/+85
* [SymbolFilePDB] Get line number for PDBSymbolTypeEnumAaron Smith2018-03-071-6/+6
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-094-1/+123
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-233-0/+140
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-223-140/+0
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-193-0/+140
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-133-0/+13
OpenPOWER on IntegriCloud