summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PDB] Fix build after r352845Aleksandr Urakov2019-02-011-1/+1
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-011-8/+136
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-15/+2
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-1/+5
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-201-0/+24
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-0/+188
* [PDB] Move some code around. NFC.Zachary Turner2018-12-061-0/+120
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-161-0/+15
* [NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner2018-11-081-0/+46
* [NativePDB] Get LLDB types from PDB function types.Zachary Turner2018-11-011-1/+3
* [NativePDB] Add support for dumping global variables of class type.Zachary Turner2018-10-301-0/+7
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-221-8/+107
* Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner2018-10-121-0/+258
* Revert SymbolFileNativePDB plugin.Zachary Turner2018-10-111-258/+0
* [SymbolFileNativePDB] Fix compilation errors with gcc.Zachary Turner2018-10-101-2/+2
* Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner2018-10-101-0/+258
OpenPOWER on IntegriCloud