summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-4/+2
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-231-4/+300
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-38/+39
* [SymbolFilePDB] Use section contributions as another way to determine the com...Aaron Smith2018-03-221-16/+19
* [SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith2018-03-221-4/+4
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-221-79/+63
* [SymbolFilePDB] Simplify code with newer methodsAaron Smith2018-03-201-14/+2
* [SymbolFilePDB] Simplify getting the source file pathAaron Smith2018-03-201-63/+2
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-191-40/+30
* [SymbolFilePDB] Rewrite ParseTypes methodAaron Smith2018-03-141-19/+48
* [SymbolFilePDB] Keep searching until the file name is found for the pdb compi...Aaron Smith2018-03-091-2/+3
* [SymbolFilePDB] Minor cleanupAaron Smith2018-03-071-22/+23
* Fix some warnings in SymbolFilePDB.cppPavel Labath2018-02-091-7/+6
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-091-12/+645
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-231-4/+35
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-221-35/+4
* Make loop counter unsigned in SymbolFilePDB::GetCompileUnitIndexRaphael Isemann2018-01-221-1/+1
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-191-4/+35
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-131-68/+200
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-14/+11
* Enable more abilities in SymbolFilePDBAaron Smith2017-12-221-2/+45
* NFC: Improve comments in SymbolFilePDB.cppAdrian McCarthy2017-01-271-72/+46
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-599/+568
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-1/+1
* Clean up test results on Windows.Zachary Turner2016-05-131-1/+1
* Fix assertion in SymbolFilePDBPavel Labath2016-05-091-0/+4
* Fix LLDB after removal of PDB_ErrorCodeZachary Turner2016-05-061-1/+1
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-041-35/+37
* Initial support for reading type information from PDBs.Zachary Turner2016-04-151-8/+162
* Fix SymbolFilePDB for discontiguous functions.Zachary Turner2016-03-101-29/+53
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-0/+549
OpenPOWER on IntegriCloud