summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
AgeCommit message (Expand)Author
2018-03-19[SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith
2018-03-14[SymbolFilePDB] Rewrite ParseTypes methodAaron Smith
2018-03-09[SymbolFilePDB] Keep searching until the file name is found for the pdb compi...Aaron Smith
2018-03-07[SymbolFilePDB] Minor cleanupAaron Smith
2018-02-09Fix some warnings in SymbolFilePDB.cppPavel Labath
2018-02-09[SymbolFilePDB] Add support for function symbolsAaron Smith
2018-01-23[SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith
2018-01-22Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath
2018-01-22Make loop counter unsigned in SymbolFilePDB::GetCompileUnitIndexRaphael Isemann
2018-01-19[SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith
2018-01-13[lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith
2017-12-22[lldb] Stop searching for a symbol in a pdb by regexAaron Smith
2017-12-22Enable more abilities in SymbolFilePDBAaron Smith
2017-01-27NFC: Improve comments in SymbolFilePDB.cppAdrian McCarthy
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-05Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton
2016-05-13Clean up test results on Windows.Zachary Turner
2016-05-09Fix assertion in SymbolFilePDBPavel Labath
2016-05-06Fix LLDB after removal of PDB_ErrorCodeZachary Turner
2016-05-04Update for llvm change to add pdb namespace.Zachary Turner
2016-04-15Initial support for reading type information from PDBs.Zachary Turner
2016-03-10Fix SymbolFilePDB for discontiguous functions.Zachary Turner
2016-03-02Add support for reading line tables from PDB files.Zachary Turner