summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
AgeCommit message (Expand)Author
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix
2025-09-24[LLDB][PDB] Fix plugin warning message style (#160398)nerix
2025-09-23[LLDB][PDB] Warn if DIA plugin is requested but not available (#160067)nerix
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-08-04[LLDB] Add setting for native PDB reader (#151490)nerix
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath
2024-11-27[lldb] Make sure Blocks always have a parent (#117683)Pavel Labath
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath
2024-10-21[lldb] Avoid repeated map lookups (NFC) (#113121)Kazu Hirata
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-12-15[lldb] Trying to fix windows buildbots after #74786 (#75566)Greg Clayton
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-04-21[lldb] Let Mangled decide whether a name is mangled or notJonas Devlieghere
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz
2023-01-17[lldb] Only allow SymbolFiles to construct TypesAugusto Noronha
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-11-16Make CompilerType safeAdrian Prantl
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-03Use llvm::upper_bound (NFC)Kazu Hirata
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-07Use llvm::is_contained (NFC)Kazu Hirata
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2022-04-07[lldb] Fix building standalone LLDB on Windows.Mehdi Chinoune
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-02-16Add a case for Rust in LLDB's PDB readerArlo Siemsen
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata