aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB
AgeCommit message (Expand)AuthorFilesLines
2025-11-28[LLDB][PDB] Access object file through module (#169728)nerix1-3/+6
2025-10-29[LLDB] Use native PDB reader by default (#165363)nerix1-12/+6
2025-09-24[LLDB][PDB] Fix plugin warning message style (#160398)nerix1-2/+2
2025-09-23[LLDB][PDB] Warn if DIA plugin is requested but not available (#160067)nerix1-21/+30
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch2-3/+5
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-5/+6
2025-08-04[LLDB] Add setting for native PDB reader (#151490)nerix4-27/+139
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch1-2/+3
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere1-1/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+3
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch1-3/+2
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch2-3/+3
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev1-2/+2
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett1-2/+2
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev1-2/+2
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath1-14/+12
2025-02-03[lldb][TypeSystemClang] Pass around enum value as uint64_t (#125244)Michael Buch1-1/+1
2025-01-27[lldb][TypeSystem] Ensure that ParmVarDecls have the correct DeclContext (#12...Michael Buch1-2/+2
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath1-5/+4
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath1-32/+20
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath1-20/+32
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath1-32/+20
2024-11-27[lldb] Make sure Blocks always have a parent (#117683)Pavel Labath1-3/+1
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath1-3/+3
2024-10-21[lldb] Avoid repeated map lookups (NFC) (#113121)Kazu Hirata1-5/+4
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov1-0/+1
2024-08-07[lldb][TypeSystem] Pass ClangASTMetadata by-value when creating record/objc t...Michael Buch1-1/+1
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata2-3/+3
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl2-2/+2
2023-12-15[lldb] Trying to fix windows buildbots after #74786 (#75566)Greg Clayton1-4/+4
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton2-52/+22
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-7/+7
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford1-1/+1
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere1-11/+11
2023-06-16[lldb][NFCI] TypeSystemClang::GetTypeForIdentifier should take a StringRefAlex Langford1-6/+5
2023-04-21[lldb] Let Mangled decide whether a name is mangled or notJonas Devlieghere1-1/+1
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch2-4/+5
2023-03-22SymbolFile: ensure that we have a value before invoking `getBitWidth`Saleem Abdulrasool1-0/+9
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz1-0/+4
2023-03-17[lldb][PDB] Rename GetDeclarationForSymbol() -> AddSourceInfoToDecl()Stefan Gränitz1-6/+5
2023-01-17[lldb] Only allow SymbolFiles to construct TypesAugusto Noronha2-33/+28
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-3/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-5/+5
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata3-0/+3
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata2-2/+2
2022-11-16Make CompilerType safeAdrian Prantl3-25/+40
2022-09-13[lldb] Fixed a number of typosGabriel Ravier2-2/+2
2022-09-03Use llvm::upper_bound (NFC)Kazu Hirata1-4/+2