summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
AgeCommit message (Expand)Author
2025-10-15[LLDB][NativePDB] Consolidate simple types (#163209)nerix
2023-03-06[LLDB][NativePDB] Check string table in PDB files.Zequan Wu
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu
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-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-06-30[LLDB][NativePDB] Return LLDB_INVALID_ADDRESS in PdbIndex::MakeVirtualAddress...Zequan Wu
2022-06-29[CodeView] Call llvm::codeview::visitMemberRecordStream with the deserialized...Zequan Wu
2022-06-08[LLDB][NativePDB] Fix several crashes when parsing debug info.Zequan Wu
2022-04-20[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD_REGISTERs are out of ...Zequan Wu
2022-04-14[LLDB][NativePDB] Fix a crash when S_DEFRANGE_SUBFIELD_REGISTER descirbes a s...Zequan Wu
2022-04-01[LLDB][NativePDB] Create inline function declsZequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2022-03-01[PDB] Add char8_t typeZequan Wu
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu
2019-08-05Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu
2019-02-01[PDB] Fix build after r352845Aleksandr Urakov
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
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2018-12-20[NativePDB] Create VarDecls for global variables.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[NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner
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-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