summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correcting some comments in PdbIndex.cpp [NFC]Adrian McCarthy2019-03-121-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use map::insert instead of try_emplace.Zachary Turner2019-01-021-1/+1
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-9/+1
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-201-0/+4
* Support skewed stream arrays.Zachary Turner2018-12-061-5/+2
* Don't use uniform initialization syntax.Zachary Turner2018-11-161-1/+1
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-161-8/+6
* [NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner2018-10-231-0/+6
* Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner2018-10-121-0/+203
* Revert SymbolFileNativePDB plugin.Zachary Turner2018-10-111-203/+0
* [SymbolFileNativePDB] Fix compilation errors with gcc.Zachary Turner2018-10-101-3/+4
* Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner2018-10-101-0/+202
OpenPOWER on IntegriCloud