summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
AgeCommit message (Expand)Author
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-03-14[lldb] Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-03-06[LLDB][NativePDB] Check string table in PDB files.Zequan Wu
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-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-10-27[LLDB][NativePDB] Fix parameter size for member functions LF_MFUNCTIONZequan Wu
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu
2022-09-16[LLDB][NativePDB] ResolveSymbolContext should return the innermost blockZequan Wu
2022-09-12[LLDB][NativePDB] Add local variables with no location info.Zequan Wu
2022-09-09[LLDB][NativePDB] Replace blocks.cpp with blocks.s so the test won't be affec...Zequan Wu
2022-09-08[LLDB][NativePDB] Set block address range.Zequan Wu
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
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-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
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-30[LLDB][NativePDB] Return LLDB_INVALID_ADDRESS in PdbIndex::MakeVirtualAddress...Zequan Wu
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-13Partially revert 3222f95ea8c4de153f908c138cdec178e22acaf4Zequan Wu
2022-06-13Minor fix to ae60869908db6e8f45b51bc35d983706e8a296aeZequan Wu
2022-06-13Minor fix to 3222f95ea8c4de153f908c138cdec178e22acaf4Zequan Wu
2022-06-13[LLDB][NativePDB] Convert backslash to slash when creating CU and filter out ...Zequan Wu
2022-05-25[LLDB][NativePDB] Check for missing type info to avoid crash.Zequan Wu
2022-04-27[LLDB][NativePDB] Minor fix ParseInlinesite.Zequan Wu
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2022-04-25[LLDB][NativePDB] Fix incorrect file index of inlinees introduced by f00cd23c...Zequan Wu
2022-04-14[LLDB][NativePDB] Fix inline line info in line tableZequan Wu
2022-04-01[LLDB][NativePDB] Create inline function declsZequan Wu
2022-03-31Revert "[LLDB][NativePDB] Minor fix on inline line table."Zequan Wu
2022-03-31[LLDB][NativePDB] Minor fix on inline line table.Zequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2022-03-01[PDB] Add char8_t typeZequan Wu
2022-02-16Add a case for Rust in LLDB's PDB readerArlo Siemsen
2022-02-03[LLDB][NativePDB] terminal entry has lower precedence than new entryZequan Wu
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