summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
AgeCommit message (Expand)Author
2023-08-09[lldb] Sink StreamBuffer into lldbUtilityAlex Langford
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-09-20[LLDB][NativePDB] Pass register_kind as reference (an oversight in 71d778f).Zequan Wu
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu
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-04-20[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD_REGISTERs are out of ...Zequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-27DWARFExpression: Simplify class interfacePavel Labath
2019-05-28[DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere
2019-02-13ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath
2019-02-01[PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-13[NativePDB] Add support for local variables.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner