aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch1-2/+2
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee1-2/+1
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-11/+13
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath1-6/+5
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath1-7/+5
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath1-8/+4
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath1-9/+3
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath1-3/+9
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath1-9/+3
2024-11-27[lldb] Make sure Blocks always have a parent (#117683)Pavel Labath1-4/+2
2024-11-26[lldb/NativePDB] Don't create parentless blocks (#117581)Pavel Labath1-24/+37
2024-11-12[lldb] (Begin to) support discontinuous lldb_private::Functions (#115730)Pavel Labath1-1/+1
2024-11-01[lldb][NativePDB] Parse global variables. (#114303)Zequan Wu1-3/+23
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-1/+1
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere1-1/+1
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi1-1/+1
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere1-3/+3
2024-01-04[LLDB][NativePDB] Fix use-after-free error detected by asan.Zequan Wu1-1/+2
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl1-2/+2
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-14/+23
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford1-1/+0
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere1-1/+1
2023-04-20Reland: [Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers1-1/+2
2023-04-14Revert D148384 "[Demangle] replace use of llvm::StringView w/ std::string_view"Fangrui Song1-2/+1
2023-04-14[Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers1-1/+2
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch1-3/+2
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz1-0/+4
2023-03-14[lldb] Use *{Set,Map}::contains (NFC)Kazu Hirata1-1/+1
2023-03-06[LLDB][NativePDB] Check string table in PDB files.Zequan Wu1-0/+3
2023-01-17[lldb] Only allow SymbolFiles to construct TypesAugusto Noronha1-44/+35
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-2/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-13/+13
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-12/+12
2022-11-16Make CompilerType safeAdrian Prantl1-19/+53
2022-10-27[LLDB][NativePDB] Fix parameter size for member functions LF_MFUNCTIONZequan Wu1-3/+18
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu1-33/+301
2022-09-16[LLDB][NativePDB] ResolveSymbolContext should return the innermost blockZequan Wu1-2/+9
2022-09-12[LLDB][NativePDB] Add local variables with no location info.Zequan Wu1-6/+7
2022-09-09[LLDB][NativePDB] Replace blocks.cpp with blocks.s so the test won't be affec...Zequan Wu1-2/+1
2022-09-08[LLDB][NativePDB] Set block address range.Zequan Wu1-0/+18
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu1-5/+8
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu1-0/+2
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu1-9/+18
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-2/+7
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-4/+2