summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB
AgeCommit message (Expand)Author
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2019-01-08[PdbAstBuilder] Remove unused functionsJonas Devlieghere
2019-01-02Try to fix Green Dragon bot.Zachary Turner
2019-01-02Use map::insert instead of try_emplace.Zachary Turner
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2019-01-02[NativePDB] Fix setting breakpoint by file and line.Zachary Turner
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-19[NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner
2018-12-18[NativePDB] Correctly reconstruct DeclContext for nested enums.Zachary Turner
2018-12-17Fix case of source file in CMakeLists.txtZachary Turner
2018-12-17[NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner
2018-12-14Remove unused variable.Richard Trieu
2018-12-13[NativePDB] Add support for local variables.Zachary Turner
2018-12-12[ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner
2018-12-07[NativePDB] Reconstruct function declarations from debug info.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-12-06Support skewed stream arrays.Zachary Turner
2018-11-16[SymbolFile] Remove unused function. NFCI.Davide Italiano
2018-11-16Don't use uniform initialization syntax.Zachary Turner
2018-11-16[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner
2018-11-13[NativePDB] Add support for S_CONSTANT records.Zachary Turner
2018-11-13[NativePDB] Improved support for nested type reconstruction.Zachary Turner
2018-11-09[NativePDB] Fix completion of enum types.Zachary Turner
2018-11-09[NativePDB] Add support for bitfield records.Zachary Turner
2018-11-08[lldb] Fix initialization order warnings.Jorge Gorbe Moya
2018-11-08[NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner
2018-11-08Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-11-05Add a target modules dump ast command.Zachary Turner
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[NativePDB] Get LLDB types from PDB function types.Zachary Turner
2018-10-30[NativePDB] Add support for dumping global variables of class type.Zachary Turner
2018-10-26[NativePDB] Add the ability to dump dump global variables.Zachary Turner
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-10-25[NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner
2018-10-23Remove unused private methods.Zachary Turner
2018-10-23Fix some comments pointed out by Leonard Mosescu.Zachary Turner
2018-10-23Remove unused variable.Eric Christopher
2018-10-23Change two methods from const char* to StringRef [NFC].Zachary Turner
2018-10-23[NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner
2018-10-22Some cleanups to the native pdb plugin [NFC].Zachary Turner
2018-10-18[SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeViewMichal Gorny
2018-10-12Try to fix some failures on MacOSX with the NativePDB patch.Zachary Turner
2018-10-12Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner