summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
AgeCommit message (Expand)Author
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-03-06[LLDB][NativePDB] Check string table in PDB files.Zequan Wu
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-02-14[lldb] Fix use-after-move in SymbolFile/NativePDBFangrui Song
2022-01-13Revert "Revert "[LLDB][NativePDB] Add support for inlined functions""Zequan Wu
2022-01-12Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova
2022-01-11[LLDB][NativePDB] Add support for inlined functionsZequan Wu
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-04-02[NativePDB] Don't fail on import modules.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-02[NativePDB] Fix setting breakpoint by file and line.Zachary Turner
2018-11-16[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner
2018-10-12Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner
2018-10-11Revert SymbolFileNativePDB plugin.Zachary Turner
2018-10-11Better support for POSIX paths in PDBs.Zachary Turner
2018-10-10Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner