summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
AgeCommit message (Expand)Author
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix
2025-07-30[LLDB][NativePDB] Fix name access for classes in `CVTagRecord::name` (#151190)nerix
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-09-12[LLDB][NativePDB] Add local variables with no location info.Zequan Wu
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-02-01[PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2018-12-17[NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-11-16[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.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-10-30[NativePDB] Add support for dumping global variables of class type.Zachary Turner
2018-10-22Some cleanups to the native pdb plugin [NFC].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