summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-105-21/+145
* [DWARF] Fix dwarf5-index-is-used.cppAleksandr Urakov2018-09-031-1/+1
* [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
* Fix typo in find-basic-function testPavel Labath2018-07-161-4/+4
* Convert a location information from PDB to a DWARF expressionJonas Devlieghere2018-07-133-0/+45
* [FileCheck] Add -allow-deprecated-dag-overlap to failing lldb testsJoel E. Denny2018-07-111-3/+3
* 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
* DebugNamesDWARFIndex: fix handling of compressed sectionsPavel Labath2018-06-141-0/+14
* DWARFDebugNames: Implement last GetGlobalVariables overloadPavel Labath2018-06-121-2/+10
* lldb-test symbols: Add -file argument and the ability to dump global variable...Pavel Labath2018-06-122-0/+23
* lit/SymbolFile/DWARF: Simplify test RUN linesPavel Labath2018-06-128-22/+14
* DWARFDebugNames: Fix lookup in dwo filesPavel Labath2018-06-111-0/+25
* DebugNamesDWARFIndex: Implement regex version of the GetFunctions methodPavel Labath2018-06-081-0/+27
* DebugNamesDWARFIndex: Implement GetFunctions methodPavel Labath2018-06-081-0/+16
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-084-0/+29
* DebugNamesDWARFIndex: Add type lookup suportPavel Labath2018-06-071-0/+10
* DebugNamesDWARFIndex: add namespace lookup supportPavel Labath2018-06-071-0/+10
* DebugNamesDWARFIndex: Add support for partial indexesPavel Labath2018-06-071-0/+25
* DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath2018-06-073-0/+41
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-061-0/+8
* [lit, pdb] Fix func-symbols.test (on Windows)Stella Stamenova2018-06-051-36/+37
* AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath2018-06-041-3/+0
* [lit, pdb] Fix two failing PDB tests on WindowsStella Stamenova2018-06-012-8/+8
* ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the s...Pavel Labath2018-05-292-1/+153
* ManualDWARFIndex: Fix misclassification of methods in unionsPavel Labath2018-05-251-0/+31
* [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
* Improve coverage of the apple-tables testPavel Labath2018-05-212-4/+30
* Add some apple-tables lookup testsPavel Labath2018-05-214-0/+36
* [DWARF] Align non-accelerated function fullname searching with the apple-tabl...Pavel Labath2018-05-091-1/+11
* lldb-test symbols: Add ability to do name-based lookupPavel Labath2018-05-036-0/+214
* [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