summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
AgeCommit message (Expand)Author
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-06-30[LLDB][NativePDB] Return LLDB_INVALID_ADDRESS in PdbIndex::MakeVirtualAddress...Zequan Wu
2020-10-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-12Correcting some comments in PdbIndex.cpp [NFC]Adrian McCarthy
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-02Use map::insert instead of try_emplace.Zachary Turner
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-06Support skewed stream arrays.Zachary Turner
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-10-23[NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner
2018-10-12Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner
2018-10-11Revert SymbolFileNativePDB plugin.Zachary Turner
2018-10-10[SymbolFileNativePDB] Fix compilation errors with gcc.Zachary Turner
2018-10-10Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner