summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB
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-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-04[LLDB] Add setting for native PDB reader (#151490)nerix
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
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-02-03[lldb][TypeSystemClang] Pass around enum value as uint64_t (#125244)Michael Buch
2025-01-27[lldb][TypeSystem] Ensure that ParmVarDecls have the correct DeclContext (#12...Michael Buch
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-08-07[lldb][TypeSystem] Pass ClangASTMetadata by-value when creating record/objc t...Michael Buch
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-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-06-16[lldb][NFCI] TypeSystemClang::GetTypeForIdentifier should take a StringRefAlex Langford
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-22SymbolFile: ensure that we have a value before invoking `getBitWidth`Saleem Abdulrasool
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz
2023-03-17[lldb][PDB] Rename GetDeclarationForSymbol() -> AddSourceInfoToDecl()Stefan Gränitz
2023-01-17[lldb] Only allow SymbolFiles to construct TypesAugusto Noronha
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
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-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
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