summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/NativePDB
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere2019-10-0941-4375/+0
* Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl2019-10-0941-0/+4375
* [test] Split LLDB tests into API, Shell & UnitJonas Devlieghere2019-10-0941-4375/+0
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+2
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-2/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+2
* [NativePDB] Fix tests after r360569Aleksandr Urakov2019-05-131-6/+0
* Add REQUIRES: windows to NativePDB/stack_unwinding01.cppPavel Labath2019-05-131-2/+2
* [NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov2019-05-132-0/+56
* [NativePDB] Add anonymous namespaces supportAleksandr Urakov2019-04-223-3/+30
* [NativePDB] Process virtual bases in the correct orderAleksandr Urakov2019-02-122-1/+17
* [NativePDB] Fix lldb-x64-windows-ninja after r352464Aleksandr Urakov2019-01-292-8/+24
* [NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov2019-01-292-0/+41
* Define the _fltused symbol in one lldb test as well, post-r352076.James Y Knight2019-01-251-0/+4
* Fix test after AST dump output changeStephen Kelly2019-01-211-1/+1
* Fix test after AST dump output changeStephen Kelly2019-01-211-1/+1
* Fix test after AST dump output changeStephen Kelly2019-01-201-1/+1
* Try to port tests to AST dump changesStephen Kelly2019-01-205-13/+10
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-161-4/+4
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-0/+71
* [NativePDB] Update function-types-classes test to check VarDecls.Zachary Turner2019-01-021-3/+13
* [NativePDB] Fix setting breakpoint by file and line.Zachary Turner2019-01-024-17/+40
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-203-0/+223
* Fix line endings.Zachary Turner2018-12-191-2/+2
* [NativePDB] Correctly reconstruct DeclContext for nested enums.Zachary Turner2018-12-182-3/+15
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-8/+8
* [NativePDB] Fix local-variables.cpp test.Zachary Turner2018-12-141-1/+1
* [NativePDB] Add support for local variables.Zachary Turner2018-12-132-0/+193
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-075-1/+45
* [lit] Add a generic build script with a lit substitution.Zachary Turner2018-12-0114-55/+42
* [NativePDB] Fix ast-reconstruction test on x86Aleksandr Urakov2018-11-301-3/+3
* Fix some issues with LLDB's lit configuration files.Zachary Turner2018-11-1914-27/+27
* Add missing triple from llvm-mc command line.Zachary Turner2018-11-171-1/+1
* [NativePDB] Add support for S_CONSTANT records.Zachary Turner2018-11-134-0/+1115
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-132-0/+151
* Remove header grouping comments.Jonas Devlieghere2018-11-114-4/+4
* [NativePDB] Fix completion of enum types.Zachary Turner2018-11-091-1/+2
* [NativePDB] Add support for bitfield records.Zachary Turner2018-11-092-0/+66
* Resubmit "Fix bug in PE/COFF plugin."Zachary Turner2018-11-093-6/+44
* Fix a test whose output changed.Zachary Turner2018-11-091-2/+2
* Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano2018-11-083-46/+7
* Fix bug in PE/COFF plugin and ValueObjectVariable.Zachary Turner2018-11-083-7/+46
* [NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner2018-11-086-18/+275
* Refactor the lit configuration filesZachary Turner2018-11-021-1/+0
* [NativePDB] Make tests work on x86 tooAleksandr Urakov2018-11-023-9/+9
* [NativePDB] Get LLDB types from PDB function types.Zachary Turner2018-11-016-0/+455
* [NativePDB] Add support for dumping global variables of class type.Zachary Turner2018-10-302-0/+289
* [NativePDB] Add the ability to dump dump global variables.Zachary Turner2018-10-262-0/+888
* [NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner2018-10-232-0/+244
* Add REQUIRES: lld to SymbolFileNativePDB tests.Zachary Turner2018-10-123-28/+31
OpenPOWER on IntegriCloud