summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-2/+3
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-231-0/+12
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-221-11/+10
* [SymbolFilePDB] Simplify getting the source file pathAaron Smith2018-03-201-3/+0
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-191-5/+5
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-091-0/+33
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-131-2/+14
* Remove duplicate declaration from D41550; NFC Aaron Smith2017-12-281-4/+0
* Update failing PDB unit tests that are searching for symbols by regexAaron Smith2017-12-281-0/+4
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-1/+2
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-129/+115
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-041-4/+4
* Initial support for reading type information from PDBs.Zachary Turner2016-04-151-4/+18
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-0/+190
OpenPOWER on IntegriCloud